diff --git a/earthaccess/search.py b/earthaccess/search.py index aaa5fefc..66cc92b9 100644 --- a/earthaccess/search.py +++ b/earthaccess/search.py @@ -12,7 +12,9 @@ from .results import DataCollection, DataGranule -def get_results(request, limit: int = 2000) -> list: # type: ignore +def get_results( + query: Union[CollectionQuery, GranuleQuery], limit: int = 2000 +) -> List[Any]: """ Get all results up to some limit, even if spanning multiple pages. @@ -28,19 +30,14 @@ def get_results(request, limit: int = 2000) -> list: # type: ignore """ page_size = min(limit, 2000) - url = request._build_url() + url = query._build_url() results: List = [] more_results = True + headers = dict(query.headers or {}) while more_results: - # Only get what we need - page_size = min(limit - len(results), page_size) - response = requests.get( - url, headers=request.headers, params={"page_size": page_size} - ) - if request.headers is None: - request.headers = {} - request.headers["cmr-search-after"] = response.headers["cmr-search-after"] + response = requests.get(url, headers=headers, params={"page_size": page_size}) + headers["cmr-search-after"] = response.headers.get("cmr-search-after") try: response.raise_for_status() @@ -51,8 +48,7 @@ def get_results(request, limit: int = 2000) -> list: # type: ignore results.extend(latest) - if page_size > len(response.json()["items"]) or len(results) >= limit: - more_results = False + more_results = page_size <= len(latest) and len(results) < limit return results @@ -105,7 +101,7 @@ def hits(self) -> int: return int(response.headers["CMR-Hits"]) - def get(self, limit: int = 2000) -> list: + def get(self, limit: int = 2000) -> List[Any]: """Get all the collections (datasets) that match with our current parameters up to some limit, even if spanning multiple pages. @@ -386,7 +382,7 @@ def hits(self) -> int: return int(response.headers["CMR-Hits"]) - def get(self, limit: int = 2000) -> list: + def get(self, limit: int = 2000) -> List[Any]: """Get all the collections (datasets) that match with our current parameters up to some limit, even if spanning multiple pages. diff --git a/tests/unit/fixtures/Daymet_Daily_V4R1_2129.json b/tests/unit/fixtures/Daymet_Daily_V4R1_2129.json deleted file mode 100644 index d07583d0..00000000 --- a/tests/unit/fixtures/Daymet_Daily_V4R1_2129.json +++ /dev/null @@ -1,1059 +0,0 @@ -{ - "feed": { - "updated": "2023-03-13T00:01:28.691Z", - "id": "https://cmr.earthdata.nasa.gov:443/search/granules.json?concept_id=C2532426483-ORNL_CLOUD", - "title": "ECHO granule metadata", - "entry": [ - { - "boxes": [ - "16.8444 -67.9928 19.9382 -64.1196" - ], - "time_start": "1950-01-01T00:00:00.000Z", - "updated": "2023-03-03T14:27:01.000Z", - "dataset_id": "Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 4 R1", - "data_center": "ORNL_CLOUD", - "title": "Daymet_Daily_V4R1.daymet_v4_daily_pr_dayl_1950.nc", - "coordinate_system": "CARTESIAN", - "day_night_flag": "BOTH", - "time_end": "1950-12-31T23:59:59.000Z", - "id": "G2533272776-ORNL_CLOUD", - "original_format": "ECHO10", - "granule_size": "2.015649", - "browse_flag": false, - "collection_concept_id": "C2532426483-ORNL_CLOUD", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_dayl_1950.nc", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_dayl_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_dayl_1950.nc.sha256", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_dayl_1950.nc.sha256" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/s3#", - "title": "This link provides direct download access via S3 to the granule", - "hreflang": "en-US", - "href": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_dayl_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "ORNL DAAC Data Set Documentation (USER'S GUIDE)", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data set Landing Page DOI URL (DATA SET LANDING PAGE)", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data Set Documentation (GENERAL DOCUMENTATION)", - "hreflang": "en-US", - "href": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access (VIEW RELATED INFORMATION)", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/s3credentials" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "title": "OPeNDAP request URL (GET DATA : OPENDAP DATA)", - "hreflang": "en-US", - "href": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_dayl_1950.nc" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://daymet.ornl.gov" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/2129/catalog.html" - } - ] - }, - { - "boxes": [ - "16.8444 -67.9928 19.9382 -64.1196" - ], - "time_start": "1950-01-01T00:00:00.000Z", - "updated": "2023-03-03T14:27:01.000Z", - "dataset_id": "Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 4 R1", - "data_center": "ORNL_CLOUD", - "title": "Daymet_Daily_V4R1.daymet_v4_daily_pr_srad_1950.nc", - "coordinate_system": "CARTESIAN", - "day_night_flag": "BOTH", - "time_end": "1950-12-31T23:59:59.000Z", - "id": "G2533273209-ORNL_CLOUD", - "original_format": "ECHO10", - "granule_size": "13.319942", - "browse_flag": false, - "collection_concept_id": "C2532426483-ORNL_CLOUD", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_srad_1950.nc", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_srad_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_srad_1950.nc.sha256", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_srad_1950.nc.sha256" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/s3#", - "title": "This link provides direct download access via S3 to the granule", - "hreflang": "en-US", - "href": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_srad_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "ORNL DAAC Data Set Documentation (USER'S GUIDE)", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data set Landing Page DOI URL (DATA SET LANDING PAGE)", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data Set Documentation (GENERAL DOCUMENTATION)", - "hreflang": "en-US", - "href": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access (VIEW RELATED INFORMATION)", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/s3credentials" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "title": "OPeNDAP request URL (GET DATA : OPENDAP DATA)", - "hreflang": "en-US", - "href": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_srad_1950.nc" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://daymet.ornl.gov" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/2129/catalog.html" - } - ] - }, - { - "boxes": [ - "16.8444 -67.9928 19.9382 -64.1196" - ], - "time_start": "1950-01-01T00:00:00.000Z", - "updated": "2023-03-03T14:27:01.000Z", - "dataset_id": "Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 4 R1", - "data_center": "ORNL_CLOUD", - "title": "Daymet_Daily_V4R1.daymet_v4_daily_pr_vp_1950.nc", - "coordinate_system": "CARTESIAN", - "day_night_flag": "BOTH", - "time_end": "1950-12-31T23:59:59.000Z", - "id": "G2533273484-ORNL_CLOUD", - "original_format": "ECHO10", - "granule_size": "14.786678", - "browse_flag": false, - "collection_concept_id": "C2532426483-ORNL_CLOUD", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_vp_1950.nc", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_vp_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_vp_1950.nc.sha256", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_vp_1950.nc.sha256" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/s3#", - "title": "This link provides direct download access via S3 to the granule", - "hreflang": "en-US", - "href": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_vp_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "ORNL DAAC Data Set Documentation (USER'S GUIDE)", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data set Landing Page DOI URL (DATA SET LANDING PAGE)", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data Set Documentation (GENERAL DOCUMENTATION)", - "hreflang": "en-US", - "href": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access (VIEW RELATED INFORMATION)", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/s3credentials" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "title": "OPeNDAP request URL (GET DATA : OPENDAP DATA)", - "hreflang": "en-US", - "href": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_vp_1950.nc" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://daymet.ornl.gov" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/2129/catalog.html" - } - ] - }, - { - "boxes": [ - "16.8444 -67.9928 19.9382 -64.1196" - ], - "time_start": "1950-01-01T00:00:00.000Z", - "updated": "2023-03-03T14:27:01.000Z", - "dataset_id": "Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 4 R1", - "data_center": "ORNL_CLOUD", - "title": "Daymet_Daily_V4R1.daymet_v4_daily_pr_tmax_1950.nc", - "coordinate_system": "CARTESIAN", - "day_night_flag": "BOTH", - "time_end": "1950-12-31T23:59:59.000Z", - "id": "G2533273499-ORNL_CLOUD", - "original_format": "ECHO10", - "granule_size": "9.474246", - "browse_flag": false, - "collection_concept_id": "C2532426483-ORNL_CLOUD", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_tmax_1950.nc", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmax_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_tmax_1950.nc.sha256", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmax_1950.nc.sha256" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/s3#", - "title": "This link provides direct download access via S3 to the granule", - "hreflang": "en-US", - "href": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmax_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "ORNL DAAC Data Set Documentation (USER'S GUIDE)", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data set Landing Page DOI URL (DATA SET LANDING PAGE)", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data Set Documentation (GENERAL DOCUMENTATION)", - "hreflang": "en-US", - "href": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access (VIEW RELATED INFORMATION)", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/s3credentials" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "title": "OPeNDAP request URL (GET DATA : OPENDAP DATA)", - "hreflang": "en-US", - "href": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_tmax_1950.nc" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://daymet.ornl.gov" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/2129/catalog.html" - } - ] - }, - { - "boxes": [ - "16.8444 -67.9928 19.9382 -64.1196" - ], - "time_start": "1950-01-01T00:00:00.000Z", - "updated": "2023-03-03T14:27:01.000Z", - "dataset_id": "Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 4 R1", - "data_center": "ORNL_CLOUD", - "title": "Daymet_Daily_V4R1.daymet_v4_daily_pr_tmin_1950.nc", - "coordinate_system": "CARTESIAN", - "day_night_flag": "BOTH", - "time_end": "1950-12-31T23:59:59.000Z", - "id": "G2533273533-ORNL_CLOUD", - "original_format": "ECHO10", - "granule_size": "8.950741", - "browse_flag": false, - "collection_concept_id": "C2532426483-ORNL_CLOUD", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_tmin_1950.nc", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmin_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_tmin_1950.nc.sha256", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmin_1950.nc.sha256" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/s3#", - "title": "This link provides direct download access via S3 to the granule", - "hreflang": "en-US", - "href": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmin_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "ORNL DAAC Data Set Documentation (USER'S GUIDE)", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data set Landing Page DOI URL (DATA SET LANDING PAGE)", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data Set Documentation (GENERAL DOCUMENTATION)", - "hreflang": "en-US", - "href": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access (VIEW RELATED INFORMATION)", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/s3credentials" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "title": "OPeNDAP request URL (GET DATA : OPENDAP DATA)", - "hreflang": "en-US", - "href": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_tmin_1950.nc" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://daymet.ornl.gov" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/2129/catalog.html" - } - ] - }, - { - "boxes": [ - "16.8444 -67.9928 19.9382 -64.1196" - ], - "time_start": "1950-01-01T00:00:00.000Z", - "updated": "2023-03-03T14:27:01.000Z", - "dataset_id": "Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 4 R1", - "data_center": "ORNL_CLOUD", - "title": "Daymet_Daily_V4R1.daymet_v4_daily_pr_swe_1950.nc", - "coordinate_system": "CARTESIAN", - "day_night_flag": "BOTH", - "time_end": "1950-12-31T23:59:59.000Z", - "id": "G2533273797-ORNL_CLOUD", - "original_format": "ECHO10", - "granule_size": "1.350456", - "browse_flag": false, - "collection_concept_id": "C2532426483-ORNL_CLOUD", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_swe_1950.nc", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_swe_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_swe_1950.nc.sha256", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_swe_1950.nc.sha256" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/s3#", - "title": "This link provides direct download access via S3 to the granule", - "hreflang": "en-US", - "href": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_swe_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "ORNL DAAC Data Set Documentation (USER'S GUIDE)", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data set Landing Page DOI URL (DATA SET LANDING PAGE)", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data Set Documentation (GENERAL DOCUMENTATION)", - "hreflang": "en-US", - "href": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access (VIEW RELATED INFORMATION)", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/s3credentials" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "title": "OPeNDAP request URL (GET DATA : OPENDAP DATA)", - "hreflang": "en-US", - "href": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_swe_1950.nc" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://daymet.ornl.gov" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/2129/catalog.html" - } - ] - }, - { - "boxes": [ - "16.8444 -67.9928 19.9382 -64.1196" - ], - "time_start": "1950-01-01T00:00:00.000Z", - "updated": "2023-03-03T14:27:01.000Z", - "dataset_id": "Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 4 R1", - "data_center": "ORNL_CLOUD", - "title": "Daymet_Daily_V4R1.daymet_v4_daily_pr_prcp_1950.nc", - "coordinate_system": "CARTESIAN", - "day_night_flag": "BOTH", - "time_end": "1950-12-31T23:59:59.000Z", - "id": "G2533274129-ORNL_CLOUD", - "original_format": "ECHO10", - "granule_size": "5.81705", - "browse_flag": false, - "collection_concept_id": "C2532426483-ORNL_CLOUD", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_prcp_1950.nc", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_prcp_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_prcp_1950.nc.sha256", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_prcp_1950.nc.sha256" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/s3#", - "title": "This link provides direct download access via S3 to the granule", - "hreflang": "en-US", - "href": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_prcp_1950.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "ORNL DAAC Data Set Documentation (USER'S GUIDE)", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data set Landing Page DOI URL (DATA SET LANDING PAGE)", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data Set Documentation (GENERAL DOCUMENTATION)", - "hreflang": "en-US", - "href": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access (VIEW RELATED INFORMATION)", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/s3credentials" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "title": "OPeNDAP request URL (GET DATA : OPENDAP DATA)", - "hreflang": "en-US", - "href": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_prcp_1950.nc" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://daymet.ornl.gov" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/2129/catalog.html" - } - ] - }, - { - "boxes": [ - "16.8444 -67.9928 19.9382 -64.1196" - ], - "time_start": "1951-01-01T00:00:00.000Z", - "updated": "2023-03-03T14:27:01.000Z", - "dataset_id": "Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 4 R1", - "data_center": "ORNL_CLOUD", - "title": "Daymet_Daily_V4R1.daymet_v4_daily_pr_vp_1951.nc", - "coordinate_system": "CARTESIAN", - "day_night_flag": "BOTH", - "time_end": "1951-12-31T23:59:59.000Z", - "id": "G2533273002-ORNL_CLOUD", - "original_format": "ECHO10", - "granule_size": "14.725072", - "browse_flag": false, - "collection_concept_id": "C2532426483-ORNL_CLOUD", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_vp_1951.nc", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_vp_1951.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_vp_1951.nc.sha256", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_vp_1951.nc.sha256" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/s3#", - "title": "This link provides direct download access via S3 to the granule", - "hreflang": "en-US", - "href": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_vp_1951.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "ORNL DAAC Data Set Documentation (USER'S GUIDE)", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data set Landing Page DOI URL (DATA SET LANDING PAGE)", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data Set Documentation (GENERAL DOCUMENTATION)", - "hreflang": "en-US", - "href": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access (VIEW RELATED INFORMATION)", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/s3credentials" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "title": "OPeNDAP request URL (GET DATA : OPENDAP DATA)", - "hreflang": "en-US", - "href": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_vp_1951.nc" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://daymet.ornl.gov" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/2129/catalog.html" - } - ] - }, - { - "boxes": [ - "16.8444 -67.9928 19.9382 -64.1196" - ], - "time_start": "1951-01-01T00:00:00.000Z", - "updated": "2023-03-03T14:27:01.000Z", - "dataset_id": "Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 4 R1", - "data_center": "ORNL_CLOUD", - "title": "Daymet_Daily_V4R1.daymet_v4_daily_pr_tmax_1951.nc", - "coordinate_system": "CARTESIAN", - "day_night_flag": "BOTH", - "time_end": "1951-12-31T23:59:59.000Z", - "id": "G2533273429-ORNL_CLOUD", - "original_format": "ECHO10", - "granule_size": "9.071668", - "browse_flag": false, - "collection_concept_id": "C2532426483-ORNL_CLOUD", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_tmax_1951.nc", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmax_1951.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_tmax_1951.nc.sha256", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmax_1951.nc.sha256" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/s3#", - "title": "This link provides direct download access via S3 to the granule", - "hreflang": "en-US", - "href": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmax_1951.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "ORNL DAAC Data Set Documentation (USER'S GUIDE)", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data set Landing Page DOI URL (DATA SET LANDING PAGE)", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data Set Documentation (GENERAL DOCUMENTATION)", - "hreflang": "en-US", - "href": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access (VIEW RELATED INFORMATION)", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/s3credentials" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "title": "OPeNDAP request URL (GET DATA : OPENDAP DATA)", - "hreflang": "en-US", - "href": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_tmax_1951.nc" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://daymet.ornl.gov" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/2129/catalog.html" - } - ] - }, - { - "boxes": [ - "16.8444 -67.9928 19.9382 -64.1196" - ], - "time_start": "1951-01-01T00:00:00.000Z", - "updated": "2023-03-03T14:27:01.000Z", - "dataset_id": "Daymet: Daily Surface Weather Data on a 1-km Grid for North America, Version 4 R1", - "data_center": "ORNL_CLOUD", - "title": "Daymet_Daily_V4R1.daymet_v4_daily_pr_prcp_1951.nc", - "coordinate_system": "CARTESIAN", - "day_night_flag": "BOTH", - "time_end": "1951-12-31T23:59:59.000Z", - "id": "G2533273501-ORNL_CLOUD", - "original_format": "ECHO10", - "granule_size": "5.03199", - "browse_flag": false, - "collection_concept_id": "C2532426483-ORNL_CLOUD", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_prcp_1951.nc", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_prcp_1951.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download daymet_v4_daily_pr_prcp_1951.nc.sha256", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_prcp_1951.nc.sha256" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/s3#", - "title": "This link provides direct download access via S3 to the granule", - "hreflang": "en-US", - "href": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_prcp_1951.nc" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "ORNL DAAC Data Set Documentation (USER'S GUIDE)", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data set Landing Page DOI URL (DATA SET LANDING PAGE)", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "Data Set Documentation (GENERAL DOCUMENTATION)", - "hreflang": "en-US", - "href": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access (VIEW RELATED INFORMATION)", - "hreflang": "en-US", - "href": "https://data.ornldaac.earthdata.nasa.gov/s3credentials" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "title": "OPeNDAP request URL (GET DATA : OPENDAP DATA)", - "hreflang": "en-US", - "href": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_prcp_1951.nc" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.3334/ORNLDAAC/2129" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://daymet.ornl.gov" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/2129/catalog.html" - } - ] - } - ] - } -} diff --git a/tests/unit/fixtures/Daymet_Daily_V4R1_2129_umm.json b/tests/unit/fixtures/Daymet_Daily_V4R1_2129_umm.json deleted file mode 100644 index b63e98ce..00000000 --- a/tests/unit/fixtures/Daymet_Daily_V4R1_2129_umm.json +++ /dev/null @@ -1,1476 +0,0 @@ -{ - "hits": 1113, - "took": 372, - "items": [ - { - "meta": { - "concept-type": "granule", - "concept-id": "G2533272776-ORNL_CLOUD", - "revision-id": 2, - "native-id": "Daymet_Daily_V4R1.daymet_v4_daily_pr_dayl_1950.nc", - "provider-id": "ORNL_CLOUD", - "format": "application/echo10+xml", - "revision-date": "2023-03-03T14:27:54.751Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "1950-01-01T00:00:00.000Z", - "EndingDateTime": "1950-12-31T23:59:59.000Z" - } - }, - "GranuleUR": "Daymet_Daily_V4R1.daymet_v4_daily_pr_dayl_1950.nc", - "MeasuredParameters": [ - { - "ParameterName": "VAPOR PRESSURE" - }, - { - "ParameterName": "24 HOUR PRECIPITATION AMOUNT" - }, - { - "ParameterName": "MAXIMUM/MINIMUM TEMPERATURE" - }, - { - "ParameterName": "SHORTWAVE RADIATION" - }, - { - "ParameterName": "SNOW WATER EQUIVALENT" - } - ], - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "BoundingRectangles": [ - { - "WestBoundingCoordinate": -67.9928, - "EastBoundingCoordinate": -64.1196, - "NorthBoundingCoordinate": 19.9382, - "SouthBoundingCoordinate": 16.8444 - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2023-03-01T00:00:00.000Z", - "Type": "Insert" - }, - { - "Date": "2023-03-03T14:27:01.000Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "Daymet_Daily_V4R1_2129", - "Version": "4.5" - }, - "RelatedUrls": [ - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_dayl_1950.nc", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_dayl_1950.nc" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_dayl_1950.nc.sha256", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_dayl_1950.nc.sha256" - }, - { - "URL": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_dayl_1950.nc", - "Type": "GET DATA VIA DIRECT ACCESS", - "Description": "This link provides direct download access via S3 to the granule" - }, - { - "URL": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html", - "Type": "VIEW RELATED INFORMATION", - "Description": "ORNL DAAC Data Set Documentation" - }, - { - "URL": "https://doi.org/10.3334/ORNLDAAC/2129", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data set Landing Page DOI URL" - }, - { - "URL": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data Set Documentation" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/s3credentials", - "Type": "VIEW RELATED INFORMATION", - "Description": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access" - }, - { - "URL": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_dayl_1950.nc", - "Type": "USE SERVICE API", - "Subtype": "OPENDAP DATA", - "Description": "OPeNDAP request URL" - } - ], - "Projects": [ - { - "ShortName": "Not provided", - "Campaigns": [ - "Daymet" - ] - } - ], - "DataGranule": { - "DayNightFlag": "Both", - "ProductionDateTime": "2023-03-01T00:00:00.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 2.015649, - "SizeInBytes": 2015649, - "Checksum": { - "Value": "449827b2ede5fe14d716f39d06d6338c96032b26ec0fb3225a73d9ed45f0409f", - "Algorithm": "SHA-256" - }, - "SizeUnit": "MB" - } - ] - }, - "Platforms": [ - { - "ShortName": "MODELS", - "Instruments": [ - { - "ShortName": "Computer" - } - ] - } - ], - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - }, - { - "meta": { - "concept-type": "granule", - "concept-id": "G2533273209-ORNL_CLOUD", - "revision-id": 2, - "native-id": "Daymet_Daily_V4R1.daymet_v4_daily_pr_srad_1950.nc", - "provider-id": "ORNL_CLOUD", - "format": "application/echo10+xml", - "revision-date": "2023-03-03T14:28:11.074Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "1950-01-01T00:00:00.000Z", - "EndingDateTime": "1950-12-31T23:59:59.000Z" - } - }, - "GranuleUR": "Daymet_Daily_V4R1.daymet_v4_daily_pr_srad_1950.nc", - "MeasuredParameters": [ - { - "ParameterName": "VAPOR PRESSURE" - }, - { - "ParameterName": "24 HOUR PRECIPITATION AMOUNT" - }, - { - "ParameterName": "MAXIMUM/MINIMUM TEMPERATURE" - }, - { - "ParameterName": "SHORTWAVE RADIATION" - }, - { - "ParameterName": "SNOW WATER EQUIVALENT" - } - ], - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "BoundingRectangles": [ - { - "WestBoundingCoordinate": -67.9928, - "EastBoundingCoordinate": -64.1196, - "NorthBoundingCoordinate": 19.9382, - "SouthBoundingCoordinate": 16.8444 - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2023-03-01T00:00:00.000Z", - "Type": "Insert" - }, - { - "Date": "2023-03-03T14:27:01.000Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "Daymet_Daily_V4R1_2129", - "Version": "4.5" - }, - "RelatedUrls": [ - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_srad_1950.nc", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_srad_1950.nc" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_srad_1950.nc.sha256", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_srad_1950.nc.sha256" - }, - { - "URL": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_srad_1950.nc", - "Type": "GET DATA VIA DIRECT ACCESS", - "Description": "This link provides direct download access via S3 to the granule" - }, - { - "URL": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html", - "Type": "VIEW RELATED INFORMATION", - "Description": "ORNL DAAC Data Set Documentation" - }, - { - "URL": "https://doi.org/10.3334/ORNLDAAC/2129", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data set Landing Page DOI URL" - }, - { - "URL": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data Set Documentation" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/s3credentials", - "Type": "VIEW RELATED INFORMATION", - "Description": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access" - }, - { - "URL": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_srad_1950.nc", - "Type": "USE SERVICE API", - "Subtype": "OPENDAP DATA", - "Description": "OPeNDAP request URL" - } - ], - "Projects": [ - { - "ShortName": "Not provided", - "Campaigns": [ - "Daymet" - ] - } - ], - "DataGranule": { - "DayNightFlag": "Both", - "ProductionDateTime": "2023-03-01T00:00:00.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 13.319942, - "SizeInBytes": 13319942, - "Checksum": { - "Value": "1370f997fbd109126a0c9144a9058512a6c20b4914fb51026432c5fa4176996d", - "Algorithm": "SHA-256" - }, - "SizeUnit": "MB" - } - ] - }, - "Platforms": [ - { - "ShortName": "MODELS", - "Instruments": [ - { - "ShortName": "Computer" - } - ] - } - ], - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - }, - { - "meta": { - "concept-type": "granule", - "concept-id": "G2533273484-ORNL_CLOUD", - "revision-id": 2, - "native-id": "Daymet_Daily_V4R1.daymet_v4_daily_pr_vp_1950.nc", - "provider-id": "ORNL_CLOUD", - "format": "application/echo10+xml", - "revision-date": "2023-03-03T14:28:21.031Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "1950-01-01T00:00:00.000Z", - "EndingDateTime": "1950-12-31T23:59:59.000Z" - } - }, - "GranuleUR": "Daymet_Daily_V4R1.daymet_v4_daily_pr_vp_1950.nc", - "MeasuredParameters": [ - { - "ParameterName": "VAPOR PRESSURE" - }, - { - "ParameterName": "24 HOUR PRECIPITATION AMOUNT" - }, - { - "ParameterName": "MAXIMUM/MINIMUM TEMPERATURE" - }, - { - "ParameterName": "SHORTWAVE RADIATION" - }, - { - "ParameterName": "SNOW WATER EQUIVALENT" - } - ], - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "BoundingRectangles": [ - { - "WestBoundingCoordinate": -67.9928, - "EastBoundingCoordinate": -64.1196, - "NorthBoundingCoordinate": 19.9382, - "SouthBoundingCoordinate": 16.8444 - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2023-03-01T00:00:00.000Z", - "Type": "Insert" - }, - { - "Date": "2023-03-03T14:27:01.000Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "Daymet_Daily_V4R1_2129", - "Version": "4.5" - }, - "RelatedUrls": [ - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_vp_1950.nc", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_vp_1950.nc" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_vp_1950.nc.sha256", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_vp_1950.nc.sha256" - }, - { - "URL": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_vp_1950.nc", - "Type": "GET DATA VIA DIRECT ACCESS", - "Description": "This link provides direct download access via S3 to the granule" - }, - { - "URL": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html", - "Type": "VIEW RELATED INFORMATION", - "Description": "ORNL DAAC Data Set Documentation" - }, - { - "URL": "https://doi.org/10.3334/ORNLDAAC/2129", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data set Landing Page DOI URL" - }, - { - "URL": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data Set Documentation" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/s3credentials", - "Type": "VIEW RELATED INFORMATION", - "Description": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access" - }, - { - "URL": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_vp_1950.nc", - "Type": "USE SERVICE API", - "Subtype": "OPENDAP DATA", - "Description": "OPeNDAP request URL" - } - ], - "Projects": [ - { - "ShortName": "Not provided", - "Campaigns": [ - "Daymet" - ] - } - ], - "DataGranule": { - "DayNightFlag": "Both", - "ProductionDateTime": "2023-03-01T00:00:00.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 14.786678, - "SizeInBytes": 14786678, - "Checksum": { - "Value": "886a6ddaa8e70e1451571e85910b869e532b783b0f43248daf753a71e6ab2616", - "Algorithm": "SHA-256" - }, - "SizeUnit": "MB" - } - ] - }, - "Platforms": [ - { - "ShortName": "MODELS", - "Instruments": [ - { - "ShortName": "Computer" - } - ] - } - ], - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - }, - { - "meta": { - "concept-type": "granule", - "concept-id": "G2533273499-ORNL_CLOUD", - "revision-id": 2, - "native-id": "Daymet_Daily_V4R1.daymet_v4_daily_pr_tmax_1950.nc", - "provider-id": "ORNL_CLOUD", - "format": "application/echo10+xml", - "revision-date": "2023-03-03T14:28:21.291Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "1950-01-01T00:00:00.000Z", - "EndingDateTime": "1950-12-31T23:59:59.000Z" - } - }, - "GranuleUR": "Daymet_Daily_V4R1.daymet_v4_daily_pr_tmax_1950.nc", - "MeasuredParameters": [ - { - "ParameterName": "VAPOR PRESSURE" - }, - { - "ParameterName": "24 HOUR PRECIPITATION AMOUNT" - }, - { - "ParameterName": "MAXIMUM/MINIMUM TEMPERATURE" - }, - { - "ParameterName": "SHORTWAVE RADIATION" - }, - { - "ParameterName": "SNOW WATER EQUIVALENT" - } - ], - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "BoundingRectangles": [ - { - "WestBoundingCoordinate": -67.9928, - "EastBoundingCoordinate": -64.1196, - "NorthBoundingCoordinate": 19.9382, - "SouthBoundingCoordinate": 16.8444 - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2023-03-01T00:00:00.000Z", - "Type": "Insert" - }, - { - "Date": "2023-03-03T14:27:01.000Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "Daymet_Daily_V4R1_2129", - "Version": "4.5" - }, - "RelatedUrls": [ - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmax_1950.nc", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_tmax_1950.nc" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmax_1950.nc.sha256", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_tmax_1950.nc.sha256" - }, - { - "URL": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmax_1950.nc", - "Type": "GET DATA VIA DIRECT ACCESS", - "Description": "This link provides direct download access via S3 to the granule" - }, - { - "URL": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html", - "Type": "VIEW RELATED INFORMATION", - "Description": "ORNL DAAC Data Set Documentation" - }, - { - "URL": "https://doi.org/10.3334/ORNLDAAC/2129", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data set Landing Page DOI URL" - }, - { - "URL": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data Set Documentation" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/s3credentials", - "Type": "VIEW RELATED INFORMATION", - "Description": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access" - }, - { - "URL": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_tmax_1950.nc", - "Type": "USE SERVICE API", - "Subtype": "OPENDAP DATA", - "Description": "OPeNDAP request URL" - } - ], - "Projects": [ - { - "ShortName": "Not provided", - "Campaigns": [ - "Daymet" - ] - } - ], - "DataGranule": { - "DayNightFlag": "Both", - "ProductionDateTime": "2023-03-01T00:00:00.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 9.474246, - "SizeInBytes": 9474246, - "Checksum": { - "Value": "425e19160c9da2f613abfa093dfe02ff8aec6451fba2a832b055ae9d068dee62", - "Algorithm": "SHA-256" - }, - "SizeUnit": "MB" - } - ] - }, - "Platforms": [ - { - "ShortName": "MODELS", - "Instruments": [ - { - "ShortName": "Computer" - } - ] - } - ], - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - }, - { - "meta": { - "concept-type": "granule", - "concept-id": "G2533273533-ORNL_CLOUD", - "revision-id": 2, - "native-id": "Daymet_Daily_V4R1.daymet_v4_daily_pr_tmin_1950.nc", - "provider-id": "ORNL_CLOUD", - "format": "application/echo10+xml", - "revision-date": "2023-03-03T14:28:22.737Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "1950-01-01T00:00:00.000Z", - "EndingDateTime": "1950-12-31T23:59:59.000Z" - } - }, - "GranuleUR": "Daymet_Daily_V4R1.daymet_v4_daily_pr_tmin_1950.nc", - "MeasuredParameters": [ - { - "ParameterName": "VAPOR PRESSURE" - }, - { - "ParameterName": "24 HOUR PRECIPITATION AMOUNT" - }, - { - "ParameterName": "MAXIMUM/MINIMUM TEMPERATURE" - }, - { - "ParameterName": "SHORTWAVE RADIATION" - }, - { - "ParameterName": "SNOW WATER EQUIVALENT" - } - ], - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "BoundingRectangles": [ - { - "WestBoundingCoordinate": -67.9928, - "EastBoundingCoordinate": -64.1196, - "NorthBoundingCoordinate": 19.9382, - "SouthBoundingCoordinate": 16.8444 - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2023-03-01T00:00:00.000Z", - "Type": "Insert" - }, - { - "Date": "2023-03-03T14:27:01.000Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "Daymet_Daily_V4R1_2129", - "Version": "4.5" - }, - "RelatedUrls": [ - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmin_1950.nc", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_tmin_1950.nc" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmin_1950.nc.sha256", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_tmin_1950.nc.sha256" - }, - { - "URL": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmin_1950.nc", - "Type": "GET DATA VIA DIRECT ACCESS", - "Description": "This link provides direct download access via S3 to the granule" - }, - { - "URL": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html", - "Type": "VIEW RELATED INFORMATION", - "Description": "ORNL DAAC Data Set Documentation" - }, - { - "URL": "https://doi.org/10.3334/ORNLDAAC/2129", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data set Landing Page DOI URL" - }, - { - "URL": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data Set Documentation" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/s3credentials", - "Type": "VIEW RELATED INFORMATION", - "Description": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access" - }, - { - "URL": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_tmin_1950.nc", - "Type": "USE SERVICE API", - "Subtype": "OPENDAP DATA", - "Description": "OPeNDAP request URL" - } - ], - "Projects": [ - { - "ShortName": "Not provided", - "Campaigns": [ - "Daymet" - ] - } - ], - "DataGranule": { - "DayNightFlag": "Both", - "ProductionDateTime": "2023-03-01T00:00:00.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 8.950741, - "SizeInBytes": 8950741, - "Checksum": { - "Value": "2be751975eebbd6d58a1c0d234776effb2f1689821f98f3255d4e2681e36e12c", - "Algorithm": "SHA-256" - }, - "SizeUnit": "MB" - } - ] - }, - "Platforms": [ - { - "ShortName": "MODELS", - "Instruments": [ - { - "ShortName": "Computer" - } - ] - } - ], - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - }, - { - "meta": { - "concept-type": "granule", - "concept-id": "G2533273797-ORNL_CLOUD", - "revision-id": 2, - "native-id": "Daymet_Daily_V4R1.daymet_v4_daily_pr_swe_1950.nc", - "provider-id": "ORNL_CLOUD", - "format": "application/echo10+xml", - "revision-date": "2023-03-03T14:28:34.568Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "1950-01-01T00:00:00.000Z", - "EndingDateTime": "1950-12-31T23:59:59.000Z" - } - }, - "GranuleUR": "Daymet_Daily_V4R1.daymet_v4_daily_pr_swe_1950.nc", - "MeasuredParameters": [ - { - "ParameterName": "VAPOR PRESSURE" - }, - { - "ParameterName": "24 HOUR PRECIPITATION AMOUNT" - }, - { - "ParameterName": "MAXIMUM/MINIMUM TEMPERATURE" - }, - { - "ParameterName": "SHORTWAVE RADIATION" - }, - { - "ParameterName": "SNOW WATER EQUIVALENT" - } - ], - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "BoundingRectangles": [ - { - "WestBoundingCoordinate": -67.9928, - "EastBoundingCoordinate": -64.1196, - "NorthBoundingCoordinate": 19.9382, - "SouthBoundingCoordinate": 16.8444 - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2023-03-01T00:00:00.000Z", - "Type": "Insert" - }, - { - "Date": "2023-03-03T14:27:01.000Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "Daymet_Daily_V4R1_2129", - "Version": "4.5" - }, - "RelatedUrls": [ - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_swe_1950.nc", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_swe_1950.nc" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_swe_1950.nc.sha256", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_swe_1950.nc.sha256" - }, - { - "URL": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_swe_1950.nc", - "Type": "GET DATA VIA DIRECT ACCESS", - "Description": "This link provides direct download access via S3 to the granule" - }, - { - "URL": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html", - "Type": "VIEW RELATED INFORMATION", - "Description": "ORNL DAAC Data Set Documentation" - }, - { - "URL": "https://doi.org/10.3334/ORNLDAAC/2129", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data set Landing Page DOI URL" - }, - { - "URL": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data Set Documentation" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/s3credentials", - "Type": "VIEW RELATED INFORMATION", - "Description": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access" - }, - { - "URL": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_swe_1950.nc", - "Type": "USE SERVICE API", - "Subtype": "OPENDAP DATA", - "Description": "OPeNDAP request URL" - } - ], - "Projects": [ - { - "ShortName": "Not provided", - "Campaigns": [ - "Daymet" - ] - } - ], - "DataGranule": { - "DayNightFlag": "Both", - "ProductionDateTime": "2023-03-01T00:00:00.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 1.350456, - "SizeInBytes": 1350456, - "Checksum": { - "Value": "528c9df8bde3b8f8d2cb914eaa4ad646a4b201f5deeccbf30f53f91316c6a0b7", - "Algorithm": "SHA-256" - }, - "SizeUnit": "MB" - } - ] - }, - "Platforms": [ - { - "ShortName": "MODELS", - "Instruments": [ - { - "ShortName": "Computer" - } - ] - } - ], - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - }, - { - "meta": { - "concept-type": "granule", - "concept-id": "G2533274129-ORNL_CLOUD", - "revision-id": 2, - "native-id": "Daymet_Daily_V4R1.daymet_v4_daily_pr_prcp_1950.nc", - "provider-id": "ORNL_CLOUD", - "format": "application/echo10+xml", - "revision-date": "2023-03-03T14:28:50.577Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "1950-01-01T00:00:00.000Z", - "EndingDateTime": "1950-12-31T23:59:59.000Z" - } - }, - "GranuleUR": "Daymet_Daily_V4R1.daymet_v4_daily_pr_prcp_1950.nc", - "MeasuredParameters": [ - { - "ParameterName": "VAPOR PRESSURE" - }, - { - "ParameterName": "24 HOUR PRECIPITATION AMOUNT" - }, - { - "ParameterName": "MAXIMUM/MINIMUM TEMPERATURE" - }, - { - "ParameterName": "SHORTWAVE RADIATION" - }, - { - "ParameterName": "SNOW WATER EQUIVALENT" - } - ], - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "BoundingRectangles": [ - { - "WestBoundingCoordinate": -67.9928, - "EastBoundingCoordinate": -64.1196, - "NorthBoundingCoordinate": 19.9382, - "SouthBoundingCoordinate": 16.8444 - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2023-03-01T00:00:00.000Z", - "Type": "Insert" - }, - { - "Date": "2023-03-03T14:27:01.000Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "Daymet_Daily_V4R1_2129", - "Version": "4.5" - }, - "RelatedUrls": [ - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_prcp_1950.nc", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_prcp_1950.nc" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_prcp_1950.nc.sha256", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_prcp_1950.nc.sha256" - }, - { - "URL": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_prcp_1950.nc", - "Type": "GET DATA VIA DIRECT ACCESS", - "Description": "This link provides direct download access via S3 to the granule" - }, - { - "URL": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html", - "Type": "VIEW RELATED INFORMATION", - "Description": "ORNL DAAC Data Set Documentation" - }, - { - "URL": "https://doi.org/10.3334/ORNLDAAC/2129", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data set Landing Page DOI URL" - }, - { - "URL": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data Set Documentation" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/s3credentials", - "Type": "VIEW RELATED INFORMATION", - "Description": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access" - }, - { - "URL": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_prcp_1950.nc", - "Type": "USE SERVICE API", - "Subtype": "OPENDAP DATA", - "Description": "OPeNDAP request URL" - } - ], - "Projects": [ - { - "ShortName": "Not provided", - "Campaigns": [ - "Daymet" - ] - } - ], - "DataGranule": { - "DayNightFlag": "Both", - "ProductionDateTime": "2023-03-01T00:00:00.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 5.81705, - "SizeInBytes": 5817050, - "Checksum": { - "Value": "a4aedf37f59f45011c7817e597048d79dcf44233c8dbf92174f6e3adaceea864", - "Algorithm": "SHA-256" - }, - "SizeUnit": "MB" - } - ] - }, - "Platforms": [ - { - "ShortName": "MODELS", - "Instruments": [ - { - "ShortName": "Computer" - } - ] - } - ], - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - }, - { - "meta": { - "concept-type": "granule", - "concept-id": "G2533273002-ORNL_CLOUD", - "revision-id": 2, - "native-id": "Daymet_Daily_V4R1.daymet_v4_daily_pr_vp_1951.nc", - "provider-id": "ORNL_CLOUD", - "format": "application/echo10+xml", - "revision-date": "2023-03-03T14:28:05.411Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "1951-01-01T00:00:00.000Z", - "EndingDateTime": "1951-12-31T23:59:59.000Z" - } - }, - "GranuleUR": "Daymet_Daily_V4R1.daymet_v4_daily_pr_vp_1951.nc", - "MeasuredParameters": [ - { - "ParameterName": "VAPOR PRESSURE" - }, - { - "ParameterName": "24 HOUR PRECIPITATION AMOUNT" - }, - { - "ParameterName": "MAXIMUM/MINIMUM TEMPERATURE" - }, - { - "ParameterName": "SHORTWAVE RADIATION" - }, - { - "ParameterName": "SNOW WATER EQUIVALENT" - } - ], - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "BoundingRectangles": [ - { - "WestBoundingCoordinate": -67.9928, - "EastBoundingCoordinate": -64.1196, - "NorthBoundingCoordinate": 19.9382, - "SouthBoundingCoordinate": 16.8444 - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2023-03-01T00:00:00.000Z", - "Type": "Insert" - }, - { - "Date": "2023-03-03T14:27:01.000Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "Daymet_Daily_V4R1_2129", - "Version": "4.5" - }, - "RelatedUrls": [ - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_vp_1951.nc", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_vp_1951.nc" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_vp_1951.nc.sha256", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_vp_1951.nc.sha256" - }, - { - "URL": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_vp_1951.nc", - "Type": "GET DATA VIA DIRECT ACCESS", - "Description": "This link provides direct download access via S3 to the granule" - }, - { - "URL": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html", - "Type": "VIEW RELATED INFORMATION", - "Description": "ORNL DAAC Data Set Documentation" - }, - { - "URL": "https://doi.org/10.3334/ORNLDAAC/2129", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data set Landing Page DOI URL" - }, - { - "URL": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data Set Documentation" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/s3credentials", - "Type": "VIEW RELATED INFORMATION", - "Description": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access" - }, - { - "URL": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_vp_1951.nc", - "Type": "USE SERVICE API", - "Subtype": "OPENDAP DATA", - "Description": "OPeNDAP request URL" - } - ], - "Projects": [ - { - "ShortName": "Not provided", - "Campaigns": [ - "Daymet" - ] - } - ], - "DataGranule": { - "DayNightFlag": "Both", - "ProductionDateTime": "2023-03-01T00:00:00.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 14.725072, - "SizeInBytes": 14725072, - "Checksum": { - "Value": "110959be3641dfa935e38ad15cf0acdf31db97b1c190da854f1e06d46ba80e9f", - "Algorithm": "SHA-256" - }, - "SizeUnit": "MB" - } - ] - }, - "Platforms": [ - { - "ShortName": "MODELS", - "Instruments": [ - { - "ShortName": "Computer" - } - ] - } - ], - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - }, - { - "meta": { - "concept-type": "granule", - "concept-id": "G2533273429-ORNL_CLOUD", - "revision-id": 2, - "native-id": "Daymet_Daily_V4R1.daymet_v4_daily_pr_tmax_1951.nc", - "provider-id": "ORNL_CLOUD", - "format": "application/echo10+xml", - "revision-date": "2023-03-03T14:28:18.193Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "1951-01-01T00:00:00.000Z", - "EndingDateTime": "1951-12-31T23:59:59.000Z" - } - }, - "GranuleUR": "Daymet_Daily_V4R1.daymet_v4_daily_pr_tmax_1951.nc", - "MeasuredParameters": [ - { - "ParameterName": "VAPOR PRESSURE" - }, - { - "ParameterName": "24 HOUR PRECIPITATION AMOUNT" - }, - { - "ParameterName": "MAXIMUM/MINIMUM TEMPERATURE" - }, - { - "ParameterName": "SHORTWAVE RADIATION" - }, - { - "ParameterName": "SNOW WATER EQUIVALENT" - } - ], - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "BoundingRectangles": [ - { - "WestBoundingCoordinate": -67.9928, - "EastBoundingCoordinate": -64.1196, - "NorthBoundingCoordinate": 19.9382, - "SouthBoundingCoordinate": 16.8444 - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2023-03-01T00:00:00.000Z", - "Type": "Insert" - }, - { - "Date": "2023-03-03T14:27:01.000Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "Daymet_Daily_V4R1_2129", - "Version": "4.5" - }, - "RelatedUrls": [ - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmax_1951.nc", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_tmax_1951.nc" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmax_1951.nc.sha256", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_tmax_1951.nc.sha256" - }, - { - "URL": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_tmax_1951.nc", - "Type": "GET DATA VIA DIRECT ACCESS", - "Description": "This link provides direct download access via S3 to the granule" - }, - { - "URL": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html", - "Type": "VIEW RELATED INFORMATION", - "Description": "ORNL DAAC Data Set Documentation" - }, - { - "URL": "https://doi.org/10.3334/ORNLDAAC/2129", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data set Landing Page DOI URL" - }, - { - "URL": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data Set Documentation" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/s3credentials", - "Type": "VIEW RELATED INFORMATION", - "Description": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access" - }, - { - "URL": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_tmax_1951.nc", - "Type": "USE SERVICE API", - "Subtype": "OPENDAP DATA", - "Description": "OPeNDAP request URL" - } - ], - "Projects": [ - { - "ShortName": "Not provided", - "Campaigns": [ - "Daymet" - ] - } - ], - "DataGranule": { - "DayNightFlag": "Both", - "ProductionDateTime": "2023-03-01T00:00:00.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 9.071668, - "SizeInBytes": 9071668, - "Checksum": { - "Value": "2a5c9b12c33fdeb16212b92ad66696705bdb3f1a953db50e8d1674ea96830962", - "Algorithm": "SHA-256" - }, - "SizeUnit": "MB" - } - ] - }, - "Platforms": [ - { - "ShortName": "MODELS", - "Instruments": [ - { - "ShortName": "Computer" - } - ] - } - ], - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - }, - { - "meta": { - "concept-type": "granule", - "concept-id": "G2533273501-ORNL_CLOUD", - "revision-id": 2, - "native-id": "Daymet_Daily_V4R1.daymet_v4_daily_pr_prcp_1951.nc", - "provider-id": "ORNL_CLOUD", - "format": "application/echo10+xml", - "revision-date": "2023-03-03T14:28:20.761Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "1951-01-01T00:00:00.000Z", - "EndingDateTime": "1951-12-31T23:59:59.000Z" - } - }, - "GranuleUR": "Daymet_Daily_V4R1.daymet_v4_daily_pr_prcp_1951.nc", - "MeasuredParameters": [ - { - "ParameterName": "VAPOR PRESSURE" - }, - { - "ParameterName": "24 HOUR PRECIPITATION AMOUNT" - }, - { - "ParameterName": "MAXIMUM/MINIMUM TEMPERATURE" - }, - { - "ParameterName": "SHORTWAVE RADIATION" - }, - { - "ParameterName": "SNOW WATER EQUIVALENT" - } - ], - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "BoundingRectangles": [ - { - "WestBoundingCoordinate": -67.9928, - "EastBoundingCoordinate": -64.1196, - "NorthBoundingCoordinate": 19.9382, - "SouthBoundingCoordinate": 16.8444 - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2023-03-01T00:00:00.000Z", - "Type": "Insert" - }, - { - "Date": "2023-03-03T14:27:01.000Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "Daymet_Daily_V4R1_2129", - "Version": "4.5" - }, - "RelatedUrls": [ - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_prcp_1951.nc", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_prcp_1951.nc" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/public/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_prcp_1951.nc.sha256", - "Type": "GET DATA", - "Description": "Download daymet_v4_daily_pr_prcp_1951.nc.sha256" - }, - { - "URL": "s3://ornl-cumulus-prod-protected/daymet/Daymet_Daily_V4R1/data/daymet_v4_daily_pr_prcp_1951.nc", - "Type": "GET DATA VIA DIRECT ACCESS", - "Description": "This link provides direct download access via S3 to the granule" - }, - { - "URL": "https://daac.ornl.gov/DAYMET/guides/Daymet_Daily_V4R1.html", - "Type": "VIEW RELATED INFORMATION", - "Description": "ORNL DAAC Data Set Documentation" - }, - { - "URL": "https://doi.org/10.3334/ORNLDAAC/2129", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data set Landing Page DOI URL" - }, - { - "URL": "https:/daac.ornl.gov/daacdata/daymet/Daymet_Daily_V4R1/comp/Daymet_Daily_V4R1.pdf", - "Type": "VIEW RELATED INFORMATION", - "Description": "Data Set Documentation" - }, - { - "URL": "https://data.ornldaac.earthdata.nasa.gov/s3credentials", - "Type": "VIEW RELATED INFORMATION", - "Description": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access" - }, - { - "URL": "https://opendap.earthdata.nasa.gov/collections/C2532426483-ORNL_CLOUD/granules/Daymet_Daily_V4R1.daymet_v4_daily_pr_prcp_1951.nc", - "Type": "USE SERVICE API", - "Subtype": "OPENDAP DATA", - "Description": "OPeNDAP request URL" - } - ], - "Projects": [ - { - "ShortName": "Not provided", - "Campaigns": [ - "Daymet" - ] - } - ], - "DataGranule": { - "DayNightFlag": "Both", - "ProductionDateTime": "2023-03-01T00:00:00.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 5.03199, - "SizeInBytes": 5031990, - "Checksum": { - "Value": "fed8c1dd36d1b1ad606d6cf7bebdf88445b0aada10e87218d289c8d7733c9aa6", - "Algorithm": "SHA-256" - }, - "SizeUnit": "MB" - } - ] - }, - "Platforms": [ - { - "ShortName": "MODELS", - "Instruments": [ - { - "ShortName": "Computer" - } - ] - } - ], - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - } - ] -} diff --git a/tests/unit/fixtures/G1593453400-LAADS.json b/tests/unit/fixtures/G1593453400-LAADS.json deleted file mode 100644 index 2558e171..00000000 --- a/tests/unit/fixtures/G1593453400-LAADS.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "feed": { - "updated": "2023-03-12T23:20:23.487Z", - "id": "https://cmr.earthdata.nasa.gov:443/search/granules.json?concept_id=G1593453400-LAADS", - "title": "ECHO granule metadata", - "entry": [ - { - "producer_granule_id": "MYD021KM.A2019051.0430.006.2019051235515.hdf", - "time_start": "2019-02-20T04:30:00.000Z", - "updated": "2021-01-16T12:11:20.610Z", - "dataset_id": "MODIS/Aqua Calibrated Radiances 5-Min L1B Swath 1km V006", - "data_center": "LAADS", - "title": "LAADS:4389864073", - "coordinate_system": "GEODETIC", - "day_night_flag": "NIGHT", - "time_end": "2019-02-20T04:35:00.000Z", - "id": "G1593453400-LAADS", - "original_format": "ECHO10", - "granule_size": "65.8373498916626", - "browse_flag": true, - "polygons": [ - [ - "62.328467 -51.923123 56.577721 -10.377255 69.099596 19.845911 80.417613 -60.901471 62.328467 -51.923123" - ] - ], - "collection_concept_id": "C203234523-LAADS", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "type": "application/x-hdfeos", - "hreflang": "en-US", - "href": "https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/6/MYD021KM/2019/051/MYD021KM.A2019051.0430.006.2019051235515.hdf" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "type": "text/html", - "title": "This file may be accessed using OPeNDAP directly from this link (OPENDAP DATA)", - "hreflang": "en-US", - "href": "https://ladsweb.modaps.eosdis.nasa.gov/opendap/allData/6/MYD021KM/2019/051/MYD021KM.A2019051.0430.006.2019051235515.hdf.html" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "type": "text/html", - "title": "A link to Data set landing page (Data Set Landing Page)", - "hreflang": "en-US", - "href": "http://doi.org/10.5067/MODIS/MYD021KM.006" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "title": "This Browse file may be downloaded directly from this link", - "hreflang": "en-US", - "href": "https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/6/MYBRGB/2019/051/MYBRGB.A2019051.0430.006.2019052000816.jpg" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://modaps.nascom.nasa.gov/services/about/product_descriptions_aqua.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://ladsweb.modaps.eosdis.nasa.gov/search/order/2/MYD021KM--6" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/6/MYD021KM/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://mcst.gsfc.nasa.gov/l1b/product-information" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://mcst.gsfc.nasa.gov/content/l1b-documents" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "hreflang": "en-US", - "href": "https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/6/MYD021KM/contents.html" - } - ] - } - ] - } -} diff --git a/tests/unit/fixtures/G1593453400-LAADS_umm.json b/tests/unit/fixtures/G1593453400-LAADS_umm.json deleted file mode 100644 index 9baca5e1..00000000 --- a/tests/unit/fixtures/G1593453400-LAADS_umm.json +++ /dev/null @@ -1,144 +0,0 @@ -{ - "hits": 1, - "took": 542, - "items": [ - { - "meta": { - "concept-type": "granule", - "concept-id": "G1593453400-LAADS", - "revision-id": 3, - "native-id": "LAADS:4389864073", - "provider-id": "LAADS", - "format": "application/echo10+xml", - "revision-date": "2021-01-16T12:11:23.241Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "2019-02-20T04:30:00.000Z", - "EndingDateTime": "2019-02-20T04:35:00.000Z" - } - }, - "GranuleUR": "LAADS:4389864073", - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "GPolygons": [ - { - "Boundary": { - "Points": [ - { - "Longitude": -51.923123, - "Latitude": 62.328467 - }, - { - "Longitude": -10.377255, - "Latitude": 56.577721 - }, - { - "Longitude": 19.845911, - "Latitude": 69.099596 - }, - { - "Longitude": -60.901471, - "Latitude": 80.417613 - }, - { - "Longitude": -51.923123, - "Latitude": 62.328467 - } - ] - } - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2019-02-20T23:55:49.160Z", - "Type": "Insert" - }, - { - "Date": "2021-01-16T12:11:20.610Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "MYD021KM", - "Version": "6" - }, - "PGEVersionClass": { - "PGEVersion": "6.1.37_27" - }, - "RelatedUrls": [ - { - "URL": "https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/6/MYD021KM/2019/051/MYD021KM.A2019051.0430.006.2019051235515.hdf", - "Type": "GET DATA", - "MimeType": "application/x-hdfeos" - }, - { - "URL": "https://ladsweb.modaps.eosdis.nasa.gov/opendap/allData/6/MYD021KM/2019/051/MYD021KM.A2019051.0430.006.2019051235515.hdf.html", - "Type": "USE SERVICE API", - "Subtype": "OPENDAP DATA", - "Description": "This file may be accessed using OPeNDAP directly from this link", - "MimeType": "text/html" - }, - { - "URL": "http://doi.org/10.5067/MODIS/MYD021KM.006", - "Type": "VIEW RELATED INFORMATION", - "Description": "A link to Data set landing page", - "MimeType": "text/html" - }, - { - "URL": "https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/6/MYBRGB/2019/051/MYBRGB.A2019051.0430.006.2019052000816.jpg", - "Type": "GET RELATED VISUALIZATION", - "Description": "This Browse file may be downloaded directly from this link", - "MimeType": "image/jpeg" - } - ], - "Projects": [ - { - "ShortName": "Not provided", - "Campaigns": [ - "AQUA" - ] - } - ], - "DataGranule": { - "DayNightFlag": "Night", - "Identifiers": [ - { - "Identifier": "MYD021KM.A2019051.0430.006.2019051235515.hdf", - "IdentifierType": "ProducerGranuleId" - } - ], - "ProductionDateTime": "2019-02-20T23:55:15.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 65.8373498916626, - "SizeInBytes": 69035465, - "SizeUnit": "MB" - } - ] - }, - "Platforms": [ - { - "ShortName": "Aqua", - "Instruments": [ - { - "ShortName": "MODIS" - } - ] - } - ], - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - } - ] -} diff --git a/tests/unit/fixtures/GPM_3IMERGHH.json b/tests/unit/fixtures/GPM_3IMERGHH.json deleted file mode 100644 index 0cc2dc55..00000000 --- a/tests/unit/fixtures/GPM_3IMERGHH.json +++ /dev/null @@ -1,146 +0,0 @@ -{ - "feed": { - "updated": "2023-03-12T23:14:42.101Z", - "id": "https://cmr.earthdata.nasa.gov:443/search/granules.json?concept_id=G1618495041-GES_DISC", - "title": "ECHO granule metadata", - "entry": [ - { - "producer_granule_id": "3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5", - "boxes": [ - "-90 -180 90 180" - ], - "time_start": "2019-02-20T00:00:00.000Z", - "updated": "2019-06-12T02:47:11.000Z", - "dataset_id": "GPM IMERG Final Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V06 (GPM_3IMERGHH) at GES DISC", - "data_center": "GES_DISC", - "title": "GPM_3IMERGHH.06:3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5", - "coordinate_system": "CARTESIAN", - "day_night_flag": "UNSPECIFIED", - "time_end": "2019-02-20T00:29:59.999Z", - "id": "G1618495041-GES_DISC", - "original_format": "ECHO10", - "granule_size": "10.07326889038086", - "browse_flag": false, - "collection_concept_id": "C1598621093-GES_DISC", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "title": "Download 3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5", - "hreflang": "en-US", - "href": "https://data.gesdisc.earthdata.nasa.gov/data/GPM_L3/GPM_3IMERGHH.06/2019/051/3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/s3#", - "title": "This link provides direct download access via S3 to the granule", - "hreflang": "en-US", - "href": "s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGHH.06/2019/051/3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "type": "application/x-hdf", - "title": "The OPENDAP location for the granule. (GET DATA : OPENDAP DATA)", - "hreflang": "en-US", - "href": "https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGHH.06/2019/051/3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "title": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access (VIEW RELATED INFORMATION)", - "hreflang": "en-US", - "href": "https://data.gesdisc.earthdata.nasa.gov/s3credentials" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGHH_06.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3IMERGHH.06/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/service#", - "hreflang": "en-US", - "href": "https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGHH.06/contents.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://gpm1.gesdisc.eosdis.nasa.gov/dods/GPM_3IMERGHH_06.info" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://gpm1.gesdisc.eosdis.nasa.gov/thredds/catalog/aggregation/GPM_3IMERGHH.06/catalog.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://search.earthdata.nasa.gov/search?q=GPM_3IMERGHH_06" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_ATBD_V06.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/MorphingInV06IMERG.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_doc.06.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_QI.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_TRMMera-caveats.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_V06_release_notes.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://gpm.nasa.gov" - } - ] - } - ] - } -} diff --git a/tests/unit/fixtures/GPM_3IMERGHH_umm.json b/tests/unit/fixtures/GPM_3IMERGHH_umm.json deleted file mode 100644 index b6e65f65..00000000 --- a/tests/unit/fixtures/GPM_3IMERGHH_umm.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "hits": 1, - "took": 689, - "items": [ - { - "meta": { - "concept-type": "granule", - "concept-id": "G1618495041-GES_DISC", - "revision-id": 3, - "native-id": "GPM_3IMERGHH.06:3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5", - "provider-id": "GES_DISC", - "format": "application/echo10+xml", - "revision-date": "2022-08-17T23:44:44.205Z" - }, - "umm": { - "RelatedUrls": [ - { - "URL": "https://data.gesdisc.earthdata.nasa.gov/data/GPM_L3/GPM_3IMERGHH.06/2019/051/3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5", - "Type": "GET DATA", - "Description": "Download 3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5" - }, - { - "URL": "s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGHH.06/2019/051/3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5", - "Type": "GET DATA VIA DIRECT ACCESS", - "Description": "This link provides direct download access via S3 to the granule" - }, - { - "URL": "https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGHH.06/2019/051/3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5", - "Type": "USE SERVICE API", - "Subtype": "OPENDAP DATA", - "Description": "The OPENDAP location for the granule.", - "MimeType": "application/x-hdf" - }, - { - "URL": "https://data.gesdisc.earthdata.nasa.gov/s3credentials", - "Type": "VIEW RELATED INFORMATION", - "Description": "api endpoint to retrieve temporary credentials valid for same-region direct s3 access" - } - ], - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "BoundingRectangles": [ - { - "WestBoundingCoordinate": -180, - "EastBoundingCoordinate": 180, - "NorthBoundingCoordinate": 90, - "SouthBoundingCoordinate": -90 - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2019-06-12T02:47:11.000Z", - "Type": "Insert" - }, - { - "Date": "2019-06-12T02:47:11.000Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "GPM_3IMERGHH", - "Version": "06" - }, - "DataGranule": { - "DayNightFlag": "Unspecified", - "Identifiers": [ - { - "Identifier": "3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5", - "IdentifierType": "ProducerGranuleId" - } - ], - "ProductionDateTime": "2019-06-11T23:33:09.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 10.07326889038086, - "SizeUnit": "MB" - } - ] - }, - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "2019-02-20T00:00:00.000Z", - "EndingDateTime": "2019-02-20T00:29:59.999Z" - } - }, - "GranuleUR": "GPM_3IMERGHH.06:3B-HHR.MS.MRG.3IMERG.20190220-S000000-E002959.0000.V06B.HDF5", - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - } - ] -} diff --git a/tests/unit/fixtures/NLDAS_NOAH0125_H.json b/tests/unit/fixtures/NLDAS_NOAH0125_H.json deleted file mode 100644 index bd5b83f8..00000000 --- a/tests/unit/fixtures/NLDAS_NOAH0125_H.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "feed": { - "updated": "2023-03-12T23:17:01.003Z", - "id": "https://cmr.earthdata.nasa.gov:443/search/granules.json?concept_id=G1594284907-GES_DISC", - "title": "ECHO granule metadata", - "entry": [ - { - "producer_granule_id": "NLDAS_NOAH0125_H.A20190220.0000.002.grb", - "boxes": [ - "25 -125 53 -67" - ], - "time_start": "2019-02-20T00:00:00.000Z", - "updated": "2019-02-23T18:11:12.000Z", - "dataset_id": "NLDAS Noah Land Surface Model L4 Hourly 0.125 x 0.125 degree V002 (NLDAS_NOAH0125_H) at GES DISC", - "data_center": "GES_DISC", - "title": "NLDAS_NOAH0125_H.002:NLDAS_NOAH0125_H.A20190220.0000.002.grb", - "coordinate_system": "CARTESIAN", - "day_night_flag": "UNSPECIFIED", - "time_end": "2019-02-20T00:00:00.000Z", - "id": "G1594284907-GES_DISC", - "original_format": "ECHO10", - "granule_size": "6.69670295715332", - "browse_flag": false, - "collection_concept_id": "C1233767642-GES_DISC", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://hydro1.gesdisc.eosdis.nasa.gov/data/NLDAS/NLDAS_NOAH0125_H.002/2019/051/NLDAS_NOAH0125_H.A20190220.0000.002.grb" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://disc.gsfc.nasa.gov/datacollection/NLDAS_NOAH0125_H_002.html" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://hydro1.gesdisc.eosdis.nasa.gov/data/NLDAS/NLDAS_NOAH0125_H.002/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://search.earthdata.nasa.gov/search?q=NLDAS_NOAH0125_H" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://hydro1.gesdisc.eosdis.nasa.gov/dods/NLDAS_NOAH0125_H.002" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://hydro1.gesdisc.eosdis.nasa.gov/data/NLDAS/NLDAS_NOAH0125_H.002/doc/gribtab_NLDAS_NOAH.002.txt" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://hydro1.gesdisc.eosdis.nasa.gov/data/NLDAS/README.NLDAS2.pdf" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://ldas.gsfc.nasa.gov/nldas/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://disc.gsfc.nasa.gov/information/howto?tags=hydrology" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://disc.gsfc.nasa.gov/information/documents?title=Hydrology%20Documentation" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://disc.gsfc.nasa.gov/information/tools?title=Hydrology%20Data%20Rods" - } - ] - } - ] - } -} diff --git a/tests/unit/fixtures/NLDAS_NOAH0125_H_umm.json b/tests/unit/fixtures/NLDAS_NOAH0125_H_umm.json deleted file mode 100644 index b1ce251b..00000000 --- a/tests/unit/fixtures/NLDAS_NOAH0125_H_umm.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "hits": 1, - "took": 1300, - "items": [ - { - "meta": { - "concept-type": "granule", - "concept-id": "G1594284907-GES_DISC", - "revision-id": 1, - "native-id": "NLDAS_NOAH0125_H.002:NLDAS_NOAH0125_H.A20190220.0000.002.grb", - "provider-id": "GES_DISC", - "format": "application/echo10+xml", - "revision-date": "2019-02-23T18:12:43.204Z" - }, - "umm": { - "RelatedUrls": [ - { - "URL": "https://hydro1.gesdisc.eosdis.nasa.gov/data/NLDAS/NLDAS_NOAH0125_H.002/2019/051/NLDAS_NOAH0125_H.A20190220.0000.002.grb", - "Type": "GET DATA" - } - ], - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Geometry": { - "BoundingRectangles": [ - { - "WestBoundingCoordinate": -125, - "EastBoundingCoordinate": -67, - "NorthBoundingCoordinate": 53, - "SouthBoundingCoordinate": 25 - } - ] - } - } - }, - "ProviderDates": [ - { - "Date": "2019-02-23T18:11:12.000Z", - "Type": "Insert" - }, - { - "Date": "2019-02-23T18:11:12.000Z", - "Type": "Update" - } - ], - "CollectionReference": { - "ShortName": "NLDAS_NOAH0125_H", - "Version": "002" - }, - "DataGranule": { - "DayNightFlag": "Unspecified", - "Identifiers": [ - { - "Identifier": "NLDAS_NOAH0125_H.A20190220.0000.002.grb", - "IdentifierType": "ProducerGranuleId" - } - ], - "ProductionDateTime": "2019-02-23T18:11:12.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 6.69670295715332, - "SizeUnit": "MB" - } - ] - }, - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "2019-02-20T00:00:00.000Z", - "EndingDateTime": "2019-02-20T00:00:00.000Z" - } - }, - "GranuleUR": "NLDAS_NOAH0125_H.002:NLDAS_NOAH0125_H.A20190220.0000.002.grb", - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - } - ] -} diff --git a/tests/unit/fixtures/atl03.json b/tests/unit/fixtures/atl03.json deleted file mode 100644 index 5e61f641..00000000 --- a/tests/unit/fixtures/atl03.json +++ /dev/null @@ -1,308 +0,0 @@ -{ - "feed": { - "updated": "2023-03-12T23:02:47.488Z", - "id": "https://cmr.earthdata.nasa.gov:443/search/granules.json?collection_concept_id=C2120512202-NSIDC_ECS&producer_granule_id[]=ATL03_20221012161617_03351705_005_01.h5", - "title": "ECHO granule metadata", - "entry": [ - { - "producer_granule_id": "ATL03_20221012161617_03351705_005_01.h5", - "time_start": "2022-10-12T16:16:17.770Z", - "orbit": { - "ascending_crossing": "31.016154306216443", - "start_lat": "80", - "start_direction": "D", - "end_lat": "59.5", - "end_direction": "D" - }, - "updated": "2022-12-08T00:26:43.535Z", - "orbit_calculated_spatial_domains": [ - { - "equator_crossing_date_time": "2022-10-12T15:50:10.654Z", - "equator_crossing_longitude": "31.016154306216443", - "orbit_number": "22728" - } - ], - "dataset_id": "ATLAS/ICESat-2 L2A Global Geolocated Photon Data V005", - "data_center": "NSIDC_ECS", - "title": "SC:ATL03.005:256325263", - "coordinate_system": "ORBIT", - "time_end": "2022-10-12T16:21:43.385Z", - "id": "G2560598660-NSIDC_ECS", - "original_format": "ISO-SMAP", - "granule_size": "589.2875518799", - "browse_flag": true, - "polygons": [ - [ - "82.5525316835928 -138.71702341899868 64.19104592537177 -152.24886420350433 62.58512208318944 -152.6580520705666 62.60968584234711 -153.35987284628484 64.21702493326511 -152.99086667837955 82.64026571771737 -141.13719457441687 82.5525316835928 -138.71702341899868" - ] - ], - "collection_concept_id": "C2120512202-NSIDC_ECS", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "type": "application/x-hdfeos", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP5/ATLAS/ATL03.005/2022.10.12/ATL03_20221012161617_03351705_005_01.h5" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.default.default1.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.default.default2.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt1r.groundtrack.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt1r.photons_inlandwater.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt1r.photons_landice.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt1r.photons_land.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt1r.photons_ocean.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt1r.photons_seaice.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt2r.groundtrack.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt2r.photons_inlandwater.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt2r.photons_landice.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt2r.photons_land.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt2r.photons_ocean.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt2r.photons_seaice.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt3r.groundtrack.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt3r.photons_inlandwater.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt3r.photons_landice.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt3r.photons_land.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt3r.photons_ocean.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt3r.photons_seaice.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.background.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.dac.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.neutat_delay_total.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.neutat_ht.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.podppd_flag.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.ref_azimuth.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.ref_elev.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.solar_azimuth.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.solar_elevation.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.tide_earth.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.tide_equilibrium.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.tide_load.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.tide_ocean.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.tide_oc_pole.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.tide_pole.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "type": "text/xml", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP5/ATLAS/ATL03.005/2022.10.12/ATL03_20221012161617_03351705_005_01.iso.xml" - }, - { - "inherited": true, - "length": "0.0KB", - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/ATLAS/ATL03.005/" - }, - { - "inherited": true, - "length": "0.0KB", - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://search.earthdata.nasa.gov/search?q=ATL03+V005" - }, - { - "inherited": true, - "length": "0.0KB", - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "http://openaltimetry.org/" - }, - { - "inherited": true, - "length": "0.0KB", - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://nsidc.org/data/data-access-tool/ATL03/versions/5/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.5067/ATLAS/ATL03.005" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://doi.org/10.5067/ATLAS/ATL03.005" - } - ] - } - ] - } -} diff --git a/tests/unit/fixtures/atl03_umm.json b/tests/unit/fixtures/atl03_umm.json deleted file mode 100644 index b11a7ec5..00000000 --- a/tests/unit/fixtures/atl03_umm.json +++ /dev/null @@ -1,266 +0,0 @@ -{ - "hits": 1, - "took": 54, - "items": [ - { - "meta": { - "concept-type": "granule", - "concept-id": "G2560598660-NSIDC_ECS", - "revision-id": 1, - "native-id": "SC:ATL03.005:256325263", - "provider-id": "NSIDC_ECS", - "format": "application/iso:smap+xml", - "revision-date": "2022-12-08T07:28:06.818Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "2022-10-12T16:16:17.770Z", - "EndingDateTime": "2022-10-12T16:21:43.385Z" - } - }, - "OrbitCalculatedSpatialDomains": [ - { - "OrbitNumber": 22728, - "EquatorCrossingLongitude": 31.016154306216443, - "EquatorCrossingDateTime": "2022-10-12T15:50:10.654Z" - } - ], - "GranuleUR": "SC:ATL03.005:256325263", - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Orbit": { - "AscendingCrossing": 31.016154306216443, - "StartLatitude": 80, - "StartDirection": "D", - "EndLatitude": 59.5, - "EndDirection": "D" - } - } - }, - "ProviderDates": [ - { - "Date": "2022-12-08T00:26:10.615Z", - "Type": "Insert" - }, - { - "Date": "2022-12-08T00:26:43.535Z", - "Type": "Update" - } - ], - "CollectionReference": { - "EntryTitle": "ATLAS/ICESat-2 L2A Global Geolocated Photon Data V005" - }, - "RelatedUrls": [ - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP5/ATLAS/ATL03.005/2022.10.12/ATL03_20221012161617_03351705_005_01.h5", - "Type": "GET DATA", - "MimeType": "application/x-hdfeos" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.default.default1.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.default.default2.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt1r.groundtrack.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt1r.photons_inlandwater.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt1r.photons_landice.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt1r.photons_land.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt1r.photons_ocean.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt1r.photons_seaice.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt2r.groundtrack.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt2r.photons_inlandwater.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt2r.photons_landice.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt2r.photons_land.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt2r.photons_ocean.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt2r.photons_seaice.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt3r.groundtrack.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt3r.photons_inlandwater.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt3r.photons_landice.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt3r.photons_land.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt3r.photons_ocean.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.gt3r.photons_seaice.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.background.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.dac.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.neutat_delay_total.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.neutat_ht.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.podppd_flag.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.ref_azimuth.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.ref_elev.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.solar_azimuth.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.solar_elevation.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.tide_earth.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.tide_equilibrium.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.tide_load.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.tide_ocean.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.tide_oc_pole.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2022.12.08/ATL03_20221012161617_03351705_005_01_BRW.h5.images.tide_pole.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP5/ATLAS/ATL03.005/2022.10.12/ATL03_20221012161617_03351705_005_01.iso.xml", - "Type": "VIEW RELATED INFORMATION", - "MimeType": "text/xml" - } - ], - "DataGranule": { - "DayNightFlag": "Unspecified", - "Identifiers": [ - { - "Identifier": "ATL03_20221012161617_03351705_005_01.h5", - "IdentifierType": "ProducerGranuleId" - } - ], - "ProductionDateTime": "2022-11-19T16:10:51.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 589.2875518799, - "SizeUnit": "NA" - } - ] - }, - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - } - ] -} diff --git a/tests/unit/fixtures/atl06.json b/tests/unit/fixtures/atl06.json deleted file mode 100644 index 6a96d9a2..00000000 --- a/tests/unit/fixtures/atl06.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "feed": { - "updated": "2023-03-12T23:04:51.335Z", - "id": "https://cmr.earthdata.nasa.gov:443/search/granules.json?concept_id=G2159085058-NSIDC_ECS", - "title": "ECHO granule metadata", - "entry": [ - { - "producer_granule_id": "ATL06_20190221121851_08410203_005_01.h5", - "time_start": "2019-02-21T12:19:05.196Z", - "orbit": { - "ascending_crossing": "-40.35812957405553", - "start_lat": "59.5", - "start_direction": "A", - "end_lat": "80", - "end_direction": "A" - }, - "updated": "2021-11-22T19:32:23.788Z", - "orbit_calculated_spatial_domains": [ - { - "equator_crossing_date_time": "2019-02-21T12:03:18.922Z", - "equator_crossing_longitude": "-40.35812957405553", - "orbit_number": "2429" - } - ], - "dataset_id": "ATLAS/ICESat-2 L3A Land Ice Height V005", - "data_center": "NSIDC_ECS", - "title": "SC:ATL06.005:228825416", - "coordinate_system": "ORBIT", - "time_end": "2019-02-21T12:24:16.042Z", - "id": "G2159085058-NSIDC_ECS", - "original_format": "ISO-SMAP", - "granule_size": "59.1940822601", - "browse_flag": true, - "polygons": [ - [ - "58.62975669572381 -47.899339089543176 77.11313865341255 -55.06953885155483 77.78463055907766 -55.65948204030133 77.83817676951094 -54.146243325401755 77.16392707969413 -53.63221938455522 58.65148061829878 -47.27826638104229 58.62975669572381 -47.899339089543176" - ] - ], - "collection_concept_id": "C2144439155-NSIDC_ECS", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "type": "application/x-hdfeos", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL06.005/2019.02.21/ATL06_20190221121851_08410203_005_01.h5" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.default.default1.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.default.default2.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1l.atl06_quality_summary.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1l.h_li.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1l.h_li_sigma.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1l.n_fit_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1l.signal_selection_source.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1r.atl06_quality_summary.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1r.h_li.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1r.h_li_sigma.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1r.n_fit_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1r.signal_selection_source.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2l.atl06_quality_summary.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2l.h_li.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2l.h_li_sigma.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2l.n_fit_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2l.signal_selection_source.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2r.atl06_quality_summary.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2r.h_li.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2r.h_li_sigma.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2r.n_fit_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2r.signal_selection_source.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3l.atl06_quality_summary.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3l.h_li.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3l.h_li_sigma.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3l.n_fit_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3l.signal_selection_source.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3r.atl06_quality_summary.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3r.h_li.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3r.h_li_sigma.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3r.n_fit_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3r.signal_selection_source.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "type": "text/xml", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL06.005/2019.02.21/ATL06_20190221121851_08410203_005_01.iso.xml" - }, - { - "inherited": true, - "length": "0.0KB", - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/ATLAS/ATL06.005/" - }, - { - "inherited": true, - "length": "0.0KB", - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://search.earthdata.nasa.gov/search?q=ATL06+V005" - }, - { - "inherited": true, - "length": "0.0KB", - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://openaltimetry.org/" - }, - { - "inherited": true, - "length": "0.0KB", - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://nsidc.org/data/data-access-tool/ATL06/versions/5/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.5067/ATLAS/ATL06.005" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://doi.org/10.5067/ATLAS/ATL06.005" - } - ] - } - ] - } -} diff --git a/tests/unit/fixtures/atl06_umm.json b/tests/unit/fixtures/atl06_umm.json deleted file mode 100644 index 7e7a3b7b..00000000 --- a/tests/unit/fixtures/atl06_umm.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "hits": 1, - "took": 350, - "items": [ - { - "meta": { - "concept-type": "granule", - "concept-id": "G2159085058-NSIDC_ECS", - "revision-id": 2, - "native-id": "SC:ATL06.005:228825416", - "provider-id": "NSIDC_ECS", - "format": "application/iso:smap+xml", - "revision-date": "2021-11-23T06:14:29.307Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "2019-02-21T12:19:05.196Z", - "EndingDateTime": "2019-02-21T12:24:16.042Z" - } - }, - "OrbitCalculatedSpatialDomains": [ - { - "OrbitNumber": 2429, - "EquatorCrossingLongitude": -40.35812957405553, - "EquatorCrossingDateTime": "2019-02-21T12:03:18.922Z" - } - ], - "GranuleUR": "SC:ATL06.005:228825416", - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Orbit": { - "AscendingCrossing": -40.35812957405553, - "StartLatitude": 59.5, - "StartDirection": "A", - "EndLatitude": 80, - "EndDirection": "A" - } - } - }, - "ProviderDates": [ - { - "Date": "2021-11-04T23:19:23.384Z", - "Type": "Insert" - }, - { - "Date": "2021-11-22T19:32:23.788Z", - "Type": "Update" - } - ], - "CollectionReference": { - "EntryTitle": "ATLAS/ICESat-2 L3A Land Ice Height V005" - }, - "RelatedUrls": [ - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL06.005/2019.02.21/ATL06_20190221121851_08410203_005_01.h5", - "Type": "GET DATA", - "MimeType": "application/x-hdfeos" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.default.default1.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.default.default2.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1l.atl06_quality_summary.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1l.h_li.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1l.h_li_sigma.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1l.n_fit_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1l.signal_selection_source.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1r.atl06_quality_summary.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1r.h_li.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1r.h_li_sigma.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1r.n_fit_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt1r.signal_selection_source.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2l.atl06_quality_summary.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2l.h_li.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2l.h_li_sigma.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2l.n_fit_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2l.signal_selection_source.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2r.atl06_quality_summary.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2r.h_li.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2r.h_li_sigma.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2r.n_fit_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt2r.signal_selection_source.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3l.atl06_quality_summary.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3l.h_li.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3l.h_li_sigma.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3l.n_fit_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3l.signal_selection_source.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3r.atl06_quality_summary.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3r.h_li.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3r.h_li_sigma.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3r.n_fit_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.05/ATL06_20190221121851_08410203_005_01_BRW.gt3r.signal_selection_source.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL06.005/2019.02.21/ATL06_20190221121851_08410203_005_01.iso.xml", - "Type": "VIEW RELATED INFORMATION", - "MimeType": "text/xml" - } - ], - "DataGranule": { - "DayNightFlag": "Unspecified", - "Identifiers": [ - { - "Identifier": "ATL06_20190221121851_08410203_005_01.h5", - "IdentifierType": "ProducerGranuleId" - } - ], - "ProductionDateTime": "2021-09-08T05:36:40.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 59.1940822601, - "SizeUnit": "NA" - } - ] - }, - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - } - ] -} diff --git a/tests/unit/fixtures/atl08.json b/tests/unit/fixtures/atl08.json deleted file mode 100644 index 5f05c7a0..00000000 --- a/tests/unit/fixtures/atl08.json +++ /dev/null @@ -1,290 +0,0 @@ -{ - "feed": { - "updated": "2023-03-12T23:09:54.872Z", - "id": "https://cmr.earthdata.nasa.gov:443/search/granules.json?concept_id=G2160242605-NSIDC_ECS", - "title": "ECHO granule metadata", - "entry": [ - { - "producer_granule_id": "ATL08_20190221121851_08410203_005_01.h5", - "time_start": "2019-02-21T12:18:57.077Z", - "orbit": { - "ascending_crossing": "-40.35812957405553", - "start_lat": "59.5", - "start_direction": "A", - "end_lat": "80", - "end_direction": "A" - }, - "updated": "2021-11-22T21:11:03.152Z", - "orbit_calculated_spatial_domains": [ - { - "equator_crossing_date_time": "2019-02-21T12:03:18.922Z", - "equator_crossing_longitude": "-40.35812957405553", - "orbit_number": "2429" - } - ], - "dataset_id": "ATLAS/ICESat-2 L3A Land and Vegetation Height V005", - "data_center": "NSIDC_ECS", - "title": "SC:ATL08.005:229324795", - "coordinate_system": "ORBIT", - "time_end": "2019-02-21T12:24:16.044Z", - "id": "G2160242605-NSIDC_ECS", - "original_format": "ISO-SMAP", - "granule_size": "99.5857028961", - "browse_flag": true, - "polygons": [ - [ - "58.13514814533861 -47.79869158859275 76.62413302972358 -54.67433508157976 77.78463055907766 -55.65948204030133 77.83817676951094 -54.146243325401755 76.67308982518216 -53.28761796863526 58.15656934712126 -47.18623526999909 58.13514814533861 -47.79869158859275" - ] - ], - "collection_concept_id": "C2144424132-NSIDC_ECS", - "online_access_flag": true, - "links": [ - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "type": "application/x-hdfeos", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.005/2019.02.21/ATL08_20190221121851_08410203_005_01.h5" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.default.default1.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.default.default2.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1l.groundtrack.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1l.h_canopy_abs.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1l.h_te_median.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1l.n_ca_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1l.n_te_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1r.groundtrack.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1r.h_canopy_abs.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1r.h_te_median.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1r.n_ca_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1r.n_te_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2l.groundtrack.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2l.h_canopy_abs.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2l.h_te_median.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2l.n_ca_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2l.n_te_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2r.groundtrack.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2r.h_canopy_abs.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2r.h_te_median.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2r.n_ca_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2r.n_te_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3l.groundtrack.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3l.h_canopy_abs.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3l.h_te_median.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3l.n_ca_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3l.n_te_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3r.groundtrack.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3r.h_canopy_abs.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3r.h_te_median.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3r.n_ca_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/browse#", - "type": "image/jpeg", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3r.n_te_photons.jpg" - }, - { - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "type": "text/xml", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.005/2019.02.21/ATL08_20190221121851_08410203_005_01.iso.xml" - }, - { - "inherited": true, - "length": "0.0KB", - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://n5eil01u.ecs.nsidc.org/ATLAS/ATL08.005/" - }, - { - "inherited": true, - "length": "0.0KB", - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://search.earthdata.nasa.gov/search?q=ATL08+V005" - }, - { - "inherited": true, - "length": "0.0KB", - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://openaltimetry.org/" - }, - { - "inherited": true, - "length": "0.0KB", - "rel": "http://esipfed.org/ns/fedsearch/1.1/data#", - "hreflang": "en-US", - "href": "https://nsidc.org/data/data-access-tool/ATL08/versions/5/" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/metadata#", - "hreflang": "en-US", - "href": "https://doi.org/10.5067/ATLAS/ATL08.005" - }, - { - "inherited": true, - "rel": "http://esipfed.org/ns/fedsearch/1.1/documentation#", - "hreflang": "en-US", - "href": "https://doi.org/10.5067/ATLAS/ATL08.005" - } - ] - } - ] - } -} diff --git a/tests/unit/fixtures/atl08_umm.json b/tests/unit/fixtures/atl08_umm.json deleted file mode 100644 index 93544229..00000000 --- a/tests/unit/fixtures/atl08_umm.json +++ /dev/null @@ -1,251 +0,0 @@ -{ - "hits": 1, - "took": 2931, - "items": [ - { - "meta": { - "concept-type": "granule", - "concept-id": "G2160242605-NSIDC_ECS", - "revision-id": 2, - "native-id": "SC:ATL08.005:229324795", - "provider-id": "NSIDC_ECS", - "format": "application/iso:smap+xml", - "revision-date": "2021-11-23T07:55:25.271Z" - }, - "umm": { - "TemporalExtent": { - "RangeDateTime": { - "BeginningDateTime": "2019-02-21T12:18:57.077Z", - "EndingDateTime": "2019-02-21T12:24:16.044Z" - } - }, - "OrbitCalculatedSpatialDomains": [ - { - "OrbitNumber": 2429, - "EquatorCrossingLongitude": -40.35812957405553, - "EquatorCrossingDateTime": "2019-02-21T12:03:18.922Z" - } - ], - "GranuleUR": "SC:ATL08.005:229324795", - "SpatialExtent": { - "HorizontalSpatialDomain": { - "Orbit": { - "AscendingCrossing": -40.35812957405553, - "StartLatitude": 59.5, - "StartDirection": "A", - "EndLatitude": 80, - "EndDirection": "A" - } - } - }, - "ProviderDates": [ - { - "Date": "2021-11-06T14:01:06.456Z", - "Type": "Insert" - }, - { - "Date": "2021-11-22T21:11:03.152Z", - "Type": "Update" - } - ], - "CollectionReference": { - "EntryTitle": "ATLAS/ICESat-2 L3A Land and Vegetation Height V005" - }, - "RelatedUrls": [ - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.005/2019.02.21/ATL08_20190221121851_08410203_005_01.h5", - "Type": "GET DATA", - "MimeType": "application/x-hdfeos" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.default.default1.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.default.default2.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1l.groundtrack.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1l.h_canopy_abs.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1l.h_te_median.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1l.n_ca_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1l.n_te_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1r.groundtrack.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1r.h_canopy_abs.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1r.h_te_median.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1r.n_ca_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt1r.n_te_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2l.groundtrack.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2l.h_canopy_abs.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2l.h_te_median.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2l.n_ca_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2l.n_te_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2r.groundtrack.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2r.h_canopy_abs.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2r.h_te_median.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2r.n_ca_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt2r.n_te_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3l.groundtrack.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3l.h_canopy_abs.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3l.h_te_median.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3l.n_ca_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3l.n_te_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3r.groundtrack.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3r.h_canopy_abs.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3r.h_te_median.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3r.n_ca_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP0/BRWS/Browse.001/2021.11.06/ATL08_20190221121851_08410203_005_01_BRW.gt3r.n_te_photons.jpg", - "Type": "GET RELATED VISUALIZATION", - "MimeType": "image/jpeg" - }, - { - "URL": "https://n5eil01u.ecs.nsidc.org/DP7/ATLAS/ATL08.005/2019.02.21/ATL08_20190221121851_08410203_005_01.iso.xml", - "Type": "VIEW RELATED INFORMATION", - "MimeType": "text/xml" - } - ], - "DataGranule": { - "DayNightFlag": "Unspecified", - "Identifiers": [ - { - "Identifier": "ATL08_20190221121851_08410203_005_01.h5", - "IdentifierType": "ProducerGranuleId" - } - ], - "ProductionDateTime": "2021-09-08T03:14:43.000Z", - "ArchiveAndDistributionInformation": [ - { - "Name": "Not provided", - "Size": 99.5857028961, - "SizeUnit": "NA" - } - ] - }, - "MetadataSpecification": { - "URL": "https://cdn.earthdata.nasa.gov/umm/granule/v1.6.4", - "Name": "UMM-G", - "Version": "1.6.4" - } - } - } - ] -} diff --git a/tests/unit/fixtures/vcr_cassettes/ALL.yaml b/tests/unit/fixtures/vcr_cassettes/ALL.yaml index ffe798a1..06cf0bbd 100644 --- a/tests/unit/fixtures/vcr_cassettes/ALL.yaml +++ b/tests/unit/fixtures/vcr_cassettes/ALL.yaml @@ -14,7 +14,7 @@ interactions: uri: https://cmr.earthdata.nasa.gov/search/collections.umm_json?has_granules=true&include_granule_counts=true&page_size=2000 response: body: - string: "{\"hits\":8983,\"took\":5610,\"items\":[{\"meta\":{\"revision-id\":46,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_DAAC\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"15 + string: "{\"hits\":8983,\"took\":4349,\"items\":[{\"meta\":{\"revision-id\":46,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_DAAC\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"15 Minute Stream Flow Data: USGS (FIFE)\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179003030-ORNL_DAAC\",\"revision-date\":\"2023-03-13T17:31:50.971Z\",\"granule-count\":39,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Wood, E.F. 1994. 15 Minute Stream Flow Data: USGS (FIFE). ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"Points\":[{\"Longitude\":-96.6,\"Latitude\":39.1}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH @@ -3780,8 +3780,8 @@ interactions: Observation Satellites\",\"ShortName\":\"METOP-B\",\"LongName\":\"Meteorological Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-18\",\"LongName\":\"National - Oceanic & Atmospheric Administration-18\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ABoVE - LVIS L1A Geotagged Images V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1673546369-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:05.211Z\",\"granule-count\":45730,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Oceanic & Atmospheric Administration-18\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ABoVE + LVIS L1A Geotagged Images V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1673546369-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:31:35.312Z\",\"granule-count\":45730,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ABoVE LVIS L1A Geotagged Images V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The @@ -3867,8 +3867,8 @@ interactions: Mapping Camera paired with LVIS\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"RQ-4\",\"LongName\":\"Northrop Grumman RQ-4 Global Hawk\",\"Instruments\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital Mapping Camera paired with LVIS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital - Mapping Camera paired with LVIS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":67,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2065225024-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ABoVE - LVIS L1B Geolocated Return Energy Waveforms V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2065225024-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1513105920-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:32:58.702Z\",\"granule-count\":1051,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Mapping Camera paired with LVIS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":68,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL2065225024-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ABoVE + LVIS L1B Geolocated Return Energy Waveforms V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2065225024-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1513105920-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:31:26.972Z\",\"granule-count\":1051,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ABoVE LVIS L1B Geolocated Return Energy Waveforms V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The @@ -3953,8 +3953,8 @@ interactions: Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"RQ-4\",\"LongName\":\"Northrop Grumman RQ-4 Global Hawk\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, - Vegetation, and Ice Sensor\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":51,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2065225024-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ABoVE - LVIS L2 Geolocated Surface Elevation Product V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2065225024-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1513105984-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:02.855Z\",\"granule-count\":1051,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Vegetation, and Ice Sensor\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":52,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2065225024-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ABoVE + LVIS L2 Geolocated Surface Elevation Product V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2065225024-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1513105984-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:31:31.233Z\",\"granule-count\":1051,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ABoVE LVIS L2 Geolocated Surface Elevation Product V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The @@ -15400,7 +15400,7 @@ interactions: SeaWiFS.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"Version\":\"2014\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"}]}}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"ADEOS-I\",\"LongName\":\"Advanced Earth Observing Satellite I\",\"Instruments\":[{\"ShortName\":\"OCTS\",\"LongName\":\"Ocean - Color and Temperature Scanner\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF4\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"obdaac_admin\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\",\"TL2140662928-OB_DAAC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"OCTS_L3m_CHL\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"},{\"concept-id\":\"TL2140662928-OB_DAAC\"}]},\"has-variables\":false,\"concept-id\":\"C1200034342-OB_DAAC\",\"revision-date\":\"2018-10-17T13:36:38.053Z\",\"granule-count\":536,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"Earth + Color and Temperature Scanner\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF4\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"obdaac_admin\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140662928-OB_DAAC\",\"TL2140660116-GES_DISC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"OCTS_L3m_CHL\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140662928-OB_DAAC\"},{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1200034342-OB_DAAC\",\"revision-date\":\"2018-10-17T13:36:38.053Z\",\"granule-count\":536,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"Earth Science\",\"Topic\":\"Oceans\",\"Term\":\"Ocean Chemistry\",\"VariableLevel1\":\"Pigments\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1996-11-01T00:00:00.000Z\",\"EndingDateTime\":\"1997-06-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/ADEOS-I/OCTS/L3M/CHL/2014\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"OCTS_L3m_CHL\",\"EntryTitle\":\"ADEOS-I Ocean Color and Temperature Scanner (OCTS) Chlorophyll (CHL) Global Mapped Data\",\"RelatedUrls\":[{\"Description\":\"NASA Ocean Color Web - Data Distribution @@ -15672,7 +15672,7 @@ interactions: SeaWiFS.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"Version\":\"2014\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"}]}}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"ADEOS-I\",\"LongName\":\"Advanced Earth Observing Satellite I\",\"Instruments\":[{\"ShortName\":\"OCTS\",\"LongName\":\"Ocean - Color and Temperature Scanner\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF4\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"obdaac_admin\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\",\"TL2140662928-OB_DAAC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"OCTS_L3m_PIC\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"},{\"concept-id\":\"TL2140662928-OB_DAAC\"}]},\"has-variables\":false,\"concept-id\":\"C1200034384-OB_DAAC\",\"revision-date\":\"2018-10-17T13:36:42.242Z\",\"granule-count\":268,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"Earth + Color and Temperature Scanner\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF4\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"obdaac_admin\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140662928-OB_DAAC\",\"TL2140660116-GES_DISC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"OCTS_L3m_PIC\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140662928-OB_DAAC\"},{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1200034384-OB_DAAC\",\"revision-date\":\"2018-10-17T13:36:42.242Z\",\"granule-count\":268,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"Earth Science\",\"Topic\":\"Oceans\",\"Term\":\"Ocean Chemistry\",\"VariableLevel1\":\"Inorganic Carbon\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1996-11-01T00:00:00.000Z\",\"EndingDateTime\":\"1997-06-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/ADEOS-I/OCTS/L3M/PIC/2014\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"OCTS_L3m_PIC\",\"EntryTitle\":\"ADEOS-I Ocean Color and Temperature Scanner (OCTS) Particulate Inorganic Carbon (PIC) @@ -15735,7 +15735,7 @@ interactions: SeaWiFS.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"Version\":\"2014\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"}]}}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"ADEOS-I\",\"LongName\":\"Advanced Earth Observing Satellite I\",\"Instruments\":[{\"ShortName\":\"OCTS\",\"LongName\":\"Ocean - Color and Temperature Scanner\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF4\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"obdaac_admin\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\",\"TL2140662928-OB_DAAC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"OCTS_L3m_POC\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"},{\"concept-id\":\"TL2140662928-OB_DAAC\"}]},\"has-variables\":false,\"concept-id\":\"C1200034367-OB_DAAC\",\"revision-date\":\"2018-10-17T13:36:42.897Z\",\"granule-count\":268,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"Earth + Color and Temperature Scanner\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF4\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"obdaac_admin\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140662928-OB_DAAC\",\"TL2140660116-GES_DISC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"OCTS_L3m_POC\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140662928-OB_DAAC\"},{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1200034367-OB_DAAC\",\"revision-date\":\"2018-10-17T13:36:42.897Z\",\"granule-count\":268,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"Earth Science\",\"Topic\":\"Oceans\",\"Term\":\"Ocean Chemistry\",\"VariableLevel1\":\"Organic Carbon\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1996-11-01T00:00:00.000Z\",\"EndingDateTime\":\"1997-06-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/ADEOS-I/OCTS/L3M/POC/2014\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"OCTS_L3m_POC\",\"EntryTitle\":\"ADEOS-I Ocean Color and Temperature Scanner (OCTS) Particulate Organic Carbon (POC) @@ -15953,7 +15953,7 @@ interactions: - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"AMPR\",\"LongName\":\"Advanced Microwave Precipitation Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/amsua15sp__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ADVANCED - MICROWAVE SOUNDING UNIT-A (AMSU-A) SWATH FROM NOAA-15 V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1996541017-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:26:09.897Z\",\"granule-count\":271246,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Spencer, + MICROWAVE SOUNDING UNIT-A (AMSU-A) SWATH FROM NOAA-15 V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1996541017-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:26:09.897Z\",\"granule-count\":271606,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Spencer, Roy W and William D Braswell.1999. ADVANCED MICROWAVE SOUNDING UNIT-A (AMSU-A) SWATH FROM NOAA-15 [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. @@ -16683,8 +16683,8 @@ interactions: Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based - Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AfriSAR - LVIS L1A Geotagged Images V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1932134853-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:34:26.602Z\",\"granule-count\":13957,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AfriSAR + LVIS L1A Geotagged Images V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1932134853-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:33:02.883Z\",\"granule-count\":13957,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AfriSAR LVIS L1A Geotagged Images V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The @@ -16767,8 +16767,8 @@ interactions: Mapping Camera paired with LVIS\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"RQ-4\",\"LongName\":\"Northrop Grumman RQ-4 Global Hawk\",\"Instruments\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital Mapping Camera paired with LVIS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital - Mapping Camera paired with LVIS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":51,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2065225024-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AfriSAR - LVIS L1B Geolocated Return Energy Waveforms V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2065225024-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1549378019-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:34:15.460Z\",\"granule-count\":119,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Mapping Camera paired with LVIS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":52,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2065225024-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AfriSAR + LVIS L1B Geolocated Return Energy Waveforms V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2065225024-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1549378019-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:56.755Z\",\"granule-count\":119,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AfriSAR LVIS L1B Geolocated Return Energy Waveforms V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The @@ -16853,8 +16853,8 @@ interactions: Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"RQ-4\",\"LongName\":\"Northrop Grumman RQ-4 Global Hawk\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, - Vegetation, and Ice Sensor\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":53,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2065225024-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AfriSAR - LVIS L2 Geolocated Surface Elevation Product V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2065225024-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1549378743-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:34:23.315Z\",\"granule-count\":119,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Vegetation, and Ice Sensor\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":54,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2065225024-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AfriSAR + LVIS L2 Geolocated Surface Elevation Product V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2065225024-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1549378743-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:59.930Z\",\"granule-count\":119,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AfriSAR LVIS L2 Geolocated Surface Elevation Product V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The @@ -22884,7 +22884,7 @@ interactions: System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"CloudSat\",\"Instruments\":[{\"ShortName\":\"CloudSat-CPR\",\"LongName\":\"CloudSat Cloud Profiling Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRXAMAP_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233769004-GES_DISC\",\"revision-date\":\"2022-09-08T20:51:24.610Z\",\"granule-count\":7932,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"AIRS + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRXAMAP_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233769004-GES_DISC\",\"revision-date\":\"2022-09-08T20:51:24.610Z\",\"granule-count\":7942,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Moustafa Chahine\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRXAMAP_005.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua @@ -22939,7 +22939,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"PDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level1/AIRABRAD.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRABRAD_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477366-GES_DISC\",\"revision-date\":\"2023-08-07T16:40:59.053Z\",\"granule-count\":1899468,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Corrected + Archive\"],\"Format\":\"PDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level1/AIRABRAD.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRABRAD_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477366-GES_DISC\",\"revision-date\":\"2023-08-07T16:40:59.053Z\",\"granule-count\":1902009,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Corrected Microwave Antenna Temperatures\",\"Corrected Microwave Antenna Temperatures Uncertainties\"],\"CollectionCitations\":[{\"Creator\":\"AIRS project\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRABRAD_005.html\"},\"Publisher\":\"Goddard @@ -23008,7 +23008,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRXBCAL_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477315-GES_DISC\",\"revision-date\":\"2022-09-07T19:49:46.044Z\",\"granule-count\":7632,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"COUNTS\",\"GEOLOCATED\",\"VISIBLE\",\"OPeNDAP\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"AIRS + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRXBCAL_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477315-GES_DISC\",\"revision-date\":\"2022-09-07T19:49:46.044Z\",\"granule-count\":7720,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"COUNTS\",\"GEOLOCATED\",\"VISIBLE\",\"OPeNDAP\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"AIRS project\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRXBCAL_005.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua L1B Calibration subset V005\",\"SeriesName\":\"AIRXBCAL\",\"ReleaseDate\":\"2007-06-30T00:00:00.000Z\",\"Version\":\"005\",\"ReleasePlace\":\"Greenbelt, @@ -23150,7 +23150,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"HSB\",\"LongName\":\"Humidity Sounder for Brazil\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level1/AIRIBRAD.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRIBRAD_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477369-GES_DISC\",\"revision-date\":\"2023-08-07T17:31:26.130Z\",\"granule-count\":1863124,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Dust + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level1/AIRIBRAD.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRIBRAD_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477369-GES_DISC\",\"revision-date\":\"2023-08-07T17:31:26.130Z\",\"granule-count\":1865648,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Dust Flag\",\"Dust Score\",\"Volcanic Sulfur Dioxide Indicator\"],\"CollectionCitations\":[{\"Creator\":\"AIRS project\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRIBRAD_005.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua @@ -23232,7 +23232,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level1/AIRIBQAP.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRIBQAP_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477368-GES_DISC\",\"revision-date\":\"2023-11-06T21:53:41.426Z\",\"granule-count\":1863292,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"INFRARED\",\"GEOLOCATED\",\"FLUX\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"AIRS + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level1/AIRIBQAP.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRIBQAP_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477368-GES_DISC\",\"revision-date\":\"2023-11-06T21:53:41.426Z\",\"granule-count\":1865817,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"INFRARED\",\"GEOLOCATED\",\"FLUX\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"AIRS project\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRIBQAP_005.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua L1B Infrared (IR) quality assurance subset V005\",\"SeriesName\":\"AIRIBQAP\",\"ReleaseDate\":\"2007-07-26T00:00:00.000Z\",\"Version\":\"005\",\"ReleasePlace\":\"Greenbelt, @@ -23293,7 +23293,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRABRAD_NRT.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRABRAD_NRT_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233769000-GES_DISC\",\"revision-date\":\"2024-03-04T15:28:15.598Z\",\"granule-count\":3326,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Corrected + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRABRAD_NRT.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRABRAD_NRT_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233769000-GES_DISC\",\"revision-date\":\"2024-03-04T15:28:15.598Z\",\"granule-count\":3624,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Corrected Microwave Antenna Temperatures\",\"Corrected Microwave Antenna Temperatures Uncertainties\",\"RELATIVE_START_DATE: -7\",\"NRT\",\"LANCE\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Moustafa Chahine\",\"DataPresentationForm\":\"Digital Science @@ -23378,7 +23378,7 @@ interactions: Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced - Microwave Sounding Unit-A\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRIBRAD_NRT_BUFR.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRIBRAD_NRT_BUFR_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233769001-GES_DISC\",\"revision-date\":\"2024-03-05T15:50:28.799Z\",\"granule-count\":1593,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Dust + Microwave Sounding Unit-A\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRIBRAD_NRT_BUFR.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRIBRAD_NRT_BUFR_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233769001-GES_DISC\",\"revision-date\":\"2024-03-05T15:50:28.799Z\",\"granule-count\":1631,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Dust Flag\",\"Dust Score\",\"Volcanic Sulfur Dioxide Indicator\",\"FLUX\",\"EOSDIS\",\"NRT\",\"RELATIVE_START_DATE: -7\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Moustafa Chahine\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRIBRAD_NRT_BUFR_005.html\"},\"Publisher\":\"Goddard @@ -23469,7 +23469,7 @@ interactions: Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric - Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRIBRAD_NRT.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRIBRAD_NRT_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233768982-GES_DISC\",\"revision-date\":\"2024-03-04T16:26:47.249Z\",\"granule-count\":3301,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Dust + Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRIBRAD_NRT.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRIBRAD_NRT_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233768982-GES_DISC\",\"revision-date\":\"2024-03-04T16:26:47.249Z\",\"granule-count\":3607,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Dust Flag\",\"Dust Score\",\"Volcanic Sulfur Dioxide Indicator\",\"FLUX\",\"EOSDIS\",\"NRT\",\"RELATIVE_START_DATE: -7\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Moustafa Chahine\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRIBRAD_NRT_005.html\"},\"Publisher\":\"Goddard @@ -23567,7 +23567,7 @@ interactions: Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric - Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRIBQAP_NRT.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRIBQAP_NRT_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233768981-GES_DISC\",\"revision-date\":\"2024-03-04T15:47:38.864Z\",\"granule-count\":3303,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"INFRARED\",\"GEOLOCATED\",\"FLUX\",\"EOSDIS\",\"NRT\",\"RELATIVE_START_DATE: + Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRIBQAP_NRT.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRIBQAP_NRT_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233768981-GES_DISC\",\"revision-date\":\"2024-03-04T15:47:38.864Z\",\"granule-count\":3607,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"INFRARED\",\"GEOLOCATED\",\"FLUX\",\"EOSDIS\",\"NRT\",\"RELATIVE_START_DATE: -7\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Moustafa Chahine\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRIBQAP_NRT_005.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua @@ -23646,7 +23646,7 @@ interactions: Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric - Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRVBRAD_NRT.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRVBRAD_NRT_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233768984-GES_DISC\",\"revision-date\":\"2024-03-06T14:44:36.919Z\",\"granule-count\":3306,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"VISIBLE\",\"Near + Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRVBRAD_NRT.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRVBRAD_NRT_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233768984-GES_DISC\",\"revision-date\":\"2024-03-06T14:44:36.919Z\",\"granule-count\":3606,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"VISIBLE\",\"Near IR\",\"NRT\",\"RELATIVE_START_DATE: -7\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Moustafa Chahine\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRVBRAD_NRT_005.html\"},\"Publisher\":\"Goddard @@ -23734,7 +23734,7 @@ interactions: Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric - Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRVBQAP_NRT.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRVBQAP_NRT_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233768983-GES_DISC\",\"revision-date\":\"2024-03-05T21:28:01.899Z\",\"granule-count\":3305,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"VISIBLE\",\"FLUX\",\"EOSDIS\",\"NRT\",\"RELATIVE_START_DATE: + Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRVBQAP_NRT.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRVBQAP_NRT_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1233768983-GES_DISC\",\"revision-date\":\"2024-03-05T21:28:01.899Z\",\"granule-count\":3604,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"VISIBLE\",\"FLUX\",\"EOSDIS\",\"NRT\",\"RELATIVE_START_DATE: -7\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Moustafa Chahine\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRVBQAP_NRT_005.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua @@ -23815,7 +23815,7 @@ interactions: Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric - Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level1/AIRVBRAD.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRVBRAD_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477373-GES_DISC\",\"revision-date\":\"2023-11-20T20:48:01.160Z\",\"granule-count\":1054143,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"VISIBLE\",\"Near + Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level1/AIRVBRAD.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRVBRAD_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477373-GES_DISC\",\"revision-date\":\"2023-11-20T20:48:01.160Z\",\"granule-count\":1055569,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"VISIBLE\",\"Near IR\"],\"CollectionCitations\":[{\"Creator\":\"AIRS project\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRVBRAD_005.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua @@ -23886,7 +23886,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level1/AIRVBQAP.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRVBQAP_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477372-GES_DISC\",\"revision-date\":\"2023-11-06T22:03:18.356Z\",\"granule-count\":1054153,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"VISIBLE\",\"FLUX\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"AIRS + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level1/AIRVBQAP.005/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRVBQAP_005\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477372-GES_DISC\",\"revision-date\":\"2023-11-06T22:03:18.356Z\",\"granule-count\":1055582,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"VISIBLE\",\"FLUX\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"AIRS project\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRVBQAP_005.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua L1B Visible/Near Infrared (VIS/NIR) quality assurance subset V005\",\"SeriesName\":\"AIRVBQAP\",\"ReleaseDate\":\"2007-07-26T00:00:00.000Z\",\"Version\":\"005\",\"ReleasePlace\":\"Greenbelt, @@ -23948,7 +23948,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level1/AIRICRAD.6.7/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRICRAD_6.7\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1675477037-GES_DISC\",\"revision-date\":\"2024-03-27T21:33:36.655Z\",\"granule-count\":1859646,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Dust + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level1/AIRICRAD.6.7/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRICRAD_6.7\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1675477037-GES_DISC\",\"revision-date\":\"2024-03-27T21:33:36.655Z\",\"granule-count\":1862170,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Dust Flag\",\"Dust Score\",\"Volcanic Sulfur Dioxide Indicator\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Larrabee Strow\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRICRAD_6.7.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua @@ -24035,7 +24035,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRICRAD_NRT.6.7/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRICRAD_NRT_6.7\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1712047294-GES_DISC\",\"revision-date\":\"2024-03-05T16:03:20.238Z\",\"granule-count\":3300,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Dust + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRICRAD_NRT.6.7/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRICRAD_NRT_6.7\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1712047294-GES_DISC\",\"revision-date\":\"2024-03-05T16:03:20.238Z\",\"granule-count\":3607,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Dust Flag\",\"Dust Score\",\"Volcanic Sulfur Dioxide Indicator\",\"EOSDIS\",\"RELATIVE_START_DATE: -7\",\"NRT\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Larrabee Strow\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRICRAD_NRT_6.7.html\"},\"Publisher\":\"Goddard @@ -24270,7 +24270,7 @@ interactions: Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"},{\"ShortName\":\"HSB\",\"LongName\":\"Humidity Sounder for Brazil\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2CCF_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477380-GES_DISC\",\"revision-date\":\"2023-08-07T17:38:15.286Z\",\"granule-count\":1861068,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"CALIBRATED\",\"EOSDIS\",\"GEOLOCATED\",\"INFRARED\",\"RADIANCE\"],\"CollectionCitations\":[{\"Creator\":\"AIRS + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2CCF_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477380-GES_DISC\",\"revision-date\":\"2023-08-07T17:38:15.286Z\",\"granule-count\":1863766,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"CALIBRATED\",\"EOSDIS\",\"GEOLOCATED\",\"INFRARED\",\"RADIANCE\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Joao Teixeira\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRS2CCF_006.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua L2 Cloud-Cleared Infrared Radiances (AIRS-only) V006\",\"SeriesName\":\"AIRS2CCF\",\"ReleaseDate\":\"2013-01-15T00:00:00.000Z\",\"Version\":\"006\",\"ReleasePlace\":\"Greenbelt, @@ -24591,7 +24591,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRS2CCF_NRT.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2CCF_NRT_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1345119267-GES_DISC\",\"revision-date\":\"2024-03-27T18:49:38.443Z\",\"granule-count\":3299,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"CALIBRATED\",\"EOSDIS\",\"GEOLOCATED\",\"INFRARED\",\"RADIANCE\",\"LANCE\",\"NRT\",\"RELATIVE_START_DATE: + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRS2CCF_NRT.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2CCF_NRT_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1345119267-GES_DISC\",\"revision-date\":\"2024-03-27T18:49:38.443Z\",\"granule-count\":3615,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"CALIBRATED\",\"EOSDIS\",\"GEOLOCATED\",\"INFRARED\",\"RADIANCE\",\"LANCE\",\"NRT\",\"RELATIVE_START_DATE: -7\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Joao Teixeira\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRS2CCF_NRT_006.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua @@ -24698,7 +24698,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRS2RET_NRT.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2RET_NRT_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1345119345-GES_DISC\",\"revision-date\":\"2024-03-05T20:46:20.995Z\",\"granule-count\":3297,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRS2RET_NRT.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2RET_NRT_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1345119345-GES_DISC\",\"revision-date\":\"2024-03-05T20:46:20.995Z\",\"granule-count\":3615,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon Monoxide\",\"Cloud Liquid Water\",\"Methane\",\"Ozone\",\"Spectral IR Surface Emissivities\",\"WATER VAPOR\",\"Water Vapor Saturation Mass Mixing Ratio\",\"Water Vapor Mass Mixing Ratio\",\"LANCE\",\"NRT\",\"RELATIVE_START_DATE: -7\"],\"CollectionCitations\":[{\"Creator\":\"AIRS @@ -24879,7 +24879,7 @@ interactions: Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric - Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRS2SUP_NRT.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2SUP_NRT_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1345119372-GES_DISC\",\"revision-date\":\"2024-03-05T21:20:04.226Z\",\"granule-count\":3298,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon + Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRS2SUP_NRT.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2SUP_NRT_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1345119372-GES_DISC\",\"revision-date\":\"2024-03-05T21:20:04.226Z\",\"granule-count\":3612,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon Monoxide\",\"Cloud Liquid Water\",\"Methane\",\"Ozone\",\"Spectral IR Surface Emissivities\",\"WATER VAPOR\",\"Water Vapor Saturation Mass Mixing Ratio\",\"Water Vapor Mass Mixing Ratio\",\"Cloud Ice/Water Flag\",\"Layer Molecular Column @@ -25324,7 +25324,7 @@ interactions: Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"},{\"ShortName\":\"HSB\",\"LongName\":\"Humidity Sounder for Brazil\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2RET_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477381-GES_DISC\",\"revision-date\":\"2023-09-22T21:14:44.513Z\",\"granule-count\":1861069,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2RET_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477381-GES_DISC\",\"revision-date\":\"2023-09-22T21:14:44.513Z\",\"granule-count\":1863766,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon Monoxide\",\"Cloud Liquid Water\",\"Methane\",\"Ozone\",\"Spectral IR Surface Emissivities\",\"WATER VAPOR\",\"Water Vapor Saturation Mass Mixing Ratio\",\"Water Vapor Mass Mixing Ratio\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science @@ -25754,7 +25754,7 @@ interactions: Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"},{\"ShortName\":\"HSB\",\"LongName\":\"Humidity Sounder for Brazil\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2SUP_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477382-GES_DISC\",\"revision-date\":\"2023-08-07T18:17:54.322Z\",\"granule-count\":1861067,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2SUP_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1243477382-GES_DISC\",\"revision-date\":\"2023-08-07T18:17:54.322Z\",\"granule-count\":1863743,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon Monoxide\",\"Cloud Liquid Water\",\"Methane\",\"Ozone\",\"Spectral IR Surface Emissivities\",\"WATER VAPOR\",\"Water Vapor Saturation Mass Mixing Ratio\",\"Water Vapor Mass Mixing Ratio\",\"Cloud Ice/Water Flag\",\"Layer Molecular Column @@ -25918,7 +25918,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level2/AIRG2SSD_IRonly.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRG2SSD_IRonly_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1618076955-GES_DISC\",\"revision-date\":\"2024-03-01T20:27:33.613Z\",\"granule-count\":7793,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"INFRARED\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"AIRS + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level2/AIRG2SSD_IRonly.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRG2SSD_IRonly_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1618076955-GES_DISC\",\"revision-date\":\"2024-03-01T20:27:33.613Z\",\"granule-count\":7818,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"INFRARED\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team (Joel Susskind, NASA/GSFC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRG2SSD_IRonly_006.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua @@ -25985,7 +25985,7 @@ interactions: Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric - Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level2/AIRG2SSD_IRonly.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRG2SSD_IRonly_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1702050366-GES_DISC\",\"revision-date\":\"2024-03-01T21:13:01.287Z\",\"granule-count\":7795,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\",\"Precipitation\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\"],\"CollectionCitations\":[{\"Creator\":\"AIRS + Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level2/AIRG2SSD_IRonly.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRG2SSD_IRonly_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1702050366-GES_DISC\",\"revision-date\":\"2024-03-01T21:13:01.287Z\",\"granule-count\":7811,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\",\"Precipitation\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\"],\"CollectionCitations\":[{\"Creator\":\"AIRS project\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRG2SSD_IRonly_7.0.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua L2G Precipitation Estimate (AIRS-only) V7.0\",\"SeriesName\":\"AIRG2SSD_IRonly\",\"ReleaseDate\":\"2020-03-01T00:00:00.000Z\",\"Version\":\"7.0\",\"ReleasePlace\":\"Greenbelt, @@ -26273,7 +26273,7 @@ interactions: Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"},{\"ShortName\":\"HSB\",\"LongName\":\"Humidity Sounder for Brazil\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3QP5_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1238517265-GES_DISC\",\"revision-date\":\"2023-08-07T18:21:31.806Z\",\"granule-count\":1511,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"WATER + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3QP5_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1238517265-GES_DISC\",\"revision-date\":\"2023-08-07T18:21:31.806Z\",\"granule-count\":1517,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"WATER VAPOR\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Joao Teixeira\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRS3QP5_006.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua @@ -26731,7 +26731,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3ST8.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3ST8_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1238517287-GES_DISC\",\"revision-date\":\"2024-01-10T14:11:05.312Z\",\"granule-count\":968,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3ST8.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3ST8_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1238517287-GES_DISC\",\"revision-date\":\"2024-01-10T14:11:05.312Z\",\"granule-count\":971,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total Ozone\",\"Global Gridded\",\"Total Integrated Column Water Vapor Burden\",\"Total Integrated Column Cloud Liquid Water\",\"Total Integrated Column Carbon Monoxide\",\"Spectral IR Surface Emissivities\",\"Total Integrated Column Ozone Burden\",\"Outgoing @@ -27091,7 +27091,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3SP8_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1238517268-GES_DISC\",\"revision-date\":\"2023-08-07T18:24:01.873Z\",\"granule-count\":967,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3SP8_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1238517268-GES_DISC\",\"revision-date\":\"2023-08-07T18:24:01.873Z\",\"granule-count\":970,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total Ozone\",\"Global Gridded\",\"Total Integrated Column Water Vapor Burden\",\"Total Integrated Column Cloud Liquid Water\",\"Total Integrated Column Carbon Monoxide\",\"Spectral IR Surface Emissivities\",\"Total Integrated Column Ozone Burden\",\"Outgoing @@ -27635,7 +27635,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3STD.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3STD_006\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1238517289-GES_DISC\",\"revision-date\":\"2024-01-10T16:13:33.064Z\",\"granule-count\":7805,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3STD.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3STD_006\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1238517289-GES_DISC\",\"revision-date\":\"2024-01-10T16:13:33.064Z\",\"granule-count\":7821,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total Ozone\",\"Global Gridded\",\"Total Integrated Column Water Vapor Burden\",\"Total Integrated Column Cloud Liquid Water\",\"Total Integrated Column Carbon Monoxide\",\"Spectral IR Surface Emissivities\",\"Total Integrated Column Ozone Burden\",\"Outgoing @@ -28006,7 +28006,7 @@ interactions: System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3SPD_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1238517272-GES_DISC\",\"revision-date\":\"2023-08-07T18:26:36.863Z\",\"granule-count\":7804,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3SPD_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1238517272-GES_DISC\",\"revision-date\":\"2023-08-07T18:26:36.863Z\",\"granule-count\":7820,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total Ozone\",\"Global Gridded\",\"Total Integrated Column Water Vapor Burden\",\"Total Integrated Column Cloud Liquid Water\",\"Total Integrated Column Carbon Monoxide\",\"Spectral IR Surface Emissivities\",\"Total Integrated Column Ozone Burden\",\"Outgoing @@ -28407,7 +28407,7 @@ interactions: Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"},{\"ShortName\":\"HSB\",\"LongName\":\"Humidity Sounder for Brazil\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3QPM.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3QPM_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1238517283-GES_DISC\",\"revision-date\":\"2024-02-21T14:17:09.940Z\",\"granule-count\":246,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"WATER + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3QPM.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3QPM_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1238517283-GES_DISC\",\"revision-date\":\"2024-02-21T14:17:09.940Z\",\"granule-count\":247,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"RADIANCE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"WATER VAPOR\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"AIRS Science Team/Joao Teixeira\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRS3QPM_006.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"AIRS/Aqua @@ -28735,7 +28735,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3STM.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3STM_006\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1238517301-GES_DISC\",\"revision-date\":\"2024-02-21T16:54:08.998Z\",\"granule-count\":258,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3STM.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3STM_006\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1238517301-GES_DISC\",\"revision-date\":\"2024-02-21T16:54:08.998Z\",\"granule-count\":259,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total Ozone\",\"Global Gridded\",\"Total Integrated Column Water Vapor Burden\",\"Total Integrated Column Cloud Liquid Water\",\"Total Integrated Column Carbon Monoxide\",\"Spectral IR Surface Emissivities\",\"Total Integrated Column Ozone Burden\",\"Outgoing @@ -29093,7 +29093,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3SPM.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3SPM_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1238517285-GES_DISC\",\"revision-date\":\"2024-01-09T20:40:22.224Z\",\"granule-count\":258,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3SPM.006/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3SPM_006\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1238517285-GES_DISC\",\"revision-date\":\"2024-01-09T20:40:22.224Z\",\"granule-count\":259,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total Ozone\",\"Global Gridded\",\"Total Integrated Column Water Vapor Burden\",\"Total Integrated Column Cloud Liquid Water\",\"Total Integrated Column Carbon Monoxide\",\"Spectral IR Surface Emissivities\",\"Total Integrated Column Ozone Burden\",\"Outgoing @@ -34182,8 +34182,8 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 - Unified L2B Global Swath Ocean Products V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700491980-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2176472016-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:32.514Z\",\"granule-count\":222504,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 + Unified L2B Global Swath Ocean Products V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700491980-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2176472016-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:31.406Z\",\"granule-count\":222793,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/AMSR2 Unified L2B Global Swath Ocean Products V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -34263,8 +34263,8 @@ interactions: Microwave Scanning Radiometer-EOS\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced - Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 - Unified L2B Global Swath Surface Precipitation V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491980-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1708620364-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:34.777Z\",\"granule-count\":222596,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 + Unified L2B Global Swath Surface Precipitation V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700491980-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1708620364-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:34.012Z\",\"granule-count\":222886,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/AMSR2 Unified L2B Global Swath Surface Precipitation V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -34357,8 +34357,8 @@ interactions: Microwave Scanning Radiometer-EOS\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced - Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 - Unified L2B Half-Orbit 25 km EASE-Grid Surface Soil Moisture V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1343001245-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:27.673Z\",\"granule-count\":124428,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 + Unified L2B Half-Orbit 25 km EASE-Grid Surface Soil Moisture V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1343001245-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:26.270Z\",\"granule-count\":124718,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/AMSR2 Unified L2B Half-Orbit 25 km EASE-Grid Surface Soil Moisture V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -34452,9 +34452,9 @@ interactions: Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"FTP - 11.9 MB\"}]}}},{\"meta\":{\"revision-id\":58,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 + 11.9 MB\"}]}}},{\"meta\":{\"revision-id\":59,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\"],\"tools\":[\"TL1956550964-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 Unified L3 Daily 12.5 km Brightness Temperatures, Sea Ice Concentration, Motion - & Snow Depth Polar Grids V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491980-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1542606326-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:37.455Z\",\"granule-count\":4283,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + & Snow Depth Polar Grids V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700491980-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1542606326-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:36.667Z\",\"granule-count\":4293,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/AMSR2 Unified L3 Daily 12.5 km Brightness Temperatures, Sea Ice Concentration, Motion & Snow Depth Polar Grids V001\",\"Publisher\":\"NASA National Snow and Ice Data Center @@ -34557,9 +34557,9 @@ interactions: Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS - 60 MB\"}]}}},{\"meta\":{\"revision-id\":64,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1994100033-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 + 60 MB\"}]}}},{\"meta\":{\"revision-id\":65,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 Unified L3 Daily 25 km Brightness Temperatures & Sea Ice Concentration Polar - Grids V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1542606320-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:39.823Z\",\"granule-count\":4283,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Grids V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1542606320-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:39.477Z\",\"granule-count\":4293,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/AMSR2 Unified L3 Daily 25 km Brightness Temperatures & Sea Ice Concentration Polar Grids V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -34659,8 +34659,8 @@ interactions: Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced - Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":68,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 - Unified L3 Daily 6.25 km Polar Gridded 89 GHz Brightness Temperatures V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1451715376-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:42.457Z\",\"granule-count\":4283,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":69,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1956590288-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 + Unified L3 Daily 6.25 km Polar Gridded 89 GHz Brightness Temperatures V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1451715376-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:42.126Z\",\"granule-count\":4293,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/AMSR2 Unified L3 Daily 6.25 km Polar Gridded 89 GHz Brightness Temperatures V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -34754,8 +34754,8 @@ interactions: Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS - 46 MB\"}]}}},{\"meta\":{\"revision-id\":56,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 - Unified L3 Global 5-Day 25 km EASE-Grid Snow Water Equivalent V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1587882982-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:22.968Z\",\"granule-count\":854,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 46 MB\"}]}}},{\"meta\":{\"revision-id\":57,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 + Unified L3 Global 5-Day 25 km EASE-Grid Snow Water Equivalent V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1587882982-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:20.671Z\",\"granule-count\":856,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/AMSR2 Unified L3 Global 5-Day 25 km EASE-Grid Snow Water Equivalent V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -34824,8 +34824,8 @@ interactions: Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced - Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":50,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 - Unified L3 Global Daily 25 km EASE-Grid Snow Water Equivalent V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1601063219-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:25.217Z\",\"granule-count\":4283,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":51,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 + Unified L3 Global Daily 25 km EASE-Grid Snow Water Equivalent V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1601063219-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:23.037Z\",\"granule-count\":4293,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/AMSR2 Unified L3 Global Daily 25 km EASE-Grid Snow Water Equivalent V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -34894,8 +34894,8 @@ interactions: Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced - Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":54,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1956590288-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 - Unified L3 Global Monthly 25 km EASE-Grid Snow Water Equivalent V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1587883062-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:30.170Z\",\"granule-count\":140,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":55,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1956590288-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/AMSR2 + Unified L3 Global Monthly 25 km EASE-Grid Snow Water Equivalent V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1956590288-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1587883062-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:28.823Z\",\"granule-count\":140,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/AMSR2 Unified L3 Global Monthly 25 km EASE-Grid Snow Water Equivalent V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -34964,8 +34964,8 @@ interactions: Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced - Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":138,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2013523138-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - 5-Day L3 Global Snow Water Equivalent EASE-Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700525833-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2013523138-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014698-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:09.496Z\",\"granule-count\":667,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Microwave Scanning Radiometer 2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":139,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL2013523138-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"],\"data-quality-summaries\":[\"DQS2700451680-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + 5-Day L3 Global Snow Water Equivalent EASE-Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700525833-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2013523138-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451680-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014698-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:31:38.681Z\",\"granule-count\":667,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua 5-Day L3 Global Snow Water Equivalent EASE-Grids V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -35037,9 +35037,9 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 2.1 MB\"}]}}},{\"meta\":{\"revision-id\":55,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1994100033-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + 2.1 MB\"}]}}},{\"meta\":{\"revision-id\":56,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1956550964-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua Daily L3 12.5 km Brightness Temperature, Sea Ice Concentration, & Snow Depth - Polar Grids V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524415-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1452437262-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:58.080Z\",\"granule-count\":3385,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Polar Grids V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524415-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1452437262-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:35.714Z\",\"granule-count\":3385,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua Daily L3 12.5 km Brightness Temperature, Sea Ice Concentration, & Snow Depth Polar Grids V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"3\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -35123,9 +35123,9 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 60 MB\"}]}}},{\"meta\":{\"revision-id\":52,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1994100033-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + 60 MB\"}]}}},{\"meta\":{\"revision-id\":53,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2012683759-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua Daily L3 25 km Brightness Temperature & Sea Ice Concentration Polar Grids - V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524168-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1489170961-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:34:01.213Z\",\"granule-count\":3385,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700524168-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1489170961-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:40.497Z\",\"granule-count\":3385,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua Daily L3 25 km Brightness Temperature & Sea Ice Concentration Polar Grids V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"3\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -35205,8 +35205,8 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 20 MB\"}]}}},{\"meta\":{\"revision-id\":55,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - Daily L3 6.25 km 89 GHz Brightness Temperature Polar Grids V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527986-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1489168475-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:34:05.649Z\",\"granule-count\":3385,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 20 MB\"}]}}},{\"meta\":{\"revision-id\":56,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + Daily L3 6.25 km 89 GHz Brightness Temperature Polar Grids V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527986-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1489168475-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:44.691Z\",\"granule-count\":3385,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua Daily L3 6.25 km 89 GHz Brightness Temperature Polar Grids V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"3\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -35286,8 +35286,8 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 46 MB\"}]}}},{\"meta\":{\"revision-id\":131,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - Daily L3 6.25 km Sea Ice Drift Polar Grids V001\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491980-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527710-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C186290274-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:34:07.915Z\",\"granule-count\":123,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 46 MB\"}]}}},{\"meta\":{\"revision-id\":132,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2012683759-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"],\"data-quality-summaries\":[\"DQS2700451680-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + Daily L3 6.25 km Sea Ice Drift Polar Grids V001\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700527710-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700491980-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451680-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C186290274-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:47.698Z\",\"granule-count\":123,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua Daily L3 6.25 km Sea Ice Drift Polar Grids V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -35357,8 +35357,8 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 30 MB\"}]}}},{\"meta\":{\"revision-id\":128,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - Daily L3 Global Ascending/Descending .25x.25 deg Ocean Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700525822-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014690-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:11.690Z\",\"granule-count\":3365,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 30 MB\"}]}}},{\"meta\":{\"revision-id\":129,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2012683759-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1994100033-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"],\"data-quality-summaries\":[\"DQS2700451680-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + Daily L3 Global Ascending/Descending .25x.25 deg Ocean Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700525822-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451680-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014690-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:31:42.097Z\",\"granule-count\":3365,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua Daily L3 Global Ascending/Descending .25x.25 deg Ocean Grids V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -35433,8 +35433,8 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 12 - 14 MB\"}]}}},{\"meta\":{\"revision-id\":126,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2013523138-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - Daily L3 Global Snow Water Equivalent EASE-Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527737-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2013523138-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014688-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:14.508Z\",\"granule-count\":3364,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 12 - 14 MB\"}]}}},{\"meta\":{\"revision-id\":127,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2012683759-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2013523138-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"],\"data-quality-summaries\":[\"DQS2700451680-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + Daily L3 Global Snow Water Equivalent EASE-Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700527737-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2013523138-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451680-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014688-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:31:45.586Z\",\"granule-count\":3364,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua Daily L3 Global Snow Water Equivalent EASE-Grids V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -35506,8 +35506,8 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 2.1 MB\"}]}}},{\"meta\":{\"revision-id\":53,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2013523138-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - Daily L3 Surface Soil Moisture, Interpretive Parameters, & QC EASE-Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700525357-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2013523138-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1532177374-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:33.498Z\",\"granule-count\":3366,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 2.1 MB\"}]}}},{\"meta\":{\"revision-id\":54,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2012683759-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2013523138-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + Daily L3 Surface Soil Moisture, Interpretive Parameters, & QC EASE-Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700525357-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2013523138-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1532177374-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:04.847Z\",\"granule-count\":3366,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua Daily L3 Surface Soil Moisture, Interpretive Parameters, & QC EASE-Grids V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -35569,8 +35569,8 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 60 MB\"}]}}},{\"meta\":{\"revision-id\":126,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/Aqua - L1A Raw Observation Counts V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C186584407-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:34:37.134Z\",\"granule-count\":98146,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 60 MB\"}]}}},{\"meta\":{\"revision-id\":127,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"],\"data-quality-summaries\":[\"DQS2700451680-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/Aqua + L1A Raw Observation Counts V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451680-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C186584407-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:33:09.540Z\",\"granule-count\":98146,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua L1A Raw Observation Counts V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"3\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -35634,8 +35634,8 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 37.5 MB\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1956550964-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - L2A Global Swath Spatially-Resampled Brightness Temperatures V004\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527578-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1574621139-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:20.770Z\",\"granule-count\":98162,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 37.5 MB\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2012683759-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + L2A Global Swath Spatially-Resampled Brightness Temperatures V004\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700527578-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1574621139-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:31:53.903Z\",\"granule-count\":98162,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua L2A Global Swath Spatially-Resampled Brightness Temperatures V004\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"4\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -35717,8 +35717,8 @@ interactions: System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 42 MB\"}]}}},{\"meta\":{\"revision-id\":131,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - L2B Global Swath Ocean Products derived from Wentz Algorithm V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524601-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C130038008-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:43.257Z\",\"granule-count\":97603,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 42 MB\"}]}}},{\"meta\":{\"revision-id\":132,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2012683759-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"],\"data-quality-summaries\":[\"DQS2700451680-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + L2B Global Swath Ocean Products derived from Wentz Algorithm V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700524601-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451680-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C130038008-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:15.873Z\",\"granule-count\":97603,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua L2B Global Swath Ocean Products derived from Wentz Algorithm V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -35803,8 +35803,8 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 9 MB\"}]}}},{\"meta\":{\"revision-id\":76,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - L2B Global Swath Surface Precipitation GSFC Profiling Algorithm V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527588-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000001740-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:49.290Z\",\"granule-count\":98142,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 9 MB\"}]}}},{\"meta\":{\"revision-id\":77,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + L2B Global Swath Surface Precipitation GSFC Profiling Algorithm V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527588-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000001740-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:23.616Z\",\"granule-count\":98142,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua L2B Global Swath Surface Precipitation GSFC Profiling Algorithm V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"3\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -35899,8 +35899,8 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 18 MB\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1956550964-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - L2B Global Swath Surface Precipitation GSFC Profiling Algorithm V004\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491980-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524706-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1997893797-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:52.232Z\",\"granule-count\":98103,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 18 MB\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + L2B Global Swath Surface Precipitation GSFC Profiling Algorithm V004\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524706-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700491980-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1997893797-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:27.326Z\",\"granule-count\":98103,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua L2B Global Swath Surface Precipitation GSFC Profiling Algorithm V004\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"4\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -35988,8 +35988,8 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced - Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":132,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/Aqua - L2B Surface Soil Moisture, Ancillary Parms, & QC EASE-Grids V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C128599377-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:28.425Z\",\"granule-count\":97580,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":133,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"],\"data-quality-summaries\":[\"DQS2700451680-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/Aqua + L2B Surface Soil Moisture, Ancillary Parms, & QC EASE-Grids V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451680-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C128599377-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:31:58.302Z\",\"granule-count\":97580,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua L2B Surface Soil Moisture, Ancillary Parms, & QC EASE-Grids V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -36067,8 +36067,8 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 0.61 MB\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/Aqua - L2B Surface Soil Moisture, Ancillary Parms, & QC EASE-Grids V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1995259960-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:31.019Z\",\"granule-count\":98162,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 0.61 MB\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR-E/Aqua + L2B Surface Soil Moisture, Ancillary Parms, & QC EASE-Grids V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1995259960-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:01.576Z\",\"granule-count\":98162,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua L2B Surface Soil Moisture, Ancillary Parms, & QC EASE-Grids V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"3\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -36251,8 +36251,8 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":132,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - Monthly L3 5x5 deg Rainfall Accumulations V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700526091-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014695-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:55.124Z\",\"granule-count\":112,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Archive\"],\"Format\":\"HDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":133,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2012683759-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\"],\"data-quality-summaries\":[\"DQS2700451680-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + Monthly L3 5x5 deg Rainfall Accumulations V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700526091-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451680-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014695-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:30.797Z\",\"granule-count\":112,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua Monthly L3 5x5 deg Rainfall Accumulations V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -36334,8 +36334,8 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 88 KB\"}]}}},{\"meta\":{\"revision-id\":126,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - Monthly L3 Global Ascending/Descending .25x.25 deg Ocean Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524527-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014697-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:36.373Z\",\"granule-count\":112,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 88 KB\"}]}}},{\"meta\":{\"revision-id\":127,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"],\"data-quality-summaries\":[\"DQS2700451680-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + Monthly L3 Global Ascending/Descending .25x.25 deg Ocean Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524527-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451680-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014697-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:08.419Z\",\"granule-count\":112,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua Monthly L3 Global Ascending/Descending .25x.25 deg Ocean Grids V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -36411,8 +36411,8 @@ interactions: System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"HTTPS - 25 MB\"}]}}},{\"meta\":{\"revision-id\":125,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2013523138-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - Monthly L3 Global Snow Water Equivalent EASE-Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524741-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2013523138-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014696-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:33:39.326Z\",\"granule-count\":112,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 25 MB\"}]}}},{\"meta\":{\"revision-id\":126,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2013523138-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"],\"data-quality-summaries\":[\"DQS2700451680-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + Monthly L3 Global Snow Water Equivalent EASE-Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524741-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2013523138-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451680-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014696-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:12.421Z\",\"granule-count\":112,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua Monthly L3 Global Snow Water Equivalent EASE-Grids V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -36839,8 +36839,8 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":138,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2012683759-NSIDC_ECS\"],\"tools\":[\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua - Weekly L3 Global Ascending/Descending .25x.25 deg Ocean Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524696-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014694-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:34:10.330Z\",\"granule-count\":484,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":139,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2012683759-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"],\"data-quality-summaries\":[\"DQS2700451680-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"AMSR-E/Aqua + Weekly L3 Global Ascending/Descending .25x.25 deg Ocean Grids V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700524696-NSIDC_ECS\"},\"concept-id\":\"S2012683759-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492203-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451680-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C179014694-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:32:50.696Z\",\"granule-count\":484,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR-E/Aqua Weekly L3 Global Ascending/Descending .25x.25 deg Ocean Grids V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -37114,8 +37114,8 @@ interactions: Imaging Spectroradiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":95,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR/ADEOS-II - L1A Raw Observation Counts V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000160-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:34:41.430Z\",\"granule-count\":5777,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":96,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR/ADEOS-II + L1A Raw Observation Counts V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000160-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:33:15.447Z\",\"granule-count\":5777,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR/ADEOS-II L1A Raw Observation Counts V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"3\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -37185,8 +37185,8 @@ interactions: Microwave Scanning Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR\",\"LongName\":\"Advanced Microwave Scanning Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS 38 MB\"},{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 38 MB\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR/ADEOS-II - L2A Global Swath Spatially-Resampled Brightness Temperatures V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1241435536-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:32:51.104Z\",\"granule-count\":6401,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 38 MB\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"AMSR/ADEOS-II + L2A Global Swath Spatially-Resampled Brightness Temperatures V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1241435536-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:31:19.864Z\",\"granule-count\":6401,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"AMSR/ADEOS-II L2A Global Swath Spatially-Resampled Brightness Temperatures V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -37258,7 +37258,7 @@ interactions: Earth Observing Satellite-II\",\"Instruments\":[{\"ShortName\":\"AMSR\",\"LongName\":\"Advanced Microwave Scanning Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AMSR\",\"LongName\":\"Advanced Microwave Scanning Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF-EOS2\",\"FormatDescription\":\"FTP - 68 MB\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/WAOB/LPRM_AMSR2_DS_SOILM2.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"LPRM_AMSR2_DS_SOILM2_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1235316219-GES_DISC\",\"revision-date\":\"2022-12-28T19:49:06.438Z\",\"granule-count\":124509,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"AMSR2\",\"Skin + 68 MB\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/WAOB/LPRM_AMSR2_DS_SOILM2.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"LPRM_AMSR2_DS_SOILM2_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1235316219-GES_DISC\",\"revision-date\":\"2022-12-28T19:49:06.438Z\",\"granule-count\":124807,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"AMSR2\",\"Skin temperature\",\"Surface soil moisture\",\"Optical depth\",\"Radio frequency interference (RFI)\",\"Brightness temperature\",\"Soil water content\",\"Vegetation water content\",\"Microwave\",\"BEDI\",\"Agriculture and Forestry\",\"Climate\",\"Disasters\",\"Water @@ -37352,7 +37352,7 @@ interactions: Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/WAOB/LPRM_AMSR2_SOILM2.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"LPRM_AMSR2_SOILM2_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1235316220-GES_DISC\",\"revision-date\":\"2022-12-28T19:40:29.229Z\",\"granule-count\":124506,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"AMSR2\",\"Skin + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/WAOB/LPRM_AMSR2_SOILM2.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"LPRM_AMSR2_SOILM2_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1235316220-GES_DISC\",\"revision-date\":\"2022-12-28T19:40:29.229Z\",\"granule-count\":124802,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"AMSR2\",\"Skin temperature\",\"Surface soil moisture\",\"Optical depth\",\"Radio frequency interference (RFI)\",\"Brightness temperature\",\"Soil water content\",\"Vegetation water content\",\"Microwave\",\"BEDI\",\"Agriculture and Forestry\",\"Climate\",\"Disasters\",\"Water @@ -37442,7 +37442,7 @@ interactions: Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/WAOB/LPRM_AMSR2_DS_A_SOILM3.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"LPRM_AMSR2_DS_A_SOILM3_001\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1235316218-GES_DISC\",\"revision-date\":\"2022-12-28T16:10:56.709Z\",\"granule-count\":4253,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"AMSR2\",\"Skin + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/WAOB/LPRM_AMSR2_DS_A_SOILM3.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"LPRM_AMSR2_DS_A_SOILM3_001\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1235316218-GES_DISC\",\"revision-date\":\"2022-12-28T16:10:56.709Z\",\"granule-count\":4272,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"AMSR2\",\"Skin temperature\",\"Surface soil moisture\",\"Optical depth\",\"Radio frequency interference (RFI)\",\"Brightness temperature\",\"Soil water content\",\"Vegetation water content\",\"Microwave\",\"BEDI\",\"Agriculture and Forestry\",\"Climate\",\"Disasters\",\"Water @@ -37539,7 +37539,7 @@ interactions: Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/WAOB/LPRM_AMSR2_DS_D_SOILM3.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"LPRM_AMSR2_DS_D_SOILM3_001\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1235316199-GES_DISC\",\"revision-date\":\"2022-12-28T16:41:47.383Z\",\"granule-count\":4254,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"AMSR2\",\"Skin + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/WAOB/LPRM_AMSR2_DS_D_SOILM3.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"LPRM_AMSR2_DS_D_SOILM3_001\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1235316199-GES_DISC\",\"revision-date\":\"2022-12-28T16:41:47.383Z\",\"granule-count\":4273,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"AMSR2\",\"Skin temperature\",\"Surface soil moisture\",\"Optical depth\",\"Radio frequency interference (RFI)\",\"Brightness temperature\",\"Soil water content\",\"Vegetation water content\",\"Microwave\",\"BEDI\",\"Agriculture and Forestry\",\"Climate\",\"Disasters\",\"Water @@ -37636,7 +37636,7 @@ interactions: Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/WAOB/LPRM_AMSR2_A_SOILM3.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"LPRM_AMSR2_A_SOILM3_001\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1235316198-GES_DISC\",\"revision-date\":\"2022-12-28T15:57:22.418Z\",\"granule-count\":4271,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"AMSR2\",\"Skin + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/WAOB/LPRM_AMSR2_A_SOILM3.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"LPRM_AMSR2_A_SOILM3_001\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1235316198-GES_DISC\",\"revision-date\":\"2022-12-28T15:57:22.418Z\",\"granule-count\":4291,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"AMSR2\",\"Skin temperature\",\"Surface soil moisture\",\"Optical depth\",\"Radio frequency interference (RFI)\",\"Brightness temperature\",\"Soil water content\",\"Vegetation water content\",\"Microwave\",\"BEDI\",\"Agriculture and Forestry\",\"Climate\",\"Disasters\",\"Water @@ -37733,7 +37733,7 @@ interactions: Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/WAOB/LPRM_AMSR2_D_SOILM3.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"LPRM_AMSR2_D_SOILM3_001\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1235316217-GES_DISC\",\"revision-date\":\"2022-12-28T16:33:28.357Z\",\"granule-count\":4272,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"AMSR2\",\"Skin + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/WAOB/LPRM_AMSR2_D_SOILM3.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"LPRM_AMSR2_D_SOILM3_001\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1235316217-GES_DISC\",\"revision-date\":\"2022-12-28T16:33:28.357Z\",\"granule-count\":4292,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"AMSR2\",\"Skin temperature\",\"Surface soil moisture\",\"Optical depth\",\"Radio frequency interference (RFI)\",\"Brightness temperature\",\"Soil water content\",\"Vegetation water content\",\"Microwave\",\"BEDI\",\"Agriculture and Forestry\",\"Climate\",\"Disasters\",\"Water @@ -39296,7 +39296,95 @@ interactions: 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver - Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRSIL3MSOLR.6.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRSIL3MSOLR_6.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1697372449-GES_DISC\",\"revision-date\":\"2024-01-10T19:39:45.252Z\",\"granule-count\":244,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\",\"Spectral + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"SNDRAQIL2JSFRET_2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2788811366-GES_DISC\",\"revision-date\":\"2024-01-03T19:28:06.015Z\",\"granule-count\":14589,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon + Dioxide\",\"Cloud Liquid Water\",\"Ozone\",\"Spectral IR Surface Emissivities\",\"SURFACE + SKIN TEMPERATURE\",\"WATER VAPOR\",\"Water Vapor Saturation Mass Mixing Ratio\",\"Water + Vapor Mass Mixing Ratio\",\"IR Only\",\"Aqua\",\"AIRS\",\"JoSFRA\"],\"CollectionCitations\":[{\"Creator\":\"Fredrick + W. Irion and the AIRS Project\",\"DataPresentationForm\":\"Digital Science + Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/SNDRAQIL2JSFRET_2.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Aqua + AIRS Level 2 JoSFRA Retrieval Standard: Atmosphere cloud and surface geophysical + state per footprint\",\"SeriesName\":\"SNDRAQIL2JSFRET\",\"ReleaseDate\":\"2023-10-24T00:00:00.000Z\",\"Version\":\"2\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":true,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-08-30T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/0K06YE0Y8IDS\"},\"ShortName\":\"SNDRAQIL2JSFRET\",\"EntryTitle\":\"Aqua + AIRS Level 2 JoSFRA Retrieval Standard: Atmosphere cloud and surface geophysical + state per footprint V2 at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Journal + Editors\",\"PublicationDate\":\"2006-05-01T00:00:00.000Z\",\"Title\":\"Validation + of Atmospheric Infrared Sounder Observations\",\"Series\":\"J. Geophys, Res. + Atmospheres\",\"Volume\":\"111\",\"Issue\":\"9\",\"OtherReferenceDetails\":\"This + special issue contains several relevant articles.\",\"DOI\":{\"DOI\":\"10.1029/2005/JD007020\"}}],\"Quality\":\"The + three options for this quality flag are: 0 for best quality, 1 for good quality, + 2 for do not use.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"IMAGERY/BASE MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + image of JoSFRA Retrieval \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/SampleImageSNDRAQIL2JSFRET_2.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/SNDRAQIL2JSFRET_2.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://sounder.gesdisc.eosdis.nasa.gov/data/JoSFRA/SNDRAQIL2JSFRET.2\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://sounder.gesdisc.eosdis.nasa.gov/opendap/JoSFRA/SNDRAQIL2JSFRET.2\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=SNDRAQIL2JSFRET+2\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://airs.jpl.nasa.gov/index.html\",\"Description\":\"AIRS + home page at NASA/JPL. General information on the AIRS instrument,algorithms, + and other AIRS-related activities can be found.\",\"Type\":\"PROJECT HOME + PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/documents?title=AIRS%20Documentation\",\"Description\":\"AIRS + Documentation Page\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Sounder/JoSFRA_V2_L2_Products_User_Guide.pdf\",\"Description\":\"README + for JOSFRA L2 V2\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Sounder/JoSFRA_V2_ATBD.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Sounder/JoSFRA_V2_Test_Report.pdf\",\"Subtype\":\"DATA + QUALITY\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2023-10-23T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-23T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Joint Single Footprint Retrieval Algorithm (JoSFRA) Level-2 geophysical parameters + include estimates of atmospheric temperature and water vapor profiles, cloud + properties, and surface temperature. These are retrieved from infrared spectra + observed by the Atmospheric Infrared Sounder (AIRS) instrument on the Aqua + satellite. AIRS is a grating spectrometer aboard Aqua, the second Earth Observing + System (EOS) polar-orbiting platform. AIRS is co-boresited with the Advanced + Microwave Sounding Unit (AMSU) also on Aqua. Horizontal resolutions are 50 + km for AMSU and 13.5 km for AIRS. The JoSFRA algorithm uses an optimal-estimation + scheme and retrieves geophysical quantities from AIRS thermal infrared spectra + at their native horizontal resolution. Cloud observations from MODIS are used + in the forward model without recourse to a cloud-cleared state. JOSFRA retrievals + provide improved spatial resolution (13.5 km vs 50 km for cloud-cleared retrievals) + and information content quantification, making them well-suited for process + studies. JoSFRA retrievals are particularly useful in cases where high resolution + (finer than 45 km) is needed or is beneficial, such as regions of strong horizontal + gradients in water vapor. Use of JoSFRA retrievals is recommended under medium + to low cloud cover. \\n \\n AIRS observations provide near-global coverage + twice daily (around 1:30 am and pm local time) since August 30, 2002. An AIRS + granule includes 6 minutes of data, 90 AIRS (30 AMSU) footprints across the + orbit track by 135 AIRS (45 AMSU) footprints along track. Each day includes + 240 granules, with an orbit repeat cycle of approximately 16 days. \\n \\n + For the initial release of Version 2 JoSFRA, a limited test data set is provided. + Future releases will expand the dataset. The initial dataset includes full + global coverage data for two 5-day periods: January 13-17, 2011 and July 13-17, + 2011, the Marine ARM GPCI Investigation of Clouds (MAGIC) (Lewis and Teixeira, + EOS, 2015) test campaign in the Pacific Ocean with all 6-minute granules that + overlap the box bounded by 20-35 degrees North latitude and 120-160 West longitude, + June 1, 2012 \u2013 September 30, 2013, select granules from the years 2002-2007 + where correlative data were available. The locations include Dept. of Energy + (DOE) Atmospheric Radiation Measurement (ARM) sites at the North Slope of + Alaska (NSA), Southern Great Plains (SGP), and Tropical Western Pacific (TWP), + as well as scientific field campaigns.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2023-10-23T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-23T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"MetadataAssociations\":[{\"EntryId\":\"SNDRAQIL2JSFRET\",\"Version\":\"2\",\"Type\":\"SCIENCE + ASSOCIATED\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"Aqua\",\"LongName\":\"Earth + Observing System (EOS), Aqua\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"LENA\",\"LastName\":\"IREDELL\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"GES + DISC NASA Goddard Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-286-9773\"},{\"Type\":\"Email\",\"Value\":\"lena.iredell@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing + System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric + Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRSIL3MSOLR.6.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRSIL3MSOLR_6.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1697372449-GES_DISC\",\"revision-date\":\"2024-01-10T19:39:45.252Z\",\"granule-count\":244,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\",\"Spectral Outgoing Longwave Radiation Flux\",\"Spectral Clear Sky Outgoing Longwave Radiation Flux\"],\"CollectionCitations\":[{\"Creator\":\"Xianglei Huang, University of Michigan\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRSIL3MSOLR_6.1.html\"},\"Publisher\":\"Goddard @@ -39614,7 +39702,7 @@ interactions: Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}]}}],\"Platforms\":[{\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation Satellites\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_SST_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945804-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:44.904Z\",\"granule-count\":3235,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period + Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_SST_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945804-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:44.904Z\",\"granule-count\":3255,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\",\"Name\":\"CompositingPeriod\"}],\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":-180,\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"SouthBoundingCoordinate\":90}],\"CoordinateSystem\":\"CARTESIAN\"}},\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Topic\":\"Oceans\",\"VariableLevel1\":\"Sea Surface Temperature\",\"Category\":\"Earth Science\",\"Term\":\"Ocean Temperature\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-07-04T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Explanation\":\"The @@ -39640,7 +39728,7 @@ interactions: within a single orbit.\",\"Version\":\"R2019.0\",\"CollectionDataType\":\"NEAR_REAL_TIME\",\"DataCenters\":[{\"ShortName\":\"OBPG\",\"Roles\":[\"PROCESSOR\"],\"LongName\":\"Ocean Biology Processing Group\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]},\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ShortName\":\"OB.DAAC\"}],\"Platforms\":[{\"ShortName\":\"Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate - Resolution Imaging Spectroradiometer\"}],\"Type\":\"Earth Observation Satellites\",\"LongName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_SST_R2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1615905769-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:45.312Z\",\"granule-count\":10270,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period + Resolution Imaging Spectroradiometer\"}],\"Type\":\"Earth Observation Satellites\",\"LongName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_SST_R2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1615905769-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:45.312Z\",\"granule-count\":10276,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"Name\":\"CompositingPeriod\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":90,\"WestBoundingCoordinate\":-180}]}},\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Topic\":\"Oceans\",\"VariableLevel1\":\"Sea Surface Temperature\",\"Term\":\"Ocean Temperature\",\"Category\":\"Earth @@ -39674,7 +39762,7 @@ interactions: Biology Processing Group\",\"ShortName\":\"OBPG\",\"Roles\":[\"PROCESSOR\"]},{\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}]},\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"ShortName\":\"OB.DAAC\"}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"LongName\":\"Aqua\",\"Instruments\":[{\"LongName\":\"Moderate - Resolution Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_NSST_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945661-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:42.911Z\",\"granule-count\":3235,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"DataType\":\"STRING\",\"Description\":\"Period + Resolution Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_NSST_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945661-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:42.911Z\",\"granule-count\":3256,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"DataType\":\"STRING\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"EastBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"SouthBoundingCoordinate\":90}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Topic\":\"Oceans\",\"VariableLevel1\":\"Sea Surface Temperature\",\"Category\":\"Earth Science\",\"Term\":\"Ocean Temperature\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-07-04T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Explanation\":\"The @@ -39703,7 +39791,7 @@ interactions: Biology Processing Group\",\"ShortName\":\"OBPG\"},{\"ShortName\":\"OB.DAAC\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}]}}],\"Platforms\":[{\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"Moderate Resolution - Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"LongName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_NSST_R2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1615905766-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:43.467Z\",\"granule-count\":10258,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period + Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"LongName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_NSST_R2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1615905766-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:43.467Z\",\"granule-count\":10262,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\",\"Name\":\"CompositingPeriod\"}],\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"EastBoundingCoordinate\":-180,\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"SouthBoundingCoordinate\":90}]}},\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Topic\":\"Oceans\",\"VariableLevel1\":\"Sea Surface Temperature\",\"Category\":\"Earth Science\",\"Term\":\"Ocean Temperature\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-07-04T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"MissingReason\":\"Not @@ -39737,7 +39825,7 @@ interactions: Biology Processing Group\"},{\"ShortName\":\"OB.DAAC\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}]}}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate - Resolution Imaging Spectroradiometer\"}],\"LongName\":\"Aqua\",\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_SST4_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945731-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:43.909Z\",\"granule-count\":3259,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"DataType\":\"STRING\",\"Description\":\"Period + Resolution Imaging Spectroradiometer\"}],\"LongName\":\"Aqua\",\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_SST4_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945731-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:43.909Z\",\"granule-count\":3280,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"DataType\":\"STRING\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":90,\"EastBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"Earth Science\",\"Term\":\"Ocean Temperature\",\"Topic\":\"Oceans\",\"VariableLevel1\":\"Sea @@ -39767,7 +39855,7 @@ interactions: Biology Processing Group\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"OBPG\"},{\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ShortName\":\"OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]},\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"]}],\"Platforms\":[{\"LongName\":\"Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"Moderate Resolution - Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_SST4_R2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1615905768-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:44.444Z\",\"granule-count\":10250,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period + Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_SST4_R2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1615905768-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:44.444Z\",\"granule-count\":10254,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"Name\":\"CompositingPeriod\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90,\"WestBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":90,\"EastBoundingCoordinate\":-180}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Topic\":\"Oceans\",\"Category\":\"Earth Science\",\"Term\":\"Ocean Temperature\",\"VariableLevel1\":\"Sea Surface @@ -39802,7 +39890,7 @@ interactions: Biology Processing Group\",\"ShortName\":\"OBPG\"},{\"ShortName\":\"OB.DAAC\",\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]},\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"]}],\"Platforms\":[{\"LongName\":\"Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate Resolution Imaging Spectroradiometer\"}],\"ShortName\":\"Aqua\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_CHL_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331173-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:02.455Z\",\"granule-count\":864,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_CHL_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331173-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:02.455Z\",\"granule-count\":876,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"WestBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":-90}],\"CoordinateSystem\":\"CARTESIAN\"}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"Earth Science\",\"VariableLevel1\":\"Chlorophyll\",\"Topic\":\"Oceans\",\"Term\":\"Ocean @@ -39870,7 +39958,7 @@ interactions: Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"]}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\"}],\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth - Observing System, Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_KD_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331549-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:06.144Z\",\"granule-count\":864,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period + Observing System, Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_KD_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331549-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:06.144Z\",\"granule-count\":876,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"Name\":\"CompositingPeriod\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":-90,\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":90}]}},\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"VariableLevel1\":\"Attenuation/Transmission\",\"Topic\":\"Oceans\",\"Category\":\"Earth Science\",\"Term\":\"Ocean Optics\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-07-04T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Explanation\":\"The @@ -39934,7 +40022,7 @@ interactions: Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\"}],\"Platforms\":[{\"LongName\":\"Earth Observing System, Aqua\",\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\"}],\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_FLH_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331297-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:03.654Z\",\"granule-count\":864,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"Period + Imaging Spectroradiometer\"}],\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_FLH_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331297-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:03.654Z\",\"granule-count\":876,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"Name\":\"CompositingPeriod\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"SouthBoundingCoordinate\":-90,\"WestBoundingCoordinate\":-180,\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Topic\":\"Oceans\",\"VariableLevel1\":\"Fluorescence\",\"Term\":\"Ocean Optics\",\"Category\":\"Earth Science\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-07-04T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Explanation\":\"The @@ -40003,7 +40091,7 @@ interactions: Flight Center, NASA\"}],\"Platforms\":[{\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\"}],\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_IOP_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331454-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:05.083Z\",\"granule-count\":865,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_IOP_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331454-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:05.083Z\",\"granule-count\":877,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\",\"Name\":\"CompositingPeriod\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":90,\"SouthBoundingCoordinate\":-90}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Topic\":\"Oceans\",\"Term\":\"Ocean Optics\",\"VariableLevel1\":\"Reflectance\",\"Category\":\"Earth Science\"},{\"Term\":\"Ocean @@ -40116,7 +40204,7 @@ interactions: Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"]}],\"Platforms\":[{\"LongName\":\"Earth Observing System, Aqua\",\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_PIC_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331744-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:08.461Z\",\"granule-count\":864,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_PIC_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331744-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:08.461Z\",\"granule-count\":876,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"SouthBoundingCoordinate\":-90,\"NorthBoundingCoordinate\":90,\"WestBoundingCoordinate\":-180,\"EastBoundingCoordinate\":180}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Term\":\"Ocean Chemistry\",\"Category\":\"Earth Science\",\"Topic\":\"Oceans\",\"VariableLevel1\":\"Inorganic @@ -40183,7 +40271,7 @@ interactions: Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]}}],\"Platforms\":[{\"ShortName\":\"Aqua\",\"Instruments\":[{\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"Type\":\"Earth Observation - Satellites\",\"LongName\":\"Earth Observing System, Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_POC_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331832-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:09.400Z\",\"granule-count\":864,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period + Satellites\",\"LongName\":\"Earth Observing System, Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_POC_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331832-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:09.400Z\",\"granule-count\":876,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":90,\"SouthBoundingCoordinate\":-90,\"WestBoundingCoordinate\":-180}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"Earth Science\",\"VariableLevel1\":\"Organic Carbon\",\"Term\":\"Ocean Chemistry\",\"Topic\":\"Oceans\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-07-04T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Explanation\":\"The @@ -40283,7 +40371,7 @@ interactions: Archive Center (OB.DAAC), Global Change Data Center, Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}]},\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"}],\"Platforms\":[{\"LongName\":\"Earth Observing System, Aqua\",\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_PAR_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331638-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:07.498Z\",\"granule-count\":864,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period + Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_PAR_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331638-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:07.498Z\",\"granule-count\":876,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\",\"Name\":\"CompositingPeriod\"}],\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90,\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90}],\"CoordinateSystem\":\"CARTESIAN\"}},\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"VariableLevel1\":\"Photosynthetically Available Radiation\",\"Term\":\"Ocean Optics\",\"Category\":\"Earth Science\",\"Topic\":\"Oceans\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-07-04T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Explanation\":\"The @@ -40313,7 +40401,7 @@ interactions: Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\"}],\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth - Observing System, Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_RRS_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331878-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:10.705Z\",\"granule-count\":864,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period + Observing System, Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3b_RRS_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331878-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:10.705Z\",\"granule-count\":876,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"Name\":\"CompositingPeriod\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90,\"WestBoundingCoordinate\":-180}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"VariableLevel1\":\"Reflectance\",\"Category\":\"Earth Science\",\"Term\":\"Ocean Optics\",\"Topic\":\"Oceans\"},{\"Topic\":\"Atmosphere\",\"VariableLevel1\":\"Aerosol @@ -40383,7 +40471,7 @@ interactions: Flight Center, NASA\"}],\"Platforms\":[{\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Instruments\":[{\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_SST_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945980-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:47.768Z\",\"granule-count\":6224,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"Period + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_SST_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945980-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:47.768Z\",\"granule-count\":6246,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"Name\":\"CompositingPeriod\"},{\"DataType\":\"STRING\",\"Name\":\"SpatialResolution\",\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\"},{\"DataType\":\"STRING\",\"Description\":\"The @@ -40417,7 +40505,7 @@ interactions: Biology Processing Group\",\"Roles\":[\"PROCESSOR\"]},{\"ShortName\":\"OB.DAAC\",\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}]},\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"Moderate Resolution - Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"LongName\":\"Aqua\",\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_SST_R2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1615905770-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:48.604Z\",\"granule-count\":20546,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period + Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"LongName\":\"Aqua\",\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_SST_R2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1615905770-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:48.604Z\",\"granule-count\":20558,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\",\"Name\":\"CompositingPeriod\"},{\"DataType\":\"STRING\",\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\",\"Name\":\"SpatialResolution\"},{\"Name\":\"Product\",\"DataType\":\"STRING\",\"Description\":\"The @@ -40457,7 +40545,7 @@ interactions: Biology Processing Group\"},{\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"ShortName\":\"OB.DAAC\",\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}]}}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Moderate Resolution Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"ShortName\":\"Aqua\",\"Type\":\"Earth - Observation Satellites\",\"LongName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_NSST_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945873-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:45.778Z\",\"granule-count\":6216,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period + Observation Satellites\",\"LongName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_NSST_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945873-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:45.778Z\",\"granule-count\":6238,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\",\"Name\":\"CompositingPeriod\"},{\"Name\":\"SpatialResolution\",\"DataType\":\"STRING\",\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\"},{\"DataType\":\"STRING\",\"Description\":\"The @@ -40491,7 +40579,7 @@ interactions: Biology Processing Group\",\"ShortName\":\"OBPG\"},{\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]},\"ShortName\":\"OB.DAAC\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"]}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate Resolution Imaging Spectroradiometer\"}],\"LongName\":\"Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_NSST_R2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1615929573-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:46.317Z\",\"granule-count\":20522,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"Period + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_NSST_R2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1615929573-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:46.317Z\",\"granule-count\":20530,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"Name\":\"CompositingPeriod\"},{\"DataType\":\"STRING\",\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\",\"Name\":\"SpatialResolution\"},{\"Name\":\"Product\",\"DataType\":\"STRING\",\"Description\":\"The @@ -40529,7 +40617,7 @@ interactions: Biology Processing Group\"},{\"ShortName\":\"OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]},\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"LongName\":\"Ocean Biology Distributed Active Archive Center\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate Resolution Imaging Spectroradiometer\"}],\"ShortName\":\"Aqua\",\"LongName\":\"Aqua\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_SST4_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945930-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:46.874Z\",\"granule-count\":6263,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"Period + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_SST4_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945930-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:46.874Z\",\"granule-count\":6285,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"Name\":\"CompositingPeriod\"},{\"Name\":\"SpatialResolution\",\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\",\"DataType\":\"STRING\"},{\"Name\":\"Product\",\"Description\":\"The @@ -40563,7 +40651,7 @@ interactions: Biology Processing Group\",\"Roles\":[\"PROCESSOR\"]},{\"ShortName\":\"OB.DAAC\",\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]},\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"]}],\"Platforms\":[{\"LongName\":\"Aqua\",\"ShortName\":\"Aqua\",\"Instruments\":[{\"LongName\":\"Moderate Resolution Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_SST4_R2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1615929578-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:47.354Z\",\"granule-count\":20500,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_SST4_R2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1615929578-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:47.354Z\",\"granule-count\":20508,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"Name\":\"CompositingPeriod\",\"DataType\":\"STRING\"},{\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\",\"Name\":\"SpatialResolution\",\"DataType\":\"STRING\"},{\"Name\":\"Product\",\"DataType\":\"STRING\",\"Description\":\"The @@ -40601,7 +40689,7 @@ interactions: concerning the protection of our environment.\",\"Version\":\"R2019.0\",\"CollectionDataType\":\"NEAR_REAL_TIME\",\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"LongName\":\"Ocean Biology Processing Group\",\"ShortName\":\"OBPG\"},{\"ShortName\":\"OB.DAAC\",\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}]},\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"]}],\"Platforms\":[{\"ShortName\":\"Aqua\",\"LongName\":\"Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate - Resolution Imaging Spectroradiometer\"}],\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_CHL_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331933-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:11.984Z\",\"granule-count\":1728,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period + Resolution Imaging Spectroradiometer\"}],\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_CHL_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331933-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:11.984Z\",\"granule-count\":1752,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\"},{\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\",\"Name\":\"SpatialResolution\",\"DataType\":\"STRING\"},{\"DataType\":\"STRING\",\"Name\":\"Product\",\"Description\":\"The @@ -40677,7 +40765,7 @@ interactions: Archive Center (OB.DAAC), Global Change Data Center, Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]},\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"]}],\"Platforms\":[{\"LongName\":\"Earth Observing System, Aqua\",\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"Instruments\":[{\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_KD_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332123-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:15.509Z\",\"granule-count\":1728,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"Period + Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_KD_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332123-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:15.509Z\",\"granule-count\":1752,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"Name\":\"CompositingPeriod\"},{\"Name\":\"SpatialResolution\",\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\",\"DataType\":\"STRING\"},{\"DataType\":\"STRING\",\"Description\":\"The @@ -40754,7 +40842,7 @@ interactions: Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\"}],\"Platforms\":[{\"ShortName\":\"Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\"}],\"LongName\":\"Earth Observing System, Aqua\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_FLH_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332000-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:12.896Z\",\"granule-count\":3456,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_FLH_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332000-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:12.896Z\",\"granule-count\":3504,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\"},{\"DataType\":\"STRING\",\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\",\"Name\":\"SpatialResolution\"},{\"Name\":\"Product\",\"Description\":\"The @@ -40830,7 +40918,7 @@ interactions: Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]}}],\"Platforms\":[{\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_IOP_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332055-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:14.358Z\",\"granule-count\":48440,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Name\":\"CompositingPeriod\",\"Description\":\"Period + Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_IOP_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332055-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:14.358Z\",\"granule-count\":49112,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Name\":\"CompositingPeriod\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\"},{\"DataType\":\"STRING\",\"Name\":\"SpatialResolution\",\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\"},{\"Name\":\"Product\",\"DataType\":\"STRING\",\"Description\":\"The @@ -40953,7 +41041,7 @@ interactions: Flight Center, NASA\"}],\"Platforms\":[{\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"LongName\":\"Earth - Observing System, Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_PIC_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332266-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:17.699Z\",\"granule-count\":1728,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period + Observing System, Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_PIC_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332266-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:17.699Z\",\"granule-count\":1752,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\"},{\"DataType\":\"STRING\",\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\",\"Name\":\"SpatialResolution\"},{\"Description\":\"The @@ -41028,7 +41116,7 @@ interactions: Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]},\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"]}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"Type\":\"Earth Observation - Satellites\",\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_POC_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332372-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:18.618Z\",\"granule-count\":1728,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period + Satellites\",\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_POC_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332372-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:18.618Z\",\"granule-count\":1752,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"DataType\":\"STRING\"},{\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\",\"DataType\":\"STRING\",\"Name\":\"SpatialResolution\"},{\"Name\":\"Product\",\"Description\":\"The @@ -41145,7 +41233,7 @@ interactions: Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\"}],\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth - Observing System, Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_PAR_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332198-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:16.817Z\",\"granule-count\":1728,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"DataType\":\"STRING\",\"Description\":\"Period + Observing System, Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_PAR_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332198-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:16.817Z\",\"granule-count\":1752,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Name\":\"CompositingPeriod\",\"DataType\":\"STRING\",\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\"},{\"Name\":\"SpatialResolution\",\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\",\"DataType\":\"STRING\"},{\"Name\":\"Product\",\"Description\":\"The @@ -41181,7 +41269,7 @@ interactions: Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]},\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"}],\"Platforms\":[{\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_RRS_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332451-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:19.938Z\",\"granule-count\":20736,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period + Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L3m_RRS_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331332451-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:19.938Z\",\"granule-count\":21024,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"Description\":\"Period of time over which several smaller images are combined to create a single larger image.\",\"Name\":\"CompositingPeriod\",\"DataType\":\"STRING\"},{\"Name\":\"SpatialResolution\",\"DataType\":\"STRING\",\"Description\":\"Latitude/longitude grid size (4km, 9km) of tiles/pixels used in image swath\"},{\"DataType\":\"STRING\",\"Name\":\"Product\",\"Description\":\"The @@ -41260,7 +41348,7 @@ interactions: Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]}}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\"}],\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1570116979-OB_DAAC\",\"revision-date\":\"2020-09-29T14:23:02.036Z\",\"granule-count\":2273013,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"SouthBoundingCoordinate\":90,\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":-180}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"Earth + Imaging Spectroradiometer\"}],\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1570116979-OB_DAAC\",\"revision-date\":\"2020-09-29T14:23:02.036Z\",\"granule-count\":2275926,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"SouthBoundingCoordinate\":90,\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":-180}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"Earth Science\",\"VariableLevel1\":\"Ocean Color\",\"Term\":\"Ocean Optics\",\"Topic\":\"Oceans\"},{\"Topic\":\"Oceans\",\"Term\":\"Ocean Optics\",\"VariableLevel1\":\"Radiance\",\"Category\":\"Earth Science\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-07-04T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/AQUA/MODIS/L1/DATA/1\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"MODISA_L1\",\"EntryTitle\":\"Aqua MODIS Level-1 Data\",\"ISOTopicCategories\":[\"OCEANS\"],\"RelatedUrls\":[{\"Description\":\"NASA @@ -41289,7 +41377,7 @@ interactions: Biology Processing Group\"},{\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}]},\"ShortName\":\"OB.DAAC\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate Resolution Imaging Spectroradiometer\"}],\"LongName\":\"Aqua\",\"Type\":\"Earth - Observation Satellites\",\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L2_SST_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945527-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:41.998Z\",\"granule-count\":451284,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"EastBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"SouthBoundingCoordinate\":90,\"WestBoundingCoordinate\":-180}]}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Term\":\"Ocean + Observation Satellites\",\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L2_SST_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945527-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:41.998Z\",\"granule-count\":454197,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"EastBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"SouthBoundingCoordinate\":90,\"WestBoundingCoordinate\":-180}]}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Term\":\"Ocean Temperature\",\"Topic\":\"Oceans\",\"VariableLevel1\":\"Sea Surface Temperature\",\"Category\":\"Earth Science\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-07-04T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"MissingReason\":\"Not Applicable\",\"Explanation\":\"The collection is near real time and will be @@ -41347,7 +41435,7 @@ interactions: concerning the protection of our environment.\",\"Version\":\"R2019.0\",\"CollectionDataType\":\"NEAR_REAL_TIME\",\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"LongName\":\"Ocean Biology Processing Group\",\"ShortName\":\"OBPG\"},{\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\",\"Type\":\"Email\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}]},\"ShortName\":\"OB.DAAC\",\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"]}],\"Platforms\":[{\"LongName\":\"Aqua\",\"ShortName\":\"Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate - Resolution Imaging Spectroradiometer\"}],\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L2_SST4_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945453-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:40.974Z\",\"granule-count\":260836,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"EastBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":90,\"NorthBoundingCoordinate\":90}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"Earth + Resolution Imaging Spectroradiometer\"}],\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L2_SST4_NRT2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1641945453-OB_DAAC\",\"revision-date\":\"2021-12-16T21:40:40.974Z\",\"granule-count\":262538,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"EastBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":90,\"NorthBoundingCoordinate\":90}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"Earth Science\",\"VariableLevel1\":\"Sea Surface Temperature\",\"Term\":\"Ocean Temperature\",\"Topic\":\"Oceans\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-07-04T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Explanation\":\"The collection is near real time and will be replaced with a refined data product @@ -41407,7 +41495,7 @@ interactions: Biology Processing Group\",\"ShortName\":\"OBPG\"},{\"Roles\":[\"DISTRIBUTOR\",\"ARCHIVER\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"},{\"Value\":\"301-286-0268\",\"Type\":\"Fax\"}]},\"LongName\":\"Ocean Biology Distributed Active Archive Center\",\"ShortName\":\"OB.DAAC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Moderate Resolution Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"LongName\":\"Aqua\",\"Type\":\"Earth - Observation Satellites\",\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L2_IOP_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331330928-OB_DAAC\",\"revision-date\":\"2022-09-21T12:13:59.767Z\",\"granule-count\":123253,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"SouthBoundingCoordinate\":-90,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"WestBoundingCoordinate\":-180}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"Earth + Observation Satellites\",\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L2_IOP_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331330928-OB_DAAC\",\"revision-date\":\"2022-09-21T12:13:59.767Z\",\"granule-count\":124952,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"SouthBoundingCoordinate\":-90,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"WestBoundingCoordinate\":-180}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"Earth Science\",\"Term\":\"Ocean Optics\",\"VariableLevel1\":\"Reflectance\",\"Topic\":\"Oceans\"},{\"Category\":\"Earth Science\",\"Term\":\"Ocean Optics\",\"VariableLevel1\":\"Absorption\",\"Topic\":\"Oceans\"},{\"Topic\":\"Oceans\",\"Category\":\"Earth Science\",\"VariableLevel1\":\"Scattering\",\"Term\":\"Ocean Optics\"},{\"Topic\":\"Oceans\",\"Category\":\"Earth @@ -41472,7 +41560,7 @@ interactions: Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\"}],\"Platforms\":[{\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\"}],\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L2_OC_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331072-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:01.215Z\",\"granule-count\":123252,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":90,\"SouthBoundingCoordinate\":-90}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Term\":\"Ocean + Imaging Spectroradiometer\"}],\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"MODISA_L2_OC_NRT2022\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2331331072-OB_DAAC\",\"revision-date\":\"2022-09-21T12:14:01.215Z\",\"granule-count\":124951,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":90,\"SouthBoundingCoordinate\":-90}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Term\":\"Ocean Optics\",\"Category\":\"Earth Science\",\"Topic\":\"Oceans\",\"VariableLevel1\":\"Ocean Color\"},{\"Topic\":\"Oceans\",\"Category\":\"Earth Science\",\"Term\":\"Ocean Optics\",\"VariableLevel1\":\"Reflectance\"},{\"VariableLevel1\":\"Aerosol @@ -41995,7 +42083,7 @@ interactions: Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"},{\"ShortName\":\"HSB\",\"LongName\":\"Humidity Sounder for Brazil\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2CCF_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805601-GES_DISC\",\"revision-date\":\"2023-08-07T17:38:45.315Z\",\"granule-count\":1859631,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"CALIBRATED\",\"EOSDIS\",\"GEOLOCATED\",\"INFRARED\",\"RADIANCE\"],\"CollectionCitations\":[{\"Creator\":\"AIRS + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2CCF_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805601-GES_DISC\",\"revision-date\":\"2023-08-07T17:38:45.315Z\",\"granule-count\":1862363,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"CALIBRATED\",\"EOSDIS\",\"GEOLOCATED\",\"INFRARED\",\"RADIANCE\"],\"CollectionCitations\":[{\"Creator\":\"AIRS project\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRS2CCF_7.0.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Aqua/AIRS L2 Cloud-Cleared Infrared Radiances (AIRS-only) V7.0\",\"SeriesName\":\"AIRS2CCF\",\"ReleaseDate\":\"2019-12-15T00:00:00.000Z\",\"Version\":\"7.0\",\"ReleasePlace\":\"Greenbelt, @@ -42074,7 +42162,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRS2CCF_NRT.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2CCF_NRT_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805606-GES_DISC\",\"revision-date\":\"2024-03-27T19:29:46.020Z\",\"granule-count\":3291,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"CALIBRATED\",\"EOSDIS\",\"GEOLOCATED\",\"INFRARED\",\"RADIANCE\",\"LANCE\",\"NRT\",\"RELATIVE_START_DATE: + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRS2CCF_NRT.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2CCF_NRT_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805606-GES_DISC\",\"revision-date\":\"2024-03-27T19:29:46.020Z\",\"granule-count\":3620,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"CALIBRATED\",\"EOSDIS\",\"GEOLOCATED\",\"INFRARED\",\"RADIANCE\",\"LANCE\",\"NRT\",\"RELATIVE_START_DATE: -7\"],\"CollectionCitations\":[{\"Creator\":\"AIRS project\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/AIRS2CCF_NRT_7.0.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Aqua/AIRS @@ -42179,7 +42267,7 @@ interactions: Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRS2RET_NRT.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2RET_NRT_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805625-GES_DISC\",\"revision-date\":\"2024-03-05T20:26:37.773Z\",\"granule-count\":3290,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRS2RET_NRT.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2RET_NRT_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805625-GES_DISC\",\"revision-date\":\"2024-03-05T20:26:37.773Z\",\"granule-count\":3620,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon Monoxide\",\"Cloud Liquid Water\",\"Methane\",\"Ozone\",\"Spectral IR Surface Emissivities\",\"WATER VAPOR\",\"Water Vapor Saturation Mass Mixing Ratio\",\"Water Vapor Mass Mixing Ratio\",\"LANCE\",\"NRT\",\"RELATIVE_START_DATE: -7\"],\"CollectionCitations\":[{\"Creator\":\"AIRS @@ -42345,7 +42433,7 @@ interactions: Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric - Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRS2SUP_NRT.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2SUP_NRT_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805636-GES_DISC\",\"revision-date\":\"2024-03-05T21:03:48.310Z\",\"granule-count\":3294,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon + Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_NRT/AIRS2SUP_NRT.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2SUP_NRT_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805636-GES_DISC\",\"revision-date\":\"2024-03-05T21:03:48.310Z\",\"granule-count\":3621,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon Monoxide\",\"Cloud Liquid Water\",\"Methane\",\"Ozone\",\"Spectral IR Surface Emissivities\",\"Surface Skin TEMPERATURE\",\"WATER VAPOR\",\"Water Vapor Saturation Mass Mixing Ratio\",\"Water Vapor Mass Mixing Ratio\",\"Cloud Ice/Water @@ -42643,7 +42731,7 @@ interactions: Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"},{\"ShortName\":\"HSB\",\"LongName\":\"Humidity Sounder for Brazil\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2RET_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805619-GES_DISC\",\"revision-date\":\"2023-08-07T18:15:09.932Z\",\"granule-count\":1859718,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2RET_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805619-GES_DISC\",\"revision-date\":\"2023-08-07T18:15:09.932Z\",\"granule-count\":1862452,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon Monoxide\",\"Cloud Liquid Water\",\"Ozone\",\"Spectral IR Surface Emissivities\",\"SURFACE SKIN TEMPERATURE\",\"WATER VAPOR\",\"Water Vapor Saturation Mass Mixing Ratio\",\"Water Vapor Mass Mixing Ratio\",\"IR Only\"],\"CollectionCitations\":[{\"Creator\":\"AIRS @@ -42905,7 +42993,7 @@ interactions: Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"},{\"ShortName\":\"HSB\",\"LongName\":\"Humidity Sounder for Brazil\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2SUP_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805630-GES_DISC\",\"revision-date\":\"2023-08-07T18:18:16.840Z\",\"granule-count\":1859721,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS2SUP_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805630-GES_DISC\",\"revision-date\":\"2023-08-07T18:18:16.840Z\",\"granule-count\":1862424,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Carbon Monoxide\",\"Cloud Liquid Water\",\"Ozone\",\"Outgoing Longwave Radiation\",\"Spectral IR Surface Emissivities\",\"WATER VAPOR\",\"Water Vapor Saturation Mass Mixing Ratio\",\"Water Vapor Mass Mixing Ratio\",\"Cloud Ice/Water Flag\",\"Layer @@ -43329,7 +43417,7 @@ interactions: Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"},{\"ShortName\":\"HSB\",\"LongName\":\"Humidity Sounder for Brazil\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3STD.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3STD_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805652-GES_DISC\",\"revision-date\":\"2024-01-10T15:04:10.735Z\",\"granule-count\":7800,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3STD.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3STD_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805652-GES_DISC\",\"revision-date\":\"2024-01-10T15:04:10.735Z\",\"granule-count\":7816,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total Ozone\",\"Global Gridded\",\"Total Integrated Column Water Vapor Burden\",\"Total Integrated Column Cloud Liquid Water\",\"Total Integrated Column Carbon Monoxide\",\"Spectral IR Surface Emissivities\",\"Total Integrated Column Ozone Burden\",\"Outgoing @@ -43693,7 +43781,7 @@ interactions: System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3SPD_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805657-GES_DISC\",\"revision-date\":\"2023-08-07T18:27:08.883Z\",\"granule-count\":7799,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3SPD_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805657-GES_DISC\",\"revision-date\":\"2023-08-07T18:27:08.883Z\",\"granule-count\":7816,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total Ozone\",\"Global Gridded\",\"Total Integrated Column Water Vapor Burden\",\"Total Integrated Column Cloud Liquid Water\",\"Total Integrated Column Carbon Monoxide\",\"Spectral IR Surface Emissivities\",\"Total Integrated Column Ozone Burden\",\"Outgoing @@ -44055,7 +44143,7 @@ interactions: Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"},{\"ShortName\":\"HSB\",\"LongName\":\"Humidity Sounder for Brazil\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3STM.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3STM_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805662-GES_DISC\",\"revision-date\":\"2024-02-22T14:36:54.793Z\",\"granule-count\":258,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3STM.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3STM_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805662-GES_DISC\",\"revision-date\":\"2024-02-22T14:36:54.793Z\",\"granule-count\":259,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total Ozone\",\"Global Gridded\",\"Total Integrated Column Water Vapor Burden\",\"Total Integrated Column Cloud Liquid Water\",\"Total Integrated Column Carbon Monoxide\",\"Spectral IR Surface Emissivities\",\"Total Integrated Column Ozone Burden\",\"Outgoing @@ -44408,7 +44496,7 @@ interactions: System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric Infrared Sounder\"},{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced Microwave Sounding Unit-A\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3SPM.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3SPM_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805668-GES_DISC\",\"revision-date\":\"2024-01-09T21:00:12.522Z\",\"granule-count\":258,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total + Archive\"],\"Format\":\"HDF-EOS\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aqua_AIRS_Level3/AIRS3SPM.7.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"AIRS3SPM_7.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1701805668-GES_DISC\",\"revision-date\":\"2024-01-09T21:00:12.522Z\",\"granule-count\":259,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ATMOSPHERE\",\"CALIBRATED\",\"GEOLOCATED\",\"TEMPERATURE\",\"CLOUD\",\"EOSDIS\",\"Total Ozone\",\"Global Gridded\",\"Total Integrated Column Water Vapor Burden\",\"Total Integrated Column Cloud Liquid Water\",\"Total Integrated Column Carbon Monoxide\",\"Spectral IR Surface Emissivities\",\"Total Integrated Column Ozone Burden\",\"Outgoing @@ -45168,8 +45256,8 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"98.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius Radiometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"390.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":52,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius - L2 Swath Single Orbit Soil Moisture V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467866-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:34:58.399Z\",\"granule-count\":20343,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + angular distance from orbital plane relative to the Equator.\",\"Value\":\"390.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":53,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius + L2 Swath Single Orbit Soil Moisture V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467866-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:33:28.345Z\",\"granule-count\":20343,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Aquarius L2 Swath Single Orbit Soil Moisture V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -45241,8 +45329,8 @@ interactions: Observation Satellites\",\"ShortName\":\"SAC-D\",\"LongName\":\"Sat\xE9lite de Aplicaciones Cient\xEDfico - D\",\"Instruments\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius - Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":63,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius - L3 Gridded 1-Degree Annual Soil Moisture V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467311-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:35:09.283Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":64,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius + L3 Gridded 1-Degree Annual Soil Moisture V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467311-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:33:42.710Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Aquarius L3 Gridded 1-Degree Annual Soil Moisture V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -45313,8 +45401,8 @@ interactions: Observation Satellites\",\"ShortName\":\"SAC-D\",\"LongName\":\"Sat\xE9lite de Aplicaciones Cient\xEDfico - D\",\"Instruments\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius - Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":53,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1956550964-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius - L3 Gridded 1-Degree Daily Soil Moisture V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467467-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:35:20.067Z\",\"granule-count\":1383,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":54,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1956550964-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius + L3 Gridded 1-Degree Daily Soil Moisture V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467467-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:34:00.432Z\",\"granule-count\":1383,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Aquarius L3 Gridded 1-Degree Daily Soil Moisture V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -45389,8 +45477,8 @@ interactions: Observation Satellites\",\"ShortName\":\"SAC-D\",\"LongName\":\"Sat\xE9lite de Aplicaciones Cient\xEDfico - D\",\"Instruments\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius - Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":53,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius - L3 Gridded 1-Degree Monthly Soil Moisture Climatology V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467499-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:35:27.379Z\",\"granule-count\":12,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":54,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius + L3 Gridded 1-Degree Monthly Soil Moisture Climatology V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467499-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:34:13.483Z\",\"granule-count\":12,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Aquarius L3 Gridded 1-Degree Monthly Soil Moisture Climatology V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -45462,8 +45550,8 @@ interactions: Observation Satellites\",\"ShortName\":\"SAC-D\",\"LongName\":\"Sat\xE9lite de Aplicaciones Cient\xEDfico - D\",\"Instruments\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius - Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":53,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius - L3 Gridded 1-Degree Monthly Soil Moisture V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467525-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:35:38.325Z\",\"granule-count\":47,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":54,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius + L3 Gridded 1-Degree Monthly Soil Moisture V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467525-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:34:28.549Z\",\"granule-count\":47,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Aquarius L3 Gridded 1-Degree Monthly Soil Moisture V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -45534,8 +45622,8 @@ interactions: Observation Satellites\",\"ShortName\":\"SAC-D\",\"LongName\":\"Sat\xE9lite de Aplicaciones Cient\xEDfico - D\",\"Instruments\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius - Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":51,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius - L3 Gridded 1-Degree Seasonal Soil Moisture Climatology V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467648-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:35:46.828Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":52,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius + L3 Gridded 1-Degree Seasonal Soil Moisture Climatology V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467648-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:34:41.784Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Aquarius L3 Gridded 1-Degree Seasonal Soil Moisture Climatology V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -45607,8 +45695,8 @@ interactions: Observation Satellites\",\"ShortName\":\"SAC-D\",\"LongName\":\"Sat\xE9lite de Aplicaciones Cient\xEDfico - D\",\"Instruments\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius - Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":53,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius - L3 Gridded 1-Degree Seasonal Soil Moisture V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467710-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:35:58.849Z\",\"granule-count\":16,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":54,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius + L3 Gridded 1-Degree Seasonal Soil Moisture V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467710-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:34:54.007Z\",\"granule-count\":16,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Aquarius L3 Gridded 1-Degree Seasonal Soil Moisture V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -45679,8 +45767,8 @@ interactions: Observation Satellites\",\"ShortName\":\"SAC-D\",\"LongName\":\"Sat\xE9lite de Aplicaciones Cient\xEDfico - D\",\"Instruments\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius - Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":51,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1956550964-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius - L3 Gridded 1-Degree Weekly Soil Moisture V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1956550964-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467762-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:36:22.219Z\",\"granule-count\":202,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":52,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1956550964-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius + L3 Gridded 1-Degree Weekly Soil Moisture V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1956550964-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1529467762-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:35:16.012Z\",\"granule-count\":202,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Aquarius L3 Gridded 1-Degree Weekly Soil Moisture V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -45755,8 +45843,8 @@ interactions: Observation Satellites\",\"ShortName\":\"SAC-D\",\"LongName\":\"Sat\xE9lite de Aplicaciones Cient\xEDfico - D\",\"Instruments\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius - Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":54,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius - L3 Weekly Polar-Gridded Brightness Temperature and Sea Surface Salinity V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1567692285-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:36:08.677Z\",\"granule-count\":1182,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":55,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius + L3 Weekly Polar-Gridded Brightness Temperature and Sea Surface Salinity V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1567692285-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:35:04.708Z\",\"granule-count\":1182,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Aquarius L3 Weekly Polar-Gridded Brightness Temperature and Sea Surface Salinity V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -45832,8 +45920,8 @@ interactions: Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"FTP 790 - 953 KB\"},{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS - 790 - 953 KB\"}]}}},{\"meta\":{\"revision-id\":62,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius - L3 Weekly Polar-Gridded Landscape Freeze/Thaw Data V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1543171968-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:35:22.491Z\",\"granule-count\":197,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 790 - 953 KB\"}]}}},{\"meta\":{\"revision-id\":63,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius + L3 Weekly Polar-Gridded Landscape Freeze/Thaw Data V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1543171968-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:34:04.488Z\",\"granule-count\":197,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Aquarius L3 Weekly Polar-Gridded Landscape Freeze/Thaw Data V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -45901,8 +45989,8 @@ interactions: Observation Satellites\",\"ShortName\":\"SAC-D\",\"LongName\":\"Sat\xE9lite de Aplicaciones Cient\xEDfico - D\",\"Instruments\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius - Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":61,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius - L3 Weekly Polar-Gridded Normalized Radar Cross Section V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1567691449-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:35:41.289Z\",\"granule-count\":1181,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":62,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius + L3 Weekly Polar-Gridded Normalized Radar Cross Section V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1567691449-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:34:34.319Z\",\"granule-count\":1181,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Aquarius L3 Weekly Polar-Gridded Normalized Radar Cross Section V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -45977,8 +46065,8 @@ interactions: Scatterometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AQUARIUS_SCATTEROMETER\",\"LongName\":\"Aquarius Scatterometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS 294 - 482 KB\"},{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"FTP - 294 - 482 KB\"}]}}},{\"meta\":{\"revision-id\":58,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius - L3 Weekly Polar-Gridded Sea Surface Salinity V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1567691895-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:36:04.090Z\",\"granule-count\":394,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 294 - 482 KB\"}]}}},{\"meta\":{\"revision-id\":59,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Aquarius + L3 Weekly Polar-Gridded Sea Surface Salinity V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1567691895-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:35:01.172Z\",\"granule-count\":394,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Aquarius L3 Weekly Polar-Gridded Sea Surface Salinity V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"AscendingDescendingFlg\",\"Description\":\"Satellite @@ -46774,7 +46862,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"2400.0\"}],\"LongName\":\"Advanced Very High Resolution Radiometer-2\",\"ShortName\":\"AVHRR-2\"}],\"LongName\":\"National Oceanic & Atmospheric Administration-7\",\"ShortName\":\"NOAA-7\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520349931-POCLOUD\",\"V2520349925-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_ANCILLARY_SST_SMIA_28DAY-RUNNINGMEAN_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_ANCILLARY_SST_SMIA_28DAY-RUNNINGMEAN_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Ancillary+Reynolds+Sea+Surface+Temperature+Standard+Mapped+Image+Ascending+28-Day+Running+Mean+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520349931-POCLOUD\"},{\"concept-id\":\"V2520349925-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491755435-POCLOUD\",\"revision-date\":\"2023-01-12T23:17:02.987Z\",\"granule-count\":205,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"SST\",\" + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520349925-POCLOUD\",\"V2520349931-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_ANCILLARY_SST_SMIA_28DAY-RUNNINGMEAN_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_ANCILLARY_SST_SMIA_28DAY-RUNNINGMEAN_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Ancillary+Reynolds+Sea+Surface+Temperature+Standard+Mapped+Image+Ascending+28-Day+Running+Mean+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520349925-POCLOUD\"},{\"concept-id\":\"V2520349931-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491755435-POCLOUD\",\"revision-date\":\"2023-01-12T23:17:02.987Z\",\"granule-count\":205,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"SST\",\" reynolds\",\" oi\",\" CONAE\",\"argentina\",\"project\",\"mission\",\"OBPG\"],\"CollectionCitations\":[{\"Creator\":\"NASA Aquarius project\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/SeaSurfaceSalinity/Aquarius\"},\"Publisher\":\"NASA/GSFC OBPG\",\"Title\":\"Aquarius Sea Surface Salinity Products\",\"SeriesName\":\"Aquarius @@ -47991,7 +48079,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"2400.0\"}],\"LongName\":\"Advanced Very High Resolution Radiometer-2\",\"ShortName\":\"AVHRR-2\"}],\"LongName\":\"National Oceanic & Atmospheric Administration-7\",\"ShortName\":\"NOAA-7\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520349956-POCLOUD\",\"V2520349960-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_ANCILLARY_SST_SMIA_3MONTH_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_ANCILLARY_SST_SMIA_3MONTH_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Ancillary+Reynolds+Sea+Surface+Temperature+Standard+Mapped+Image+Ascending+Seasonal+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520349956-POCLOUD\"},{\"concept-id\":\"V2520349960-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491755443-POCLOUD\",\"revision-date\":\"2023-01-12T23:17:04.016Z\",\"granule-count\":16,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"SST\",\" + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520349960-POCLOUD\",\"V2520349956-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_ANCILLARY_SST_SMIA_3MONTH_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_ANCILLARY_SST_SMIA_3MONTH_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Ancillary+Reynolds+Sea+Surface+Temperature+Standard+Mapped+Image+Ascending+Seasonal+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520349960-POCLOUD\"},{\"concept-id\":\"V2520349956-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491755443-POCLOUD\",\"revision-date\":\"2023-01-12T23:17:04.016Z\",\"granule-count\":16,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"SST\",\" reynolds\",\" oi\",\" CONAE\",\"argentina\",\"project\",\"mission\",\"OBPG\"],\"CollectionCitations\":[{\"Creator\":\"NASA Aquarius project\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/SeaSurfaceSalinity/Aquarius\"},\"Publisher\":\"NASA/GSFC OBPG\",\"Title\":\"Aquarius Sea Surface Salinity Products\",\"SeriesName\":\"Aquarius @@ -48444,7 +48532,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"2400.0\"}],\"LongName\":\"Advanced Very High Resolution Radiometer-2\",\"ShortName\":\"AVHRR-2\"}],\"LongName\":\"National Oceanic & Atmospheric Administration-7\",\"ShortName\":\"NOAA-7\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520350279-POCLOUD\",\"V2520350282-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_ANCILLARY_SST_SMID_7DAY_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_ANCILLARY_SST_SMID_7DAY_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Ancillary+Reynolds+Sea+Surface+Temperature+Standard+Mapped+Image+Descending+7-Day+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520350279-POCLOUD\"},{\"concept-id\":\"V2520350282-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491755628-POCLOUD\",\"revision-date\":\"2023-01-12T23:17:14.037Z\",\"granule-count\":202,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"SST\",\" + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520350282-POCLOUD\",\"V2520350279-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_ANCILLARY_SST_SMID_7DAY_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_ANCILLARY_SST_SMID_7DAY_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Ancillary+Reynolds+Sea+Surface+Temperature+Standard+Mapped+Image+Descending+7-Day+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520350282-POCLOUD\"},{\"concept-id\":\"V2520350279-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491755628-POCLOUD\",\"revision-date\":\"2023-01-12T23:17:14.037Z\",\"granule-count\":202,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"SST\",\" reynolds\",\" oi\",\" CONAE\",\"argentina\",\"project\",\"mission\",\"OBPG\"],\"CollectionCitations\":[{\"Creator\":\"NASA Aquarius project\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/SeaSurfaceSalinity/Aquarius\"},\"Publisher\":\"NASA/GSFC OBPG\",\"Title\":\"Aquarius Sea Surface Salinity Products\",\"SeriesName\":\"Aquarius @@ -48596,7 +48684,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"2400.0\"}],\"LongName\":\"Advanced Very High Resolution Radiometer-2\",\"ShortName\":\"AVHRR-2\"}],\"LongName\":\"National Oceanic & Atmospheric Administration-7\",\"ShortName\":\"NOAA-7\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520350320-POCLOUD\",\"V2520350316-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_ANCILLARY_SST_SMID_ANNUAL_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_ANCILLARY_SST_SMID_ANNUAL_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Ancillary+Reynolds+Sea+Surface+Temperature+Standard+Mapped+Image+Descending+Annual+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520350320-POCLOUD\"},{\"concept-id\":\"V2520350316-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491755641-POCLOUD\",\"revision-date\":\"2023-01-12T23:17:14.991Z\",\"granule-count\":5,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"SST\",\" + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520350316-POCLOUD\",\"V2520350320-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_ANCILLARY_SST_SMID_ANNUAL_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_ANCILLARY_SST_SMID_ANNUAL_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Ancillary+Reynolds+Sea+Surface+Temperature+Standard+Mapped+Image+Descending+Annual+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520350316-POCLOUD\"},{\"concept-id\":\"V2520350320-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491755641-POCLOUD\",\"revision-date\":\"2023-01-12T23:17:14.991Z\",\"granule-count\":5,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"SST\",\" reynolds\",\" oi\",\" CONAE\",\"argentina\",\"project\",\"mission\",\"OBPG\"],\"CollectionCitations\":[{\"Creator\":\"NASA Aquarius project\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/SeaSurfaceSalinity/Aquarius\"},\"Publisher\":\"NASA/GSFC OBPG\",\"Title\":\"Aquarius Sea Surface Salinity Products\",\"SeriesName\":\"Aquarius @@ -49965,7 +50053,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"2400.0\"}],\"LongName\":\"Advanced Very High Resolution Radiometer-2\",\"ShortName\":\"AVHRR-2\"}],\"LongName\":\"National Oceanic & Atmospheric Administration-7\",\"ShortName\":\"NOAA-7\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520350710-POCLOUD\",\"V2520350689-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_ANCILLARY_SST_SMI_MONTHLY_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_ANCILLARY_SST_SMI_MONTHLY_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Ancillary+Reynolds+Sea+Surface+Temperature+Standard+Mapped+Image+Monthly+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520350710-POCLOUD\"},{\"concept-id\":\"V2520350689-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491755411-POCLOUD\",\"revision-date\":\"2023-01-12T23:16:59.719Z\",\"granule-count\":47,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"SST\",\" + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520350689-POCLOUD\",\"V2520350710-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_ANCILLARY_SST_SMI_MONTHLY_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_ANCILLARY_SST_SMI_MONTHLY_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Ancillary+Reynolds+Sea+Surface+Temperature+Standard+Mapped+Image+Monthly+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520350689-POCLOUD\"},{\"concept-id\":\"V2520350710-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491755411-POCLOUD\",\"revision-date\":\"2023-01-12T23:16:59.719Z\",\"granule-count\":47,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"SST\",\" reynolds\",\" oi\",\" CONAE\",\"argentina\",\"project\",\"mission\",\"OBPG\"],\"CollectionCitations\":[{\"Creator\":\"NASA Aquarius project\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/SeaSurfaceSalinity/Aquarius\"},\"Publisher\":\"NASA/GSFC OBPG\",\"Title\":\"Aquarius Sea Surface Salinity Products\",\"SeriesName\":\"Aquarius @@ -50881,7 +50969,7 @@ interactions: Radiometer\",\"ShortName\":\"AQUARIUS_RADIOMETER\"},{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"390.0\"}],\"LongName\":\"Aquarius Scatterometer\",\"ShortName\":\"AQUARIUS_SCATTEROMETER\"}],\"LongName\":\"Aquarius - SAC-D\",\"ShortName\":\"Aquarius_SAC-D\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2526542604-POCLOUD\",\"V2526542595-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_SSS-RainFlagged_SMI_7DAY_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_SSS-RainFlagged_SMI_7DAY_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Rain-flagged+Sea+Surface+Salinity+Standard+Mapped+Image+7-Day+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2526542604-POCLOUD\"},{\"concept-id\":\"V2526542595-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491756797-POCLOUD\",\"revision-date\":\"2023-01-12T23:18:53.383Z\",\"granule-count\":202,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"psu\",\"CONAE\",\"argentina\",\"project\",\"mission\",\"OBPG\"],\"CollectionCitations\":[{\"Creator\":\"NASA + SAC-D\",\"ShortName\":\"Aquarius_SAC-D\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2526542595-POCLOUD\",\"V2526542604-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_SSS-RainFlagged_SMI_7DAY_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_SSS-RainFlagged_SMI_7DAY_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Rain-flagged+Sea+Surface+Salinity+Standard+Mapped+Image+7-Day+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2526542595-POCLOUD\"},{\"concept-id\":\"V2526542604-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491756797-POCLOUD\",\"revision-date\":\"2023-01-12T23:18:53.383Z\",\"granule-count\":202,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"psu\",\"CONAE\",\"argentina\",\"project\",\"mission\",\"OBPG\"],\"CollectionCitations\":[{\"Creator\":\"NASA Aquarius project\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/SeaSurfaceSalinity/Aquarius\"},\"Publisher\":\"NASA/GSFC OBPG\",\"Title\":\"Aquarius Sea Surface Salinity Products\",\"SeriesName\":\"Aquarius Official Release Level 3 Rain-flagged Sea Surface Salinity Standard Mapped @@ -62373,7 +62461,7 @@ interactions: Radiometer\",\"ShortName\":\"AQUARIUS_RADIOMETER\"},{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"390.0\"}],\"LongName\":\"Aquarius Scatterometer\",\"ShortName\":\"AQUARIUS_SCATTEROMETER\"}],\"LongName\":\"Aquarius - SAC-D\",\"ShortName\":\"Aquarius_SAC-D\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2531490172-POCLOUD\",\"V2531490213-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_SPICINESS_SMI_DAILY_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_SPICINESS_SMI_DAILY_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Sea+Surface+Spiciness+Standard+Mapped+Image+Daily+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2531490172-POCLOUD\"},{\"concept-id\":\"V2531490213-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491756199-POCLOUD\",\"revision-date\":\"2023-01-12T23:17:54.151Z\",\"granule-count\":1383,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"spice\",\"polar\",\"sun-synchronous\",\"sss\",\"psu\",\"CONAE\",\"argentina\",\"project\",\"mission\",\"OBPG\"],\"CollectionCitations\":[{\"Creator\":\"NASA + SAC-D\",\"ShortName\":\"Aquarius_SAC-D\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2531490213-POCLOUD\",\"V2531490172-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_SPICINESS_SMI_DAILY_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_SPICINESS_SMI_DAILY_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Sea+Surface+Spiciness+Standard+Mapped+Image+Daily+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2531490213-POCLOUD\"},{\"concept-id\":\"V2531490172-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491756199-POCLOUD\",\"revision-date\":\"2023-01-12T23:17:54.151Z\",\"granule-count\":1383,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"spice\",\"polar\",\"sun-synchronous\",\"sss\",\"psu\",\"CONAE\",\"argentina\",\"project\",\"mission\",\"OBPG\"],\"CollectionCitations\":[{\"Creator\":\"NASA Aquarius project\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/SeaSurfaceSalinity/Aquarius\"},\"Publisher\":\"NASA/GSFC OBPG\",\"Title\":\"Aquarius Sea Surface Salinity Products\",\"SeriesName\":\"Aquarius Official Release Level 3 Sea Surface Spiciness Standard Mapped Image Daily @@ -63179,7 +63267,7 @@ interactions: Radiometer\",\"ShortName\":\"AQUARIUS_RADIOMETER\"},{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"390.0\"}],\"LongName\":\"Aquarius Scatterometer\",\"ShortName\":\"AQUARIUS_SCATTEROMETER\"}],\"LongName\":\"Aquarius - SAC-D\",\"ShortName\":\"Aquarius_SAC-D\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2531490904-POCLOUD\",\"V2531490924-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_SPICINESS_SMID_MONTHLY_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_SPICINESS_SMID_MONTHLY_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Sea+Surface+Spiciness+Standard+Mapped+Image+Descending+Monthly+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2531490904-POCLOUD\"},{\"concept-id\":\"V2531490924-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491756340-POCLOUD\",\"revision-date\":\"2023-01-12T23:18:12.781Z\",\"granule-count\":47,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"spice\",\"polar\",\"sun-synchronous\",\"sss\",\"psu\",\"CONAE\",\"argentina\",\"project\",\"mission\",\"OBPG\"],\"CollectionCitations\":[{\"Creator\":\"NASA + SAC-D\",\"ShortName\":\"Aquarius_SAC-D\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2531490924-POCLOUD\",\"V2531490904-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L3_SPICINESS_SMID_MONTHLY_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L3_SPICINESS_SMID_MONTHLY_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Aquarius+Official+Release+Level+3+Sea+Surface+Spiciness+Standard+Mapped+Image+Descending+Monthly+Data+V5.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2531490924-POCLOUD\"},{\"concept-id\":\"V2531490904-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491756340-POCLOUD\",\"revision-date\":\"2023-01-12T23:18:12.781Z\",\"granule-count\":47,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aquarius\",\"spice\",\"polar\",\"sun-synchronous\",\"sss\",\"psu\",\"CONAE\",\"argentina\",\"project\",\"mission\",\"OBPG\"],\"CollectionCitations\":[{\"Creator\":\"NASA Aquarius project\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/SeaSurfaceSalinity/Aquarius\"},\"Publisher\":\"NASA/GSFC OBPG\",\"Title\":\"Aquarius Sea Surface Salinity Products\",\"SeriesName\":\"Aquarius Official Release Level 3 Sea Surface Spiciness Standard Mapped Image Descending @@ -71797,7 +71885,7 @@ interactions: distance from orbital plane relative to the Equator.\",\"Value\":\"0.001\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"CTD\"}],\"LongName\":\"ARGO profiler floats\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"ARGO\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"ASF\",\"has-combine\":false,\"user-id\":\"dkittel\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ARIA_S1_GUNW\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2859376221-ASF\",\"revision-date\":\"2024-03-22T22:22:05.126Z\",\"granule-count\":22266,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ARIA + angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"ARGO\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"ASF\",\"has-combine\":false,\"user-id\":\"dkittel\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ARIA_S1_GUNW\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2859376221-ASF\",\"revision-date\":\"2024-03-22T22:22:05.126Z\",\"granule-count\":43950,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ARIA Sentinel-1 Geocoded Unwrapped Interferograms\",\"Creator\":\"ARIA\",\"ReleaseDate\":\"2024-02-07T00:00:00Z\",\"Publisher\":\"NASA Alaska Satellite Facility Distributed Active Archive Center\",\"OtherCitationDetails\":\"Buzzanga, Brett, et al. \u201CToward sustained monitoring of subsidence at the coast @@ -72467,8 +72555,8 @@ interactions: Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"LASER SPECTROMETER\",\"LongName\":\"LASER SPECTROMETER\"},{\"ShortName\":\"CO2LAS\",\"LongName\":\"Carbon - Dioxide Laser Absorption Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"HDF5\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ASO - L4 Lidar Point Cloud Digital Terrain Model 3m UTM Grid V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1719799622-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:36:24.883Z\",\"granule-count\":29,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Dioxide Laser Absorption Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"HDF5\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ASO + L4 Lidar Point Cloud Digital Terrain Model 3m UTM Grid V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1719799622-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:35:18.640Z\",\"granule-count\":29,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ASO L4 Lidar Point Cloud Digital Terrain Model 3m UTM Grid V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The @@ -72537,8 +72625,8 @@ interactions: LMS-Q1560\",\"LongName\":\"Riegl LMS-Q1560 Airborne Scanner\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"King Air\",\"LongName\":\"Beechcraft King Air\",\"Instruments\":[{\"ShortName\":\"Riegl LMS-Q1560\",\"LongName\":\"Riegl LMS-Q1560 Airborne Scanner\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Riegl - LMS-Q1560\",\"LongName\":\"Riegl LMS-Q1560 Airborne Scanner\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":63,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1995292456-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ASO - L4 Lidar Snow Depth 3m UTM Grid V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1995292456-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1521188702-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:36:27.260Z\",\"granule-count\":141,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + LMS-Q1560\",\"LongName\":\"Riegl LMS-Q1560 Airborne Scanner\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":64,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1995292456-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ASO + L4 Lidar Snow Depth 3m UTM Grid V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1995292456-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1521188702-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:35:21.317Z\",\"granule-count\":141,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ASO L4 Lidar Snow Depth 3m UTM Grid V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The @@ -72602,8 +72690,8 @@ interactions: LMS-Q1560\",\"LongName\":\"Riegl LMS-Q1560 Airborne Scanner\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"King Air\",\"LongName\":\"Beechcraft King Air\",\"Instruments\":[{\"ShortName\":\"Riegl LMS-Q1560\",\"LongName\":\"Riegl LMS-Q1560 Airborne Scanner\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Riegl - LMS-Q1560\",\"LongName\":\"Riegl LMS-Q1560 Airborne Scanner\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":70,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ASO - L4 Lidar Snow Depth 50m UTM Grid V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1419795884-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:36:30.892Z\",\"granule-count\":146,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + LMS-Q1560\",\"LongName\":\"Riegl LMS-Q1560 Airborne Scanner\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":71,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ASO + L4 Lidar Snow Depth 50m UTM Grid V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1419795884-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:35:24.107Z\",\"granule-count\":146,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ASO L4 Lidar Snow Depth 50m UTM Grid V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The @@ -72679,8 +72767,8 @@ interactions: LMS-Q1560\",\"LongName\":\"Riegl LMS-Q1560 Airborne Scanner\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"King Air\",\"LongName\":\"Beechcraft King Air\",\"Instruments\":[{\"ShortName\":\"Riegl LMS-Q1560\",\"LongName\":\"Riegl LMS-Q1560 Airborne Scanner\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Riegl - LMS-Q1560\",\"LongName\":\"Riegl LMS-Q1560 Airborne Scanner\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"PNG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":60,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ASO - L4 Lidar Snow Water Equivalent 50m UTM Grid V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1521183860-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:36:34.425Z\",\"granule-count\":152,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + LMS-Q1560\",\"LongName\":\"Riegl LMS-Q1560 Airborne Scanner\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"PNG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":61,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ASO + L4 Lidar Snow Water Equivalent 50m UTM Grid V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1521183860-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:35:26.765Z\",\"granule-count\":152,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ASO L4 Lidar Snow Water Equivalent 50m UTM Grid V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The @@ -72792,8 +72880,8 @@ interactions: DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"VISUAL - OBSERVATIONS\",\"LongName\":\"VISUAL OBSERVATIONS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":61,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER - Digital Elevation Model V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491843-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783579-LPDAAC_ECS\",\"revision-date\":\"2024-03-18T17:31:17.466Z\",\"granule-count\":3298468,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP + OBSERVATIONS\",\"LongName\":\"VISUAL OBSERVATIONS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":62,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451725-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER + Digital Elevation Model V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491843-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451725-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783579-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T20:34:32.860Z\",\"granule-count\":3300859,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP DAAC\",\"EOSDIS\",\"USGS/EROS\",\"ESIP\",\"USGS\",\"LPDAAC\",\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Title\":\"ASTER DEM Product\",\"Creator\":\"ASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"SeriesName\":\"AST14DEM.003\",\"Publisher\":\"NASA @@ -72862,7 +72950,7 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST14DEM.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783579-LPDAAC_ECS\"},{\"Description\":\"ASTER + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783579-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"Size\":116.1,\"Unit\":\"MB\"}},{\"Description\":\"ASTER Level-1 User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/69/AST_L1_User_Guide_V3.pdf\"},{\"Description\":\"ASTER Higher-Level Product User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW @@ -72923,7 +73011,7 @@ interactions: A., Arai, K., Czapla-Myers, J.S., Biggar, S.F., and Thome, K.J., 2020, Radiometric Degradation Curves for the ASTER VNIR Processing Using Vicarious and Lunar Calibrations: Remote Sensing, v. 12, no. 3, at https://doi.org/10.3390/rs12030427.\\r\\n\\r\\n\\r\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-18T17:31:00.000Z\"}],\"VersionDescription\":\"Not + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T20:34:00.000Z\"}],\"VersionDescription\":\"Not provided\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -72954,8 +73042,8 @@ interactions: Thermal Emission and Reflection Radiometer\",\"ShortName\":\"ASTER\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced - Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":12.0,\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":81,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ASTER - Expedited L1A Reconstructed Unprocessed Instrument Data V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179460405-LPDAAC_ECS\",\"revision-date\":\"2024-02-29T17:21:40.723Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National + Tagged Image File Format\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":116.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-06T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":82,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ASTER + Expedited L1A Reconstructed Unprocessed Instrument Data V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179460405-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T19:31:47.759Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ASTER/AST_L1AE.003\",\"Name\":\"DOI Landing Page\"},\"OtherCitationDetails\":\"The DOI landing page provides citations @@ -73019,7 +73107,7 @@ interactions: HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C179460405-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C179460405-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":108.4,\"Unit\":\"MB\"}},{\"Description\":\"The ASTER home page is maintained through NASA's Jet Propulsion Laboratory and documents various aspects of the ASTER mission. http://asterweb.jpl.nasa.gov/ \",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://asterweb.jpl.nasa.gov/data_products.asp\"},{\"Description\":\"The @@ -73050,7 +73138,7 @@ interactions: for the Thermal Infrared (TIR) sensor.\\r\\n* The AST_L1AE data product is only available for download 30 days after acquisition. It is then removed and reprocessed into an AST_L1A product.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-04-27T20:43:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-29T17:21:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"DEPENDENT\",\"EntryId\":\"AST_L1B\",\"Description\":\"Radiometric + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-04-27T20:43:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T19:31:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"DEPENDENT\",\"EntryId\":\"AST_L1B\",\"Description\":\"Radiometric values computed from the raw instrument counts\"}],\"VersionDescription\":\"Added Associated DLL name attribute.\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data @@ -73087,14 +73175,11 @@ interactions: Radiometers\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"ShortName\":\"ASTER\",\"Technique\":\"Imaging Spectrometers/Radiometers\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"AverageFileSize\":55.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\",\"Description\":\"Expedited - data are maintained in the archive for a period of 30 days, and are then deleted - after the standard processed version is received from the Japanese GDS.\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"],\"AverageFileSize\":55.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\",\"Description\":\"Expedited + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":108.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\",\"Description\":\"Expedited data are maintained in the archive for a period of 30 days, and are then deleted - after the standard processed version is received from the Japanese GDS.\"}]}}},{\"meta\":{\"revision-id\":85,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ASTER - Expedited L1B Registered Radiance at the Sensor V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179460406-LPDAAC_ECS\",\"revision-date\":\"2024-02-29T17:24:13.051Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National + after the standard processed version is received from the Japanese GDS.\"}]}}},{\"meta\":{\"revision-id\":86,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ASTER + Expedited L1B Registered Radiance at the Sensor V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179460406-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T19:08:33.534Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Title\":\"Expedited ASTER Level 1B Data Set Registered Radiance at the Sensor\",\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"SeriesName\":\"AST_L1BE.003\",\"ReleaseDate\":\"2001-04-30T00:00:00.000Z\",\"Publisher\":\"NASA @@ -73154,7 +73239,7 @@ interactions: ATBDs, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST_L1BE.003\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/AST_L1BE.003/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/AST_L1BE.003/\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":108.4,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The ASTER @@ -73192,7 +73277,7 @@ interactions: from scene to scene.\\r\\n* The AST_L1BE dataset does not contain the VNIR 3B (aft-viewing) Band.\\r\\n* This dataset does not have short-term calibration for the Thermal Infrared (TIR) sensor.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-04-27T20:38:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-29T17:24:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"INPUT\",\"EntryId\":\"AST_L1A\",\"Description\":\"Raw + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-04-27T20:38:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T19:08:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"INPUT\",\"EntryId\":\"AST_L1A\",\"Description\":\"Raw sensor counts to be converted to radiometric values\"}],\"VersionDescription\":\"Added Associated DLL name attribute.\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data @@ -73225,11 +73310,10 @@ interactions: Radiometers\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"ShortName\":\"ASTER\",\"Technique\":\"Imaging Spectrometers/Radiometers\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"AverageFileSize\":97.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\",\"Description\":\"Expedited + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":108.4,\"AverageFileSizeUnit\":\"MB\",\"Description\":\"Expedited data are maintained in the archive for a period of 30 days, and are then deleted - after the standard processed version is received from the Japanese GDS.\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"],\"AverageFileSize\":97.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ASTGTM_NUMNC.003\",\"s3://lp-prod-public/ASTGTM_NUMNC.003\"],\"has-spatial-subsetting\":false,\"native-id\":\"ASTGTM_NUMNCV003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2439429778-LPCLOUD\",\"revision-date\":\"2024-03-18T17:39:23.527Z\",\"granule-count\":22912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER + after the standard processed version is received from the Japan GDS.\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ASTGTM_NUMNC.003\",\"s3://lp-prod-public/ASTGTM_NUMNC.003\"],\"has-spatial-subsetting\":false,\"native-id\":\"ASTGTM_NUMNCV003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2439429778-LPCLOUD\",\"revision-date\":\"2024-03-29T18:15:10.873Z\",\"granule-count\":22912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER Global Digital Elevation Model Attributes NetCDF V003 \",\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"ReleaseDate\":\"2019-08-05T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"The @@ -73250,9 +73334,9 @@ interactions: Global Digital Elevation Model Attributes NetCDF V003\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://lp-prod-protected/ASTGTM_NUMNC.003\",\"s3://lp-prod-public/ASTGTM_NUMNC.003\"],\"S3CredentialsAPIEndpoint\":\"https://data.lpdaac.earthdatacloud.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.lpdaac.earthdatacloud.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2439429778-LPCLOUD\"},{\"Description\":\"LP + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2439429778-LPCLOUD\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":12.4,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/ASTGTM_NUMNC.003/\"},{\"Description\":\"The + DATA\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/ASTGTM_NUMNC.003/\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":12.4,\"Unit\":\"MB\"}},{\"Description\":\"The Application for Extracting and Exploring Analysis Ready Samples (A\u03C1\u03C1EEARS) offers a simple and efficient way to perform data access and transformation processes.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"URL\":\"https://appeears.earthdatacloud.nasa.gov/\"},{\"Description\":\"The @@ -73308,7 +73392,7 @@ interactions: in Version 3.\\r\\n\u2022 Separation of rivers from lakes in the water body processing. \\r\\n\u2022 Minimum water body detection size decreased from 1 km2 to 0.2 km2. \",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-09-06T19:53:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-18T17:39:00.000Z\"}],\"VersionDescription\":\"Reprocessed + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-09-06T19:53:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T18:15:00.000Z\"}],\"VersionDescription\":\"Reprocessed global production\",\"Version\":\"003\",\"Projects\":[{\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing System (EOS), Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -73346,7 +73430,7 @@ interactions: Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"VNIR\",\"LongName\":\"Visible and Near Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"SWIR\",\"LongName\":\"Short Wavelength Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"}],\"OperationalModes\":[\"Calibration\",\"Normal\"]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"Network - Common Data Format Version 4\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ASTGTM_NC.003\",\"s3://lp-prod-public/ASTGTM_NC.003\"],\"has-spatial-subsetting\":false,\"native-id\":\"ASTGTM_NCV003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2439422590-LPCLOUD\",\"revision-date\":\"2024-03-18T17:38:38.170Z\",\"granule-count\":22912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER + Common Data Format Version 4\",\"Media\":[\"HTTPS\",\"Earthdata Cloud\"],\"AverageFileSize\":12.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":28.51278,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ASTGTM_NC.003\",\"s3://lp-prod-public/ASTGTM_NC.003\"],\"has-spatial-subsetting\":false,\"native-id\":\"ASTGTM_NCV003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2439422590-LPCLOUD\",\"revision-date\":\"2024-03-29T17:07:27.005Z\",\"granule-count\":22912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER Global Digital Elevation Model NetCDF V003 \",\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"ReleaseDate\":\"2019-08-05T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"The @@ -73368,9 +73452,9 @@ interactions: Global Digital Elevation Model NetCDF V003\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://lp-prod-protected/ASTGTM_NC.003\",\"s3://lp-prod-public/ASTGTM_NC.003\"],\"S3CredentialsAPIEndpoint\":\"https://data.lpdaac.earthdatacloud.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.lpdaac.earthdatacloud.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2439422590-LPCLOUD\"},{\"Description\":\"LP + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2439422590-LPCLOUD\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":24.8,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/ASTGTM_NC.003/\"},{\"Description\":\" + DATA\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/ASTGTM_NC.003/\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":24.8,\"Unit\":\"MB\"}},{\"Description\":\" The Application for Extracting and Exploring Analysis Ready Samples (A\u03C1\u03C1EEARS) offers a simple and efficient way to perform data access and transformation processes.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"URL\":\"https://appeears.earthdatacloud.nasa.gov/\"},{\"Description\":\"The @@ -73387,7 +73471,9 @@ interactions: the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/434/ASTGTM_User_Guide_V3.pdf\"},{\"Description\":\"OPeNDAP provides direct access to data via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE - SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://opendap.cr.usgs.gov/opendap/hyrax/ASTGTM_NC.003/contents.html\"}],\"ContactGroups\":[{\"Roles\":[\"Investigator\"],\"GroupName\":\"U.S./Japan + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://opendap.cr.usgs.gov/opendap/hyrax/ASTGTM_NC.003/contents.html\"},{\"Description\":\"Browse + image for Earthdata Search.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://cmr.earthdata.nasa.gov/browse-scaler/browse_images/granules/G2439718035-LPCLOUD?h=500&w=500\"}],\"ContactGroups\":[{\"Roles\":[\"Investigator\"],\"GroupName\":\"U.S./Japan ASTER Science Team\",\"NonDataCenterAffiliation\":\"U.S./Japan ASTER Science Team\",\"ContactInformation\":{\"ContactInstruction\":\"Please contact Michael Abrams.\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mjabrams@jpl.nasa.gov\"}]}}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2011-08-24T08:35:32.576Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2015-09-30T10:42:35.418Z\"}],\"Abstract\":\"The @@ -73425,7 +73511,7 @@ interactions: to about 1.88 million scenes in Version 3.\\n\u2022 Separation of rivers from lakes in the water body processing. \\n\u2022 Minimum water body detection size decreased from 1 km2 to 0.2 km2. \\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-09-06T19:50:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-18T17:38:00.000Z\"}],\"VersionDescription\":\"Reprocessed + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-09-06T19:50:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T17:07:00.000Z\"}],\"VersionDescription\":\"Reprocessed global production\",\"Version\":\"003\",\"Projects\":[{\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing System (EOS), Terra\"}],\"UseConstraints\":{\"FreeAndOpenData\":true,\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -73462,7 +73548,8 @@ interactions: Spectrometers/Radiometers\",\"OperationalModes\":[\"Calibration\",\"Normal\"],\"ComposedOf\":[{\"ShortName\":\"VNIR\",\"LongName\":\"Visible and Near Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"SWIR\",\"LongName\":\"Short Wavelength Infrared Radiometer\"},{\"ShortName\":\"TIR\",\"LongName\":\"Thermal - Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ASTGTM.003\",\"s3://lp-prod-public/ASTGTM.003\"],\"has-spatial-subsetting\":false,\"native-id\":\"ASTGTMV003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1711961296-LPCLOUD\",\"revision-date\":\"2024-03-18T17:37:10.224Z\",\"granule-count\":22912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National + Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"Network + Common Data Format Version 4\",\"Media\":[\"HTTPS\",\"Earthdata Cloud\"],\"AverageFileSize\":24.8,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":568.1168,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ASTGTM.003\",\"s3://lp-prod-public/ASTGTM.003\"],\"has-spatial-subsetting\":false,\"native-id\":\"ASTGTMV003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1711961296-LPCLOUD\",\"revision-date\":\"2024-03-29T17:51:08.140Z\",\"granule-count\":22912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Title\":\"ASTER Global Digital Elevation Model V003\",\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"SeriesName\":\"ASTGTM.003\",\"ReleaseDate\":\"2019-08-05T00:00:00.000Z\",\"Publisher\":\"NASA @@ -73484,7 +73571,7 @@ interactions: Global Digital Elevation Model V003\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://lp-prod-protected/ASTGTM.003\",\"s3://lp-prod-public/ASTGTM.003\"],\"S3CredentialsAPIEndpoint\":\"https://data.lpdaac.earthdatacloud.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.lpdaac.earthdatacloud.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1711961296-LPCLOUD\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1711961296-LPCLOUD\",\"GetData\":{\"Format\":\"GeoTIFF\",\"Size\":16.9,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC product page provides information on Science Data Set layers and links for user guides, ATBDs, data access, tools, customer support, etc. \",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/ASTGTM.003\"},{\"Description\":\"The @@ -73498,7 +73585,9 @@ interactions: the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/434/ASTGTM_User_Guide_V3.pdf\"},{\"Description\":\"Browse image for Earthdata Search\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET - RELATED VISUALIZATION\",\"URL\":\"https://data.lpdaac.earthdatacloud.nasa.gov/lp-prod-public/ASTGTM.003/ASTGTMV003_N03E021.1.jpg\"}],\"ContactGroups\":[{\"Roles\":[\"Investigator\"],\"GroupName\":\"U.S./Japan + RELATED VISUALIZATION\",\"URL\":\"https://data.lpdaac.earthdatacloud.nasa.gov/lp-prod-public/ASTGTM.003/ASTGTMV003_N03E021.1.jpg\"},{\"Description\":\"LP + DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/ASTGTM.003/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"Size\":16.9,\"Unit\":\"MB\"}}],\"ContactGroups\":[{\"Roles\":[\"Investigator\"],\"GroupName\":\"U.S./Japan ASTER Science Team\",\"NonDataCenterAffiliation\":\"U.S./Japan ASTER Science Team\",\"ContactInformation\":{\"ContactInstruction\":\"Please contact Michael Abrams.\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mjabrams@jpl.nasa.gov\"}]}}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2011-08-24T08:35:32.576Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2015-09-30T10:42:35.418Z\"}],\"Abstract\":\"The @@ -73536,7 +73625,7 @@ interactions: to about 1.88 million scenes in Version 3.\\r\\n\u2022 Separation of rivers from lakes in the water body processing. \\r\\n\u2022 Minimum water body detection size decreased from 1 km2 to 0.2 km2. \",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-11-17T19:41:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-18T17:37:00.000Z\"}],\"VersionDescription\":\"Reprocessed + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-11-17T19:41:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T17:51:00.000Z\"}],\"VersionDescription\":\"Reprocessed global production\",\"Version\":\"003\",\"Projects\":[{\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing System (EOS), Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -73571,9 +73660,9 @@ interactions: Spaceborne Thermal Emission and Reflection Radiometer\",\"Technique\":\"Imaging Spectrometers/Radiometers\",\"OperationalModes\":[\"Calibration\",\"Normal\"],\"ComposedOf\":[{\"ShortName\":\"VNIR\",\"LongName\":\"Visible and Near Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Cloud - Optimized GeoTIFF (COG)\",\"FormatType\":\"Native\",\"Media\":[\"HTTPS\",\"Earthdata - Cloud\"],\"AverageFileSize\":25.0,\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":55,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ASTER - Global Emissivity Dataset, 1 kilometer, HDF5 V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000380-LPDAAC_ECS\",\"revision-date\":\"2024-03-05T15:35:28.768Z\",\"granule-count\":24873,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER + Optimized GeoTIFF (COG)\",\"FormatType\":\"Native\",\"FormatDescription\":\"Cloud + Optimized GeoTIFF (COG)\",\"Media\":[\"HTTPS\",\"Earthdata Cloud\"],\"AverageFileSize\":16.9,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":387.8582,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":56,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ASTER + Global Emissivity Dataset, 1 kilometer, HDF5 V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000380-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T15:52:15.982Z\",\"granule-count\":24873,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER Global Emissivity Dataset, 1-kilometer, HDF5\",\"Creator\":\"NASA JPL\",\"SeriesName\":\"AG1km.003\",\"ReleaseDate\":\"2014-04-02T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\",\"OnlineResource\":{\"Name\":\"DOI @@ -73637,7 +73726,7 @@ interactions: globally at spatial resolution of 1 kilometer.\\r\\n\\r\\nThe National Aeronautics and Space Administration\u2019s (NASA) Jet Propulsion Laboratory (JPL), California Institute of Technology, developed the ASTER GED product.\",\"Purpose\":\"Science - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-05-02T16:08:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-05T15:35:00.000Z\"}],\"VersionDescription\":\"ASTER + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-05-02T16:08:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T15:52:00.000Z\"}],\"VersionDescription\":\"ASTER Global Emissivity Dataset (GED) derived from clear-sky pixels for all available data (2000-2008).\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License @@ -73677,8 +73766,10 @@ interactions: Radiometry\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"OperationalModes\":[\"Calibration\",\"Normal\"],\"ShortName\":\"ASTER\",\"Technique\":\"Imaging Radiometry\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"AverageFileSize\":0.5,\"AverageFileSizeUnit\":\"MB\",\"Format\":\"HDF-EOS5\",\"FormatType\":\"Native\",\"TotalCollectionFileSize\":11.43,\"TotalCollectionFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"AverageFileSize\":0.5,\"AverageFileSizeUnit\":\"MB\",\"Format\":\"HDF-EOS5\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"TotalCollectionFileSize\":11.43,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":67,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ASTER - Global Emissivity Dataset, 100 meter, HDF5 V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000362-LPDAAC_ECS\",\"revision-date\":\"2024-03-05T15:36:55.799Z\",\"granule-count\":24873,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF-EOS5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical + Data Format - Earth Observing System Version 5\",\"AverageFileSize\":459.7,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSize\":11434.9,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical + Data Format - Earth Observing System Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":459.7,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSize\":11434.9,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":68,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ASTER + Global Emissivity Dataset, 100 meter, HDF5 V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000362-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T15:51:02.210Z\",\"granule-count\":24873,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER Global Emissivity Dataset, 100-meter, HDF5\",\"Creator\":\"NASA JPL\",\"ReleaseDate\":\"2014-04-02T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\",\"OnlineResource\":{\"Name\":\"DOI @@ -73716,10 +73807,10 @@ interactions: documents various aspects of the ASTER mission. \",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://asterweb.jpl.nasa.gov/\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/AG100.003/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/AG100.003/\",\"GetData\":{\"Format\":\"HDF-EOS5\",\"MimeType\":\"application/x-hdf\",\"Size\":42.0,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1000000362-LPDAAC_ECS\"},{\"Description\":\"USGS + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1000000362-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS5\",\"MimeType\":\"application/x-hdf\",\"Size\":42.0,\"Unit\":\"MB\"}},{\"Description\":\"USGS EarthExplorer provides users the ability to query, search, and order products available from the LP DAAC. \",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"USGS EARTH EXPLORER\",\"URL\":\"https://earthexplorer.usgs.gov/\"},{\"Description\":\"The @@ -73739,7 +73830,7 @@ interactions: globally at spatial resolution of 100 meters.\\r\\n\\r\\nThe National Aeronautics and Space Administration\u2019s (NASA) Jet Propulsion Laboratory (JPL), California Institute of Technology, developed the ASTER GED product. \",\"Purpose\":\"Science - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-05-02T15:59:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-05T15:36:00.000Z\"}],\"VersionDescription\":\"ASTER + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-05-02T15:59:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T15:51:00.000Z\"}],\"VersionDescription\":\"ASTER Global Emissivity Dataset (GED) derived from clear-sky pixels for all available data (2000-2008).\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License @@ -73780,8 +73871,10 @@ interactions: Radiometry\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"OperationalModes\":[\"Calibration\",\"Normal\"],\"ShortName\":\"ASTER\",\"Technique\":\"Imaging Radiometry\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"AverageFileSize\":42.0,\"AverageFileSizeUnit\":\"MB\",\"Format\":\"HDF-EOS5\",\"FormatType\":\"Native\",\"TotalCollectionFileSize\":1.045,\"TotalCollectionFileSizeUnit\":\"TB\"}],\"FileDistributionInformation\":[{\"AverageFileSize\":42.0,\"AverageFileSizeUnit\":\"MB\",\"Format\":\"HDF-EOS5\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"TotalCollectionFileSize\":1.045,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ASTER - Global Emissivity Dataset, Monthly, 0.05 deg, HDF5 V041\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1344831606-LPDAAC_ECS\",\"revision-date\":\"2024-03-05T15:34:09.246Z\",\"granule-count\":184,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF-EOS5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical + Data Format - Earth Observing System Version 5\",\"AverageFileSize\":42.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1044710.8,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical + Data Format - Earth Observing System Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":42.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1044710.8,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ASTER + Global Emissivity Dataset, Monthly, 0.05 deg, HDF5 V041\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1344831606-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T15:54:07.259Z\",\"granule-count\":184,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER Global Emissivity Dataset, Monthly, 0.05 deg, HDF5\",\"Creator\":\"NASA JPL\",\"SeriesName\":\"AG5KMMOH.041\",\"ReleaseDate\":\"2016-12-14T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\",\"OnlineResource\":{\"Name\":\"DOI @@ -73809,10 +73902,10 @@ interactions: for user guides, ATBDs, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/Community/ASTER_GED/AG5KMMOH.041\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/AG5KMMOH.041/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/AG5KMMOH.041/\",\"GetData\":{\"Format\":\"HDF-EOS5\",\"MimeType\":\"application/x-hdf\",\"Size\":321.4,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1344831606-LPDAAC_ECS\"},{\"Description\":\"USGS + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1344831606-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS5\",\"MimeType\":\"application/x-hdf\",\"Size\":321.4,\"Unit\":\"MB\"}},{\"Description\":\"USGS EarthExplorer provides users the ability to query, search, and order products available from the LP DAAC.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"USGS EARTH EXPLORER\",\"URL\":\"https://earthexplorer.usgs.gov/\"},{\"Description\":\"The @@ -73842,7 +73935,7 @@ interactions: are offered in Hierarchical Data Format 5 (HDF5).\\r\\n\\r\\nThe National Aeronautics and Space Administration\u2019s (NASA) Jet Propulsion Laboratory (JPL), California Institute of Technology, developed the ASTER GED product.\",\"Purpose\":\"Science - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-05-02T16:19:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-05T15:34:00.000Z\"}],\"VersionDescription\":\"Reprocessing + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-05-02T16:19:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T15:54:00.000Z\"}],\"VersionDescription\":\"Reprocessing of ASTER Global Emissivity Dataset (GED) derived from clear-sky pixels for all available data (2000-present).\",\"Version\":\"041\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License @@ -73882,7 +73975,9 @@ interactions: Radiometers\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"OperationalModes\":[\"Calibration\",\"Normal\"],\"ShortName\":\"ASTER\",\"Technique\":\"Imaging Spectrometers/Radiometers\"}],\"LongName\":\"Earth Observing System, Terra - (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"AverageFileSize\":340.0,\"AverageFileSizeUnit\":\"MB\",\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"TotalCollectionFileSize\":59.13,\"TotalCollectionFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"AverageFileSize\":340.0,\"AverageFileSizeUnit\":\"MB\",\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"TotalCollectionFileSize\":59.13,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6335\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1575734760-LPDAAC_ECS\",\"revision-date\":\"2024-03-18T17:08:10.870Z\",\"granule-count\":22912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER + (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical + Data Format - Earth Observing System Version 5\",\"AverageFileSize\":321.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":59131.3,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical + Data Format - Earth Observing System Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":321.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":59131.3,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451635-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6335\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451635-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1575734760-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T18:42:11.167Z\",\"granule-count\":22912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER Global Water Bodies Database Attributes NetCDF V001\",\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"SeriesName\":\"ASTWBD_ATTNC.001\",\"ReleaseDate\":\"2019-08-05T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OnlineResource\":{\"Name\":\"DOI @@ -73912,9 +74007,9 @@ interactions: HOME PAGE\",\"URL\":\"https://asterweb.jpl.nasa.gov/\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1575734760-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1575734760-LPDAAC_ECS\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":12.4,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/ASTWBD_ATTNC.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/ASTWBD_ATTNC.001/\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":12.4,\"Unit\":\"MB\"}},{\"Description\":\"The technical information in the User's Guide enables users to interpret and use the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/436/ASTWBD_User_Guide_V1.pdf\"},{\"Description\":\"Browse @@ -73953,7 +74048,7 @@ interactions: Each ASTWBD_ATTNC file contains an attribute file with the water body classification information. The corresponding ASTWBD_NC data product DEM file, which provides elevation information in meters.\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-12-05T14:52:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-18T17:08:00.000Z\"}],\"VersionDescription\":\"Version + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-12-05T14:52:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T18:42:00.000Z\"}],\"VersionDescription\":\"Version 1 \",\"Version\":\"001\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -73991,8 +74086,8 @@ interactions: Radiometer\",\"OperationalModes\":[\"Calibration\",\"Normal\"],\"ShortName\":\"ASTER\",\"Technique\":\"Imaging Spectrometers/Radiometers\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Network - Common Data Format Version 4\",\"AverageFileSize\":12.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":284.837,\"TotalCollectionFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Network - Common Data Format Version 4\",\"Media\":[\"https\"],\"AverageFileSize\":12.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":284.837,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6334\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1575734501-LPDAAC_ECS\",\"revision-date\":\"2024-03-18T17:26:31.291Z\",\"granule-count\":22912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER + Common Data Format Version 4\",\"AverageFileSize\":12.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":284.837,\"TotalCollectionFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Network + Common Data Format Version 4\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":12.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":284.837,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451635-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6334\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451635-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1575734501-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T18:43:28.338Z\",\"granule-count\":22912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ASTER Global Water Bodies Database NetCDF V001\",\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"SeriesName\":\"ASTWBD_NC.001\",\"ReleaseDate\":\"2019-08-05T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OnlineResource\":{\"Name\":\"DOI @@ -74022,9 +74117,9 @@ interactions: HOME PAGE\",\"URL\":\"https://asterweb.jpl.nasa.gov/\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1575734501-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1575734501-LPDAAC_ECS\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":24.8,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/ASTWBD_NC.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/ASTWBD_NC.001/\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":24.8,\"Unit\":\"MB\"}},{\"Description\":\"The technical information in the User's Guide enables users to interpret and use the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/436/ASTWBD_User_Guide_V1.pdf\"},{\"Description\":\"Browse @@ -74063,7 +74158,7 @@ interactions: Each ASTWBD_NC data product DEM file, which provides elevation information in meters. The corresponding ASTWBD_ATTNC file contains an attribute file with the water body classification information.\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-12-05T14:49:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-18T17:26:00.000Z\"}],\"VersionDescription\":\"Version + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-12-05T14:49:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T18:43:00.000Z\"}],\"VersionDescription\":\"Version 1 \",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing System (EOS), Terra\",\"Campaigns\":[\"Terra\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -74101,8 +74196,8 @@ interactions: Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"VNIR\",\"LongName\":\"Visible and Near Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"SWIR\",\"LongName\":\"Short Wavelength Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Network - Common Data Format Version 4\",\"AverageFileSize\":25.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":568.178,\"TotalCollectionFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Network - Common Data Format Version 4\",\"Media\":[\"https\"],\"AverageFileSize\":25.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":568.178,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6333\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1575734433-LPDAAC_ECS\",\"revision-date\":\"2024-03-18T17:25:40.456Z\",\"granule-count\":22912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National + Common Data Format Version 4\",\"AverageFileSize\":24.8,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":568.178,\"TotalCollectionFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Network + Common Data Format Version 4\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":24.8,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":568.178,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451635-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6333\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451635-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1575734433-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T18:46:12.625Z\",\"granule-count\":22912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Title\":\"ASTER Global Water Bodies Database V001\",\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"SeriesName\":\"ASTWBD.001\",\"ReleaseDate\":\"2019-08-05T00:00:00.000Z\",\"Publisher\":\"NASA @@ -74135,9 +74230,9 @@ interactions: HOME PAGE\",\"URL\":\"http://asterweb.jpl.nasa.gov/\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1575734433-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1575734433-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"Size\":88.7,\"Unit\":\"KB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/ASTWBD.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/ASTWBD.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"Size\":88.7,\"Unit\":\"KB\"}},{\"Description\":\"The technical information in the User's Guide enables users to interpret and use the data products. \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/436/ASTWBD_User_Guide_V1.pdf\"},{\"Description\":\"Browse @@ -74174,7 +74269,7 @@ interactions: geoid. Each data product is provided as a zipped file that contains an attribute file with the water body classification information and a DEM file, which provides elevation information in meters. \",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-12-05T14:46:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-18T17:25:00.000Z\"}],\"VersionDescription\":\"Version + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-12-05T14:46:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T18:46:00.000Z\"}],\"VersionDescription\":\"Version 1 \",\"Version\":\"001\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -74211,8 +74306,10 @@ interactions: Radiometers\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"OperationalModes\":[\"Calibration\",\"Normal\"],\"ShortName\":\"ASTER\",\"Technique\":\"Imaging Spectrometers/Radiometers\"}],\"LongName\":\"Earth Observing System, Terra - (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"AverageFileSize\":0.058,\"AverageFileSizeUnit\":\"MB\",\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"TotalCollectionFileSize\":2.031,\"TotalCollectionFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"AverageFileSize\":0.058,\"AverageFileSizeUnit\":\"MB\",\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"TotalCollectionFileSize\":2.031,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":95,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER - L1A Reconstructed Unprocessed Instrument Data V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491090-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C14758250-LPDAAC_ECS\",\"revision-date\":\"2024-02-29T17:20:31.922Z\",\"granule-count\":4428482,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National + (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format \",\"AverageFileSize\":88.7,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSize\":2.031,\"TotalCollectionFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":88.7,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSize\":2.031,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":96,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451724-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER + L1A Reconstructed Unprocessed Instrument Data V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491090-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451724-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C14758250-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T19:35:16.935Z\",\"granule-count\":4432071,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ASTER/AST_L1A.003\",\"Name\":\"DOI Landing Page\"},\"OtherCitationDetails\":\"The DOI landing page provides citations @@ -74282,13 +74379,13 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST_L1A.003\"},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT - HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov\"},{\"Description\":\" The - ASTER home page is maintained through NASA's Jet Propulsion Laboratory and - documents various aspects of the ASTER mission. \",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov\"},{\"Description\":\"The ASTER + home page is maintained through NASA's Jet Propulsion Laboratory and documents + various aspects of the ASTER mission. \",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://asterweb.jpl.nasa.gov/\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C14758250-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C14758250-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":108.4,\"Unit\":\"MB\"}},{\"Description\":\"The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://lpdaac.usgs.gov/documents/70/AST_L1_ATBD.pdf\"},{\"Description\":\"ASTER @@ -74318,7 +74415,7 @@ interactions: J.S., Biggar, S.F., and Thome, K.J., 2020, Radiometric Degradation Curves for the ASTER VNIR Processing Using Vicarious and Lunar Calibrations: Remote Sensing, v. 12, no. 3, at https://doi.org/10.3390/rs12030427.\\r\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-04-27T20:46:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-29T17:20:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"DEPENDENT\",\"EntryId\":\"AST_L1B\",\"Description\":\"Radiometric + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-04-27T20:46:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T19:35:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"DEPENDENT\",\"EntryId\":\"AST_L1B\",\"Description\":\"Radiometric values computed from the raw instrument counts\"}],\"VersionDescription\":\"Added Associated DLL name attribute.\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data @@ -74352,8 +74449,8 @@ interactions: Radiometer\",\"ShortName\":\"ASTER\",\"Technique\":\"Imaging Spectrometers/Radiometers\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":103,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER - L1B Registered Radiance at the Sensor V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492908-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C190733714-LPDAAC_ECS\",\"revision-date\":\"2024-02-29T17:23:08.910Z\",\"granule-count\":4428483,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":108.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":105,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451724-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER + L1B Registered Radiance at the Sensor V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492908-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451724-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C190733714-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T14:16:45.039Z\",\"granule-count\":4432072,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Title\":\"ASTER Level 1B Data Set Registered Radiance at the Sensor\",\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"SeriesName\":\"AST_L1B.003\",\"ReleaseDate\":\"2001-04-30T00:00:00.000Z\",\"Publisher\":\"NASA @@ -74428,7 +74525,7 @@ interactions: HOME PAGE\",\"URL\":\"https://asterweb.jpl.nasa.gov/\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C190733714-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C190733714-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":108.4,\"Unit\":\"MB\"}},{\"Description\":\"The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://lpdaac.usgs.gov/documents/70/AST_L1_ATBD.pdf\"},{\"Description\":\"ASTER @@ -74460,7 +74557,7 @@ interactions: Czapla-Myers, J.S., Biggar, S.F., and Thome, K.J., 2020, Radiometric Degradation Curves for the ASTER VNIR Processing Using Vicarious and Lunar Calibrations: Remote Sensing, v. 12, no. 3, at https://doi.org/10.3390/rs12030427.\\r\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2002-03-14T12:51:00.340Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-29T17:23:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"INPUT\",\"EntryId\":\"AST_L1A\"}],\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2002-03-14T12:51:00.340Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T14:16:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"INPUT\",\"EntryId\":\"AST_L1A\"}],\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"LP @@ -74492,8 +74589,9 @@ interactions: Radiometer\",\"ShortName\":\"ASTER\",\"Technique\":\"Imaging Spectrometers/Radiometers\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"],\"AverageFileSize\":90.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":60,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER - L2 Surface Emissivity V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491209-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783607-LPDAAC_ECS\",\"revision-date\":\"2024-02-29T14:13:14.519Z\",\"granule-count\":4417688,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":108.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":61,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451728-LPDAAC_ECS\",\"DQS2700451724-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER + L2 Surface Emissivity V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491209-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451728-LPDAAC_ECS\"},{\"concept-id\":\"DQS2700451724-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783607-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T20:17:02.205Z\",\"granule-count\":4421277,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP DAAC\",\"EOSDIS\",\"USGS/EROS\",\"ESIP\",\"USGS\",\"LPDAAC\",\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Title\":\"ASTER Level 2 Emissivity Product\",\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and @@ -74555,7 +74653,7 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST_05.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783607-LPDAAC_ECS\"},{\"Description\":\"ASTER + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783607-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":108.5,\"Unit\":\"MB\"}},{\"Description\":\"ASTER Level-1 User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/69/AST_L1_User_Guide_V3.pdf\"},{\"Description\":\"ASTER Higher-Level Product User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW @@ -74624,7 +74722,7 @@ interactions: automatically fall back to climatology ozone inputs when Aura OMI is selected as an input. For more details, please refer to the Discontinuation of Aura OMI as an Input news announcement (https://lpdaac.usgs.gov/news/discontinuation-of-aura-omi-as-an-ancillary-ozone-input-for-aster-products/).\\r\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-29T14:13:00.000Z\"}],\"VersionDescription\":\"Not + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T20:17:00.000Z\"}],\"VersionDescription\":\"Not provided\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"Description\":\"See https://lpdaac.usgs.gov/data/data-citation-and-policies/ for redistribution @@ -74658,8 +74756,8 @@ interactions: Radiometer\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"ShortName\":\"ASTER\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"],\"AverageFileSize\":9.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":63,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER - L2 Surface Radiance - VNIR and Crosstalk Corrected SWIR V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492933-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783631-LPDAAC_ECS\",\"revision-date\":\"2024-02-29T16:26:22.590Z\",\"granule-count\":3287715,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":108.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"Media\":[\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":65,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451728-LPDAAC_ECS\",\"DQS2700451724-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER + L2 Surface Radiance - VNIR and Crosstalk Corrected SWIR V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492933-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451728-LPDAAC_ECS\"},{\"concept-id\":\"DQS2700451724-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783631-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T14:50:53.538Z\",\"granule-count\":3290106,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP DAAC\",\"EOSDIS\",\"USGS/EROS\",\"ESIP\",\"USGS\",\"LPDAAC\",\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Title\":\" ASTER On-Demand L2 Surface Radiance VNIR and SWIR Crosstalk-Corrected\",\"Creator\":\"NASA/METI/AIST/Japan @@ -74740,7 +74838,7 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST_09XT.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783631-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783631-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":116.3,\"Unit\":\"MB\"}},{\"Description\":\"The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://lpdaac.usgs.gov/documents/76/AST_09_ATBD.pdf\"},{\"Description\":\"ASTER @@ -74804,7 +74902,7 @@ interactions: automatically fall back to climatology ozone inputs when Aura OMI is selected as an input. For more details, please refer to the Discontinuation of Aura OMI as an Input news announcement (https://lpdaac.usgs.gov/news/discontinuation-of-aura-omi-as-an-ancillary-ozone-input-for-aster-products/).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-29T16:26:00.000Z\"}],\"VersionDescription\":\"Not + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T14:50:00.000Z\"}],\"VersionDescription\":\"Not provided\",\"Version\":\"003\",\"Projects\":[{\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing System (EOS), Terra\",\"Campaigns\":[\"Terra\"]}],\"UseConstraints\":{\"Description\":\"See https://lpdaac.usgs.gov/data/data-citation-and-policies/ for redistribution @@ -74835,8 +74933,9 @@ interactions: Wavelength Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"TIR\",\"LongName\":\"Thermal Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"VNIR\",\"LongName\":\"Visible and Near Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"],\"AverageFileSize\":119.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":59,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER - L2 Surface Radiance TIR V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492578-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783609-LPDAAC_ECS\",\"revision-date\":\"2024-02-29T16:25:00.289Z\",\"granule-count\":4417688,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":116.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-06T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":60,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451728-LPDAAC_ECS\",\"DQS2700451724-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER + L2 Surface Radiance TIR V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492578-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451728-LPDAAC_ECS\"},{\"concept-id\":\"DQS2700451724-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783609-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T19:51:12.279Z\",\"granule-count\":4421277,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP DAAC\",\"EOSDIS\",\"USGS/EROS\",\"ESIP\",\"USGS\",\"LPDAAC\",\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Title\":\"ASTER Level 2 Surface Radiance Product (TIR)\",\"Creator\":\"NASA/METI/AIST/Japan Spacesystems @@ -74901,7 +75000,7 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST_09T.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783609-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783609-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":108.5,\"Unit\":\"MB\"}},{\"Description\":\"The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://lpdaac.usgs.gov/documents/76/AST_09_ATBD.pdf\"},{\"Description\":\"ASTER @@ -74967,7 +75066,7 @@ interactions: of the first two selectable options are available for Ozone and MTP. Users can check the OPERATIONALQUALITYFLAGEXPLANATION field in the metadata or the output file for atmospheric parameters that were applied.\\r\\n\\r\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-29T16:24:00.000Z\"}],\"VersionDescription\":\"Not + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T19:51:00.000Z\"}],\"VersionDescription\":\"Not provided\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"Description\":\"See https://lpdaac.usgs.gov/data/data-citation-and-policies/ for redistribution @@ -74999,8 +75098,9 @@ interactions: Radiometers\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"ShortName\":\"ASTER\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"],\"AverageFileSize\":14.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":66,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER - L2 Surface Radiance VNIR and SWIR V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492607-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783574-LPDAAC_ECS\",\"revision-date\":\"2024-02-29T16:18:48.784Z\",\"granule-count\":3287715,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":108.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-06T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":67,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451728-LPDAAC_ECS\",\"DQS2700451724-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER + L2 Surface Radiance VNIR and SWIR V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492607-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451728-LPDAAC_ECS\"},{\"concept-id\":\"DQS2700451724-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783574-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T19:55:25.922Z\",\"granule-count\":3290106,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP DAAC\",\"EOSDIS\",\"USGS/EROS\",\"ESIP\",\"USGS\",\"LPDAAC\",\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ASTER/AST_09.003\",\"Name\":\"DOI @@ -75080,7 +75180,7 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST_09.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783574-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783574-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":116.3,\"Unit\":\"MB\"}},{\"Description\":\"The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://lpdaac.usgs.gov/documents/76/AST_09_ATBD.pdf\"},{\"Description\":\"ASTER @@ -75143,7 +75243,7 @@ interactions: automatically fall back to climatology ozone inputs when Aura OMI is selected as an input. For more details, please refer to the Discontinuation of Aura OMI as an Input news announcement (https://lpdaac.usgs.gov/news/discontinuation-of-aura-omi-as-an-ancillary-ozone-input-for-aster-products/).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-29T16:18:00.000Z\"}],\"VersionDescription\":\"Not + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T19:55:00.000Z\"}],\"VersionDescription\":\"Not provided\",\"Version\":\"003\",\"Projects\":[{\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing System (EOS), Terra\",\"Campaigns\":[\"Terra\"]}],\"UseConstraints\":{\"Description\":\"See https://lpdaac.usgs.gov/data/data-citation-and-policies/ for redistribution @@ -75174,8 +75274,8 @@ interactions: Wavelength Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"TIR\",\"LongName\":\"Thermal Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"VNIR\",\"LongName\":\"Visible and Near Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"],\"AverageFileSize\":119.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":60,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER - L2 Surface Reflectance SWIR and ASTER L2 Surface Reflectance VNIR V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491236-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783800-LPDAAC_ECS\",\"revision-date\":\"2024-02-29T14:40:26.306Z\",\"granule-count\":3287715,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":116.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-06T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"Media\":[\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":61,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451724-LPDAAC_ECS\",\"DQS2700451728-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER + L2 Surface Reflectance SWIR and ASTER L2 Surface Reflectance VNIR V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491236-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451724-LPDAAC_ECS\"},{\"concept-id\":\"DQS2700451728-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783800-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T20:10:45.311Z\",\"granule-count\":3290106,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP DAAC\",\"EOSDIS\",\"USGS/EROS\",\"ESIP\",\"USGS\",\"LPDAAC\",\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ASTER/AST_07.003\",\"Name\":\"DOI @@ -75248,7 +75348,7 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST_07.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783800-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783800-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":116.3,\"Unit\":\"MB\"}},{\"Description\":\"The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://lpdaac.usgs.gov/documents/68/AST_07_ATBD.pdf\"},{\"Description\":\"ASTER @@ -75306,7 +75406,7 @@ interactions: automatically fall back to climatology ozone inputs when Aura OMI is selected as an input. For more details, please refer to the Discontinuation of Aura OMI as an Input news announcement (https://lpdaac.usgs.gov/news/discontinuation-of-aura-omi-as-an-ancillary-ozone-input-for-aster-products/).\\r\\n\\r\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-29T14:40:00.000Z\"}],\"VersionDescription\":\"Not + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T20:10:00.000Z\"}],\"VersionDescription\":\"Not provided\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"Description\":\"See https://lpdaac.usgs.gov/data/data-citation-and-policies/ for redistribution @@ -75339,8 +75439,8 @@ interactions: Radiometer\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"ShortName\":\"ASTER\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"],\"AverageFileSize\":124.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":58,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER - L2 Surface Reflectance VNIR and Crosstalk Corrected SWIR V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492599-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783608-LPDAAC_ECS\",\"revision-date\":\"2024-02-29T16:10:39.083Z\",\"granule-count\":3287715,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":116.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"Media\":[\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":60,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451724-LPDAAC_ECS\",\"DQS2700451728-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER + L2 Surface Reflectance VNIR and Crosstalk Corrected SWIR V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492599-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451724-LPDAAC_ECS\"},{\"concept-id\":\"DQS2700451728-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783608-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T14:56:39.677Z\",\"granule-count\":3290106,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP DAAC\",\"EOSDIS\",\"USGS/EROS\",\"ESIP\",\"USGS\",\"LPDAAC\",\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ASTER/AST_07XT.003\",\"Name\":\"DOI @@ -75413,7 +75513,7 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST_07XT.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783608-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783608-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":116.3,\"Unit\":\"MB\"}},{\"Description\":\"The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://lpdaac.usgs.gov/documents/68/AST_07_ATBD.pdf\"},{\"Description\":\"ASTER @@ -75480,7 +75580,7 @@ interactions: automatically fall back to climatology ozone inputs when Aura OMI is selected as an input. For more details, please refer to the Discontinuation of Aura OMI as an Input news announcement (https://lpdaac.usgs.gov/news/discontinuation-of-aura-omi-as-an-ancillary-ozone-input-for-aster-products/).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-29T16:10:00.000Z\"}],\"VersionDescription\":\"Not + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T14:56:00.000Z\"}],\"VersionDescription\":\"Not provided\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"Description\":\"See https://lpdaac.usgs.gov/data/data-citation-and-policies/ for redistribution @@ -75511,8 +75611,9 @@ interactions: Radiometer\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"ShortName\":\"ASTER\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"],\"AverageFileSize\":94.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":60,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER - L2 Surface Temperature V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492919-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783630-LPDAAC_ECS\",\"revision-date\":\"2024-02-29T16:13:54.065Z\",\"granule-count\":4417688,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":116.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-06T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":62,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451728-LPDAAC_ECS\",\"DQS2700451724-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER + L2 Surface Temperature V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492919-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451728-LPDAAC_ECS\"},{\"concept-id\":\"DQS2700451724-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783630-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T14:55:48.755Z\",\"granule-count\":4421277,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP DAAC\",\"EOSDIS\",\"USGS/EROS\",\"ESIP\",\"USGS\",\"LPDAAC\",\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Creator\":\"NASA/METI/AIST/Japan Spacesystems and U.S./Japan ASTER Science Team\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ASTER/AST_08.003\",\"Name\":\"DOI @@ -75574,7 +75675,7 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST_08.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783630-LPDAAC_ECS\"},{\"Description\":\"ASTER + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783630-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-netcdf\",\"Size\":108.5,\"Unit\":\"MB\"}},{\"Description\":\"ASTER Level-1 User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/69/AST_L1_User_Guide_V3.pdf\"},{\"Description\":\"ASTER Higher-Level Product User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW @@ -75642,7 +75743,7 @@ interactions: automatically fall back to climatology ozone inputs when Aura OMI is selected as an input. For more details, please refer to the Discontinuation of Aura OMI as an Input news announcement (https://lpdaac.usgs.gov/news/discontinuation-of-aura-omi-as-an-ancillary-ozone-input-for-aster-products/).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-29T16:13:00.000Z\"}],\"VersionDescription\":\"Not + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T14:55:00.000Z\"}],\"VersionDescription\":\"Not provided\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"Description\":\"See https://lpdaac.usgs.gov/data/data-citation-and-policies/ for redistribution @@ -75674,8 +75775,9 @@ interactions: Radiometer\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"ShortName\":\"ASTER\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"],\"AverageFileSize\":3.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":113,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ASTER - Level 1 precision terrain corrected registered at-sensor radiance V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000320-LPDAAC_ECS\",\"revision-date\":\"2024-03-01T19:06:58.092Z\",\"granule-count\":4424678,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":108.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":114,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ASTER + Level 1 precision terrain corrected registered at-sensor radiance V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000320-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T18:56:02.049Z\",\"granule-count\":4428267,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Title\":\"ASTER Level 1 Precision Terrain Corrected Registered At-Sensor Radiance V003\",\"Creator\":\"NASA LP DAAC\",\"SeriesName\":\"AST_L1T.003\",\"ReleaseDate\":\"2015-04-15T00:00:00.000Z\",\"Publisher\":\"NASA @@ -75762,7 +75864,7 @@ interactions: ATBDs, data access, tools, customer support, etc. \",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST_L1T.003\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/AST_L1T.003/\"},{\"Description\":\"USGS + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/ASTT/AST_L1T.003/\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":209.4,\"Unit\":\"MB\"}},{\"Description\":\"USGS EarthExplorer provides users the ability to query, search, and order products available from the LP DAAC.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"USGS EARTH EXPLORER\",\"URL\":\"https://earthexplorer.usgs.gov/\"},{\"Description\":\"The @@ -75774,7 +75876,7 @@ interactions: HOME PAGE\",\"URL\":\"https://asterweb.jpl.nasa.gov/\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1000000320-LPDAAC_ECS\"},{\"Description\":\"Browse + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1000000320-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":209.4,\"Unit\":\"MB\"}},{\"Description\":\"Browse image for Earthdata Search\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/WORKING/BRWS/Browse.001/2018.03.08/AST_L1T_00303062018180844_20180307193746_11920_BR.2.VNIR.jpg\"},{\"Description\":\"The ATBD provides physical theory and mathematical procedures for the calculations @@ -75815,7 +75917,7 @@ interactions: resolution browse images. The number of browse images and the band combinations of the images depends on the bands available in the corresponding (AST_L1A) (https://doi.org/10.5067/ASTER/AST_L1A.003) dataset. \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-04-27T20:35:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-01T19:06:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"INPUT\",\"EntryId\":\"AST_L1A\",\"Description\":\"Raw + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-04-27T20:35:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T18:56:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"INPUT\",\"EntryId\":\"AST_L1A\",\"Description\":\"Raw sensor counts to be converted to radiometric values\"}],\"VersionDescription\":\"Initial ASTER L1T production\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data @@ -75864,9 +75966,11 @@ interactions: Radiometers\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"ShortName\":\"ASTER\",\"Technique\":\"Imaging Spectrometers/Radiometers\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"AverageFileSize\":115.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"],\"AverageFileSize\":115.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_16070\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492627-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2052604735-LPDAAC_ECS\",\"revision-date\":\"2024-03-01T19:36:28.377Z\",\"granule-count\":4428482,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"National + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical + Data Format - Earth Observing System Version 2\",\"AverageFileSize\":209.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format \"}],\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":209.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"},{\"Format\":\"GeoTIFF\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451724-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_16070\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492627-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451724-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2052604735-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T18:58:05.710Z\",\"granule-count\":4432071,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"National Geospatial Data Asset\",\"NGDA\"],\"CollectionCitations\":[{\"Title\":\"ASTER Level 1 Precision Terrain Corrected Registered At-Sensor Radiance V031\",\"Creator\":\"NASA LP DAAC\",\"SeriesName\":\"AST_L1T.031\",\"ReleaseDate\":\"2021-07-07T00:00:00.000Z\",\"Publisher\":\"NASA @@ -75965,7 +76069,7 @@ interactions: HOME PAGE\",\"URL\":\"http://asterweb.jpl.nasa.gov/\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2052604735-LPDAAC_ECS\"},{\"Description\":\"Browse + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2052604735-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS2\",\"MimeType\":\"application/x-hdf\",\"Size\":209.4,\"Unit\":\"MB\"}},{\"Description\":\"Browse image for Earthdata Search\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/WORKING/BRWS/Browse.001/2021.07.06/pg-BR1A0000-2021070601_023_001.1.TIR.jpg\"},{\"Description\":\"The ATBD provides physical theory and mathematical procedures for the calculations @@ -76009,7 +76113,7 @@ interactions: in the corresponding AST_L1A dataset.\\r\\n\\r\\nThe AST_L1T V3.1 data product is only available through NASA\u2019s Earthdata Search. The ASTER L1T V3.1 Order Instructions provide step-by-step directions for ordering this product.\\r\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-05-14T19:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-01T19:36:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"INPUT\",\"EntryId\":\"AST_L1A\",\"Description\":\"Raw + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-05-14T19:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T18:58:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"INPUT\",\"EntryId\":\"AST_L1A\",\"Description\":\"Raw sensor counts to be converted to radiometric values\"}],\"VersionDescription\":\"ASTER L1T Version 3.1 production includes the following improvements/changes: \u2022\\tAvailable via on-demand processing through NASA\u2019s Earthdata Search. \u2022\\tUtilizes @@ -76066,8 +76170,8 @@ interactions: Radiometer\",\"ShortName\":\"ASTER\",\"Technique\":\"Imaging Spectrometers/Radiometers\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS2\",\"FormatType\":\"Supported\",\"FormatDescription\":\"Hierarchical - Data Format - Earth Observing System Version 2\",\"Media\":[\"https\"],\"AverageFileSize\":115.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":65,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER - Orthorectified Digital Elevation Model (DEM) V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491979-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783651-LPDAAC_ECS\",\"revision-date\":\"2024-03-18T17:32:15.024Z\",\"granule-count\":3298468,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP + Data Format - Earth Observing System Version 2\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":209.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":66,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451725-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER + Orthorectified Digital Elevation Model (DEM) V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491979-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451725-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783651-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T20:31:02.869Z\",\"granule-count\":3300859,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP DAAC\",\"LPDAAC\",\"EOSDIS\",\"USGS/EROS\",\"ESIP\",\"USGS\",\"JPL\",\"NASA\",\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Title\":\"ASTER On-Demand L3 DEM and Orthorectified Images, GeoTIF Format\",\"Creator\":\"NASA/METI/AIST/Japan @@ -76148,7 +76252,7 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST14DMO.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783651-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783651-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"Size\":116.1,\"Unit\":\"MB\"}},{\"Description\":\"The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://lpdaac.usgs.gov/documents/81/AST14_ATBD.pdf\"},{\"Description\":\"ASTER @@ -76198,7 +76302,7 @@ interactions: A., Arai, K., Czapla-Myers, J.S., Biggar, S.F., and Thome, K.J., 2020, Radiometric Degradation Curves for the ASTER VNIR Processing Using Vicarious and Lunar Calibrations: Remote Sensing, v. 12, no. 3, at https://doi.org/10.3390/rs12030427.\\r\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-18T17:32:00.000Z\"}],\"VersionDescription\":\"Not + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T20:31:00.000Z\"}],\"VersionDescription\":\"Not provided\",\"Version\":\"003\",\"Projects\":[{\"Campaigns\":[\"Terra\"],\"LongName\":\"Earth Observing System (EOS), Terra\",\"ShortName\":\"Terra\"}],\"UseConstraints\":{\"Description\":\"See https://lpdaac.usgs.gov/data/data-citation-and-policies/ for redistribution @@ -76228,8 +76332,8 @@ interactions: Radiometer\"},{\"LongName\":\"Visible and Near Infrared Radiometer\",\"ShortName\":\"VNIR\",\"Technique\":\"Imaging Radiometer\"}],\"LongName\":\"Advanced Spaceborne Thermal Emission and Reflection Radiometer\",\"ShortName\":\"ASTER\"}],\"LongName\":\"Earth Observing System, - Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":58.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":58.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":57,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER - Registered Radiance at the Sensor - Orthorectified V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492001-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783684-LPDAAC_ECS\",\"revision-date\":\"2024-03-18T17:33:28.695Z\",\"granule-count\":3298468,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP + Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"116.1\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":116.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-06T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":59,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451725-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ASTER + Registered Radiance at the Sensor - Orthorectified V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492001-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451725-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1299783684-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T20:32:22.790Z\",\"granule-count\":3300859,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"LP DAAC\",\"LPDAAC\",\"EOSDIS\",\"USGS/EROS\",\"ESIP\",\"USGS\",\"JPL\",\"NASA\",\"NGDA\",\"National Geospatial Data Asset\"],\"CollectionCitations\":[{\"Title\":\"ASTER On-Demand L3 Orthorectified Images, GeoTIF Format\",\"Creator\":\"NASA/METI/AIST/Japan @@ -76306,7 +76410,7 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASTER/AST14OTH.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783684-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1299783684-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"Size\":116.1,\"Unit\":\"MB\"}},{\"Description\":\"The ATBD provides physical theory and mathematical procedures for the calculations used to produce the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://lpdaac.usgs.gov/documents/81/AST14_ATBD.pdf\"},{\"Description\":\"ASTER @@ -76360,7 +76464,7 @@ interactions: A., Arai, K., Czapla-Myers, J.S., Biggar, S.F., and Thome, K.J., 2020, Radiometric Degradation Curves for the ASTER VNIR Processing Using Vicarious and Lunar Calibrations: Remote Sensing, v. 12, no. 3, at https://doi.org/10.3390/rs12030427.\\r\\n\\r\\n\\r\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-18T17:33:00.000Z\"}],\"VersionDescription\":\"Not + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-11-27T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T20:32:00.000Z\"}],\"VersionDescription\":\"Not provided\",\"Version\":\"003\",\"Projects\":[{\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing System (EOS), Terra\",\"Campaigns\":[\"Terra\"]}],\"UseConstraints\":{\"Description\":\"See https://lpdaac.usgs.gov/data/data-citation-and-policies/ for redistribution @@ -76390,7 +76494,8 @@ interactions: Spaceborne Thermal Emission and Reflection Radiometer\",\"ComposedOf\":[{\"ShortName\":\"SWIR\",\"LongName\":\"Short Wavelength Infrared Radiometer\",\"Technique\":\"Imaging Radiometer\"},{\"ShortName\":\"TIR\",\"LongName\":\"Thermal Infrared Radiometer\",\"Technique\":\"Imaging Radiometer\"},{\"ShortName\":\"VNIR\",\"LongName\":\"Visible - and Near Infrared Radiometer\",\"Technique\":\"Imaging Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":42.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":42.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":60,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-AMT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360099-OB_DAAC\",\"revision-date\":\"2023-04-11T20:11:23.340Z\",\"granule-count\":166,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + and Near Infrared Radiometer\",\"Technique\":\"Imaging Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":116.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-03-06T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":60,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-AMT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360099-OB_DAAC\",\"revision-date\":\"2023-04-11T20:11:23.340Z\",\"granule-count\":166,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH @@ -76408,8 +76513,8 @@ interactions: Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based - Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL02/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL02/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L1B Converted Telemetry Data V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2547589158-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:35:12.998Z\",\"granule-count\":413173,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL02/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL02/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L1B Converted Telemetry Data V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2547589158-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:33:54.543Z\",\"granule-count\":413173,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L1B Converted Telemetry Data V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -76474,8 +76579,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L1B Converted Telemetry Data V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524616-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2541211133-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:36:56.201Z\",\"granule-count\":413173,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2000645101-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L1B Converted Telemetry Data V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524616-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2541211133-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:35:43.729Z\",\"granule-count\":413173,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L1B Converted Telemetry Data V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -76545,8 +76650,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL2746943302-NSIDC_CPRD\",\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL03/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL03/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L2A Global Geolocated Photon Data V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL2746943302-NSIDC_CPRD\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2596864127-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:35:19.033Z\",\"granule-count\":382083,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL2746943302-NSIDC_CPRD\",\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL03/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL03/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L2A Global Geolocated Photon Data V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL2746943302-NSIDC_CPRD\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2596864127-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:34:03.605Z\",\"granule-count\":387031,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L2A Global Geolocated Photon Data V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"Percent_InlandWater\",\"Description\":\"Percentage @@ -76616,8 +76721,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1993841373-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\",\"TL1977912846-NSIDC_ECS\",\"TL1993837687-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L2A Global Geolocated Photon Data V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528860-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1993841373-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1993837687-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2559919423-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:37:17.427Z\",\"granule-count\":382083,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1993841373-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\",\"TL1977912846-NSIDC_ECS\",\"TL1993837687-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L2A Global Geolocated Photon Data V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528860-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1993841373-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1993837687-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2559919423-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:36:00.215Z\",\"granule-count\":396982,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L2A Global Geolocated Photon Data V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"Percent_InlandWater\",\"Description\":\"Percentage @@ -76695,8 +76800,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL04/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL04/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L2A Normalized Relative Backscatter Profiles V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2613553327-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:35:24.913Z\",\"granule-count\":27336,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL04/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL04/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L2A Normalized Relative Backscatter Profiles V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2613553327-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:34:10.597Z\",\"granule-count\":27336,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L2A Normalized Relative Backscatter Profiles V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -76756,8 +76861,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L2A Normalized Relative Backscatter Profiles V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528976-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2561045326-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:37:31.814Z\",\"granule-count\":27336,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L2A Normalized Relative Backscatter Profiles V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528976-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2561045326-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:36:16.998Z\",\"granule-count\":27336,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L2A Normalized Relative Backscatter Profiles V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -76822,8 +76927,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":299,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3A Along Track Inland Surface Water Data Quick Look V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700529588-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2650092501-NSIDC_ECS\",\"revision-date\":\"2024-03-28T23:31:57.777Z\",\"granule-count\":563,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":316,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3A Along Track Inland Surface Water Data Quick Look V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700529588-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2650092501-NSIDC_ECS\",\"revision-date\":\"2024-04-08T16:34:01.381Z\",\"granule-count\":613,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Along Track Inland Surface Water Data Quick Look V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -76860,7 +76965,7 @@ interactions: subsurface signal (532 nm) attenuation, significant wave height, wind speed, and coarse depth to bottom topography (where data permit).\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL - LAND\"}],\"MetadataDates\":[{\"Date\":\"2023-05-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"006\",\"UseConstraints\":{\"LicenseText\":\" + LAND\"}],\"MetadataDates\":[{\"Date\":\"2023-05-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-04-08T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"006\",\"UseConstraints\":{\"LicenseText\":\" These data are freely, openly, and fully available to use without restrictions, provided that you cite the data according to the recommended citation at [https://nsidc.org/about/use_copyright.html](https://nsidc.org/about/use_copyright.html). For more information on the NASA EOSDIS Data Use Policy, see [https://earthdata.nasa.gov/earth-observation-data/data-use-policy](https://earthdata.nasa.gov/earth-observation-data/data-use-policy).\"},\"ContactPersons\":[{\"Roles\":[\"Technical @@ -76894,8 +76999,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL13/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL13/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3A Along Track Inland Surface Water Data V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2684928243-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:05.558Z\",\"granule-count\":6889,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL13/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL13/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3A Along Track Inland Surface Water Data V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2684928243-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:35:10.226Z\",\"granule-count\":6958,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Along Track Inland Surface Water Data V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -76959,8 +77064,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\"],\"tools\":[\"TL2778507100-NSIDC_CPRD\",\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3A Along Track Inland Surface Water Data V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528981-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2650116584-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:40:05.795Z\",\"granule-count\":6889,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\"],\"tools\":[\"TL2778507100-NSIDC_CPRD\",\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3A Along Track Inland Surface Water Data V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528981-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2650116584-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:38:54.212Z\",\"granule-count\":6958,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Along Track Inland Surface Water Data V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77029,9 +77134,9 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":476,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":489,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 L3A Calibrated Backscatter Profiles and Atmospheric Layer Characteristics - Quick Look V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S2013515292-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524636-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2551528419-NSIDC_ECS\",\"revision-date\":\"2024-03-29T16:32:41.467Z\",\"granule-count\":2317,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Quick Look V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S2013515292-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524636-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2551528419-NSIDC_ECS\",\"revision-date\":\"2024-04-08T16:33:43.136Z\",\"granule-count\":2513,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Calibrated Backscatter Profiles and Atmospheric Layer Characteristics Quick Look V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77069,7 +77174,7 @@ interactions: obtained from the data. The data were acquired by the Advanced Topographic Laser Altimeter System (ATLAS) instrument on board the Ice, Cloud and land Elevation Satellite-2 (ICESat-2) observatory.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2023-01-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"006\",\"UseConstraints\":{\"LicenseText\":\" + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2023-01-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-04-08T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"006\",\"UseConstraints\":{\"LicenseText\":\" These data are freely, openly, and fully available to use without restrictions, provided that you cite the data according to the recommended citation at [https://nsidc.org/about/use_copyright.html](https://nsidc.org/about/use_copyright.html). For more information on the NASA EOSDIS Data Use Policy, see [https://earthdata.nasa.gov/earth-observation-data/data-use-policy](https://earthdata.nasa.gov/earth-observation-data/data-use-policy).\"},\"ContactPersons\":[{\"Roles\":[\"Technical @@ -77101,9 +77206,9 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL09/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL09/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL09/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL09/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 L3A Calibrated Backscatter Profiles and Atmospheric Layer Characteristics - V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2649212495-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:35:41.776Z\",\"granule-count\":27336,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2649212495-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:34:40.642Z\",\"granule-count\":27336,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Calibrated Backscatter Profiles and Atmospheric Layer Characteristics V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77165,9 +77270,9 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 L3A Calibrated Backscatter Profiles and Atmospheric Layer Characteristics - V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700529744-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2607017115-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:38:43.392Z\",\"granule-count\":27336,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700529744-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2607017115-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:37:34.887Z\",\"granule-count\":27336,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Calibrated Backscatter Profiles and Atmospheric Layer Characteristics V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77235,8 +77340,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":472,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3A Land and Vegetation Height Quick Look V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524629-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2548345108-NSIDC_ECS\",\"revision-date\":\"2024-03-29T16:32:15.310Z\",\"granule-count\":23535,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":486,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3A Land and Vegetation Height Quick Look V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524629-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2548345108-NSIDC_ECS\",\"revision-date\":\"2024-04-08T16:33:36.396Z\",\"granule-count\":25484,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Land and Vegetation Height Quick Look V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77273,7 +77378,7 @@ interactions: The data were acquired by the Advanced Topographic Laser Altimeter System (ATLAS) instrument on board the Ice, Cloud and land Elevation Satellite-2 (ICESat-2) observatory.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2023-01-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"006\",\"UseConstraints\":{\"LicenseText\":\" + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2023-01-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-04-08T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"006\",\"UseConstraints\":{\"LicenseText\":\" These data are freely, openly, and fully available to use without restrictions, provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical @@ -77304,8 +77409,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL2746943302-NSIDC_CPRD\",\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL08/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL08/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3A Land and Vegetation Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL2746943302-NSIDC_CPRD\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2613553260-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:35:37.442Z\",\"granule-count\":282668,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL2746943302-NSIDC_CPRD\",\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL08/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL08/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3A Land and Vegetation Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL2746943302-NSIDC_CPRD\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2613553260-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:34:33.271Z\",\"granule-count\":285525,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Land and Vegetation Height V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77365,8 +77470,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\",\"TL1993837687-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3A Land and Vegetation Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700529516-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"},{\"concept-id\":\"TL1993837687-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2565090645-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:38:22.442Z\",\"granule-count\":282668,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\",\"TL1993837687-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3A Land and Vegetation Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700529516-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"},{\"concept-id\":\"TL1993837687-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2565090645-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:37:12.544Z\",\"granule-count\":290373,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Land and Vegetation Height V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77435,8 +77540,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL2682629857-NSIDC_CPRD\",\"TL2746943302-NSIDC_CPRD\",\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL06/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL06/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3A Land Ice Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL2682629857-NSIDC_CPRD\"},{\"concept-id\":\"TL2746943302-NSIDC_CPRD\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2670138092-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:35:28.737Z\",\"granule-count\":286099,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL2682629857-NSIDC_CPRD\",\"TL2746943302-NSIDC_CPRD\",\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL06/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL06/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3A Land Ice Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL2682629857-NSIDC_CPRD\"},{\"concept-id\":\"TL2746943302-NSIDC_CPRD\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2670138092-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:34:18.346Z\",\"granule-count\":288999,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Land Ice Height V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77500,8 +77605,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3A Land Ice Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528970-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"}]},\"has-variables\":true,\"concept-id\":\"C2564427300-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:37:46.138Z\",\"granule-count\":286099,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3A Land Ice Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528970-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"}]},\"has-variables\":true,\"concept-id\":\"C2564427300-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:36:33.668Z\",\"granule-count\":293925,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Land Ice Height V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77573,8 +77678,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL12/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL12/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3A Ocean Surface Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2613553216-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:00.039Z\",\"granule-count\":6905,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL12/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL12/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3A Ocean Surface Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2613553216-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:35:04.141Z\",\"granule-count\":6974,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Ocean Surface Height V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77642,8 +77747,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3A Ocean Surface Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700529604-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"}]},\"has-variables\":true,\"concept-id\":\"C2560378689-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:39:50.779Z\",\"granule-count\":6905,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2013502342-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977912846-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\",\"TL1977971361-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3A Ocean Surface Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700529604-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2560378689-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:38:36.173Z\",\"granule-count\":6974,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Ocean Surface Height V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77716,8 +77821,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":479,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2013515292-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3A Sea Ice Freeboard Quick Look V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2013515292-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524903-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2551529078-NSIDC_ECS\",\"revision-date\":\"2024-03-29T16:33:17.291Z\",\"granule-count\":3173,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":494,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2013515292-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3A Sea Ice Freeboard Quick Look V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2013515292-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524903-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2551529078-NSIDC_ECS\",\"revision-date\":\"2024-04-08T16:33:50.807Z\",\"granule-count\":3445,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Sea Ice Freeboard Quick Look V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77753,7 +77858,7 @@ interactions: Topographic Laser Altimeter System (ATLAS) instrument on board the Ice, Cloud and land Elevation Satellite-2 (ICESat-2) observatory.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"NORTHERN - HEMISPHERE\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"SOUTHERN HEMISPHERE\"}],\"MetadataDates\":[{\"Date\":\"2023-01-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"006\",\"UseConstraints\":{\"LicenseText\":\" + HEMISPHERE\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"SOUTHERN HEMISPHERE\"}],\"MetadataDates\":[{\"Date\":\"2023-01-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-04-08T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"006\",\"UseConstraints\":{\"LicenseText\":\" These data are freely, openly, and fully available to use without restrictions, provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical @@ -77789,8 +77894,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL10/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL10/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3A Sea Ice Freeboard V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2613553243-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:35:46.660Z\",\"granule-count\":45095,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL10/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL10/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3A Sea Ice Freeboard V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2613553243-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:34:48.001Z\",\"granule-count\":45572,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Sea Ice Freeboard V006\",\"Publisher\":\"National Snow and Ice Data Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL @@ -77854,8 +77959,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1995279987-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3A Sea Ice Freeboard V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524794-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1995279987-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"}]},\"has-variables\":true,\"concept-id\":\"C2567856357-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:39:03.422Z\",\"granule-count\":45095,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2013502342-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1995279987-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3A Sea Ice Freeboard V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700524794-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1995279987-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"}]},\"has-variables\":true,\"concept-id\":\"C2567856357-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:37:56.638Z\",\"granule-count\":46310,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Sea Ice Freeboard V006\",\"Publisher\":\"National Snow and Ice Data Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL @@ -77924,8 +78029,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":475,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3A Sea Ice Height Quick Look V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524774-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S2013515292-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2548344839-NSIDC_ECS\",\"revision-date\":\"2024-03-29T16:32:03.871Z\",\"granule-count\":3672,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":489,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3A Sea Ice Height Quick Look V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524774-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S2013515292-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2548344839-NSIDC_ECS\",\"revision-date\":\"2024-04-08T16:33:29.895Z\",\"granule-count\":3990,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Sea Ice Height Quick Look V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -77963,7 +78068,7 @@ interactions: Topographic Laser Altimeter System (ATLAS) instrument on board the Ice, Cloud and land Elevation Satellite-2 (ICESat-2) observatory.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"NORTHERN - HEMISPHERE\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"SOUTHERN HEMISPHERE\"}],\"MetadataDates\":[{\"Date\":\"2023-01-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"006\",\"UseConstraints\":{\"LicenseText\":\" + HEMISPHERE\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"SOUTHERN HEMISPHERE\"}],\"MetadataDates\":[{\"Date\":\"2023-01-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-04-08T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"006\",\"UseConstraints\":{\"LicenseText\":\" These data are freely, openly, and fully available to use without restrictions, provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical @@ -77999,8 +78104,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL07/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL07/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3A Sea Ice Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2713030505-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:35:32.821Z\",\"granule-count\":49990,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL07/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL07/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3A Sea Ice Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2713030505-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:34:25.088Z\",\"granule-count\":50511,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Sea Ice Height V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -78068,8 +78173,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013502342-NSIDC_ECS\",\"S2008499525-NSIDC_ECS\"],\"tools\":[\"TL1956087574-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1995279987-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3A Sea Ice Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524751-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"},{\"concept-id\":\"S2008499525-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1995279987-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2564625052-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:38:01.414Z\",\"granule-count\":49990,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2013502342-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2008499525-NSIDC_ECS\"],\"tools\":[\"TL1956087574-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1995279987-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3A Sea Ice Height V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700524751-NSIDC_ECS\"},\"concept-id\":\"S2013502342-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S2008499525-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1995279987-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2564625052-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:36:50.562Z\",\"granule-count\":51325,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3A Sea Ice Height V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -78204,8 +78309,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Daily and Monthly Gridded Polar Sea Surface Height Anomaly V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2747508640-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2737912334-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:13.470Z\",\"granule-count\":120,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2096180743-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1956087574-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3B Daily and Monthly Gridded Polar Sea Surface Height Anomaly V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2747508640-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2737912334-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:10.392Z\",\"granule-count\":120,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Daily and Monthly Gridded Polar Sea Surface Height Anomaly V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"003\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -78330,8 +78435,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Daily and Monthly Gridded Sea Ice Freeboard V004\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2717347316-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2666857908-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:06.693Z\",\"granule-count\":120,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2096180743-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3B Daily and Monthly Gridded Sea Ice Freeboard V004\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2717347316-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2666857908-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:02.353Z\",\"granule-count\":120,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Daily and Monthly Gridded Sea Ice Freeboard V004\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"004\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -78394,8 +78499,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL15/002\",\"nsidc-cumulus-prod-public/ATLAS/ATL15/002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3B Gridded Antarctic and Arctic Land Ice Height Change V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2531267510-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:16.480Z\",\"granule-count\":28,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL15/002\",\"nsidc-cumulus-prod-public/ATLAS/ATL15/002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3B Gridded Antarctic and Arctic Land Ice Height Change V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2531267510-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:35:26.486Z\",\"granule-count\":28,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Gridded Antarctic and Arctic Land Ice Height Change V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"002\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -78471,8 +78576,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Gridded Antarctic and Arctic Land Ice Height Change V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524529-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2500140833-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:40:22.999Z\",\"granule-count\":28,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3B Gridded Antarctic and Arctic Land Ice Height Change V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700524529-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2500140833-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:39:13.044Z\",\"granule-count\":28,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Gridded Antarctic and Arctic Land Ice Height Change V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"002\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -78553,8 +78658,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL15/003\",\"nsidc-cumulus-prod-public/ATLAS/ATL15/003\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3B Gridded Antarctic and Arctic Land Ice Height Change V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2776895930-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:23.491Z\",\"granule-count\":40,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL15/003\",\"nsidc-cumulus-prod-public/ATLAS/ATL15/003\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3B Gridded Antarctic and Arctic Land Ice Height Change V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2776895930-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:35:29.669Z\",\"granule-count\":40,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Gridded Antarctic and Arctic Land Ice Height Change V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"003\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -78629,8 +78734,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Gridded Antarctic and Arctic Land Ice Height Change V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2837733596-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2776464171-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:40:25.460Z\",\"granule-count\":40,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3B Gridded Antarctic and Arctic Land Ice Height Change V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2837733596-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2776464171-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:39:16.292Z\",\"granule-count\":40,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Gridded Antarctic and Arctic Land Ice Height Change V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"003\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -78710,8 +78815,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL14/002\",\"nsidc-cumulus-prod-public/ATLAS/ATL14/002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3B Gridded Antarctic and Arctic Land Ice Height V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2531267507-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:10.001Z\",\"granule-count\":7,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL14/002\",\"nsidc-cumulus-prod-public/ATLAS/ATL14/002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3B Gridded Antarctic and Arctic Land Ice Height V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2531267507-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:35:16.909Z\",\"granule-count\":7,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Gridded Antarctic and Arctic Land Ice Height V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"002\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -78787,8 +78892,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Gridded Antarctic and Arctic Land Ice Height V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528878-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2500138845-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:40:15.690Z\",\"granule-count\":7,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3B Gridded Antarctic and Arctic Land Ice Height V002\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528878-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2500138845-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:39:05.121Z\",\"granule-count\":7,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Gridded Antarctic and Arctic Land Ice Height V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"002\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -78870,8 +78975,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL14/003\",\"nsidc-cumulus-prod-public/ATLAS/ATL14/003\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3B Gridded Antarctic and Arctic Land Ice Height V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2776895337-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:11.779Z\",\"granule-count\":10,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL14/003\",\"nsidc-cumulus-prod-public/ATLAS/ATL14/003\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3B Gridded Antarctic and Arctic Land Ice Height V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2776895337-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:35:20.514Z\",\"granule-count\":10,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Gridded Antarctic and Arctic Land Ice Height V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"003\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -78946,8 +79051,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Gridded Antarctic and Arctic Land Ice Height V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2776885606-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2776464127-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:40:17.951Z\",\"granule-count\":10,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977912846-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3B Gridded Antarctic and Arctic Land Ice Height V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2776885606-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2776464127-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:39:07.646Z\",\"granule-count\":10,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Gridded Antarctic and Arctic Land Ice Height V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"003\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -79087,8 +79192,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Mean Inland Surface Water Data V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2761660597-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2738530540-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:18.298Z\",\"granule-count\":1699,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3B Mean Inland Surface Water Data V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2761660597-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2738530540-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:15.585Z\",\"granule-count\":1699,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Mean Inland Surface Water Data V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"003\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -79151,8 +79256,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL23/001\",\"nsidc-cumulus-prod-public/ATLAS/ATL23/001\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3B Monthly 3-Month Gridded Dynamic Ocean Topography V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2765424272-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:52.302Z\",\"granule-count\":56,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL23/001\",\"nsidc-cumulus-prod-public/ATLAS/ATL23/001\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3B Monthly 3-Month Gridded Dynamic Ocean Topography V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2765424272-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:03.618Z\",\"granule-count\":56,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Monthly 3-Month Gridded Dynamic Ocean Topography V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"001\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -79213,8 +79318,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Monthly 3-Month Gridded Dynamic Ocean Topography V001\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2837739302-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2692731693-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:20.642Z\",\"granule-count\":56,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3B Monthly 3-Month Gridded Dynamic Ocean Topography V001\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2837739302-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2692731693-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:18.095Z\",\"granule-count\":56,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Monthly 3-Month Gridded Dynamic Ocean Topography V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"001\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -79280,145 +79385,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL17/004\",\"nsidc-cumulus-prod-public/ATLAS/ATL17/004\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3B Monthly Gridded Atmosphere V004\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153577198-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:30.352Z\",\"granule-count\":46,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; - usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Monthly Gridded - Atmosphere V004\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed - Active Archive Center\",\"Version\":\"004\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital - object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL - of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":1.0,\"YDimension\":1.0,\"Unit\":\"Decimal - Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":true,\"ScienceKeywords\":[{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"AEROSOL - BACKSCATTER\",\"VariableLevel2\":\"AEROSOL FRACTION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"LIDAR\",\"VariableLevel1\":\"APPARENT - SURFACE REFLECTIVITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"BLOWING - SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD - PROPERTIES\",\"VariableLevel2\":\"CLOUD FRACTION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD - MICROPHYSICS\",\"VariableLevel2\":\"CLOUD OPTICAL DEPTH/THICKNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-10-13T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical - variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/ATLAS/ATL17.004\"},\"ShortName\":\"ATL17\",\"EntryTitle\":\"ATLAS/ICESat-2 - L3B Monthly Gridded Atmosphere V004\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL17/004\",\"nsidc-cumulus-prod-public/ATLAS/ATL17/004\"],\"S3CredentialsAPIEndpoint\":\"https://data.nsidc.earthdatacloud.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.nsidc.earthdatacloud.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\" - These data are freely, openly, and fully accessible, provided that you are - logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"NASA's - newest search and order tool for subsetting, reprojecting, and reformatting - data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"Earthdata - Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ATL17+V004\",\"GetData\":{\"Format\":\"Not - provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access - to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA - SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ATLAS/ATL17.004\"},{\"Description\":\"Includes - a user's guide, supplemental documents like ATBDs and academic papers, How - Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED - INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/ATLAS/ATL17.004\"}],\"ContactGroups\":[{\"Roles\":[\"User - Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA - National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This - data set contains a gridded summary of monthly global cloud fraction, total - column optical depth over the oceans, polar cloud fraction, blowing snow frequency, - apparent surface reflectivity, and ground detection frequency.\",\"Purpose\":\"Scientific - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2022-02-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"004\",\"UseConstraints\":{\"LicenseText\":\" - These data are freely, openly, and fully available to use without restrictions, - provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. - For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 - 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, - 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Science - Systems and Applications, Inc.\"],\"City\":\"Lanham\",\"StateProvince\":\"MD\"}]},\"FirstName\":\"Steve\",\"MiddleName\":\"P.\",\"LastName\":\"Palm\"},{\"Roles\":[\"Technical - Contact\"],\"FirstName\":\"E.\",\"MiddleName\":\"Thomas\",\"LastName\":\"Northam\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Geomathematik, - Fachereich Geographie/Geowissenschaften,\",\"Universitaet Trier,\",\"Trier, - Germany\"]}]},\"FirstName\":\"Ute\",\"MiddleName\":\"Christina\",\"LastName\":\"Herzfeld\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Science - Systems and Applications, Inc.\"],\"City\":\"Lanham\",\"StateProvince\":\"MD\"}]},\"FirstName\":\"Steve\",\"MiddleName\":\"P.\",\"LastName\":\"Palm\"},{\"Roles\":[\"Technical - Contact\"],\"FirstName\":\"E.\",\"MiddleName\":\"Thomas\",\"LastName\":\"Northam\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Geomathematik, - Fachereich Geographie/Geowissenschaften,\",\"Universitaet Trier,\",\"Trier, - Germany\"]}]},\"FirstName\":\"Ute\",\"MiddleName\":\"Christina\",\"LastName\":\"Herzfeld\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA - NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 - 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National - Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA - NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 - 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National - Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/I2-SIPS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://icesat-2.gsfc.nasa.gov/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/I2-SIPS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://icesat-2.gsfc.nasa.gov/\"}]}}],\"Platforms\":[{\"Type\":\"Earth - Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, - and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Monthly Gridded Atmosphere V004\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528922-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2183496371-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:40:47.238Z\",\"granule-count\":46,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; - usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Monthly Gridded - Atmosphere V004\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed - Active Archive Center\",\"Version\":\"004\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital - object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL - of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":1.0,\"YDimension\":1.0,\"Unit\":\"Decimal - Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":true,\"ScienceKeywords\":[{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"AEROSOL - BACKSCATTER\",\"VariableLevel2\":\"AEROSOL FRACTION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"LIDAR\",\"VariableLevel1\":\"APPARENT - SURFACE REFLECTIVITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"BLOWING - SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD - PROPERTIES\",\"VariableLevel2\":\"CLOUD FRACTION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD - MICROPHYSICS\",\"VariableLevel2\":\"CLOUD OPTICAL DEPTH/THICKNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-10-13T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical - variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/ATLAS/ATL17.004\"},\"ShortName\":\"ATL17\",\"EntryTitle\":\"ATLAS/ICESat-2 - L3B Monthly Gridded Atmosphere V004\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" - These data are freely, openly, and fully accessible, provided that you are - logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct - download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ATLAS/ATL17.004/\",\"GetData\":{\"Format\":\"Not - provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest - search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ATL17+V004\",\"GetData\":{\"Format\":\"Not - provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter - data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ATL17/versions/4/\",\"GetData\":{\"Format\":\"Not - provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access - to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA - SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ATLAS/ATL17.004\"},{\"Description\":\"Includes - a user's guide, supplemental documents like ATBDs and academic papers, How - Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED - INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/ATLAS/ATL17.004\"}],\"ContactGroups\":[{\"Roles\":[\"User - Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA - National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This - data set contains a gridded summary of monthly global cloud fraction, total - column optical depth over the oceans, polar cloud fraction, blowing snow frequency, - apparent surface reflectivity, and ground detection frequency.\",\"Purpose\":\"Scientific - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2022-02-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"004\",\"UseConstraints\":{\"LicenseText\":\" - These data are freely, openly, and fully available to use without restrictions, - provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. - For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 - 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, - 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Science - Systems and Applications, Inc.\"],\"City\":\"Lanham\",\"StateProvince\":\"MD\"}]},\"FirstName\":\"Steve\",\"MiddleName\":\"P.\",\"LastName\":\"Palm\"},{\"Roles\":[\"Technical - Contact\"],\"FirstName\":\"E.\",\"MiddleName\":\"Thomas\",\"LastName\":\"Northam\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Geomathematik, - Fachereich Geographie/Geowissenschaften,\",\"Universitaet Trier,\",\"Trier, - Germany\"]}]},\"FirstName\":\"Ute\",\"MiddleName\":\"Christina\",\"LastName\":\"Herzfeld\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Science - Systems and Applications, Inc.\"],\"City\":\"Lanham\",\"StateProvince\":\"MD\"}]},\"FirstName\":\"Steve\",\"MiddleName\":\"P.\",\"LastName\":\"Palm\"},{\"Roles\":[\"Technical - Contact\"],\"FirstName\":\"E.\",\"MiddleName\":\"Thomas\",\"LastName\":\"Northam\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Geomathematik, - Fachereich Geographie/Geowissenschaften,\",\"Universitaet Trier,\",\"Trier, - Germany\"]}]},\"FirstName\":\"Ute\",\"MiddleName\":\"Christina\",\"LastName\":\"Herzfeld\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA - NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 - 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National - Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA - NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 - 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National - Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/I2-SIPS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://icesat-2.gsfc.nasa.gov/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/I2-SIPS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://icesat-2.gsfc.nasa.gov/\"}]}}],\"Platforms\":[{\"Type\":\"Earth - Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, - and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL17/005\",\"nsidc-cumulus-prod-public/ATLAS/ATL17/005\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3B Monthly Gridded Atmosphere V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2769338020-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:32.702Z\",\"granule-count\":60,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL17/005\",\"nsidc-cumulus-prod-public/ATLAS/ATL17/005\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3B Monthly Gridded Atmosphere V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2769338020-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:35:41.571Z\",\"granule-count\":60,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Monthly Gridded Atmosphere V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"005\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -79472,8 +79440,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Monthly Gridded Atmosphere V005\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2768800673-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2737997483-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:40:49.454Z\",\"granule-count\":60,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1956087574-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3B Monthly Gridded Atmosphere V005\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2768800673-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2737997483-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:39:37.796Z\",\"granule-count\":60,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Monthly Gridded Atmosphere V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"005\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -79600,8 +79568,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Monthly Gridded Dynamic Ocean Topography V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2753448454-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2746899536-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:40:57.017Z\",\"granule-count\":60,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1956087574-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3B Monthly Gridded Dynamic Ocean Topography V003\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2753448454-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2746899536-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:39:46.327Z\",\"granule-count\":60,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Monthly Gridded Dynamic Ocean Topography V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"003\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -79667,8 +79635,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL11/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL11/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3B Slope-Corrected Land Ice Height Time Series V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2752556504-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:35:50.998Z\",\"granule-count\":8104,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL11/006\",\"nsidc-cumulus-prod-public/ATLAS/ATL11/006\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3B Slope-Corrected Land Ice Height Time Series V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2752556504-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:34:57.187Z\",\"granule-count\":8104,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Slope-Corrected Land Ice Height Time Series V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -79728,8 +79696,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Slope-Corrected Land Ice Height Time Series V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2751688335-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2750966856-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:39:29.277Z\",\"granule-count\":8104,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013515292-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3B Slope-Corrected Land Ice Height Time Series V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2751688335-NSIDC_ECS\"},\"concept-id\":\"S2013515292-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2750966856-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:38:19.417Z\",\"granule-count\":8104,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Slope-Corrected Land Ice Height Time Series V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"006\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -79794,145 +79762,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL16/004\",\"nsidc-cumulus-prod-public/ATLAS/ATL16/004\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3B Weekly Gridded Atmosphere V004\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153575232-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:25.945Z\",\"granule-count\":182,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; - usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Weekly Gridded - Atmosphere V004\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed - Active Archive Center\",\"Version\":\"004\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital - object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL - of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":2.0,\"YDimension\":2.0,\"Unit\":\"Decimal - Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":true,\"ScienceKeywords\":[{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"AEROSOL - BACKSCATTER\",\"VariableLevel2\":\"AEROSOL FRACTION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"LIDAR\",\"VariableLevel1\":\"APPARENT - SURFACE REFLECTIVITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"BLOWING - SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD - PROPERTIES\",\"VariableLevel2\":\"CLOUD FRACTION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD - MICROPHYSICS\",\"VariableLevel2\":\"CLOUD OPTICAL DEPTH/THICKNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-10-13T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical - variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/ATLAS/ATL16.004\"},\"ShortName\":\"ATL16\",\"EntryTitle\":\"ATLAS/ICESat-2 - L3B Weekly Gridded Atmosphere V004\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL16/004\",\"nsidc-cumulus-prod-public/ATLAS/ATL16/004\"],\"S3CredentialsAPIEndpoint\":\"https://data.nsidc.earthdatacloud.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.nsidc.earthdatacloud.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\" - These data are freely, openly, and fully accessible, provided that you are - logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"NASA's - newest search and order tool for subsetting, reprojecting, and reformatting - data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"Earthdata - Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ATL16+V004\",\"GetData\":{\"Format\":\"Not - provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access - to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA - SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ATLAS/ATL16.004\"},{\"Description\":\"Includes - a user's guide, supplemental documents like ATBDs and academic papers, How - Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED - INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/ATLAS/ATL16.004\"}],\"ContactGroups\":[{\"Roles\":[\"User - Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA - National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This - product reports weekly global cloud fraction, total column optical depth over - the oceans, polar cloud fraction, blowing snow frequency, apparent surface - reflectivity, and ground detection frequency.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"POLAR\"}],\"MetadataDates\":[{\"Date\":\"2022-02-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-03-08T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"004\",\"UseConstraints\":{\"LicenseText\":\" - These data are freely, openly, and fully available to use without restrictions, - provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. - For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 - 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, - 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Science - Systems and Applications, Inc.\"],\"City\":\"Lanham\",\"StateProvince\":\"MD\"}]},\"FirstName\":\"Steve\",\"MiddleName\":\"P.\",\"LastName\":\"Palm\"},{\"Roles\":[\"Technical - Contact\"],\"FirstName\":\"E.\",\"MiddleName\":\"Thomas\",\"LastName\":\"Northam\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Geomathematik, - Fachereich Geographie/Geowissenschaften,\",\"Universitaet Trier,\",\"Trier, - Germany\"]}]},\"FirstName\":\"Ute\",\"MiddleName\":\"Christina\",\"LastName\":\"Herzfeld\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Science - Systems and Applications, Inc.\"],\"City\":\"Lanham\",\"StateProvince\":\"MD\"}]},\"FirstName\":\"Steve\",\"MiddleName\":\"P.\",\"LastName\":\"Palm\"},{\"Roles\":[\"Technical - Contact\"],\"FirstName\":\"E.\",\"MiddleName\":\"Thomas\",\"LastName\":\"Northam\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Geomathematik, - Fachereich Geographie/Geowissenschaften,\",\"Universitaet Trier,\",\"Trier, - Germany\"]}]},\"FirstName\":\"Ute\",\"MiddleName\":\"Christina\",\"LastName\":\"Herzfeld\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA - NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 - 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National - Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA - NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 - 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National - Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/I2-SIPS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://icesat-2.gsfc.nasa.gov/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/I2-SIPS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://icesat-2.gsfc.nasa.gov/\"}]}}],\"Platforms\":[{\"Type\":\"Earth - Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, - and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Weekly Gridded Atmosphere V004\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700525534-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2183495714-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:40:32.809Z\",\"granule-count\":182,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; - usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Weekly Gridded - Atmosphere V004\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed - Active Archive Center\",\"Version\":\"004\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital - object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL - of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":2.0,\"YDimension\":2.0,\"Unit\":\"Decimal - Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":true,\"ScienceKeywords\":[{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"AEROSOL - BACKSCATTER\",\"VariableLevel2\":\"AEROSOL FRACTION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"LIDAR\",\"VariableLevel1\":\"APPARENT - SURFACE REFLECTIVITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"BLOWING - SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD - PROPERTIES\",\"VariableLevel2\":\"CLOUD FRACTION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD - MICROPHYSICS\",\"VariableLevel2\":\"CLOUD OPTICAL DEPTH/THICKNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-10-13T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical - variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/ATLAS/ATL16.004\"},\"ShortName\":\"ATL16\",\"EntryTitle\":\"ATLAS/ICESat-2 - L3B Weekly Gridded Atmosphere V004\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" - These data are freely, openly, and fully accessible, provided that you are - logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct - download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ATLAS/ATL16.004/\",\"GetData\":{\"Format\":\"Not - provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest - search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ATL16+V004\",\"GetData\":{\"Format\":\"Not - provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter - data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ATL16/versions/4/\",\"GetData\":{\"Format\":\"Not - provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access - to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA - SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ATLAS/ATL16.004\"},{\"Description\":\"Includes - a user's guide, supplemental documents like ATBDs and academic papers, How - Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED - INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/ATLAS/ATL16.004\"}],\"ContactGroups\":[{\"Roles\":[\"User - Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA - National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This - product reports weekly global cloud fraction, total column optical depth over - the oceans, polar cloud fraction, blowing snow frequency, apparent surface - reflectivity, and ground detection frequency.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"POLAR\"}],\"MetadataDates\":[{\"Date\":\"2022-02-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"004\",\"UseConstraints\":{\"LicenseText\":\" - These data are freely, openly, and fully available to use without restrictions, - provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. - For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 - 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, - 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Science - Systems and Applications, Inc.\"],\"City\":\"Lanham\",\"StateProvince\":\"MD\"}]},\"FirstName\":\"Steve\",\"MiddleName\":\"P.\",\"LastName\":\"Palm\"},{\"Roles\":[\"Technical - Contact\"],\"FirstName\":\"E.\",\"MiddleName\":\"Thomas\",\"LastName\":\"Northam\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Geomathematik, - Fachereich Geographie/Geowissenschaften,\",\"Universitaet Trier,\",\"Trier, - Germany\"]}]},\"FirstName\":\"Ute\",\"MiddleName\":\"Christina\",\"LastName\":\"Herzfeld\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Science - Systems and Applications, Inc.\"],\"City\":\"Lanham\",\"StateProvince\":\"MD\"}]},\"FirstName\":\"Steve\",\"MiddleName\":\"P.\",\"LastName\":\"Palm\"},{\"Roles\":[\"Technical - Contact\"],\"FirstName\":\"E.\",\"MiddleName\":\"Thomas\",\"LastName\":\"Northam\"},{\"Roles\":[\"Technical - Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Geomathematik, - Fachereich Geographie/Geowissenschaften,\",\"Universitaet Trier,\",\"Trier, - Germany\"]}]},\"FirstName\":\"Ute\",\"MiddleName\":\"Christina\",\"LastName\":\"Herzfeld\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA - NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 - 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National - Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA - NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 - 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National - Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/I2-SIPS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://icesat-2.gsfc.nasa.gov/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/I2-SIPS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating - Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://icesat-2.gsfc.nasa.gov/\"}]}}],\"Platforms\":[{\"Type\":\"Earth - Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, - and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL16/005\",\"nsidc-cumulus-prod-public/ATLAS/ATL16/005\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 - L3B Weekly Gridded Atmosphere V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2769337070-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:28.354Z\",\"granule-count\":240,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/ATLAS/ATL16/005\",\"nsidc-cumulus-prod-public/ATLAS/ATL16/005\"],\"has-spatial-subsetting\":false,\"native-id\":\"ATLAS/ICESat-2 + L3B Weekly Gridded Atmosphere V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2769337070-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:35:36.001Z\",\"granule-count\":240,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Weekly Gridded Atmosphere V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"005\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -79985,8 +79816,8 @@ interactions: Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced - Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 - L3B Weekly Gridded Atmosphere V005\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2768800494-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2737997243-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:40:35.141Z\",\"granule-count\":240,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2096180743-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2000645101-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1956087574-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"ATLAS/ICESat-2 + L3B Weekly Gridded Atmosphere V005\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2768800494-NSIDC_ECS\"},\"concept-id\":\"S2096180743-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2000645101-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1956087574-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C2737997243-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:39:27.034Z\",\"granule-count\":240,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"ATLAS/ICESat-2 L3B Weekly Gridded Atmosphere V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"005\"}],\"AdditionalAttributes\":[{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -85797,7 +85628,7 @@ interactions: DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT - APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146297849-POCLOUD\",\"V2146297830-POCLOUD\",\"V2146297890-POCLOUD\",\"V2146297808-POCLOUD\",\"V2146297815-POCLOUD\",\"V2146297872-POCLOUD\",\"V2146297813-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/OISST_HR_NRT-GOS-L4-BLK-v2.0/\",\"podaac-ops-cumulus-public/OISST_HR_NRT-GOS-L4-BLK-v2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Black+Sea+High+Resolution+SST+L4+Analysis+0.0625+deg+Resolution\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146297849-POCLOUD\"},{\"concept-id\":\"V2146297830-POCLOUD\"},{\"concept-id\":\"V2146297890-POCLOUD\"},{\"concept-id\":\"V2146297808-POCLOUD\"},{\"concept-id\":\"V2146297815-POCLOUD\"},{\"concept-id\":\"V2146297872-POCLOUD\"},{\"concept-id\":\"V2146297813-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036878059-POCLOUD\",\"revision-date\":\"2022-09-30T20:15:47.589Z\",\"granule-count\":5931,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146297849-POCLOUD\",\"V2146297830-POCLOUD\",\"V2146297890-POCLOUD\",\"V2146297808-POCLOUD\",\"V2146297815-POCLOUD\",\"V2146297872-POCLOUD\",\"V2146297813-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/OISST_HR_NRT-GOS-L4-BLK-v2.0/\",\"podaac-ops-cumulus-public/OISST_HR_NRT-GOS-L4-BLK-v2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Black+Sea+High+Resolution+SST+L4+Analysis+0.0625+deg+Resolution\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146297849-POCLOUD\"},{\"concept-id\":\"V2146297830-POCLOUD\"},{\"concept-id\":\"V2146297890-POCLOUD\"},{\"concept-id\":\"V2146297808-POCLOUD\"},{\"concept-id\":\"V2146297815-POCLOUD\"},{\"concept-id\":\"V2146297872-POCLOUD\"},{\"concept-id\":\"V2146297813-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036878059-POCLOUD\",\"revision-date\":\"2022-09-30T20:15:47.589Z\",\"granule-count\":5941,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"GOS\",\"Black Sea\",\"OISST\",\"Level 4\",\"sst\",\"L4\",\"surface temperature\",\"black sea\",\" high resolution\"],\"CollectionCitations\":[{\"Version\":\"2.0\",\"Title\":\"Black Sea High Resolution SST L4 Analysis 0.0625 deg daily\",\"Creator\":\"Institute @@ -85893,7 +85724,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"100.59\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.55\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AATSR\",\"LongName\":\"Advanced Along-Track Scanning Radiometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"500.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146297896-POCLOUD\",\"V2146297893-POCLOUD\",\"V2146297937-POCLOUD\",\"V2146297933-POCLOUD\",\"V2146297930-POCLOUD\",\"V2146297926-POCLOUD\",\"V2146297906-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/OISST_UHR_NRT-GOS-L4-BLK-v2.0/\",\"podaac-ops-cumulus-public/OISST_UHR_NRT-GOS-L4-BLK-v2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Black+Sea+Ultra+High+Resolution+SST+L4+Analysis+0.01+deg+Resolution\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146297896-POCLOUD\"},{\"concept-id\":\"V2146297893-POCLOUD\"},{\"concept-id\":\"V2146297937-POCLOUD\"},{\"concept-id\":\"V2146297933-POCLOUD\"},{\"concept-id\":\"V2146297930-POCLOUD\"},{\"concept-id\":\"V2146297926-POCLOUD\"},{\"concept-id\":\"V2146297906-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036878081-POCLOUD\",\"revision-date\":\"2022-09-30T20:15:49.632Z\",\"granule-count\":5932,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"500.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146297896-POCLOUD\",\"V2146297893-POCLOUD\",\"V2146297937-POCLOUD\",\"V2146297933-POCLOUD\",\"V2146297930-POCLOUD\",\"V2146297926-POCLOUD\",\"V2146297906-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/OISST_UHR_NRT-GOS-L4-BLK-v2.0/\",\"podaac-ops-cumulus-public/OISST_UHR_NRT-GOS-L4-BLK-v2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Black+Sea+Ultra+High+Resolution+SST+L4+Analysis+0.01+deg+Resolution\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146297896-POCLOUD\"},{\"concept-id\":\"V2146297893-POCLOUD\"},{\"concept-id\":\"V2146297937-POCLOUD\"},{\"concept-id\":\"V2146297933-POCLOUD\"},{\"concept-id\":\"V2146297930-POCLOUD\"},{\"concept-id\":\"V2146297926-POCLOUD\"},{\"concept-id\":\"V2146297906-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036878081-POCLOUD\",\"revision-date\":\"2022-09-30T20:15:49.632Z\",\"granule-count\":5942,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"SST\",\"GOS\",\"OISST\",\"Black Sea\",\"Level 4\",\"sst\",\"L4\",\"surface temperature\",\"black sea\",\" ultra high resolution\"],\"CollectionCitations\":[{\"Version\":\"2.0\",\"Title\":\"Black Sea Ultra High Resolution SST L4 Analysis 0.01 deg daily\",\"Creator\":\"Institute @@ -86169,8 +86000,8 @@ interactions: Center Contact\"],\"GroupName\":\"Help Desk\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}]}],\"TemporalKeywords\":[\"Hourly - < Daily\"],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"MITgcm\",\"LongName\":\"Massachusetts - Institute of Technology General Circulation Model\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":81,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Bootstrap - Sea Ice Concentrations from Nimbus-7 SMMR and DMSP SSM/I-SSMIS V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1517700856-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:55:45.139Z\",\"granule-count\":30042,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Institute of Technology General Circulation Model\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":82,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Bootstrap + Sea Ice Concentrations from Nimbus-7 SMMR and DMSP SSM/I-SSMIS V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1517700856-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:54:18.003Z\",\"granule-count\":30042,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Bootstrap Sea Ice Concentrations from Nimbus-7 SMMR and DMSP SSM/I-SSMIS V003\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"3\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -86270,8 +86101,8 @@ interactions: Sensor Microwave Imager/Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special Sensor Microwave Imager/Sounder\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Nimbus-7\",\"LongName\":\"Nimbus-7\",\"Instruments\":[{\"ShortName\":\"SMMR\",\"LongName\":\"Scanning Multichannel Microwave Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SMMR\",\"LongName\":\"Scanning - Multichannel Microwave Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Binary\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"Binary\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Bootstrap - Sea Ice Concentrations from Nimbus-7 SMMR and DMSP SSM/I-SSMIS V004\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2794540918-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:55:47.526Z\",\"granule-count\":33880,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Multichannel Microwave Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Binary\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"Binary\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Bootstrap + Sea Ice Concentrations from Nimbus-7 SMMR and DMSP SSM/I-SSMIS V004\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2794540918-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:54:20.593Z\",\"granule-count\":33880,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Bootstrap Sea Ice Concentrations from Nimbus-7 SMMR and DMSP SSM/I-SSMIS V004\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"4\"}],\"AdditionalAttributes\":[{\"Name\":\"GridResolution\",\"Description\":\"Nominal @@ -99185,8 +99016,8 @@ interactions: Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"LongName\":\"VISUAL OBSERVATIONS\"}]},{\"Type\":\"Physical - Models\",\"ShortName\":\"LABORATORY\",\"LongName\":\"LABORATORY\",\"Instruments\":[{\"ShortName\":\"BALANCE\",\"LongName\":\"BALANCE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CALFIN - Subseasonal Greenland Glacial Terminus Positions V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2116307977-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:58:52.331Z\",\"granule-count\":140,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Models\",\"ShortName\":\"LABORATORY\",\"LongName\":\"LABORATORY\",\"Instruments\":[{\"ShortName\":\"BALANCE\",\"LongName\":\"BALANCE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CALFIN + Subseasonal Greenland Glacial Terminus Positions V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2116307977-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:57:27.881Z\",\"granule-count\":140,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"CALFIN Subseasonal Greenland Glacial Terminus Positions V001\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The version of the SIPSMetGen software used to produce the metadata file for this @@ -100483,32 +100314,15 @@ interactions: Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Cloud-Aerosol Lidar with Orthogonal Polarization\",\"ShortName\":\"CALIOP\"}],\"LongName\":\"Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observations\",\"ShortName\":\"CALIPSO\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":174,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"associations\":{\"services\":[\"S1571678140-LARC_ASDC\"]},\"has-spatial-subsetting\":true,\"native-id\":\"CAL_LID_L1-Standard-V4-51_V4-51\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700490825-LARC_ASDC\"},\"concept-id\":\"S1571678140-LARC_ASDC\"}]},\"has-variables\":true,\"concept-id\":\"C2445512043-LARC_ASDC\",\"revision-date\":\"2024-03-22T13:29:44.666Z\",\"granule-count\":157780,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"TilingIdentificationSystems\":[{\"Coordinate1\":{\"MaximumValue\":99000,\"MinimumValue\":-999},\"Coordinate2\":{\"MaximumValue\":233,\"MinimumValue\":-999},\"TilingIdentificationSystemName\":\"CALIPSO\"}],\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://www.doi.org/10.5067/CALIOP/CALIPSO/CAL_LID_L1-Standard-V4-51\"},\"ReleaseDate\":\"2022-09-09T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL\",\"VerticalSpatialDomains\":[{\"Type\":\"Minimum + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":183,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"associations\":{\"services\":[\"S1571678140-LARC_ASDC\"]},\"has-spatial-subsetting\":true,\"native-id\":\"CAL_LID_L1-Standard-V4-51_V4-51\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700490825-LARC_ASDC\"},\"concept-id\":\"S1571678140-LARC_ASDC\"}]},\"has-variables\":true,\"concept-id\":\"C2445512043-LARC_ASDC\",\"revision-date\":\"2024-04-05T03:00:36.606Z\",\"granule-count\":157780,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"TilingIdentificationSystems\":[{\"Coordinate1\":{\"MaximumValue\":99000,\"MinimumValue\":-999},\"Coordinate2\":{\"MaximumValue\":233,\"MinimumValue\":-999},\"TilingIdentificationSystemName\":\"CALIPSO\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL\",\"VerticalSpatialDomains\":[{\"Type\":\"Minimum Altitude\",\"Value\":\"-1.8183749 km\"},{\"Type\":\"Maximum Altitude\",\"Value\":\"39.79567 km\"}]},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"LIDAR\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"VariableLevel1\":\"LIDAR BACKSCATTER\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"LIDAR\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"VariableLevel1\":\"LIDAR - DEPOLARIZATION RATIO\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"LIDAR\",\"Topic\":\"SPECTRAL/ENGINEERING\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-06-12T00:00:00.000000Z\",\"EndingDateTime\":\"2023-06-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\",\"ProcessingLevelDescription\":\"Level + DEPOLARIZATION RATIO\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"LIDAR\",\"Topic\":\"SPECTRAL/ENGINEERING\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-06-12T00:00:00.000Z\",\"EndingDateTime\":\"2023-06-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\",\"ProcessingLevelDescription\":\"Level 1A data that have been processed to sensor units (not all instruments have Level 1B source data).\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/CALIOP/CALIPSO/CAL_LID_L1-Standard-V4-51\"},\"ShortName\":\"CAL_LID_L1-Standard-V4-51\",\"EntryTitle\":\"CALIPSO - Lidar Level 1B profile data, V4-51\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Kar, - J., Vaughan, M. A., Lee, K.-P., Tackett, J. L., Avery, M. A., Garnier, A., - Getzewich, B. J., Hunt, W. H., Josset, D., Liu, Z., Lucker, P. L., Magill, - B., Omar, A. H., Pelon, J., Rogers, R. R., Toth, T. D., Trepte, C. R., Vernier, - J.-P., Winker, D. M., and Young, S. A.: CALIPSO lidar calibration at 532\u2009nm: - version 4 nighttime algorithm, Atmos. Meas. Tech., 11, 1459\u20131479, https://doi.org/10.5194/amt-11-1459-2018, - 2018.\\r\\n\\r\\nGetzewich, B. J., Vaughan, M. A., Hunt, W. H., Avery, M. - A., Powell, K. A., Tackett, J. L., Winker, D. M., Kar, J., Lee, K.-P., and - Toth, T. D.: CALIPSO lidar calibration at 532\u2009nm: version 4 daytime algorithm, - Atmos. Meas. Tech., 11, 6309\u20136326, https://doi.org/10.5194/amt-11-6309-2018, - 2018.\\r\\n\\r\\nVaughan, M., Garnier, A., Josset, D., Avery, M., Lee, K.-P., - Liu, Z., Hunt, W., Pelon, J., Hu, Y., Burton, S., Hair, J., Tackett, J. L., - Getzewich, B., Kar, J., and Rodier, S.: CALIPSO lidar calibration at 1064\u2009nm: - version 4 algorithm, Atmos. Meas. Tech., 12, 51\u201382, https://doi.org/10.5194/amt-12-51-2019, - 2019.\\r\\n\\r\\nYoung, S. A., Vaughan, M. A., Garnier, A., Tackett, J. L., - Lambeth, J. D., and Powell, K. A.: Extinction and optical depth retrievals - for CALIPSO's Version 4 data release, Atmos. Meas. Tech., 11, 5701\u20135727, - https://doi.org/10.5194/amt-11-5701-2018, 2018.\\r\\n\"}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"NASA + Lidar Level 1B profile data, V4-51\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"NASA Mission Page for CALIPSO\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://science.nasa.gov/mission/calipso/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"CALIPSO Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-calipso.larc.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC Data and Information for CALIPSO\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/project/CALIPSO\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI @@ -100524,11 +100338,26 @@ interactions: Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2445512043-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"CALIPSO - Data Management System - Data Products Catalog - Release 4.95\",\"Subtype\":\"PRODUCTION HISTORY\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://www-calipso.larc.nasa.gov/products/CALIPSO_DPC_Rev4x95.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Mission - Logo\",\"Subtype\":\"WORLDVIEW\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/static/images/project_logos/calipso.png\",\"URLContentType\":\"VisualizationURL\"},{\"Description\":\"ASDC + Logo\",\"Subtype\":\"WORLDVIEW\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/static/images/project_logos/calipso.png\",\"URLContentType\":\"VisualizationURL\"},{\"Description\":\"CALIPSO + - Browse Images\",\"Subtype\":\"PRODUCT USAGE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://www-calipso.larc.nasa.gov/products/lidar/browse_images/std_v451_index.php\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"CALIPSO + - Browse Image Tutorial\",\"Subtype\":\"PRODUCT USAGE\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www-calipso.larc.nasa.gov/resources/calipso_users_guide/browse/index.php\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Overview + of CALIPSO Data Product Maturity\",\"Subtype\":\"PRODUCT USAGE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/calipso/data_product_maturity.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"CALIPSO + \u2013 List of Publications\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www-calipso.larc.nasa.gov/resources/bibliographies.php\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"CALIPSO + \u2013 Data Availability Site\",\"Subtype\":\"PROCESSING HISTORY\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www-calipso.larc.nasa.gov/tools/data_avail/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"CALIPSO + \u2013 Data Inventory\",\"Subtype\":\"PROCESSING HISTORY\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www-calipso.larc.nasa.gov/products/inventory.php\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"CALIPSO + Data User\u2019s Guide - Frequently Asked Questions\",\"Subtype\":\"USER FEEDBACK + PAGE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://www-calipso.larc.nasa.gov/resources/calipso_users_guide/faq.php\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC Direct Data Download for CAL_LID_L1-Standard-V4-51_V4-51\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/CALIPSO/LID_L1-Standard-V4-51/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP data access for CAL_LID_L1-Standard-V4-51_V4-51\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE - SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/CALIPSO/LID_L1-Standard-V4-51/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2022-05-31T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-31T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"CAL_LID_L1-Standard-V4-51 + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/CALIPSO/LID_L1-Standard-V4-51/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2022-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"CAL_LID_L1-Standard-V4-51 is the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation (CALIPSO) Lidar Level 1B profile data, Version 4-51 data product. This data product was collected using the Cloud-Aerosol Lidar with Orthogonal Polarization (CALIOP) @@ -100538,7 +100367,7 @@ interactions: ratio at 532 nm. The product released contains data from nominal science mode measurements.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"TROPOSPHERE\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL - LOCATION\",\"Type\":\"BOUNDARY LAYER\"}],\"MetadataDates\":[{\"Date\":\"2022-05-31T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-12-07T17:40:00.000Z\",\"Type\":\"UPDATE\"}],\"MetadataAssociations\":[{\"Description\":\"Preceding + LOCATION\",\"Type\":\"BOUNDARY LAYER\"}],\"MetadataDates\":[{\"Date\":\"2022-05-31T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-04-04T20:20:00.000Z\",\"Type\":\"UPDATE\"}],\"MetadataAssociations\":[{\"Description\":\"Preceding version\",\"EntryId\":\"CAL_LID_L1-Standard-V4-10\",\"Type\":\"RELATED\",\"Version\":\"V4-10\"},{\"Description\":\"Preceding version\",\"EntryId\":\"CAL_LID_L1-Standard-V4-11\",\"Type\":\"RELATED\",\"Version\":\"V4-11\"}],\"VersionDescription\":\"CALIPSO Lidar Level 1B profile data\",\"Version\":\"V4-51\",\"Projects\":[{\"LongName\":\"Cloud-Aerosol @@ -115315,7 +115144,7 @@ interactions: PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"LIDAR\"}],\"LongName\":\"Cloud-Aerosol Transport System\",\"NumberOfInstruments\":1,\"ShortName\":\"CATS\"}],\"LongName\":\"International - Space Station\",\"ShortName\":\"ISS\",\"Type\":\"Space Stations/Manned Spacecraft\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF5\",\"Media\":[\"online\"]}]}}},{\"meta\":{\"revision-id\":1,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"sandra.blevins\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_24727\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2433571719-CDDIS\",\"revision-date\":\"2022-09-01T18:25:15.691Z\",\"granule-count\":103959,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Space Station\",\"ShortName\":\"ISS\",\"Type\":\"Space Stations/Manned Spacecraft\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF5\",\"Media\":[\"online\"]}]}}},{\"meta\":{\"revision-id\":1,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"sandra.blevins\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_24727\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2433571719-CDDIS\",\"revision-date\":\"2022-09-01T18:25:15.691Z\",\"granule-count\":108202,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1983-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2020-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\",\"ProcessingLevelDescription\":\"3rd @@ -115339,7 +115168,7 @@ interactions: derived data products in SINEX format.\",\"Value\":\"GPS combined solution - IGS contributed data product for the ITRF2020\",\"Unit\":\"Various\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"SINEX\",\"FormatType\":\"Native\",\"FormatDescription\":\"Solution (Software/technique) INdependent EXchange Format\",\"AverageFileSize\":1.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"SINEX\",\"FormatType\":\"Native\",\"FormatDescription\":\"Solution - (Software/technique) INdependent EXchange Format\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"sandra.blevins\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_22452\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2289365510-CDDIS\",\"revision-date\":\"2022-08-02T19:50:24.795Z\",\"granule-count\":908,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Very + (Software/technique) INdependent EXchange Format\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"sandra.blevins\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_22452\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2289365510-CDDIS\",\"revision-date\":\"2022-08-02T19:50:24.795Z\",\"granule-count\":926,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Very Long Baseline Interferometry (VLBI)\",\"Geodesy\",\"Quasars\"],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel1\":\"GEODETICS\",\"VariableLevel2\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel3\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Not @@ -116139,7 +115968,7 @@ interactions: Center Contact\"],\"GroupName\":\"CDDIS\",\"ContactInformation\":{\"ServiceHours\":\"24-7\",\"ContactInstruction\":\"support-cddis@earthdata.nasa.gov\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}]}],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED OBSERVATIONS\",\"LongName\":\"GROUND-BASED - OBSERVATIONS\",\"Instruments\":[{\"ShortName\":\"VLBI Station\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Text\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CDDIS_VLBI_products_positions\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000045-CDDIS\",\"revision-date\":\"2021-03-04T20:44:16.715Z\",\"granule-count\":73339,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"NOT + OBSERVATIONS\",\"Instruments\":[{\"ShortName\":\"VLBI Station\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Text\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CDDIS_VLBI_products_positions\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000045-CDDIS\",\"revision-date\":\"2021-03-04T20:44:16.715Z\",\"granule-count\":73441,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"NOT PROVIDED\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"Not provided\",\"Topic\":\"Not provided\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1980-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"MissingReason\":\"Unknown\",\"Explanation\":\"Native record does not contain a DOI.\"},\"ShortName\":\"CDDIS_VLBI_products_positions\",\"EntryTitle\":\"CDDIS_VLBI_products_positions\",\"RelatedUrls\":[{\"Type\":\"GET @@ -116158,7 +115987,7 @@ interactions: Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"VLBI - Station\"}],\"LongName\":\"Ground Stations\",\"ShortName\":\"GROUND STATIONS\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CDDIS_VLBI_products_troposphere\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000046-CDDIS\",\"revision-date\":\"2021-03-04T20:42:37.107Z\",\"granule-count\":247,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"NOT + Station\"}],\"LongName\":\"Ground Stations\",\"ShortName\":\"GROUND STATIONS\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CDDIS_VLBI_products_troposphere\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000046-CDDIS\",\"revision-date\":\"2021-03-04T20:42:37.107Z\",\"granule-count\":254,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"NOT PROVIDED\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"Not provided\",\"Topic\":\"Not provided\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2001-12-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"MissingReason\":\"Unknown\",\"Explanation\":\"Native record does not contain a DOI.\"},\"ShortName\":\"CDDIS_VLBI_products_troposphere\",\"EntryTitle\":\"CDDIS_VLBI_products_troposphere\",\"RelatedUrls\":[{\"Type\":\"GET @@ -116282,7 +116111,7 @@ interactions: DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT - APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":525,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_Terra-FM2_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7460995-LARC_ASDC\",\"revision-date\":\"2024-03-27T15:54:29.519Z\",\"granule-count\":8663,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":525,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_Terra-FM2_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7460995-LARC_ASDC\",\"revision-date\":\"2024-03-27T15:54:29.519Z\",\"granule-count\":8694,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted Temperatures\",\"Converted Voltages and Torques\",\"Shortwave (SW) Detector Output\",\"Shortwave (SW) Filtered Upward Radiance\",\"Total Detector Output\",\"Total Filtered Radiance Upwards\",\"Window (Wn) Detector Output\",\"Window (Wn) @@ -122378,7 +122207,7 @@ interactions: Imaging SpectroRadiometer\",\"ShortName\":\"MISR\"},{\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 2\",\"ShortName\":\"CERES-FM2\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":524,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_Terra-FM1_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7460994-LARC_ASDC\",\"revision-date\":\"2024-03-27T15:55:11.390Z\",\"granule-count\":8664,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":524,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_Terra-FM1_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7460994-LARC_ASDC\",\"revision-date\":\"2024-03-27T15:55:11.390Z\",\"granule-count\":8695,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted Temperatures\",\"Converted Voltages and Torques\",\"Shortwave (SW) Detector Output\",\"Shortwave (SW) Filtered Upward Radiance\",\"Total Detector Output\",\"Total Filtered Radiance Upwards\",\"Window (Wn) Detector Output\",\"Window (Wn) @@ -122552,7 +122381,7 @@ interactions: and the Earth's Radiant Energy System - Flight Model 1\",\"ShortName\":\"CERES-FM1\"},{\"LongName\":\"Clouds and the Earth's Radiant Energy System Scanner\",\"ShortName\":\"CERES SCANNER\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\",\"TotalCollectionFileSize\":600,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":1728,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451702-LARC_ASDC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_Aqua-FM3_Edition1-CV\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451702-LARC_ASDC\"}]},\"has-variables\":false,\"concept-id\":\"C4254857-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:16:57.912Z\",\"granule-count\":9427,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\",\"TotalCollectionFileSize\":600,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":1782,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451702-LARC_ASDC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_Aqua-FM3_Edition1-CV\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451702-LARC_ASDC\"}]},\"has-variables\":false,\"concept-id\":\"C4254857-LARC_ASDC\",\"revision-date\":\"2024-04-08T03:00:46.392Z\",\"granule-count\":9447,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted Temperatures\",\"Converted Voltages and Torques\",\"Shortwave (SW) Detector Output\",\"Shortwave (SW) Filtered Upward Radiance\",\"TOA (Top of Atmosphere) Radiance: Shortwave (SW) Filtered (0-5_m)\",\"TOA (Top of Atmosphere) Radiance: @@ -122708,17 +122537,17 @@ interactions: DR.\",\"LastName\":\"PRIESTLEY\",\"MiddleName\":\"J.\",\"Roles\":[\"Technical Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"VA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"ceres-help@lists.nasa.gov\"}]},\"FirstName\":\"NORMAN\",\"LastName\":\"LOEB\",\"MiddleName\":\"G.\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Total Detector\",\"ShortName\":\"Total Detector\"},{\"LongName\":\"Shortwave Detector\",\"ShortName\":\"Shortwave Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 3\",\"ShortName\":\"CERES-FM3\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":852,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_Aqua-FM3_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7460992-LARC_ASDC\",\"revision-date\":\"2024-03-27T15:54:36.635Z\",\"granule-count\":7857,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":852,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_Aqua-FM3_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7460992-LARC_ASDC\",\"revision-date\":\"2024-03-27T15:54:36.635Z\",\"granule-count\":7888,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted Temperatures\",\"Converted Voltages and Torques\",\"Shortwave (SW) Detector Output\",\"Shortwave (SW) Filtered Upward Radiance\",\"Total Detector Output\",\"Total Filtered Radiance Upwards\",\"Window (Wn) Detector Output\",\"Window (Wn) @@ -123221,7 +123050,7 @@ interactions: Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 4\",\"ShortName\":\"CERES-FM4\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":413,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_NOAA20-FM6_Edition1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001703-LARC_ASDC\",\"revision-date\":\"2024-03-22T13:30:04.594Z\",\"granule-count\":2101,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NOAA20/CERES/BDS-FM6_L1.001\"},\"ReleaseDate\":\"2020-04-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PercentShortWaveChannelBad\",\"Name\":\"PercentShortWaveChannelBad\"},{\"DataType\":\"STRING\",\"Description\":\"PercentLongWaveChannelBad\",\"Name\":\"PercentLongWaveChannelBad\"},{\"DataType\":\"STRING\",\"Description\":\"EphemerisDataUsed\",\"Name\":\"EphemerisDataUsed\"},{\"DataType\":\"STRING\",\"Description\":\"PGE + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":413,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_NOAA20-FM6_Edition1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001703-LARC_ASDC\",\"revision-date\":\"2024-03-22T13:30:04.594Z\",\"granule-count\":2130,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NOAA20/CERES/BDS-FM6_L1.001\"},\"ReleaseDate\":\"2020-04-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PercentShortWaveChannelBad\",\"Name\":\"PercentShortWaveChannelBad\"},{\"DataType\":\"STRING\",\"Description\":\"PercentLongWaveChannelBad\",\"Name\":\"PercentLongWaveChannelBad\"},{\"DataType\":\"STRING\",\"Description\":\"EphemerisDataUsed\",\"Name\":\"EphemerisDataUsed\"},{\"DataType\":\"STRING\",\"Description\":\"PGE Short Name\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"Sampling Strategy Used\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"Production Strategy Name\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"INT\",\"Description\":\"Data @@ -123396,7 +123225,7 @@ interactions: Detector\"},{\"LongName\":\"Longwave Detector\",\"ShortName\":\"Longwave Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 6\",\"ShortName\":\"CERES-FM6\"}],\"LongName\":\"Joint Polar Satellite System - 1\",\"ShortName\":\"NOAA-20\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\",\"TotalCollectionFileSize\":600,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":716,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_J01-FM6_Edition1-CV\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1525896153-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:16:41.003Z\",\"granule-count\":2315,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\",\"TotalCollectionFileSize\":600,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":774,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_J01-FM6_Edition1-CV\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1525896153-LARC_ASDC\",\"revision-date\":\"2024-04-08T03:00:21.564Z\",\"granule-count\":2335,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted Voltages and Torques\",\"Infrared Radiance\",\"Longwave (LW) Detector Output\",\"Longwave (LW) Filtered Radiance Upwards\",\"Longwave (LW) Radiation\",\"Net Radiation\",\"Shortwave (SW) Detector Output\",\"Shortwave (SW) Filtered Upward Radiance\",\"Shortwave @@ -123535,16 +123364,16 @@ interactions: DR.\",\"LastName\":\"PRIESTLEY\",\"MiddleName\":\"J.\",\"Roles\":[\"Technical Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"VA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"ceres-help@lists.nasa.gov\"}]},\"FirstName\":\"NORMAN\",\"LastName\":\"LOEB\",\"MiddleName\":\"G.\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Total Detector\",\"ShortName\":\"Total Detector\"},{\"LongName\":\"Shortwave Detector\",\"ShortName\":\"Shortwave Detector\"},{\"LongName\":\"Longwave Detector\",\"ShortName\":\"Longwave Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 6\",\"ShortName\":\"CERES-FM6\"}],\"ShortName\":\"NOAA-20\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":389,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_NPP-FM5_Edition2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001767-LARC_ASDC\",\"revision-date\":\"2024-03-22T19:08:53.566Z\",\"granule-count\":6826,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NPP/CERES/BDS-FM5_L1.002\"}}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":389,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_NPP-FM5_Edition2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001767-LARC_ASDC\",\"revision-date\":\"2024-03-22T19:08:53.566Z\",\"granule-count\":6889,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NPP/CERES/BDS-FM5_L1.002\"}}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE Short Name\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"Sampling Strategy Used\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"Production Strategy Name\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"INT\",\"Description\":\"Data @@ -123729,7 +123558,7 @@ interactions: Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 5\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM5\"}],\"LongName\":\"Suomi National Polar-orbiting Partnership\",\"ShortName\":\"Suomi-NPP\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\",\"TotalCollectionFileSize\":600,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":930,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_NPP-FM5_Edition1-CV\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7604529-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:17:04.739Z\",\"granule-count\":4449,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\",\"TotalCollectionFileSize\":600,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":984,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_NPP-FM5_Edition1-CV\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7604529-LARC_ASDC\",\"revision-date\":\"2024-04-08T03:00:53.207Z\",\"granule-count\":4469,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted Temperatures\",\"Converted Voltages and Torques\",\"Shortwave (SW) Detector Output\",\"Shortwave (SW) Filtered Upward Radiance\",\"TOA (Top of Atmosphere) Radiance: Shortwave (SW) Filtered (0-5_m)\",\"TOA (Top of Atmosphere) Radiance: @@ -123867,10 +123696,10 @@ interactions: Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"kory.j.priestly@nasa.gov\"}]},\"FirstName\":\"KORY, DR.\",\"LastName\":\"PRIESTLEY\",\"MiddleName\":\"J.\",\"Roles\":[\"Technical Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Total Detector\",\"ShortName\":\"Total Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window @@ -123878,7 +123707,7 @@ interactions: Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 5\",\"ShortName\":\"CERES-FM5\"}],\"LongName\":\"Suomi National Polar-orbiting Partnership\",\"ShortName\":\"Suomi-NPP\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":919,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451683-LARC_ASDC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_Terra-FM1_Edition1-CV\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451683-LARC_ASDC\"}]},\"has-variables\":false,\"concept-id\":\"C4254866-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:16:47.562Z\",\"granule-count\":8756,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":975,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451683-LARC_ASDC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_Terra-FM1_Edition1-CV\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451683-LARC_ASDC\"}]},\"has-variables\":false,\"concept-id\":\"C4254866-LARC_ASDC\",\"revision-date\":\"2024-04-08T03:00:28.256Z\",\"granule-count\":8776,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted Temperatures\",\"Converted Voltages and Torques\",\"Shortwave (SW) Detector Output\",\"Shortwave (SW) Filtered Upward Radiance\",\"TOA (Top of Atmosphere) Radiance: Shortwave (SW) Filtered (0-5_m)\",\"TOA (Top of Atmosphere) Radiance: @@ -124043,17 +123872,17 @@ interactions: DR.\",\"LastName\":\"PRIESTLEY\",\"MiddleName\":\"J.\",\"Roles\":[\"Technical Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"VA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"ceres-help@lists.nasa.gov\"}]},\"FirstName\":\"NORMAN\",\"LastName\":\"LOEB\",\"MiddleName\":\"G.\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Total Detector\",\"ShortName\":\"Total Detector\"},{\"LongName\":\"Shortwave Detector\",\"ShortName\":\"Shortwave Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 1\",\"ShortName\":\"CERES-FM1\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":918,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451683-LARC_ASDC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_Terra-FM2_Edition1-CV\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451683-LARC_ASDC\"}]},\"has-variables\":false,\"concept-id\":\"C4254869-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:17:14.841Z\",\"granule-count\":8757,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":972,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451683-LARC_ASDC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CER_BDS_Terra-FM2_Edition1-CV\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451683-LARC_ASDC\"}]},\"has-variables\":false,\"concept-id\":\"C4254869-LARC_ASDC\",\"revision-date\":\"2024-04-08T03:01:03.669Z\",\"granule-count\":8777,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Converted Temperatures\",\"Converted Voltages and Torques\",\"Shortwave (SW) Detector Output\",\"Shortwave (SW) Filtered Upward Radiance\",\"TOA (Top of Atmosphere) Radiance: Shortwave (SW) Filtered (0-5_m)\",\"TOA (Top of Atmosphere) Radiance: @@ -124229,10 +124058,10 @@ interactions: DR.\",\"LastName\":\"PRIESTLEY\",\"MiddleName\":\"J.\",\"Roles\":[\"Technical Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"VA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"ceres-help@lists.nasa.gov\"}]},\"FirstName\":\"NORMAN\",\"LastName\":\"LOEB\",\"MiddleName\":\"G.\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Total Detector\",\"ShortName\":\"Total Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window @@ -126987,7 +126816,7 @@ interactions: Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 4\",\"NumberOfInstruments\":2,\"ShortName\":\"CERES-FM4\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"NetCDF-4\",\"TotalCollectionFileSize\":2,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CERES_EBAF_Edition4.2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2627883499-LARC_ASDC\",\"revision-date\":\"2024-01-10T03:00:45.034Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"All-Sky + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"NetCDF-4\",\"TotalCollectionFileSize\":2,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CERES_EBAF_Edition4.2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2627883499-LARC_ASDC\",\"revision-date\":\"2024-04-02T16:51:26.779Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"All-Sky TOA (Top of Atmosphere) Net Balanced Flux\",\"Clear-Sky (Spatially Complete) TOA (Top of Atmosphere) Net Balanced Flux\",\"Cloud Radiative Forcing\",\"Cloud Effective Temperature\",\"Cloud Effective Pressure\",\"Surface\"],\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://www.doi.org/10.5067/TERRA-AQUA-NOAA20/CERES/EBAF_L3B004.2\"},\"ReleaseDate\":\"2023-02-17T00:00:00.000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"Name @@ -127010,7 +126839,8 @@ interactions: SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"NET RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SHORTWAVE - RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-03-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/TERRA-AQUA-NOAA20/CERES/EBAF_L3B004.2\"},\"ShortName\":\"CERES_EBAF\",\"EntryTitle\":\"CERES + RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-03-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\",\"ProcessingLevelDescription\":\"Data + from multiple measurements\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/TERRA-AQUA-NOAA20/CERES/EBAF_L3B004.2\"},\"ShortName\":\"CERES_EBAF\",\"EntryTitle\":\"CERES Energy Balanced and Filled (EBAF) TOA and Surface Monthly means data in netCDF Edition 4.2\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Loeb, N. G., Doelling, D. R., Wang, H., Su, W., Nguyen, C., Corbett, J. G., \u2026 @@ -127533,7 +127363,7 @@ interactions: Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 6\",\"ShortName\":\"CERES-FM6\"}],\"LongName\":\"Joint Polar Satellite System - 1\",\"ShortName\":\"NOAA-20\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"NetCDF-3\",\"TotalCollectionFileSize\":1,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":371,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES8_NPP-FM5_Edition2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001773-LARC_ASDC\",\"revision-date\":\"2024-03-23T13:10:02.179Z\",\"granule-count\":7435,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NPP/CERES/ES8-FM5_L2.002\"},\"ReleaseDate\":\"2020-03-31T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"NetCDF-3\",\"TotalCollectionFileSize\":1,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":371,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES8_NPP-FM5_Edition2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001773-LARC_ASDC\",\"revision-date\":\"2024-03-23T13:10:02.179Z\",\"granule-count\":7497,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NPP/CERES/ES8-FM5_L2.002\"},\"ReleaseDate\":\"2020-03-31T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE Short Name\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"Sampling Strategy Used\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"Production Strategy Name\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"INT\",\"Description\":\"Data @@ -128243,7 +128073,7 @@ interactions: Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 4\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM4\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"HTTPS\"],\"TotalCollectionFileSize\":70.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":709,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES9_Terra-Xtrk_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1442085841-LARC_ASDC\",\"revision-date\":\"2024-02-21T03:00:53.156Z\",\"granule-count\":285,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Clear-Sky + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"HTTPS\"],\"TotalCollectionFileSize\":70.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":716,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES9_Terra-Xtrk_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1442085841-LARC_ASDC\",\"revision-date\":\"2024-04-04T11:36:39.682Z\",\"granule-count\":286,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Clear-Sky Albedo\",\"Clear-Sky Longwave (LW) Flux\",\"Clear-Sky Shortwave (SW) Flux\",\"ERBE Scene ID\",\"Geographics Scene Type\",\"Net Flux\",\"Solar Incidence\",\"TOA (Top of Atmosphere) Flux\"],\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://www.doi.org/10.5067/TERRA/CERES/ES9-XTRK_L3.004\"},\"ReleaseDate\":\"2017-12-07T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE @@ -128264,7 +128094,8 @@ interactions: SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SHORTWAVE RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"NET - RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-03-01T00:00:00.000000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/TERRA/CERES/ES9-XTRK_L3.004\"},\"ShortName\":\"CER_ES9_Terra-Xtrk\",\"EntryTitle\":\"CERES + RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-03-01T00:00:00.000000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"Geolocated + geophysical parameters\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/TERRA/CERES/ES9-XTRK_L3.004\"},\"ShortName\":\"CER_ES9_Terra-Xtrk\",\"EntryTitle\":\"CERES ERBE-like Gridded Instantaneous TOA Fluxes Terra Crosstrack Edition4\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"CERES project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://ceres.larc.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI data set landing page for CER_ES9_Terra-Xtrk_Edition4\",\"Type\":\"DATA SET @@ -128403,12 +128234,12 @@ interactions: States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"VA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"ceres-help@lists.nasa.gov\"}]},\"FirstName\":\"NORMAN\",\"LastName\":\"LOEB\",\"MiddleName\":\"G.\",\"Roles\":[\"Investigator\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"VA\",\"StreetAddresses\":[\"NASA Langley Reseach Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"takmeng.wong@nasa.gov\"}]},\"FirstName\":\"TAKMENG\",\"LastName\":\"WONG\",\"Roles\":[\"Technical - Contact\"]}],\"DataCenters\":[{\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME - PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley - Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley - Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"FirstName\":\"ASDC\",\"LastName\":\"USER - SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"LongName\":\"Atmospheric + Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Total Detector\"},{\"ShortName\":\"Shortwave Detector\"},{\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - @@ -128417,7 +128248,7 @@ interactions: Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 2\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM2\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"],\"TotalCollectionFileSize\":70,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":736,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES8_Aqua-FM3_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419931580-LARC_ASDC\",\"revision-date\":\"2024-03-27T15:54:14.379Z\",\"granule-count\":8185,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Albedo\",\"Clear-Sky + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"],\"TotalCollectionFileSize\":70,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":736,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES8_Aqua-FM3_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419931580-LARC_ASDC\",\"revision-date\":\"2024-03-27T15:54:14.379Z\",\"granule-count\":8216,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Albedo\",\"Clear-Sky Albedo\",\"Clear-Sky Longwave (LW) Flux\",\"Clear-Sky Shortwave (SW) Flux\",\"Clear-Sky Solar Incidence\",\"ERBE Scene ID\",\"Net Flux\",\"OLR (Outgoing Longwave Radiation)\",\"TOA (Top of Atmosphere) Flux\"],\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/AQUA/CERES/ES8-FM3_L2.004\"},\"ReleaseDate\":\"2017-09-19T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE @@ -128776,7 +128607,7 @@ interactions: Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 4\",\"NumberOfInstruments\":1,\"ShortName\":\"CERES-FM4\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"],\"TotalCollectionFileSize\":275.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":409,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES8_NOAA20-FM6_Edition1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001690-LARC_ASDC\",\"revision-date\":\"2024-03-22T13:31:11.955Z\",\"granule-count\":2102,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NOAA20/CERES/ES8-FM6_L2.001\"},\"ReleaseDate\":\"2020-04-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"],\"TotalCollectionFileSize\":275.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":421,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES8_NOAA20-FM6_Edition1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001690-LARC_ASDC\",\"revision-date\":\"2024-04-01T19:01:34.253Z\",\"granule-count\":2131,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NOAA20/CERES/ES8-FM6_L2.001\"},\"ReleaseDate\":\"2020-04-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE Short Name\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"Sampling Strategy Used\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"Production Strategy Name\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"INT\",\"Description\":\"Data @@ -128796,8 +128627,7 @@ interactions: LONGWAVE RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SHORTWAVE RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"LONGWAVE - RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-05-01T00:00:00.000000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Derived - geophysical parameters\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/NOAA20/CERES/ES8-FM6_L2.001\"},\"ShortName\":\"CER_ES8_NOAA20-FM6\",\"EntryTitle\":\"CERES + RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-05-01T00:00:00.000000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/NOAA20/CERES/ES8-FM6_L2.001\"},\"ShortName\":\"CER_ES8_NOAA20-FM6\",\"EntryTitle\":\"CERES ERBE-like Instantaneous TOA Estimates NOAA-20 FM6 Edition1\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"CERES project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://ceres.larc.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"CERES ERBE-like Instantaneous TOA Estimates (ES-8) Data Set Abstract\",\"Subtype\":\"GENERAL @@ -128948,7 +128778,7 @@ interactions: Detector\"},{\"LongName\":\"Longwave Detector\",\"ShortName\":\"Longwave Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 6\",\"ShortName\":\"CERES-FM6\"}],\"LongName\":\"Joint Polar Satellite System - 1\",\"ShortName\":\"NOAA-20\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"]}]}}},{\"meta\":{\"revision-id\":726,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES8_Terra-FM1_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419931594-LARC_ASDC\",\"revision-date\":\"2024-02-24T03:00:47.800Z\",\"granule-count\":8986,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"ERBE + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"]}]}}},{\"meta\":{\"revision-id\":733,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES8_Terra-FM1_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419931594-LARC_ASDC\",\"revision-date\":\"2024-04-04T11:35:52.425Z\",\"granule-count\":9017,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"ERBE Scene ID\",\"Longwave (LW) Flux\",\"Longwave (LW) Unfiltered Radiance\",\"OLR (Outgoing Longwave Radiation)\",\"Shortwave (SW) Filtered Radiance\",\"Shortwave (SW) Flux\",\"Shortwave (SW) Unfiltered Radiance\",\"TOA (Top of Atmosphere) @@ -129144,7 +128974,7 @@ interactions: Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 1\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM1\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"],\"TotalCollectionFileSize\":275,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":733,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES8_Terra-FM2_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419931602-LARC_ASDC\",\"revision-date\":\"2024-02-24T03:00:44.445Z\",\"granule-count\":8983,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"ERBE + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"],\"TotalCollectionFileSize\":275,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":740,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES8_Terra-FM2_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419931602-LARC_ASDC\",\"revision-date\":\"2024-04-04T11:35:47.805Z\",\"granule-count\":9014,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"ERBE Scene ID\",\"Longwave (LW) Flux\",\"Longwave (LW) Unfiltered Radiance\",\"OLR (Outgoing Longwave Radiation)\",\"Shortwave (SW) Filtered Radiance\",\"Shortwave (SW) Flux\",\"Shortwave (SW) Unfiltered Radiance\",\"TOA (Top of Atmosphere) @@ -129485,7 +129315,7 @@ interactions: Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Clouds and the Earth's Radiant Energy System - Prototype Flight Model\",\"ShortName\":\"CERES-PFM\"}],\"LongName\":\"Tropical Rainfall Measuring Mission\",\"ShortName\":\"TRMM\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"]}]}}},{\"meta\":{\"revision-id\":390,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES4_NOAA20-FM6_Edition1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001717-LARC_ASDC\",\"revision-date\":\"2024-03-22T13:25:53.146Z\",\"granule-count\":68,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://www.doi.org/10.5067/NOAA20/CERES/ES4-FM6_L3.001\"},\"ReleaseDate\":\"2020-05-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"]}]}}},{\"meta\":{\"revision-id\":390,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES4_NOAA20-FM6_Edition1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001717-LARC_ASDC\",\"revision-date\":\"2024-03-22T13:25:53.146Z\",\"granule-count\":69,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://www.doi.org/10.5067/NOAA20/CERES/ES4-FM6_L3.001\"},\"ReleaseDate\":\"2020-05-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE Short Name\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"Sampling Strategy Used\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"Production Strategy Name\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"INT\",\"Description\":\"Data @@ -129799,7 +129629,7 @@ interactions: Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Clouds and the Earth's Radiant Energy System - Prototype Flight Model\",\"ShortName\":\"CERES-PFM\"}],\"LongName\":\"Tropical Rainfall Measuring Mission\",\"ShortName\":\"TRMM\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"]}]}}},{\"meta\":{\"revision-id\":401,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES9_NOAA20-FM6_Edition1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001698-LARC_ASDC\",\"revision-date\":\"2024-03-22T13:25:33.957Z\",\"granule-count\":68,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://www.doi.org/10.5067/NOAA20/CERES/ES9-FM6_L3.001\"},\"ReleaseDate\":\"2020-05-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"]}]}}},{\"meta\":{\"revision-id\":401,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES9_NOAA20-FM6_Edition1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001698-LARC_ASDC\",\"revision-date\":\"2024-03-22T13:25:33.957Z\",\"granule-count\":69,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://www.doi.org/10.5067/NOAA20/CERES/ES9-FM6_L3.001\"},\"ReleaseDate\":\"2020-05-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE Short Name\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"Sampling Strategy Used\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"Production Strategy Name\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"INT\",\"Description\":\"Data @@ -130671,7 +130501,7 @@ interactions: Earth's Radiant Energy System - Flight Model 3\",\"ShortName\":\"CERES-FM3\"},{\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 4\",\"ShortName\":\"CERES-FM4\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"],\"TotalCollectionFileSize\":9,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":701,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES4_Terra-Xtrk_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1442085838-LARC_ASDC\",\"revision-date\":\"2024-02-21T03:01:03.121Z\",\"granule-count\":285,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Clear-Sky + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"FTP\"],\"TotalCollectionFileSize\":9,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":708,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_ES4_Terra-Xtrk_Edition4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1442085838-LARC_ASDC\",\"revision-date\":\"2024-04-04T11:37:40.104Z\",\"granule-count\":286,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Clear-Sky Albedo\",\"Clear-Sky Longwave (LW) Flux\",\"Clear-Sky Shortwave (SW) Flux\",\"Clear-Sky Solar Incidence\",\"Geographics Scene Type\",\"Net Flux\",\"TOA (Top of Atmosphere) Flux\"],\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://www.doi.org/10.5067/TERRA/CERES/ES4-XTRK_L3.004\"},\"ReleaseDate\":\"2017-12-07T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE @@ -130692,7 +130522,8 @@ interactions: SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SHORTWAVE RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"NET - RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-03-01T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/TERRA/CERES/ES4-XTRK_L3.004\"},\"ShortName\":\"CER_ES4_Terra-Xtrk\",\"EntryTitle\":\"CERES + RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-03-01T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"Geolocated + geophysical parameters\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/TERRA/CERES/ES4-XTRK_L3.004\"},\"ShortName\":\"CER_ES4_Terra-Xtrk\",\"EntryTitle\":\"CERES ERBE-like Time-Interpolated TOA Fluxes Terra Crosstrack Edition4\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"CERES project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://ceres.larc.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI data set landing page for CER_ES4_Terra-Xtrk_Edition4\",\"Type\":\"DATA SET @@ -130830,12 +130661,12 @@ interactions: States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"VA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"ceres-help@lists.nasa.gov\"}]},\"FirstName\":\"NORMAN\",\"LastName\":\"LOEB\",\"MiddleName\":\"G.\",\"Roles\":[\"Investigator\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"VA\",\"StreetAddresses\":[\"NASA Langley Reseach Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"takmeng.wong@nasa.gov\"}]},\"FirstName\":\"TAKMENG\",\"LastName\":\"WONG\",\"Roles\":[\"Technical - Contact\"]}],\"DataCenters\":[{\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME - PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley - Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley - Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"FirstName\":\"ASDC\",\"LastName\":\"USER - SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"LongName\":\"Atmospheric + Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Total Detector\"},{\"ShortName\":\"Shortwave Detector\"},{\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - @@ -134294,7 +134125,7 @@ interactions: and the Earth's Radiant Energy System Scanner\",\"ShortName\":\"CERES SCANNER\"},{\"LongName\":\"Clouds and the Earth's Radiant Energy System - Prototype Flight Model\",\"ShortName\":\"CERES-PFM\"}],\"LongName\":\"Tropical Rainfall Measuring Mission\",\"ShortName\":\"TRMM\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_41637\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2842856368-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:17:09.083Z\",\"granule-count\":0,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Cloud + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_41637\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2842856368-LARC_ASDC\",\"revision-date\":\"2024-04-02T10:25:11.910Z\",\"granule-count\":1794,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Cloud Layer Area\",\"Cloud Particle Phase\",\"Longwave (LW) Flux\",\"Shortwave (SW) Flux\",\"Surface (Radiative) Flux\",\"Surface Type\",\"TOA (Top of Atmosphere) Flux\",\"Visible Optical Depth\",\"Window (Wn) Flux\"],\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/AQUA/CERES/CRS1DEGHOUR_L3.004A\"}}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE @@ -134443,9 +134274,9 @@ interactions: Ordering Tool\",\"Subtype\":\"CERES Ordering Tool\",\"Type\":\"GET DATA\",\"URL\":\"https://ceres-tool.larc.nasa.gov/ord-tool/jsp/CRS1degHourEd41Selection.jsp\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Mission Logo\",\"Subtype\":\"WORLDVIEW\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/static/images/project_logos/ceres.png\",\"URLContentType\":\"VisualizationURL\"},{\"Description\":\"ASDC Direct Data Download for CER_CRS1deg-Hour_Aqua-MODIS_Edition4A\",\"Subtype\":\"DIRECT - DOWNLOAD\",\"Type\":\"GET DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/CERES/CRS/Aqua-MODIS_Edition4A/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + DOWNLOAD\",\"Type\":\"GET DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/CERES/CRS1deg-Hour/Aqua-MODIS_Edition4A/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP data access for CER_CRS1deg-Hour_Aqua-MODIS_Edition4A\",\"Subtype\":\"OPENDAP - DATA\",\"Type\":\"USE SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/CERES/CRS/Aqua-MODIS_Edition4A/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2024-01-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-01-09T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"CER_CRS1deg-Hour_Aqua-MODIS_Edition4A + DATA\",\"Type\":\"USE SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/CERES/CRS1deg-Hour/Aqua-MODIS_Edition4A/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2024-01-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-01-09T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"CER_CRS1deg-Hour_Aqua-MODIS_Edition4A is the Aqua Clouds and the Earth's Radiant Energy System (CERES) Level 3 computed flux Edition4A data product. The Cloud and Radiative Swath One Degree (CRS1deg) Hour provides data hourly on a 1-degree latitude and longitude global grid @@ -134489,10 +134320,10 @@ interactions: Sciences Research, Building 1250\",\"21 Langley Boulevard\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"david.r.doelling@nasa.gov\"}]},\"FirstName\":\"DAVID\",\"LastName\":\"DOELLING\",\"MiddleName\":\"R.\",\"Roles\":[\"Technical Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"ceres-help@lists.nasa.gov\"}]},\"FirstName\":\"NORMAN\",\"LastName\":\"LOEB\",\"MiddleName\":\"G.\",\"Roles\":[\"Investigator\"]}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Total Detector\",\"ShortName\":\"Total Detector\"},{\"LongName\":\"Shortwave Detector\",\"ShortName\":\"Shortwave @@ -134502,7 +134333,7 @@ interactions: Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 4\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM4\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"Online\"],\"TotalCollectionFileSize\":55.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_41641\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2842857656-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:17:16.950Z\",\"granule-count\":0,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Cloud + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"Online\"],\"TotalCollectionFileSize\":55.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_41641\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2842857656-LARC_ASDC\",\"revision-date\":\"2024-04-02T10:25:30.064Z\",\"granule-count\":1812,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Cloud Layer Area\",\"Cloud Particle Phase\",\"Longwave (LW) Flux\",\"Shortwave (SW) Flux\",\"Surface (Radiative) Flux\",\"Surface Type\",\"TOA (Top of Atmosphere) Flux\",\"Visible Optical Depth\",\"Window (Wn) Flux\"],\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/TERRA/CERES/CRS1DEGHOUR_L3.004A\"}}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE @@ -134651,9 +134482,9 @@ interactions: Ordering Tool\",\"Subtype\":\"CERES Ordering Tool\",\"Type\":\"GET DATA\",\"URL\":\"https://ceres-tool.larc.nasa.gov/ord-tool/jsp/CRS1degHourEd41Selection.jsp\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Mission Logo\",\"Subtype\":\"WORLDVIEW\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/static/images/project_logos/ceres.png\",\"URLContentType\":\"VisualizationURL\"},{\"Description\":\"ASDC Direct Data Download for CER_CRS1deg-Hour_Terra-MODIS_Edition4A\",\"Subtype\":\"DIRECT - DOWNLOAD\",\"Type\":\"GET DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/CERES/CRS/Terra-MODIS_Edition4A/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + DOWNLOAD\",\"Type\":\"GET DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/CERES/CRS1deg-Hour/Terra-MODIS_Edition4A/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP data access for CER_CRS1deg-Hour_Terra-MODIS_Edition4A\",\"Subtype\":\"OPENDAP - DATA\",\"Type\":\"USE SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/CERES/CRS/Terra-MODIS_Edition4A/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2024-01-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-01-08T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"CER_CRS1deg-Hour_Terra-MODIS_Edition4A + DATA\",\"Type\":\"USE SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/CERES/CRS1deg-Hour/Terra-MODIS_Edition4A/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2024-01-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-01-08T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"CER_CRS1deg-Hour_Terra-MODIS_Edition4A is the Terra Clouds and the Earth's Radiant Energy System (CERES) Level 3 computed flux Edition4A data product. The Cloud and Radiative Swath One Degree (CRS1deg) Hour provides data hourly on a 1-degree latitude and longitude global @@ -134697,10 +134528,10 @@ interactions: Sciences Research, Building 1250\",\"21 Langley Boulevard\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"david.r.doelling@nasa.gov\"}]},\"FirstName\":\"DAVID\",\"LastName\":\"DOELLING\",\"MiddleName\":\"R.\",\"Roles\":[\"Technical Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"ceres-help@lists.nasa.gov\"}]},\"FirstName\":\"NORMAN\",\"LastName\":\"LOEB\",\"MiddleName\":\"G.\",\"Roles\":[\"Investigator\"]}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Total Detector\",\"ShortName\":\"Total Detector\"},{\"LongName\":\"Shortwave Detector\",\"ShortName\":\"Shortwave @@ -134923,7 +134754,7 @@ interactions: and the Earth's Radiant Energy System - Flight Model 3\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM3\"},{\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\",\"ShortName\":\"MODIS\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"Online\"],\"TotalCollectionFileSize\":55,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":47,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF1deg-Hour_NOAA20-VIIRS_Edition1B\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2698408408-LARC_ASDC\",\"revision-date\":\"2024-03-24T09:07:51.761Z\",\"granule-count\":2069,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NOAA20/CERES/SSF1DEGHOUR_L3.001B\"},\"ReleaseDate\":\"2020-05-01T00:00:00.000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"Online\"],\"TotalCollectionFileSize\":55,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":47,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF1deg-Hour_NOAA20-VIIRS_Edition1B\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2698408408-LARC_ASDC\",\"revision-date\":\"2024-03-24T09:07:51.761Z\",\"granule-count\":2099,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NOAA20/CERES/SSF1DEGHOUR_L3.001B\"},\"ReleaseDate\":\"2020-05-01T00:00:00.000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE Short Name\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"Sampling Strategy Used\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"Production Strategy Name\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"INT\",\"Description\":\"Data @@ -135342,7 +135173,7 @@ interactions: Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 2\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM2\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"Online\"],\"TotalCollectionFileSize\":55,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":710,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF_Aqua-FM3-MODIS_Edition4A\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7460996-LARC_ASDC\",\"revision-date\":\"2024-02-29T03:03:03.358Z\",\"granule-count\":204494,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Cloud + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"Online\"],\"TotalCollectionFileSize\":55,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":717,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF_Aqua-FM3-MODIS_Edition4A\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7460996-LARC_ASDC\",\"revision-date\":\"2024-04-04T11:37:34.664Z\",\"granule-count\":205234,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Cloud Base Pressure\",\"Cloud Infrared Emissivity\",\"Cloud Layer Area\",\"Cloud Overlap\",\"Cloud Particle Phase\",\"Ice Particle Diameter\",\"Ice Water Path\",\"Liquid Water Path\",\"Longwave (LW) Flux\",\"Longwave (LW) Unfiltered Radiance\",\"Shortwave @@ -135796,7 +135627,7 @@ interactions: Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 4\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM4\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":189,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF_NOAA20-FM6-VIIRS_Edition1B\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001744-LARC_ASDC\",\"revision-date\":\"2024-03-23T23:22:06.466Z\",\"granule-count\":51083,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NOAA20/CERES/SSF-FM6_L2.001B\"},\"ReleaseDate\":\"2021-04-01T00:00:00.000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"CERDataDateDay\",\"Name\":\"CERDataDateDay\"},{\"DataType\":\"STRING\",\"Description\":\"CERDataDateMonth\",\"Name\":\"CERDataDateMonth\"},{\"DataType\":\"STRING\",\"Description\":\"CERDataDateYear\",\"Name\":\"CERDataDateYear\"},{\"DataType\":\"STRING\",\"Description\":\"CERHRofDay\",\"Name\":\"CERHRofDay\"},{\"DataType\":\"STRING\",\"Description\":\"CERHRofMonth\",\"Name\":\"CERHRofMonth\"},{\"DataType\":\"STRING\",\"Description\":\"CERPGEName\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"ImagerShortName\",\"Name\":\"ImagerShortName\"},{\"DataType\":\"STRING\",\"Description\":\"NumberInputFiles\",\"Name\":\"NumberInputFiles\"},{\"DataType\":\"STRING\",\"Description\":\"PercentCrosstrackFOV\",\"Name\":\"PercentCrosstrackFOV\"},{\"DataType\":\"STRING\",\"Description\":\"PercentOtherFOV\",\"Name\":\"PercentOtherFOV\"},{\"DataType\":\"STRING\",\"Description\":\"PercentRapsFOV\",\"Name\":\"PercentRapsFOV\"},{\"DataType\":\"STRING\",\"Description\":\"ProductionStrategy\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"SamplingStrategy\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"identifier_product_doi\",\"Name\":\"identifier_product_doi\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":-89.99999,\"Longitude\":180},{\"Latitude\":89.99999,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":89.99999,\"Longitude\":-180},{\"Latitude\":-89.99999,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":189,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF_NOAA20-FM6-VIIRS_Edition1B\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001744-LARC_ASDC\",\"revision-date\":\"2024-03-23T23:22:06.466Z\",\"granule-count\":51709,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NOAA20/CERES/SSF-FM6_L2.001B\"},\"ReleaseDate\":\"2021-04-01T00:00:00.000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"CERDataDateDay\",\"Name\":\"CERDataDateDay\"},{\"DataType\":\"STRING\",\"Description\":\"CERDataDateMonth\",\"Name\":\"CERDataDateMonth\"},{\"DataType\":\"STRING\",\"Description\":\"CERDataDateYear\",\"Name\":\"CERDataDateYear\"},{\"DataType\":\"STRING\",\"Description\":\"CERHRofDay\",\"Name\":\"CERHRofDay\"},{\"DataType\":\"STRING\",\"Description\":\"CERHRofMonth\",\"Name\":\"CERHRofMonth\"},{\"DataType\":\"STRING\",\"Description\":\"CERPGEName\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"ImagerShortName\",\"Name\":\"ImagerShortName\"},{\"DataType\":\"STRING\",\"Description\":\"NumberInputFiles\",\"Name\":\"NumberInputFiles\"},{\"DataType\":\"STRING\",\"Description\":\"PercentCrosstrackFOV\",\"Name\":\"PercentCrosstrackFOV\"},{\"DataType\":\"STRING\",\"Description\":\"PercentOtherFOV\",\"Name\":\"PercentOtherFOV\"},{\"DataType\":\"STRING\",\"Description\":\"PercentRapsFOV\",\"Name\":\"PercentRapsFOV\"},{\"DataType\":\"STRING\",\"Description\":\"ProductionStrategy\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"SamplingStrategy\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"identifier_product_doi\",\"Name\":\"identifier_product_doi\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":-89.99999,\"Longitude\":180},{\"Latitude\":89.99999,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":89.99999,\"Longitude\":-180},{\"Latitude\":-89.99999,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH @@ -135939,7 +135770,7 @@ interactions: the Earth's Radiant Energy System - Flight Model 6\",\"ShortName\":\"CERES-FM6\"},{\"LongName\":\"Visible-Infrared Imager-Radiometer Suite\",\"ShortName\":\"VIIRS\"}],\"LongName\":\"Joint Polar Satellite System - 1\",\"ShortName\":\"NOAA-20\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":341,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF_NPP-FM5-VIIRS_Edition2A\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001739-LARC_ASDC\",\"revision-date\":\"2024-03-23T15:40:38.705Z\",\"granule-count\":102082,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Cloud + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":341,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF_NPP-FM5-VIIRS_Edition2A\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001739-LARC_ASDC\",\"revision-date\":\"2024-03-23T15:40:38.705Z\",\"granule-count\":103549,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Cloud Base Pressure\",\"Cloud Infrared Emissivity\",\"Cloud Layer Area\",\"Cloud Overlap\",\"Cloud Particle Phase\",\"Ice Particle Diameter\",\"Ice Water Path\",\"Liquid Water Path\",\"Longwave (LW) Flux\",\"Longwave (LW) Unfiltered Radiance\",\"Shortwave @@ -136105,7 +135936,7 @@ interactions: and the Earth's Radiant Energy System - Flight Model 5\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM5\"},{\"LongName\":\"Visible-Infrared Imager-Radiometer Suite\",\"ShortName\":\"VIIRS\"}],\"LongName\":\"Suomi National Polar-orbiting Partnership\",\"ShortName\":\"Suomi-NPP\",\"Type\":\"Earth - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":504,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF_Terra-FM1-MODIS_Edition4A\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7460991-LARC_ASDC\",\"revision-date\":\"2024-03-02T03:01:02.329Z\",\"granule-count\":222648,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Cloud + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":516,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF_Terra-FM1-MODIS_Edition4A\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7460991-LARC_ASDC\",\"revision-date\":\"2024-04-04T19:18:04.145Z\",\"granule-count\":223386,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Cloud Base Pressure\",\"Cloud Infrared Emissivity\",\"Cloud Layer Area\",\"Cloud Overlap\",\"Cloud Particle Phase\",\"Ice Particle Diameter\",\"Ice Water Path\",\"Liquid Water Path\",\"Longwave (LW) Flux\",\"Longwave (LW) Unfiltered Radiance\",\"Shortwave @@ -136331,7 +136162,7 @@ interactions: and the Earth's Radiant Energy System - Flight Model 1\",\"NumberOfInstruments\":1,\"ShortName\":\"CERES-FM1\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"no - fees\",\"Format\":\"HDF4\",\"Media\":[\"online\"]}]}}},{\"meta\":{\"revision-id\":707,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF_Terra-FM2-MODIS_Edition4A\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7460990-LARC_ASDC\",\"revision-date\":\"2024-03-02T03:01:11.897Z\",\"granule-count\":222793,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Cloud + fees\",\"Format\":\"HDF4\",\"Media\":[\"online\"]}]}}},{\"meta\":{\"revision-id\":715,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF_Terra-FM2-MODIS_Edition4A\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7460990-LARC_ASDC\",\"revision-date\":\"2024-04-04T19:18:14.602Z\",\"granule-count\":223531,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Cloud Base Pressure\",\"Cloud Infrared Emissivity\",\"Cloud Layer Area\",\"Cloud Overlap\",\"Cloud Particle Phase\",\"Ice Particle Diameter\",\"Ice Water Path\",\"Liquid Water Path\",\"Longwave (LW) Flux\",\"Longwave (LW) Unfiltered Radiance\",\"Shortwave @@ -137321,7 +137152,7 @@ interactions: Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 3\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM3\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"Online\"],\"TotalCollectionFileSize\":900,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":391,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF1deg-Day_NOAA20-VIIRS_Edition1B\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001782-LARC_ASDC\",\"revision-date\":\"2024-03-24T09:08:18.687Z\",\"granule-count\":68,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NOAA20/CERES/SSF1DEGDAY_L3.001B\"},\"ReleaseDate\":\"2020-05-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"Online\"],\"TotalCollectionFileSize\":900,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":391,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF1deg-Day_NOAA20-VIIRS_Edition1B\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001782-LARC_ASDC\",\"revision-date\":\"2024-03-24T09:08:18.687Z\",\"granule-count\":69,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NOAA20/CERES/SSF1DEGDAY_L3.001B\"},\"ReleaseDate\":\"2020-05-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE Short Name\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"Sampling Strategy Used\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"Production Strategy Name\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"INT\",\"Description\":\"Data @@ -138089,7 +137920,7 @@ interactions: Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 3\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM3\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"Online\"],\"TotalCollectionFileSize\":40,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":397,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF1deg-Month_NOAA20-VIIRS_Edition1B\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001791-LARC_ASDC\",\"revision-date\":\"2024-03-24T09:08:07.183Z\",\"granule-count\":68,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NOAA20/CERES/SSF1DEGMONTH_L3.001B\"},\"ReleaseDate\":\"2020-05-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF4\",\"Media\":[\"Online\"],\"TotalCollectionFileSize\":40,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":397,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CER_SSF1deg-Month_NOAA20-VIIRS_Edition1B\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2246001791-LARC_ASDC\",\"revision-date\":\"2024-03-24T09:08:07.183Z\",\"granule-count\":69,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/NOAA20/CERES/SSF1DEGMONTH_L3.001B\"},\"ReleaseDate\":\"2020-05-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE Short Name\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"Sampling Strategy Used\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"Production Strategy Name\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"INT\",\"Description\":\"Data @@ -140707,8 +140538,8 @@ interactions: Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"TSI-3563 Nephelometer\",\"ShortName\":\"TSI-3563 Neph\"},{\"LongName\":\"Forward Scattering Spectrometer Probe\",\"ShortName\":\"FSSP\"},{\"LongName\":\"CHEMILUMINESCENCE\",\"ShortName\":\"CHEMILUMINESCENCE\"},{\"ShortName\":\"HYGROMETERS\"},{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"CONVAIR - CV-580\",\"ShortName\":\"CONVAIR CV-580\",\"Type\":\"Propeller\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Native\"}]}}},{\"meta\":{\"revision-id\":62,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 - In Situ Soil Moisture Data V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001442-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:42:04.686Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + CV-580\",\"ShortName\":\"CONVAIR CV-580\",\"Type\":\"Propeller\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Native\"}]}}},{\"meta\":{\"revision-id\":63,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 + In Situ Soil Moisture Data V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001442-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:41:08.609Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"CLASIC07 In Situ Soil Moisture Data V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -140771,8 +140602,8 @@ interactions: SAMPLER\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SOIL SAMPLER\"}]},{\"ShortName\":\"SOIL TEMPERATURE PROBE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SOIL TEMPERATURE PROBE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"FTP - 502 KB\"}]}}},{\"meta\":{\"revision-id\":62,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 - In Situ Vegetation Data V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001425-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:42:08.922Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 502 KB\"}]}}},{\"meta\":{\"revision-id\":63,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 + In Situ Vegetation Data V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001425-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:41:13.496Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"CLASIC07 In Situ Vegetation Data V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -140830,8 +140661,8 @@ interactions: Sites\",\"ShortName\":\"FIELD SURVEYS\",\"LongName\":\"FIELD SURVEYS\",\"Instruments\":[{\"ShortName\":\"SOIL SAMPLER\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SOIL SAMPLER\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"FTP - 1.2 KB\"}]}}},{\"meta\":{\"revision-id\":61,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 - Land Cover Classification Map V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001440-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:41:58.069Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 1.2 KB\"}]}}},{\"meta\":{\"revision-id\":62,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 + Land Cover Classification Map V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001440-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:40:59.314Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"CLASIC07 Land Cover Classification Map V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -140893,8 +140724,8 @@ interactions: Sensing Satellite-P6\",\"Instruments\":[{\"ShortName\":\"AWIFS\",\"LongName\":\"Advanced Wide Field Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AWIFS\",\"LongName\":\"Advanced Wide Field Sensor\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Binary\",\"FormatDescription\":\"FTP - 230 MB\"}]}}},{\"meta\":{\"revision-id\":64,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 - PALS Backscatter Data V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001403-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:42:00.245Z\",\"granule-count\":19,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 230 MB\"}]}}},{\"meta\":{\"revision-id\":65,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 + PALS Backscatter Data V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001403-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:41:02.407Z\",\"granule-count\":19,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"CLASIC07 PALS Backscatter Data V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -140947,8 +140778,8 @@ interactions: Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"AIRCRAFT\",\"Instruments\":[{\"ShortName\":\"PALS\",\"LongName\":\"Passive Active L-band System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PALS\",\"LongName\":\"Passive Active L-band System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"FTP - 80 - 400 MB\"}]}}},{\"meta\":{\"revision-id\":60,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 - PALS Brightness Temperature Data V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001422-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:42:02.400Z\",\"granule-count\":20,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 80 - 400 MB\"}]}}},{\"meta\":{\"revision-id\":61,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 + PALS Brightness Temperature Data V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001422-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:41:06.068Z\",\"granule-count\":20,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"CLASIC07 PALS Brightness Temperature Data V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -141002,8 +140833,8 @@ interactions: Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"AIRCRAFT\",\"Instruments\":[{\"ShortName\":\"PALS\",\"LongName\":\"Passive Active L-band System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PALS\",\"LongName\":\"Passive Active L-band System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"FTP - 0.2 - 4 MB\"}]}}},{\"meta\":{\"revision-id\":92,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 - Soil Texture Data V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001424-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:42:06.792Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 0.2 - 4 MB\"}]}}},{\"meta\":{\"revision-id\":93,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 + Soil Texture Data V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001424-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:41:11.045Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"CLASIC07 Soil Texture Data V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The version of the SIPSMetGen software used to produce the metadata file for this @@ -141058,8 +140889,8 @@ interactions: Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}}],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"Models/Analyses\",\"Instruments\":[{\"ShortName\":\"CONUS-Soil\",\"LongName\":\"Conterminous United States Soil Characteristics Data\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CONUS-Soil\",\"LongName\":\"Conterminous United States Soil Characteristics Data\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Binary\",\"FormatDescription\":\"FTP - 1.6 MB\"}]}}},{\"meta\":{\"revision-id\":61,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 - Vegetation Water Content Map V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001404-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:42:10.959Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 1.6 MB\"}]}}},{\"meta\":{\"revision-id\":62,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CLASIC07 + Vegetation Water Content Map V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001404-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:41:16.088Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"CLASIC07 Vegetation Water Content Map V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -143747,7 +143578,7 @@ interactions: Observation Satellites\",\"ShortName\":\"SATELLITES\",\"LongName\":\"SATELLITES\",\"Instruments\":[{\"ShortName\":\"VEGETATION-1\",\"LongName\":\"VEGETATION INSTRUMENT 1 (SPOT 4)\"},{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES\",\"LongName\":\"NOAA - Geostationary Operational Environmental Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6419\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1595317574-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:16:10.357Z\",\"granule-count\":194,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Combined + Geostationary Operational Environmental Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6419\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1595317574-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T16:43:22.621Z\",\"granule-count\":194,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Combined ASTER and MODIS Emissivity database over Land (CAMEL) Coefficient Monthly Global 0.05Deg V002\",\"Creator\":\"Simon Hook\",\"SeriesName\":\"CAM5K30CF.002\",\"ReleaseDate\":\"2019-04-02T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"The @@ -143770,10 +143601,10 @@ interactions: for user guides, ATBDs, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/LSTE/CAM5K30CF.002\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/CAM5K30CF.002\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/CAM5K30CF.002\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":126.4,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1595317574-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1595317574-LPDAAC_ECS\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":126.4,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The technical @@ -143804,7 +143635,7 @@ interactions: laboratory version, snow fraction derived from MODIS Snow Cover data (MOD10), latitude, longitude, and the CAMEL quality information. PCA coefficients are dependent on the version of lab PC data and number of PCs used.\",\"Purpose\":\"Science - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-02-27T14:10:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:16:00.000Z\"}],\"VersionDescription\":\"This + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-02-27T14:10:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T16:43:00.000Z\"}],\"VersionDescription\":\"This is version two of the Combined ASTER and MODIS Emissivity database over Land products.\",\"Version\":\"002\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"CAMEL\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data @@ -143854,9 +143685,9 @@ interactions: ascending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"Network Common Data Format Version 4\",\"AverageFileSize\":126.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":24518.0,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"Network - Common Data Format Version 4\",\"Media\":[\"https\"],\"AverageFileSize\":126.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":24518.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Combined + Common Data Format Version 4\",\"Media\":[\"https\"],\"AverageFileSize\":126.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":24518.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Combined ASTER and MODIS Emissivity database over Land (CAMEL) Coefficient Monthly - Global 0.05Deg V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2600365285-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:14:45.757Z\",\"granule-count\":255,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Combined + Global 0.05Deg V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2600365285-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T16:42:05.566Z\",\"granule-count\":255,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Combined ASTER and MODIS Emissivity database over Land (CAMEL) Coefficient Monthly Global 0.05Deg V003\",\"Creator\":\"Eva Borbas\",\"SeriesName\":\"CAM5K30CF.003\",\"ReleaseDate\":\"2023-03-16T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"OtherCitationDetails\":\"The DOI landing page @@ -143880,12 +143711,12 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/LSTE/CAM5K30CF.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2600365285-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2600365285-LPDAAC_ECS\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":121.4,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/CAM5K30CF.003\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/CAM5K30CF.003\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":121.4,\"Unit\":\"MB\"}},{\"Description\":\"The technical information in the User's Guide enables users to interpret and use the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/1612/CAMEL_V3_UG_ATBD.pdf\"},{\"Description\":\"The @@ -143914,7 +143745,7 @@ interactions: latitude, longitude, and the CAMEL quality information. PCA coefficients are dependent on the version of lab Principal Component (PC) data and the number of PCs used.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-03-14T15:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:14:00.000Z\"}],\"VersionDescription\":\"This + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-03-14T15:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T16:42:00.000Z\"}],\"VersionDescription\":\"This is version three of the Combined ASTER and MODIS Emissivity database over Land products.\",\"Version\":\"003\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"CAMEL\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data @@ -143964,7 +143795,7 @@ interactions: ascending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"Network Common Data Format Version 4\",\"AverageFileSize\":121.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":30946.8,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"Network - Common Data Format Version 4\",\"Media\":[\"https\"],\"AverageFileSize\":121.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":30946.8,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6420\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1595318852-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:22:07.409Z\",\"granule-count\":194,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon + Common Data Format Version 4\",\"Media\":[\"https\"],\"AverageFileSize\":121.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":30946.8,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6420\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1595318852-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T16:56:20.281Z\",\"granule-count\":194,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon Hook\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/MEaSUREs/LSTE/CAM5K30EM.002\",\"Name\":\"DOI Landing Page\"},\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed @@ -143988,9 +143819,9 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/LSTE/CAM5K30EM.002\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1595318852-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1595318852-LPDAAC_ECS\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":53.0,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/CAM5K30EM.002/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/CAM5K30EM.002/\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":53.0,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The technical @@ -144032,7 +143863,7 @@ interactions: Difference Vegetation Index (NDVI), snow fraction derived from MODIS (MOD10), latitude, longitude, CAMEL quality, ASTER quality, and Best Fit Emissivity (BFE) quality information.\\r\\n\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-02-27T14:13:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:22:00.000Z\"}],\"VersionDescription\":\"This + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-02-27T14:13:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T16:56:00.000Z\"}],\"VersionDescription\":\"This is version two of the Combined ASTER and MODIS Emissivity database over Land products.\",\"Version\":\"002\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"CAMEL\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data @@ -144082,9 +143913,9 @@ interactions: ascending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"Network Common Data Format Version 4\",\"AverageFileSize\":53.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":10283.7,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"Network - Common Data Format Version 4\",\"Media\":[\"https\"],\"AverageFileSize\":53.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":10283.7,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Combined + Common Data Format Version 4\",\"Media\":[\"https\"],\"AverageFileSize\":53.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":10283.7,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Combined ASTER and MODIS Emissivity database over Land (CAMEL) Emissivity Monthly Global - 0.05Deg V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2600365286-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:20:25.741Z\",\"granule-count\":255,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Combined + 0.05Deg V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2600365286-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T16:44:24.620Z\",\"granule-count\":255,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Combined ASTER and MODIS Emissivity database over Land (CAMEL) Emissivity Monthly Global 0.05Deg V003\",\"Creator\":\"Eva Borbas\",\"SeriesName\":\"CAM5K30EM.003\",\"ReleaseDate\":\"2023-03-16T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"OtherCitationDetails\":\"The DOI landing page @@ -144108,12 +143939,12 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/LSTE/CAM5K30EM.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2600365286-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2600365286-LPDAAC_ECS\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":53.7,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/CAM5K30EM.003\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/CAM5K30EM.003\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":53.7,\"Unit\":\"MB\"}},{\"Description\":\"The technical information in the User's Guide enables users to interpret and use the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/1612/CAMEL_V3_UG_ATBD.pdf\"},{\"Description\":\"The @@ -144149,7 +143980,7 @@ interactions: Normalized Difference Vegetation Index (NDVI), snow fraction derived from MODIS (MOD10), latitude, longitude, CAMEL quality, ASTER quality, and the UW Baseline Fit (UWBF) Emissivity quality information.\\r\\n\",\"Purpose\":\"Science - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-03-14T15:01:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:20:00.000Z\"}],\"VersionDescription\":\"This + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-03-14T15:01:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T16:44:00.000Z\"}],\"VersionDescription\":\"This is version three of the Combined ASTER and MODIS Emissivity database over Land products.\",\"Version\":\"003\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"CAMEL\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data @@ -144198,7 +144029,7 @@ interactions: ascending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"Network Common Data Format Version 4\",\"AverageFileSize\":53.7,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":13690.3,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"Network - Common Data Format Version 4\",\"AverageFileSize\":53.7,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":13690.3,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6421\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1595320929-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:29:28.437Z\",\"granule-count\":194,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon + Common Data Format Version 4\",\"AverageFileSize\":53.7,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":13690.3,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6421\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1595320929-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T16:59:46.951Z\",\"granule-count\":194,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon Hook\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/MEaSUREs/LSTE/CAM5K30UC.002\",\"Name\":\"DOI Landing Page\"},\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed @@ -144222,9 +144053,9 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/LSTE/CAM5K30UC.002\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1595320929-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1595320929-LPDAAC_ECS\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":135.1,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/CAM5K30UC.002\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/CAM5K30UC.002\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":135.1,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The technical @@ -144256,7 +144087,7 @@ interactions: in the CAM5K30UC product are layers for algorithm uncertainty, spatial uncertainty, temporal uncertainty, total uncertainty, latitude, longitude, spectral wavelength, CAMEL quality, and total uncertainty quality information.\\r\\n\",\"Purpose\":\"Science - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-02-27T14:15:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:29:00.000Z\"}],\"VersionDescription\":\"This + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-02-27T14:15:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T16:59:00.000Z\"}],\"VersionDescription\":\"This is version two of the Combined ASTER and MODIS Emissivity database over Land products.\",\"Version\":\"002\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"CAMEL\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data @@ -144308,9 +144139,9 @@ interactions: Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\",\"ComposedOf\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\",\"Technique\":\"Radiometry\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"Network Common Data Format Version 4\",\"AverageFileSize\":135.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":26217.8,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"Network - Common Data Format Version 4\",\"Media\":[\"https\"],\"AverageFileSize\":135.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":26217.8,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Combined + Common Data Format Version 4\",\"Media\":[\"https\"],\"AverageFileSize\":135.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":26217.8,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Combined ASTER and MODIS Emissivity database over Land (CAMEL) Uncertainty Monthly - Global 0.05Deg V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2600365287-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:24:20.361Z\",\"granule-count\":255,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Combined + Global 0.05Deg V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2600365287-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T16:57:44.696Z\",\"granule-count\":255,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Combined ASTER and MODIS Emissivity database over Land (CAMEL) Uncertainty Monthly Global 0.05Deg V003\",\"Creator\":\"Eva Borbas\",\"SeriesName\":\"CAM5K30UC.003\",\"ReleaseDate\":\"2023-03-16T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"OtherCitationDetails\":\"The DOI landing page @@ -144334,12 +144165,12 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/LSTE/CAM5K30UC.003\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2600365287-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2600365287-LPDAAC_ECS\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":116.0,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/CAM5K30UC.003\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/CAM5K30UC.003\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"application/x-netcdf\",\"Size\":116.0,\"Unit\":\"MB\"}},{\"Description\":\"The technical information in the User's Guide enables users to interpret and use the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/1612/CAMEL_V3_UG_ATBD.pdf\"},{\"Description\":\"The @@ -144367,7 +144198,7 @@ interactions: algorithm uncertainty, spatial uncertainty, temporal uncertainty, total uncertainty, latitude, longitude, spectral wavelength, CAMEL quality, and total uncertainty quality information.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-03-14T15:01:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:24:00.000Z\"}],\"VersionDescription\":\"This + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-03-14T15:01:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T16:57:00.000Z\"}],\"VersionDescription\":\"This is version three of the Combined ASTER and MODIS Emissivity database over Land products.\",\"Version\":\"003\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"CAMEL\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data @@ -148472,8 +148303,8 @@ interactions: Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Suomi-NPP\",\"LongName\":\"Suomi National Polar-orbiting Partnership\",\"Instruments\":[{\"ShortName\":\"CrIS\",\"LongName\":\"Cross-track - Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":50,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CryoSat-2 - Level-1B Waveforms, Sea Ice Elevation, and Surface Roughness V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1454786108-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:59:47.488Z\",\"granule-count\":247602,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Infrared Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":51,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CryoSat-2 + Level-1B Waveforms, Sea Ice Elevation, and Surface Roughness V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1454786108-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:58:18.000Z\",\"granule-count\":248611,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"CryoSat-2 Level-1B Waveforms, Sea Ice Elevation, and Surface Roughness V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -148533,8 +148364,8 @@ interactions: Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\"}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"CRYOSAT-2\",\"LongName\":\"CRYOSAT-2\",\"Instruments\":[{\"ShortName\":\"SIRAL\",\"LongName\":\"Synthetic Aperture Interferometric Radar Altimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SIRAL\",\"LongName\":\"Synthetic - Aperture Interferometric Radar Altimeter\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":61,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CryoSat-2 - Level-4 Sea Ice Elevation, Freeboard, and Thickness V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431413941-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:59:31.458Z\",\"granule-count\":2983,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Aperture Interferometric Radar Altimeter\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":62,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"CryoSat-2 + Level-4 Sea Ice Elevation, Freeboard, and Thickness V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431413941-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:58:05.352Z\",\"granule-count\":2993,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"CryoSat-2 Level-4 Sea Ice Elevation, Freeboard, and Thickness V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -149500,7 +149331,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":false,\"associations\":{\"variables\":[\"V2353100179-POCLOUD\",\"V2353099575-POCLOUD\",\"V2353100769-POCLOUD\",\"V2353100305-POCLOUD\",\"V2353100780-POCLOUD\",\"V2353100726-POCLOUD\",\"V2353100889-POCLOUD\",\"V2353100749-POCLOUD\",\"V2353100235-POCLOUD\",\"V2353100979-POCLOUD\",\"V2353100916-POCLOUD\",\"V2353101100-POCLOUD\",\"V2353101123-POCLOUD\",\"V2353101227-POCLOUD\",\"V2353099534-POCLOUD\",\"V2353100900-POCLOUD\",\"V2353100128-POCLOUD\",\"V2353099695-POCLOUD\",\"V2353100488-POCLOUD\",\"V2353099730-POCLOUD\",\"V2353099520-POCLOUD\",\"V2353100417-POCLOUD\",\"V2353101176-POCLOUD\",\"V2353100844-POCLOUD\",\"V2353100573-POCLOUD\",\"V2353100362-POCLOUD\",\"V2353099924-POCLOUD\",\"V2353099756-POCLOUD\",\"V2353100515-POCLOUD\",\"V2353099661-POCLOUD\",\"V2353100585-POCLOUD\",\"V2353101201-POCLOUD\",\"V2353100045-POCLOUD\",\"V2353099950-POCLOUD\",\"V2353100643-POCLOUD\",\"V2353101113-POCLOUD\",\"V2353100875-POCLOUD\",\"V2353099884-POCLOUD\",\"V2353100205-POCLOUD\",\"V2353100525-POCLOUD\",\"V2353099672-POCLOUD\",\"V2353100736-POCLOUD\",\"V2353100103-POCLOUD\",\"V2353099828-POCLOUD\",\"V2353100561-POCLOUD\",\"V2353099793-POCLOUD\",\"V2353100248-POCLOUD\",\"V2353099770-POCLOUD\",\"V2353100386-POCLOUD\",\"V2353099874-POCLOUD\",\"V2353100058-POCLOUD\",\"V2353099849-POCLOUD\",\"V2353099602-POCLOUD\",\"V2353100336-POCLOUD\",\"V2353100797-POCLOUD\",\"V2353100137-POCLOUD\",\"V2353101021-POCLOUD\",\"V2353101157-POCLOUD\",\"V2353100678-POCLOUD\",\"V2353100830-POCLOUD\",\"V2353100286-POCLOUD\",\"V2353100821-POCLOUD\",\"V2353100429-POCLOUD\",\"V2353099937-POCLOUD\",\"V2353100665-POCLOUD\",\"V2353099684-POCLOUD\",\"V2353100757-POCLOUD\",\"V2353101043-POCLOUD\",\"V2353099587-POCLOUD\",\"V2353099962-POCLOUD\",\"V2353100227-POCLOUD\",\"V2353100965-POCLOUD\",\"V2353100686-POCLOUD\",\"V2353100465-POCLOUD\",\"V2353099975-POCLOUD\",\"V2353100375-POCLOUD\",\"V2353100550-POCLOUD\",\"V2353100065-POCLOUD\",\"V2353100454-POCLOUD\",\"V2353099897-POCLOUD\",\"V2353100275-POCLOUD\",\"V2353099556-POCLOUD\",\"V2353100021-POCLOUD\",\"V2353099510-POCLOUD\",\"V2353100593-POCLOUD\",\"V2353100714-POCLOUD\",\"V2353099612-POCLOUD\",\"V2353101134-POCLOUD\",\"V2353100607-POCLOUD\",\"V2353100407-POCLOUD\",\"V2353100853-POCLOUD\",\"V2353099563-POCLOUD\",\"V2353101239-POCLOUD\",\"V2353099542-POCLOUD\",\"V2353099647-POCLOUD\",\"V2353100258-POCLOUD\",\"V2353099708-POCLOUD\",\"V2353100807-POCLOUD\",\"V2353100153-POCLOUD\",\"V2353100949-POCLOUD\",\"V2353099779-POCLOUD\",\"V2353101089-POCLOUD\",\"V2353101008-POCLOUD\",\"V2353100702-POCLOUD\",\"V2353100164-POCLOUD\",\"V2353101211-POCLOUD\",\"V2353100349-POCLOUD\",\"V2353101145-POCLOUD\",\"V2353099745-POCLOUD\",\"V2353100031-POCLOUD\",\"V2353099987-POCLOUD\",\"V2353100868-POCLOUD\",\"V2353100539-POCLOUD\",\"V2353099635-POCLOUD\",\"V2353101192-POCLOUD\",\"V2353100113-POCLOUD\",\"V2353099717-POCLOUD\",\"V2353099816-POCLOUD\",\"V2353100475-POCLOUD\",\"V2353100926-POCLOUD\",\"V2353100081-POCLOUD\",\"V2353100088-POCLOUD\",\"V2353100940-POCLOUD\",\"V2353100442-POCLOUD\",\"V2353099863-POCLOUD\",\"V2353101075-POCLOUD\",\"V2353099997-POCLOUD\",\"V2353100395-POCLOUD\",\"V2353100656-POCLOUD\",\"V2353101066-POCLOUD\",\"V2353099803-POCLOUD\",\"V2353100326-POCLOUD\",\"V2353100619-POCLOUD\",\"V2353100008-POCLOUD\",\"V2353099912-POCLOUD\",\"V2353100633-POCLOUD\",\"V2353100501-POCLOUD\",\"V2353101250-POCLOUD\",\"V2353100315-POCLOUD\",\"V2353101050-POCLOUD\",\"V2353099840-POCLOUD\",\"V2353101170-POCLOUD\",\"V2353099626-POCLOUD\",\"V2353101031-POCLOUD\",\"V2353099498-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_CDR_V1.2/\",\"podaac-ops-cumulus-public/CYGNSS_L1_CDR_V1.2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_22364\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2353100179-POCLOUD\"},{\"concept-id\":\"V2353099575-POCLOUD\"},{\"concept-id\":\"V2353100769-POCLOUD\"},{\"concept-id\":\"V2353100305-POCLOUD\"},{\"concept-id\":\"V2353100780-POCLOUD\"},{\"concept-id\":\"V2353100726-POCLOUD\"},{\"concept-id\":\"V2353100889-POCLOUD\"},{\"concept-id\":\"V2353100749-POCLOUD\"},{\"concept-id\":\"V2353100235-POCLOUD\"},{\"concept-id\":\"V2353100979-POCLOUD\"},{\"concept-id\":\"V2353100916-POCLOUD\"},{\"concept-id\":\"V2353101100-POCLOUD\"},{\"concept-id\":\"V2353101123-POCLOUD\"},{\"concept-id\":\"V2353101227-POCLOUD\"},{\"concept-id\":\"V2353099534-POCLOUD\"},{\"concept-id\":\"V2353100900-POCLOUD\"},{\"concept-id\":\"V2353100128-POCLOUD\"},{\"concept-id\":\"V2353099695-POCLOUD\"},{\"concept-id\":\"V2353100488-POCLOUD\"},{\"concept-id\":\"V2353099730-POCLOUD\"},{\"concept-id\":\"V2353099520-POCLOUD\"},{\"concept-id\":\"V2353100417-POCLOUD\"},{\"concept-id\":\"V2353101176-POCLOUD\"},{\"concept-id\":\"V2353100844-POCLOUD\"},{\"concept-id\":\"V2353100573-POCLOUD\"},{\"concept-id\":\"V2353100362-POCLOUD\"},{\"concept-id\":\"V2353099924-POCLOUD\"},{\"concept-id\":\"V2353099756-POCLOUD\"},{\"concept-id\":\"V2353100515-POCLOUD\"},{\"concept-id\":\"V2353099661-POCLOUD\"},{\"concept-id\":\"V2353100585-POCLOUD\"},{\"concept-id\":\"V2353101201-POCLOUD\"},{\"concept-id\":\"V2353100045-POCLOUD\"},{\"concept-id\":\"V2353099950-POCLOUD\"},{\"concept-id\":\"V2353100643-POCLOUD\"},{\"concept-id\":\"V2353101113-POCLOUD\"},{\"concept-id\":\"V2353100875-POCLOUD\"},{\"concept-id\":\"V2353099884-POCLOUD\"},{\"concept-id\":\"V2353100205-POCLOUD\"},{\"concept-id\":\"V2353100525-POCLOUD\"},{\"concept-id\":\"V2353099672-POCLOUD\"},{\"concept-id\":\"V2353100736-POCLOUD\"},{\"concept-id\":\"V2353100103-POCLOUD\"},{\"concept-id\":\"V2353099828-POCLOUD\"},{\"concept-id\":\"V2353100561-POCLOUD\"},{\"concept-id\":\"V2353099793-POCLOUD\"},{\"concept-id\":\"V2353100248-POCLOUD\"},{\"concept-id\":\"V2353099770-POCLOUD\"},{\"concept-id\":\"V2353100386-POCLOUD\"},{\"concept-id\":\"V2353099874-POCLOUD\"},{\"concept-id\":\"V2353100058-POCLOUD\"},{\"concept-id\":\"V2353099849-POCLOUD\"},{\"concept-id\":\"V2353099602-POCLOUD\"},{\"concept-id\":\"V2353100336-POCLOUD\"},{\"concept-id\":\"V2353100797-POCLOUD\"},{\"concept-id\":\"V2353100137-POCLOUD\"},{\"concept-id\":\"V2353101021-POCLOUD\"},{\"concept-id\":\"V2353101157-POCLOUD\"},{\"concept-id\":\"V2353100678-POCLOUD\"},{\"concept-id\":\"V2353100830-POCLOUD\"},{\"concept-id\":\"V2353100286-POCLOUD\"},{\"concept-id\":\"V2353100821-POCLOUD\"},{\"concept-id\":\"V2353100429-POCLOUD\"},{\"concept-id\":\"V2353099937-POCLOUD\"},{\"concept-id\":\"V2353100665-POCLOUD\"},{\"concept-id\":\"V2353099684-POCLOUD\"},{\"concept-id\":\"V2353100757-POCLOUD\"},{\"concept-id\":\"V2353101043-POCLOUD\"},{\"concept-id\":\"V2353099587-POCLOUD\"},{\"concept-id\":\"V2353099962-POCLOUD\"},{\"concept-id\":\"V2353100227-POCLOUD\"},{\"concept-id\":\"V2353100965-POCLOUD\"},{\"concept-id\":\"V2353100686-POCLOUD\"},{\"concept-id\":\"V2353100465-POCLOUD\"},{\"concept-id\":\"V2353099975-POCLOUD\"},{\"concept-id\":\"V2353100375-POCLOUD\"},{\"concept-id\":\"V2353100550-POCLOUD\"},{\"concept-id\":\"V2353100065-POCLOUD\"},{\"concept-id\":\"V2353100454-POCLOUD\"},{\"concept-id\":\"V2353099897-POCLOUD\"},{\"concept-id\":\"V2353100275-POCLOUD\"},{\"concept-id\":\"V2353099556-POCLOUD\"},{\"concept-id\":\"V2353100021-POCLOUD\"},{\"concept-id\":\"V2353099510-POCLOUD\"},{\"concept-id\":\"V2353100593-POCLOUD\"},{\"concept-id\":\"V2353100714-POCLOUD\"},{\"concept-id\":\"V2353099612-POCLOUD\"},{\"concept-id\":\"V2353101134-POCLOUD\"},{\"concept-id\":\"V2353100607-POCLOUD\"},{\"concept-id\":\"V2353100407-POCLOUD\"},{\"concept-id\":\"V2353100853-POCLOUD\"},{\"concept-id\":\"V2353099563-POCLOUD\"},{\"concept-id\":\"V2353101239-POCLOUD\"},{\"concept-id\":\"V2353099542-POCLOUD\"},{\"concept-id\":\"V2353099647-POCLOUD\"},{\"concept-id\":\"V2353100258-POCLOUD\"},{\"concept-id\":\"V2353099708-POCLOUD\"},{\"concept-id\":\"V2353100807-POCLOUD\"},{\"concept-id\":\"V2353100153-POCLOUD\"},{\"concept-id\":\"V2353100949-POCLOUD\"},{\"concept-id\":\"V2353099779-POCLOUD\"},{\"concept-id\":\"V2353101089-POCLOUD\"},{\"concept-id\":\"V2353101008-POCLOUD\"},{\"concept-id\":\"V2353100702-POCLOUD\"},{\"concept-id\":\"V2353100164-POCLOUD\"},{\"concept-id\":\"V2353101211-POCLOUD\"},{\"concept-id\":\"V2353100349-POCLOUD\"},{\"concept-id\":\"V2353101145-POCLOUD\"},{\"concept-id\":\"V2353099745-POCLOUD\"},{\"concept-id\":\"V2353100031-POCLOUD\"},{\"concept-id\":\"V2353099987-POCLOUD\"},{\"concept-id\":\"V2353100868-POCLOUD\"},{\"concept-id\":\"V2353100539-POCLOUD\"},{\"concept-id\":\"V2353099635-POCLOUD\"},{\"concept-id\":\"V2353101192-POCLOUD\"},{\"concept-id\":\"V2353100113-POCLOUD\"},{\"concept-id\":\"V2353099717-POCLOUD\"},{\"concept-id\":\"V2353099816-POCLOUD\"},{\"concept-id\":\"V2353100475-POCLOUD\"},{\"concept-id\":\"V2353100926-POCLOUD\"},{\"concept-id\":\"V2353100081-POCLOUD\"},{\"concept-id\":\"V2353100088-POCLOUD\"},{\"concept-id\":\"V2353100940-POCLOUD\"},{\"concept-id\":\"V2353100442-POCLOUD\"},{\"concept-id\":\"V2353099863-POCLOUD\"},{\"concept-id\":\"V2353101075-POCLOUD\"},{\"concept-id\":\"V2353099997-POCLOUD\"},{\"concept-id\":\"V2353100395-POCLOUD\"},{\"concept-id\":\"V2353100656-POCLOUD\"},{\"concept-id\":\"V2353101066-POCLOUD\"},{\"concept-id\":\"V2353099803-POCLOUD\"},{\"concept-id\":\"V2353100326-POCLOUD\"},{\"concept-id\":\"V2353100619-POCLOUD\"},{\"concept-id\":\"V2353100008-POCLOUD\"},{\"concept-id\":\"V2353099912-POCLOUD\"},{\"concept-id\":\"V2353100633-POCLOUD\"},{\"concept-id\":\"V2353100501-POCLOUD\"},{\"concept-id\":\"V2353101250-POCLOUD\"},{\"concept-id\":\"V2353100315-POCLOUD\"},{\"concept-id\":\"V2353101050-POCLOUD\"},{\"concept-id\":\"V2353099840-POCLOUD\"},{\"concept-id\":\"V2353101170-POCLOUD\"},{\"concept-id\":\"V2353099626-POCLOUD\"},{\"concept-id\":\"V2353101031-POCLOUD\"},{\"concept-id\":\"V2353099498-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2274919541-POCLOUD\",\"revision-date\":\"2023-04-19T00:13:15.288Z\",\"granule-count\":15770,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":false,\"associations\":{\"variables\":[\"V2353100179-POCLOUD\",\"V2353099575-POCLOUD\",\"V2353100769-POCLOUD\",\"V2353100305-POCLOUD\",\"V2353100780-POCLOUD\",\"V2353100726-POCLOUD\",\"V2353100889-POCLOUD\",\"V2353100749-POCLOUD\",\"V2353100235-POCLOUD\",\"V2353100979-POCLOUD\",\"V2353100916-POCLOUD\",\"V2353101100-POCLOUD\",\"V2353101123-POCLOUD\",\"V2353101227-POCLOUD\",\"V2353099534-POCLOUD\",\"V2353100900-POCLOUD\",\"V2353100128-POCLOUD\",\"V2353099695-POCLOUD\",\"V2353100488-POCLOUD\",\"V2353099730-POCLOUD\",\"V2353099520-POCLOUD\",\"V2353100417-POCLOUD\",\"V2353101176-POCLOUD\",\"V2353100844-POCLOUD\",\"V2353100573-POCLOUD\",\"V2353100362-POCLOUD\",\"V2353099924-POCLOUD\",\"V2353099756-POCLOUD\",\"V2353100515-POCLOUD\",\"V2353099661-POCLOUD\",\"V2353100585-POCLOUD\",\"V2353101201-POCLOUD\",\"V2353100045-POCLOUD\",\"V2353099950-POCLOUD\",\"V2353100643-POCLOUD\",\"V2353101113-POCLOUD\",\"V2353100875-POCLOUD\",\"V2353099884-POCLOUD\",\"V2353100205-POCLOUD\",\"V2353100525-POCLOUD\",\"V2353099672-POCLOUD\",\"V2353100736-POCLOUD\",\"V2353100103-POCLOUD\",\"V2353099828-POCLOUD\",\"V2353100561-POCLOUD\",\"V2353099793-POCLOUD\",\"V2353100248-POCLOUD\",\"V2353099770-POCLOUD\",\"V2353100386-POCLOUD\",\"V2353099874-POCLOUD\",\"V2353100058-POCLOUD\",\"V2353099849-POCLOUD\",\"V2353099602-POCLOUD\",\"V2353100336-POCLOUD\",\"V2353100797-POCLOUD\",\"V2353100137-POCLOUD\",\"V2353101021-POCLOUD\",\"V2353101157-POCLOUD\",\"V2353100678-POCLOUD\",\"V2353100830-POCLOUD\",\"V2353100286-POCLOUD\",\"V2353100821-POCLOUD\",\"V2353100429-POCLOUD\",\"V2353099937-POCLOUD\",\"V2353100665-POCLOUD\",\"V2353099684-POCLOUD\",\"V2353100757-POCLOUD\",\"V2353101043-POCLOUD\",\"V2353099587-POCLOUD\",\"V2353099962-POCLOUD\",\"V2353100227-POCLOUD\",\"V2353100965-POCLOUD\",\"V2353100686-POCLOUD\",\"V2353100465-POCLOUD\",\"V2353099975-POCLOUD\",\"V2353100375-POCLOUD\",\"V2353100550-POCLOUD\",\"V2353100065-POCLOUD\",\"V2353100454-POCLOUD\",\"V2353099897-POCLOUD\",\"V2353100275-POCLOUD\",\"V2353099556-POCLOUD\",\"V2353100021-POCLOUD\",\"V2353099510-POCLOUD\",\"V2353100593-POCLOUD\",\"V2353100714-POCLOUD\",\"V2353099612-POCLOUD\",\"V2353101134-POCLOUD\",\"V2353100607-POCLOUD\",\"V2353100407-POCLOUD\",\"V2353100853-POCLOUD\",\"V2353099563-POCLOUD\",\"V2353101239-POCLOUD\",\"V2353099542-POCLOUD\",\"V2353099647-POCLOUD\",\"V2353100258-POCLOUD\",\"V2353099708-POCLOUD\",\"V2353100807-POCLOUD\",\"V2353100153-POCLOUD\",\"V2353100949-POCLOUD\",\"V2353099779-POCLOUD\",\"V2353101089-POCLOUD\",\"V2353101008-POCLOUD\",\"V2353100702-POCLOUD\",\"V2353100164-POCLOUD\",\"V2353101211-POCLOUD\",\"V2353100349-POCLOUD\",\"V2353101145-POCLOUD\",\"V2353099745-POCLOUD\",\"V2353100031-POCLOUD\",\"V2353099987-POCLOUD\",\"V2353100868-POCLOUD\",\"V2353100539-POCLOUD\",\"V2353099635-POCLOUD\",\"V2353101192-POCLOUD\",\"V2353100113-POCLOUD\",\"V2353099717-POCLOUD\",\"V2353099816-POCLOUD\",\"V2353100475-POCLOUD\",\"V2353100926-POCLOUD\",\"V2353100081-POCLOUD\",\"V2353100088-POCLOUD\",\"V2353100940-POCLOUD\",\"V2353100442-POCLOUD\",\"V2353099863-POCLOUD\",\"V2353101075-POCLOUD\",\"V2353099997-POCLOUD\",\"V2353100395-POCLOUD\",\"V2353100656-POCLOUD\",\"V2353101066-POCLOUD\",\"V2353099803-POCLOUD\",\"V2353100326-POCLOUD\",\"V2353100619-POCLOUD\",\"V2353100008-POCLOUD\",\"V2353099912-POCLOUD\",\"V2353100633-POCLOUD\",\"V2353100501-POCLOUD\",\"V2353101250-POCLOUD\",\"V2353100315-POCLOUD\",\"V2353101050-POCLOUD\",\"V2353099840-POCLOUD\",\"V2353101170-POCLOUD\",\"V2353099626-POCLOUD\",\"V2353101031-POCLOUD\",\"V2353099498-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_CDR_V1.2/\",\"podaac-ops-cumulus-public/CYGNSS_L1_CDR_V1.2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_22364\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2353100179-POCLOUD\"},{\"concept-id\":\"V2353099575-POCLOUD\"},{\"concept-id\":\"V2353100769-POCLOUD\"},{\"concept-id\":\"V2353100305-POCLOUD\"},{\"concept-id\":\"V2353100780-POCLOUD\"},{\"concept-id\":\"V2353100726-POCLOUD\"},{\"concept-id\":\"V2353100889-POCLOUD\"},{\"concept-id\":\"V2353100749-POCLOUD\"},{\"concept-id\":\"V2353100235-POCLOUD\"},{\"concept-id\":\"V2353100979-POCLOUD\"},{\"concept-id\":\"V2353100916-POCLOUD\"},{\"concept-id\":\"V2353101100-POCLOUD\"},{\"concept-id\":\"V2353101123-POCLOUD\"},{\"concept-id\":\"V2353101227-POCLOUD\"},{\"concept-id\":\"V2353099534-POCLOUD\"},{\"concept-id\":\"V2353100900-POCLOUD\"},{\"concept-id\":\"V2353100128-POCLOUD\"},{\"concept-id\":\"V2353099695-POCLOUD\"},{\"concept-id\":\"V2353100488-POCLOUD\"},{\"concept-id\":\"V2353099730-POCLOUD\"},{\"concept-id\":\"V2353099520-POCLOUD\"},{\"concept-id\":\"V2353100417-POCLOUD\"},{\"concept-id\":\"V2353101176-POCLOUD\"},{\"concept-id\":\"V2353100844-POCLOUD\"},{\"concept-id\":\"V2353100573-POCLOUD\"},{\"concept-id\":\"V2353100362-POCLOUD\"},{\"concept-id\":\"V2353099924-POCLOUD\"},{\"concept-id\":\"V2353099756-POCLOUD\"},{\"concept-id\":\"V2353100515-POCLOUD\"},{\"concept-id\":\"V2353099661-POCLOUD\"},{\"concept-id\":\"V2353100585-POCLOUD\"},{\"concept-id\":\"V2353101201-POCLOUD\"},{\"concept-id\":\"V2353100045-POCLOUD\"},{\"concept-id\":\"V2353099950-POCLOUD\"},{\"concept-id\":\"V2353100643-POCLOUD\"},{\"concept-id\":\"V2353101113-POCLOUD\"},{\"concept-id\":\"V2353100875-POCLOUD\"},{\"concept-id\":\"V2353099884-POCLOUD\"},{\"concept-id\":\"V2353100205-POCLOUD\"},{\"concept-id\":\"V2353100525-POCLOUD\"},{\"concept-id\":\"V2353099672-POCLOUD\"},{\"concept-id\":\"V2353100736-POCLOUD\"},{\"concept-id\":\"V2353100103-POCLOUD\"},{\"concept-id\":\"V2353099828-POCLOUD\"},{\"concept-id\":\"V2353100561-POCLOUD\"},{\"concept-id\":\"V2353099793-POCLOUD\"},{\"concept-id\":\"V2353100248-POCLOUD\"},{\"concept-id\":\"V2353099770-POCLOUD\"},{\"concept-id\":\"V2353100386-POCLOUD\"},{\"concept-id\":\"V2353099874-POCLOUD\"},{\"concept-id\":\"V2353100058-POCLOUD\"},{\"concept-id\":\"V2353099849-POCLOUD\"},{\"concept-id\":\"V2353099602-POCLOUD\"},{\"concept-id\":\"V2353100336-POCLOUD\"},{\"concept-id\":\"V2353100797-POCLOUD\"},{\"concept-id\":\"V2353100137-POCLOUD\"},{\"concept-id\":\"V2353101021-POCLOUD\"},{\"concept-id\":\"V2353101157-POCLOUD\"},{\"concept-id\":\"V2353100678-POCLOUD\"},{\"concept-id\":\"V2353100830-POCLOUD\"},{\"concept-id\":\"V2353100286-POCLOUD\"},{\"concept-id\":\"V2353100821-POCLOUD\"},{\"concept-id\":\"V2353100429-POCLOUD\"},{\"concept-id\":\"V2353099937-POCLOUD\"},{\"concept-id\":\"V2353100665-POCLOUD\"},{\"concept-id\":\"V2353099684-POCLOUD\"},{\"concept-id\":\"V2353100757-POCLOUD\"},{\"concept-id\":\"V2353101043-POCLOUD\"},{\"concept-id\":\"V2353099587-POCLOUD\"},{\"concept-id\":\"V2353099962-POCLOUD\"},{\"concept-id\":\"V2353100227-POCLOUD\"},{\"concept-id\":\"V2353100965-POCLOUD\"},{\"concept-id\":\"V2353100686-POCLOUD\"},{\"concept-id\":\"V2353100465-POCLOUD\"},{\"concept-id\":\"V2353099975-POCLOUD\"},{\"concept-id\":\"V2353100375-POCLOUD\"},{\"concept-id\":\"V2353100550-POCLOUD\"},{\"concept-id\":\"V2353100065-POCLOUD\"},{\"concept-id\":\"V2353100454-POCLOUD\"},{\"concept-id\":\"V2353099897-POCLOUD\"},{\"concept-id\":\"V2353100275-POCLOUD\"},{\"concept-id\":\"V2353099556-POCLOUD\"},{\"concept-id\":\"V2353100021-POCLOUD\"},{\"concept-id\":\"V2353099510-POCLOUD\"},{\"concept-id\":\"V2353100593-POCLOUD\"},{\"concept-id\":\"V2353100714-POCLOUD\"},{\"concept-id\":\"V2353099612-POCLOUD\"},{\"concept-id\":\"V2353101134-POCLOUD\"},{\"concept-id\":\"V2353100607-POCLOUD\"},{\"concept-id\":\"V2353100407-POCLOUD\"},{\"concept-id\":\"V2353100853-POCLOUD\"},{\"concept-id\":\"V2353099563-POCLOUD\"},{\"concept-id\":\"V2353101239-POCLOUD\"},{\"concept-id\":\"V2353099542-POCLOUD\"},{\"concept-id\":\"V2353099647-POCLOUD\"},{\"concept-id\":\"V2353100258-POCLOUD\"},{\"concept-id\":\"V2353099708-POCLOUD\"},{\"concept-id\":\"V2353100807-POCLOUD\"},{\"concept-id\":\"V2353100153-POCLOUD\"},{\"concept-id\":\"V2353100949-POCLOUD\"},{\"concept-id\":\"V2353099779-POCLOUD\"},{\"concept-id\":\"V2353101089-POCLOUD\"},{\"concept-id\":\"V2353101008-POCLOUD\"},{\"concept-id\":\"V2353100702-POCLOUD\"},{\"concept-id\":\"V2353100164-POCLOUD\"},{\"concept-id\":\"V2353101211-POCLOUD\"},{\"concept-id\":\"V2353100349-POCLOUD\"},{\"concept-id\":\"V2353101145-POCLOUD\"},{\"concept-id\":\"V2353099745-POCLOUD\"},{\"concept-id\":\"V2353100031-POCLOUD\"},{\"concept-id\":\"V2353099987-POCLOUD\"},{\"concept-id\":\"V2353100868-POCLOUD\"},{\"concept-id\":\"V2353100539-POCLOUD\"},{\"concept-id\":\"V2353099635-POCLOUD\"},{\"concept-id\":\"V2353101192-POCLOUD\"},{\"concept-id\":\"V2353100113-POCLOUD\"},{\"concept-id\":\"V2353099717-POCLOUD\"},{\"concept-id\":\"V2353099816-POCLOUD\"},{\"concept-id\":\"V2353100475-POCLOUD\"},{\"concept-id\":\"V2353100926-POCLOUD\"},{\"concept-id\":\"V2353100081-POCLOUD\"},{\"concept-id\":\"V2353100088-POCLOUD\"},{\"concept-id\":\"V2353100940-POCLOUD\"},{\"concept-id\":\"V2353100442-POCLOUD\"},{\"concept-id\":\"V2353099863-POCLOUD\"},{\"concept-id\":\"V2353101075-POCLOUD\"},{\"concept-id\":\"V2353099997-POCLOUD\"},{\"concept-id\":\"V2353100395-POCLOUD\"},{\"concept-id\":\"V2353100656-POCLOUD\"},{\"concept-id\":\"V2353101066-POCLOUD\"},{\"concept-id\":\"V2353099803-POCLOUD\"},{\"concept-id\":\"V2353100326-POCLOUD\"},{\"concept-id\":\"V2353100619-POCLOUD\"},{\"concept-id\":\"V2353100008-POCLOUD\"},{\"concept-id\":\"V2353099912-POCLOUD\"},{\"concept-id\":\"V2353100633-POCLOUD\"},{\"concept-id\":\"V2353100501-POCLOUD\"},{\"concept-id\":\"V2353101250-POCLOUD\"},{\"concept-id\":\"V2353100315-POCLOUD\"},{\"concept-id\":\"V2353101050-POCLOUD\"},{\"concept-id\":\"V2353099840-POCLOUD\"},{\"concept-id\":\"V2353101170-POCLOUD\"},{\"concept-id\":\"V2353099626-POCLOUD\"},{\"concept-id\":\"V2353101031-POCLOUD\"},{\"concept-id\":\"V2353099498-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2274919541-POCLOUD\",\"revision-date\":\"2023-04-19T00:13:15.288Z\",\"granule-count\":15844,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" ddm\",\" ddmi\",\" ddma\",\" doppler\",\" delay doppler\",\" delay\",\" specular point\",\" waveform\",\" les\",\" leading edge slope\",\" bistatic\",\" bi-static\",\" radar\",\" brcs\",\" sigma0\",\" sigma-0\",\" sigma naught\",\" sigma-naught\",\" @@ -149994,7 +149825,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"RAW\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2263206409-POCLOUD\",\"V2263206364-POCLOUD\",\"V2263206376-POCLOUD\",\"V2263206304-POCLOUD\",\"V2263206035-POCLOUD\",\"V2263206099-POCLOUD\",\"V2263206263-POCLOUD\",\"V2263206188-POCLOUD\",\"V2263206066-POCLOUD\",\"V2263206327-POCLOUD\",\"V2263206296-POCLOUD\",\"V2263206329-POCLOUD\",\"V2263206196-POCLOUD\",\"V2263206173-POCLOUD\",\"V2263206120-POCLOUD\",\"V2263206049-POCLOUD\",\"V2263206169-POCLOUD\",\"V2263206087-POCLOUD\",\"V2263206064-POCLOUD\",\"V2263206416-POCLOUD\",\"V2263206401-POCLOUD\",\"V2263206130-POCLOUD\",\"V2263206374-POCLOUD\",\"V2263206338-POCLOUD\",\"V2263206107-POCLOUD\",\"V2263206348-POCLOUD\",\"V2263206312-POCLOUD\",\"V2263206421-POCLOUD\",\"V2263206346-POCLOUD\",\"V2263206405-POCLOUD\",\"V2263206157-POCLOUD\",\"V2263206362-POCLOUD\",\"V2263206132-POCLOUD\",\"V2263206226-POCLOUD\",\"V2263206385-POCLOUD\",\"V2263206316-POCLOUD\",\"V2263206115-POCLOUD\",\"V2263206344-POCLOUD\",\"V2263206059-POCLOUD\",\"V2263206184-POCLOUD\",\"V2263206089-POCLOUD\",\"V2263206252-POCLOUD\",\"V2263206289-POCLOUD\",\"V2263206258-POCLOUD\",\"V2263206272-POCLOUD\",\"V2263206372-POCLOUD\",\"V2263206112-POCLOUD\",\"V2263206074-POCLOUD\",\"V2263206350-POCLOUD\",\"V2263206103-POCLOUD\",\"V2263206358-POCLOUD\",\"V2263206193-POCLOUD\",\"V2263206336-POCLOUD\",\"V2263206266-POCLOUD\",\"V2263206334-POCLOUD\",\"V2263206244-POCLOUD\",\"V2263206255-POCLOUD\",\"V2263206179-POCLOUD\",\"V2263206396-POCLOUD\",\"V2263206239-POCLOUD\",\"V2263206407-POCLOUD\",\"V2263206418-POCLOUD\",\"V2263206368-POCLOUD\",\"V2263206219-POCLOUD\",\"V2263206411-POCLOUD\",\"V2263206424-POCLOUD\",\"V2263206161-POCLOUD\",\"V2263206109-POCLOUD\",\"V2263206203-POCLOUD\",\"V2263206081-POCLOUD\",\"V2263206323-POCLOUD\",\"V2263206208-POCLOUD\",\"V2263206355-POCLOUD\",\"V2263206234-POCLOUD\",\"V2263206427-POCLOUD\",\"V2263206366-POCLOUD\",\"V2263206147-POCLOUD\",\"V2263206332-POCLOUD\",\"V2263206242-POCLOUD\",\"V2263206211-POCLOUD\",\"V2263206352-POCLOUD\",\"V2263206153-POCLOUD\",\"V2263206268-POCLOUD\",\"V2263206248-POCLOUD\",\"V2263206309-POCLOUD\",\"V2263206213-POCLOUD\",\"V2263206096-POCLOUD\",\"V2263206138-POCLOUD\",\"V2263206278-POCLOUD\",\"V2263206342-POCLOUD\",\"V2263206360-POCLOUD\",\"V2263206325-POCLOUD\",\"V2263206182-POCLOUD\",\"V2263206127-POCLOUD\",\"V2263206314-POCLOUD\",\"V2263206300-POCLOUD\",\"V2263206222-POCLOUD\",\"V2263206135-POCLOUD\",\"V2263206041-POCLOUD\",\"V2263206166-POCLOUD\",\"V2263206321-POCLOUD\",\"V2263206094-POCLOUD\",\"V2263206141-POCLOUD\",\"V2263206085-POCLOUD\",\"V2263206246-POCLOUD\",\"V2263206413-POCLOUD\",\"V2263206039-POCLOUD\",\"V2263206284-POCLOUD\",\"V2263206079-POCLOUD\",\"V2263206164-POCLOUD\",\"V2263206340-POCLOUD\",\"V2263206307-POCLOUD\",\"V2263206399-POCLOUD\",\"V2263206091-POCLOUD\",\"V2263206403-POCLOUD\",\"V2263206199-POCLOUD\",\"V2263206117-POCLOUD\",\"V2263206237-POCLOUD\",\"V2263206293-POCLOUD\",\"V2263206231-POCLOUD\",\"V2263206125-POCLOUD\",\"V2263206319-POCLOUD\",\"V2263206370-POCLOUD\",\"V2263206206-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_V2.1/\",\"podaac-ops-cumulus-public/CYGNSS_L1_V2.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"CYGNSS+Level+1+Science+Data+Record+Version+2.1\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2263206409-POCLOUD\"},{\"concept-id\":\"V2263206364-POCLOUD\"},{\"concept-id\":\"V2263206376-POCLOUD\"},{\"concept-id\":\"V2263206304-POCLOUD\"},{\"concept-id\":\"V2263206035-POCLOUD\"},{\"concept-id\":\"V2263206099-POCLOUD\"},{\"concept-id\":\"V2263206263-POCLOUD\"},{\"concept-id\":\"V2263206188-POCLOUD\"},{\"concept-id\":\"V2263206066-POCLOUD\"},{\"concept-id\":\"V2263206327-POCLOUD\"},{\"concept-id\":\"V2263206296-POCLOUD\"},{\"concept-id\":\"V2263206329-POCLOUD\"},{\"concept-id\":\"V2263206196-POCLOUD\"},{\"concept-id\":\"V2263206173-POCLOUD\"},{\"concept-id\":\"V2263206120-POCLOUD\"},{\"concept-id\":\"V2263206049-POCLOUD\"},{\"concept-id\":\"V2263206169-POCLOUD\"},{\"concept-id\":\"V2263206087-POCLOUD\"},{\"concept-id\":\"V2263206064-POCLOUD\"},{\"concept-id\":\"V2263206416-POCLOUD\"},{\"concept-id\":\"V2263206401-POCLOUD\"},{\"concept-id\":\"V2263206130-POCLOUD\"},{\"concept-id\":\"V2263206374-POCLOUD\"},{\"concept-id\":\"V2263206338-POCLOUD\"},{\"concept-id\":\"V2263206107-POCLOUD\"},{\"concept-id\":\"V2263206348-POCLOUD\"},{\"concept-id\":\"V2263206312-POCLOUD\"},{\"concept-id\":\"V2263206421-POCLOUD\"},{\"concept-id\":\"V2263206346-POCLOUD\"},{\"concept-id\":\"V2263206405-POCLOUD\"},{\"concept-id\":\"V2263206157-POCLOUD\"},{\"concept-id\":\"V2263206362-POCLOUD\"},{\"concept-id\":\"V2263206132-POCLOUD\"},{\"concept-id\":\"V2263206226-POCLOUD\"},{\"concept-id\":\"V2263206385-POCLOUD\"},{\"concept-id\":\"V2263206316-POCLOUD\"},{\"concept-id\":\"V2263206115-POCLOUD\"},{\"concept-id\":\"V2263206344-POCLOUD\"},{\"concept-id\":\"V2263206059-POCLOUD\"},{\"concept-id\":\"V2263206184-POCLOUD\"},{\"concept-id\":\"V2263206089-POCLOUD\"},{\"concept-id\":\"V2263206252-POCLOUD\"},{\"concept-id\":\"V2263206289-POCLOUD\"},{\"concept-id\":\"V2263206258-POCLOUD\"},{\"concept-id\":\"V2263206272-POCLOUD\"},{\"concept-id\":\"V2263206372-POCLOUD\"},{\"concept-id\":\"V2263206112-POCLOUD\"},{\"concept-id\":\"V2263206074-POCLOUD\"},{\"concept-id\":\"V2263206350-POCLOUD\"},{\"concept-id\":\"V2263206103-POCLOUD\"},{\"concept-id\":\"V2263206358-POCLOUD\"},{\"concept-id\":\"V2263206193-POCLOUD\"},{\"concept-id\":\"V2263206336-POCLOUD\"},{\"concept-id\":\"V2263206266-POCLOUD\"},{\"concept-id\":\"V2263206334-POCLOUD\"},{\"concept-id\":\"V2263206244-POCLOUD\"},{\"concept-id\":\"V2263206255-POCLOUD\"},{\"concept-id\":\"V2263206179-POCLOUD\"},{\"concept-id\":\"V2263206396-POCLOUD\"},{\"concept-id\":\"V2263206239-POCLOUD\"},{\"concept-id\":\"V2263206407-POCLOUD\"},{\"concept-id\":\"V2263206418-POCLOUD\"},{\"concept-id\":\"V2263206368-POCLOUD\"},{\"concept-id\":\"V2263206219-POCLOUD\"},{\"concept-id\":\"V2263206411-POCLOUD\"},{\"concept-id\":\"V2263206424-POCLOUD\"},{\"concept-id\":\"V2263206161-POCLOUD\"},{\"concept-id\":\"V2263206109-POCLOUD\"},{\"concept-id\":\"V2263206203-POCLOUD\"},{\"concept-id\":\"V2263206081-POCLOUD\"},{\"concept-id\":\"V2263206323-POCLOUD\"},{\"concept-id\":\"V2263206208-POCLOUD\"},{\"concept-id\":\"V2263206355-POCLOUD\"},{\"concept-id\":\"V2263206234-POCLOUD\"},{\"concept-id\":\"V2263206427-POCLOUD\"},{\"concept-id\":\"V2263206366-POCLOUD\"},{\"concept-id\":\"V2263206147-POCLOUD\"},{\"concept-id\":\"V2263206332-POCLOUD\"},{\"concept-id\":\"V2263206242-POCLOUD\"},{\"concept-id\":\"V2263206211-POCLOUD\"},{\"concept-id\":\"V2263206352-POCLOUD\"},{\"concept-id\":\"V2263206153-POCLOUD\"},{\"concept-id\":\"V2263206268-POCLOUD\"},{\"concept-id\":\"V2263206248-POCLOUD\"},{\"concept-id\":\"V2263206309-POCLOUD\"},{\"concept-id\":\"V2263206213-POCLOUD\"},{\"concept-id\":\"V2263206096-POCLOUD\"},{\"concept-id\":\"V2263206138-POCLOUD\"},{\"concept-id\":\"V2263206278-POCLOUD\"},{\"concept-id\":\"V2263206342-POCLOUD\"},{\"concept-id\":\"V2263206360-POCLOUD\"},{\"concept-id\":\"V2263206325-POCLOUD\"},{\"concept-id\":\"V2263206182-POCLOUD\"},{\"concept-id\":\"V2263206127-POCLOUD\"},{\"concept-id\":\"V2263206314-POCLOUD\"},{\"concept-id\":\"V2263206300-POCLOUD\"},{\"concept-id\":\"V2263206222-POCLOUD\"},{\"concept-id\":\"V2263206135-POCLOUD\"},{\"concept-id\":\"V2263206041-POCLOUD\"},{\"concept-id\":\"V2263206166-POCLOUD\"},{\"concept-id\":\"V2263206321-POCLOUD\"},{\"concept-id\":\"V2263206094-POCLOUD\"},{\"concept-id\":\"V2263206141-POCLOUD\"},{\"concept-id\":\"V2263206085-POCLOUD\"},{\"concept-id\":\"V2263206246-POCLOUD\"},{\"concept-id\":\"V2263206413-POCLOUD\"},{\"concept-id\":\"V2263206039-POCLOUD\"},{\"concept-id\":\"V2263206284-POCLOUD\"},{\"concept-id\":\"V2263206079-POCLOUD\"},{\"concept-id\":\"V2263206164-POCLOUD\"},{\"concept-id\":\"V2263206340-POCLOUD\"},{\"concept-id\":\"V2263206307-POCLOUD\"},{\"concept-id\":\"V2263206399-POCLOUD\"},{\"concept-id\":\"V2263206091-POCLOUD\"},{\"concept-id\":\"V2263206403-POCLOUD\"},{\"concept-id\":\"V2263206199-POCLOUD\"},{\"concept-id\":\"V2263206117-POCLOUD\"},{\"concept-id\":\"V2263206237-POCLOUD\"},{\"concept-id\":\"V2263206293-POCLOUD\"},{\"concept-id\":\"V2263206231-POCLOUD\"},{\"concept-id\":\"V2263206125-POCLOUD\"},{\"concept-id\":\"V2263206319-POCLOUD\"},{\"concept-id\":\"V2263206370-POCLOUD\"},{\"concept-id\":\"V2263206206-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2251464384-POCLOUD\",\"revision-date\":\"2023-01-03T23:34:44.894Z\",\"granule-count\":19374,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"RAW\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2263206409-POCLOUD\",\"V2263206364-POCLOUD\",\"V2263206376-POCLOUD\",\"V2263206304-POCLOUD\",\"V2263206035-POCLOUD\",\"V2263206099-POCLOUD\",\"V2263206263-POCLOUD\",\"V2263206188-POCLOUD\",\"V2263206066-POCLOUD\",\"V2263206327-POCLOUD\",\"V2263206296-POCLOUD\",\"V2263206329-POCLOUD\",\"V2263206196-POCLOUD\",\"V2263206173-POCLOUD\",\"V2263206120-POCLOUD\",\"V2263206049-POCLOUD\",\"V2263206169-POCLOUD\",\"V2263206087-POCLOUD\",\"V2263206064-POCLOUD\",\"V2263206416-POCLOUD\",\"V2263206401-POCLOUD\",\"V2263206130-POCLOUD\",\"V2263206374-POCLOUD\",\"V2263206338-POCLOUD\",\"V2263206107-POCLOUD\",\"V2263206348-POCLOUD\",\"V2263206312-POCLOUD\",\"V2263206421-POCLOUD\",\"V2263206346-POCLOUD\",\"V2263206405-POCLOUD\",\"V2263206157-POCLOUD\",\"V2263206362-POCLOUD\",\"V2263206132-POCLOUD\",\"V2263206226-POCLOUD\",\"V2263206385-POCLOUD\",\"V2263206316-POCLOUD\",\"V2263206115-POCLOUD\",\"V2263206344-POCLOUD\",\"V2263206059-POCLOUD\",\"V2263206184-POCLOUD\",\"V2263206089-POCLOUD\",\"V2263206252-POCLOUD\",\"V2263206289-POCLOUD\",\"V2263206258-POCLOUD\",\"V2263206272-POCLOUD\",\"V2263206372-POCLOUD\",\"V2263206112-POCLOUD\",\"V2263206074-POCLOUD\",\"V2263206350-POCLOUD\",\"V2263206103-POCLOUD\",\"V2263206358-POCLOUD\",\"V2263206193-POCLOUD\",\"V2263206336-POCLOUD\",\"V2263206266-POCLOUD\",\"V2263206334-POCLOUD\",\"V2263206244-POCLOUD\",\"V2263206255-POCLOUD\",\"V2263206179-POCLOUD\",\"V2263206396-POCLOUD\",\"V2263206239-POCLOUD\",\"V2263206407-POCLOUD\",\"V2263206418-POCLOUD\",\"V2263206368-POCLOUD\",\"V2263206219-POCLOUD\",\"V2263206411-POCLOUD\",\"V2263206424-POCLOUD\",\"V2263206161-POCLOUD\",\"V2263206109-POCLOUD\",\"V2263206203-POCLOUD\",\"V2263206081-POCLOUD\",\"V2263206323-POCLOUD\",\"V2263206208-POCLOUD\",\"V2263206355-POCLOUD\",\"V2263206234-POCLOUD\",\"V2263206427-POCLOUD\",\"V2263206366-POCLOUD\",\"V2263206147-POCLOUD\",\"V2263206332-POCLOUD\",\"V2263206242-POCLOUD\",\"V2263206211-POCLOUD\",\"V2263206352-POCLOUD\",\"V2263206153-POCLOUD\",\"V2263206268-POCLOUD\",\"V2263206248-POCLOUD\",\"V2263206309-POCLOUD\",\"V2263206213-POCLOUD\",\"V2263206096-POCLOUD\",\"V2263206138-POCLOUD\",\"V2263206278-POCLOUD\",\"V2263206342-POCLOUD\",\"V2263206360-POCLOUD\",\"V2263206325-POCLOUD\",\"V2263206182-POCLOUD\",\"V2263206127-POCLOUD\",\"V2263206314-POCLOUD\",\"V2263206300-POCLOUD\",\"V2263206222-POCLOUD\",\"V2263206135-POCLOUD\",\"V2263206041-POCLOUD\",\"V2263206166-POCLOUD\",\"V2263206321-POCLOUD\",\"V2263206094-POCLOUD\",\"V2263206141-POCLOUD\",\"V2263206085-POCLOUD\",\"V2263206246-POCLOUD\",\"V2263206413-POCLOUD\",\"V2263206039-POCLOUD\",\"V2263206284-POCLOUD\",\"V2263206079-POCLOUD\",\"V2263206164-POCLOUD\",\"V2263206340-POCLOUD\",\"V2263206307-POCLOUD\",\"V2263206399-POCLOUD\",\"V2263206091-POCLOUD\",\"V2263206403-POCLOUD\",\"V2263206199-POCLOUD\",\"V2263206117-POCLOUD\",\"V2263206237-POCLOUD\",\"V2263206293-POCLOUD\",\"V2263206231-POCLOUD\",\"V2263206125-POCLOUD\",\"V2263206319-POCLOUD\",\"V2263206370-POCLOUD\",\"V2263206206-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_V2.1/\",\"podaac-ops-cumulus-public/CYGNSS_L1_V2.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"CYGNSS+Level+1+Science+Data+Record+Version+2.1\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2263206409-POCLOUD\"},{\"concept-id\":\"V2263206364-POCLOUD\"},{\"concept-id\":\"V2263206376-POCLOUD\"},{\"concept-id\":\"V2263206304-POCLOUD\"},{\"concept-id\":\"V2263206035-POCLOUD\"},{\"concept-id\":\"V2263206099-POCLOUD\"},{\"concept-id\":\"V2263206263-POCLOUD\"},{\"concept-id\":\"V2263206188-POCLOUD\"},{\"concept-id\":\"V2263206066-POCLOUD\"},{\"concept-id\":\"V2263206327-POCLOUD\"},{\"concept-id\":\"V2263206296-POCLOUD\"},{\"concept-id\":\"V2263206329-POCLOUD\"},{\"concept-id\":\"V2263206196-POCLOUD\"},{\"concept-id\":\"V2263206173-POCLOUD\"},{\"concept-id\":\"V2263206120-POCLOUD\"},{\"concept-id\":\"V2263206049-POCLOUD\"},{\"concept-id\":\"V2263206169-POCLOUD\"},{\"concept-id\":\"V2263206087-POCLOUD\"},{\"concept-id\":\"V2263206064-POCLOUD\"},{\"concept-id\":\"V2263206416-POCLOUD\"},{\"concept-id\":\"V2263206401-POCLOUD\"},{\"concept-id\":\"V2263206130-POCLOUD\"},{\"concept-id\":\"V2263206374-POCLOUD\"},{\"concept-id\":\"V2263206338-POCLOUD\"},{\"concept-id\":\"V2263206107-POCLOUD\"},{\"concept-id\":\"V2263206348-POCLOUD\"},{\"concept-id\":\"V2263206312-POCLOUD\"},{\"concept-id\":\"V2263206421-POCLOUD\"},{\"concept-id\":\"V2263206346-POCLOUD\"},{\"concept-id\":\"V2263206405-POCLOUD\"},{\"concept-id\":\"V2263206157-POCLOUD\"},{\"concept-id\":\"V2263206362-POCLOUD\"},{\"concept-id\":\"V2263206132-POCLOUD\"},{\"concept-id\":\"V2263206226-POCLOUD\"},{\"concept-id\":\"V2263206385-POCLOUD\"},{\"concept-id\":\"V2263206316-POCLOUD\"},{\"concept-id\":\"V2263206115-POCLOUD\"},{\"concept-id\":\"V2263206344-POCLOUD\"},{\"concept-id\":\"V2263206059-POCLOUD\"},{\"concept-id\":\"V2263206184-POCLOUD\"},{\"concept-id\":\"V2263206089-POCLOUD\"},{\"concept-id\":\"V2263206252-POCLOUD\"},{\"concept-id\":\"V2263206289-POCLOUD\"},{\"concept-id\":\"V2263206258-POCLOUD\"},{\"concept-id\":\"V2263206272-POCLOUD\"},{\"concept-id\":\"V2263206372-POCLOUD\"},{\"concept-id\":\"V2263206112-POCLOUD\"},{\"concept-id\":\"V2263206074-POCLOUD\"},{\"concept-id\":\"V2263206350-POCLOUD\"},{\"concept-id\":\"V2263206103-POCLOUD\"},{\"concept-id\":\"V2263206358-POCLOUD\"},{\"concept-id\":\"V2263206193-POCLOUD\"},{\"concept-id\":\"V2263206336-POCLOUD\"},{\"concept-id\":\"V2263206266-POCLOUD\"},{\"concept-id\":\"V2263206334-POCLOUD\"},{\"concept-id\":\"V2263206244-POCLOUD\"},{\"concept-id\":\"V2263206255-POCLOUD\"},{\"concept-id\":\"V2263206179-POCLOUD\"},{\"concept-id\":\"V2263206396-POCLOUD\"},{\"concept-id\":\"V2263206239-POCLOUD\"},{\"concept-id\":\"V2263206407-POCLOUD\"},{\"concept-id\":\"V2263206418-POCLOUD\"},{\"concept-id\":\"V2263206368-POCLOUD\"},{\"concept-id\":\"V2263206219-POCLOUD\"},{\"concept-id\":\"V2263206411-POCLOUD\"},{\"concept-id\":\"V2263206424-POCLOUD\"},{\"concept-id\":\"V2263206161-POCLOUD\"},{\"concept-id\":\"V2263206109-POCLOUD\"},{\"concept-id\":\"V2263206203-POCLOUD\"},{\"concept-id\":\"V2263206081-POCLOUD\"},{\"concept-id\":\"V2263206323-POCLOUD\"},{\"concept-id\":\"V2263206208-POCLOUD\"},{\"concept-id\":\"V2263206355-POCLOUD\"},{\"concept-id\":\"V2263206234-POCLOUD\"},{\"concept-id\":\"V2263206427-POCLOUD\"},{\"concept-id\":\"V2263206366-POCLOUD\"},{\"concept-id\":\"V2263206147-POCLOUD\"},{\"concept-id\":\"V2263206332-POCLOUD\"},{\"concept-id\":\"V2263206242-POCLOUD\"},{\"concept-id\":\"V2263206211-POCLOUD\"},{\"concept-id\":\"V2263206352-POCLOUD\"},{\"concept-id\":\"V2263206153-POCLOUD\"},{\"concept-id\":\"V2263206268-POCLOUD\"},{\"concept-id\":\"V2263206248-POCLOUD\"},{\"concept-id\":\"V2263206309-POCLOUD\"},{\"concept-id\":\"V2263206213-POCLOUD\"},{\"concept-id\":\"V2263206096-POCLOUD\"},{\"concept-id\":\"V2263206138-POCLOUD\"},{\"concept-id\":\"V2263206278-POCLOUD\"},{\"concept-id\":\"V2263206342-POCLOUD\"},{\"concept-id\":\"V2263206360-POCLOUD\"},{\"concept-id\":\"V2263206325-POCLOUD\"},{\"concept-id\":\"V2263206182-POCLOUD\"},{\"concept-id\":\"V2263206127-POCLOUD\"},{\"concept-id\":\"V2263206314-POCLOUD\"},{\"concept-id\":\"V2263206300-POCLOUD\"},{\"concept-id\":\"V2263206222-POCLOUD\"},{\"concept-id\":\"V2263206135-POCLOUD\"},{\"concept-id\":\"V2263206041-POCLOUD\"},{\"concept-id\":\"V2263206166-POCLOUD\"},{\"concept-id\":\"V2263206321-POCLOUD\"},{\"concept-id\":\"V2263206094-POCLOUD\"},{\"concept-id\":\"V2263206141-POCLOUD\"},{\"concept-id\":\"V2263206085-POCLOUD\"},{\"concept-id\":\"V2263206246-POCLOUD\"},{\"concept-id\":\"V2263206413-POCLOUD\"},{\"concept-id\":\"V2263206039-POCLOUD\"},{\"concept-id\":\"V2263206284-POCLOUD\"},{\"concept-id\":\"V2263206079-POCLOUD\"},{\"concept-id\":\"V2263206164-POCLOUD\"},{\"concept-id\":\"V2263206340-POCLOUD\"},{\"concept-id\":\"V2263206307-POCLOUD\"},{\"concept-id\":\"V2263206399-POCLOUD\"},{\"concept-id\":\"V2263206091-POCLOUD\"},{\"concept-id\":\"V2263206403-POCLOUD\"},{\"concept-id\":\"V2263206199-POCLOUD\"},{\"concept-id\":\"V2263206117-POCLOUD\"},{\"concept-id\":\"V2263206237-POCLOUD\"},{\"concept-id\":\"V2263206293-POCLOUD\"},{\"concept-id\":\"V2263206231-POCLOUD\"},{\"concept-id\":\"V2263206125-POCLOUD\"},{\"concept-id\":\"V2263206319-POCLOUD\"},{\"concept-id\":\"V2263206370-POCLOUD\"},{\"concept-id\":\"V2263206206-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2251464384-POCLOUD\",\"revision-date\":\"2023-01-03T23:34:44.894Z\",\"granule-count\":19439,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" ddm\",\" ddmi\",\" ddma\",\" doppler\",\" delay doppler\",\" delay\",\" specular point\",\" waveform\",\" les\",\" leading edge slope\",\" bistatic\",\" bi-static\",\" radar\",\" brcs\",\" sigma0\",\" sigma-0\",\" sigma naught\",\" sigma-naught\",\" @@ -150280,7 +150111,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2184124668-POCLOUD\",\"V2184143619-POCLOUD\",\"V2184128580-POCLOUD\",\"V2184089463-POCLOUD\",\"V2184094934-POCLOUD\",\"V2184138882-POCLOUD\",\"V2184090079-POCLOUD\",\"V2184141911-POCLOUD\",\"V2184147292-POCLOUD\",\"V2184140282-POCLOUD\",\"V2184088351-POCLOUD\",\"V2184128938-POCLOUD\",\"V2184126594-POCLOUD\",\"V2184088143-POCLOUD\",\"V2184127913-POCLOUD\",\"V2184095419-POCLOUD\",\"V2184051938-POCLOUD\",\"V2184138761-POCLOUD\",\"V2184148128-POCLOUD\",\"V2184132594-POCLOUD\",\"V2184133980-POCLOUD\",\"V2184127609-POCLOUD\",\"V2184132260-POCLOUD\",\"V2184098339-POCLOUD\",\"V2184088235-POCLOUD\",\"V2184143575-POCLOUD\",\"V2184124600-POCLOUD\",\"V2184097013-POCLOUD\",\"V2184147437-POCLOUD\",\"V2184128474-POCLOUD\",\"V2184094808-POCLOUD\",\"V2184129003-POCLOUD\",\"V2184143698-POCLOUD\",\"V2184132214-POCLOUD\",\"V2184145480-POCLOUD\",\"V2184090162-POCLOUD\",\"V2184134027-POCLOUD\",\"V2184129117-POCLOUD\",\"V2184133933-POCLOUD\",\"V2184125108-POCLOUD\",\"V2184140801-POCLOUD\",\"V2184145381-POCLOUD\",\"V2184095340-POCLOUD\",\"V2184132478-POCLOUD\",\"V2184140448-POCLOUD\",\"V2184147915-POCLOUD\",\"V2184140647-POCLOUD\",\"V2184124704-POCLOUD\",\"V2184143520-POCLOUD\",\"V2184140517-POCLOUD\",\"V2184072614-POCLOUD\",\"V2184145654-POCLOUD\",\"V2184090708-POCLOUD\",\"V2184147372-POCLOUD\",\"V2184147604-POCLOUD\",\"V2184088542-POCLOUD\",\"V2184149173-POCLOUD\",\"V2184132424-POCLOUD\",\"V2184147653-POCLOUD\",\"V2184090885-POCLOUD\",\"V2184126949-POCLOUD\",\"V2184097678-POCLOUD\",\"V2184130566-POCLOUD\",\"V2153822495-POCLOUD\",\"V2184149220-POCLOUD\",\"V2184138963-POCLOUD\",\"V2184129210-POCLOUD\",\"V2184147963-POCLOUD\",\"V2184143229-POCLOUD\",\"V2184148013-POCLOUD\",\"V2184145887-POCLOUD\",\"V2184129365-POCLOUD\",\"V2184149091-POCLOUD\",\"V2184141866-POCLOUD\",\"V2184145796-POCLOUD\",\"V2184090917-POCLOUD\",\"V2184147470-POCLOUD\",\"V2184132525-POCLOUD\",\"V2184138932-POCLOUD\",\"V2184149055-POCLOUD\",\"V2184124907-POCLOUD\",\"V2184147042-POCLOUD\",\"V2184140897-POCLOUD\",\"V2184145194-POCLOUD\",\"V2184140593-POCLOUD\",\"V2184138613-POCLOUD\",\"V2184138681-POCLOUD\",\"V2184146098-POCLOUD\",\"V2184134457-POCLOUD\",\"V2184138720-POCLOUD\",\"V2184148941-POCLOUD\",\"V2184129158-POCLOUD\",\"V2184132303-POCLOUD\",\"V2184140484-POCLOUD\",\"V2184139013-POCLOUD\",\"V2184129033-POCLOUD\",\"V2184132622-POCLOUD\",\"V2184140696-POCLOUD\",\"V2184147720-POCLOUD\",\"V2184138832-POCLOUD\",\"V2184072440-POCLOUD\",\"V2184128818-POCLOUD\",\"V2184148872-POCLOUD\",\"V2184146467-POCLOUD\",\"V2184138539-POCLOUD\",\"V2184138500-POCLOUD\",\"V2184140844-POCLOUD\",\"V2184135548-POCLOUD\",\"V2184139481-POCLOUD\",\"V2184140556-POCLOUD\",\"V2184149344-POCLOUD\",\"V2184149007-POCLOUD\",\"V2184147337-POCLOUD\",\"V2184128694-POCLOUD\",\"V2184094968-POCLOUD\",\"V2184141966-POCLOUD\",\"V2184089620-POCLOUD\",\"V2184127464-POCLOUD\",\"V2184089798-POCLOUD\",\"V2184145613-POCLOUD\",\"V2184145708-POCLOUD\",\"V2184145840-POCLOUD\",\"V2184098392-POCLOUD\",\"V2184094856-POCLOUD\",\"V2184149273-POCLOUD\",\"V2184138561-POCLOUD\",\"V2184134248-POCLOUD\",\"V2184124840-POCLOUD\",\"V2184127840-POCLOUD\",\"V2184147514-POCLOUD\",\"V2184134200-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_V3.1\",\"podaac-ops-cumulus-public/CYGNSS_L1_V3.1\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_18611\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2184124668-POCLOUD\"},{\"concept-id\":\"V2184143619-POCLOUD\"},{\"concept-id\":\"V2184128580-POCLOUD\"},{\"concept-id\":\"V2184089463-POCLOUD\"},{\"concept-id\":\"V2184094934-POCLOUD\"},{\"concept-id\":\"V2184138882-POCLOUD\"},{\"concept-id\":\"V2184090079-POCLOUD\"},{\"concept-id\":\"V2184141911-POCLOUD\"},{\"concept-id\":\"V2184147292-POCLOUD\"},{\"concept-id\":\"V2184140282-POCLOUD\"},{\"concept-id\":\"V2184088351-POCLOUD\"},{\"concept-id\":\"V2184128938-POCLOUD\"},{\"concept-id\":\"V2184126594-POCLOUD\"},{\"concept-id\":\"V2184088143-POCLOUD\"},{\"concept-id\":\"V2184127913-POCLOUD\"},{\"concept-id\":\"V2184095419-POCLOUD\"},{\"concept-id\":\"V2184051938-POCLOUD\"},{\"concept-id\":\"V2184138761-POCLOUD\"},{\"concept-id\":\"V2184148128-POCLOUD\"},{\"concept-id\":\"V2184132594-POCLOUD\"},{\"concept-id\":\"V2184133980-POCLOUD\"},{\"concept-id\":\"V2184127609-POCLOUD\"},{\"concept-id\":\"V2184132260-POCLOUD\"},{\"concept-id\":\"V2184098339-POCLOUD\"},{\"concept-id\":\"V2184088235-POCLOUD\"},{\"concept-id\":\"V2184143575-POCLOUD\"},{\"concept-id\":\"V2184124600-POCLOUD\"},{\"concept-id\":\"V2184097013-POCLOUD\"},{\"concept-id\":\"V2184147437-POCLOUD\"},{\"concept-id\":\"V2184128474-POCLOUD\"},{\"concept-id\":\"V2184094808-POCLOUD\"},{\"concept-id\":\"V2184129003-POCLOUD\"},{\"concept-id\":\"V2184143698-POCLOUD\"},{\"concept-id\":\"V2184132214-POCLOUD\"},{\"concept-id\":\"V2184145480-POCLOUD\"},{\"concept-id\":\"V2184090162-POCLOUD\"},{\"concept-id\":\"V2184134027-POCLOUD\"},{\"concept-id\":\"V2184129117-POCLOUD\"},{\"concept-id\":\"V2184133933-POCLOUD\"},{\"concept-id\":\"V2184125108-POCLOUD\"},{\"concept-id\":\"V2184140801-POCLOUD\"},{\"concept-id\":\"V2184145381-POCLOUD\"},{\"concept-id\":\"V2184095340-POCLOUD\"},{\"concept-id\":\"V2184132478-POCLOUD\"},{\"concept-id\":\"V2184140448-POCLOUD\"},{\"concept-id\":\"V2184147915-POCLOUD\"},{\"concept-id\":\"V2184140647-POCLOUD\"},{\"concept-id\":\"V2184124704-POCLOUD\"},{\"concept-id\":\"V2184143520-POCLOUD\"},{\"concept-id\":\"V2184140517-POCLOUD\"},{\"concept-id\":\"V2184072614-POCLOUD\"},{\"concept-id\":\"V2184145654-POCLOUD\"},{\"concept-id\":\"V2184090708-POCLOUD\"},{\"concept-id\":\"V2184147372-POCLOUD\"},{\"concept-id\":\"V2184147604-POCLOUD\"},{\"concept-id\":\"V2184088542-POCLOUD\"},{\"concept-id\":\"V2184149173-POCLOUD\"},{\"concept-id\":\"V2184132424-POCLOUD\"},{\"concept-id\":\"V2184147653-POCLOUD\"},{\"concept-id\":\"V2184090885-POCLOUD\"},{\"concept-id\":\"V2184126949-POCLOUD\"},{\"concept-id\":\"V2184097678-POCLOUD\"},{\"concept-id\":\"V2184130566-POCLOUD\"},{\"concept-id\":\"V2153822495-POCLOUD\"},{\"concept-id\":\"V2184149220-POCLOUD\"},{\"concept-id\":\"V2184138963-POCLOUD\"},{\"concept-id\":\"V2184129210-POCLOUD\"},{\"concept-id\":\"V2184147963-POCLOUD\"},{\"concept-id\":\"V2184143229-POCLOUD\"},{\"concept-id\":\"V2184148013-POCLOUD\"},{\"concept-id\":\"V2184145887-POCLOUD\"},{\"concept-id\":\"V2184129365-POCLOUD\"},{\"concept-id\":\"V2184149091-POCLOUD\"},{\"concept-id\":\"V2184141866-POCLOUD\"},{\"concept-id\":\"V2184145796-POCLOUD\"},{\"concept-id\":\"V2184090917-POCLOUD\"},{\"concept-id\":\"V2184147470-POCLOUD\"},{\"concept-id\":\"V2184132525-POCLOUD\"},{\"concept-id\":\"V2184138932-POCLOUD\"},{\"concept-id\":\"V2184149055-POCLOUD\"},{\"concept-id\":\"V2184124907-POCLOUD\"},{\"concept-id\":\"V2184147042-POCLOUD\"},{\"concept-id\":\"V2184140897-POCLOUD\"},{\"concept-id\":\"V2184145194-POCLOUD\"},{\"concept-id\":\"V2184140593-POCLOUD\"},{\"concept-id\":\"V2184138613-POCLOUD\"},{\"concept-id\":\"V2184138681-POCLOUD\"},{\"concept-id\":\"V2184146098-POCLOUD\"},{\"concept-id\":\"V2184134457-POCLOUD\"},{\"concept-id\":\"V2184138720-POCLOUD\"},{\"concept-id\":\"V2184148941-POCLOUD\"},{\"concept-id\":\"V2184129158-POCLOUD\"},{\"concept-id\":\"V2184132303-POCLOUD\"},{\"concept-id\":\"V2184140484-POCLOUD\"},{\"concept-id\":\"V2184139013-POCLOUD\"},{\"concept-id\":\"V2184129033-POCLOUD\"},{\"concept-id\":\"V2184132622-POCLOUD\"},{\"concept-id\":\"V2184140696-POCLOUD\"},{\"concept-id\":\"V2184147720-POCLOUD\"},{\"concept-id\":\"V2184138832-POCLOUD\"},{\"concept-id\":\"V2184072440-POCLOUD\"},{\"concept-id\":\"V2184128818-POCLOUD\"},{\"concept-id\":\"V2184148872-POCLOUD\"},{\"concept-id\":\"V2184146467-POCLOUD\"},{\"concept-id\":\"V2184138539-POCLOUD\"},{\"concept-id\":\"V2184138500-POCLOUD\"},{\"concept-id\":\"V2184140844-POCLOUD\"},{\"concept-id\":\"V2184135548-POCLOUD\"},{\"concept-id\":\"V2184139481-POCLOUD\"},{\"concept-id\":\"V2184140556-POCLOUD\"},{\"concept-id\":\"V2184149344-POCLOUD\"},{\"concept-id\":\"V2184149007-POCLOUD\"},{\"concept-id\":\"V2184147337-POCLOUD\"},{\"concept-id\":\"V2184128694-POCLOUD\"},{\"concept-id\":\"V2184094968-POCLOUD\"},{\"concept-id\":\"V2184141966-POCLOUD\"},{\"concept-id\":\"V2184089620-POCLOUD\"},{\"concept-id\":\"V2184127464-POCLOUD\"},{\"concept-id\":\"V2184089798-POCLOUD\"},{\"concept-id\":\"V2184145613-POCLOUD\"},{\"concept-id\":\"V2184145708-POCLOUD\"},{\"concept-id\":\"V2184145840-POCLOUD\"},{\"concept-id\":\"V2184098392-POCLOUD\"},{\"concept-id\":\"V2184094856-POCLOUD\"},{\"concept-id\":\"V2184149273-POCLOUD\"},{\"concept-id\":\"V2184138561-POCLOUD\"},{\"concept-id\":\"V2184134248-POCLOUD\"},{\"concept-id\":\"V2184124840-POCLOUD\"},{\"concept-id\":\"V2184127840-POCLOUD\"},{\"concept-id\":\"V2184147514-POCLOUD\"},{\"concept-id\":\"V2184134200-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2146321631-POCLOUD\",\"revision-date\":\"2023-01-03T23:31:32.110Z\",\"granule-count\":15914,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\"ddm\",\"ddmi\",\"ddma\",\"doppler\",\"delay + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2184124668-POCLOUD\",\"V2184143619-POCLOUD\",\"V2184128580-POCLOUD\",\"V2184089463-POCLOUD\",\"V2184094934-POCLOUD\",\"V2184138882-POCLOUD\",\"V2184090079-POCLOUD\",\"V2184141911-POCLOUD\",\"V2184147292-POCLOUD\",\"V2184140282-POCLOUD\",\"V2184088351-POCLOUD\",\"V2184128938-POCLOUD\",\"V2184126594-POCLOUD\",\"V2184088143-POCLOUD\",\"V2184127913-POCLOUD\",\"V2184095419-POCLOUD\",\"V2184051938-POCLOUD\",\"V2184138761-POCLOUD\",\"V2184148128-POCLOUD\",\"V2184132594-POCLOUD\",\"V2184133980-POCLOUD\",\"V2184127609-POCLOUD\",\"V2184132260-POCLOUD\",\"V2184098339-POCLOUD\",\"V2184088235-POCLOUD\",\"V2184143575-POCLOUD\",\"V2184124600-POCLOUD\",\"V2184097013-POCLOUD\",\"V2184147437-POCLOUD\",\"V2184128474-POCLOUD\",\"V2184094808-POCLOUD\",\"V2184129003-POCLOUD\",\"V2184143698-POCLOUD\",\"V2184132214-POCLOUD\",\"V2184145480-POCLOUD\",\"V2184090162-POCLOUD\",\"V2184134027-POCLOUD\",\"V2184129117-POCLOUD\",\"V2184133933-POCLOUD\",\"V2184125108-POCLOUD\",\"V2184140801-POCLOUD\",\"V2184145381-POCLOUD\",\"V2184095340-POCLOUD\",\"V2184132478-POCLOUD\",\"V2184140448-POCLOUD\",\"V2184147915-POCLOUD\",\"V2184140647-POCLOUD\",\"V2184124704-POCLOUD\",\"V2184143520-POCLOUD\",\"V2184140517-POCLOUD\",\"V2184072614-POCLOUD\",\"V2184145654-POCLOUD\",\"V2184090708-POCLOUD\",\"V2184147372-POCLOUD\",\"V2184147604-POCLOUD\",\"V2184088542-POCLOUD\",\"V2184149173-POCLOUD\",\"V2184132424-POCLOUD\",\"V2184147653-POCLOUD\",\"V2184090885-POCLOUD\",\"V2184126949-POCLOUD\",\"V2184097678-POCLOUD\",\"V2184130566-POCLOUD\",\"V2153822495-POCLOUD\",\"V2184149220-POCLOUD\",\"V2184138963-POCLOUD\",\"V2184129210-POCLOUD\",\"V2184147963-POCLOUD\",\"V2184143229-POCLOUD\",\"V2184148013-POCLOUD\",\"V2184145887-POCLOUD\",\"V2184129365-POCLOUD\",\"V2184149091-POCLOUD\",\"V2184141866-POCLOUD\",\"V2184145796-POCLOUD\",\"V2184090917-POCLOUD\",\"V2184147470-POCLOUD\",\"V2184132525-POCLOUD\",\"V2184138932-POCLOUD\",\"V2184149055-POCLOUD\",\"V2184124907-POCLOUD\",\"V2184147042-POCLOUD\",\"V2184140897-POCLOUD\",\"V2184145194-POCLOUD\",\"V2184140593-POCLOUD\",\"V2184138613-POCLOUD\",\"V2184138681-POCLOUD\",\"V2184146098-POCLOUD\",\"V2184134457-POCLOUD\",\"V2184138720-POCLOUD\",\"V2184148941-POCLOUD\",\"V2184129158-POCLOUD\",\"V2184132303-POCLOUD\",\"V2184140484-POCLOUD\",\"V2184139013-POCLOUD\",\"V2184129033-POCLOUD\",\"V2184132622-POCLOUD\",\"V2184140696-POCLOUD\",\"V2184147720-POCLOUD\",\"V2184138832-POCLOUD\",\"V2184072440-POCLOUD\",\"V2184128818-POCLOUD\",\"V2184148872-POCLOUD\",\"V2184146467-POCLOUD\",\"V2184138539-POCLOUD\",\"V2184138500-POCLOUD\",\"V2184140844-POCLOUD\",\"V2184135548-POCLOUD\",\"V2184139481-POCLOUD\",\"V2184140556-POCLOUD\",\"V2184149344-POCLOUD\",\"V2184149007-POCLOUD\",\"V2184147337-POCLOUD\",\"V2184128694-POCLOUD\",\"V2184094968-POCLOUD\",\"V2184141966-POCLOUD\",\"V2184089620-POCLOUD\",\"V2184127464-POCLOUD\",\"V2184089798-POCLOUD\",\"V2184145613-POCLOUD\",\"V2184145708-POCLOUD\",\"V2184145840-POCLOUD\",\"V2184098392-POCLOUD\",\"V2184094856-POCLOUD\",\"V2184149273-POCLOUD\",\"V2184138561-POCLOUD\",\"V2184134248-POCLOUD\",\"V2184124840-POCLOUD\",\"V2184127840-POCLOUD\",\"V2184147514-POCLOUD\",\"V2184134200-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_V3.1\",\"podaac-ops-cumulus-public/CYGNSS_L1_V3.1\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_18611\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2184124668-POCLOUD\"},{\"concept-id\":\"V2184143619-POCLOUD\"},{\"concept-id\":\"V2184128580-POCLOUD\"},{\"concept-id\":\"V2184089463-POCLOUD\"},{\"concept-id\":\"V2184094934-POCLOUD\"},{\"concept-id\":\"V2184138882-POCLOUD\"},{\"concept-id\":\"V2184090079-POCLOUD\"},{\"concept-id\":\"V2184141911-POCLOUD\"},{\"concept-id\":\"V2184147292-POCLOUD\"},{\"concept-id\":\"V2184140282-POCLOUD\"},{\"concept-id\":\"V2184088351-POCLOUD\"},{\"concept-id\":\"V2184128938-POCLOUD\"},{\"concept-id\":\"V2184126594-POCLOUD\"},{\"concept-id\":\"V2184088143-POCLOUD\"},{\"concept-id\":\"V2184127913-POCLOUD\"},{\"concept-id\":\"V2184095419-POCLOUD\"},{\"concept-id\":\"V2184051938-POCLOUD\"},{\"concept-id\":\"V2184138761-POCLOUD\"},{\"concept-id\":\"V2184148128-POCLOUD\"},{\"concept-id\":\"V2184132594-POCLOUD\"},{\"concept-id\":\"V2184133980-POCLOUD\"},{\"concept-id\":\"V2184127609-POCLOUD\"},{\"concept-id\":\"V2184132260-POCLOUD\"},{\"concept-id\":\"V2184098339-POCLOUD\"},{\"concept-id\":\"V2184088235-POCLOUD\"},{\"concept-id\":\"V2184143575-POCLOUD\"},{\"concept-id\":\"V2184124600-POCLOUD\"},{\"concept-id\":\"V2184097013-POCLOUD\"},{\"concept-id\":\"V2184147437-POCLOUD\"},{\"concept-id\":\"V2184128474-POCLOUD\"},{\"concept-id\":\"V2184094808-POCLOUD\"},{\"concept-id\":\"V2184129003-POCLOUD\"},{\"concept-id\":\"V2184143698-POCLOUD\"},{\"concept-id\":\"V2184132214-POCLOUD\"},{\"concept-id\":\"V2184145480-POCLOUD\"},{\"concept-id\":\"V2184090162-POCLOUD\"},{\"concept-id\":\"V2184134027-POCLOUD\"},{\"concept-id\":\"V2184129117-POCLOUD\"},{\"concept-id\":\"V2184133933-POCLOUD\"},{\"concept-id\":\"V2184125108-POCLOUD\"},{\"concept-id\":\"V2184140801-POCLOUD\"},{\"concept-id\":\"V2184145381-POCLOUD\"},{\"concept-id\":\"V2184095340-POCLOUD\"},{\"concept-id\":\"V2184132478-POCLOUD\"},{\"concept-id\":\"V2184140448-POCLOUD\"},{\"concept-id\":\"V2184147915-POCLOUD\"},{\"concept-id\":\"V2184140647-POCLOUD\"},{\"concept-id\":\"V2184124704-POCLOUD\"},{\"concept-id\":\"V2184143520-POCLOUD\"},{\"concept-id\":\"V2184140517-POCLOUD\"},{\"concept-id\":\"V2184072614-POCLOUD\"},{\"concept-id\":\"V2184145654-POCLOUD\"},{\"concept-id\":\"V2184090708-POCLOUD\"},{\"concept-id\":\"V2184147372-POCLOUD\"},{\"concept-id\":\"V2184147604-POCLOUD\"},{\"concept-id\":\"V2184088542-POCLOUD\"},{\"concept-id\":\"V2184149173-POCLOUD\"},{\"concept-id\":\"V2184132424-POCLOUD\"},{\"concept-id\":\"V2184147653-POCLOUD\"},{\"concept-id\":\"V2184090885-POCLOUD\"},{\"concept-id\":\"V2184126949-POCLOUD\"},{\"concept-id\":\"V2184097678-POCLOUD\"},{\"concept-id\":\"V2184130566-POCLOUD\"},{\"concept-id\":\"V2153822495-POCLOUD\"},{\"concept-id\":\"V2184149220-POCLOUD\"},{\"concept-id\":\"V2184138963-POCLOUD\"},{\"concept-id\":\"V2184129210-POCLOUD\"},{\"concept-id\":\"V2184147963-POCLOUD\"},{\"concept-id\":\"V2184143229-POCLOUD\"},{\"concept-id\":\"V2184148013-POCLOUD\"},{\"concept-id\":\"V2184145887-POCLOUD\"},{\"concept-id\":\"V2184129365-POCLOUD\"},{\"concept-id\":\"V2184149091-POCLOUD\"},{\"concept-id\":\"V2184141866-POCLOUD\"},{\"concept-id\":\"V2184145796-POCLOUD\"},{\"concept-id\":\"V2184090917-POCLOUD\"},{\"concept-id\":\"V2184147470-POCLOUD\"},{\"concept-id\":\"V2184132525-POCLOUD\"},{\"concept-id\":\"V2184138932-POCLOUD\"},{\"concept-id\":\"V2184149055-POCLOUD\"},{\"concept-id\":\"V2184124907-POCLOUD\"},{\"concept-id\":\"V2184147042-POCLOUD\"},{\"concept-id\":\"V2184140897-POCLOUD\"},{\"concept-id\":\"V2184145194-POCLOUD\"},{\"concept-id\":\"V2184140593-POCLOUD\"},{\"concept-id\":\"V2184138613-POCLOUD\"},{\"concept-id\":\"V2184138681-POCLOUD\"},{\"concept-id\":\"V2184146098-POCLOUD\"},{\"concept-id\":\"V2184134457-POCLOUD\"},{\"concept-id\":\"V2184138720-POCLOUD\"},{\"concept-id\":\"V2184148941-POCLOUD\"},{\"concept-id\":\"V2184129158-POCLOUD\"},{\"concept-id\":\"V2184132303-POCLOUD\"},{\"concept-id\":\"V2184140484-POCLOUD\"},{\"concept-id\":\"V2184139013-POCLOUD\"},{\"concept-id\":\"V2184129033-POCLOUD\"},{\"concept-id\":\"V2184132622-POCLOUD\"},{\"concept-id\":\"V2184140696-POCLOUD\"},{\"concept-id\":\"V2184147720-POCLOUD\"},{\"concept-id\":\"V2184138832-POCLOUD\"},{\"concept-id\":\"V2184072440-POCLOUD\"},{\"concept-id\":\"V2184128818-POCLOUD\"},{\"concept-id\":\"V2184148872-POCLOUD\"},{\"concept-id\":\"V2184146467-POCLOUD\"},{\"concept-id\":\"V2184138539-POCLOUD\"},{\"concept-id\":\"V2184138500-POCLOUD\"},{\"concept-id\":\"V2184140844-POCLOUD\"},{\"concept-id\":\"V2184135548-POCLOUD\"},{\"concept-id\":\"V2184139481-POCLOUD\"},{\"concept-id\":\"V2184140556-POCLOUD\"},{\"concept-id\":\"V2184149344-POCLOUD\"},{\"concept-id\":\"V2184149007-POCLOUD\"},{\"concept-id\":\"V2184147337-POCLOUD\"},{\"concept-id\":\"V2184128694-POCLOUD\"},{\"concept-id\":\"V2184094968-POCLOUD\"},{\"concept-id\":\"V2184141966-POCLOUD\"},{\"concept-id\":\"V2184089620-POCLOUD\"},{\"concept-id\":\"V2184127464-POCLOUD\"},{\"concept-id\":\"V2184089798-POCLOUD\"},{\"concept-id\":\"V2184145613-POCLOUD\"},{\"concept-id\":\"V2184145708-POCLOUD\"},{\"concept-id\":\"V2184145840-POCLOUD\"},{\"concept-id\":\"V2184098392-POCLOUD\"},{\"concept-id\":\"V2184094856-POCLOUD\"},{\"concept-id\":\"V2184149273-POCLOUD\"},{\"concept-id\":\"V2184138561-POCLOUD\"},{\"concept-id\":\"V2184134248-POCLOUD\"},{\"concept-id\":\"V2184124840-POCLOUD\"},{\"concept-id\":\"V2184127840-POCLOUD\"},{\"concept-id\":\"V2184147514-POCLOUD\"},{\"concept-id\":\"V2184134200-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2146321631-POCLOUD\",\"revision-date\":\"2023-01-03T23:31:32.110Z\",\"granule-count\":15964,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\"ddm\",\"ddmi\",\"ddma\",\"doppler\",\"delay doppler\",\"delay\",\"specular point\",\"waveform\",\"les\",\"leading edge slope\",\"bistatic\",\"bi-static\",\"radar\",\"brcs\",\"sigma0\",\"sigma-0\",\"sigma naught\",\"sigma-naught\",\"nbrcs\",\"wind\",\"winds\",\"wind speed\",\"version @@ -150427,7 +150258,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"},{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"AverageFileSize\":1000.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"TotalCollectionFileSize\":1000.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2854502372-POCLOUD\",\"V2854502020-POCLOUD\",\"V2854502237-POCLOUD\",\"V2854503049-POCLOUD\",\"V2854502806-POCLOUD\",\"V2854502266-POCLOUD\",\"V2854502741-POCLOUD\",\"V2854502345-POCLOUD\",\"V2854501840-POCLOUD\",\"V2854502377-POCLOUD\",\"V2854501991-POCLOUD\",\"V2854502747-POCLOUD\",\"V2854502323-POCLOUD\",\"V2854502339-POCLOUD\",\"V2854502299-POCLOUD\",\"V2854502359-POCLOUD\",\"V2854502434-POCLOUD\",\"V2854502292-POCLOUD\",\"V2854502315-POCLOUD\",\"V2854502894-POCLOUD\",\"V2854502140-POCLOUD\",\"V2854502845-POCLOUD\",\"V2854502070-POCLOUD\",\"V2854502413-POCLOUD\",\"V2854502780-POCLOUD\",\"V2854502612-POCLOUD\",\"V2854502960-POCLOUD\",\"V2854501996-POCLOUD\",\"V2854502076-POCLOUD\",\"V2854503103-POCLOUD\",\"V2854502871-POCLOUD\",\"V2854502620-POCLOUD\",\"V2854502997-POCLOUD\",\"V2854502018-POCLOUD\",\"V2854502367-POCLOUD\",\"V2854502273-POCLOUD\",\"V2854502708-POCLOUD\",\"V2854503096-POCLOUD\",\"V2854502381-POCLOUD\",\"V2854502027-POCLOUD\",\"V2854502331-POCLOUD\",\"V2854502694-POCLOUD\",\"V2854501984-POCLOUD\",\"V2854502458-POCLOUD\",\"V2854502042-POCLOUD\",\"V2854501806-POCLOUD\",\"V2854502120-POCLOUD\",\"V2854502480-POCLOUD\",\"V2854502856-POCLOUD\",\"V2854502587-POCLOUD\",\"V2854502501-POCLOUD\",\"V2854502754-POCLOUD\",\"V2854502249-POCLOUD\",\"V2854502411-POCLOUD\",\"V2854502154-POCLOUD\",\"V2854503056-POCLOUD\",\"V2854502054-POCLOUD\",\"V2854501833-POCLOUD\",\"V2854502387-POCLOUD\",\"V2854502281-POCLOUD\",\"V2854502808-POCLOUD\",\"V2854502429-POCLOUD\",\"V2854502361-POCLOUD\",\"V2854502384-POCLOUD\",\"V2854502231-POCLOUD\",\"V2854502913-POCLOUD\",\"V2854503021-POCLOUD\",\"V2854502374-POCLOUD\",\"V2854502526-POCLOUD\",\"V2854503041-POCLOUD\",\"V2854501980-POCLOUD\",\"V2854501859-POCLOUD\",\"V2854501919-POCLOUD\",\"V2854502930-POCLOUD\",\"V2854502792-POCLOUD\",\"V2854502796-POCLOUD\",\"V2854502422-POCLOUD\",\"V2854502517-POCLOUD\",\"V2854502307-POCLOUD\",\"V2854502417-POCLOUD\",\"V2854502098-POCLOUD\",\"V2854502011-POCLOUD\",\"V2854501781-POCLOUD\",\"V2854502185-POCLOUD\",\"V2854502062-POCLOUD\",\"V2854501963-POCLOUD\",\"V2854502594-POCLOUD\",\"V2854502758-POCLOUD\",\"V2854502761-POCLOUD\",\"V2854502399-POCLOUD\",\"V2854502002-POCLOUD\",\"V2854502820-POCLOUD\",\"V2854502431-POCLOUD\",\"V2854503113-POCLOUD\",\"V2854502007-POCLOUD\",\"V2854502669-POCLOUD\",\"V2854502257-POCLOUD\",\"V2854502658-POCLOUD\",\"V2854502731-POCLOUD\",\"V2854502402-POCLOUD\",\"V2854501944-POCLOUD\",\"V2854502683-POCLOUD\",\"V2854502974-POCLOUD\",\"V2854502219-POCLOUD\",\"V2854501872-POCLOUD\",\"V2854502573-POCLOUD\",\"V2854502767-POCLOUD\",\"V2854501951-POCLOUD\",\"V2854502000-POCLOUD\",\"V2854503073-POCLOUD\",\"V2854503089-POCLOUD\",\"V2854502111-POCLOUD\",\"V2854501891-POCLOUD\",\"V2854502510-POCLOUD\",\"V2854502679-POCLOUD\",\"V2854501912-POCLOUD\",\"V2854502551-POCLOUD\",\"V2854502789-POCLOUD\",\"V2854502082-POCLOUD\",\"V2854502145-POCLOUD\",\"V2854502225-POCLOUD\",\"V2854502104-POCLOUD\",\"V2854502558-POCLOUD\",\"V2854502565-POCLOUD\",\"V2854502425-POCLOUD\",\"V2854502451-POCLOUD\",\"V2854502391-POCLOUD\",\"V2854502470-POCLOUD\",\"V2854502394-POCLOUD\",\"V2854502773-POCLOUD\",\"V2854502442-POCLOUD\",\"V2854502355-POCLOUD\",\"V2854502129-POCLOUD\",\"V2854502543-POCLOUD\",\"V2854502179-POCLOUD\",\"V2854503067-POCLOUD\",\"V2854502831-POCLOUD\",\"V2854501971-POCLOUD\",\"V2854502092-POCLOUD\",\"V2854502495-POCLOUD\",\"V2854502014-POCLOUD\",\"V2854501927-POCLOUD\",\"V2854502579-POCLOUD\",\"V2854502535-POCLOUD\",\"V2854502171-POCLOUD\",\"V2854502407-POCLOUD\",\"V2854502605-POCLOUD\",\"V2854502213-POCLOUD\",\"V2854502646-POCLOUD\",\"V2854502948-POCLOUD\",\"V2854502415-POCLOUD\",\"V2854502206-POCLOUD\",\"V2854502629-POCLOUD\",\"V2854502488-POCLOUD\",\"V2854502162-POCLOUD\",\"V2854501987-POCLOUD\",\"V2854503079-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_V3.2\",\"podaac-ops-cumulus-public/CYGNSS_L1_V3.2\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_39715\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2854502372-POCLOUD\"},{\"concept-id\":\"V2854502020-POCLOUD\"},{\"concept-id\":\"V2854502237-POCLOUD\"},{\"concept-id\":\"V2854503049-POCLOUD\"},{\"concept-id\":\"V2854502806-POCLOUD\"},{\"concept-id\":\"V2854502266-POCLOUD\"},{\"concept-id\":\"V2854502741-POCLOUD\"},{\"concept-id\":\"V2854502345-POCLOUD\"},{\"concept-id\":\"V2854501840-POCLOUD\"},{\"concept-id\":\"V2854502377-POCLOUD\"},{\"concept-id\":\"V2854501991-POCLOUD\"},{\"concept-id\":\"V2854502747-POCLOUD\"},{\"concept-id\":\"V2854502323-POCLOUD\"},{\"concept-id\":\"V2854502339-POCLOUD\"},{\"concept-id\":\"V2854502299-POCLOUD\"},{\"concept-id\":\"V2854502359-POCLOUD\"},{\"concept-id\":\"V2854502434-POCLOUD\"},{\"concept-id\":\"V2854502292-POCLOUD\"},{\"concept-id\":\"V2854502315-POCLOUD\"},{\"concept-id\":\"V2854502894-POCLOUD\"},{\"concept-id\":\"V2854502140-POCLOUD\"},{\"concept-id\":\"V2854502845-POCLOUD\"},{\"concept-id\":\"V2854502070-POCLOUD\"},{\"concept-id\":\"V2854502413-POCLOUD\"},{\"concept-id\":\"V2854502780-POCLOUD\"},{\"concept-id\":\"V2854502612-POCLOUD\"},{\"concept-id\":\"V2854502960-POCLOUD\"},{\"concept-id\":\"V2854501996-POCLOUD\"},{\"concept-id\":\"V2854502076-POCLOUD\"},{\"concept-id\":\"V2854503103-POCLOUD\"},{\"concept-id\":\"V2854502871-POCLOUD\"},{\"concept-id\":\"V2854502620-POCLOUD\"},{\"concept-id\":\"V2854502997-POCLOUD\"},{\"concept-id\":\"V2854502018-POCLOUD\"},{\"concept-id\":\"V2854502367-POCLOUD\"},{\"concept-id\":\"V2854502273-POCLOUD\"},{\"concept-id\":\"V2854502708-POCLOUD\"},{\"concept-id\":\"V2854503096-POCLOUD\"},{\"concept-id\":\"V2854502381-POCLOUD\"},{\"concept-id\":\"V2854502027-POCLOUD\"},{\"concept-id\":\"V2854502331-POCLOUD\"},{\"concept-id\":\"V2854502694-POCLOUD\"},{\"concept-id\":\"V2854501984-POCLOUD\"},{\"concept-id\":\"V2854502458-POCLOUD\"},{\"concept-id\":\"V2854502042-POCLOUD\"},{\"concept-id\":\"V2854501806-POCLOUD\"},{\"concept-id\":\"V2854502120-POCLOUD\"},{\"concept-id\":\"V2854502480-POCLOUD\"},{\"concept-id\":\"V2854502856-POCLOUD\"},{\"concept-id\":\"V2854502587-POCLOUD\"},{\"concept-id\":\"V2854502501-POCLOUD\"},{\"concept-id\":\"V2854502754-POCLOUD\"},{\"concept-id\":\"V2854502249-POCLOUD\"},{\"concept-id\":\"V2854502411-POCLOUD\"},{\"concept-id\":\"V2854502154-POCLOUD\"},{\"concept-id\":\"V2854503056-POCLOUD\"},{\"concept-id\":\"V2854502054-POCLOUD\"},{\"concept-id\":\"V2854501833-POCLOUD\"},{\"concept-id\":\"V2854502387-POCLOUD\"},{\"concept-id\":\"V2854502281-POCLOUD\"},{\"concept-id\":\"V2854502808-POCLOUD\"},{\"concept-id\":\"V2854502429-POCLOUD\"},{\"concept-id\":\"V2854502361-POCLOUD\"},{\"concept-id\":\"V2854502384-POCLOUD\"},{\"concept-id\":\"V2854502231-POCLOUD\"},{\"concept-id\":\"V2854502913-POCLOUD\"},{\"concept-id\":\"V2854503021-POCLOUD\"},{\"concept-id\":\"V2854502374-POCLOUD\"},{\"concept-id\":\"V2854502526-POCLOUD\"},{\"concept-id\":\"V2854503041-POCLOUD\"},{\"concept-id\":\"V2854501980-POCLOUD\"},{\"concept-id\":\"V2854501859-POCLOUD\"},{\"concept-id\":\"V2854501919-POCLOUD\"},{\"concept-id\":\"V2854502930-POCLOUD\"},{\"concept-id\":\"V2854502792-POCLOUD\"},{\"concept-id\":\"V2854502796-POCLOUD\"},{\"concept-id\":\"V2854502422-POCLOUD\"},{\"concept-id\":\"V2854502517-POCLOUD\"},{\"concept-id\":\"V2854502307-POCLOUD\"},{\"concept-id\":\"V2854502417-POCLOUD\"},{\"concept-id\":\"V2854502098-POCLOUD\"},{\"concept-id\":\"V2854502011-POCLOUD\"},{\"concept-id\":\"V2854501781-POCLOUD\"},{\"concept-id\":\"V2854502185-POCLOUD\"},{\"concept-id\":\"V2854502062-POCLOUD\"},{\"concept-id\":\"V2854501963-POCLOUD\"},{\"concept-id\":\"V2854502594-POCLOUD\"},{\"concept-id\":\"V2854502758-POCLOUD\"},{\"concept-id\":\"V2854502761-POCLOUD\"},{\"concept-id\":\"V2854502399-POCLOUD\"},{\"concept-id\":\"V2854502002-POCLOUD\"},{\"concept-id\":\"V2854502820-POCLOUD\"},{\"concept-id\":\"V2854502431-POCLOUD\"},{\"concept-id\":\"V2854503113-POCLOUD\"},{\"concept-id\":\"V2854502007-POCLOUD\"},{\"concept-id\":\"V2854502669-POCLOUD\"},{\"concept-id\":\"V2854502257-POCLOUD\"},{\"concept-id\":\"V2854502658-POCLOUD\"},{\"concept-id\":\"V2854502731-POCLOUD\"},{\"concept-id\":\"V2854502402-POCLOUD\"},{\"concept-id\":\"V2854501944-POCLOUD\"},{\"concept-id\":\"V2854502683-POCLOUD\"},{\"concept-id\":\"V2854502974-POCLOUD\"},{\"concept-id\":\"V2854502219-POCLOUD\"},{\"concept-id\":\"V2854501872-POCLOUD\"},{\"concept-id\":\"V2854502573-POCLOUD\"},{\"concept-id\":\"V2854502767-POCLOUD\"},{\"concept-id\":\"V2854501951-POCLOUD\"},{\"concept-id\":\"V2854502000-POCLOUD\"},{\"concept-id\":\"V2854503073-POCLOUD\"},{\"concept-id\":\"V2854503089-POCLOUD\"},{\"concept-id\":\"V2854502111-POCLOUD\"},{\"concept-id\":\"V2854501891-POCLOUD\"},{\"concept-id\":\"V2854502510-POCLOUD\"},{\"concept-id\":\"V2854502679-POCLOUD\"},{\"concept-id\":\"V2854501912-POCLOUD\"},{\"concept-id\":\"V2854502551-POCLOUD\"},{\"concept-id\":\"V2854502789-POCLOUD\"},{\"concept-id\":\"V2854502082-POCLOUD\"},{\"concept-id\":\"V2854502145-POCLOUD\"},{\"concept-id\":\"V2854502225-POCLOUD\"},{\"concept-id\":\"V2854502104-POCLOUD\"},{\"concept-id\":\"V2854502558-POCLOUD\"},{\"concept-id\":\"V2854502565-POCLOUD\"},{\"concept-id\":\"V2854502425-POCLOUD\"},{\"concept-id\":\"V2854502451-POCLOUD\"},{\"concept-id\":\"V2854502391-POCLOUD\"},{\"concept-id\":\"V2854502470-POCLOUD\"},{\"concept-id\":\"V2854502394-POCLOUD\"},{\"concept-id\":\"V2854502773-POCLOUD\"},{\"concept-id\":\"V2854502442-POCLOUD\"},{\"concept-id\":\"V2854502355-POCLOUD\"},{\"concept-id\":\"V2854502129-POCLOUD\"},{\"concept-id\":\"V2854502543-POCLOUD\"},{\"concept-id\":\"V2854502179-POCLOUD\"},{\"concept-id\":\"V2854503067-POCLOUD\"},{\"concept-id\":\"V2854502831-POCLOUD\"},{\"concept-id\":\"V2854501971-POCLOUD\"},{\"concept-id\":\"V2854502092-POCLOUD\"},{\"concept-id\":\"V2854502495-POCLOUD\"},{\"concept-id\":\"V2854502014-POCLOUD\"},{\"concept-id\":\"V2854501927-POCLOUD\"},{\"concept-id\":\"V2854502579-POCLOUD\"},{\"concept-id\":\"V2854502535-POCLOUD\"},{\"concept-id\":\"V2854502171-POCLOUD\"},{\"concept-id\":\"V2854502407-POCLOUD\"},{\"concept-id\":\"V2854502605-POCLOUD\"},{\"concept-id\":\"V2854502213-POCLOUD\"},{\"concept-id\":\"V2854502646-POCLOUD\"},{\"concept-id\":\"V2854502948-POCLOUD\"},{\"concept-id\":\"V2854502415-POCLOUD\"},{\"concept-id\":\"V2854502206-POCLOUD\"},{\"concept-id\":\"V2854502629-POCLOUD\"},{\"concept-id\":\"V2854502488-POCLOUD\"},{\"concept-id\":\"V2854502162-POCLOUD\"},{\"concept-id\":\"V2854501987-POCLOUD\"},{\"concept-id\":\"V2854503079-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2832195379-POCLOUD\",\"revision-date\":\"2024-03-06T00:36:17.263Z\",\"granule-count\":15918,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\"ddm\",\"ddmi\",\"ddma\",\"doppler\",\"delay + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"AverageFileSize\":1000.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"TotalCollectionFileSize\":1000.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2854502372-POCLOUD\",\"V2854502020-POCLOUD\",\"V2854502237-POCLOUD\",\"V2854503049-POCLOUD\",\"V2854502806-POCLOUD\",\"V2854502266-POCLOUD\",\"V2854502741-POCLOUD\",\"V2854502345-POCLOUD\",\"V2854501840-POCLOUD\",\"V2854502377-POCLOUD\",\"V2854501991-POCLOUD\",\"V2854502747-POCLOUD\",\"V2854502323-POCLOUD\",\"V2854502339-POCLOUD\",\"V2854502299-POCLOUD\",\"V2854502359-POCLOUD\",\"V2854502434-POCLOUD\",\"V2854502292-POCLOUD\",\"V2854502315-POCLOUD\",\"V2854502894-POCLOUD\",\"V2854502140-POCLOUD\",\"V2854502845-POCLOUD\",\"V2854502070-POCLOUD\",\"V2854502413-POCLOUD\",\"V2854502780-POCLOUD\",\"V2854502612-POCLOUD\",\"V2854502960-POCLOUD\",\"V2854501996-POCLOUD\",\"V2854502076-POCLOUD\",\"V2854503103-POCLOUD\",\"V2854502871-POCLOUD\",\"V2854502620-POCLOUD\",\"V2854502997-POCLOUD\",\"V2854502018-POCLOUD\",\"V2854502367-POCLOUD\",\"V2854502273-POCLOUD\",\"V2854502708-POCLOUD\",\"V2854503096-POCLOUD\",\"V2854502381-POCLOUD\",\"V2854502027-POCLOUD\",\"V2854502331-POCLOUD\",\"V2854502694-POCLOUD\",\"V2854501984-POCLOUD\",\"V2854502458-POCLOUD\",\"V2854502042-POCLOUD\",\"V2854501806-POCLOUD\",\"V2854502120-POCLOUD\",\"V2854502480-POCLOUD\",\"V2854502856-POCLOUD\",\"V2854502587-POCLOUD\",\"V2854502501-POCLOUD\",\"V2854502754-POCLOUD\",\"V2854502249-POCLOUD\",\"V2854502411-POCLOUD\",\"V2854502154-POCLOUD\",\"V2854503056-POCLOUD\",\"V2854502054-POCLOUD\",\"V2854501833-POCLOUD\",\"V2854502387-POCLOUD\",\"V2854502281-POCLOUD\",\"V2854502808-POCLOUD\",\"V2854502429-POCLOUD\",\"V2854502361-POCLOUD\",\"V2854502384-POCLOUD\",\"V2854502231-POCLOUD\",\"V2854502913-POCLOUD\",\"V2854503021-POCLOUD\",\"V2854502374-POCLOUD\",\"V2854502526-POCLOUD\",\"V2854503041-POCLOUD\",\"V2854501980-POCLOUD\",\"V2854501859-POCLOUD\",\"V2854501919-POCLOUD\",\"V2854502930-POCLOUD\",\"V2854502792-POCLOUD\",\"V2854502796-POCLOUD\",\"V2854502422-POCLOUD\",\"V2854502517-POCLOUD\",\"V2854502307-POCLOUD\",\"V2854502417-POCLOUD\",\"V2854502098-POCLOUD\",\"V2854502011-POCLOUD\",\"V2854501781-POCLOUD\",\"V2854502185-POCLOUD\",\"V2854502062-POCLOUD\",\"V2854501963-POCLOUD\",\"V2854502594-POCLOUD\",\"V2854502758-POCLOUD\",\"V2854502761-POCLOUD\",\"V2854502399-POCLOUD\",\"V2854502002-POCLOUD\",\"V2854502820-POCLOUD\",\"V2854502431-POCLOUD\",\"V2854503113-POCLOUD\",\"V2854502007-POCLOUD\",\"V2854502669-POCLOUD\",\"V2854502257-POCLOUD\",\"V2854502658-POCLOUD\",\"V2854502731-POCLOUD\",\"V2854502402-POCLOUD\",\"V2854501944-POCLOUD\",\"V2854502683-POCLOUD\",\"V2854502974-POCLOUD\",\"V2854502219-POCLOUD\",\"V2854501872-POCLOUD\",\"V2854502573-POCLOUD\",\"V2854502767-POCLOUD\",\"V2854501951-POCLOUD\",\"V2854502000-POCLOUD\",\"V2854503073-POCLOUD\",\"V2854503089-POCLOUD\",\"V2854502111-POCLOUD\",\"V2854501891-POCLOUD\",\"V2854502510-POCLOUD\",\"V2854502679-POCLOUD\",\"V2854501912-POCLOUD\",\"V2854502551-POCLOUD\",\"V2854502789-POCLOUD\",\"V2854502082-POCLOUD\",\"V2854502145-POCLOUD\",\"V2854502225-POCLOUD\",\"V2854502104-POCLOUD\",\"V2854502558-POCLOUD\",\"V2854502565-POCLOUD\",\"V2854502425-POCLOUD\",\"V2854502451-POCLOUD\",\"V2854502391-POCLOUD\",\"V2854502470-POCLOUD\",\"V2854502394-POCLOUD\",\"V2854502773-POCLOUD\",\"V2854502442-POCLOUD\",\"V2854502355-POCLOUD\",\"V2854502129-POCLOUD\",\"V2854502543-POCLOUD\",\"V2854502179-POCLOUD\",\"V2854503067-POCLOUD\",\"V2854502831-POCLOUD\",\"V2854501971-POCLOUD\",\"V2854502092-POCLOUD\",\"V2854502495-POCLOUD\",\"V2854502014-POCLOUD\",\"V2854501927-POCLOUD\",\"V2854502579-POCLOUD\",\"V2854502535-POCLOUD\",\"V2854502171-POCLOUD\",\"V2854502407-POCLOUD\",\"V2854502605-POCLOUD\",\"V2854502213-POCLOUD\",\"V2854502646-POCLOUD\",\"V2854502948-POCLOUD\",\"V2854502415-POCLOUD\",\"V2854502206-POCLOUD\",\"V2854502629-POCLOUD\",\"V2854502488-POCLOUD\",\"V2854502162-POCLOUD\",\"V2854501987-POCLOUD\",\"V2854503079-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_V3.2\",\"podaac-ops-cumulus-public/CYGNSS_L1_V3.2\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_39715\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2854502372-POCLOUD\"},{\"concept-id\":\"V2854502020-POCLOUD\"},{\"concept-id\":\"V2854502237-POCLOUD\"},{\"concept-id\":\"V2854503049-POCLOUD\"},{\"concept-id\":\"V2854502806-POCLOUD\"},{\"concept-id\":\"V2854502266-POCLOUD\"},{\"concept-id\":\"V2854502741-POCLOUD\"},{\"concept-id\":\"V2854502345-POCLOUD\"},{\"concept-id\":\"V2854501840-POCLOUD\"},{\"concept-id\":\"V2854502377-POCLOUD\"},{\"concept-id\":\"V2854501991-POCLOUD\"},{\"concept-id\":\"V2854502747-POCLOUD\"},{\"concept-id\":\"V2854502323-POCLOUD\"},{\"concept-id\":\"V2854502339-POCLOUD\"},{\"concept-id\":\"V2854502299-POCLOUD\"},{\"concept-id\":\"V2854502359-POCLOUD\"},{\"concept-id\":\"V2854502434-POCLOUD\"},{\"concept-id\":\"V2854502292-POCLOUD\"},{\"concept-id\":\"V2854502315-POCLOUD\"},{\"concept-id\":\"V2854502894-POCLOUD\"},{\"concept-id\":\"V2854502140-POCLOUD\"},{\"concept-id\":\"V2854502845-POCLOUD\"},{\"concept-id\":\"V2854502070-POCLOUD\"},{\"concept-id\":\"V2854502413-POCLOUD\"},{\"concept-id\":\"V2854502780-POCLOUD\"},{\"concept-id\":\"V2854502612-POCLOUD\"},{\"concept-id\":\"V2854502960-POCLOUD\"},{\"concept-id\":\"V2854501996-POCLOUD\"},{\"concept-id\":\"V2854502076-POCLOUD\"},{\"concept-id\":\"V2854503103-POCLOUD\"},{\"concept-id\":\"V2854502871-POCLOUD\"},{\"concept-id\":\"V2854502620-POCLOUD\"},{\"concept-id\":\"V2854502997-POCLOUD\"},{\"concept-id\":\"V2854502018-POCLOUD\"},{\"concept-id\":\"V2854502367-POCLOUD\"},{\"concept-id\":\"V2854502273-POCLOUD\"},{\"concept-id\":\"V2854502708-POCLOUD\"},{\"concept-id\":\"V2854503096-POCLOUD\"},{\"concept-id\":\"V2854502381-POCLOUD\"},{\"concept-id\":\"V2854502027-POCLOUD\"},{\"concept-id\":\"V2854502331-POCLOUD\"},{\"concept-id\":\"V2854502694-POCLOUD\"},{\"concept-id\":\"V2854501984-POCLOUD\"},{\"concept-id\":\"V2854502458-POCLOUD\"},{\"concept-id\":\"V2854502042-POCLOUD\"},{\"concept-id\":\"V2854501806-POCLOUD\"},{\"concept-id\":\"V2854502120-POCLOUD\"},{\"concept-id\":\"V2854502480-POCLOUD\"},{\"concept-id\":\"V2854502856-POCLOUD\"},{\"concept-id\":\"V2854502587-POCLOUD\"},{\"concept-id\":\"V2854502501-POCLOUD\"},{\"concept-id\":\"V2854502754-POCLOUD\"},{\"concept-id\":\"V2854502249-POCLOUD\"},{\"concept-id\":\"V2854502411-POCLOUD\"},{\"concept-id\":\"V2854502154-POCLOUD\"},{\"concept-id\":\"V2854503056-POCLOUD\"},{\"concept-id\":\"V2854502054-POCLOUD\"},{\"concept-id\":\"V2854501833-POCLOUD\"},{\"concept-id\":\"V2854502387-POCLOUD\"},{\"concept-id\":\"V2854502281-POCLOUD\"},{\"concept-id\":\"V2854502808-POCLOUD\"},{\"concept-id\":\"V2854502429-POCLOUD\"},{\"concept-id\":\"V2854502361-POCLOUD\"},{\"concept-id\":\"V2854502384-POCLOUD\"},{\"concept-id\":\"V2854502231-POCLOUD\"},{\"concept-id\":\"V2854502913-POCLOUD\"},{\"concept-id\":\"V2854503021-POCLOUD\"},{\"concept-id\":\"V2854502374-POCLOUD\"},{\"concept-id\":\"V2854502526-POCLOUD\"},{\"concept-id\":\"V2854503041-POCLOUD\"},{\"concept-id\":\"V2854501980-POCLOUD\"},{\"concept-id\":\"V2854501859-POCLOUD\"},{\"concept-id\":\"V2854501919-POCLOUD\"},{\"concept-id\":\"V2854502930-POCLOUD\"},{\"concept-id\":\"V2854502792-POCLOUD\"},{\"concept-id\":\"V2854502796-POCLOUD\"},{\"concept-id\":\"V2854502422-POCLOUD\"},{\"concept-id\":\"V2854502517-POCLOUD\"},{\"concept-id\":\"V2854502307-POCLOUD\"},{\"concept-id\":\"V2854502417-POCLOUD\"},{\"concept-id\":\"V2854502098-POCLOUD\"},{\"concept-id\":\"V2854502011-POCLOUD\"},{\"concept-id\":\"V2854501781-POCLOUD\"},{\"concept-id\":\"V2854502185-POCLOUD\"},{\"concept-id\":\"V2854502062-POCLOUD\"},{\"concept-id\":\"V2854501963-POCLOUD\"},{\"concept-id\":\"V2854502594-POCLOUD\"},{\"concept-id\":\"V2854502758-POCLOUD\"},{\"concept-id\":\"V2854502761-POCLOUD\"},{\"concept-id\":\"V2854502399-POCLOUD\"},{\"concept-id\":\"V2854502002-POCLOUD\"},{\"concept-id\":\"V2854502820-POCLOUD\"},{\"concept-id\":\"V2854502431-POCLOUD\"},{\"concept-id\":\"V2854503113-POCLOUD\"},{\"concept-id\":\"V2854502007-POCLOUD\"},{\"concept-id\":\"V2854502669-POCLOUD\"},{\"concept-id\":\"V2854502257-POCLOUD\"},{\"concept-id\":\"V2854502658-POCLOUD\"},{\"concept-id\":\"V2854502731-POCLOUD\"},{\"concept-id\":\"V2854502402-POCLOUD\"},{\"concept-id\":\"V2854501944-POCLOUD\"},{\"concept-id\":\"V2854502683-POCLOUD\"},{\"concept-id\":\"V2854502974-POCLOUD\"},{\"concept-id\":\"V2854502219-POCLOUD\"},{\"concept-id\":\"V2854501872-POCLOUD\"},{\"concept-id\":\"V2854502573-POCLOUD\"},{\"concept-id\":\"V2854502767-POCLOUD\"},{\"concept-id\":\"V2854501951-POCLOUD\"},{\"concept-id\":\"V2854502000-POCLOUD\"},{\"concept-id\":\"V2854503073-POCLOUD\"},{\"concept-id\":\"V2854503089-POCLOUD\"},{\"concept-id\":\"V2854502111-POCLOUD\"},{\"concept-id\":\"V2854501891-POCLOUD\"},{\"concept-id\":\"V2854502510-POCLOUD\"},{\"concept-id\":\"V2854502679-POCLOUD\"},{\"concept-id\":\"V2854501912-POCLOUD\"},{\"concept-id\":\"V2854502551-POCLOUD\"},{\"concept-id\":\"V2854502789-POCLOUD\"},{\"concept-id\":\"V2854502082-POCLOUD\"},{\"concept-id\":\"V2854502145-POCLOUD\"},{\"concept-id\":\"V2854502225-POCLOUD\"},{\"concept-id\":\"V2854502104-POCLOUD\"},{\"concept-id\":\"V2854502558-POCLOUD\"},{\"concept-id\":\"V2854502565-POCLOUD\"},{\"concept-id\":\"V2854502425-POCLOUD\"},{\"concept-id\":\"V2854502451-POCLOUD\"},{\"concept-id\":\"V2854502391-POCLOUD\"},{\"concept-id\":\"V2854502470-POCLOUD\"},{\"concept-id\":\"V2854502394-POCLOUD\"},{\"concept-id\":\"V2854502773-POCLOUD\"},{\"concept-id\":\"V2854502442-POCLOUD\"},{\"concept-id\":\"V2854502355-POCLOUD\"},{\"concept-id\":\"V2854502129-POCLOUD\"},{\"concept-id\":\"V2854502543-POCLOUD\"},{\"concept-id\":\"V2854502179-POCLOUD\"},{\"concept-id\":\"V2854503067-POCLOUD\"},{\"concept-id\":\"V2854502831-POCLOUD\"},{\"concept-id\":\"V2854501971-POCLOUD\"},{\"concept-id\":\"V2854502092-POCLOUD\"},{\"concept-id\":\"V2854502495-POCLOUD\"},{\"concept-id\":\"V2854502014-POCLOUD\"},{\"concept-id\":\"V2854501927-POCLOUD\"},{\"concept-id\":\"V2854502579-POCLOUD\"},{\"concept-id\":\"V2854502535-POCLOUD\"},{\"concept-id\":\"V2854502171-POCLOUD\"},{\"concept-id\":\"V2854502407-POCLOUD\"},{\"concept-id\":\"V2854502605-POCLOUD\"},{\"concept-id\":\"V2854502213-POCLOUD\"},{\"concept-id\":\"V2854502646-POCLOUD\"},{\"concept-id\":\"V2854502948-POCLOUD\"},{\"concept-id\":\"V2854502415-POCLOUD\"},{\"concept-id\":\"V2854502206-POCLOUD\"},{\"concept-id\":\"V2854502629-POCLOUD\"},{\"concept-id\":\"V2854502488-POCLOUD\"},{\"concept-id\":\"V2854502162-POCLOUD\"},{\"concept-id\":\"V2854501987-POCLOUD\"},{\"concept-id\":\"V2854503079-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2832195379-POCLOUD\",\"revision-date\":\"2024-03-06T00:36:17.263Z\",\"granule-count\":15983,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\"ddm\",\"ddmi\",\"ddma\",\"doppler\",\"delay doppler\",\"delay\",\"specular point\",\"waveform\",\"les\",\"leading edge slope\",\"bistatic\",\"bi-static\",\"radar\",\"brcs\",\"sigma0\",\"sigma-0\",\"sigma naught\",\"sigma-naught\",\"nbrcs\",\"wind\",\"winds\",\"wind speed\",\"version @@ -150842,7 +150673,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2353105998-POCLOUD\",\"V2353106392-POCLOUD\",\"V2353106478-POCLOUD\",\"V2353106248-POCLOUD\",\"V2353106086-POCLOUD\",\"V2353105904-POCLOUD\",\"V2353106442-POCLOUD\",\"V2353106101-POCLOUD\",\"V2353106453-POCLOUD\",\"V2353105978-POCLOUD\",\"V2353106409-POCLOUD\",\"V2353106048-POCLOUD\",\"V2353106061-POCLOUD\",\"V2353105919-POCLOUD\",\"V2353106340-POCLOUD\",\"V2353106274-POCLOUD\",\"V2353106216-POCLOUD\",\"V2353106369-POCLOUD\",\"V2353106205-POCLOUD\",\"V2353106228-POCLOUD\",\"V2353105877-POCLOUD\",\"V2353106124-POCLOUD\",\"V2353106037-POCLOUD\",\"V2353105891-POCLOUD\",\"V2353105969-POCLOUD\",\"V2353106182-POCLOUD\",\"V2353106330-POCLOUD\",\"V2353106384-POCLOUD\",\"V2353106264-POCLOUD\",\"V2353106011-POCLOUD\",\"V2353106358-POCLOUD\",\"V2353105931-POCLOUD\",\"V2353106134-POCLOUD\",\"V2353106314-POCLOUD\",\"V2353106160-POCLOUD\",\"V2353106195-POCLOUD\",\"V2353106072-POCLOUD\",\"V2353106489-POCLOUD\",\"V2353105946-POCLOUD\",\"V2353105955-POCLOUD\",\"V2353106421-POCLOUD\",\"V2353106146-POCLOUD\",\"V2353106239-POCLOUD\",\"V2353106298-POCLOUD\",\"V2353106429-POCLOUD\",\"V2353106110-POCLOUD\",\"V2353106502-POCLOUD\",\"V2353106465-POCLOUD\",\"V2353106287-POCLOUD\",\"V2353106021-POCLOUD\",\"V2353106171-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_CDR_V1.2/\",\"podaac-ops-cumulus-public/CYGNSS_L2_CDR_V1.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_22363\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2353105998-POCLOUD\"},{\"concept-id\":\"V2353106392-POCLOUD\"},{\"concept-id\":\"V2353106478-POCLOUD\"},{\"concept-id\":\"V2353106248-POCLOUD\"},{\"concept-id\":\"V2353106086-POCLOUD\"},{\"concept-id\":\"V2353105904-POCLOUD\"},{\"concept-id\":\"V2353106442-POCLOUD\"},{\"concept-id\":\"V2353106101-POCLOUD\"},{\"concept-id\":\"V2353106453-POCLOUD\"},{\"concept-id\":\"V2353105978-POCLOUD\"},{\"concept-id\":\"V2353106409-POCLOUD\"},{\"concept-id\":\"V2353106048-POCLOUD\"},{\"concept-id\":\"V2353106061-POCLOUD\"},{\"concept-id\":\"V2353105919-POCLOUD\"},{\"concept-id\":\"V2353106340-POCLOUD\"},{\"concept-id\":\"V2353106274-POCLOUD\"},{\"concept-id\":\"V2353106216-POCLOUD\"},{\"concept-id\":\"V2353106369-POCLOUD\"},{\"concept-id\":\"V2353106205-POCLOUD\"},{\"concept-id\":\"V2353106228-POCLOUD\"},{\"concept-id\":\"V2353105877-POCLOUD\"},{\"concept-id\":\"V2353106124-POCLOUD\"},{\"concept-id\":\"V2353106037-POCLOUD\"},{\"concept-id\":\"V2353105891-POCLOUD\"},{\"concept-id\":\"V2353105969-POCLOUD\"},{\"concept-id\":\"V2353106182-POCLOUD\"},{\"concept-id\":\"V2353106330-POCLOUD\"},{\"concept-id\":\"V2353106384-POCLOUD\"},{\"concept-id\":\"V2353106264-POCLOUD\"},{\"concept-id\":\"V2353106011-POCLOUD\"},{\"concept-id\":\"V2353106358-POCLOUD\"},{\"concept-id\":\"V2353105931-POCLOUD\"},{\"concept-id\":\"V2353106134-POCLOUD\"},{\"concept-id\":\"V2353106314-POCLOUD\"},{\"concept-id\":\"V2353106160-POCLOUD\"},{\"concept-id\":\"V2353106195-POCLOUD\"},{\"concept-id\":\"V2353106072-POCLOUD\"},{\"concept-id\":\"V2353106489-POCLOUD\"},{\"concept-id\":\"V2353105946-POCLOUD\"},{\"concept-id\":\"V2353105955-POCLOUD\"},{\"concept-id\":\"V2353106421-POCLOUD\"},{\"concept-id\":\"V2353106146-POCLOUD\"},{\"concept-id\":\"V2353106239-POCLOUD\"},{\"concept-id\":\"V2353106298-POCLOUD\"},{\"concept-id\":\"V2353106429-POCLOUD\"},{\"concept-id\":\"V2353106110-POCLOUD\"},{\"concept-id\":\"V2353106502-POCLOUD\"},{\"concept-id\":\"V2353106465-POCLOUD\"},{\"concept-id\":\"V2353106287-POCLOUD\"},{\"concept-id\":\"V2353106021-POCLOUD\"},{\"concept-id\":\"V2353106171-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2274919215-POCLOUD\",\"revision-date\":\"2023-04-19T00:13:16.317Z\",\"granule-count\":2061,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2353105998-POCLOUD\",\"V2353106392-POCLOUD\",\"V2353106478-POCLOUD\",\"V2353106248-POCLOUD\",\"V2353106086-POCLOUD\",\"V2353105904-POCLOUD\",\"V2353106442-POCLOUD\",\"V2353106101-POCLOUD\",\"V2353106453-POCLOUD\",\"V2353105978-POCLOUD\",\"V2353106409-POCLOUD\",\"V2353106048-POCLOUD\",\"V2353106061-POCLOUD\",\"V2353105919-POCLOUD\",\"V2353106340-POCLOUD\",\"V2353106274-POCLOUD\",\"V2353106216-POCLOUD\",\"V2353106369-POCLOUD\",\"V2353106205-POCLOUD\",\"V2353106228-POCLOUD\",\"V2353105877-POCLOUD\",\"V2353106124-POCLOUD\",\"V2353106037-POCLOUD\",\"V2353105891-POCLOUD\",\"V2353105969-POCLOUD\",\"V2353106182-POCLOUD\",\"V2353106330-POCLOUD\",\"V2353106384-POCLOUD\",\"V2353106264-POCLOUD\",\"V2353106011-POCLOUD\",\"V2353106358-POCLOUD\",\"V2353105931-POCLOUD\",\"V2353106134-POCLOUD\",\"V2353106314-POCLOUD\",\"V2353106160-POCLOUD\",\"V2353106195-POCLOUD\",\"V2353106072-POCLOUD\",\"V2353106489-POCLOUD\",\"V2353105946-POCLOUD\",\"V2353105955-POCLOUD\",\"V2353106421-POCLOUD\",\"V2353106146-POCLOUD\",\"V2353106239-POCLOUD\",\"V2353106298-POCLOUD\",\"V2353106429-POCLOUD\",\"V2353106110-POCLOUD\",\"V2353106502-POCLOUD\",\"V2353106465-POCLOUD\",\"V2353106287-POCLOUD\",\"V2353106021-POCLOUD\",\"V2353106171-POCLOUD\"],\"services\":[\"S2153799015-POCLOUD\",\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_CDR_V1.2/\",\"podaac-ops-cumulus-public/CYGNSS_L2_CDR_V1.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_22363\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2353105998-POCLOUD\"},{\"concept-id\":\"V2353106392-POCLOUD\"},{\"concept-id\":\"V2353106478-POCLOUD\"},{\"concept-id\":\"V2353106248-POCLOUD\"},{\"concept-id\":\"V2353106086-POCLOUD\"},{\"concept-id\":\"V2353105904-POCLOUD\"},{\"concept-id\":\"V2353106442-POCLOUD\"},{\"concept-id\":\"V2353106101-POCLOUD\"},{\"concept-id\":\"V2353106453-POCLOUD\"},{\"concept-id\":\"V2353105978-POCLOUD\"},{\"concept-id\":\"V2353106409-POCLOUD\"},{\"concept-id\":\"V2353106048-POCLOUD\"},{\"concept-id\":\"V2353106061-POCLOUD\"},{\"concept-id\":\"V2353105919-POCLOUD\"},{\"concept-id\":\"V2353106340-POCLOUD\"},{\"concept-id\":\"V2353106274-POCLOUD\"},{\"concept-id\":\"V2353106216-POCLOUD\"},{\"concept-id\":\"V2353106369-POCLOUD\"},{\"concept-id\":\"V2353106205-POCLOUD\"},{\"concept-id\":\"V2353106228-POCLOUD\"},{\"concept-id\":\"V2353105877-POCLOUD\"},{\"concept-id\":\"V2353106124-POCLOUD\"},{\"concept-id\":\"V2353106037-POCLOUD\"},{\"concept-id\":\"V2353105891-POCLOUD\"},{\"concept-id\":\"V2353105969-POCLOUD\"},{\"concept-id\":\"V2353106182-POCLOUD\"},{\"concept-id\":\"V2353106330-POCLOUD\"},{\"concept-id\":\"V2353106384-POCLOUD\"},{\"concept-id\":\"V2353106264-POCLOUD\"},{\"concept-id\":\"V2353106011-POCLOUD\"},{\"concept-id\":\"V2353106358-POCLOUD\"},{\"concept-id\":\"V2353105931-POCLOUD\"},{\"concept-id\":\"V2353106134-POCLOUD\"},{\"concept-id\":\"V2353106314-POCLOUD\"},{\"concept-id\":\"V2353106160-POCLOUD\"},{\"concept-id\":\"V2353106195-POCLOUD\"},{\"concept-id\":\"V2353106072-POCLOUD\"},{\"concept-id\":\"V2353106489-POCLOUD\"},{\"concept-id\":\"V2353105946-POCLOUD\"},{\"concept-id\":\"V2353105955-POCLOUD\"},{\"concept-id\":\"V2353106421-POCLOUD\"},{\"concept-id\":\"V2353106146-POCLOUD\"},{\"concept-id\":\"V2353106239-POCLOUD\"},{\"concept-id\":\"V2353106298-POCLOUD\"},{\"concept-id\":\"V2353106429-POCLOUD\"},{\"concept-id\":\"V2353106110-POCLOUD\"},{\"concept-id\":\"V2353106502-POCLOUD\"},{\"concept-id\":\"V2353106465-POCLOUD\"},{\"concept-id\":\"V2353106287-POCLOUD\"},{\"concept-id\":\"V2353106021-POCLOUD\"},{\"concept-id\":\"V2353106171-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2274919215-POCLOUD\",\"revision-date\":\"2023-04-19T00:13:16.317Z\",\"granule-count\":2072,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" ddm\",\" ddmi\",\" doppler\",\" delay doppler\",\" delay\",\" specular point\",\" wind\",\" winds\",\" wind speed\",\" cdr\",\" climate data record\",\" climate\",\" version 1.2\",\" v1.2\"],\"CollectionCitations\":[{\"Creator\":\"CYGNSS\",\"OnlineResource\":{\"Linkage\":\"https://cygnss.engin.umich.edu/\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"CYGNSS @@ -151208,7 +151039,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2683411933-POCLOUD\",\"V2683412076-POCLOUD\",\"V2683411905-POCLOUD\",\"V2683411995-POCLOUD\",\"V2683411804-POCLOUD\",\"V2683411924-POCLOUD\",\"V2683411882-POCLOUD\",\"V2683412021-POCLOUD\",\"V2683411916-POCLOUD\",\"V2683411785-POCLOUD\",\"V2683411843-POCLOUD\",\"V2684819252-POCLOUD\",\"V2683412004-POCLOUD\",\"V2683412037-POCLOUD\",\"V2684819345-POCLOUD\",\"V2683411944-POCLOUD\",\"V2683411921-POCLOUD\",\"V2683412072-POCLOUD\",\"V2683412030-POCLOUD\",\"V2683411850-POCLOUD\",\"V2683412068-POCLOUD\",\"V2683412070-POCLOUD\",\"V2683412058-POCLOUD\",\"V2683412066-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_SURFACE_FLUX_CDR_V1.2/\",\"podaac-ops-cumulus-public/CYGNSS_L2_SURFACE_FLUX_CDR_V1.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_30144\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2683411933-POCLOUD\"},{\"concept-id\":\"V2683412076-POCLOUD\"},{\"concept-id\":\"V2683411905-POCLOUD\"},{\"concept-id\":\"V2683411995-POCLOUD\"},{\"concept-id\":\"V2683411804-POCLOUD\"},{\"concept-id\":\"V2683411924-POCLOUD\"},{\"concept-id\":\"V2683411882-POCLOUD\"},{\"concept-id\":\"V2683412021-POCLOUD\"},{\"concept-id\":\"V2683411916-POCLOUD\"},{\"concept-id\":\"V2683411785-POCLOUD\"},{\"concept-id\":\"V2683411843-POCLOUD\"},{\"concept-id\":\"V2684819252-POCLOUD\"},{\"concept-id\":\"V2683412004-POCLOUD\"},{\"concept-id\":\"V2683412037-POCLOUD\"},{\"concept-id\":\"V2684819345-POCLOUD\"},{\"concept-id\":\"V2683411944-POCLOUD\"},{\"concept-id\":\"V2683411921-POCLOUD\"},{\"concept-id\":\"V2683412072-POCLOUD\"},{\"concept-id\":\"V2683412030-POCLOUD\"},{\"concept-id\":\"V2683411850-POCLOUD\"},{\"concept-id\":\"V2683412068-POCLOUD\"},{\"concept-id\":\"V2683412070-POCLOUD\"},{\"concept-id\":\"V2683412058-POCLOUD\"},{\"concept-id\":\"V2683412066-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2646932894-POCLOUD\",\"revision-date\":\"2023-06-04T16:44:47.793Z\",\"granule-count\":2061,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2683411933-POCLOUD\",\"V2683412076-POCLOUD\",\"V2683411905-POCLOUD\",\"V2683411995-POCLOUD\",\"V2683411804-POCLOUD\",\"V2683411924-POCLOUD\",\"V2683411882-POCLOUD\",\"V2683412021-POCLOUD\",\"V2683411916-POCLOUD\",\"V2683411785-POCLOUD\",\"V2683411843-POCLOUD\",\"V2684819252-POCLOUD\",\"V2683412004-POCLOUD\",\"V2683412037-POCLOUD\",\"V2684819345-POCLOUD\",\"V2683411944-POCLOUD\",\"V2683411921-POCLOUD\",\"V2683412072-POCLOUD\",\"V2683412030-POCLOUD\",\"V2683411850-POCLOUD\",\"V2683412068-POCLOUD\",\"V2683412070-POCLOUD\",\"V2683412058-POCLOUD\",\"V2683412066-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_SURFACE_FLUX_CDR_V1.2/\",\"podaac-ops-cumulus-public/CYGNSS_L2_SURFACE_FLUX_CDR_V1.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_30144\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2683411933-POCLOUD\"},{\"concept-id\":\"V2683412076-POCLOUD\"},{\"concept-id\":\"V2683411905-POCLOUD\"},{\"concept-id\":\"V2683411995-POCLOUD\"},{\"concept-id\":\"V2683411804-POCLOUD\"},{\"concept-id\":\"V2683411924-POCLOUD\"},{\"concept-id\":\"V2683411882-POCLOUD\"},{\"concept-id\":\"V2683412021-POCLOUD\"},{\"concept-id\":\"V2683411916-POCLOUD\"},{\"concept-id\":\"V2683411785-POCLOUD\"},{\"concept-id\":\"V2683411843-POCLOUD\"},{\"concept-id\":\"V2684819252-POCLOUD\"},{\"concept-id\":\"V2683412004-POCLOUD\"},{\"concept-id\":\"V2683412037-POCLOUD\"},{\"concept-id\":\"V2684819345-POCLOUD\"},{\"concept-id\":\"V2683411944-POCLOUD\"},{\"concept-id\":\"V2683411921-POCLOUD\"},{\"concept-id\":\"V2683412072-POCLOUD\"},{\"concept-id\":\"V2683412030-POCLOUD\"},{\"concept-id\":\"V2683411850-POCLOUD\"},{\"concept-id\":\"V2683412068-POCLOUD\"},{\"concept-id\":\"V2683412070-POCLOUD\"},{\"concept-id\":\"V2683412058-POCLOUD\"},{\"concept-id\":\"V2683412066-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2646932894-POCLOUD\",\"revision-date\":\"2023-06-04T16:44:47.793Z\",\"granule-count\":2072,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" ddm\",\" ddmi\",\" doppler\",\" delay doppler\",\" delay\",\" specular point\",\" wind\",\" winds\",\" wind speed\",\" heat flux\",\" shf\",\" lhf\",\" sensible heat\",\" latent heat\",\" flux\",\" fluxes\",\" heat fluxes\",\" version @@ -151484,7 +151315,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2268368814-POCLOUD\",\"V2268368799-POCLOUD\",\"V2268368839-POCLOUD\",\"V2268368818-POCLOUD\",\"V2268368847-POCLOUD\",\"V2268368832-POCLOUD\",\"V2268368836-POCLOUD\",\"V2268368802-POCLOUD\",\"V2268368843-POCLOUD\",\"V2268368829-POCLOUD\",\"V2268368834-POCLOUD\",\"V2268368793-POCLOUD\",\"V2268368788-POCLOUD\",\"V2268368861-POCLOUD\",\"V2268368853-POCLOUD\",\"V2268368859-POCLOUD\",\"V2268368807-POCLOUD\",\"V2268368809-POCLOUD\",\"V2268368827-POCLOUD\",\"V2268368816-POCLOUD\",\"V2268368812-POCLOUD\",\"V2268368821-POCLOUD\",\"V2268368805-POCLOUD\",\"V2268368825-POCLOUD\"],\"services\":[\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_SURFACE_FLUX_V2.0/\",\"podaac-ops-cumulus-public/CYGNSS_L2_SURFACE_FLUX_V2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_21876\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2268368814-POCLOUD\"},{\"concept-id\":\"V2268368799-POCLOUD\"},{\"concept-id\":\"V2268368839-POCLOUD\"},{\"concept-id\":\"V2268368818-POCLOUD\"},{\"concept-id\":\"V2268368847-POCLOUD\"},{\"concept-id\":\"V2268368832-POCLOUD\"},{\"concept-id\":\"V2268368836-POCLOUD\"},{\"concept-id\":\"V2268368802-POCLOUD\"},{\"concept-id\":\"V2268368843-POCLOUD\"},{\"concept-id\":\"V2268368829-POCLOUD\"},{\"concept-id\":\"V2268368834-POCLOUD\"},{\"concept-id\":\"V2268368793-POCLOUD\"},{\"concept-id\":\"V2268368788-POCLOUD\"},{\"concept-id\":\"V2268368861-POCLOUD\"},{\"concept-id\":\"V2268368853-POCLOUD\"},{\"concept-id\":\"V2268368859-POCLOUD\"},{\"concept-id\":\"V2268368807-POCLOUD\"},{\"concept-id\":\"V2268368809-POCLOUD\"},{\"concept-id\":\"V2268368827-POCLOUD\"},{\"concept-id\":\"V2268368816-POCLOUD\"},{\"concept-id\":\"V2268368812-POCLOUD\"},{\"concept-id\":\"V2268368821-POCLOUD\"},{\"concept-id\":\"V2268368805-POCLOUD\"},{\"concept-id\":\"V2268368825-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2247621105-POCLOUD\",\"revision-date\":\"2023-03-09T22:47:38.880Z\",\"granule-count\":2062,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2268368814-POCLOUD\",\"V2268368799-POCLOUD\",\"V2268368839-POCLOUD\",\"V2268368818-POCLOUD\",\"V2268368847-POCLOUD\",\"V2268368832-POCLOUD\",\"V2268368836-POCLOUD\",\"V2268368802-POCLOUD\",\"V2268368843-POCLOUD\",\"V2268368829-POCLOUD\",\"V2268368834-POCLOUD\",\"V2268368793-POCLOUD\",\"V2268368788-POCLOUD\",\"V2268368861-POCLOUD\",\"V2268368853-POCLOUD\",\"V2268368859-POCLOUD\",\"V2268368807-POCLOUD\",\"V2268368809-POCLOUD\",\"V2268368827-POCLOUD\",\"V2268368816-POCLOUD\",\"V2268368812-POCLOUD\",\"V2268368821-POCLOUD\",\"V2268368805-POCLOUD\",\"V2268368825-POCLOUD\"],\"services\":[\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_SURFACE_FLUX_V2.0/\",\"podaac-ops-cumulus-public/CYGNSS_L2_SURFACE_FLUX_V2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_21876\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2268368814-POCLOUD\"},{\"concept-id\":\"V2268368799-POCLOUD\"},{\"concept-id\":\"V2268368839-POCLOUD\"},{\"concept-id\":\"V2268368818-POCLOUD\"},{\"concept-id\":\"V2268368847-POCLOUD\"},{\"concept-id\":\"V2268368832-POCLOUD\"},{\"concept-id\":\"V2268368836-POCLOUD\"},{\"concept-id\":\"V2268368802-POCLOUD\"},{\"concept-id\":\"V2268368843-POCLOUD\"},{\"concept-id\":\"V2268368829-POCLOUD\"},{\"concept-id\":\"V2268368834-POCLOUD\"},{\"concept-id\":\"V2268368793-POCLOUD\"},{\"concept-id\":\"V2268368788-POCLOUD\"},{\"concept-id\":\"V2268368861-POCLOUD\"},{\"concept-id\":\"V2268368853-POCLOUD\"},{\"concept-id\":\"V2268368859-POCLOUD\"},{\"concept-id\":\"V2268368807-POCLOUD\"},{\"concept-id\":\"V2268368809-POCLOUD\"},{\"concept-id\":\"V2268368827-POCLOUD\"},{\"concept-id\":\"V2268368816-POCLOUD\"},{\"concept-id\":\"V2268368812-POCLOUD\"},{\"concept-id\":\"V2268368821-POCLOUD\"},{\"concept-id\":\"V2268368805-POCLOUD\"},{\"concept-id\":\"V2268368825-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2247621105-POCLOUD\",\"revision-date\":\"2023-03-09T22:47:38.880Z\",\"granule-count\":2072,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" ddm\",\" ddmi\",\" doppler\",\" delay doppler\",\" delay\",\" specular point\",\" wind\",\" winds\",\" wind speed\",\" heat flux\",\" shf\",\" lhf\",\" sensible heat\",\" latent heat\",\" flux\",\" fluxes\",\" heat fluxes\",\" version @@ -151622,7 +151453,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2263200895-POCLOUD\",\"V2263200854-POCLOUD\",\"V2263200735-POCLOUD\",\"V2263200762-POCLOUD\",\"V2263200843-POCLOUD\",\"V2263200726-POCLOUD\",\"V2263200729-POCLOUD\",\"V2263200847-POCLOUD\",\"V2263200803-POCLOUD\",\"V2263200864-POCLOUD\",\"V2263200821-POCLOUD\",\"V2263200752-POCLOUD\",\"V2263200723-POCLOUD\",\"V2263200871-POCLOUD\",\"V2263200866-POCLOUD\",\"V2263200760-POCLOUD\",\"V2263200733-POCLOUD\",\"V2263200874-POCLOUD\",\"V2263200892-POCLOUD\",\"V2263200903-POCLOUD\",\"V2263200769-POCLOUD\",\"V2263200851-POCLOUD\",\"V2263200861-POCLOUD\",\"V2263200739-POCLOUD\",\"V2263200755-POCLOUD\",\"V2268154654-POCLOUD\",\"V2263200758-POCLOUD\",\"V2263200785-POCLOUD\",\"V2263200750-POCLOUD\",\"V2263200746-POCLOUD\",\"V2263200881-POCLOUD\",\"V2263200898-POCLOUD\",\"V2263200731-POCLOUD\",\"V2263200765-POCLOUD\",\"V2263200791-POCLOUD\",\"V2263200833-POCLOUD\",\"V2263200742-POCLOUD\",\"V2263200884-POCLOUD\",\"V2263200887-POCLOUD\",\"V2263200773-POCLOUD\",\"V2263200878-POCLOUD\"],\"services\":[\"S2800188133-POCLOUD\",\"S2153799015-POCLOUD\",\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_V2.1/\",\"podaac-ops-cumulus-public/CYGNSS_L2_V2.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"CYGNSS+Level+2+Science+Data+Record+Version+2.1\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2263200895-POCLOUD\"},{\"concept-id\":\"V2263200854-POCLOUD\"},{\"concept-id\":\"V2263200735-POCLOUD\"},{\"concept-id\":\"V2263200762-POCLOUD\"},{\"concept-id\":\"V2263200843-POCLOUD\"},{\"concept-id\":\"V2263200726-POCLOUD\"},{\"concept-id\":\"V2263200729-POCLOUD\"},{\"concept-id\":\"V2263200847-POCLOUD\"},{\"concept-id\":\"V2263200803-POCLOUD\"},{\"concept-id\":\"V2263200864-POCLOUD\"},{\"concept-id\":\"V2263200821-POCLOUD\"},{\"concept-id\":\"V2263200752-POCLOUD\"},{\"concept-id\":\"V2263200723-POCLOUD\"},{\"concept-id\":\"V2263200871-POCLOUD\"},{\"concept-id\":\"V2263200866-POCLOUD\"},{\"concept-id\":\"V2263200760-POCLOUD\"},{\"concept-id\":\"V2263200733-POCLOUD\"},{\"concept-id\":\"V2263200874-POCLOUD\"},{\"concept-id\":\"V2263200892-POCLOUD\"},{\"concept-id\":\"V2263200903-POCLOUD\"},{\"concept-id\":\"V2263200769-POCLOUD\"},{\"concept-id\":\"V2263200851-POCLOUD\"},{\"concept-id\":\"V2263200861-POCLOUD\"},{\"concept-id\":\"V2263200739-POCLOUD\"},{\"concept-id\":\"V2263200755-POCLOUD\"},{\"concept-id\":\"V2268154654-POCLOUD\"},{\"concept-id\":\"V2263200758-POCLOUD\"},{\"concept-id\":\"V2263200785-POCLOUD\"},{\"concept-id\":\"V2263200750-POCLOUD\"},{\"concept-id\":\"V2263200746-POCLOUD\"},{\"concept-id\":\"V2263200881-POCLOUD\"},{\"concept-id\":\"V2263200898-POCLOUD\"},{\"concept-id\":\"V2263200731-POCLOUD\"},{\"concept-id\":\"V2263200765-POCLOUD\"},{\"concept-id\":\"V2263200791-POCLOUD\"},{\"concept-id\":\"V2263200833-POCLOUD\"},{\"concept-id\":\"V2263200742-POCLOUD\"},{\"concept-id\":\"V2263200884-POCLOUD\"},{\"concept-id\":\"V2263200887-POCLOUD\"},{\"concept-id\":\"V2263200773-POCLOUD\"},{\"concept-id\":\"V2263200878-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2251464495-POCLOUD\",\"revision-date\":\"2023-01-04T00:32:26.393Z\",\"granule-count\":2565,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2263200895-POCLOUD\",\"V2263200854-POCLOUD\",\"V2263200735-POCLOUD\",\"V2263200762-POCLOUD\",\"V2263200843-POCLOUD\",\"V2263200726-POCLOUD\",\"V2263200729-POCLOUD\",\"V2263200847-POCLOUD\",\"V2263200803-POCLOUD\",\"V2263200864-POCLOUD\",\"V2263200821-POCLOUD\",\"V2263200752-POCLOUD\",\"V2263200723-POCLOUD\",\"V2263200871-POCLOUD\",\"V2263200866-POCLOUD\",\"V2263200760-POCLOUD\",\"V2263200733-POCLOUD\",\"V2263200874-POCLOUD\",\"V2263200892-POCLOUD\",\"V2263200903-POCLOUD\",\"V2263200769-POCLOUD\",\"V2263200851-POCLOUD\",\"V2263200861-POCLOUD\",\"V2263200739-POCLOUD\",\"V2263200755-POCLOUD\",\"V2268154654-POCLOUD\",\"V2263200758-POCLOUD\",\"V2263200785-POCLOUD\",\"V2263200750-POCLOUD\",\"V2263200746-POCLOUD\",\"V2263200881-POCLOUD\",\"V2263200898-POCLOUD\",\"V2263200731-POCLOUD\",\"V2263200765-POCLOUD\",\"V2263200791-POCLOUD\",\"V2263200833-POCLOUD\",\"V2263200742-POCLOUD\",\"V2263200884-POCLOUD\",\"V2263200887-POCLOUD\",\"V2263200773-POCLOUD\",\"V2263200878-POCLOUD\"],\"services\":[\"S2800188133-POCLOUD\",\"S2153799015-POCLOUD\",\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_V2.1/\",\"podaac-ops-cumulus-public/CYGNSS_L2_V2.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"CYGNSS+Level+2+Science+Data+Record+Version+2.1\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2263200895-POCLOUD\"},{\"concept-id\":\"V2263200854-POCLOUD\"},{\"concept-id\":\"V2263200735-POCLOUD\"},{\"concept-id\":\"V2263200762-POCLOUD\"},{\"concept-id\":\"V2263200843-POCLOUD\"},{\"concept-id\":\"V2263200726-POCLOUD\"},{\"concept-id\":\"V2263200729-POCLOUD\"},{\"concept-id\":\"V2263200847-POCLOUD\"},{\"concept-id\":\"V2263200803-POCLOUD\"},{\"concept-id\":\"V2263200864-POCLOUD\"},{\"concept-id\":\"V2263200821-POCLOUD\"},{\"concept-id\":\"V2263200752-POCLOUD\"},{\"concept-id\":\"V2263200723-POCLOUD\"},{\"concept-id\":\"V2263200871-POCLOUD\"},{\"concept-id\":\"V2263200866-POCLOUD\"},{\"concept-id\":\"V2263200760-POCLOUD\"},{\"concept-id\":\"V2263200733-POCLOUD\"},{\"concept-id\":\"V2263200874-POCLOUD\"},{\"concept-id\":\"V2263200892-POCLOUD\"},{\"concept-id\":\"V2263200903-POCLOUD\"},{\"concept-id\":\"V2263200769-POCLOUD\"},{\"concept-id\":\"V2263200851-POCLOUD\"},{\"concept-id\":\"V2263200861-POCLOUD\"},{\"concept-id\":\"V2263200739-POCLOUD\"},{\"concept-id\":\"V2263200755-POCLOUD\"},{\"concept-id\":\"V2268154654-POCLOUD\"},{\"concept-id\":\"V2263200758-POCLOUD\"},{\"concept-id\":\"V2263200785-POCLOUD\"},{\"concept-id\":\"V2263200750-POCLOUD\"},{\"concept-id\":\"V2263200746-POCLOUD\"},{\"concept-id\":\"V2263200881-POCLOUD\"},{\"concept-id\":\"V2263200898-POCLOUD\"},{\"concept-id\":\"V2263200731-POCLOUD\"},{\"concept-id\":\"V2263200765-POCLOUD\"},{\"concept-id\":\"V2263200791-POCLOUD\"},{\"concept-id\":\"V2263200833-POCLOUD\"},{\"concept-id\":\"V2263200742-POCLOUD\"},{\"concept-id\":\"V2263200884-POCLOUD\"},{\"concept-id\":\"V2263200887-POCLOUD\"},{\"concept-id\":\"V2263200773-POCLOUD\"},{\"concept-id\":\"V2263200878-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2251464495-POCLOUD\",\"revision-date\":\"2023-01-04T00:32:26.393Z\",\"granule-count\":2575,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" ddm\",\" ddmi\",\" doppler\",\" delay doppler\",\" delay\",\" specular point\",\" wind\",\" winds\",\" wind speed\",\" version 2.1\",\" v2.1\"],\"CollectionCitations\":[{\"Creator\":\"CYGNSS\",\"OnlineResource\":{\"Linkage\":\"https://cygnss.engin.umich.edu/\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"CYGNSS Level 2 Science Data Record Version 2.1\",\"SeriesName\":\"CYGNSS Level 2 @@ -151904,7 +151735,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2185158031-POCLOUD\",\"V2185158126-POCLOUD\",\"V2185158021-POCLOUD\",\"V2185158072-POCLOUD\",\"V2185158041-POCLOUD\",\"V2185158128-POCLOUD\",\"V2185158096-POCLOUD\",\"V2185158070-POCLOUD\",\"V2185158077-POCLOUD\",\"V2185158134-POCLOUD\",\"V2185158039-POCLOUD\",\"V2185158047-POCLOUD\",\"V2185158008-POCLOUD\",\"V2185158043-POCLOUD\",\"V2185158010-POCLOUD\",\"V2185158103-POCLOUD\",\"V2185158053-POCLOUD\",\"V2185158023-POCLOUD\",\"V2185158130-POCLOUD\",\"V2185158085-POCLOUD\",\"V2185158093-POCLOUD\",\"V2185158108-POCLOUD\",\"V2185158065-POCLOUD\",\"V2185158074-POCLOUD\",\"V2185158012-POCLOUD\",\"V2185158045-POCLOUD\",\"V2185158028-POCLOUD\",\"V2185158090-POCLOUD\",\"V2185158037-POCLOUD\",\"V2185158106-POCLOUD\",\"V2185158025-POCLOUD\",\"V2185158049-POCLOUD\",\"V2185158079-POCLOUD\",\"V2185158056-POCLOUD\",\"V2185158067-POCLOUD\",\"V2185158018-POCLOUD\",\"V2185158087-POCLOUD\",\"V2185158099-POCLOUD\",\"V2185158006-POCLOUD\",\"V2185158081-POCLOUD\",\"V2185158112-POCLOUD\",\"V2185158083-POCLOUD\",\"V2185158119-POCLOUD\",\"V2185158110-POCLOUD\",\"V2185158015-POCLOUD\",\"V2185158132-POCLOUD\",\"V2185158063-POCLOUD\",\"V2185158058-POCLOUD\",\"V2185158061-POCLOUD\",\"V2185158122-POCLOUD\"],\"services\":[\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_V3.1/\",\"podaac-ops-cumulus-public/CYGNSS_L2_V3.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_19211\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2185158031-POCLOUD\"},{\"concept-id\":\"V2185158126-POCLOUD\"},{\"concept-id\":\"V2185158021-POCLOUD\"},{\"concept-id\":\"V2185158072-POCLOUD\"},{\"concept-id\":\"V2185158041-POCLOUD\"},{\"concept-id\":\"V2185158128-POCLOUD\"},{\"concept-id\":\"V2185158096-POCLOUD\"},{\"concept-id\":\"V2185158070-POCLOUD\"},{\"concept-id\":\"V2185158077-POCLOUD\"},{\"concept-id\":\"V2185158134-POCLOUD\"},{\"concept-id\":\"V2185158039-POCLOUD\"},{\"concept-id\":\"V2185158047-POCLOUD\"},{\"concept-id\":\"V2185158008-POCLOUD\"},{\"concept-id\":\"V2185158043-POCLOUD\"},{\"concept-id\":\"V2185158010-POCLOUD\"},{\"concept-id\":\"V2185158103-POCLOUD\"},{\"concept-id\":\"V2185158053-POCLOUD\"},{\"concept-id\":\"V2185158023-POCLOUD\"},{\"concept-id\":\"V2185158130-POCLOUD\"},{\"concept-id\":\"V2185158085-POCLOUD\"},{\"concept-id\":\"V2185158093-POCLOUD\"},{\"concept-id\":\"V2185158108-POCLOUD\"},{\"concept-id\":\"V2185158065-POCLOUD\"},{\"concept-id\":\"V2185158074-POCLOUD\"},{\"concept-id\":\"V2185158012-POCLOUD\"},{\"concept-id\":\"V2185158045-POCLOUD\"},{\"concept-id\":\"V2185158028-POCLOUD\"},{\"concept-id\":\"V2185158090-POCLOUD\"},{\"concept-id\":\"V2185158037-POCLOUD\"},{\"concept-id\":\"V2185158106-POCLOUD\"},{\"concept-id\":\"V2185158025-POCLOUD\"},{\"concept-id\":\"V2185158049-POCLOUD\"},{\"concept-id\":\"V2185158079-POCLOUD\"},{\"concept-id\":\"V2185158056-POCLOUD\"},{\"concept-id\":\"V2185158067-POCLOUD\"},{\"concept-id\":\"V2185158018-POCLOUD\"},{\"concept-id\":\"V2185158087-POCLOUD\"},{\"concept-id\":\"V2185158099-POCLOUD\"},{\"concept-id\":\"V2185158006-POCLOUD\"},{\"concept-id\":\"V2185158081-POCLOUD\"},{\"concept-id\":\"V2185158112-POCLOUD\"},{\"concept-id\":\"V2185158083-POCLOUD\"},{\"concept-id\":\"V2185158119-POCLOUD\"},{\"concept-id\":\"V2185158110-POCLOUD\"},{\"concept-id\":\"V2185158015-POCLOUD\"},{\"concept-id\":\"V2185158132-POCLOUD\"},{\"concept-id\":\"V2185158063-POCLOUD\"},{\"concept-id\":\"V2185158058-POCLOUD\"},{\"concept-id\":\"V2185158061-POCLOUD\"},{\"concept-id\":\"V2185158122-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2183155461-POCLOUD\",\"revision-date\":\"2023-01-03T23:39:04.320Z\",\"granule-count\":2064,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss, + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2185158031-POCLOUD\",\"V2185158126-POCLOUD\",\"V2185158021-POCLOUD\",\"V2185158072-POCLOUD\",\"V2185158041-POCLOUD\",\"V2185158128-POCLOUD\",\"V2185158096-POCLOUD\",\"V2185158070-POCLOUD\",\"V2185158077-POCLOUD\",\"V2185158134-POCLOUD\",\"V2185158039-POCLOUD\",\"V2185158047-POCLOUD\",\"V2185158008-POCLOUD\",\"V2185158043-POCLOUD\",\"V2185158010-POCLOUD\",\"V2185158103-POCLOUD\",\"V2185158053-POCLOUD\",\"V2185158023-POCLOUD\",\"V2185158130-POCLOUD\",\"V2185158085-POCLOUD\",\"V2185158093-POCLOUD\",\"V2185158108-POCLOUD\",\"V2185158065-POCLOUD\",\"V2185158074-POCLOUD\",\"V2185158012-POCLOUD\",\"V2185158045-POCLOUD\",\"V2185158028-POCLOUD\",\"V2185158090-POCLOUD\",\"V2185158037-POCLOUD\",\"V2185158106-POCLOUD\",\"V2185158025-POCLOUD\",\"V2185158049-POCLOUD\",\"V2185158079-POCLOUD\",\"V2185158056-POCLOUD\",\"V2185158067-POCLOUD\",\"V2185158018-POCLOUD\",\"V2185158087-POCLOUD\",\"V2185158099-POCLOUD\",\"V2185158006-POCLOUD\",\"V2185158081-POCLOUD\",\"V2185158112-POCLOUD\",\"V2185158083-POCLOUD\",\"V2185158119-POCLOUD\",\"V2185158110-POCLOUD\",\"V2185158015-POCLOUD\",\"V2185158132-POCLOUD\",\"V2185158063-POCLOUD\",\"V2185158058-POCLOUD\",\"V2185158061-POCLOUD\",\"V2185158122-POCLOUD\"],\"services\":[\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_V3.1/\",\"podaac-ops-cumulus-public/CYGNSS_L2_V3.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_19211\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2185158031-POCLOUD\"},{\"concept-id\":\"V2185158126-POCLOUD\"},{\"concept-id\":\"V2185158021-POCLOUD\"},{\"concept-id\":\"V2185158072-POCLOUD\"},{\"concept-id\":\"V2185158041-POCLOUD\"},{\"concept-id\":\"V2185158128-POCLOUD\"},{\"concept-id\":\"V2185158096-POCLOUD\"},{\"concept-id\":\"V2185158070-POCLOUD\"},{\"concept-id\":\"V2185158077-POCLOUD\"},{\"concept-id\":\"V2185158134-POCLOUD\"},{\"concept-id\":\"V2185158039-POCLOUD\"},{\"concept-id\":\"V2185158047-POCLOUD\"},{\"concept-id\":\"V2185158008-POCLOUD\"},{\"concept-id\":\"V2185158043-POCLOUD\"},{\"concept-id\":\"V2185158010-POCLOUD\"},{\"concept-id\":\"V2185158103-POCLOUD\"},{\"concept-id\":\"V2185158053-POCLOUD\"},{\"concept-id\":\"V2185158023-POCLOUD\"},{\"concept-id\":\"V2185158130-POCLOUD\"},{\"concept-id\":\"V2185158085-POCLOUD\"},{\"concept-id\":\"V2185158093-POCLOUD\"},{\"concept-id\":\"V2185158108-POCLOUD\"},{\"concept-id\":\"V2185158065-POCLOUD\"},{\"concept-id\":\"V2185158074-POCLOUD\"},{\"concept-id\":\"V2185158012-POCLOUD\"},{\"concept-id\":\"V2185158045-POCLOUD\"},{\"concept-id\":\"V2185158028-POCLOUD\"},{\"concept-id\":\"V2185158090-POCLOUD\"},{\"concept-id\":\"V2185158037-POCLOUD\"},{\"concept-id\":\"V2185158106-POCLOUD\"},{\"concept-id\":\"V2185158025-POCLOUD\"},{\"concept-id\":\"V2185158049-POCLOUD\"},{\"concept-id\":\"V2185158079-POCLOUD\"},{\"concept-id\":\"V2185158056-POCLOUD\"},{\"concept-id\":\"V2185158067-POCLOUD\"},{\"concept-id\":\"V2185158018-POCLOUD\"},{\"concept-id\":\"V2185158087-POCLOUD\"},{\"concept-id\":\"V2185158099-POCLOUD\"},{\"concept-id\":\"V2185158006-POCLOUD\"},{\"concept-id\":\"V2185158081-POCLOUD\"},{\"concept-id\":\"V2185158112-POCLOUD\"},{\"concept-id\":\"V2185158083-POCLOUD\"},{\"concept-id\":\"V2185158119-POCLOUD\"},{\"concept-id\":\"V2185158110-POCLOUD\"},{\"concept-id\":\"V2185158015-POCLOUD\"},{\"concept-id\":\"V2185158132-POCLOUD\"},{\"concept-id\":\"V2185158063-POCLOUD\"},{\"concept-id\":\"V2185158058-POCLOUD\"},{\"concept-id\":\"V2185158061-POCLOUD\"},{\"concept-id\":\"V2185158122-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2183155461-POCLOUD\",\"revision-date\":\"2023-01-03T23:39:04.320Z\",\"granule-count\":2072,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss, ddm, ddmi, doppler, delay doppler, delay, specular point, wind, winds, wind speed, version 3.1, v3.1\"],\"CollectionCitations\":[{\"Version\":\"3.1\",\"Title\":\"CYGNSS Level 2 Science Data Record Version 3.1\",\"Creator\":\"CYGNSS\",\"SeriesName\":\"CYGNSS @@ -151996,7 +151827,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2854509494-POCLOUD\",\"V2854509555-POCLOUD\",\"V2854509490-POCLOUD\",\"V2854509509-POCLOUD\",\"V2854509426-POCLOUD\",\"V2854509559-POCLOUD\",\"V2854509500-POCLOUD\",\"V2854509757-POCLOUD\",\"V2854509469-POCLOUD\",\"V2854509565-POCLOUD\",\"V2854509439-POCLOUD\",\"V2854509725-POCLOUD\",\"V2854509668-POCLOUD\",\"V2854509771-POCLOUD\",\"V2854509552-POCLOUD\",\"V2854509453-POCLOUD\",\"V2854509448-POCLOUD\",\"V2854509484-POCLOUD\",\"V2854509429-POCLOUD\",\"V2854509518-POCLOUD\",\"V2854509437-POCLOUD\",\"V2854509431-POCLOUD\",\"V2854509521-POCLOUD\",\"V2854509582-POCLOUD\",\"V2854509531-POCLOUD\",\"V2854509534-POCLOUD\",\"V2854509434-POCLOUD\",\"V2854509526-POCLOUD\",\"V2854509541-POCLOUD\",\"V2854509630-POCLOUD\",\"V2854509461-POCLOUD\",\"V2854509548-POCLOUD\",\"V2854509486-POCLOUD\",\"V2854509455-POCLOUD\",\"V2854509477-POCLOUD\",\"V2854509557-POCLOUD\",\"V2854509466-POCLOUD\",\"V2854509450-POCLOUD\",\"V2854509503-POCLOUD\",\"V2854509572-POCLOUD\",\"V2854509459-POCLOUD\",\"V2854509496-POCLOUD\",\"V2854509689-POCLOUD\",\"V2854509445-POCLOUD\",\"V2854509590-POCLOUD\",\"V2854509506-POCLOUD\",\"V2854509739-POCLOUD\",\"V2854509600-POCLOUD\",\"V2854509512-POCLOUD\",\"V2854509652-POCLOUD\",\"V2854509614-POCLOUD\",\"V2854509539-POCLOUD\",\"V2854509441-POCLOUD\",\"V2854509561-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_V3.1/\",\"podaac-ops-cumulus-public/CYGNSS_L2_V3.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_39717\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2854509494-POCLOUD\"},{\"concept-id\":\"V2854509555-POCLOUD\"},{\"concept-id\":\"V2854509490-POCLOUD\"},{\"concept-id\":\"V2854509509-POCLOUD\"},{\"concept-id\":\"V2854509426-POCLOUD\"},{\"concept-id\":\"V2854509559-POCLOUD\"},{\"concept-id\":\"V2854509500-POCLOUD\"},{\"concept-id\":\"V2854509757-POCLOUD\"},{\"concept-id\":\"V2854509469-POCLOUD\"},{\"concept-id\":\"V2854509565-POCLOUD\"},{\"concept-id\":\"V2854509439-POCLOUD\"},{\"concept-id\":\"V2854509725-POCLOUD\"},{\"concept-id\":\"V2854509668-POCLOUD\"},{\"concept-id\":\"V2854509771-POCLOUD\"},{\"concept-id\":\"V2854509552-POCLOUD\"},{\"concept-id\":\"V2854509453-POCLOUD\"},{\"concept-id\":\"V2854509448-POCLOUD\"},{\"concept-id\":\"V2854509484-POCLOUD\"},{\"concept-id\":\"V2854509429-POCLOUD\"},{\"concept-id\":\"V2854509518-POCLOUD\"},{\"concept-id\":\"V2854509437-POCLOUD\"},{\"concept-id\":\"V2854509431-POCLOUD\"},{\"concept-id\":\"V2854509521-POCLOUD\"},{\"concept-id\":\"V2854509582-POCLOUD\"},{\"concept-id\":\"V2854509531-POCLOUD\"},{\"concept-id\":\"V2854509534-POCLOUD\"},{\"concept-id\":\"V2854509434-POCLOUD\"},{\"concept-id\":\"V2854509526-POCLOUD\"},{\"concept-id\":\"V2854509541-POCLOUD\"},{\"concept-id\":\"V2854509630-POCLOUD\"},{\"concept-id\":\"V2854509461-POCLOUD\"},{\"concept-id\":\"V2854509548-POCLOUD\"},{\"concept-id\":\"V2854509486-POCLOUD\"},{\"concept-id\":\"V2854509455-POCLOUD\"},{\"concept-id\":\"V2854509477-POCLOUD\"},{\"concept-id\":\"V2854509557-POCLOUD\"},{\"concept-id\":\"V2854509466-POCLOUD\"},{\"concept-id\":\"V2854509450-POCLOUD\"},{\"concept-id\":\"V2854509503-POCLOUD\"},{\"concept-id\":\"V2854509572-POCLOUD\"},{\"concept-id\":\"V2854509459-POCLOUD\"},{\"concept-id\":\"V2854509496-POCLOUD\"},{\"concept-id\":\"V2854509689-POCLOUD\"},{\"concept-id\":\"V2854509445-POCLOUD\"},{\"concept-id\":\"V2854509590-POCLOUD\"},{\"concept-id\":\"V2854509506-POCLOUD\"},{\"concept-id\":\"V2854509739-POCLOUD\"},{\"concept-id\":\"V2854509600-POCLOUD\"},{\"concept-id\":\"V2854509512-POCLOUD\"},{\"concept-id\":\"V2854509652-POCLOUD\"},{\"concept-id\":\"V2854509614-POCLOUD\"},{\"concept-id\":\"V2854509539-POCLOUD\"},{\"concept-id\":\"V2854509441-POCLOUD\"},{\"concept-id\":\"V2854509561-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2832196001-POCLOUD\",\"revision-date\":\"2024-03-06T00:37:13.812Z\",\"granule-count\":2064,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss, + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2854509494-POCLOUD\",\"V2854509555-POCLOUD\",\"V2854509490-POCLOUD\",\"V2854509509-POCLOUD\",\"V2854509426-POCLOUD\",\"V2854509559-POCLOUD\",\"V2854509500-POCLOUD\",\"V2854509757-POCLOUD\",\"V2854509469-POCLOUD\",\"V2854509565-POCLOUD\",\"V2854509439-POCLOUD\",\"V2854509725-POCLOUD\",\"V2854509668-POCLOUD\",\"V2854509771-POCLOUD\",\"V2854509552-POCLOUD\",\"V2854509453-POCLOUD\",\"V2854509448-POCLOUD\",\"V2854509484-POCLOUD\",\"V2854509429-POCLOUD\",\"V2854509518-POCLOUD\",\"V2854509437-POCLOUD\",\"V2854509431-POCLOUD\",\"V2854509521-POCLOUD\",\"V2854509582-POCLOUD\",\"V2854509531-POCLOUD\",\"V2854509534-POCLOUD\",\"V2854509434-POCLOUD\",\"V2854509526-POCLOUD\",\"V2854509541-POCLOUD\",\"V2854509630-POCLOUD\",\"V2854509461-POCLOUD\",\"V2854509548-POCLOUD\",\"V2854509486-POCLOUD\",\"V2854509455-POCLOUD\",\"V2854509477-POCLOUD\",\"V2854509557-POCLOUD\",\"V2854509466-POCLOUD\",\"V2854509450-POCLOUD\",\"V2854509503-POCLOUD\",\"V2854509572-POCLOUD\",\"V2854509459-POCLOUD\",\"V2854509496-POCLOUD\",\"V2854509689-POCLOUD\",\"V2854509445-POCLOUD\",\"V2854509590-POCLOUD\",\"V2854509506-POCLOUD\",\"V2854509739-POCLOUD\",\"V2854509600-POCLOUD\",\"V2854509512-POCLOUD\",\"V2854509652-POCLOUD\",\"V2854509614-POCLOUD\",\"V2854509539-POCLOUD\",\"V2854509441-POCLOUD\",\"V2854509561-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2800188133-POCLOUD\",\"S2153799015-POCLOUD\",\"S1962070864-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_V3.1/\",\"podaac-ops-cumulus-public/CYGNSS_L2_V3.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_39717\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2854509494-POCLOUD\"},{\"concept-id\":\"V2854509555-POCLOUD\"},{\"concept-id\":\"V2854509490-POCLOUD\"},{\"concept-id\":\"V2854509509-POCLOUD\"},{\"concept-id\":\"V2854509426-POCLOUD\"},{\"concept-id\":\"V2854509559-POCLOUD\"},{\"concept-id\":\"V2854509500-POCLOUD\"},{\"concept-id\":\"V2854509757-POCLOUD\"},{\"concept-id\":\"V2854509469-POCLOUD\"},{\"concept-id\":\"V2854509565-POCLOUD\"},{\"concept-id\":\"V2854509439-POCLOUD\"},{\"concept-id\":\"V2854509725-POCLOUD\"},{\"concept-id\":\"V2854509668-POCLOUD\"},{\"concept-id\":\"V2854509771-POCLOUD\"},{\"concept-id\":\"V2854509552-POCLOUD\"},{\"concept-id\":\"V2854509453-POCLOUD\"},{\"concept-id\":\"V2854509448-POCLOUD\"},{\"concept-id\":\"V2854509484-POCLOUD\"},{\"concept-id\":\"V2854509429-POCLOUD\"},{\"concept-id\":\"V2854509518-POCLOUD\"},{\"concept-id\":\"V2854509437-POCLOUD\"},{\"concept-id\":\"V2854509431-POCLOUD\"},{\"concept-id\":\"V2854509521-POCLOUD\"},{\"concept-id\":\"V2854509582-POCLOUD\"},{\"concept-id\":\"V2854509531-POCLOUD\"},{\"concept-id\":\"V2854509534-POCLOUD\"},{\"concept-id\":\"V2854509434-POCLOUD\"},{\"concept-id\":\"V2854509526-POCLOUD\"},{\"concept-id\":\"V2854509541-POCLOUD\"},{\"concept-id\":\"V2854509630-POCLOUD\"},{\"concept-id\":\"V2854509461-POCLOUD\"},{\"concept-id\":\"V2854509548-POCLOUD\"},{\"concept-id\":\"V2854509486-POCLOUD\"},{\"concept-id\":\"V2854509455-POCLOUD\"},{\"concept-id\":\"V2854509477-POCLOUD\"},{\"concept-id\":\"V2854509557-POCLOUD\"},{\"concept-id\":\"V2854509466-POCLOUD\"},{\"concept-id\":\"V2854509450-POCLOUD\"},{\"concept-id\":\"V2854509503-POCLOUD\"},{\"concept-id\":\"V2854509572-POCLOUD\"},{\"concept-id\":\"V2854509459-POCLOUD\"},{\"concept-id\":\"V2854509496-POCLOUD\"},{\"concept-id\":\"V2854509689-POCLOUD\"},{\"concept-id\":\"V2854509445-POCLOUD\"},{\"concept-id\":\"V2854509590-POCLOUD\"},{\"concept-id\":\"V2854509506-POCLOUD\"},{\"concept-id\":\"V2854509739-POCLOUD\"},{\"concept-id\":\"V2854509600-POCLOUD\"},{\"concept-id\":\"V2854509512-POCLOUD\"},{\"concept-id\":\"V2854509652-POCLOUD\"},{\"concept-id\":\"V2854509614-POCLOUD\"},{\"concept-id\":\"V2854509539-POCLOUD\"},{\"concept-id\":\"V2854509441-POCLOUD\"},{\"concept-id\":\"V2854509561-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2832196001-POCLOUD\",\"revision-date\":\"2024-03-06T00:37:13.812Z\",\"granule-count\":2074,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss, ddm, ddmi, doppler, delay doppler, delay, specular point, wind, winds, wind speed, version 3.2, v3.2\"],\"CollectionCitations\":[{\"Version\":\"3.1\",\"Title\":\"CYGNSS Level 2 Science Data Record Version 3.1\",\"Creator\":\"CYGNSS\",\"SeriesName\":\"CYGNSS @@ -152360,7 +152191,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2353108001-POCLOUD\",\"V2353107969-POCLOUD\",\"V2353107935-POCLOUD\",\"V2353108010-POCLOUD\",\"V2353107946-POCLOUD\",\"V2353107911-POCLOUD\",\"V2353108032-POCLOUD\",\"V2353107977-POCLOUD\",\"V2353107924-POCLOUD\",\"V2353108025-POCLOUD\",\"V2353107991-POCLOUD\",\"V2353107954-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L3_CDR_V1.2/\",\"podaac-ops-cumulus-public/CYGNSS_L3_CDR_V1.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_22362\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2353108001-POCLOUD\"},{\"concept-id\":\"V2353107969-POCLOUD\"},{\"concept-id\":\"V2353107935-POCLOUD\"},{\"concept-id\":\"V2353108010-POCLOUD\"},{\"concept-id\":\"V2353107946-POCLOUD\"},{\"concept-id\":\"V2353107911-POCLOUD\"},{\"concept-id\":\"V2353108032-POCLOUD\"},{\"concept-id\":\"V2353107977-POCLOUD\"},{\"concept-id\":\"V2353107924-POCLOUD\"},{\"concept-id\":\"V2353108025-POCLOUD\"},{\"concept-id\":\"V2353107991-POCLOUD\"},{\"concept-id\":\"V2353107954-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2274918604-POCLOUD\",\"revision-date\":\"2023-04-19T00:13:17.288Z\",\"granule-count\":2061,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2353108001-POCLOUD\",\"V2353107969-POCLOUD\",\"V2353107935-POCLOUD\",\"V2353108010-POCLOUD\",\"V2353107946-POCLOUD\",\"V2353107911-POCLOUD\",\"V2353108032-POCLOUD\",\"V2353107977-POCLOUD\",\"V2353107924-POCLOUD\",\"V2353108025-POCLOUD\",\"V2353107991-POCLOUD\",\"V2353107954-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L3_CDR_V1.2/\",\"podaac-ops-cumulus-public/CYGNSS_L3_CDR_V1.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_22362\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2353108001-POCLOUD\"},{\"concept-id\":\"V2353107969-POCLOUD\"},{\"concept-id\":\"V2353107935-POCLOUD\"},{\"concept-id\":\"V2353108010-POCLOUD\"},{\"concept-id\":\"V2353107946-POCLOUD\"},{\"concept-id\":\"V2353107911-POCLOUD\"},{\"concept-id\":\"V2353108032-POCLOUD\"},{\"concept-id\":\"V2353107977-POCLOUD\"},{\"concept-id\":\"V2353107924-POCLOUD\"},{\"concept-id\":\"V2353108025-POCLOUD\"},{\"concept-id\":\"V2353107991-POCLOUD\"},{\"concept-id\":\"V2353107954-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2274918604-POCLOUD\",\"revision-date\":\"2023-04-19T00:13:17.288Z\",\"granule-count\":2072,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" ddm\",\" ddmi\",\" doppler\",\" delay doppler\",\" delay\",\" specular point\",\" wind\",\" winds\",\" wind speed\",\" cdr\",\" climate data record\",\" climate\",\" version 1.2\",\" v1.2\"],\"CollectionCitations\":[{\"Creator\":\"CYGNSS\",\"OnlineResource\":{\"Linkage\":\"https://cygnss.engin.umich.edu/\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"CYGNSS @@ -152591,7 +152422,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2263200474-POCLOUD\",\"V2263200466-POCLOUD\",\"V2263200464-POCLOUD\",\"V2263200446-POCLOUD\",\"V2263200444-POCLOUD\",\"V2263200470-POCLOUD\",\"V2263200476-POCLOUD\",\"V2263200440-POCLOUD\",\"V2263200456-POCLOUD\",\"V2263200479-POCLOUD\",\"V2263200450-POCLOUD\",\"V2263200459-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L3_V2.1/\",\"podaac-ops-cumulus-public/CYGNSS_L3_V2.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"CYGNSS+Level+3+Science+Data+Record+Version+2.1\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2263200474-POCLOUD\"},{\"concept-id\":\"V2263200466-POCLOUD\"},{\"concept-id\":\"V2263200464-POCLOUD\"},{\"concept-id\":\"V2263200446-POCLOUD\"},{\"concept-id\":\"V2263200444-POCLOUD\"},{\"concept-id\":\"V2263200470-POCLOUD\"},{\"concept-id\":\"V2263200476-POCLOUD\"},{\"concept-id\":\"V2263200440-POCLOUD\"},{\"concept-id\":\"V2263200456-POCLOUD\"},{\"concept-id\":\"V2263200479-POCLOUD\"},{\"concept-id\":\"V2263200450-POCLOUD\"},{\"concept-id\":\"V2263200459-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2251464847-POCLOUD\",\"revision-date\":\"2023-01-04T00:48:45.672Z\",\"granule-count\":2563,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2263200474-POCLOUD\",\"V2263200466-POCLOUD\",\"V2263200464-POCLOUD\",\"V2263200446-POCLOUD\",\"V2263200444-POCLOUD\",\"V2263200470-POCLOUD\",\"V2263200476-POCLOUD\",\"V2263200440-POCLOUD\",\"V2263200456-POCLOUD\",\"V2263200479-POCLOUD\",\"V2263200450-POCLOUD\",\"V2263200459-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L3_V2.1/\",\"podaac-ops-cumulus-public/CYGNSS_L3_V2.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"CYGNSS+Level+3+Science+Data+Record+Version+2.1\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2263200474-POCLOUD\"},{\"concept-id\":\"V2263200466-POCLOUD\"},{\"concept-id\":\"V2263200464-POCLOUD\"},{\"concept-id\":\"V2263200446-POCLOUD\"},{\"concept-id\":\"V2263200444-POCLOUD\"},{\"concept-id\":\"V2263200470-POCLOUD\"},{\"concept-id\":\"V2263200476-POCLOUD\"},{\"concept-id\":\"V2263200440-POCLOUD\"},{\"concept-id\":\"V2263200456-POCLOUD\"},{\"concept-id\":\"V2263200479-POCLOUD\"},{\"concept-id\":\"V2263200450-POCLOUD\"},{\"concept-id\":\"V2263200459-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2251464847-POCLOUD\",\"revision-date\":\"2023-01-04T00:48:45.672Z\",\"granule-count\":2573,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" ddm\",\" ddmi\",\" doppler\",\" delay doppler\",\" delay\",\" specular point\",\" wind\",\" winds\",\" wind speed\",\" version 2.1\",\" v2.1\"],\"CollectionCitations\":[{\"Creator\":\"CYGNSS\",\"OnlineResource\":{\"Linkage\":\"https://cygnss.engin.umich.edu/\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"CYGNSS Level 3 Science Data Record Version 2.1\",\"SeriesName\":\"CYGNSS Level 3 @@ -152813,7 +152644,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2185158138-POCLOUD\",\"V2185158159-POCLOUD\",\"V2185158151-POCLOUD\",\"V2185158157-POCLOUD\",\"V2185158153-POCLOUD\",\"V2185158155-POCLOUD\",\"V2185158149-POCLOUD\",\"V2185158136-POCLOUD\",\"V2185158161-POCLOUD\",\"V2185158147-POCLOUD\",\"V2185158142-POCLOUD\",\"V2185158145-POCLOUD\",\"V2185158140-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L3_V3.1/\",\"podaac-ops-cumulus-public/CYGNSS_L3_V3.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_19209\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2185158138-POCLOUD\"},{\"concept-id\":\"V2185158159-POCLOUD\"},{\"concept-id\":\"V2185158151-POCLOUD\"},{\"concept-id\":\"V2185158157-POCLOUD\"},{\"concept-id\":\"V2185158153-POCLOUD\"},{\"concept-id\":\"V2185158155-POCLOUD\"},{\"concept-id\":\"V2185158149-POCLOUD\"},{\"concept-id\":\"V2185158136-POCLOUD\"},{\"concept-id\":\"V2185158161-POCLOUD\"},{\"concept-id\":\"V2185158147-POCLOUD\"},{\"concept-id\":\"V2185158142-POCLOUD\"},{\"concept-id\":\"V2185158145-POCLOUD\"},{\"concept-id\":\"V2185158140-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2183149774-POCLOUD\",\"revision-date\":\"2023-01-04T00:51:59.580Z\",\"granule-count\":2063,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss, + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2185158138-POCLOUD\",\"V2185158159-POCLOUD\",\"V2185158151-POCLOUD\",\"V2185158157-POCLOUD\",\"V2185158153-POCLOUD\",\"V2185158155-POCLOUD\",\"V2185158149-POCLOUD\",\"V2185158136-POCLOUD\",\"V2185158161-POCLOUD\",\"V2185158147-POCLOUD\",\"V2185158142-POCLOUD\",\"V2185158145-POCLOUD\",\"V2185158140-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L3_V3.1/\",\"podaac-ops-cumulus-public/CYGNSS_L3_V3.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_19209\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2185158138-POCLOUD\"},{\"concept-id\":\"V2185158159-POCLOUD\"},{\"concept-id\":\"V2185158151-POCLOUD\"},{\"concept-id\":\"V2185158157-POCLOUD\"},{\"concept-id\":\"V2185158153-POCLOUD\"},{\"concept-id\":\"V2185158155-POCLOUD\"},{\"concept-id\":\"V2185158149-POCLOUD\"},{\"concept-id\":\"V2185158136-POCLOUD\"},{\"concept-id\":\"V2185158161-POCLOUD\"},{\"concept-id\":\"V2185158147-POCLOUD\"},{\"concept-id\":\"V2185158142-POCLOUD\"},{\"concept-id\":\"V2185158145-POCLOUD\"},{\"concept-id\":\"V2185158140-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2183149774-POCLOUD\",\"revision-date\":\"2023-01-04T00:51:59.580Z\",\"granule-count\":2071,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss, ddm, ddmi, doppler, delay doppler, delay, specular point, wind, winds, wind speed, version 3.1, v3.1\"],\"CollectionCitations\":[{\"Version\":\"3.1\",\"Title\":\"CYGNSS Level 3 Science Data Record Version 3.1\",\"Creator\":\"CYGNSS\",\"SeriesName\":\"CYGNSS @@ -152897,7 +152728,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2854513891-POCLOUD\",\"V2854513903-POCLOUD\",\"V2854513862-POCLOUD\",\"V2854513840-POCLOUD\",\"V2854513871-POCLOUD\",\"V2854513859-POCLOUD\",\"V2854513847-POCLOUD\",\"V2854513866-POCLOUD\",\"V2854513884-POCLOUD\",\"V2854513869-POCLOUD\",\"V2854513864-POCLOUD\",\"V2854513854-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L3_V3.1/\",\"podaac-ops-cumulus-public/CYGNSS_L3_V3.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_39718\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2854513891-POCLOUD\"},{\"concept-id\":\"V2854513903-POCLOUD\"},{\"concept-id\":\"V2854513862-POCLOUD\"},{\"concept-id\":\"V2854513840-POCLOUD\"},{\"concept-id\":\"V2854513871-POCLOUD\"},{\"concept-id\":\"V2854513859-POCLOUD\"},{\"concept-id\":\"V2854513847-POCLOUD\"},{\"concept-id\":\"V2854513866-POCLOUD\"},{\"concept-id\":\"V2854513884-POCLOUD\"},{\"concept-id\":\"V2854513869-POCLOUD\"},{\"concept-id\":\"V2854513864-POCLOUD\"},{\"concept-id\":\"V2854513854-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2832196567-POCLOUD\",\"revision-date\":\"2024-03-06T00:41:33.033Z\",\"granule-count\":2064,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss, + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2854513891-POCLOUD\",\"V2854513903-POCLOUD\",\"V2854513862-POCLOUD\",\"V2854513840-POCLOUD\",\"V2854513871-POCLOUD\",\"V2854513859-POCLOUD\",\"V2854513847-POCLOUD\",\"V2854513866-POCLOUD\",\"V2854513884-POCLOUD\",\"V2854513869-POCLOUD\",\"V2854513864-POCLOUD\",\"V2854513854-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L3_V3.1/\",\"podaac-ops-cumulus-public/CYGNSS_L3_V3.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_39718\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2854513891-POCLOUD\"},{\"concept-id\":\"V2854513903-POCLOUD\"},{\"concept-id\":\"V2854513862-POCLOUD\"},{\"concept-id\":\"V2854513840-POCLOUD\"},{\"concept-id\":\"V2854513871-POCLOUD\"},{\"concept-id\":\"V2854513859-POCLOUD\"},{\"concept-id\":\"V2854513847-POCLOUD\"},{\"concept-id\":\"V2854513866-POCLOUD\"},{\"concept-id\":\"V2854513884-POCLOUD\"},{\"concept-id\":\"V2854513869-POCLOUD\"},{\"concept-id\":\"V2854513864-POCLOUD\"},{\"concept-id\":\"V2854513854-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2832196567-POCLOUD\",\"revision-date\":\"2024-03-06T00:41:33.033Z\",\"granule-count\":2074,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss, ddm, ddmi, doppler, delay doppler, delay, specular point, wind, winds, wind speed, version 3.2, v3.2\"],\"CollectionCitations\":[{\"Version\":\"3.2\",\"Title\":\"CYGNSS Level 3 Science Data Record Version 3.2\",\"Creator\":\"CYGNSS\",\"SeriesName\":\"CYGNSS @@ -157665,78 +157496,7 @@ interactions: Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Field - Sites\",\"ShortName\":\"FIELD SURVEYS\",\"LongName\":\"FIELD SURVEYS\",\"Instruments\":[{\"ShortName\":\"TRANSMISSOMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"CSV\"}]}}}]}" - headers: - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, - CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count - CMR-Hits: - - '8983' - CMR-Request-Id: - - a5a09ff0-9006-428f-b351-1a049178b3b8 - CMR-Search-After: - - '["delta-x: in situ beam attenuation and particle size from lisst-200x, 2021","ORNL_CLOUD","DeltaX_Particle_Size_LISST_V2_2077","2",2515316269,5]' - CMR-Took: - - '6069' - Connection: - - keep-alive - Content-MD5: - - 8b8ca4b68f891b9efbed84097256ed51 - Content-SHA1: - - 251ebb6bbad31363c9fb6a3e030f147f7c04fbcd - Content-Type: - - application/vnd.nasa.cmr.umm_results+json;version=1.18.0; charset=utf-8 - Date: - - Fri, 29 Mar 2024 16:43:57 GMT - Server: - - ServerTokens ProductOnly - Strict-Transport-Security: - - max-age=31536000; includeSubDomains; preload - Transfer-Encoding: - - chunked - Vary: - - Accept-Encoding, User-Agent - Via: - - 1.1 5dbe6de93bf4c9a517e60b254efdcfba.cloudfront.net (CloudFront) - X-Amz-Cf-Id: - - UdcfgADbj1IFaMhO_RvQ5yXRRnjN1xR3G-7Y6yLpl5E-kqxHDFLpFw== - X-Amz-Cf-Pop: - - DFW50-C1 - X-Cache: - - Miss from cloudfront - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - SAMEORIGIN - X-Request-Id: - - UdcfgADbj1IFaMhO_RvQ5yXRRnjN1xR3G-7Y6yLpl5E-kqxHDFLpFw== - X-XSS-Protection: - - 1; mode=block - content-length: - - '20593423' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python-requests/2.31.0 - cmr-search-after: - - '["delta-x: in situ beam attenuation and particle size from lisst-200x, 2021","ORNL_CLOUD","DeltaX_Particle_Size_LISST_V2_2077","2",2515316269,5]' - method: GET - uri: https://cmr.earthdata.nasa.gov/search/collections.umm_json?has_granules=true&include_granule_counts=true&page_size=1000 - response: - body: - string: "{\"hits\":8983,\"took\":2947,\"items\":[{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/deltax/DeltaX_Insitu_WQ_Indicators_V2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"DeltaX_Insitu_WQ_Indicators_V2_2080\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2482190536-ORNL_CLOUD\",\"revision-date\":\"2023-06-12T20:25:47.014Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Fichot, + Sites\",\"ShortName\":\"FIELD SURVEYS\",\"LongName\":\"FIELD SURVEYS\",\"Instruments\":[{\"ShortName\":\"TRANSMISSOMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"CSV\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/deltax/DeltaX_Insitu_WQ_Indicators_V2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"DeltaX_Insitu_WQ_Indicators_V2_2080\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2482190536-ORNL_CLOUD\",\"revision-date\":\"2023-06-12T20:25:47.014Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Fichot, C.G., J. Harringmeyer, and M. Weiser. 2022. Delta-X: In Situ Water Quality Indicators across MRD, LA, USA, 2021, Version 2. ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/2080\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-91.47,\"NorthBoundingCoordinate\":29.75,\"EastBoundingCoordinate\":-90.57,\"SouthBoundingCoordinate\":28.79}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH @@ -157878,7 +157638,78 @@ interactions: DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Field Sites\",\"ShortName\":\"FIELD SURVEYS\",\"LongName\":\"FIELD SURVEYS\",\"Instruments\":[{\"ShortName\":\"GNSS\",\"LongName\":\"GNSS - RECEIVERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"CSV\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/deltax/DeltaX_Island_Channel_Model/\"],\"has-spatial-subsetting\":false,\"native-id\":\"DeltaX_Island_Channel_Model_2106\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2428215662-ORNL_CLOUD\",\"revision-date\":\"2023-06-12T20:26:01.644Z\",\"granule-count\":29,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Salter, + RECEIVERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"CSV\"}]}}}]}" + headers: + Access-Control-Allow-Origin: + - '*' + Access-Control-Expose-Headers: + - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, + CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count + CMR-Hits: + - '8983' + CMR-Request-Id: + - 9622afd6-3e46-4a3f-83bc-0d5344891ab0 + CMR-Search-After: + - '["delta-x: in-situ water surface elevation, mrd, louisiana, usa, 2021","ORNL_CLOUD","DeltaX_H2O_Surface_Elevation_2086","1",2633820146,4]' + CMR-Took: + - '4742' + Connection: + - keep-alive + Content-MD5: + - e4593c4632ea08976f98ad36aa2a43e9 + Content-SHA1: + - 08d49fe8701f749802d16e242031597072fa7b0c + Content-Type: + - application/vnd.nasa.cmr.umm_results+json;version=1.18.0; charset=utf-8 + Date: + - Mon, 08 Apr 2024 21:09:45 GMT + Server: + - ServerTokens ProductOnly + Strict-Transport-Security: + - max-age=31536000; includeSubDomains; preload + Transfer-Encoding: + - chunked + Vary: + - Accept-Encoding, User-Agent + Via: + - 1.1 3418f8d63ff87944c96a8e5f216530ba.cloudfront.net (CloudFront) + X-Amz-Cf-Id: + - BPJC5NRc50Y1AwxI7_RsfGdxe3BnT3CSyCnjKEUt6xdXXRMtd_KVTg== + X-Amz-Cf-Pop: + - SFO53-P6 + X-Cache: + - Miss from cloudfront + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Request-Id: + - BPJC5NRc50Y1AwxI7_RsfGdxe3BnT3CSyCnjKEUt6xdXXRMtd_KVTg== + X-XSS-Protection: + - 1; mode=block + content-length: + - '20596051' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python-requests/2.31.0 + cmr-search-after: + - '["delta-x: in-situ water surface elevation, mrd, louisiana, usa, 2021","ORNL_CLOUD","DeltaX_H2O_Surface_Elevation_2086","1",2633820146,4]' + method: GET + uri: https://cmr.earthdata.nasa.gov/search/collections.umm_json?has_granules=true&include_granule_counts=true&page_size=2000 + response: + body: + string: "{\"hits\":8983,\"took\":6209,\"items\":[{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/deltax/DeltaX_Island_Channel_Model/\"],\"has-spatial-subsetting\":false,\"native-id\":\"DeltaX_Island_Channel_Model_2106\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2428215662-ORNL_CLOUD\",\"revision-date\":\"2023-06-12T20:26:01.644Z\",\"granule-count\":29,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Salter, G., and M.P. Lamb. 2022. Delta-X: Island and Secondary Channel Model, MRD, LA, USA, 2022. ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/2106\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-96.0,\"NorthBoundingCoordinate\":55.0,\"EastBoundingCoordinate\":140.0,\"SouthBoundingCoordinate\":-38.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"EROSION/SEDIMENTATION\",\"VariableLevel1\":\"EROSION\"},{\"Category\":\"EARTH @@ -166433,8 +166264,8 @@ interactions: Sites\",\"ShortName\":\"FIELD SURVEYS\",\"LongName\":\"FIELD SURVEYS\",\"Instruments\":[{\"ShortName\":\"STEEL MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"LANDSAT\",\"LongName\":\"LANDSAT\",\"Instruments\":[{\"ShortName\":\"LIDAR\",\"LongName\":\"Light - Detection and Ranging\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":50,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"DMSP - SSM/I-SSMIS Daily Polar Gridded Brightness Temperatures V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2113542962-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:55:23.746Z\",\"granule-count\":53320,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Detection and Ranging\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":51,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"DMSP + SSM/I-SSMIS Daily Polar Gridded Brightness Temperatures V006\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2113542962-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:54:02.225Z\",\"granule-count\":53320,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"DMSP SSM/I-SSMIS Daily Polar Gridded Brightness Temperatures V006\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"6\"}],\"AdditionalAttributes\":[{\"Name\":\"Frequency\",\"Description\":\"Central @@ -166615,14 +166446,16 @@ interactions: distance from orbital plane relative to the Equator.\",\"Value\":\"0.001\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"CTD\"}],\"LongName\":\"SPURS-I SVP Drifters\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"Drifter\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":148,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L2_AOCH_01\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2501666124-LARC_ASDC\",\"revision-date\":\"2024-03-13T09:40:03.709Z\",\"granule-count\":36579,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2018-01-25T00:00:00.000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The + angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"Drifter\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":149,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L2_AOCH_01\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2501666124-LARC_ASDC\",\"revision-date\":\"2024-04-06T03:00:12.051Z\",\"granule-count\":36898,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2018-01-25T00:00:00.000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LATITUDE\"},{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LONGITUDE\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL\",\"VerticalSpatialDomains\":[{\"Type\":\"Minimum Altitude\",\"Value\":\"1474000 km\"}]},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"Topic\":\"LAND SURFACE\",\"VariableLevel1\":\"REFLECTANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"AEROSOL - OPTICAL DEPTH/THICKNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-06-13T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/EPIC/DSCOVR/L2_AOCH.001\"},\"ShortName\":\"DSCOVR_EPIC_L2_AOCH\",\"EntryTitle\":\"DSCOVR + OPTICAL DEPTH/THICKNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-06-13T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Derived + geophysical variables at the same resolution and location as Level 1 source + data.\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/EPIC/DSCOVR/L2_AOCH.001\"},\"ShortName\":\"DSCOVR_EPIC_L2_AOCH\",\"EntryTitle\":\"DSCOVR EPIC Aerosol Optical Centroid Height\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Lu, Z., Wang, J., Xu, X., Chen, X., Kondragunta, S., Torres, O., et al. (2021). Hourly Mapping of the Layer Height of Thick Smoke Plumes Over the Western @@ -166677,15 +166510,15 @@ interactions: States\",\"PostalCode\":\"20771\",\"StreetAddresses\":[\"8800 Greenbelt Road\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(301) 286-8390\"},{\"Type\":\"Email\",\"Value\":\"marshall.h.sutton@nasa.gov\"}]},\"FirstName\":\"Marshall\",\"LastName\":\"Sutton\",\"MiddleName\":\"H\",\"Roles\":[\"Technical Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Energetic Particle and Ion Composition (Geotail)\",\"ShortName\":\"EPIC\"}],\"LongName\":\"Deep Space Climate Observatory\",\"ShortName\":\"DSCOVR\",\"Type\":\"Solar/Space - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"TotalCollectionFileSize\":10,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":139,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L2_CLOUDFRACTION_01\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2547303323-LARC_ASDC\",\"revision-date\":\"2024-03-22T13:24:46.647Z\",\"granule-count\":28770,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2018-01-12T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"TotalCollectionFileSize\":10,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":140,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L2_CLOUDFRACTION_01\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2547303323-LARC_ASDC\",\"revision-date\":\"2024-04-05T03:00:08.939Z\",\"granule-count\":28859,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2018-01-12T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LATITUDE\"},{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LONGITUDE\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}},\"VerticalSpatialDomains\":[{\"Type\":\"Minimum Altitude\",\"Value\":\"1470000 km\"},{\"Type\":\"Maximum Altitude\",\"Value\":\"1520000 @@ -166702,7 +166535,8 @@ interactions: LEVEL CLOUDS (OBSERVED/ANALYZED)\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"TROPOSPHERIC/HIGH-LEVEL CLOUDS (OBSERVED/ANALYZED)\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"TROPOSPHERIC/MID-LEVEL CLOUDS (OBSERVED/ANALYZED)\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-06-13T00:00:00.000000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Derived - geophysical parameters\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/EPIC/DSCOVR/L2_CLOUDFRACTION.001\"},\"ShortName\":\"DSCOVR_EPIC_L2_CLOUDFRACTION\",\"EntryTitle\":\"DSCOVR + geophysical variables at the same resolution and location as Level 1 source + data.\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/EPIC/DSCOVR/L2_CLOUDFRACTION.001\"},\"ShortName\":\"DSCOVR_EPIC_L2_CLOUDFRACTION\",\"EntryTitle\":\"DSCOVR EPIC Cloud Fraction Image\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Yang, Y., K. Meyer, G. Wind, Y. Zhou, A. Marshak, S. Platnick, Q. Min, A. B. Davis, J. Joiner, A. Vasilkov, D. Duda, and W. Su, 2019: Cloud Products from Earth @@ -166768,7 +166602,7 @@ interactions: Polychromatic Imaging Camera\",\"ShortName\":\"EPIC\"}],\"LongName\":\"Deep Space Climate Observatory\",\"ShortName\":\"DSCOVR\",\"Type\":\"Solar/Space Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Other - (png)\",\"TotalCollectionFileSize\":8,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":602,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L2_MAIAC_02\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C1969999465-LARC_ASDC\",\"revision-date\":\"2024-03-23T09:24:33.815Z\",\"granule-count\":39097,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2018-01-25T00:00:00.000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The + (png)\",\"TotalCollectionFileSize\":8,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":602,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L2_MAIAC_02\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C1969999465-LARC_ASDC\",\"revision-date\":\"2024-03-23T09:24:33.815Z\",\"granule-count\":39099,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2018-01-25T00:00:00.000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates\",\"Name\":\"CENTROID_MEAN_LATITUDE\"},{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates\",\"Name\":\"CENTROID_MEAN_LONGITUDE\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL\",\"VerticalSpatialDomains\":[{\"Type\":\"Minimum Altitude\",\"Value\":\"1474000 km\"}]},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH @@ -167027,7 +166861,7 @@ interactions: Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Earth Polychromatic Imaging Camera\",\"ShortName\":\"EPIC\"}],\"LongName\":\"Deep Space Climate Observatory\",\"ShortName\":\"DSCOVR\",\"Type\":\"Solar/Space - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"TotalCollectionFileSize\":1,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":1057,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L1A_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1666134802-LARC_ASDC\",\"revision-date\":\"2024-03-29T12:12:45.351Z\",\"granule-count\":44291,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"band_317nm_present\",\"Name\":\"band_317nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_317nm_resolution\",\"Name\":\"band_317nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_317nm_resolution_native\",\"Name\":\"band_317nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_325nm_present\",\"Name\":\"band_325nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_325nm_resolution\",\"Name\":\"band_325nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_325nm_resolution_native\",\"Name\":\"band_325nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_340nm_present\",\"Name\":\"band_340nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_340nm_resolution\",\"Name\":\"band_340nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_340nm_resolution_native\",\"Name\":\"band_340nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_388nm_present\",\"Name\":\"band_388nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_388nm_resolution\",\"Name\":\"band_388nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_388nm_resolution_native\",\"Name\":\"band_388nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_443nm_present\",\"Name\":\"band_443nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_443nm_resolution\",\"Name\":\"band_443nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_443nm_resolution_native\",\"Name\":\"band_443nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_551nm_present\",\"Name\":\"band_551nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_551nm_resolution\",\"Name\":\"band_551nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_551nm_resolution_native\",\"Name\":\"band_551nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_680nm_present\",\"Name\":\"band_680nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_680nm_resolution\",\"Name\":\"band_680nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_680nm_resolution_native\",\"Name\":\"band_680nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_688nm_present\",\"Name\":\"band_688nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_688nm_resolution\",\"Name\":\"band_688nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_688nm_resolution_native\",\"Name\":\"band_688nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_764nm_present\",\"Name\":\"band_764nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_764nm_resolution\",\"Name\":\"band_764nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_764nm_resolution_native\",\"Name\":\"band_764nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_780nm_present\",\"Name\":\"band_780nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_780nm_resolution\",\"Name\":\"band_780nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_780nm_resolution_native\",\"Name\":\"band_780nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"centroid_mean_latitude\",\"Name\":\"centroid_mean_latitude\"},{\"DataType\":\"STRING\",\"Description\":\"centroid_mean_longitude\",\"Name\":\"centroid_mean_longitude\"},{\"DataType\":\"STRING\",\"Description\":\"granule_version\",\"Name\":\"granule_version\"},{\"DataType\":\"STRING\",\"Description\":\"image_set_dates\",\"Name\":\"image_set_dates\"},{\"DataType\":\"STRING\",\"Description\":\"institution\",\"Name\":\"institution\"},{\"DataType\":\"STRING\",\"Description\":\"keywords\",\"Name\":\"keywords\"},{\"DataType\":\"STRING\",\"Description\":\"maximum_latitude\",\"Name\":\"maximum_latitude\"},{\"DataType\":\"STRING\",\"Description\":\"maximum_longitude\",\"Name\":\"maximum_longitude\"},{\"DataType\":\"STRING\",\"Description\":\"minimum_latitude\",\"Name\":\"minimum_latitude\"},{\"DataType\":\"STRING\",\"Description\":\"minimum_longitude\",\"Name\":\"minimum_longitude\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_317nm\",\"Name\":\"percent_bad_pixels_317nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_325nm\",\"Name\":\"percent_bad_pixels_325nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_340nm\",\"Name\":\"percent_bad_pixels_340nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_388nm\",\"Name\":\"percent_bad_pixels_388nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_443nm\",\"Name\":\"percent_bad_pixels_443nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_551nm\",\"Name\":\"percent_bad_pixels_551nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_680nm\",\"Name\":\"percent_bad_pixels_680nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_688nm\",\"Name\":\"percent_bad_pixels_688nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_764nm\",\"Name\":\"percent_bad_pixels_764nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_780nm\",\"Name\":\"percent_bad_pixels_780nm\"},{\"DataType\":\"STRING\",\"Description\":\"project\",\"Name\":\"project\"},{\"DataType\":\"STRING\",\"Description\":\"summary\",\"Name\":\"summary\"},{\"DataType\":\"STRING\",\"Description\":\"title\",\"Name\":\"title\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"TotalCollectionFileSize\":1,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":1093,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L1A_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1666134802-LARC_ASDC\",\"revision-date\":\"2024-04-03T11:52:18.457Z\",\"granule-count\":44477,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"band_317nm_present\",\"Name\":\"band_317nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_317nm_resolution\",\"Name\":\"band_317nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_317nm_resolution_native\",\"Name\":\"band_317nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_325nm_present\",\"Name\":\"band_325nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_325nm_resolution\",\"Name\":\"band_325nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_325nm_resolution_native\",\"Name\":\"band_325nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_340nm_present\",\"Name\":\"band_340nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_340nm_resolution\",\"Name\":\"band_340nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_340nm_resolution_native\",\"Name\":\"band_340nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_388nm_present\",\"Name\":\"band_388nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_388nm_resolution\",\"Name\":\"band_388nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_388nm_resolution_native\",\"Name\":\"band_388nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_443nm_present\",\"Name\":\"band_443nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_443nm_resolution\",\"Name\":\"band_443nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_443nm_resolution_native\",\"Name\":\"band_443nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_551nm_present\",\"Name\":\"band_551nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_551nm_resolution\",\"Name\":\"band_551nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_551nm_resolution_native\",\"Name\":\"band_551nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_680nm_present\",\"Name\":\"band_680nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_680nm_resolution\",\"Name\":\"band_680nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_680nm_resolution_native\",\"Name\":\"band_680nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_688nm_present\",\"Name\":\"band_688nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_688nm_resolution\",\"Name\":\"band_688nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_688nm_resolution_native\",\"Name\":\"band_688nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_764nm_present\",\"Name\":\"band_764nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_764nm_resolution\",\"Name\":\"band_764nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_764nm_resolution_native\",\"Name\":\"band_764nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"band_780nm_present\",\"Name\":\"band_780nm_present\"},{\"DataType\":\"STRING\",\"Description\":\"band_780nm_resolution\",\"Name\":\"band_780nm_resolution\"},{\"DataType\":\"STRING\",\"Description\":\"band_780nm_resolution_native\",\"Name\":\"band_780nm_resolution_native\"},{\"DataType\":\"STRING\",\"Description\":\"centroid_mean_latitude\",\"Name\":\"centroid_mean_latitude\"},{\"DataType\":\"STRING\",\"Description\":\"centroid_mean_longitude\",\"Name\":\"centroid_mean_longitude\"},{\"DataType\":\"STRING\",\"Description\":\"granule_version\",\"Name\":\"granule_version\"},{\"DataType\":\"STRING\",\"Description\":\"image_set_dates\",\"Name\":\"image_set_dates\"},{\"DataType\":\"STRING\",\"Description\":\"institution\",\"Name\":\"institution\"},{\"DataType\":\"STRING\",\"Description\":\"keywords\",\"Name\":\"keywords\"},{\"DataType\":\"STRING\",\"Description\":\"maximum_latitude\",\"Name\":\"maximum_latitude\"},{\"DataType\":\"STRING\",\"Description\":\"maximum_longitude\",\"Name\":\"maximum_longitude\"},{\"DataType\":\"STRING\",\"Description\":\"minimum_latitude\",\"Name\":\"minimum_latitude\"},{\"DataType\":\"STRING\",\"Description\":\"minimum_longitude\",\"Name\":\"minimum_longitude\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_317nm\",\"Name\":\"percent_bad_pixels_317nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_325nm\",\"Name\":\"percent_bad_pixels_325nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_340nm\",\"Name\":\"percent_bad_pixels_340nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_388nm\",\"Name\":\"percent_bad_pixels_388nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_443nm\",\"Name\":\"percent_bad_pixels_443nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_551nm\",\"Name\":\"percent_bad_pixels_551nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_680nm\",\"Name\":\"percent_bad_pixels_680nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_688nm\",\"Name\":\"percent_bad_pixels_688nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_764nm\",\"Name\":\"percent_bad_pixels_764nm\"},{\"DataType\":\"STRING\",\"Description\":\"percent_bad_pixels_780nm\",\"Name\":\"percent_bad_pixels_780nm\"},{\"DataType\":\"STRING\",\"Description\":\"project\",\"Name\":\"project\"},{\"DataType\":\"STRING\",\"Description\":\"summary\",\"Name\":\"summary\"},{\"DataType\":\"STRING\",\"Description\":\"title\",\"Name\":\"title\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SOLAR IRRADIANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SOLAR ACTIVITY\",\"Topic\":\"SUN-EARTH @@ -167097,15 +166931,15 @@ interactions: Mail Stop 614.0\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(410) 635-3300\"},{\"Type\":\"Fax\",\"Value\":\"(301) 614-6039\"},{\"Type\":\"Email\",\"Value\":\"jay.r.herman@nasa.gov\"}]},\"FirstName\":\"Jay \",\"LastName\":\"Herman\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"CCD IMAGER\",\"NumberOfInstruments\":1,\"ShortName\":\"CCD IMAGER\"}],\"LongName\":\"Deep Space Climate Observatory\",\"ShortName\":\"DSCOVR\",\"Type\":\"Solar/Space - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF5\",\"Media\":[\"online\"]}]}}},{\"meta\":{\"revision-id\":591,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L1B_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1667168435-LARC_ASDC\",\"revision-date\":\"2024-03-29T12:12:14.224Z\",\"granule-count\":43057,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF5\",\"Media\":[\"online\"]}]}}},{\"meta\":{\"revision-id\":628,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L1B_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1667168435-LARC_ASDC\",\"revision-date\":\"2024-04-03T11:51:50.503Z\",\"granule-count\":43243,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LATITUDE\"},{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LONGITUDE\"},{\"DataType\":\"FLOAT\",\"Description\":\"centroid_mean_latitude\",\"Name\":\"centroid_mean_latitude\"},{\"DataType\":\"FLOAT\",\"Description\":\"centroid_mean_longitude\",\"Name\":\"centroid_mean_longitude\"},{\"DataType\":\"STRING\",\"Description\":\"granule_version\",\"Name\":\"granule_version\"},{\"DataType\":\"STRING\",\"Description\":\"image_set_dates\",\"Name\":\"image_set_dates\"},{\"DataType\":\"STRING\",\"Description\":\"institution\",\"Name\":\"institution\"},{\"DataType\":\"STRING\",\"Description\":\"keywords\",\"Name\":\"keywords\"},{\"DataType\":\"STRING\",\"Description\":\"maximum_latitude\",\"Name\":\"maximum_latitude\"},{\"DataType\":\"STRING\",\"Description\":\"maximum_longitude\",\"Name\":\"maximum_longitude\"},{\"DataType\":\"STRING\",\"Description\":\"minimum_latitude\",\"Name\":\"minimum_latitude\"},{\"DataType\":\"STRING\",\"Description\":\"minimum_longitude\",\"Name\":\"minimum_longitude\"},{\"DataType\":\"STRING\",\"Description\":\"project\",\"Name\":\"project\"},{\"DataType\":\"STRING\",\"Description\":\"summary\",\"Name\":\"summary\"},{\"DataType\":\"STRING\",\"Description\":\"title\",\"Name\":\"title\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH @@ -167182,15 +167016,15 @@ interactions: Mail Stop 614.0\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(410) 635-3300\"},{\"Type\":\"Fax\",\"Value\":\"(301) 614-6039\"},{\"Type\":\"Email\",\"Value\":\"jay.r.herman@nasa.gov\"}]},\"FirstName\":\"Jay \",\"LastName\":\"Herman\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"CCD IMAGER\",\"NumberOfInstruments\":1,\"ShortName\":\"CCD IMAGER\"}],\"LongName\":\"Deep Space Climate Observatory\",\"ShortName\":\"DSCOVR\",\"Type\":\"Solar/Space - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF5\",\"Media\":[\"online\"]}]}}},{\"meta\":{\"revision-id\":1294,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2623927229-LARC_ASDC\"],\"services\":[\"S2279690167-LARC_ASDC\"]},\"has-spatial-subsetting\":true,\"native-id\":\"DSCOVR_EPIC_L2_CLOUD_03\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2623927229-LARC_ASDC\"}],\"services\":[{\"concept-id\":\"S2279690167-LARC_ASDC\"}]},\"has-variables\":true,\"concept-id\":\"C1982417666-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:17:01.949Z\",\"granule-count\":41327,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2018-01-12T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"HDF5\",\"Media\":[\"online\"]}]}}},{\"meta\":{\"revision-id\":1348,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2623927229-LARC_ASDC\"],\"services\":[\"S2279690167-LARC_ASDC\"]},\"has-spatial-subsetting\":true,\"native-id\":\"DSCOVR_EPIC_L2_CLOUD_03\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2623927229-LARC_ASDC\"}],\"services\":[{\"concept-id\":\"S2279690167-LARC_ASDC\"}]},\"has-variables\":true,\"concept-id\":\"C1982417666-LARC_ASDC\",\"revision-date\":\"2024-04-08T03:00:51.933Z\",\"granule-count\":41567,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2018-01-12T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LATITUDE\"},{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LONGITUDE\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}},\"VerticalSpatialDomains\":[{\"Type\":\"Minimum Altitude\",\"Value\":\"1470000 km\"},{\"Type\":\"Maximum Altitude\",\"Value\":\"1520000 @@ -167206,7 +167040,9 @@ interactions: CLOUDS/SYSTEMS (OBSERVED/ANALYZED)\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"TROPOSPHERIC/LOW LEVEL CLOUDS (OBSERVED/ANALYZED)\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"TROPOSPHERIC/HIGH-LEVEL CLOUDS (OBSERVED/ANALYZED)\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"TROPOSPHERIC/MID-LEVEL - CLOUDS (OBSERVED/ANALYZED)\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-06-13T11:00:36Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/EPIC/DSCOVR/L2_CLOUD_03\"},\"ShortName\":\"DSCOVR_EPIC_L2_CLOUD\",\"EntryTitle\":\"DSCOVR + CLOUDS (OBSERVED/ANALYZED)\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-06-13T11:00:36Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Derived + geophysical variables at the same resolution and location as Level 1 source + data.\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/EPIC/DSCOVR/L2_CLOUD_03\"},\"ShortName\":\"DSCOVR_EPIC_L2_CLOUD\",\"EntryTitle\":\"DSCOVR EPIC Level 2 Cloud Version 03\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Yang, Y., K. Meyer, G. Wind, Y. Zhou, A. Marshak, S. Platnick, Q. Min, A. B. Davis, J. Joiner, A. Vasilkov, D. Duda, and W. Su, 2019: Cloud Products from Earth @@ -167325,15 +167161,15 @@ interactions: Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(703) 286-8390\"},{\"Type\":\"Email\",\"Value\":\"marshall.h.sutton@nasa.gov\"}]},\"FirstName\":\"Marshall\",\"LastName\":\"Sutton\",\"MiddleName\":\"H\",\"Roles\":[\"Technical Contact\",\"Metadata Author\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Earth Polychromatic Imaging Camera\",\"ShortName\":\"EPIC\"}],\"LongName\":\"Deep Space Climate Observatory\",\"ShortName\":\"DSCOVR\",\"Type\":\"Solar/Space - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"NetCDF-4\",\"TotalCollectionFileSize\":8,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":1172,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L2_AERF_01\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2128176689-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:16:37.487Z\",\"granule-count\":10770,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2019-05-17T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"NetCDF-4\",\"TotalCollectionFileSize\":8,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":1208,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L2_AERF_01\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2128176689-LARC_ASDC\",\"revision-date\":\"2024-04-06T03:00:15.612Z\",\"granule-count\":10962,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2019-05-17T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LATITUDE\"},{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LONGITUDE\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}},\"VerticalSpatialDomains\":[{\"Type\":\"Minimum Altitude\",\"Value\":\"881153 Miles\"},{\"Type\":\"Maximum Altitude\",\"Value\":\"960000 @@ -167348,7 +167184,9 @@ interactions: SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD PROPERTIES\",\"VariableLevel2\":\"CLOUD FRACTION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"AEROSOL - OPTICAL DEPTH/THICKNESS\",\"VariableLevel2\":\"UV AEROSOL INDEX\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2020-09-01T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/DSCOVR/DSCOVR/DSCOVR_EPIC_L2_AERF.01\"},\"ShortName\":\"DSCOVR_EPIC_L2_AERF\",\"EntryTitle\":\"DSCOVR + OPTICAL DEPTH/THICKNESS\",\"VariableLevel2\":\"UV AEROSOL INDEX\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2020-09-01T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Derived + geophysical variables at the same resolution and location as Level 1 source + data.\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/DSCOVR/DSCOVR/DSCOVR_EPIC_L2_AERF.01\"},\"ShortName\":\"DSCOVR_EPIC_L2_AERF\",\"EntryTitle\":\"DSCOVR EPIC Level 2 EPICAERUV-Fast\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Jethva, H. and Torres, O., Satellite-based evidence of wavelength-dependent aerosol absorption in biomass burning smoke inferred from Ozone Monitoring Instrument, @@ -167404,10 +167242,10 @@ interactions: Space Climate Observatory\",\"ShortName\":\"DSCOVR\"}],\"UseConstraints\":{\"Description\":\"For more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"omar.o.torres@nasa.gov\"}]},\"FirstName\":\"Omar\",\"LastName\":\"Torres\",\"MiddleName\":\"o\",\"Roles\":[\"Investigator\"]},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"changwoo.ahn@ssaihq.com\"}]},\"FirstName\":\"Changwoo\",\"LastName\":\"Anh\",\"Roles\":[\"Technical Contact\",\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Earth Polychromatic Imaging Camera\",\"ShortName\":\"EPIC\"}],\"LongName\":\"Deep @@ -167465,7 +167303,7 @@ interactions: Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Earth Polychromatic Imaging Camera\",\"ShortName\":\"EPIC\"}],\"LongName\":\"Deep Space Climate Observatory\",\"ShortName\":\"DSCOVR\",\"Type\":\"Solar/Space - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"TotalCollectionFileSize\":25,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":1198,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L2_O3SO2AI_03\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2229467436-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:16:33.031Z\",\"granule-count\":41333,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2018-03-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"TotalCollectionFileSize\":25,\"TotalCollectionFileSizeUnit\":\"GB\"}]}}},{\"meta\":{\"revision-id\":1243,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L2_O3SO2AI_03\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2229467436-LARC_ASDC\",\"revision-date\":\"2024-04-08T03:00:13.775Z\",\"granule-count\":41446,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2018-03-01T00:00:00.000000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LATITUDE\"},{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LONGITUDE\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}},\"VerticalSpatialDomains\":[{\"Type\":\"Minimum Altitude\",\"Value\":\"1474000 km\"}]},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH @@ -167476,7 +167314,9 @@ interactions: COMPOUNDS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SULFUR COMPOUNDS\",\"VariableLevel2\":\"SULFUR DIOXIDE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC - CHEMISTRY\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"OXYGEN COMPOUNDS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-06-13T00:00:00.000000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/EPIC/DSCOVR/L2_O3SO2AI.003\"},\"ShortName\":\"DSCOVR_EPIC_L2_O3SO2AI\",\"EntryTitle\":\"DSCOVR + CHEMISTRY\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"OXYGEN COMPOUNDS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-06-13T00:00:00.000000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Derived + geophysical variables at the same resolution and location as Level 1 source + data.\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/EPIC/DSCOVR/L2_O3SO2AI.003\"},\"ShortName\":\"DSCOVR_EPIC_L2_O3SO2AI\",\"EntryTitle\":\"DSCOVR EPIC Level 2 O3SO2AI\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"EPIC Website\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://epic.gsfc.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI data set landing page for DSCOVR_EPIC_L2_O3SO2AI_03\",\"Type\":\"DATA SET @@ -167528,10 +167368,10 @@ interactions: Space Climate Observatory\",\"ShortName\":\"DSCOVR\"}],\"UseConstraints\":{\"Description\":\"For more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United States\",\"PostalCode\":\"20771\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"kaiyang@umd.edu\"}]},\"FirstName\":\"Kai\",\"LastName\":\"Yang\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Earth Polychromatic Imaging Camera\",\"ShortName\":\"EPIC\"}],\"LongName\":\"Deep @@ -167606,7 +167446,7 @@ interactions: Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Earth Polychromatic Imaging Camera\",\"ShortName\":\"EPIC\"}],\"LongName\":\"Deep Space Climate Observatory\",\"ShortName\":\"DSCOVR\",\"Type\":\"Solar/Space - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"TotalCollectionFileSize\":10,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":1446,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L2_TO3_03\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1990753071-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:16:45.595Z\",\"granule-count\":40109,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2017-09-12T00:00:00.000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"TotalCollectionFileSize\":10,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":1479,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"DSCOVR_EPIC_L2_TO3_03\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1990753071-LARC_ASDC\",\"revision-date\":\"2024-04-08T03:00:26.403Z\",\"granule-count\":40360,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2017-09-12T00:00:00.000Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LATITUDE\"},{\"DataType\":\"FLOAT\",\"Description\":\"The arithmetic mean of each of the coordinates.\",\"Name\":\"CENTROID_MEAN_LONGITUDE\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}},\"SpatialCoverageType\":\"ORBITAL\",\"VerticalSpatialDomains\":[{\"Type\":\"Minimum Altitude\",\"Value\":\"1474000 km\"}]},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH @@ -167617,7 +167457,9 @@ interactions: COMPOUNDS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"ULTRAVIOLET RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD - PROPERTIES\",\"VariableLevel2\":\"CLOUD FRACTION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-06-16T14:07:37Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/EPIC/DSCOVR/L2_TO3_03\"},\"ShortName\":\"DSCOVR_EPIC_L2_TO3\",\"EntryTitle\":\"DSCOVR + PROPERTIES\",\"VariableLevel2\":\"CLOUD FRACTION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-06-16T14:07:37Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Derived + geophysical variables at the same resolution and location as Level 1 source + data.\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/EPIC/DSCOVR/L2_TO3_03\"},\"ShortName\":\"DSCOVR_EPIC_L2_TO3\",\"EntryTitle\":\"DSCOVR EPIC Level 2 Total Ozone, Version 3\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"EPIC O3 Product Overview\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://epic.gsfc.nasa.gov/science/products/o3\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"DOI @@ -167670,15 +167512,15 @@ interactions: more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United States\",\"PostalCode\":\"20771\",\"StreetAddresses\":[\"8800 Greenbelt Road\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"natalya.a.kramarova@nasa.gov\"}]},\"FirstName\":\"Natalya\",\"LastName\":\"Kramarova\",\"MiddleName\":\"a\",\"Roles\":[\"Investigator\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United States\",\"PostalCode\":\"20771\",\"StreetAddresses\":[\"8800 Greenbelt Road\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"liang-kang.huang@ssaihq.com\"}]},\"FirstName\":\"Liang-kang\",\"LastName\":\"Huang\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Energetic Particle and Ion Composition (Geotail)\",\"ShortName\":\"EPIC\"}],\"LongName\":\"Deep Space Climate Observatory\",\"ShortName\":\"DSCOVR\",\"Type\":\"Solar/Space - Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"TotalCollectionFileSize\":2,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":1297,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2623910629-LARC_ASDC\",\"V2623908700-LARC_ASDC\"],\"services\":[\"S2279690167-LARC_ASDC\"]},\"has-spatial-subsetting\":true,\"native-id\":\"DSCOVR_EPIC_L2_AER_03\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2623910629-LARC_ASDC\"},{\"concept-id\":\"V2623908700-LARC_ASDC\"}],\"services\":[{\"concept-id\":\"S2279690167-LARC_ASDC\"}]},\"has-variables\":true,\"concept-id\":\"C1962643459-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:17:12.093Z\",\"granule-count\":41946,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2019-05-17T00:00:00Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"the + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"TotalCollectionFileSize\":2,\"TotalCollectionFileSizeUnit\":\"TB\"}]}}},{\"meta\":{\"revision-id\":1341,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2623910629-LARC_ASDC\",\"V2623908700-LARC_ASDC\"],\"services\":[\"S2279690167-LARC_ASDC\"]},\"has-spatial-subsetting\":true,\"native-id\":\"DSCOVR_EPIC_L2_AER_03\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2623910629-LARC_ASDC\"},{\"concept-id\":\"V2623908700-LARC_ASDC\"}],\"services\":[{\"concept-id\":\"S2279690167-LARC_ASDC\"}]},\"has-variables\":true,\"concept-id\":\"C1962643459-LARC_ASDC\",\"revision-date\":\"2024-04-06T03:00:51.675Z\",\"granule-count\":42169,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2019-05-17T00:00:00Z\"}],\"AdditionalAttributes\":[{\"DataType\":\"FLOAT\",\"Description\":\"the arithmetic mean of each of the coordinates\",\"Name\":\"CENTROID_MEAN_LATITUDE\"},{\"DataType\":\"FLOAT\",\"Description\":\"the arithmetic mean of each of the coordinates\",\"Name\":\"CENTROID_MEAN_LONGITUDE\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}},\"VerticalSpatialDomains\":[{\"Type\":\"Minimum Altitude\",\"Value\":\"881153 Miles\"},{\"Type\":\"Maximum Altitude\",\"Value\":\"960000 @@ -167691,7 +167533,9 @@ interactions: SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD PROPERTIES\",\"VariableLevel2\":\"CLOUD FRACTION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"AEROSOL - OPTICAL DEPTH/THICKNESS\",\"VariableLevel2\":\"UV AEROSOL INDEX\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-06-16T14:07:37Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/EPIC/DSCOVR/L2_AER_03\"},\"ShortName\":\"DSCOVR_EPIC_L2_AER\",\"EntryTitle\":\"DSCOVR + OPTICAL DEPTH/THICKNESS\",\"VariableLevel2\":\"UV AEROSOL INDEX\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-06-16T14:07:37Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Derived + geophysical variables at the same resolution and location as Level 1 source + data.\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/EPIC/DSCOVR/L2_AER_03\"},\"ShortName\":\"DSCOVR_EPIC_L2_AER\",\"EntryTitle\":\"DSCOVR EPIC Level 2 UV Aerosol Version 3\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Jethva, H. and Torres, O., Satellite-based evidence of wavelength-dependent aerosol absorption in biomass burning smoke inferred from Ozone Monitoring Instrument, @@ -167749,10 +167593,10 @@ interactions: resolution.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2020-10-29T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-08-15T17:28:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Includes latest version of ACF calibration file.\",\"Version\":\"03\",\"Projects\":[{\"LongName\":\"Deep Space Climate Observatory\",\"ShortName\":\"DSCOVR\"}],\"ContactPersons\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"omar.o.torres@nasa.gov\"}]},\"FirstName\":\"Omar\",\"LastName\":\"Torres\",\"MiddleName\":\"o\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Earth Polychromatic Imaging Camera\",\"ShortName\":\"EPIC\"}],\"LongName\":\"Deep @@ -181131,7 +180975,7 @@ interactions: from orbital plane relative to the Equator.\",\"Value\":\"0.001\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"TURBIDITY METERS\"}],\"LongName\":\"SPURS-I WHOI Ecomapper\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"Ecomapper\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":41,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4765\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1534582789-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:26:10.771Z\",\"granule-count\":483544,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO1BRAD.001\",\"Creator\":\"Simon + angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"Ecomapper\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":41,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4765\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534582789-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:26:10.771Z\",\"granule-count\":485661,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO1BRAD.001\",\"Creator\":\"Simon Hook, Mike Smyth, Tom Logan, William Johnson\",\"Title\":\"ECOSTRESS At-sensor Calibrated Radiance Daily L1B Global 70 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO1BRAD.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active @@ -181279,7 +181123,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":784.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":784.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"arketch\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4766\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1534582884-LPDAAC_ECS\",\"revision-date\":\"2024-03-27T20:45:10.579Z\",\"granule-count\":27121,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO1BATT.001\",\"Creator\":\"Simon + Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":784.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"arketch\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4766\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534582884-LPDAAC_ECS\",\"revision-date\":\"2024-03-27T20:45:10.579Z\",\"granule-count\":27261,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO1BATT.001\",\"Creator\":\"Simon Hook, Mike Smyth, Tom Logan, William Johnson\",\"Title\":\"ECOSTRESS Attitude Daily L1B Global 70 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO1BATT.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active @@ -181403,7 +181247,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":295.9,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":295.9,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":41,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4777\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534730833-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:28:15.830Z\",\"granule-count\":434711,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO2CLD.001\",\"Creator\":\"Simon + Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":295.9,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":41,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4777\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534730833-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:28:15.830Z\",\"granule-count\":436668,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO2CLD.001\",\"Creator\":\"Simon Hook, Glynn Hulley\",\"Title\":\"ECOSTRESS Cloud Mask Daily L2 Global 70 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO2CLD.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active @@ -181642,7 +181486,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":290.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":290.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4775\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1534730559-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:44:45.160Z\",\"granule-count\":94,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO4ESIALEXIU.001\",\"Creator\":\"Simon + Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":290.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4775\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534730559-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:44:45.160Z\",\"granule-count\":94,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO4ESIALEXIU.001\",\"Creator\":\"Simon Hook, Joshua Fisher, Martha Anderson\",\"Title\":\"ECOSTRESS Evaporative Stress Index dis-ALEXI USDA Daily L4 Global 30 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO4ESIALEXIU.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active @@ -181758,7 +181602,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":77.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-30T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":77.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-30T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":35,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4776\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534730762-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:47:11.433Z\",\"granule-count\":117662,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO4ESIPTJPL.001\",\"Creator\":\"Simon + Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":77.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-30T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":35,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4776\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534730762-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:47:11.433Z\",\"granule-count\":117665,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO4ESIPTJPL.001\",\"Creator\":\"Simon Hook, Joshua Fisher\",\"Title\":\"ECOSTRESS Evaporative Stress Index PT-JPL Daily L4 Global 70 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO4ESIPTJPL.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active @@ -182008,7 +181852,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":290.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":290.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4773\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1534730413-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:37:55.670Z\",\"granule-count\":94,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon + Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":290.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4773\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534730413-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:37:55.670Z\",\"granule-count\":94,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon Hook, Joshua Fisher, Martha Anderson\",\"Title\":\"ECOSTRESS Evapotranspiration dis-ALEXI USDA Daily L3 Global 30 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO3ETALEXIU.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active @@ -182131,7 +181975,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":77.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":77.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4774\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534730469-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:51:49.030Z\",\"granule-count\":117692,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ECOSTRESS + Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":77.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4774\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534730469-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:51:49.030Z\",\"granule-count\":117695,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ECOSTRESS Evapotranspiration PT-JPL Daily L3 Global 70 m V001\",\"Creator\":\"Simon Hook, Joshua Fisher\",\"SeriesName\":\"ECO3ETPTJPL.001\",\"ReleaseDate\":\"2019-06-20T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"The @@ -182265,7 +182109,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":696.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":696.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4769\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534584923-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:22:40.451Z\",\"granule-count\":436423,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO1BGEO.001\",\"Creator\":\"Simon + Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":696.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4769\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534584923-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:22:40.451Z\",\"granule-count\":438410,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO1BGEO.001\",\"Creator\":\"Simon Hook, Mike Smyth, Tom Logan, William Johnson\",\"Title\":\"ECOSTRESS Geolocation Daily L1B Global 70 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO1BGEO.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active @@ -182402,7 +182246,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":1160.2,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":1160.2,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L2G_CLOUD.002\",\"s3://lp-prod-public/ECO_L2G_CLOUD.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L2G_CLDV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076113561-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:33.627Z\",\"granule-count\":67576,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon + Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":1160.2,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L2G_CLOUD.002\",\"s3://lp-prod-public/ECO_L2G_CLOUD.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L2G_CLDV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076113561-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:33.627Z\",\"granule-count\":67604,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon Hook, Glynn Hulley\",\"Title\":\"ECOSTRESS Gridded Cloud Mask Instantaneous L2 Global 70 m v002\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO_L2G_CLOUD.002\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"ReleaseDate\":\"2023-04-25T00:00:00.000Z\",\"OtherCitationDetails\":\"The @@ -182517,7 +182361,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.5,\"Format\":\"HDF5\",\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"HDF5\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSizeUnit\":\"MB\",\"Media\":[\"Earthdata - Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L2G_LSTE.002\",\"s3://lp-prod-public/ECO_L2G_LSTE.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L2G_LSTEV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076113037-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:30.460Z\",\"granule-count\":67233,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon + Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L2G_LSTE.002\",\"s3://lp-prod-public/ECO_L2G_LSTE.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L2G_LSTEV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076113037-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:30.460Z\",\"granule-count\":67274,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon Hook, Glynn Hulley\",\"Title\":\"ECOSTRESS Tiled Land Surface Temperature and Emissivity Instantaneous L2 Global 70 m v002\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO_L2T_LSTE.002\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"ReleaseDate\":\"2023-04-25T00:00:00.000Z\",\"OtherCitationDetails\":\"The @@ -182638,7 +182482,7 @@ interactions: Data Format Version 5\",\"AverageFileSizeUnit\":\"MB\",\"Media\":[\"Earthdata Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L1CG_RAD.002\",\"s3://lp-prod-public/ECO_L1CG_RAD.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECOSTRESS Gridded Top of Atmosphere Calibrated Radiance Instantaneous L1C Global 70 - m V002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2595678497-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:15.312Z\",\"granule-count\":39568,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon + m V002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2595678497-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:15.312Z\",\"granule-count\":39569,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon Hook, Mike Smyth, Tom Logan, William Johnson, Gregory Halverson\",\"Title\":\"ECOSTRESS Gridded Top of Atmosphere Calibrated Radiance Instantaneous L1C Global 70 m v002\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO_L1CG_RAD.002\",\"Name\":\"DOI @@ -182769,7 +182613,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"AverageFileSize\":300.0,\"Format\":\"HDF5\",\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"AverageFileSize\":300.0,\"Format\":\"HDF5\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\",\"FormatDescription\":\"Hierarchical Data Format Version 5 (HDF5)\",\"AverageFileSizeUnit\":\"MB\",\"Media\":[\"Earthdata - Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":40,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4772\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534730053-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:33:49.664Z\",\"granule-count\":118197,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ECOSTRESS + Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":40,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4772\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534730053-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:33:49.664Z\",\"granule-count\":118197,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"ECOSTRESS L3/L4 Ancillary data Quality Assurance (QA) flags L3 Global 70 m V001\",\"Creator\":\"Simon Hook, Joshua Fisher\",\"SeriesName\":\"ECO3ANCQA.001\",\"ReleaseDate\":\"2019-06-20T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"The @@ -182909,7 +182753,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":377.9,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":377.9,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":42,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4771\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534729776-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:30:01.868Z\",\"granule-count\":434802,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO2LSTE.001\",\"Creator\":\"Simon + Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":377.9,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-15T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":42,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4771\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534729776-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:30:01.868Z\",\"granule-count\":436755,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO2LSTE.001\",\"Creator\":\"Simon Hook, Glynn Hulley\",\"Title\":\"ECOSTRESS Land Surface Temperature and Emissivity Daily L2 Global 70 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO2LSTE.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active @@ -183034,7 +182878,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":425.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":425.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_5951\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1545228916-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:24:31.397Z\",\"granule-count\":436465,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO1BMAPRAD.001\",\"Creator\":\"Simon + Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":425.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_5951\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1545228916-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:24:31.397Z\",\"granule-count\":438565,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO1BMAPRAD.001\",\"Creator\":\"Simon Hook, Mike Smyth, Tom Logan, William Johnson\",\"Title\":\" ECOSTRESS Resampled Radiance Daily L1B Global 70 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO1BMAPRAD.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active @@ -183183,7 +183027,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":2674.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":2674.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":35,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L1B_ATT.002\",\"s3://lp-prod-public/ECO_L1B_ATT.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L1B_ATTV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076117996-LPCLOUD\",\"revision-date\":\"2024-02-23T21:45:12.448Z\",\"granule-count\":6559,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon + Data Format Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":2674.1,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":35,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L1B_ATT.002\",\"s3://lp-prod-public/ECO_L1B_ATT.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L1B_ATTV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076117996-LPCLOUD\",\"revision-date\":\"2024-02-23T21:45:12.448Z\",\"granule-count\":6657,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon Hook, Mike Smyth, Tom Logan, William Johnson\",\"Title\":\"ECOSTRESS Swath Attitude and Ephemeris Instantaneous L1B Global v002\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO_L1B_ATT.002\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"The @@ -183294,7 +183138,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":800.0,\"Format\":\"HDF5\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSizeUnit\":\"KB\",\"Media\":[\"Earthdata - Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L2_CLOUD.002\",\"s3://lp-prod-public/ECO_L2_CLOUD.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L2_CLOUDV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076115306-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:26.928Z\",\"granule-count\":109030,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon + Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L2_CLOUD.002\",\"s3://lp-prod-public/ECO_L2_CLOUD.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L2_CLOUDV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076115306-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:26.928Z\",\"granule-count\":110722,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon Hook, Glynn Hulley\",\"Title\":\"ECOSTRESS Swath Cloud Mask Instantaneous L2 Global 70 m v002\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO_L2_CLOUD.002\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"ReleaseDate\":\"2022-11-14T00:00:00.000Z\",\"OtherCitationDetails\":\"The @@ -183409,7 +183253,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.5,\"Format\":\"HDF5\",\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.5,\"Format\":\"HDF5\",\"TotalCollectionFileSizeBeginDate\":\"2018-08-09T00:00:00.000Z\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSizeUnit\":\"MB\",\"Media\":[\"Earthdata - Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":35,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L1B_GEO.002\",\"s3://lp-prod-public/ECO_L1B_GEO.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L1B_GEOV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076087338-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:04.499Z\",\"granule-count\":107359,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon + Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":35,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L1B_GEO.002\",\"s3://lp-prod-public/ECO_L1B_GEO.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L1B_GEOV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076087338-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:04.499Z\",\"granule-count\":108687,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon Hook, Mike Smyth, Tom Logan, William Johnson\",\"Title\":\"ECOSTRESS Swath Geolocation Instantaneous L1B Global 70 m v002\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO_L1B_GEO.002\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"ReleaseDate\":\"2022-11-14T00:00:00.000Z\",\"OtherCitationDetails\":\"The @@ -183538,7 +183382,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":800.0,\"Format\":\"HDF5\",\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":800.0,\"Format\":\"HDF5\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\",\"FormatDescription\":\"Hierarchical Data Format Version 5 (HDF5)\",\"AverageFileSizeUnit\":\"MB\",\"Media\":[\"Earthdata - Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L2_LSTE.002\",\"s3://lp-prod-public/ECO_L2_LSTE.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L2_LSTEV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076114664-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:23.117Z\",\"granule-count\":108102,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon + Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L2_LSTE.002\",\"s3://lp-prod-public/ECO_L2_LSTE.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L2_LSTEV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076114664-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:23.117Z\",\"granule-count\":109795,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon Hook, Glynn Hulley\",\"Title\":\"ECOSTRESS Swath Land Surface Temperature and Emissivity Instantaneous L2 Global 70 m v002\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO_L2_LSTE.002\"},\"ReleaseDate\":\"2022-11-14T00:00:00.000Z\",\"Version\":\"Version 2\",\"OtherCitationDetails\":\"The DOI landing page provides citations in @@ -183656,7 +183500,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":150.0,\"Format\":\"HDF5\",\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":150.0,\"Format\":\"HDF5\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSizeUnit\":\"MB\",\"Media\":[\"Earthdata - Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":35,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L1B_RAD.002\",\"s3://lp-prod-public/ECO_L1B_RAD.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L1B_RADV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076116385-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:11.642Z\",\"granule-count\":110928,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon + Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":35,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L1B_RAD.002\",\"s3://lp-prod-public/ECO_L1B_RAD.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L1B_RADV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076116385-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:11.642Z\",\"granule-count\":112254,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Simon Hook, Mike Smyth, Tom Logan, William Johnson\",\"Title\":\"ECOSTRESS Swath Top of Atmosphere Calibrated Radiance Instantaneous L1B Global 70 m v002\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO_L1B_RAD.002\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"ReleaseDate\":\"2022-11-14T00:00:00.000Z\",\"OtherCitationDetails\":\"The @@ -183792,7 +183636,7 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"Format\":\"HDF5\",\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"Format\":\"HDF5\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\",\"FormatDescription\":\"Hierarchical Data Format Version 5 (HDF5)\",\"AverageFileSizeUnit\":\"MB\",\"Media\":[\"Earthdata - Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":43,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L2T_LSTE.002\",\"s3://lp-prod-public/ECO_L2T_LSTE.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L2T_LSTEV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076090826-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:36.655Z\",\"granule-count\":2067762,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"TilingIdentificationSystems\":[{\"TilingIdentificationSystemName\":\"Military + Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":43,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L2T_LSTE.002\",\"s3://lp-prod-public/ECO_L2T_LSTE.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECO_L2T_LSTEV002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2076090826-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:36.655Z\",\"granule-count\":2076819,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"TilingIdentificationSystems\":[{\"TilingIdentificationSystemName\":\"Military Grid Reference System\",\"Coordinate1\":{\"MinimumValue\":\"1\",\"MaximumValue\":\"60\"},\"Coordinate2\":{\"MinimumValue\":\"C\",\"MaximumValue\":\"W\"}}],\"CollectionCitations\":[{\"Creator\":\"Simon Hook, Glynn Hulley\",\"Title\":\"ECOSTRESS Tiled Land Surface Temperature and Emissivity Instantaneous L2 Global 70 m v002\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO_L2T_LSTE.002\"},\"Publisher\":\"NASA @@ -183917,9 +183761,9 @@ interactions: Spaceborne Thermal Radiometer Experiment on Space Station\",\"ComposedOf\":[{\"ShortName\":\"PHyTIR\",\"LongName\":\"Prototype HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":30.0,\"Format\":\"Cloud Optimized GeoTIFF (COG)\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\",\"AverageFileSizeUnit\":\"MB\",\"Media\":[\"Earthdata - Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"flindsay\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L1CT_RAD.002\",\"s3://lp-prod-public/ECO_L1CT_RAD.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECOSTRESS + Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/ECO_L1CT_RAD.002\",\"s3://lp-prod-public/ECO_L1CT_RAD.002\"],\"has-spatial-subsetting\":false,\"native-id\":\"ECOSTRESS Tiled Top of Atmosphere Calibrated Radiance Instantaneous L1C Global 70 m - V002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2595678301-LPCLOUD\",\"revision-date\":\"2024-02-23T21:44:19.211Z\",\"granule-count\":1671898,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"TilingIdentificationSystems\":[{\"TilingIdentificationSystemName\":\"Military + V002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2595678301-LPCLOUD\",\"revision-date\":\"2024-04-03T15:54:47.130Z\",\"granule-count\":1691349,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"TilingIdentificationSystems\":[{\"TilingIdentificationSystemName\":\"Military Grid Reference System\",\"Coordinate1\":{\"MinimumValue\":\"0.0\",\"MaximumValue\":\"0.0\"},\"Coordinate2\":{\"MinimumValue\":\"0.0\",\"MaximumValue\":\"0.0\"}}],\"CollectionCitations\":[{\"Creator\":\" Simon Hook, Mike Smyth, Tom Logan, William Johnson\",\"Title\":\"ECOSTRESS Tiled Top of Atmosphere Calibrated Radiance Instantaneous L1C Global 70 m @@ -183971,7 +183815,10 @@ interactions: the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/1655/ECO_L1C-4_Grid_Tile_User_Guide_V2.pdf\"},{\"Description\":\"Browse image for Earthdata Search\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET - RELATED VISUALIZATION\",\"URL\":\"https://data.lpdaac.earthdatacloud.nasa.gov/lp-prod-public/ECO_L1CT_RAD.002/ECOv002_L1CT_RAD_26553_007_15SWB_20230313T025821_0710_01/ECOv002_L1CT_RAD_26553_007_15SWB_20230313T025821_0710_01.png\"}],\"DataDates\":[{\"Date\":\"2018-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-01-24T19:41:31.995Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + RELATED VISUALIZATION\",\"URL\":\"https://data.lpdaac.earthdatacloud.nasa.gov/lp-prod-public/ECO_L1CT_RAD.002/ECOv002_L1CT_RAD_26553_007_15SWB_20230313T025821_0710_01/ECOv002_L1CT_RAD_26553_007_15SWB_20230313T025821_0710_01.png\"},{\"Description\":\"The + Application for Extracting and Exploring Analysis Ready Samples (A\u03C1\u03C1EEARS) + offers a simple and efficient way to perform data access and transformation + processes.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"APPEEARS\",\"URL\":\"https://appeears.earthdatacloud.nasa.gov/\"}],\"DataDates\":[{\"Date\":\"2018-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-01-24T19:41:31.995Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The ECOsystem Spaceborne Thermal Radiometer Experiment on Space Station (ECOSTRESS) mission measures the temperature of plants to better understand how much water plants need and how they respond to stress. ECOSTRESS is attached to the International @@ -184023,7 +183870,7 @@ interactions: balance contiguous science data scene variables, 3-band collection is currently being interleaved with 5-band acquisitions over the orbital day/night periods.\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL - LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-08T20:38:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-14T17:16:00.000Z\"}],\"VersionDescription\":\"Version + LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-08T20:38:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-03T15:54:00.000Z\"}],\"VersionDescription\":\"Version 2\",\"Version\":\"002\",\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Simon\",\"LastName\":\"Hook\",\"NonDataCenterAffiliation\":\"ECOSTRESS Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"simon.j.hook@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Mike\",\"LastName\":\"Smyth\",\"NonDataCenterAffiliation\":\"ECOSTRESS Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mike.m.smyth@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Tom\",\"LastName\":\"Logan\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"thomas.l.logan@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"William\",\"LastName\":\"Johnson\",\"NonDataCenterAffiliation\":\"ECOSTRESS @@ -184056,7 +183903,7 @@ interactions: HyspIRI Thermal Infrared Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Cloud Optimized GeoTIFF (COG)\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":20.0,\"Format\":\"Cloud Optimized GeoTIFF (COG)\",\"TotalCollectionFileSizeBeginDate\":\"2018-07-09T00:00:00.000Z\",\"AverageFileSizeUnit\":\"MB\",\"Media\":[\"Earthdata - Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4778\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534731034-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:49:45.905Z\",\"granule-count\":117405,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO4WUE.001\",\"Creator\":\"Simon + Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"],\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_4778\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}],\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1534731034-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:49:45.905Z\",\"granule-count\":117408,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"ECO4WUE.001\",\"Creator\":\"Simon Hook, Joshua Fisher\",\"Title\":\"ECOSTRESS Water Use Efficiency Daily L4 Global 70 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/ECOSTRESS/ECO4WUE.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active @@ -184953,7 +184800,7 @@ interactions: Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Text - File\"}]}}},{\"meta\":{\"revision-id\":46,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/EMITL1BRAD.001\",\"s3://lp-prod-public/EMITL1BRAD.001\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_24279\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2408009906-LPCLOUD\",\"revision-date\":\"2024-03-14T15:43:39.805Z\",\"granule-count\":70502,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"EMITL1BRAD.001\",\"Creator\":\"Robert + File\"}]}}},{\"meta\":{\"revision-id\":46,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/EMITL1BRAD.001\",\"s3://lp-prod-public/EMITL1BRAD.001\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_24279\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2408009906-LPCLOUD\",\"revision-date\":\"2024-03-14T15:43:39.805Z\",\"granule-count\":73197,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"EMITL1BRAD.001\",\"Creator\":\"Robert Green\",\"Title\":\"EMIT L1B At-Sensor Calibrated Radiance and Geolocation Data 60 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/EMIT/EMITL1BRAD.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2022-11-22T00:00:00.000Z\",\"OtherCitationDetails\":\"The @@ -185070,7 +184917,7 @@ interactions: Surface Mineral Dust Source Investigation (EMIT) Imaging Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"Network Common Data Format Version 4\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.8,\"Format\":\"netCDF-4\",\"TotalCollectionFileSizeBeginDate\":\"2022-08-09T00:00:00.000Z\",\"FormatDescription\":\"Network Common Data Format Version 4\",\"AverageFileSizeUnit\":\"GB\",\"Media\":[\"Earthdata - Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/EMITL1BATT.001\",\"s3://lp-prod-public/EMITL1BATT.001\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_24280\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2408031090-LPCLOUD\",\"revision-date\":\"2024-02-13T20:34:37.287Z\",\"granule-count\":3731,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"EMITL1BATT\",\"Creator\":\"Robert + Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/EMITL1BATT.001\",\"s3://lp-prod-public/EMITL1BATT.001\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_24280\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2408031090-LPCLOUD\",\"revision-date\":\"2024-02-13T20:34:37.287Z\",\"granule-count\":3893,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"EMITL1BATT\",\"Creator\":\"Robert Green\",\"Title\":\"EMIT L1B Corrected Spacecraft Attitude and Ephemeris V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/EMIT/EMITL1BATT.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Name\":\"SOFTWARE_BUILD_VERSION\",\"Description\":\"The @@ -185151,7 +184998,7 @@ interactions: Space Station\",\"Instruments\":[{\"ShortName\":\"EMIT Imaging Spectrometer\",\"LongName\":\"Earth Surface Mineral Dust Source Investigation (EMIT) Imaging Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"Network Common Data Format Version 4\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"Network - Common Data Format Version 4\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/EMITL2ARFL.001\",\"s3://lp-prod-public/EMITL2ARFL.001\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_24331\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2408750690-LPCLOUD\",\"revision-date\":\"2024-03-11T20:08:11.092Z\",\"granule-count\":70337,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"EMITL2ARFL.001\",\"Creator\":\"Robert + Common Data Format Version 4\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/EMITL2ARFL.001\",\"s3://lp-prod-public/EMITL2ARFL.001\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_24331\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2408750690-LPCLOUD\",\"revision-date\":\"2024-03-11T20:08:11.092Z\",\"granule-count\":73015,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"EMITL2ARFL.001\",\"Creator\":\"Robert Green\",\"Title\":\"EMIT L2A Estimated Surface Reflectance and Uncertainty and Masks 60 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/EMIT/EMITL2ARFL.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2022-11-22T00:00:00.000Z\",\"OtherCitationDetails\":\"The @@ -185381,7 +185228,7 @@ interactions: Surface Mineral Dust Source Investigation (EMIT) Imaging Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Cloud Optimized GeoTIFF (COG)\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":4.0,\"Format\":\"Cloud Optimized GeoTIFF (COG)\",\"TotalCollectionFileSizeBeginDate\":\"2022-08-09T00:00:00.000Z\",\"AverageFileSizeUnit\":\"KB\",\"Media\":[\"Earthdata - Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/EMITL2BMIN.001\",\"s3://lp-prod-public/EMITL2BMIN.001\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_24281\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2408034484-LPCLOUD\",\"revision-date\":\"2024-03-14T15:49:35.707Z\",\"granule-count\":70340,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"EMITL2BMIN\",\"Creator\":\"Robert + Cloud\",\"HTTPS\"]}]}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"s3-links\":[\"s3://lp-prod-protected/EMITL2BMIN.001\",\"s3://lp-prod-public/EMITL2BMIN.001\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_24281\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2408034484-LPCLOUD\",\"revision-date\":\"2024-03-14T15:49:35.707Z\",\"granule-count\":73026,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"EMITL2BMIN\",\"Creator\":\"Robert Green\",\"Title\":\"EMIT L2B Estimated Mineral Spectral Abundance and Uncertainty 60 m V001\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/EMIT/EMITL2BMIN.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2023-06-07T00:00:00.000Z\",\"OtherCitationDetails\":\"The @@ -187340,16 +187187,16 @@ interactions: PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly - < Daily\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL HAWK\",\"Instruments\":[{\"ShortName\":\"EXRAD\",\"LongName\":\"ER-2 Doppler - Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF5\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/exradimpacts__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ER-2 - X-Band Doppler Radar (EXRAD) IMPACTS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1997744595-GHRC_DAAC\",\"revision-date\":\"2024-02-06T20:47:47.576Z\",\"granule-count\":13,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF5\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/exradimpacts__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ER-2 + X-Band Doppler Radar (EXRAD) IMPACTS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1997744595-GHRC_DAAC\",\"revision-date\":\"2024-04-08T14:08:24.189Z\",\"granule-count\":13,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, Gerald M, Lihua Li and Matthew McLinden.2022. ER-2 X-Band Doppler Radar (EXRAD) IMPACTS [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. - DOI: http://dx.doi.org/10.5067/IMPACTS/EXRAD/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":47.67321837257074,\"WestBoundingCoordinate\":-90.7741928100586,\"EastBoundingCoordinate\":-68.26105631390998,\"SouthBoundingCoordinate\":31.072614708665192}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + DOI: http://dx.doi.org/10.5067/IMPACTS/EXRAD/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":48.658,\"WestBoundingCoordinate\":-117.635,\"EastBoundingCoordinate\":-67.286,\"SouthBoundingCoordinate\":31.073}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud Dynamics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"DOPPLER VELOCITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RADAR - REFLECTIVITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2020-01-25T18:19:57.000Z\",\"EndingDateTime\":\"2022-02-25T15:10:42.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\",\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\"},\"DOI\":{\"DOI\":\"10.5067/IMPACTS/EXRAD/DATA101\"},\"ShortName\":\"exradimpacts\",\"EntryTitle\":\"ER-2 + REFLECTIVITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2020-01-25T18:19:57.000Z\",\"EndingDateTime\":\"2023-03-02T16:36:07.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\",\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\"},\"DOI\":{\"DOI\":\"10.5067/IMPACTS/EXRAD/DATA101\"},\"ShortName\":\"exradimpacts\",\"EntryTitle\":\"ER-2 X-Band Doppler Radar (EXRAD) IMPACTS\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/exradimpacts__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Value\":0.0,\"Description\":\"This product has full public access.\"},\"RelatedUrls\":[{\"Description\":\"Files may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET @@ -187396,7 +187243,7 @@ interactions: snowbands; and (3) Improve snowfall remote sensing interpretation and modeling to significantly advance prediction capabilities. The EXRAD IMPACTS dataset files are available from January 25 through February 25, 2022, in HDF-5 format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH - AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-05-02T15:11:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T20:47:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IMPACTS\",\"LongName\":\"Investigation + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-05-02T15:11:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T14:08:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IMPACTS\",\"LongName\":\"Investigation of Microphysics and Precipitation for Atlantic Coast-Threatening Snowstorms\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United @@ -188924,7 +188771,7 @@ interactions: Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 3\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM3\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":756,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FLASH_SSF_NOAA20-FM6-VIIRS_Version1A\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2569832691-LARC_ASDC\",\"revision-date\":\"2024-03-28T21:13:24.628Z\",\"granule-count\":11392,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Along-Track\",\"Cloud + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":770,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FLASH_SSF_NOAA20-FM6-VIIRS_Version1A\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2569832691-LARC_ASDC\",\"revision-date\":\"2024-04-04T19:17:46.662Z\",\"granule-count\":11764,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Along-Track\",\"Cloud Base Pressure\",\"Cloud Infrared Emissivity\",\"Cloud Layer Area\",\"Cloud Overlap\",\"Cloud Particle Phase\",\"Cloud Top Pressure\",\"Ice Particle Diameter\",\"Ice Water Path\",\"Liquid Water Path\",\"Longwave (LW) Flux\",\"Longwave (LW) @@ -189052,7 +188899,7 @@ interactions: Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 6\",\"ShortName\":\"CERES-FM6\"}],\"LongName\":\"Joint Polar Satellite System - 1\",\"ShortName\":\"NOAA-20\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":1216,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FLASH_SSF_Terra-FM1-MODIS_Version4A\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1719289020-LARC_ASDC\",\"revision-date\":\"2024-03-29T14:17:03.769Z\",\"granule-count\":9666,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"CERDataDateDay\",\"Name\":\"CERDataDateDay\"},{\"DataType\":\"STRING\",\"Description\":\"CERDataDateMonth\",\"Name\":\"CERDataDateMonth\"},{\"DataType\":\"STRING\",\"Description\":\"CERDataDateYear\",\"Name\":\"CERDataDateYear\"},{\"DataType\":\"STRING\",\"Description\":\"CERHRofDay\",\"Name\":\"CERHRofDay\"},{\"DataType\":\"STRING\",\"Description\":\"CERHRofMonth\",\"Name\":\"CERHRofMonth\"},{\"DataType\":\"STRING\",\"Description\":\"CERPGEName\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"ImagerShortName\",\"Name\":\"ImagerShortName\"},{\"DataType\":\"STRING\",\"Description\":\"NumberInputFiles\",\"Name\":\"NumberInputFiles\"},{\"DataType\":\"STRING\",\"Description\":\"PercentCrosstrackFOV\",\"Name\":\"PercentCrosstrackFOV\"},{\"DataType\":\"STRING\",\"Description\":\"PercentOtherFOV\",\"Name\":\"PercentOtherFOV\"},{\"DataType\":\"STRING\",\"Description\":\"PercentRapsFOV\",\"Name\":\"PercentRapsFOV\"},{\"DataType\":\"STRING\",\"Description\":\"ProductionStrategy\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"SamplingStrategy\",\"Name\":\"SamplingStrategy\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-67.5},{\"Latitude\":-90,\"Longitude\":67.5},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":-89.99999,\"Longitude\":180},{\"Latitude\":89.99999,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":67.5},{\"Latitude\":90,\"Longitude\":-67.5},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":89.99999,\"Longitude\":-180},{\"Latitude\":-89.99999,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":1259,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FLASH_SSF_Terra-FM1-MODIS_Version4A\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1719289020-LARC_ASDC\",\"revision-date\":\"2024-04-03T21:31:48.808Z\",\"granule-count\":10050,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"CERDataDateDay\",\"Name\":\"CERDataDateDay\"},{\"DataType\":\"STRING\",\"Description\":\"CERDataDateMonth\",\"Name\":\"CERDataDateMonth\"},{\"DataType\":\"STRING\",\"Description\":\"CERDataDateYear\",\"Name\":\"CERDataDateYear\"},{\"DataType\":\"STRING\",\"Description\":\"CERHRofDay\",\"Name\":\"CERHRofDay\"},{\"DataType\":\"STRING\",\"Description\":\"CERHRofMonth\",\"Name\":\"CERHRofMonth\"},{\"DataType\":\"STRING\",\"Description\":\"CERPGEName\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"ImagerShortName\",\"Name\":\"ImagerShortName\"},{\"DataType\":\"STRING\",\"Description\":\"NumberInputFiles\",\"Name\":\"NumberInputFiles\"},{\"DataType\":\"STRING\",\"Description\":\"PercentCrosstrackFOV\",\"Name\":\"PercentCrosstrackFOV\"},{\"DataType\":\"STRING\",\"Description\":\"PercentOtherFOV\",\"Name\":\"PercentOtherFOV\"},{\"DataType\":\"STRING\",\"Description\":\"PercentRapsFOV\",\"Name\":\"PercentRapsFOV\"},{\"DataType\":\"STRING\",\"Description\":\"ProductionStrategy\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"SamplingStrategy\",\"Name\":\"SamplingStrategy\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-67.5},{\"Latitude\":-90,\"Longitude\":67.5},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":-89.99999,\"Longitude\":180},{\"Latitude\":89.99999,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":67.5},{\"Latitude\":90,\"Longitude\":-67.5},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":89.99999,\"Longitude\":-180},{\"Latitude\":-89.99999,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD @@ -189162,7 +189009,261 @@ interactions: Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 1\",\"ShortName\":\"CERES-FM1\"}],\"LongName\":\"Earth Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/above/FieldData_Alaska_Tundra/\"],\"has-spatial-subsetting\":false,\"native-id\":\"FieldData_Alaska_Tundra_2177\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2756289636-ORNL_CLOUD\",\"revision-date\":\"2023-10-24T13:39:04.480Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Chen, + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"ingridgs\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_37972\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2804771144-LARC_ASDC\",\"revision-date\":\"2024-04-08T19:31:33.540Z\",\"granule-count\":4731,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"CERDataDateDay\",\"Name\":\"CERDataDateDay\"},{\"DataType\":\"STRING\",\"Description\":\"CERDataDateMonth\",\"Name\":\"CERDataDateMonth\"},{\"DataType\":\"STRING\",\"Description\":\"CERDataDateYear\",\"Name\":\"CERDataDateYear\"},{\"DataType\":\"STRING\",\"Description\":\"CERHRofDay\",\"Name\":\"CERHRofDay\"},{\"DataType\":\"STRING\",\"Description\":\"CERHRofMonth\",\"Name\":\"CERHRofMonth\"},{\"DataType\":\"STRING\",\"Description\":\"CERPGEName\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"ImagerShortName\",\"Name\":\"ImagerShortName\"},{\"DataType\":\"STRING\",\"Description\":\"NumberInputFiles\",\"Name\":\"NumberInputFiles\"},{\"DataType\":\"STRING\",\"Description\":\"PercentCrosstrackFOV\",\"Name\":\"PercentCrosstrackFOV\"},{\"DataType\":\"STRING\",\"Description\":\"PercentOtherFOV\",\"Name\":\"PercentOtherFOV\"},{\"DataType\":\"STRING\",\"Description\":\"PercentRapsFOV\",\"Name\":\"PercentRapsFOV\"},{\"DataType\":\"STRING\",\"Description\":\"ProductionStrategy\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"SamplingStrategy\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"Product + DOI\",\"Name\":\"identifier_product_doi\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-67.5},{\"Latitude\":-90,\"Longitude\":67.5},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":-89.99999,\"Longitude\":180},{\"Latitude\":89.99999,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":67.5},{\"Latitude\":90,\"Longitude\":-67.5},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":89.99999,\"Longitude\":-180},{\"Latitude\":-89.99999,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"OUTGOING + LONGWAVE RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"EMISSIVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"RADIATIVE + FORCING\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SOLAR + IRRADIANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"ATMOSPHERIC + EMITTED RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + RADIATIVE TRANSFER\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"LONGWAVE RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-01-01T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Derived + geophysical variables at the same resolution and location as Level 1 source + data.\"},\"DOI\":{\"Explanation\":\"The collection is near real time or has + not yet been assigned a DOI.\",\"MissingReason\":\"Not Applicable\"},\"ShortName\":\"FLASH_SSF_Terra-FM1-MODIS\",\"EntryTitle\":\"Fast + Longwave And SHortwave Fluxes (FLASHflux) Clouds and Radiative Swath (SSF) + TERRA-FM1 data in netCDF Version 4B\",\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"How + to cite ASDC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\"},{\"Description\":\"CERES + project home page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ceres.larc.nasa.gov/\"},{\"Description\":\"ASDC + Data and Information for CERES\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/CERES\"},{\"Description\":\"CERES + Data Products Catalog R4V110/1/2004 Single Scanner Footprint TOA/Surface Fluxes + and Clouds (SSF)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PRODUCTION HISTORY\",\"URL\":\"https://asdc.larc.nasa.gov/documents/ceres/readme/DPC_SSF_R4V1.pdf\"},{\"Description\":\"Earthdata + Search for FLASH_SSF_Terra-FM1-MODIS_Version4B (NASA Application to search, + discover, visualize, refine, and access NASA Earth Observation data)\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2804771144-LARC_ASDC\"},{\"Description\":\"Sample + read software for CERES SSF Data Products\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://asdc.larc.nasa.gov/documents/ceres/readme/readme_cer_ssf_SampleRead_R3-358.txt\"},{\"Description\":\"Discussion + of the Coastal Water Percentage Issue\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://asdc.larc.nasa.gov/documents/ceres/readme/coastal_water.pdf\"},{\"Description\":\"Read + Me - CERES Data Products Catalog R3V2, October 2000, section 2.5 Single Scanner + Footprint TOA/Surface Fluxes and Clouds (SSF)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://asdc.larc.nasa.gov/documents/ceres/readme/cer_ssf_trmm-pfm-virs_subset-edition1_read_packageSSF_DPC_010008.ps\"},{\"Description\":\"Angular + Distribution Models for Top-of-Atmosphere Radiative Flux Estimation from the + Clouds and the Earth\u2019s Radiant Energy System Instrument on the Terra + Satellite. Part II: Validation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://asdc.larc.nasa.gov/documents/ceres/readme/JTECHA_2590.pdf\"},{\"Description\":\"CERES/Terra + Regional Mean TOA Flux Uncertainties\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://asdc.larc.nasa.gov/documents/ceres/readme/region_mean_attach_C.pdf\"},{\"Description\":\"CERES + Data Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GOTO WEB TOOL\",\"Subtype\":\"SUBSETTER\",\"URL\":\"https://ceres.larc.nasa.gov/data/#flashflux-ssf-level-2\"},{\"Description\":\"ASDC + CERES Tool\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GOTO WEB TOOL\",\"Subtype\":\"SUBSETTER\",\"URL\":\"https://subset.larc.nasa.gov/ceres/\"},{\"Description\":\"CERES + Tool URL\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"CERES + Ordering Tool\",\"URL\":\"https://ceres-tool.larc.nasa.gov/ord-tool/products?CERESProducts=FLASH_SSF\"},{\"Description\":\"Mission + Logo\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"Subtype\":\"WORLDVIEW\",\"URL\":\"https://asdc.larc.nasa.gov/static/images/project_logos/ceres.png\"},{\"Description\":\"ASDC + Direct Data Download for FLASH_SSF_Terra-FM1-MODIS_Version4B\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://asdc.larc.nasa.gov/data/FLASH/SSF/Terra-FM1-MODIS_Version4B/\"},{\"Description\":\"OPeNDAP + data access for FLASH_SSF_Terra-FM1-MODIS_Version4B\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/FLASH/SSF/Terra-FM1-MODIS_Version4B/contents.html\"},{\"Description\":\"Quality + Summary: FLASH_SSF_Terra-FM1-MODIS\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PRODUCT QUALITY ASSESSMENT\",\"URL\":\"https://ceres.larc.nasa.gov/documents/DQ_summaries/Versioned/CER_FLASHFlux_SSF_Terra-Aqua_Ver4A_DQS_V01.pdf\"}],\"DataDates\":[{\"Date\":\"2020-08-01T00:00:00Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"FLASH_SSF_Terra-FM1-MODIS_Version4B + is the Fast Longwave And Shortwave Radiative Fluxes (FLASHFlux) Clouds and + Radiative Swath (SSF) TERRA-FM1 data in netCDF Version 4B data product. This + product consists of Low latency (< 5 days from observation) Top-of-Atmosphere + (TOA) fluxes and parameterized surface radiative fluxes at Clouds and the + Earth's Radiant Energy Systems (CERES) Single Scanner Footprint (SSF) level + for quick-look purposes. \\r\\n\\r\\nFLASHFlux data are a product line of + the CERES project designed to process and release TOA and surface radiative + fluxes for applied sciences and education uses. The FLASHFlux data product + is a rapid-release product based on the algorithms developed for and data + collected by the CERES project. CERES is currently producing world-class climate + data products derived from measurements taken aboard NASA's Terra and Aqua + spacecraft. While of exceptional fidelity, these data products require considerable + processing time to assure quality, verify accuracy, and assess precision. + The result is that CERES data are typically released up to six months after + acquiring the initial measurements. Such delays are of little consequence + for climate studies, especially considering the improved quality of the released + data products. Thus, FLASHFlux products are not intended to achieve climate + quality. FLASHFlux data products were envisioned as a resource whereby CERES + data could be provided to the community within a few days of the initial measurements, + with some calibration accuracy requirements relaxed to gain speed. \\r\\n\\r\\nThe + SSF TOA/Surface Fluxes and Clouds product contains one hour of instantaneous + FLASHFlux data for a single CERES scanner instrument. The SSF combines instantaneous + CERES data with scene information from a higher-resolution imager, such as + Moderate-Resolution Imaging Spectroradiometer (MODIS) on the Terra and Aqua + satellites and meteorological and ozone information from The Goddard Earth + Observing System (GEOS) GEOS-5 IT Atmospheric Data Assimilation System (GEOS-5 + ADAS). Scene identification and cloud properties are defined at the higher + image resolution, and these data are averaged over the larger CERES footprint. + For each CERES footprint, the SSF contains Top-of-Atmosphere fluxes in SW, + LW, and NET, surface fluxes using the Langley parameterized shortwave and + longwave algorithms, and cloud information. CERES is a key Earth Observing + System (EOS) program component. The CERES instruments provide radiometric + measurements of the Earth's atmosphere from three broadband channels. The + CERES mission is a follow-up to the successful Earth Radiation Budget Experiment + (ERBE) mission. The first CERES instrument (PFM) was launched on November + 27, 1997, as part of the Tropical Rainfall Measuring Mission (TRMM). Two CERES + instruments (FM1 and FM2) were launched into polar orbit on board the EOS + flagship Terra on December 18, 1999. Two additional CERES instruments (FM3 + and FM4) were launched on board EOS Aqua on May 4, 2002. The newest CERES + instrument, Flight Model 5 (FM5), was launched on board the Suomi National + Polar-orbiting Partnership (NPP) satellite.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-11-20T18:45:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T19:31:00.000Z\"}],\"MetadataAssociations\":[{\"Description\":\"Preceding + version\",\"EntryId\":\"FLASH_SSF_Terra-FM1-MODIS\",\"Type\":\"PARENT\",\"Version\":\"Version3C\"}],\"Version\":\"Version4B\",\"Projects\":[{\"LongName\":\"Fast + Longwave And SHortwave Radiative Fluxes\",\"ShortName\":\"FLASHFLUX\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23666-0000\",\"StreetAddresses\":[\"1 Enterprise + Parkway\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(757) + 951-1933\"},{\"Type\":\"Email\",\"Value\":\"parnchai.k.sawaengphokhai@nasa.gov\"}]},\"FirstName\":\"Parnchai\",\"LastName\":\"Sawaengphokhai\",\"Roles\":[\"Technical + Contact\"]}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Total + Detector\",\"ShortName\":\"Total Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window + Detector\"},{\"LongName\":\"Shortwave Detector\",\"ShortName\":\"Shortwave + Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - + Flight Model 1\",\"ShortName\":\"CERES-FM1\"}],\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF4\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"ingridgs\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_37050\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2789636167-LARC_ASDC\",\"revision-date\":\"2024-04-08T19:44:19.284Z\",\"granule-count\":4642,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Along-Track\",\"Cloud + Base Pressure\",\"Cloud Infrared Emissivity\",\"Cloud Layer Area\",\"Cloud + Overlap\",\"Cloud Particle Phase\",\"Cloud Top Pressure\",\"Ice Particle Diameter\",\"Ice + Water Path\",\"Liquid Water Path\",\"Longwave (LW) Flux\",\"Longwave (LW) + Unfiltered Radiance\",\"OLR (Outgoing Longwave Radiation)\",\"Shortwave (SW) + Filtered Radiance\",\"Shortwave (SW) Flux\",\"Shortwave (SW) Unfiltered Radiance\",\"Surface + (Radiative) Flux\",\"Surface Type\",\"TOA (Top of Atmosphere) Flux\",\"Total + Filtered Radiance\",\"Vertical Aspect Ratio\",\"Visible Optical Depth\",\"Water + Particle Radius\",\"Window (Wn) Region Flux\",\"Window (WN) Unfiltered Radiance\",\"Cloud + Effective Pressure\",\"Cloud Effective Temperature\",\"Total-Sky Fluxes\"],\"CollectionCitations\":[{\"OnlineResource\":{\"Linkage\":\"https://asdc.larc.nasa.gov/project/CERES/FLASH_SSF_NOAA20-FM6-VIIRS_Version1B\"}}],\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"CERDataDateDay\",\"Name\":\"CERDataDateDay\"},{\"DataType\":\"STRING\",\"Description\":\"CERDataDateMonth\",\"Name\":\"CERDataDateMonth\"},{\"DataType\":\"STRING\",\"Description\":\"CERDataDateYear\",\"Name\":\"CERDataDateYear\"},{\"DataType\":\"STRING\",\"Description\":\"CERHRofDay\",\"Name\":\"CERHRofDay\"},{\"DataType\":\"STRING\",\"Description\":\"CERHRofMonth\",\"Name\":\"CERHRofMonth\"},{\"DataType\":\"STRING\",\"Description\":\"CERPGEName\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"ImagerShortName\",\"Name\":\"ImagerShortName\"},{\"DataType\":\"STRING\",\"Description\":\"PercentCrosstrackFOV\",\"Name\":\"PercentCrosstrackFOV\"},{\"DataType\":\"STRING\",\"Description\":\"PercentOtherFOV\",\"Name\":\"PercentOtherFOV\"},{\"DataType\":\"STRING\",\"Description\":\"PercentRapsFOV\",\"Name\":\"PercentRapsFOV\"},{\"DataType\":\"STRING\",\"Description\":\"ProductionStrategy\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"SamplingStrategy\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"identifier_product_doi\",\"Name\":\"identifier_product_doi\"},{\"DataType\":\"STRING\",\"Description\":\"NumberInputFiles\",\"Name\":\"NumberInputFiles\"},{\"DataType\":\"STRING\",\"Description\":\"geospatial_bounds\",\"Name\":\"geospatial_bounds\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD BASE HEIGHT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD MIDLAYER TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"OUTGOING + LONGWAVE RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD BASE PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"SKIN TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"EMISSIVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"Topic\":\"LAND SURFACE\",\"VariableLevel1\":\"EMISSIVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD FRACTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD BASE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"OPTICAL + DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC + WATER VAPOR\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"WATER VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"NET + RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"LONGWAVE + RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SHORTWAVE + RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2023-10-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Derived + geophysical variables at the same resolution and location as Level 1 source + data.\"},\"DOI\":{\"Explanation\":\"The collection is near real time or has + not yet been assigned a DOI.\",\"MissingReason\":\"Not Applicable\"},\"ShortName\":\"FLASH_SSF_NOAA20-FM6-VIIRS\",\"EntryTitle\":\"Fast + Longwave And SHortwave Fluxes (FLASHflux) NOAA-20 Clouds and Radiative Swath + (SSF) Version1B\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Wielicki, + B. A., B. R. Barkstrom, E. F. Harrison, R. B. Lee III, G. L. Smith, and J. + E. Cooper, 1996: Clouds and the Earth's Radiant Energy System (CERES): An + Earth Observing System Experiment, Bull. Amer. Meteor. Soc., 77, 853-868.\"},{\"OtherReferenceDetails\":\"Kratz, + D. P., P. W. Stackhouse, Jr., S. K. Gupta, A. C. Wilber, P. Sawaengphokhai, + and G. R. McGarragh, The Fast Longwave and Shortwave Flux (FLASHFlux) data + product: Single Scanner Footprint Fluxes. , J. Appl. Meteor. Climatol. (submitted + February 2013).\"},{\"OtherReferenceDetails\":\"Stackhouse, P. W., D. P. Kratz, + G. R. McGarragh, S. K. Gupta, and E. B. Geier, 2006: Fast Longwave and Shortwave + Radiative Flux (FLASHFlux) Products From CERES and MODIS Measurements. 12th + Conference on Atmospheric Radiation, American Meteorological Society, Madison, + Wisconsin, 10-14 July 2006. \"}],\"Quality\":\"Please review the Data Quality + Summary \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"CERES + Data Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GOTO WEB TOOL\",\"Subtype\":\"SUBSETTER\",\"URL\":\"https://ceres.larc.nasa.gov/data/#fast-longwave-and-shortwave-flux-flashflux\"},{\"Description\":\"Earthdata + Search for FLASH_SSF_NOAA20-FM6-VIIRS_Version1B (NASA Application to search, + discover, visualize, refine, and access NASA Earth Observation data)\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2789636167-LARC_ASDC\"},{\"Description\":\"CERES + Project Landing Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ceres.larc.nasa.gov/\"},{\"Description\":\"Mission + Logo\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"Subtype\":\"WORLDVIEW\",\"URL\":\"https://asdc.larc.nasa.gov/static/images/project_logos/ceres.png\"},{\"Description\":\"ASDC + Direct Data Download for FLASH_SSF_NOAA20-FM6-VIIRS_Version1B\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://asdc.larc.nasa.gov/data/FLASH/SSF/NOAA20-FM6-VIIRS_Version1B/\"},{\"Description\":\"OPeNDAP + data access for FLASH_SSF_NOAA20-FM6-VIIRS_Version1B\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/FLASH/SSF/NOAA20-FM6-VIIRS_Version1B/contents.html\"},{\"Description\":\"ASDC + Data and Information for CERES\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/CERES\"},{\"Description\":\"CERES + Data Products Catalog R4V110/1/2004 Single Scanner Footprint TOA/Surface Fluxes + and Clouds (SSF)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA PRODUCT SPECIFICATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/ceres/readme/DPC_SSF_R4V1.pdf\"},{\"Description\":\"CERES + Tool Products Browse, Subset, and Order: Fast Longwave and Shortwave Flux + (FLASHFlux)\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"URL\":\"https://ceres-tool.larc.nasa.gov/ord-tool/products?CERESProducts=FLASH_SSF\"},{\"Description\":\"Data + Quality: FLASH_SSF \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PRODUCT QUALITY ASSESSMENT\",\"URL\":\"https://ceres.larc.nasa.gov/documents/DQ_summaries/Versioned/CER_FLASHFlux_SSF_Terra-Aqua_Ver4A_DQS_V01.pdf\"}],\"Abstract\":\"FLASH_SSF_NOAA20-FM6-VIIRS_Version1B + data are near real-time CERES observed TOA fluxes, clouds, and parameterized + surface fluxes, not officially calibrated. The Fast Longwave and SHortwave + Flux (FLASHFlux) data are a product line of the Clouds and the Earth's Radiant + Energy Systems (CERES) project designed for processing and release of top-of-atmosphere + (TOA) and surface radiative fluxes within one week of CERES instrument measurement. + The FLASHFlux data product is a rapid-release product based on the algorithms + developed for and data collected by the CERES project. CERES is currently + producing world-class climate data products derived from measurements taken + aboard NASA's Terra and Aqua spacecraft. While of exceptional fidelity, these + data products require considerable processing time to assure quality, verify + accuracy, and assess precision. The result is that CERES data are typically + released up to six months after acquiring the initial measurements. Such delays + are of little consequence for climate studies, especially considering the + improved quality of the released data products. Thus, FLASHFlux products are + not intended to achieve climate quality.FLASHFlux data products were envisioned + as a resource whereby CERES data could be provided to the community within + a week of the initial measurements, with some calibration accuracy requirements + relaxed to gain speed. The Single Scanner Footprint TOA/Surface Fluxes and + Clouds (SSF) product contains one hour of instantaneous Fast Longwave And + SHortwave Fluxes (FLASHFlux) data for a single Clouds and the Earth's Radiant + Energy Systems (CERES) scanner instrument. The SSF combines instantaneous + CERES data with scene information from a higher-resolution imager such as + the Visible Infrared Imaging Radiometer Suite (VIIRS) on the NOAA-20 satellite + and meteorological and ozone information from The Goddard Earth Observing + System (GEOS) GEOS-IT Atmospheric Data Assimilation System (GEOS-5 ADAS). + Scene identification and cloud properties are defined at the higher image + resolution, and these data are averaged over the larger CERES footprint. For + each CERES footprint, the SSF contains Top-of-Atmosphere fluxes in SW, LW, + and incoming NET, surface fluxes using the Langley parameterized shortwave + and longwave algorithms, and cloud information. CERES is a key component of + the Earth Observing System (EOS) program. The CERES instruments provide radiometric + measurements of the Earth's atmosphere from three broadband channels. The + CERES mission is a follow-up to the successful Earth Radiation Budget Experiment + (ERBE) mission. The first CERES instrument (PFM) was launched on November + 27, 1997, as part of the Tropical Rainfall Measuring Mission (TRMM). Two CERES + instruments (FM1 and FM2) were launched into polar orbit on board the EOS + flagship Terra on December 18, 1999. Two additional CERES instruments (FM3 + and FM4) were launched on board EOS Aqua on May 4, 2002. CERES instrument + Flight Model 5 (FM5) was launched on board the Suomi National Polar-orbiting + Partnership (NPP) satellite on October 28, 2011. The latest CERES instrument + (FM6) was launched on board NOAA-20 on November 18, 2017.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-10-25T14:01:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T19:44:00.000Z\"}],\"MetadataAssociations\":[{\"EntryId\":\"FLASH_SSF_NOAA20-FM6-VIIRS\",\"Type\":\"RELATED\",\"Version\":\"Version1A\"}],\"Version\":\"Version1B\",\"Projects\":[{\"LongName\":\"Fast + Longwave And SHortwave Radiative Fluxes\",\"ShortName\":\"FLASHFLUX\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA Langley Research Center\",\"21 Langley + Boulevard\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(757) + 864-5368\"},{\"Type\":\"Fax\",\"Value\":\"(757) 864-7996\"},{\"Type\":\"Email\",\"Value\":\"paul.w.stackhouse@nasa.gov\"}]},\"FirstName\":\"DR. + PAUL\",\"LastName\":\"STACKHOUSE\",\"MiddleName\":\"W.\",\"Roles\":[\"Investigator\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"Mail + Stop 420\",\"Atmospheric Sciences Research, Building 1250\",\"21 Langley Boulevard\"]}],\"ContactMechanisms\":[{\"Type\":\"Fax\",\"Value\":\"(757) + 864-7996\"},{\"Type\":\"Email\",\"Value\":\"parnchai.k.sawaengphokhai@nasa.gov\"}]},\"FirstName\":\"Parnchai\",\"LastName\":\"Sawaengphokhai\",\"MiddleName\":\"K\",\"Roles\":[\"Technical + Contact\"]}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Total + Detector\",\"ShortName\":\"Total Detector\"},{\"LongName\":\"Longwave Detector\",\"ShortName\":\"Longwave + Detector\"},{\"LongName\":\"Shortwave Detector\",\"ShortName\":\"Shortwave + Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - + Flight Model 6\",\"ShortName\":\"CERES-FM6\"}],\"LongName\":\"Joint Polar + Satellite System - 1\",\"ShortName\":\"NOAA-20\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/above/FieldData_Alaska_Tundra/\"],\"has-spatial-subsetting\":false,\"native-id\":\"FieldData_Alaska_Tundra_2177\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2756289636-ORNL_CLOUD\",\"revision-date\":\"2023-10-24T13:39:04.480Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Chen, D., X. Zhu, M. Kogure, E.E. Hoy, X. Xu, N.H.F. French, L.T. Berner, A.L. Breen, S. Bret-Harte, S.J. Davidson, J.J. Ebersole, G.V. Frost, S.J. Goetz, R.E. Hewitt, J.K.Y. Hung, C.M. Iversen, G. Iwahana, R. Jandt, L.K. Jenkins, A.N. @@ -200493,7 +200594,7 @@ interactions: Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Radio Detection and Ranging\",\"ShortName\":\"RADAR\"},{\"ShortName\":\"DOPPLER RADAR\"}],\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based - Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Native\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FIRE_CI2_LARC8_LIDAR\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000001192-LARC_ASDC\",\"revision-date\":\"2024-03-06T03:53:23.909Z\",\"granule-count\":18,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aerosol + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Native\"}]}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FIRE_CI2_LARC8_LIDAR\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000001192-LARC_ASDC\",\"revision-date\":\"2024-04-04T16:29:04.729Z\",\"granule-count\":18,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Aerosol Backscattering Coefficient\",\"Cloud Monitoring System\",\"Upper Air\"],\"CollectionCitations\":[{\"ReleaseDate\":\"1999-11-15T00:00:00.000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"Points\":[{\"Latitude\":37.18,\"Longitude\":-95.7}]}},\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"AEROSOL BACKSCATTER\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-11-13T00:00:00.000Z\",\"EndingDateTime\":\"1991-12-07T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDC_DAAC/FIRE/0108\"},\"ShortName\":\"FIRE_CI2_LARC8_LIDAR\",\"EntryTitle\":\"First @@ -200581,7 +200682,7 @@ interactions: ATLANTIC OCEAN\",\"Type\":\"ATLANTIC OCEAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"MID-LATITUDE\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"BOUNDARY LAYER\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"TROPOSPHERE\"},{\"Category\":\"CONTINENT\",\"DetailedLocation\":\"California\",\"Subregion1\":\"UNITED - STATES OF AMERICA\",\"Subregion2\":\"KANSAS\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"1999-11-05T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-05T18:21:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"First + STATES OF AMERICA\",\"Subregion2\":\"KANSAS\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"1999-11-05T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T17:49:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"First ISCCP Regional Experiment\",\"ShortName\":\"FIRE\"}],\"UseConstraints\":{\"Description\":\"For more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United States\",\"PostalCode\":\"23681-0001\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"Mail @@ -200595,7 +200696,7 @@ interactions: Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Light Detection and Ranging\",\"ShortName\":\"LIDAR\"}],\"LongName\":\"Light Detection and Ranging\",\"ShortName\":\"LIDAR\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND - STATIONS\",\"Type\":\"Permanent Land Sites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Native\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FIRE_CI2_MAPS\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000001193-LARC_ASDC\",\"revision-date\":\"2024-03-07T03:02:24.269Z\",\"granule-count\":203,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"ACAM + STATIONS\",\"Type\":\"Permanent Land Sites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Native\"}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FIRE_CI2_MAPS\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000001193-LARC_ASDC\",\"revision-date\":\"2024-04-04T16:28:19.799Z\",\"granule-count\":203,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"ACAM (Airborne Compact Atmospheric Mapper)\",\"Condensation Pressure\",\"Data Analysis System\",\"Dew Point Temperature\",\"Forecast Systems Laboratory (FSL)\",\"Model Data\",\"Montgomery Streamfunction\",\"Numerical Forecast Model\",\"Surface\",\"Upper @@ -200694,17 +200795,17 @@ interactions: AMERICA\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"EQUATORIAL\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"MID-LATITUDE\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"BOUNDARY LAYER\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"TROPOSPHERE\"},{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED - STATES OF AMERICA\",\"Subregion2\":\"CALIFORNIA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"1999-11-06T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-06T15:47:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"First + STATES OF AMERICA\",\"Subregion2\":\"CALIFORNIA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"1999-11-06T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T18:19:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"First ISCCP Regional Experiment\",\"ShortName\":\"FIRE\"}],\"UseConstraints\":{\"Description\":\"For more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Monterey\",\"Country\":\"United States\",\"PostalCode\":\"93943\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"Naval Research Laboratory\",\"7 Grace Hopper St.\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(408) 656-4743\"},{\"Type\":\"Fax\",\"Value\":\"(408) 656-4769\"},{\"Type\":\"Email\",\"Value\":\"westphal@nrlmry.navy.mil\"}]},\"FirstName\":\"DOUGLAS\",\"LastName\":\"WESTPHAL\",\"MiddleName\":\"L.\",\"Roles\":[\"Technical Contact\",\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley - Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley - Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Computer\",\"ShortName\":\"Computer\"}],\"LongName\":\"Computer\",\"ShortName\":\"Computer\"}],\"LongName\":\"Meteosat Operational Programme 1 (MOP-1)\",\"ShortName\":\"METEOSAT-4\",\"Type\":\"Earth @@ -201979,10 +202080,10 @@ interactions: PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Light Detection and Ranging\",\"ShortName\":\"LIDAR\"}],\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In - Situ Land-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Native\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FIRE_CI2_SPECT_SIRIS_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1570029708-LARC_ASDC\",\"revision-date\":\"2024-03-06T03:49:55.205Z\",\"granule-count\":17,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Clear-Sky - Radiance Spectra\",\"Interferometer\",\"Radiance\"],\"CollectionCitations\":[{\"ReleaseDate\":\"2000-04-07T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"Points\":[{\"Latitude\":37.1,\"Longitude\":-95.25}]}},\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + Situ Land-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Native\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FIRE_CI2_SPECT_SIRIS_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1570029708-LARC_ASDC\",\"revision-date\":\"2024-04-04T16:26:22.961Z\",\"granule-count\":17,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Clear-Sky + Radiance Spectra\",\"Interferometer\",\"Radiance\"],\"CollectionCitations\":[{\"ReleaseDate\":\"2000-04-07T00:00:00.000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"Points\":[{\"Latitude\":37.1,\"Longitude\":-95.25}]}},\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SOLAR - RADIATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-11-25T00:00:00.000000Z\",\"EndingDateTime\":\"1991-12-07T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDC_DAAC/FIRE/0118\"},\"ShortName\":\"FIRE_CI2_SPECT_SIRIS\",\"EntryTitle\":\"First + RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-11-25T00:00:00.000Z\",\"EndingDateTime\":\"1991-12-07T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDC_DAAC/FIRE/0118\"},\"ShortName\":\"FIRE_CI2_SPECT_SIRIS\",\"EntryTitle\":\"First ISCCP Regional Experiment (FIRE) Cirrus Phase II Spectral Radiance Experiment (SPECTRE) SIRIS High Resolution Emission Data \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC Data and Information for FIRE\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW @@ -202014,7 +202115,7 @@ interactions: Direct Data Download for FIRE_CI2_SPECT_SIRIS_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/FIRE/FIRE_CI2_SPECT_SIRIS/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP data access for FIRE_CI2_SPECT_SIRIS_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE - SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/FIRE/FIRE_CI2_SPECT_SIRIS/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2000-03-17T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-07-13T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/FIRE/FIRE_CI2_SPECT_SIRIS/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2000-03-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-07-13T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The First ISCCP Regional Experiments have been designed to improve data products and cloud/radiation parameterizations used in general circulation models (GCMs). Specifically, the goals of FIRE are (1) to seek the basic understanding of @@ -202050,14 +202151,14 @@ interactions: vapor conditions.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"MID-LATITUDE\"},{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"KANSAS\",\"Type\":\"NORTH AMERICA\"},{\"Category\":\"CONTINENT\"},{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED - STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2000-03-17T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-05-13T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"First + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2000-03-17T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T17:45:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"First ISCCP Regional Experiment\",\"ShortName\":\"FIRE\"}],\"UseConstraints\":{\"Description\":\"For more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United - States\",\"PostalCode\":\"20771\",\"StateProvince\":\"MD\",\"StreetAddresses\":[\"Code + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"Code 693.2\",\"NASA Goddard Space Flight Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(301) 286-4958\"},{\"Type\":\"Email\",\"Value\":\"carolyn@lep-pds.gsfc.nasa.gov\"}]},\"FirstName\":\"CAROLYN\",\"LastName\":\"MARTIN\",\"Roles\":[\"Technical Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United - States\",\"PostalCode\":\"20771\",\"StateProvince\":\"MD\",\"StreetAddresses\":[\"Code + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"Code 693.2\",\"NASA Goddard Space Flight Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(301) 286-5693\"},{\"Type\":\"Email\",\"Value\":\"u3vgk@lepvax.dnet.nasa.gov\"}]},\"FirstName\":\"VIRGIL\",\"LastName\":\"KUNDE\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA @@ -202066,7 +202167,8 @@ interactions: Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Stratospheric - Infrared Interferometer Spectrometer\",\"ShortName\":\"SIRIS\"}],\"ShortName\":\"SIRIS\"}],\"LongName\":\"GROUND + Infrared Interferometer Spectrometer\",\"ShortName\":\"SIRIS\"}],\"LongName\":\"Stratospheric + Infrared Interferometer Spectrometer\",\"ShortName\":\"SIRIS\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"Permanent Land Sites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Native\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FIRE_CI2_CITATN_1HZ\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000001160-LARC_ASDC\",\"revision-date\":\"2024-03-27T12:15:46.700Z\",\"granule-count\":10,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Air Flow Angle\",\"Alcohol Condensing\",\"Chemiluminescent\",\"Chilled Mirror\",\"Cloud Microphysics\",\"Condensation Nuclei\",\"Dew Point Temperature\",\"Flow Angle @@ -203923,7 +204025,7 @@ interactions: Detector\"},{\"LongName\":\"Window Detector\",\"ShortName\":\"Window Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 3\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM3\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"},{\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":627,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FLASH_TISA_Terra-NOAA20_Version4B\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2634012953-LARC_ASDC\",\"revision-date\":\"2024-03-28T08:44:53.738Z\",\"granule-count\":1770,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"},{\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":640,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"FLASH_TISA_Terra-NOAA20_Version4B\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2634012953-LARC_ASDC\",\"revision-date\":\"2024-04-05T00:51:54.508Z\",\"granule-count\":1802,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AdditionalAttributes\":[{\"DataType\":\"STRING\",\"Description\":\"PGE Short Name\",\"Name\":\"CERPGEName\"},{\"DataType\":\"STRING\",\"Description\":\"Sampling Strategy Used\",\"Name\":\"SamplingStrategy\"},{\"DataType\":\"STRING\",\"Description\":\"Production Strategy Name\",\"Name\":\"ProductionStrategy\"},{\"DataType\":\"INT\",\"Description\":\"Data @@ -203963,7 +204065,8 @@ interactions: RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD RADIATIVE TRANSFER\",\"VariableLevel2\":\"ABSORPTION\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SHORTWAVE - RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2021-12-21T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/TERRA-NOAA20/CERES/FLASH_TISA_L3.004B\"},\"ShortName\":\"FLASH_TISA_Terra-NOAA20\",\"EntryTitle\":\"FLASHFlux + RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2021-12-21T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"Geolocated + geophysical parameters\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/TERRA-NOAA20/CERES/FLASH_TISA_L3.004B\"},\"ShortName\":\"FLASH_TISA_Terra-NOAA20\",\"EntryTitle\":\"FLASHFlux Daily Gridded TOA and Surfaces/Clouds data Version 4B \",\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"CERES project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://ceres.larc.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC Data and Information for CERES\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW @@ -204037,10 +204140,10 @@ interactions: States\",\"PostalCode\":\"23666\",\"StreetAddresses\":[\"1 Enterprise Parkway\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(757) 951-1933\"},{\"Type\":\"Email\",\"Value\":\"parnchai.k.sawaengphokhai@nasa.gov\"}]},\"FirstName\":\"Sawaengphokhai\",\"LastName\":\"Parnchai\",\"Roles\":[\"Technical Contact\"]}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United - States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA - Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA - Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC - Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + States\",\"PostalCode\":\"23681-2199\",\"StreetAddresses\":[\"NASA Langley + Atmospheric Science Data Center\",\"User and Data Services\",\"NASA Langley + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + USER SERVICES\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Total Detector\",\"ShortName\":\"Total Detector\"},{\"LongName\":\"Shortwave Detector\",\"ShortName\":\"Shortwave @@ -204052,7 +204155,141 @@ interactions: Detector\"},{\"LongName\":\"Longwave Detector\",\"ShortName\":\"Longwave Detector\"}],\"LongName\":\"Clouds and the Earth's Radiant Energy System - Flight Model 6\",\"NumberOfInstruments\":3,\"ShortName\":\"CERES-FM6\"}],\"LongName\":\"Joint Polar Satellite System - 1\",\"ShortName\":\"NOAA-20\",\"Type\":\"Earth Observation - Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"},{\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/FLDAS/FLDAS_NOAH001_G_CA_D.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"FLDAS_NOAH001_G_CA_D_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2020764153-GES_DISC\",\"revision-date\":\"2023-09-22T19:03:35.650Z\",\"granule-count\":8393,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"Climate\",\"Drought\",\"Weather\",\"Water + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"},{\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"wfmiller\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_37048\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2789632196-LARC_ASDC\",\"revision-date\":\"2024-04-08T20:01:51.594Z\",\"granule-count\":372,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AdditionalAttributes\":[{\"Name\":\"CERPGEName\",\"Description\":\"PGE + Short Name\",\"DataType\":\"STRING\"},{\"Name\":\"SamplingStrategy\",\"Description\":\"Sampling + Strategy Used\",\"DataType\":\"STRING\"},{\"Name\":\"ProductionStrategy\",\"Description\":\"Production + Strategy Name\",\"DataType\":\"STRING\"},{\"Name\":\"CERDataDateYear\",\"Description\":\"Data + year\",\"DataType\":\"INT\"},{\"Name\":\"CERDataDateMonth\",\"Description\":\"Data + Month\",\"DataType\":\"INT\"},{\"Name\":\"ImagerShortName\",\"Description\":\"Short + name of imager used.\",\"DataType\":\"STRING\"},{\"Name\":\"NumberInputFiles\",\"Description\":\"Number + of input files read.\",\"DataType\":\"INT\"},{\"Name\":\"CERDataDateDay\",\"Description\":\"Data + day of month\",\"DataType\":\"INT\"}],\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Longitude\":-180.0,\"Latitude\":-90.0},{\"Longitude\":180.0,\"Latitude\":-90.0},{\"Longitude\":180.0,\"Latitude\":90.0},{\"Longitude\":-180.0,\"Latitude\":90.0},{\"Longitude\":-180.0,\"Latitude\":-90.0}]}}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD BASE HEIGHT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD HEIGHT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD BASE PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD FRACTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"AEROSOL + OPTICAL DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP HEIGHT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"INCOMING + SOLAR RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD BASE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + RADIATIVE TRANSFER\",\"VariableLevel2\":\"CLOUD RADIATIVE FORCING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + RADIATIVE TRANSFER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"NET RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + RADIATIVE TRANSFER\",\"VariableLevel2\":\"ABSORPTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"SHORTWAVE + RADIATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2021-12-21T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"Geolocated + geophysical parameters\"},\"DOI\":{\"MissingReason\":\"Not Applicable\",\"Explanation\":\"The + collection is near real time or has not yet been assigned a DOI.\"},\"ShortName\":\"FLASH_TISA_Terra-NOAA20\",\"EntryTitle\":\"FLASHFlux + Daily Gridded TOA and Surfaces/Clouds data Version 4C\",\"AccessConstraints\":{\"Value\":4.0,\"Description\":\"WORLD\"},\"RelatedUrls\":[{\"Description\":\"CERES + project home page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ceres.larc.nasa.gov/\"},{\"Description\":\"ASDC + Data and Information for CERES\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/CERES\"},{\"Description\":\"Earthdata + Search for FLASH_TISA_Terra-NOAA20_Version4C (NASA Application to search, + discover, visualize, refine, and access NASA Earth Observation data)\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2789632196-LARC_ASDC\"},{\"Description\":\"How + to cite ASDC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\"},{\"Description\":\"Angular + Distribution Models for Top-of-Atmosphere Radiative Flux Estimation from the + Clouds and the Earth\u2019s Radiant Energy System Instrument on the Terra + Satellite. Part II: Validation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://asdc.larc.nasa.gov/documents/ceres/readme/JTECHA_2590.pdf\"},{\"Description\":\"CERES/Terra + Regional Mean TOA Flux Uncertainties\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://asdc.larc.nasa.gov/documents/ceres/readme/region_mean_attach_C.pdf\"},{\"Description\":\"CERES + Data Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GOTO WEB TOOL\",\"Subtype\":\"SUBSETTER\",\"URL\":\"https://ceres.larc.nasa.gov/data/#flashflux-gridded-fluxes-level-3\"},{\"Description\":\"CERES + TOOL URL\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"CERES + Ordering Tool\",\"URL\":\"https://ceres-tool.larc.nasa.gov/ord-tool/jsp/FLASH_TISASelection.jsp\"},{\"Description\":\"Mission + Logo\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"Subtype\":\"WORLDVIEW\",\"URL\":\"https://asdc.larc.nasa.gov/static/images/project_logos/ceres.png\"},{\"Description\":\"ASDC + Direct Data Download for FLASH_TISA_Terra-NOAA20_Version4C\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://asdc.larc.nasa.gov/data/FLASH/TISA/Terra-NOAA20_Version4C/\"},{\"Description\":\"OPeNDAP + data access for FLASH_TISA_Terra-NOAA20_Version4C\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/FLASH/TISA/Terra-NOAA20_Version4C/contents.html\"},{\"Description\":\"Quality + Summary: FLASH_TISA_Versionh4C (12/2020)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PRODUCT QUALITY ASSESSMENT\",\"URL\":\"https://ceres.larc.nasa.gov/documents/DQ_summaries/FFv3C_TISA_DQS.pdf\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-10-01T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-03-08T00:00:00.000Z\"}],\"Abstract\":\"FLASH_TISA_Terra-NOAA20_Version4C + is the Fast Longwave And SHortwave Fluxes (FLASHFlux) Daily Gridded Top-of-Atmosphere + (TOA) and Surfaces/Clouds Version 4C data product. This product contains low + latency (< 7 days from observations) combined Terra and NOAA-20 FLASHFlux + Single Scanner Footprint (SSF) globally gridded TOA and parameterized surface + radiative fluxes for applied science uses. Data collection for this product + is in progress.\\r\\n\\r\\nFLASHFlux data are a product line of the Clouds + and the Earth's Radiant Energy Systems (CERES) project designed to process + and release TOA and surface radiative fluxes for applied sciences and education + uses. The FLASHFlux data product is a rapid-release product based on the algorithms + developed for and data collected by the CERES project. CERES is currently + producing world-class climate data products derived from measurements taken + aboard NASA's Terra, Aqua, and NOAA-20 spacecraft. While of exceptional fidelity, + these data products require considerable processing time to assure quality, + verify accuracy, and assess precision. The result is that CERES data are typically + released up to six months after acquiring the initial measurements. Such delays + are of little consequence for climate studies, especially considering the + improved quality of the released data products. Thus, FLASHFlux products are + not intended to achieve climate quality. FLASHFlux data products were envisioned + as a resource whereby CERES data could be provided to the community within + a few days of the initial measurements, with some calibration accuracy requirements + relaxed to gain speed. \\r\\n\\r\\nThe SSF TOA/Surface Fluxes and Clouds product + contains one hour of instantaneous FLASHFlux data for a single CERES scanner + instrument. The SSF combines instantaneous CERES data with scene information + from a higher-resolution imager, such as Moderate-Resolution Imaging Spectroradiometer + (MODIS) on the Terra and Aqua satellites and meteorological and ozone information + from The Goddard Earth Observing System (GEOS) GEOS-IT Atmospheric Data Assimilation + System. NOAA-20 SSF combines instantaneous CERES data with scene information + from the Visible Infrared Imaging Radiometer Suite (VIIRS). Scene identification + and cloud properties are defined at the higher image resolution, and these + data are averaged over the larger CERES footprint. For each CERES footprint, + the SSF contains Top-of-Atmosphere fluxes in SW, LW, and NET, surface fluxes + using the Langley parameterized shortwave and longwave algorithms, and cloud + information. CERES is a key Earth Observing System (EOS) program component. + The CERES instruments provide radiometric measurements of the Earth's atmosphere + from three broadband channels. The CERES mission is a follow-up to the successful + Earth Radiation Budget Experiment (ERBE) mission. The first CERES instrument + (PFM) was launched on November 27, 1997, as part of the Tropical Rainfall + Measuring Mission (TRMM). Two CERES instruments (FM1 and FM2) were launched + into polar orbit on board the EOS flagship Terra on December 18, 1999. Two + additional CERES instruments (FM3 and FM4) were launched on board EOS Aqua + on May 4, 2002. CERES instrument Flight Model 5 (FM5) was launched on board + the Suomi National Polar-orbiting Partnership (NPP) satellite and the CERES + instrument (FM6) was launched on board NOAA's next generation of polar-orbiting + satellites on November 18, 2017.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-10-25T13:52:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T20:01:00.000Z\"}],\"MetadataAssociations\":[{\"Type\":\"PARENT\",\"EntryId\":\"FLASH_TISA_Terra+Aqua\",\"Description\":\"Preceding + version\",\"Version\":\"Version4A\"}],\"Version\":\"Version4C\",\"Projects\":[{\"ShortName\":\"FLASHFLUX\",\"LongName\":\"Fast + Longwave And SHortwave Radiative Fluxes\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Sawaengphokhai\",\"LastName\":\"Parnchai\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"parnchai.k.sawaengphokhai@nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\",\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"Data + Center Contact\"],\"GroupName\":\"ASDC Home Page\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA Langley Atmospheric Science Data Center\",\"User + and Data Services\",\"NASA Langley Research Center\"],\"City\":\"Hampton\",\"StateProvince\":\"Virginia\",\"PostalCode\":\"23681-2199\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"CERES-FM1\",\"LongName\":\"Clouds + and the Earth's Radiant Energy System - Flight Model 1\",\"NumberOfInstruments\":3,\"ComposedOf\":[{\"ShortName\":\"Total + Detector\",\"LongName\":\"Total Detector\"},{\"ShortName\":\"Shortwave Detector\",\"LongName\":\"Shortwave + Detector\"},{\"ShortName\":\"Window Detector\",\"LongName\":\"Window Detector\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-20\",\"LongName\":\"Joint Polar + Satellite System - 1\",\"Instruments\":[{\"ShortName\":\"CERES-FM6\",\"LongName\":\"Clouds + and the Earth's Radiant Energy System - Flight Model 6\",\"NumberOfInstruments\":3,\"ComposedOf\":[{\"ShortName\":\"Total + Detector\",\"LongName\":\"Total Detector\"},{\"ShortName\":\"Shortwave Detector\",\"LongName\":\"Shortwave + Detector\"},{\"ShortName\":\"Longwave Detector\",\"LongName\":\"Longwave Detector\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"},{\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/FLDAS/FLDAS_NOAH001_G_CA_D.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"FLDAS_NOAH001_G_CA_D_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2020764153-GES_DISC\",\"revision-date\":\"2023-09-22T19:03:35.650Z\",\"granule-count\":8393,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"Climate\",\"Drought\",\"Weather\",\"Water Resources\",\"Global\"],\"CollectionCitations\":[{\"Creator\":\"Jossy Jacob, Kimberly Slinski (NASA/GSFC/HSL)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/FLDAS_NOAH001_G_CA_D_001.html\"},\"Publisher\":\"Goddard @@ -204163,7 +204400,7 @@ interactions: Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Noah-LSM\",\"LongName\":\"Noah Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/FLDAS/FLDAS_NOAH01_CP_GL_M.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"FLDAS_NOAH01_CP_GL_M_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2020765110-GES_DISC\",\"revision-date\":\"2023-04-14T18:05:49.632Z\",\"granule-count\":62,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"Climate\",\"Drought\",\"Weather\",\"Water + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/FLDAS/FLDAS_NOAH01_CP_GL_M.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"FLDAS_NOAH01_CP_GL_M_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2020765110-GES_DISC\",\"revision-date\":\"2023-04-14T18:05:49.632Z\",\"granule-count\":63,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"Climate\",\"Drought\",\"Weather\",\"Water Resources\",\"Global\"],\"CollectionCitations\":[{\"Creator\":\"Jossy Jacob, Kimberly Slinksi (NASA/GSFC/HSL)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/FLDAS_NOAH01_CP_GL_M_001.html\"},\"Publisher\":\"Goddard @@ -204551,7 +204788,7 @@ interactions: Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Noah-LSM\",\"LongName\":\"Noah Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/FLDAS/FLDAS_NOAHMP001_G_CA_D.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"FLDAS_NOAHMP001_G_CA_D_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2773858780-GES_DISC\",\"revision-date\":\"2023-12-28T21:27:34.581Z\",\"granule-count\":8580,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"Climate\",\"Drought\",\"Weather\",\"Water + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/FLDAS/FLDAS_NOAHMP001_G_CA_D.001/\"],\"has-spatial-subsetting\":false,\"native-id\":\"FLDAS_NOAHMP001_G_CA_D_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2773858780-GES_DISC\",\"revision-date\":\"2023-12-28T21:27:34.581Z\",\"granule-count\":8590,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\",\"Climate\",\"Drought\",\"Weather\",\"Water Resources\",\"Global\"],\"CollectionCitations\":[{\"Creator\":\"Kimberly Slinski, Daniel Sarmiento (NASA/GSFC/HSL)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/FLDAS_NOAHMP001_G_CA_D_001.html\"},\"Publisher\":\"Goddard @@ -205965,7 +206202,7 @@ interactions: PAGE\",\"URL\":\"https://ladsweb.modaps.eosdis.nasa.gov/\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"ENVISAT\",\"LongName\":\"Environmental Satellite\",\"Instruments\":[{\"ShortName\":\"MERIS\",\"LongName\":\"Medium - Resolution Imaging Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF4-zipped\",\"FormatType\":\"Native\",\"AverageFileSize\":1115.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":110680.0,\"TotalCollectionFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF4-zipped\",\"FormatType\":\"Native\",\"AverageFileSize\":1115.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":110680.0,\"TotalCollectionFileSizeUnit\":\"GB\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_19770\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2196888145-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T13:24:31.125Z\",\"granule-count\":9582,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLORTHO.001\",\"Creator\":\"Bruce + Resolution Imaging Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF4-zipped\",\"FormatType\":\"Native\",\"AverageFileSize\":1115.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":110680.0,\"TotalCollectionFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF4-zipped\",\"FormatType\":\"Native\",\"AverageFileSize\":1115.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":110680.0,\"TotalCollectionFileSizeUnit\":\"GB\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_19770\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2196888145-LPDAAC_ECS\",\"revision-date\":\"2024-04-02T17:36:35.294Z\",\"granule-count\":9582,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLORTHO.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT Aerial Orthomosaic V001\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLORTHO.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2022-01-14T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLORTHO.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -205982,10 +206219,10 @@ interactions: for user guides, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://doi.org/10.5067/Community/GLIHT/GLORTHO.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPs.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLORTHO.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLORTHO.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":140.8,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2196888145-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2196888145-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":140.8,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The G-LiHT @@ -206010,7 +206247,7 @@ interactions: AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN - SEA\",\"Subregion3\":\"PUERTO RICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-01-07T17:22:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T13:24:00.000Z\"}],\"VersionDescription\":\"This + SEA\",\"Subregion3\":\"PUERTO RICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-01-07T17:22:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-02T17:36:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"NonDataCenterAffiliation\":\"G-LiHT Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -206043,7 +206280,9 @@ interactions: LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\",\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":250.0,\"Format\":\"GeoTIFF\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\",\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_14485\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2013347740-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T12:50:05.606Z\",\"granule-count\":22080,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLCHMK.001\",\"Creator\":\"Bruce + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":140.8,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":140.8,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_14485\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2013347740-LPDAAC_ECS\",\"revision-date\":\"2024-04-08T14:00:02.367Z\",\"granule-count\":22080,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLCHMK.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT Canopy Height Model KML V001\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLCHMK.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2021-03-23T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLCHMK.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -206054,8 +206293,9 @@ interactions: SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"SURFACE ROUGHNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY - CHARACTERISTICS\",\"VariableLevel2\":\"VEGETATION HEIGHT\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":4,\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor - Measurements\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/Community/GLIHT/GLCHMK.001\",\"Authority\":\"http://doi.org/\"},\"ShortName\":\"GLCHMK\",\"EntryTitle\":\"G-LiHT + CHARACTERISTICS\",\"VariableLevel2\":\"VEGETATION HEIGHT\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":4,\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"Level + 3 data products are variables mapped on uniform space-time grid scales, usually + with some completeness and consistency.\"},\"DOI\":{\"DOI\":\"10.5067/Community/GLIHT/GLCHMK.001\",\"Authority\":\"http://doi.org/\"},\"ShortName\":\"GLCHMK\",\"EntryTitle\":\"G-LiHT Canopy Height Model KML V001\",\"RelatedUrls\":[{\"Description\":\"Browse image for Earthdata Search\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/WORKING/BRWS/Browse.001/2021.03.02/GLCHMK_Bowie_Jun2012_CHM.1.png\"},{\"Description\":\"The @@ -206063,10 +206303,10 @@ interactions: for user guides, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://doi.org/10.5067/Community/GLIHT/GLCHMK.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPs.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLCHMK.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLCHMK.001/\",\"GetData\":{\"Format\":\"KML\",\"Size\":2.4,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2013347740-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2013347740-LPDAAC_ECS\",\"GetData\":{\"Format\":\"KML\",\"Size\":2.4,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The G-LiHT @@ -206098,7 +206338,7 @@ interactions: OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH - AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-02-26T15:35:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T12:50:00.000Z\"}],\"VersionDescription\":\"This + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-02-26T15:35:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T14:00:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT Canopy Height Model KMZ dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"NonDataCenterAffiliation\":\"G-LiHT Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -206126,7 +206366,9 @@ interactions: LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\",\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"KML\",\"TotalCollectionFileSizeBeginDate\":\"2021-03-23T00:00:00.000Z\",\"AverageFileSizeUnit\":\"MB\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_14489\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2013348111-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T12:55:16.201Z\",\"granule-count\":22080,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLCHMT.001\",\"Creator\":\"Bruce + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"KML\",\"FormatType\":\"Native\",\"FormatDescription\":\"Keyhole + Markup Language\",\"AverageFileSize\":2.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2023-03-23T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"KML\",\"FormatType\":\"Native\",\"FormatDescription\":\"Keyhole + Markup Language\",\"Media\":[\"https\"],\"AverageFileSize\":2.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2021-03-23T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_14489\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2013348111-LPDAAC_ECS\",\"revision-date\":\"2024-04-08T14:00:47.078Z\",\"granule-count\":22080,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLCHMT.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT Canopy Height Model V001\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLCHMT.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2021-03-23T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLCHMT.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -206137,8 +206379,9 @@ interactions: SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"SURFACE ROUGHNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY - CHARACTERISTICS\",\"VariableLevel2\":\"VEGETATION HEIGHT\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":4,\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor - Measurements\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/Community/GLIHT/GLCHMT.001\",\"Authority\":\"http://doi.org/\"},\"ShortName\":\"GLCHMT\",\"EntryTitle\":\"G-LiHT + CHARACTERISTICS\",\"VariableLevel2\":\"VEGETATION HEIGHT\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":4,\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"Level + 3 data products are variables mapped on uniform space-time grid scales, usually + with some completeness and consistency.\"},\"DOI\":{\"DOI\":\"10.5067/Community/GLIHT/GLCHMT.001\",\"Authority\":\"http://doi.org/\"},\"ShortName\":\"GLCHMT\",\"EntryTitle\":\"G-LiHT Canopy Height Model V001\",\"RelatedUrls\":[{\"Description\":\"Browse image for Earthdata Search\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/WORKING/BRWS/Browse.001/2021.03.02/GLCHMT_Bowie_Jun2012_CHM.1.png\"},{\"Description\":\"The @@ -206146,10 +206389,10 @@ interactions: for user guides, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://doi.org/10.5067/Community/GLIHT/GLCHMT.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPs.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLCHMT.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLCHMT.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":28.3,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2013348111-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2013348111-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":28.3,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The G-LiHT @@ -206181,7 +206424,7 @@ interactions: OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH - AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-02-26T15:39:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T12:55:00.000Z\"}],\"VersionDescription\":\"This + AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-02-26T15:39:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T14:00:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT Canopy Height Model dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"NonDataCenterAffiliation\":\"G-LiHT Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -206208,7 +206451,9 @@ interactions: LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\",\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":125.0,\"Format\":\"GeoTIFF\",\"TotalCollectionFileSizeBeginDate\":\"2021-03-23T00:00:00.000Z\",\"AverageFileSizeUnit\":\"MB\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_16910\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2087152282-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T12:56:41.503Z\",\"granule-count\":22070,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLDSMT.001\",\"Creator\":\"Bruce + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":28.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2021-03-23T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":28.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2021-03-23T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_16910\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2087152282-LPDAAC_ECS\",\"revision-date\":\"2024-04-08T14:01:29.853Z\",\"granule-count\":22070,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLDSMT.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT Digital Surface Model\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLDSMT.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2021-05-27T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLDSMT.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -206220,8 +206465,9 @@ interactions: SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"SURFACE ROUGHNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY - CHARACTERISTICS\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":4,\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor - Measurements\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/Community/GLIHT/GLDSMT.001\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"GLDSMT\",\"EntryTitle\":\"G-LiHT + CHARACTERISTICS\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":4,\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"Level + 3 data products are variables mapped on uniform space-time grid scales, usually + with some completeness and consistency.\"},\"DOI\":{\"DOI\":\"10.5067/Community/GLIHT/GLDSMT.001\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"GLDSMT\",\"EntryTitle\":\"G-LiHT Digital Surface Model V001\",\"RelatedUrls\":[{\"Description\":\"Browse image for Earthdata Search\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/WORKING/BRWS/Browse.001/2021.07.29/GLDSMT_Loudon_Jun2017_DSM.1.png\"},{\"Description\":\"The @@ -206229,10 +206475,10 @@ interactions: for user guides, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://doi.org/10.5067/Community/GLIHT/GLDSMT.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPs.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLDSMT.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLDSMT.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":120.5,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2087152282-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2087152282-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":120.5,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The G-LiHT @@ -206242,7 +206488,7 @@ interactions: the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/1572/G-LiHT_User_Guide_V4.pdf\"},{\"Description\":\"GLMETA Data Pool Link\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED - INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLMETA.001/\"}],\"DataDates\":[{\"Date\":\"2021-07-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-07T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Goddard\u2019s + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLMETA.001/\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-07-07T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2021-07-07T00:00:00.000Z\"}],\"Abstract\":\"Goddard\u2019s LiDAR, Hyperspectral, and Thermal Imagery (G-LiHT) mission (https://gliht.gsfc.nasa.gov/) is a portable, airborne imaging system that aims to simultaneously map the composition, structure, and function of terrestrial ecosystems. G-LiHT primarily @@ -206258,7 +206504,7 @@ interactions: AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN - SEA\",\"Subregion3\":\"PUERTO RICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-07-07T20:02:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T12:56:00.000Z\"}],\"VersionDescription\":\"This + SEA\",\"Subregion3\":\"PUERTO RICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-07-07T20:02:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T14:01:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP DAAC\",\"LongName\":\"Land Processes Distributed Active Archive Center\",\"ContactGroups\":[{\"Roles\":[\"User @@ -206287,7 +206533,9 @@ interactions: LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\",\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":125.0,\"Format\":\"GeoTIFF\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\",\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_15313\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2033475664-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T13:00:49.956Z\",\"granule-count\":22093,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLDTMK.001\",\"Creator\":\"Bruce + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":120.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":120.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_15313\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2033475664-LPDAAC_ECS\",\"revision-date\":\"2024-04-02T16:31:44.992Z\",\"granule-count\":22093,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLDTMK.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT Digital Terrain Model KML V001\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLDTMK.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2021-04-29T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLDTMK.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -206306,7 +206554,7 @@ interactions: for user guides, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://doi.org/10.5067/Community/GLIHT/GLDTMK.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPs.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLDTMK.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLDTMK.001/\",\"GetData\":{\"Format\":\"KML\",\"Size\":1.0,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2033475664-LPDAAC_ECS\"},{\"Description\":\"The @@ -206341,7 +206589,7 @@ interactions: AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN - SEA\",\"Subregion3\":\"PUERTO RICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-04-13T15:07:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T13:00:00.000Z\"}],\"VersionDescription\":\"This + SEA\",\"Subregion3\":\"PUERTO RICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-04-13T15:07:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-02T16:31:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP DAAC\",\"LongName\":\"Land Processes Distributed Active Archive Center\",\"ContactGroups\":[{\"Roles\":[\"User @@ -206375,7 +206623,9 @@ interactions: descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"KML\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\",\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_15314\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2033478423-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T13:12:59.136Z\",\"granule-count\":22093,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLDTMT.001\",\"Creator\":\"Bruce + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"KML\",\"FormatType\":\"Native\",\"FormatDescription\":\"Keyhole + Markup Language\",\"AverageFileSize\":1.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"KML\",\"FormatType\":\"Native\",\"FormatDescription\":\"Keyhole + Markup Language\",\"AverageFileSize\":1.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_15314\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2033478423-LPDAAC_ECS\",\"revision-date\":\"2024-04-02T16:56:29.416Z\",\"granule-count\":22093,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLDTMT.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT Digital Terrain Model V001\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLDTMT.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2021-04-29T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLDTMT.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -206394,10 +206644,10 @@ interactions: for user guides, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://doi.org/10.5067/Community/GLIHT/GLDTMT.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPs.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLDTMT.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLDTMT.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":28.3,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2033478423-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2033478423-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":28.3,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The G-LiHT @@ -206429,7 +206679,7 @@ interactions: AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN - SEA\",\"Subregion3\":\"PUERTO RICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-04-13T15:19:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T13:12:00.000Z\"}],\"VersionDescription\":\"This + SEA\",\"Subregion3\":\"PUERTO RICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-04-13T15:19:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-02T16:56:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"NonDataCenterAffiliation\":\"G-LiHT Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -206464,7 +206714,9 @@ interactions: descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":125.0,\"Format\":\"GeoTIFF\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\",\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_22057\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2254665027-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T13:17:13.478Z\",\"granule-count\":4244,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLHYANC.001\",\"Creator\":\"Bruce + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":28.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":28.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_22057\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2254665027-LPDAAC_ECS\",\"revision-date\":\"2024-04-08T14:03:32.735Z\",\"granule-count\":4244,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLHYANC.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT Hyperspectral Ancillary V001\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLHYANC.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2022-05-03T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLHYANC.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -206472,17 +206724,17 @@ interactions: of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":73.0,\"WestBoundingCoordinate\":-170.0,\"EastBoundingCoordinate\":-50.0,\"SouthBoundingCoordinate\":10.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Universal Transverse Mercator (UTM)\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World Geodetic System (WGS84)\"},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":1.0,\"YDimension\":1.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":0,\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor - Measurements\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/Community/GLIHT/GLHYANC.001\",\"Authority\":\"http://doi.org/\"},\"ShortName\":\"GLHYANC\",\"EntryTitle\":\"G-LiHT + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":0,\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"0\",\"ProcessingLevelDescription\":\"Sensor + Measurements\"},\"DOI\":{\"DOI\":\"10.5067/Community/GLIHT/GLHYANC.001\",\"Authority\":\"http://doi.org/\"},\"ShortName\":\"GLHYANC\",\"EntryTitle\":\"G-LiHT Hyperspectral Ancillary V001\",\"RelatedUrls\":[{\"Description\":\"The LP DAAC product page provides information on Science Data Set layers and links for user guides, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/Community/GLIHT/GLHYANC.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPs.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLHYANC.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLHYANC.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":25.5,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2254665027-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2254665027-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":25.5,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The G-LiHT @@ -206492,7 +206744,7 @@ interactions: the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/1572/G-LiHT_User_Guide_V4.pdf\"},{\"Description\":\"GLMETA Data Pool Lnk\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED - INFORMATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLMETA.001/\"}],\"DataDates\":[{\"Date\":\"2022-03-03T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-03-03T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Goddard\u2019s + INFORMATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLMETA.001/\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-03-03T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-03-03T00:00:00.000Z\"}],\"Abstract\":\"Goddard\u2019s LiDAR, Hyperspectral, and Thermal Imager (G-LiHT) mission is a portable, airborne imaging system that aims to simultaneously map the composition, structure, and function of terrestrial ecosystems. G-LiHT primarily focuses on a broad @@ -206507,7 +206759,7 @@ interactions: OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH - AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-04-21T13:58:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T13:17:00.000Z\"}],\"VersionDescription\":\"This + AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-04-21T13:58:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T14:03:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"NonDataCenterAffiliation\":\"G-LiHT Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Facebook\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -206534,7 +206786,9 @@ interactions: LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\",\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"GeoTIFF\",\"AverageFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"GeoTIFF\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\",\"AverageFileSizeUnit\":\"GB\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_22351\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2273947212-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T13:26:08.392Z\",\"granule-count\":4168,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLRADS.001\",\"Creator\":\"Bruce + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":25.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":25.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_22351\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2273947212-LPDAAC_ECS\",\"revision-date\":\"2024-04-02T18:01:54.812Z\",\"granule-count\":4168,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLRADS.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT Hyperspectral Radiance V001\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLRADS.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2022-06-06T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLRADS.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -206557,10 +206811,10 @@ interactions: for user guides, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/Community/GLIHT/GLRADS.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPs.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLRADS.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLRADS.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":301.5,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2273947212-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2273947212-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":301.5,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The G-LiHT @@ -206591,7 +206845,7 @@ interactions: OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH - AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-05-18T13:15:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T13:26:00.000Z\"}],\"VersionDescription\":\"This + AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-05-18T13:15:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-02T18:01:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"NonDataCenterAffiliation\":\"G-LiHT Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -206618,7 +206872,9 @@ interactions: LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\",\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"GeoTIFF\",\"AverageFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"GeoTIFF\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\",\"AverageFileSizeUnit\":\"GB\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_21279\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2227150835-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T13:35:25.453Z\",\"granule-count\":4215,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLREFL.001\",\"Creator\":\"Bruce + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":301.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":301.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_21279\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2227150835-LPDAAC_ECS\",\"revision-date\":\"2024-04-02T16:53:21.396Z\",\"granule-count\":4215,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLREFL.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT Hyperspectral Reflectance V001\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLREFL.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2022-05-03T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLREFL.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -206636,10 +206892,10 @@ interactions: for user guides, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/Community/GLIHT/GLREFL.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPs.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLREFL.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLREFL.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":386.8,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2227150835-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2227150835-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":386.8,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The G-LiHT @@ -206670,7 +206926,7 @@ interactions: OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH - AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-03-03T19:59:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T13:35:00.000Z\"}],\"VersionDescription\":\"This + AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-03-03T19:59:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-02T16:53:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"NonDataCenterAffiliation\":\"G-LiHT Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -206697,7 +206953,9 @@ interactions: LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\",\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"GeoTIFF\",\"AverageFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"GeoTIFF\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\",\"AverageFileSizeUnit\":\"GB\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_23133\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2323838771-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T13:19:02.667Z\",\"granule-count\":3309,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLYHVI.001\",\"Creator\":\"Bruce + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":386.8,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":386.8,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_23133\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2323838771-LPDAAC_ECS\",\"revision-date\":\"2024-04-08T14:04:18.660Z\",\"granule-count\":3309,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLYHVI.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT Hyperspectral Vegetative Indices V001\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLHYVI.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2022-07-25T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLHYVI.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -206711,8 +206969,8 @@ interactions: WAVELENGTHS\",\"VariableLevel1\":\"INFRARED RADIANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"ULTRAVIOLET WAVELENGTHS\",\"VariableLevel1\":\"ULTRAVIOLET RADIANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"MICROWAVE - RADIANCE\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":0,\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor - Measurements\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/Community/GLIHT/GLHYVI.001\",\"Authority\":\"http://doi.org/\"},\"ShortName\":\"GLHYVI\",\"EntryTitle\":\"G-LiHT + RADIANCE\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":0,\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"Sensor + Measurements\"},\"DOI\":{\"DOI\":\"10.5067/Community/GLIHT/GLHYVI.001\",\"Authority\":\"http://doi.org/\"},\"ShortName\":\"GLHYVI\",\"EntryTitle\":\"G-LiHT Hyperspectral Vegetative Indices V001\",\"RelatedUrls\":[{\"Description\":\"Browse image for Earthdata Search\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/WORKING/BRWS/Browse.001/2022.05.31/GLHYVI_Cape_Cod_Jun2016_11_radiance_L1G.1.png\"},{\"Description\":\"The @@ -206720,10 +206978,10 @@ interactions: for user guides, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/Community/GLIHT/GLHYVI.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPs.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLHYVI.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLHYVI.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":324.6,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2323838771-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2323838771-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":324.6,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The G-LiHT @@ -206733,7 +206991,7 @@ interactions: the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/1572/G-LiHT_User_Guide_V4.pdf\"},{\"Description\":\"GLMETA Data Pool Link\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED - INFORMATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLMETA.001/\"}],\"DataDates\":[{\"Date\":\"2022-07-05T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-07-05T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Goddard\u2019s + INFORMATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLMETA.001/\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-07-05T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-07-05T00:00:00.000Z\"}],\"Abstract\":\"Goddard\u2019s LiDAR, Hyperspectral, and Thermal Imager (G-LiHT) mission is a portable, airborne imaging system that aims to simultaneously map the composition, structure, and function of terrestrial ecosystems. G-LiHT primarily focuses on a broad @@ -206753,7 +207011,7 @@ interactions: OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH - AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-07-05T17:43:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T13:19:00.000Z\"}],\"VersionDescription\":\"This + AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-07-05T17:43:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T14:04:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"NonDataCenterAffiliation\":\"G-LiHT Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -206780,7 +207038,9 @@ interactions: LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\",\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"GeoTIFF\",\"AverageFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"GeoTIFF\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\",\"AverageFileSizeUnit\":\"GB\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_18077\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2134696941-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T13:21:11.562Z\",\"granule-count\":26714,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLLIDARPC.001\",\"Creator\":\"Bruce + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":324.6,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":324.6,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_18077\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2134696941-LPDAAC_ECS\",\"revision-date\":\"2024-04-02T18:23:17.412Z\",\"granule-count\":26714,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLLIDARPC.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT LiDAR Point Cloud\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLLIDARPC.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2021-10-14T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLLIDARPC.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -206833,7 +207093,7 @@ interactions: AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN - SEA\",\"Subregion3\":\"PUERTO RICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-09-27T14:31:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T13:21:00.000Z\"}],\"VersionDescription\":\"This + SEA\",\"Subregion3\":\"PUERTO RICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-09-27T14:31:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-02T18:23:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"NonDataCenterAffiliation\":\"G-LiHT Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -206866,7 +207126,9 @@ interactions: descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":150.0,\"Format\":\"LAS\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\",\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_25217\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2492385614-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T13:22:58.545Z\",\"granule-count\":22182,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLYHVI.001\",\"Creator\":\"Bruce + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"LAS\",\"FormatType\":\"Native\",\"FormatDescription\":\"LASER + File Format\",\"AverageFileSize\":254.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":6792077.7,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"LAS\",\"FormatType\":\"Native\",\"FormatDescription\":\"LASER + File Format\",\"AverageFileSize\":254.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":6792077.7,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_25217\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2492385614-LPDAAC_ECS\",\"revision-date\":\"2024-04-02T17:01:46.520Z\",\"granule-count\":22182,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLYHVI.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT Metrics V001\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLMETRICS.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2022-12-01T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLMETRICS.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -206890,10 +207152,10 @@ interactions: for user guides, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/Community/GLIHT/GLMETRICS.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPs.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLMETRICS.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLMETRICS.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":126.7,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2492385614-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2492385614-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":126.7,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The G-LiHT @@ -206921,7 +207183,7 @@ interactions: OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH - AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-09-30T16:13:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T13:22:00.000Z\"}],\"VersionDescription\":\"This + AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-09-30T16:13:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-02T17:01:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"NonDataCenterAffiliation\":\"G-LiHT Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -206948,7 +207210,9 @@ interactions: LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\",\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"GeoTIFF\",\"AverageFileSizeUnit\":\"GB\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"GeoTIFF\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\",\"AverageFileSizeUnit\":\"GB\",\"Media\":[\"https\"]}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_16124\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2055144278-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T13:36:47.669Z\",\"granule-count\":742,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLTRAJECTORY.001\",\"Creator\":\"Bruce + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":126.7,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":126.7,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_16124\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2055144278-LPDAAC_ECS\",\"revision-date\":\"2024-04-02T16:33:55.806Z\",\"granule-count\":742,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GLTRAJECTORY.001\",\"Creator\":\"Bruce Cook\",\"Title\":\"G-LiHT Trajectory Data V001\",\"OnlineResource\":{\"Linkage\":\"http://doi.org/10.5067/Community/GLIHT/GLTRAJECTORY.001\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"ReleaseDate\":\"2021-05-31T00:00:00.000Z\",\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\"}],\"AdditionalAttributes\":[{\"Value\":\"10.5067/Community/GLIHT/GLTRAJECTORY.001\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital @@ -206965,7 +207229,7 @@ interactions: for user guides, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://doi.org/10.5067/Community/GLIHT/GLTRAJECTORY.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPs.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLTRAJECTORY.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GLTRAJECTORY.001/\",\"GetData\":{\"Format\":\"KML\",\"Size\":137.1,\"Unit\":\"KB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2055144278-LPDAAC_ECS\"},{\"Description\":\"The @@ -206993,7 +207257,7 @@ interactions: AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN - SEA\",\"Subregion3\":\"PUERTO RICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-05-19T17:01:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T13:36:00.000Z\"}],\"VersionDescription\":\"This + SEA\",\"Subregion3\":\"PUERTO RICO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-05-19T17:01:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-02T16:33:00.000Z\"}],\"VersionDescription\":\"This is version one of the G-LiHT dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"G-LiHT\",\"LongName\":\"Goddard\u2019s LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Bruce\",\"LastName\":\"Cook\",\"NonDataCenterAffiliation\":\"G-LiHT Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"bruce.cook@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -207026,7 +207290,9 @@ interactions: LiDAR, Hyperspectral and Thermal (G-LiHT) airborne imaging system\",\"Instruments\":[{\"ShortName\":\"Headwall\",\"LongName\":\"Headwall Hyperspectral Camera\",\"Technique\":\"Imaging Radiometry\"},{\"ShortName\":\"Riegl Airborne Lidar\",\"LongName\":\"Reigl Waveform Processing Airborne Laser Scanning - System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"AverageFileSize\":1.0,\"Format\":\"KML\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\",\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_DAAC\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Gamma + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"KML\",\"FormatType\":\"Native\",\"FormatDescription\":\"Keyhole + Markup Language\",\"AverageFileSize\":137.1,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"KML\",\"FormatType\":\"Native\",\"FormatDescription\":\"Keyhole + Markup Language\",\"AverageFileSize\":137.1,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSizeBeginDate\":\"2011-06-30T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_DAAC\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Gamma Ray Data: Peck (FIFE)\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179003235-ORNL_DAAC\",\"revision-date\":\"2023-03-10T23:03:43.759Z\",\"granule-count\":16,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Peck, E.L., and T.R. Carroll. 1994. Gamma Ray Data: Peck (FIFE). ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/37\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-96.62,\"NorthBoundingCoordinate\":39.12,\"EastBoundingCoordinate\":-96.48,\"SouthBoundingCoordinate\":38.97}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH @@ -207435,7 +207701,7 @@ interactions: Ecosystem Dynamics Investigation\",\"ComposedOf\":[{\"ShortName\":\"LIDAR\",\"LongName\":\"Light Detection and Ranging\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":1.46,\"AverageFileSizeUnit\":\"GB\",\"TotalCollectionFileSizeBeginDate\":\"2019-04-04T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"Earthdata Cloud\",\"HTTPS\"],\"AverageFileSize\":1.46,\"AverageFileSizeUnit\":\"GB\",\"TotalCollectionFileSizeBeginDate\":\"2019-04-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897222-LPDAAC_ECS\",\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_12036\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700525914-LPDAAC_ECS\"},\"concept-id\":\"S1568897222-LPDAAC_ECS\"},{\"data\":{\"order_option\":\"OO2700491961-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1908348134-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:15:06.416Z\",\"granule-count\":74811,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GEDI02_A.002\",\"Creator\":\"Ralph + Data Format Version 5\",\"Media\":[\"Earthdata Cloud\",\"HTTPS\"],\"AverageFileSize\":1.46,\"AverageFileSizeUnit\":\"GB\",\"TotalCollectionFileSizeBeginDate\":\"2019-04-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897323-LPDAAC_ECS\",\"S1568897222-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_12036\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700491961-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"},{\"data\":{\"order_option\":\"OO2700525914-LPDAAC_ECS\"},\"concept-id\":\"S1568897222-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1908348134-LPDAAC_ECS\",\"revision-date\":\"2024-04-08T13:45:05.140Z\",\"granule-count\":74811,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GEDI02_A.002\",\"Creator\":\"Ralph Dubayah, Michelle Hofton, James Blair, John Armston, Hao Tang, Scott Luthcke\",\"Title\":\"GEDI L2A Elevation and Height Metrics Data Global Footprint Level V002\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/GEDI/GEDI02_A.002\",\"Name\":\"DOI Landing Page\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active @@ -207454,7 +207720,10 @@ interactions: PHENOLOGY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY - CHARACTERISTICS\",\"VariableLevel2\":\"VEGETATION HEIGHT\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":4,\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-04-04T00:00:00.000Z\",\"EndingDateTime\":\"2023-03-16T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GEDI/GEDI02_A.002\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GEDI02_A\",\"EntryTitle\":\"GEDI + CHARACTERISTICS\",\"VariableLevel2\":\"VEGETATION HEIGHT\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":4,\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-04-04T00:00:00.000Z\",\"EndingDateTime\":\"2023-03-16T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2A\",\"ProcessingLevelDescription\":\"L2A + data contains information derived from the geolocated sensor data, such as + ground elevation, highest and lowest surface return elevations, energy quantile + heights, and other waveform-derived metrics describing the intercepted surface.\"},\"DOI\":{\"DOI\":\"10.5067/GEDI/GEDI02_A.002\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GEDI02_A\",\"EntryTitle\":\"GEDI L2A Elevation and Height Metrics Data Global Footprint Level V002\",\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET @@ -207530,7 +207799,7 @@ interactions: and water persistence.\\r\\n* Added selected_mode_flag dataset to root beam group using selected algorithm.\\r\\n* Removed shots when the laser is not firing.\\r\\n* Modified file name.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-07-24T14:05:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T19:15:00.000Z\"}],\"VersionDescription\":\"Version + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-07-24T14:05:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T13:45:00.000Z\"}],\"VersionDescription\":\"Version 2\",\"Version\":\"002\",\"Projects\":[{\"ShortName\":\"GEDI\",\"LongName\":\"Global Ecosystem Dynamics Investigation\",\"Campaigns\":[\"GEDI\"]}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Ralph\",\"LastName\":\"Dubayah\",\"NonDataCenterAffiliation\":\"GEDI Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"dubayah@umd.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -207696,7 +207965,7 @@ interactions: Ecosystem Dynamics Investigation\",\"ComposedOf\":[{\"ShortName\":\"LIDAR\",\"LongName\":\"Light Detection and Ranging\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical Data Format Version 5\",\"AverageFileSize\":0.3,\"AverageFileSizeUnit\":\"GB\",\"TotalCollectionFileSizeBeginDate\":\"2019-04-04T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical - Data Format Version 5\",\"Media\":[\"Earthdata Cloud\",\"HTTPS\"],\"AverageFileSize\":0.3,\"AverageFileSizeUnit\":\"GB\",\"TotalCollectionFileSizeBeginDate\":\"2019-04-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"dnilsen_eros\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897222-LPDAAC_ECS\",\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_12037\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700525182-LPDAAC_ECS\"},\"concept-id\":\"S1568897222-LPDAAC_ECS\"},{\"data\":{\"order_option\":\"OO2700491961-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1908350066-LPDAAC_ECS\",\"revision-date\":\"2024-03-25T19:16:29.626Z\",\"granule-count\":74810,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GEDI02_B.002\",\"Creator\":\"Ralph + Data Format Version 5\",\"Media\":[\"Earthdata Cloud\",\"HTTPS\"],\"AverageFileSize\":0.3,\"AverageFileSizeUnit\":\"GB\",\"TotalCollectionFileSizeBeginDate\":\"2019-04-04T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568897222-LPDAAC_ECS\",\"S1568897323-LPDAAC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_12037\",\"has-transforms\":true,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700525182-LPDAAC_ECS\"},\"concept-id\":\"S1568897222-LPDAAC_ECS\"},{\"data\":{\"order_option\":\"OO2700491961-LPDAAC_ECS\"},\"concept-id\":\"S1568897323-LPDAAC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1908350066-LPDAAC_ECS\",\"revision-date\":\"2024-04-08T13:48:38.745Z\",\"granule-count\":74810,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GEDI02_B.002\",\"Creator\":\"Ralph Dubayah, Hao Tang, John Armston, Scott Luthcke, Michelle Hofton, James Blair\",\"Title\":\"GEDI L2B Canopy Cover and Vertical Profile Metrics Data Global Footprint Level V002\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/GEDI/GEDI02_B.002\",\"Name\":\"DOI @@ -207719,7 +207988,7 @@ interactions: ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY CHARACTERISTICS\",\"VariableLevel2\":\"VEGETATION HEIGHT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION - COVER\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":4,\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-04-04T00:00:00.000Z\",\"EndingDateTime\":\"2023-03-16T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GEDI/GEDI02_B.002\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GEDI02_B\",\"EntryTitle\":\"GEDI + COVER\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":4,\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-04-04T00:00:00.000Z\",\"EndingDateTime\":\"2023-03-16T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2B\"},\"DOI\":{\"DOI\":\"10.5067/GEDI/GEDI02_B.002\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GEDI02_B\",\"EntryTitle\":\"GEDI L2B Canopy Cover and Vertical Profile Metrics Data Global Footprint Level V002\",\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA @@ -207796,7 +208065,7 @@ interactions: and water persistence.\\r\\n* Added selected_mode_flag dataset to root beam group using selected algorithm.\\r\\n* Removed shots when the laser is not firing.\\r\\n* Modified file name.\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-07-24T14:17:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-25T19:16:00.000Z\"}],\"VersionDescription\":\"Version + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-07-24T14:17:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T13:48:00.000Z\"}],\"VersionDescription\":\"Version 2\",\"Version\":\"002\",\"Projects\":[{\"ShortName\":\"GEDI\",\"LongName\":\"Global Ecosystem Dynamics Investigation\",\"Campaigns\":[\"GEDI\"]}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Ralph\",\"LastName\":\"Dubayah\",\"NonDataCenterAffiliation\":\"GEDI Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"dubayah@umd.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -209081,7 +209350,7 @@ interactions: DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GEOS-3\",\"LongName\":\"Geodetic Earth Orbiting Satellite-3\",\"Instruments\":[{\"ShortName\":\"TRANSPONDERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"binary\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aura_OMI_Ancillary/OMUFPMET.004/\"],\"has-spatial-subsetting\":false,\"native-id\":\"OMUFPMET_004\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2556146042-GES_DISC\",\"revision-date\":\"2023-09-11T23:49:17.787Z\",\"granule-count\":99821,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Ancillary\",\"DELP\",\"Layer + Archive\"],\"Format\":\"binary\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aura_OMI_Ancillary/OMUFPMET.004/\"],\"has-spatial-subsetting\":false,\"native-id\":\"OMUFPMET_004\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2556146042-GES_DISC\",\"revision-date\":\"2023-09-11T23:49:17.787Z\",\"granule-count\":99972,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Ancillary\",\"DELP\",\"Layer Pressure Thickness\",\"PS\",\"Surface Pressure\",\"PHIS\",\"Surface Geopotential\",\"Air Temperature\",\"PL\",\"Mid-Layer Pressure\"],\"CollectionCitations\":[{\"Creator\":\"Joanna Joiner\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/OMUFPMET_004.html\"},\"Publisher\":\"Goddard @@ -209155,7 +209424,7 @@ interactions: System, Aura\",\"Instruments\":[{\"ShortName\":\"OMI\",\"LongName\":\"Ozone Monitoring Instrument\"}]},{\"Type\":\"Models\",\"ShortName\":\"GEOS-5\",\"LongName\":\"Goddard EOS Data Assimilation System-5\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aura_OMI_Ancillary/OMVFPMET.004/\"],\"has-spatial-subsetting\":false,\"native-id\":\"OMVFPMET_004\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2556150266-GES_DISC\",\"revision-date\":\"2023-09-11T23:50:33.631Z\",\"granule-count\":99820,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Ancillary\",\"DELP\",\"Layer + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aura_OMI_Ancillary/OMVFPMET.004/\"],\"has-spatial-subsetting\":false,\"native-id\":\"OMVFPMET_004\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2556150266-GES_DISC\",\"revision-date\":\"2023-09-11T23:50:33.631Z\",\"granule-count\":99969,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Ancillary\",\"DELP\",\"Layer Pressure Thickness\",\"PS\",\"Surface Pressure\",\"PHIS\",\"Surface Geopotential\",\"Air Temperature\",\"PL\",\"Mid-Layer Pressure\"],\"CollectionCitations\":[{\"Creator\":\"Joanna Joiner\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/OMVFPMET_004.html\"},\"Publisher\":\"Goddard @@ -209229,7 +209498,7 @@ interactions: System, Aura\",\"Instruments\":[{\"ShortName\":\"OMI\",\"LongName\":\"Ozone Monitoring Instrument\"}]},{\"Type\":\"Models\",\"ShortName\":\"GEOS-5\",\"LongName\":\"Goddard EOS Data Assimilation System-5\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aura_OMI_Ancillary/OMUFPSLV.004/\"],\"has-spatial-subsetting\":false,\"native-id\":\"OMUFPSLV_004\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2556147807-GES_DISC\",\"revision-date\":\"2023-09-11T23:48:45.382Z\",\"granule-count\":99828,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Ancillary\",\"PBLTOP\",\"Pressure + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aura_OMI_Ancillary/OMUFPSLV.004/\"],\"has-spatial-subsetting\":false,\"native-id\":\"OMUFPSLV_004\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2556147807-GES_DISC\",\"revision-date\":\"2023-09-11T23:48:45.382Z\",\"granule-count\":99979,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Ancillary\",\"PBLTOP\",\"Pressure at PBL Top\",\"TROPPB\",\"Blended Based Tropopause Pressure\",\"TROPPT\",\"T-Based Tropopause Pressure\",\"TROPPV\",\"PV-Based Tropopause Pressure\",\"Tropopause Pressure\",\"PS\",\"Surface Pressure\",\"TS\",\"Surface Skin Temperature\",\"U10M\",\"Eastward @@ -209310,7 +209579,7 @@ interactions: System, Aura\",\"Instruments\":[{\"ShortName\":\"OMI\",\"LongName\":\"Ozone Monitoring Instrument\"}]},{\"Type\":\"Models\",\"ShortName\":\"GEOS-5\",\"LongName\":\"Goddard EOS Data Assimilation System-5\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aura_OMI_Ancillary/OMVFPSLV.004/\"],\"has-spatial-subsetting\":false,\"native-id\":\"OMVFPSLV_004\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2556151525-GES_DISC\",\"revision-date\":\"2023-09-11T23:47:50.627Z\",\"granule-count\":99826,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Ancillary\",\"PBLTOP\",\"Pressure + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Aura_OMI_Ancillary/OMVFPSLV.004/\"],\"has-spatial-subsetting\":false,\"native-id\":\"OMVFPSLV_004\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2556151525-GES_DISC\",\"revision-date\":\"2023-09-11T23:47:50.627Z\",\"granule-count\":99978,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Ancillary\",\"PBLTOP\",\"Pressure at PBL Top\",\"TROPPB\",\"Blended Based Tropopause Pressure\",\"TROPPT\",\"T-Based Tropopause Pressure\",\"TROPPV\",\"PV-Based Tropopause Pressure\",\"Tropopause Pressure\",\"PS\",\"Surface Pressure\",\"TS\",\"Surface Skin Temperature\",\"U10M\",\"Eastward @@ -209895,7 +210164,7 @@ interactions: Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences Division, Science and Exploration Directorate, Goddard Space Flight Center, NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based - Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_19049\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2167682875-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:30:28.771Z\",\"granule-count\":362840,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Geostationary + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_19049\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2167682875-LPDAAC_ECS\",\"revision-date\":\"2024-04-08T13:51:59.905Z\",\"granule-count\":362840,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Geostationary Earth Orbit Land Surface Temperature Hourly North and South America 4 km V002\",\"Creator\":\"Simon Hook, Kerry Cawse-Nicholson\",\"SeriesName\":\"GEOLST4KHR.002\",\"Publisher\":\"NASA EOSDIS Land Processes DAAC\",\"OtherCitationDetails\":\"The DOI landing page @@ -209907,17 +210176,17 @@ interactions: (Swath)\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World Geodetic System (WGS84)\"},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":4000.0,\"YDimension\":4000.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE THERMAL PROPERTIES\",\"VariableLevel1\":\"LAND - SURFACE TEMPERATURE\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":4,\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-04-01T00:00:00.000Z\",\"EndingDateTime\":\"2016-12-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"Sensor + SURFACE TEMPERATURE\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":4,\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-04-01T00:00:00.000Z\",\"EndingDateTime\":\"2016-12-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Sensor Measurements\"},\"DOI\":{\"DOI\":\"10.5067/MEaSUREs/LSTE/GEOLST4KHR.002\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GEOLST4KHR\",\"EntryTitle\":\"Geostationary Earth Orbit Land Surface Temperature Hourly North and South America 4 km V002\",\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"The LP DAAC product page provides information on Science Data Set layers and links for user guides, ATBDs, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/LSTE/GEOLST4KHR.002\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GEOLST4KHR.002/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GEOLST4KHR.002/\",\"GetData\":{\"Format\":\"HDF-EOS5\",\"MimeType\":\"application/x-hdf\",\"Size\":65.4,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2167682875-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2167682875-LPDAAC_ECS\",\"GetData\":{\"Format\":\"HDF-EOS5\",\"MimeType\":\"application/x-hdf\",\"Size\":65.4,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The ATBD @@ -209950,7 +210219,7 @@ interactions: temperature, and land surface temperature error. A low-resolution browse is also available showing land surface temperature as an RGB (red, green, blue) image in JPEG format.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH - AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-11-17T13:21:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:30:00.000Z\"}],\"VersionDescription\":\"Version + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-11-17T13:21:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T13:51:00.000Z\"}],\"VersionDescription\":\"Version 2 of GEOLST4KHR LST 4 km South and North America product\",\"Version\":\"002\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -210004,7 +210273,9 @@ interactions: 14 Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-15\",\"LongName\":\"Geostationary Operational Environmental Satellite 15\",\"Instruments\":[{\"ShortName\":\"GOES-15 Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite - 15-Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF-EOS5\",\"FormatType\":\"Native\",\"AverageFileSize\":65.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":2.37367531E7,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS5\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":65.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":2.37367531E7,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":663,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GEWEXSRB_Rel4-IP_Ancillary_3hrly_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2062227429-LARC_ASDC\",\"revision-date\":\"2023-04-03T18:28:35.440Z\",\"granule-count\":264,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + 15-Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"HDF-EOS5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical + Data Format - Earth Observing System Version 5\",\"AverageFileSize\":65.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":2.37367531E7,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS5\",\"FormatType\":\"Native\",\"FormatDescription\":\"Hierarchical + Data Format - Earth Observing System Version 5\",\"Media\":[\"https\"],\"AverageFileSize\":65.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":2.37367531E7,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":663,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GEWEXSRB_Rel4-IP_Ancillary_3hrly_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2062227429-LARC_ASDC\",\"revision-date\":\"2023-04-03T18:28:35.440Z\",\"granule-count\":264,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"OXYGEN COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC OZONE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH @@ -211893,7 +212164,7 @@ interactions: NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Monthly - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity Recovery and Climate Experiment Follow-On\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal - period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2735079949-POCLOUD\",\"V2735079916-POCLOUD\",\"V2735079939-POCLOUD\",\"V2735079911-POCLOUD\",\"V2735079943-POCLOUD\",\"V2735079913-POCLOUD\",\"V2735079928-POCLOUD\",\"V2735079919-POCLOUD\",\"V2735079937-POCLOUD\",\"V2735079945-POCLOUD\",\"V2735079941-POCLOUD\",\"V2735079907-POCLOUD\",\"V2735079900-POCLOUD\",\"V2735079952-POCLOUD\",\"V2735079909-POCLOUD\",\"V2735079932-POCLOUD\",\"V2735079924-POCLOUD\",\"V2735079947-POCLOUD\",\"V2735079904-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/G18-ABI-L2P-ACSPO-v2.90/\",\"podaac-ops-cumulus-public/G18-ABI-L2P-ACSPO-v2.90/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_34154\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2735079949-POCLOUD\"},{\"concept-id\":\"V2735079916-POCLOUD\"},{\"concept-id\":\"V2735079939-POCLOUD\"},{\"concept-id\":\"V2735079911-POCLOUD\"},{\"concept-id\":\"V2735079943-POCLOUD\"},{\"concept-id\":\"V2735079913-POCLOUD\"},{\"concept-id\":\"V2735079928-POCLOUD\"},{\"concept-id\":\"V2735079919-POCLOUD\"},{\"concept-id\":\"V2735079937-POCLOUD\"},{\"concept-id\":\"V2735079945-POCLOUD\"},{\"concept-id\":\"V2735079941-POCLOUD\"},{\"concept-id\":\"V2735079907-POCLOUD\"},{\"concept-id\":\"V2735079900-POCLOUD\"},{\"concept-id\":\"V2735079952-POCLOUD\"},{\"concept-id\":\"V2735079909-POCLOUD\"},{\"concept-id\":\"V2735079932-POCLOUD\"},{\"concept-id\":\"V2735079924-POCLOUD\"},{\"concept-id\":\"V2735079947-POCLOUD\"},{\"concept-id\":\"V2735079904-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2731035022-POCLOUD\",\"revision-date\":\"2023-08-03T21:05:48.732Z\",\"granule-count\":15743,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2735079949-POCLOUD\",\"V2735079916-POCLOUD\",\"V2735079939-POCLOUD\",\"V2735079911-POCLOUD\",\"V2735079943-POCLOUD\",\"V2735079913-POCLOUD\",\"V2735079928-POCLOUD\",\"V2735079919-POCLOUD\",\"V2735079937-POCLOUD\",\"V2735079945-POCLOUD\",\"V2735079941-POCLOUD\",\"V2735079907-POCLOUD\",\"V2735079900-POCLOUD\",\"V2735079952-POCLOUD\",\"V2735079909-POCLOUD\",\"V2735079932-POCLOUD\",\"V2735079924-POCLOUD\",\"V2735079947-POCLOUD\",\"V2735079904-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/G18-ABI-L2P-ACSPO-v2.90/\",\"podaac-ops-cumulus-public/G18-ABI-L2P-ACSPO-v2.90/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_34154\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2735079949-POCLOUD\"},{\"concept-id\":\"V2735079916-POCLOUD\"},{\"concept-id\":\"V2735079939-POCLOUD\"},{\"concept-id\":\"V2735079911-POCLOUD\"},{\"concept-id\":\"V2735079943-POCLOUD\"},{\"concept-id\":\"V2735079913-POCLOUD\"},{\"concept-id\":\"V2735079928-POCLOUD\"},{\"concept-id\":\"V2735079919-POCLOUD\"},{\"concept-id\":\"V2735079937-POCLOUD\"},{\"concept-id\":\"V2735079945-POCLOUD\"},{\"concept-id\":\"V2735079941-POCLOUD\"},{\"concept-id\":\"V2735079907-POCLOUD\"},{\"concept-id\":\"V2735079900-POCLOUD\"},{\"concept-id\":\"V2735079952-POCLOUD\"},{\"concept-id\":\"V2735079909-POCLOUD\"},{\"concept-id\":\"V2735079932-POCLOUD\"},{\"concept-id\":\"V2735079924-POCLOUD\"},{\"concept-id\":\"V2735079947-POCLOUD\"},{\"concept-id\":\"V2735079904-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2731035022-POCLOUD\",\"revision-date\":\"2023-08-03T21:05:48.732Z\",\"granule-count\":15988,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" SST\",\" GOES18\",\" G18\",\" OSPO\",\" STAR\",\" v2.90\",\" ACSPO\",\"ABI\",\"NOAA\"],\"CollectionCitations\":[{\"Version\":\"2.90\",\"Title\":\"GHRSST L2P NOAA/ACSPO GOES-18/ABI West America Region Sea Surface Temperature v2.90 dataset\\r\\n\",\"Creator\":\"NOAA/NESDIS/STAR\",\"SeriesName\":\"GHRSST L2P @@ -211985,7 +212256,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"24\",\"Unit\":\"Hours\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0558\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"ABI\",\"LongName\":\"Advanced Baseline Imager\",\"Characteristics\":[{\"Name\":\"Field of View\",\"Description\":\"Field - of View\",\"Value\":\"17.76\",\"Unit\":\"degree\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2755656839-POCLOUD\",\"V2755656681-POCLOUD\",\"V2755656783-POCLOUD\",\"V2755656717-POCLOUD\",\"V2755656734-POCLOUD\",\"V2755656800-POCLOUD\",\"V2755656867-POCLOUD\",\"V2755656704-POCLOUD\",\"V2755656812-POCLOUD\",\"V2755656834-POCLOUD\",\"V2755656749-POCLOUD\",\"V2755656824-POCLOUD\",\"V2755656842-POCLOUD\",\"V2755656854-POCLOUD\",\"V2755656807-POCLOUD\",\"V2755656830-POCLOUD\",\"V2755656772-POCLOUD\",\"V2755656762-POCLOUD\",\"V2755656728-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/H09-AHI-L2P-ACSPO-v2.90/\",\"podaac-ops-cumulus-public/H09-AHI-L2P-ACSPO-v2.90/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_34864\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2755656839-POCLOUD\"},{\"concept-id\":\"V2755656681-POCLOUD\"},{\"concept-id\":\"V2755656783-POCLOUD\"},{\"concept-id\":\"V2755656717-POCLOUD\"},{\"concept-id\":\"V2755656734-POCLOUD\"},{\"concept-id\":\"V2755656800-POCLOUD\"},{\"concept-id\":\"V2755656867-POCLOUD\"},{\"concept-id\":\"V2755656704-POCLOUD\"},{\"concept-id\":\"V2755656812-POCLOUD\"},{\"concept-id\":\"V2755656834-POCLOUD\"},{\"concept-id\":\"V2755656749-POCLOUD\"},{\"concept-id\":\"V2755656824-POCLOUD\"},{\"concept-id\":\"V2755656842-POCLOUD\"},{\"concept-id\":\"V2755656854-POCLOUD\"},{\"concept-id\":\"V2755656807-POCLOUD\"},{\"concept-id\":\"V2755656830-POCLOUD\"},{\"concept-id\":\"V2755656772-POCLOUD\"},{\"concept-id\":\"V2755656762-POCLOUD\"},{\"concept-id\":\"V2755656728-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2744808497-POCLOUD\",\"revision-date\":\"2023-08-29T22:37:42.653Z\",\"granule-count\":12572,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" + of View\",\"Value\":\"17.76\",\"Unit\":\"degree\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2755656839-POCLOUD\",\"V2755656681-POCLOUD\",\"V2755656783-POCLOUD\",\"V2755656717-POCLOUD\",\"V2755656734-POCLOUD\",\"V2755656800-POCLOUD\",\"V2755656867-POCLOUD\",\"V2755656704-POCLOUD\",\"V2755656812-POCLOUD\",\"V2755656834-POCLOUD\",\"V2755656749-POCLOUD\",\"V2755656824-POCLOUD\",\"V2755656842-POCLOUD\",\"V2755656854-POCLOUD\",\"V2755656807-POCLOUD\",\"V2755656830-POCLOUD\",\"V2755656772-POCLOUD\",\"V2755656762-POCLOUD\",\"V2755656728-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/H09-AHI-L2P-ACSPO-v2.90/\",\"podaac-ops-cumulus-public/H09-AHI-L2P-ACSPO-v2.90/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_34864\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2755656839-POCLOUD\"},{\"concept-id\":\"V2755656681-POCLOUD\"},{\"concept-id\":\"V2755656783-POCLOUD\"},{\"concept-id\":\"V2755656717-POCLOUD\"},{\"concept-id\":\"V2755656734-POCLOUD\"},{\"concept-id\":\"V2755656800-POCLOUD\"},{\"concept-id\":\"V2755656867-POCLOUD\"},{\"concept-id\":\"V2755656704-POCLOUD\"},{\"concept-id\":\"V2755656812-POCLOUD\"},{\"concept-id\":\"V2755656834-POCLOUD\"},{\"concept-id\":\"V2755656749-POCLOUD\"},{\"concept-id\":\"V2755656824-POCLOUD\"},{\"concept-id\":\"V2755656842-POCLOUD\"},{\"concept-id\":\"V2755656854-POCLOUD\"},{\"concept-id\":\"V2755656807-POCLOUD\"},{\"concept-id\":\"V2755656830-POCLOUD\"},{\"concept-id\":\"V2755656772-POCLOUD\"},{\"concept-id\":\"V2755656762-POCLOUD\"},{\"concept-id\":\"V2755656728-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2744808497-POCLOUD\",\"revision-date\":\"2023-08-29T22:37:42.653Z\",\"granule-count\":12817,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" SST\",\" H09\",\" Himawari-9\",\" OSPO\",\" STAR\",\" v2.90\",\" ACSPO\",\"JMA\"],\"CollectionCitations\":[{\"Version\":\"2.90\",\"Title\":\"GHRSST L2P NOAA/ACSPO Himawari-09 AHI Pacific Ocean Region Sea Surface Temperature v2.90 dataset\\r\\n\",\"Creator\":\"NOAA/NESDIS/STAR\",\"SeriesName\":\"GHRSST @@ -212153,7 +212424,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2110156842-POCLOUD\",\"V2110156839-POCLOUD\",\"V2112014580-POCLOUD\",\"V2110156858-POCLOUD\",\"V2110156854-POCLOUD\",\"V2110156831-POCLOUD\",\"V2110156822-POCLOUD\",\"V2112014584-POCLOUD\",\"V2110156826-POCLOUD\",\"V2110156850-POCLOUD\",\"V2110156846-POCLOUD\",\"V2110156818-POCLOUD\",\"V2110156813-POCLOUD\",\"V2110156834-POCLOUD\",\"V2110156809-POCLOUD\",\"V2112014582-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRR_SST_METOP_B_GLB-OSISAF-L3C-v1.0/\",\"podaac-ops-cumulus-public/AVHRR_SST_METOP_B_GLB-OSISAF-L3C-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+L3C+global+sub-skin+Sea+Surface+Temperature+from+the+Advanced+Very+High+Resolution+Radiometer+(AVHRR)+on+Metop+satellites+(currently+Metop-B)+(GDS+V2)+produced+by+OSI+SAF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2110156842-POCLOUD\"},{\"concept-id\":\"V2110156839-POCLOUD\"},{\"concept-id\":\"V2112014580-POCLOUD\"},{\"concept-id\":\"V2110156858-POCLOUD\"},{\"concept-id\":\"V2110156854-POCLOUD\"},{\"concept-id\":\"V2110156831-POCLOUD\"},{\"concept-id\":\"V2110156822-POCLOUD\"},{\"concept-id\":\"V2112014584-POCLOUD\"},{\"concept-id\":\"V2110156826-POCLOUD\"},{\"concept-id\":\"V2110156850-POCLOUD\"},{\"concept-id\":\"V2110156846-POCLOUD\"},{\"concept-id\":\"V2110156818-POCLOUD\"},{\"concept-id\":\"V2110156813-POCLOUD\"},{\"concept-id\":\"V2110156834-POCLOUD\"},{\"concept-id\":\"V2110156809-POCLOUD\"},{\"concept-id\":\"V2112014582-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877693-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:43.284Z\",\"granule-count\":5942,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"MetOp-B\",\"SST\",\"AVHRR\",\"OSISAF\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2110156842-POCLOUD\",\"V2110156839-POCLOUD\",\"V2112014580-POCLOUD\",\"V2110156858-POCLOUD\",\"V2110156854-POCLOUD\",\"V2110156831-POCLOUD\",\"V2110156822-POCLOUD\",\"V2112014584-POCLOUD\",\"V2110156826-POCLOUD\",\"V2110156850-POCLOUD\",\"V2110156846-POCLOUD\",\"V2110156818-POCLOUD\",\"V2110156813-POCLOUD\",\"V2110156834-POCLOUD\",\"V2110156809-POCLOUD\",\"V2112014582-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRR_SST_METOP_B_GLB-OSISAF-L3C-v1.0/\",\"podaac-ops-cumulus-public/AVHRR_SST_METOP_B_GLB-OSISAF-L3C-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+L3C+global+sub-skin+Sea+Surface+Temperature+from+the+Advanced+Very+High+Resolution+Radiometer+(AVHRR)+on+Metop+satellites+(currently+Metop-B)+(GDS+V2)+produced+by+OSI+SAF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2110156842-POCLOUD\"},{\"concept-id\":\"V2110156839-POCLOUD\"},{\"concept-id\":\"V2112014580-POCLOUD\"},{\"concept-id\":\"V2110156858-POCLOUD\"},{\"concept-id\":\"V2110156854-POCLOUD\"},{\"concept-id\":\"V2110156831-POCLOUD\"},{\"concept-id\":\"V2110156822-POCLOUD\"},{\"concept-id\":\"V2112014584-POCLOUD\"},{\"concept-id\":\"V2110156826-POCLOUD\"},{\"concept-id\":\"V2110156850-POCLOUD\"},{\"concept-id\":\"V2110156846-POCLOUD\"},{\"concept-id\":\"V2110156818-POCLOUD\"},{\"concept-id\":\"V2110156813-POCLOUD\"},{\"concept-id\":\"V2110156834-POCLOUD\"},{\"concept-id\":\"V2110156809-POCLOUD\"},{\"concept-id\":\"V2112014582-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877693-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:43.284Z\",\"granule-count\":5957,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"MetOp-B\",\"SST\",\"AVHRR\",\"OSISAF\",\" global\",\"NOAA19\",\"OSI-201-b\",\"EUMETSAT\"],\"CollectionCitations\":[{\"Creator\":\"EUMETSAT/OSI SAF\",\"OnlineResource\":{\"Linkage\":\"http://www.osi-saf.org\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"GHRSST L3C global SST from AVHRR on Metop-B produced by OSI SAF\",\"SeriesName\":\"NAR @@ -212233,7 +212504,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2225569872-POCLOUD\",\"V2225569884-POCLOUD\",\"V2225569880-POCLOUD\",\"V2225569886-POCLOUD\",\"V2225569877-POCLOUD\",\"V2225569863-POCLOUD\",\"V2225569848-POCLOUD\",\"V2225569854-POCLOUD\",\"V2225569850-POCLOUD\",\"V2225569856-POCLOUD\",\"V2225569867-POCLOUD\",\"V2225569852-POCLOUD\",\"V2225569859-POCLOUD\",\"V2225569890-POCLOUD\",\"V2225569882-POCLOUD\",\"V2225569874-POCLOUD\",\"V2225569865-POCLOUD\",\"V2225569861-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GOES16-OSISAF-L3C-v1.0/\",\"podaac-ops-cumulus-public/GOES16-OSISAF-L3C-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+L3C+OSISAF+SSTskin+dataset+v1.0+from+GOES16+ABI+in+East+position+(GDS+V2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2225569872-POCLOUD\"},{\"concept-id\":\"V2225569884-POCLOUD\"},{\"concept-id\":\"V2225569880-POCLOUD\"},{\"concept-id\":\"V2225569886-POCLOUD\"},{\"concept-id\":\"V2225569877-POCLOUD\"},{\"concept-id\":\"V2225569863-POCLOUD\"},{\"concept-id\":\"V2225569848-POCLOUD\"},{\"concept-id\":\"V2225569854-POCLOUD\"},{\"concept-id\":\"V2225569850-POCLOUD\"},{\"concept-id\":\"V2225569856-POCLOUD\"},{\"concept-id\":\"V2225569867-POCLOUD\"},{\"concept-id\":\"V2225569852-POCLOUD\"},{\"concept-id\":\"V2225569859-POCLOUD\"},{\"concept-id\":\"V2225569890-POCLOUD\"},{\"concept-id\":\"V2225569882-POCLOUD\"},{\"concept-id\":\"V2225569874-POCLOUD\"},{\"concept-id\":\"V2225569865-POCLOUD\"},{\"concept-id\":\"V2225569861-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877806-POCLOUD\",\"revision-date\":\"2022-03-10T20:43:46.115Z\",\"granule-count\":54573,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"EUMETSAT\",\"SST\",\"OSISAF\",\"GOES\",\"GOES16\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2225569872-POCLOUD\",\"V2225569884-POCLOUD\",\"V2225569880-POCLOUD\",\"V2225569886-POCLOUD\",\"V2225569877-POCLOUD\",\"V2225569863-POCLOUD\",\"V2225569848-POCLOUD\",\"V2225569854-POCLOUD\",\"V2225569850-POCLOUD\",\"V2225569856-POCLOUD\",\"V2225569867-POCLOUD\",\"V2225569852-POCLOUD\",\"V2225569859-POCLOUD\",\"V2225569890-POCLOUD\",\"V2225569882-POCLOUD\",\"V2225569874-POCLOUD\",\"V2225569865-POCLOUD\",\"V2225569861-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GOES16-OSISAF-L3C-v1.0/\",\"podaac-ops-cumulus-public/GOES16-OSISAF-L3C-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+L3C+OSISAF+SSTskin+dataset+v1.0+from+GOES16+ABI+in+East+position+(GDS+V2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2225569872-POCLOUD\"},{\"concept-id\":\"V2225569884-POCLOUD\"},{\"concept-id\":\"V2225569880-POCLOUD\"},{\"concept-id\":\"V2225569886-POCLOUD\"},{\"concept-id\":\"V2225569877-POCLOUD\"},{\"concept-id\":\"V2225569863-POCLOUD\"},{\"concept-id\":\"V2225569848-POCLOUD\"},{\"concept-id\":\"V2225569854-POCLOUD\"},{\"concept-id\":\"V2225569850-POCLOUD\"},{\"concept-id\":\"V2225569856-POCLOUD\"},{\"concept-id\":\"V2225569867-POCLOUD\"},{\"concept-id\":\"V2225569852-POCLOUD\"},{\"concept-id\":\"V2225569859-POCLOUD\"},{\"concept-id\":\"V2225569890-POCLOUD\"},{\"concept-id\":\"V2225569882-POCLOUD\"},{\"concept-id\":\"V2225569874-POCLOUD\"},{\"concept-id\":\"V2225569865-POCLOUD\"},{\"concept-id\":\"V2225569861-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877806-POCLOUD\",\"revision-date\":\"2022-03-10T20:43:46.115Z\",\"granule-count\":54750,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"EUMETSAT\",\"SST\",\"OSISAF\",\"GOES\",\"GOES16\",\" ABI\",\"GDS2\",\"L3C\"],\"CollectionCitations\":[{\"Creator\":\"EUMETSAT/OSI SAF\",\"OnlineResource\":{\"Name\":\"OSISAF Home page\",\"Linkage\":\"https://osi-saf.eumetsat.int/\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"GHRSST L3C Hourly AMERICAS GOES16 sub-skin SST dataset\",\"SeriesName\":\"GHRSST @@ -212393,7 +212664,7 @@ interactions: PAGE\",\"URL\":\"http://www.eumetsat.int/\"}]}}],\"TemporalKeywords\":[\"Hourly - < Daily\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"MSG\",\"LongName\":\"Meteosat Second Generation\",\"Instruments\":[{\"ShortName\":\"SEVIRI\",\"LongName\":\"Spinning - Enhanced Visible and Infrared Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":10.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"TotalCollectionFileSize\":10.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2735079883-POCLOUD\",\"V2735079871-POCLOUD\",\"V2735079869-POCLOUD\",\"V2735079860-POCLOUD\",\"V2735079894-POCLOUD\",\"V2735079865-POCLOUD\",\"V2735079879-POCLOUD\",\"V2735079881-POCLOUD\",\"V2735079887-POCLOUD\",\"V2735079890-POCLOUD\",\"V2735079896-POCLOUD\",\"V2735079885-POCLOUD\",\"V2735079854-POCLOUD\",\"V2735079875-POCLOUD\",\"V2735079856-POCLOUD\",\"V2735079863-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2009180097-POCLOUD\",\"S2839491596-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/G18-ABI-L3C-ACSPO-v2.90/\",\"podaac-ops-cumulus-public/G18-ABI-L3C-ACSPO-v2.90/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_34156\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2735079883-POCLOUD\"},{\"concept-id\":\"V2735079871-POCLOUD\"},{\"concept-id\":\"V2735079869-POCLOUD\"},{\"concept-id\":\"V2735079860-POCLOUD\"},{\"concept-id\":\"V2735079894-POCLOUD\"},{\"concept-id\":\"V2735079865-POCLOUD\"},{\"concept-id\":\"V2735079879-POCLOUD\"},{\"concept-id\":\"V2735079881-POCLOUD\"},{\"concept-id\":\"V2735079887-POCLOUD\"},{\"concept-id\":\"V2735079890-POCLOUD\"},{\"concept-id\":\"V2735079896-POCLOUD\"},{\"concept-id\":\"V2735079885-POCLOUD\"},{\"concept-id\":\"V2735079854-POCLOUD\"},{\"concept-id\":\"V2735079875-POCLOUD\"},{\"concept-id\":\"V2735079856-POCLOUD\"},{\"concept-id\":\"V2735079863-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2839491596-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2731041317-POCLOUD\",\"revision-date\":\"2023-08-03T21:07:11.777Z\",\"granule-count\":15742,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"SST\",\"GOES18\",\" + Enhanced Visible and Infrared Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":10.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"TotalCollectionFileSize\":10.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2735079883-POCLOUD\",\"V2735079871-POCLOUD\",\"V2735079869-POCLOUD\",\"V2735079860-POCLOUD\",\"V2735079894-POCLOUD\",\"V2735079865-POCLOUD\",\"V2735079879-POCLOUD\",\"V2735079881-POCLOUD\",\"V2735079887-POCLOUD\",\"V2735079890-POCLOUD\",\"V2735079896-POCLOUD\",\"V2735079885-POCLOUD\",\"V2735079854-POCLOUD\",\"V2735079875-POCLOUD\",\"V2735079856-POCLOUD\",\"V2735079863-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2009180097-POCLOUD\",\"S2839491596-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/G18-ABI-L3C-ACSPO-v2.90/\",\"podaac-ops-cumulus-public/G18-ABI-L3C-ACSPO-v2.90/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_34156\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2735079883-POCLOUD\"},{\"concept-id\":\"V2735079871-POCLOUD\"},{\"concept-id\":\"V2735079869-POCLOUD\"},{\"concept-id\":\"V2735079860-POCLOUD\"},{\"concept-id\":\"V2735079894-POCLOUD\"},{\"concept-id\":\"V2735079865-POCLOUD\"},{\"concept-id\":\"V2735079879-POCLOUD\"},{\"concept-id\":\"V2735079881-POCLOUD\"},{\"concept-id\":\"V2735079887-POCLOUD\"},{\"concept-id\":\"V2735079890-POCLOUD\"},{\"concept-id\":\"V2735079896-POCLOUD\"},{\"concept-id\":\"V2735079885-POCLOUD\"},{\"concept-id\":\"V2735079854-POCLOUD\"},{\"concept-id\":\"V2735079875-POCLOUD\"},{\"concept-id\":\"V2735079856-POCLOUD\"},{\"concept-id\":\"V2735079863-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2839491596-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2731041317-POCLOUD\",\"revision-date\":\"2023-08-03T21:07:11.777Z\",\"granule-count\":15987,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"SST\",\"GOES18\",\" G18\",\" ABI\",\" OSPO\",\" STAR\",\" v2.90\",\" ACSPO\",\"NOAA\"],\"CollectionCitations\":[{\"Version\":\"2.90\",\"Title\":\"GHRSST L3C NOAA/ACSPO GOES-18/ABI West America Region Sea Surface Temperature v2.90 dataset\\r\\n\",\"Creator\":\"NOAA/NESDIS/STAR\",\"SeriesName\":\"GHRSST L3C @@ -212477,7 +212748,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"1436.1\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.022\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"ABI\",\"LongName\":\"Advanced Baseline Imager\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"7000\",\"Unit\":\"Kilometers\",\"DataType\":\"INT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2755656614-POCLOUD\",\"V2755656646-POCLOUD\",\"V2755656270-POCLOUD\",\"V2755656306-POCLOUD\",\"V2755656391-POCLOUD\",\"V2755656499-POCLOUD\",\"V2755656479-POCLOUD\",\"V2755656339-POCLOUD\",\"V2755656450-POCLOUD\",\"V2755656595-POCLOUD\",\"V2755656574-POCLOUD\",\"V2755656430-POCLOUD\",\"V2755656372-POCLOUD\",\"V2755656548-POCLOUD\",\"V2755656517-POCLOUD\",\"V2755656598-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2009180097-POCLOUD\",\"S2839491596-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/H09-AHI-L3C-ACSPO-v2.90/\",\"podaac-ops-cumulus-public/H09-AHI-L3C-ACSPO-v2.90/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_34865\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2755656614-POCLOUD\"},{\"concept-id\":\"V2755656646-POCLOUD\"},{\"concept-id\":\"V2755656270-POCLOUD\"},{\"concept-id\":\"V2755656306-POCLOUD\"},{\"concept-id\":\"V2755656391-POCLOUD\"},{\"concept-id\":\"V2755656499-POCLOUD\"},{\"concept-id\":\"V2755656479-POCLOUD\"},{\"concept-id\":\"V2755656339-POCLOUD\"},{\"concept-id\":\"V2755656450-POCLOUD\"},{\"concept-id\":\"V2755656595-POCLOUD\"},{\"concept-id\":\"V2755656574-POCLOUD\"},{\"concept-id\":\"V2755656430-POCLOUD\"},{\"concept-id\":\"V2755656372-POCLOUD\"},{\"concept-id\":\"V2755656548-POCLOUD\"},{\"concept-id\":\"V2755656517-POCLOUD\"},{\"concept-id\":\"V2755656598-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2839491596-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2744809790-POCLOUD\",\"revision-date\":\"2023-09-08T17:50:03.372Z\",\"granule-count\":12572,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"SST\",\"H09\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"7000\",\"Unit\":\"Kilometers\",\"DataType\":\"INT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2755656614-POCLOUD\",\"V2755656646-POCLOUD\",\"V2755656270-POCLOUD\",\"V2755656306-POCLOUD\",\"V2755656391-POCLOUD\",\"V2755656499-POCLOUD\",\"V2755656479-POCLOUD\",\"V2755656339-POCLOUD\",\"V2755656450-POCLOUD\",\"V2755656595-POCLOUD\",\"V2755656574-POCLOUD\",\"V2755656430-POCLOUD\",\"V2755656372-POCLOUD\",\"V2755656548-POCLOUD\",\"V2755656517-POCLOUD\",\"V2755656598-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2009180097-POCLOUD\",\"S2839491596-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/H09-AHI-L3C-ACSPO-v2.90/\",\"podaac-ops-cumulus-public/H09-AHI-L3C-ACSPO-v2.90/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_34865\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2755656614-POCLOUD\"},{\"concept-id\":\"V2755656646-POCLOUD\"},{\"concept-id\":\"V2755656270-POCLOUD\"},{\"concept-id\":\"V2755656306-POCLOUD\"},{\"concept-id\":\"V2755656391-POCLOUD\"},{\"concept-id\":\"V2755656499-POCLOUD\"},{\"concept-id\":\"V2755656479-POCLOUD\"},{\"concept-id\":\"V2755656339-POCLOUD\"},{\"concept-id\":\"V2755656450-POCLOUD\"},{\"concept-id\":\"V2755656595-POCLOUD\"},{\"concept-id\":\"V2755656574-POCLOUD\"},{\"concept-id\":\"V2755656430-POCLOUD\"},{\"concept-id\":\"V2755656372-POCLOUD\"},{\"concept-id\":\"V2755656548-POCLOUD\"},{\"concept-id\":\"V2755656517-POCLOUD\"},{\"concept-id\":\"V2755656598-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2839491596-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2744809790-POCLOUD\",\"revision-date\":\"2023-09-08T17:50:03.372Z\",\"granule-count\":12817,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"SST\",\"H09\",\" Himawari-9\",\" AHI\",\" OSPO\",\" STAR\",\" v2.90\",\" ACSPO\",\"JMA\"],\"CollectionCitations\":[{\"Version\":\"2.90\",\"Title\":\"GHRSST L3C NOAA/ACSPO Himawari-09 AHI Pacific Ocean Region Sea Surface Temperature v2.90 dataset\\r\\n\",\"Creator\":\"NOAA/NESDIS/STAR\",\"SeriesName\":\"GHRSST @@ -212691,7 +212962,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"97.1\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"VIIRS\",\"LongName\":\"Visible-Infrared Imager-Radiometer Suite\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"3040.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2029063650-POCLOUD\",\"V2112014628-POCLOUD\",\"V2029063685-POCLOUD\",\"V2029063672-POCLOUD\",\"V2029063653-POCLOUD\",\"V2029063678-POCLOUD\",\"V2029063693-POCLOUD\",\"V2029063665-POCLOUD\",\"V2112014620-POCLOUD\",\"V2112014622-POCLOUD\",\"V2029063668-POCLOUD\",\"V2029063698-POCLOUD\",\"V2029063658-POCLOUD\",\"V2029063655-POCLOUD\",\"V2029063662-POCLOUD\",\"V2112014626-POCLOUD\",\"V2029063675-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/VIIRS_NPP-NAVO-L2P-v3.0/\",\"podaac-ops-cumulus-public/VIIRS_NPP-NAVO-L2P-v3.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+1+m+Depth+Global+Sea+Surface+Temperature+version+3.0+from+the+Visible+Infrared+Imaging+Radiometer+Suite+(VIIRS)+on+the+Suomi+NPP+satellite+(GDS2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2029063650-POCLOUD\"},{\"concept-id\":\"V2112014628-POCLOUD\"},{\"concept-id\":\"V2029063685-POCLOUD\"},{\"concept-id\":\"V2029063672-POCLOUD\"},{\"concept-id\":\"V2029063653-POCLOUD\"},{\"concept-id\":\"V2029063678-POCLOUD\"},{\"concept-id\":\"V2029063693-POCLOUD\"},{\"concept-id\":\"V2029063665-POCLOUD\"},{\"concept-id\":\"V2112014620-POCLOUD\"},{\"concept-id\":\"V2112014622-POCLOUD\"},{\"concept-id\":\"V2029063668-POCLOUD\"},{\"concept-id\":\"V2029063698-POCLOUD\"},{\"concept-id\":\"V2029063658-POCLOUD\"},{\"concept-id\":\"V2029063655-POCLOUD\"},{\"concept-id\":\"V2029063662-POCLOUD\"},{\"concept-id\":\"V2112014626-POCLOUD\"},{\"concept-id\":\"V2029063675-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1996881636-POCLOUD\",\"revision-date\":\"2022-09-30T20:16:32.917Z\",\"granule-count\":2079828,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"3040.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2029063650-POCLOUD\",\"V2112014628-POCLOUD\",\"V2029063685-POCLOUD\",\"V2029063672-POCLOUD\",\"V2029063653-POCLOUD\",\"V2029063678-POCLOUD\",\"V2029063693-POCLOUD\",\"V2029063665-POCLOUD\",\"V2112014620-POCLOUD\",\"V2112014622-POCLOUD\",\"V2029063668-POCLOUD\",\"V2029063698-POCLOUD\",\"V2029063658-POCLOUD\",\"V2029063655-POCLOUD\",\"V2029063662-POCLOUD\",\"V2112014626-POCLOUD\",\"V2029063675-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/VIIRS_NPP-NAVO-L2P-v3.0/\",\"podaac-ops-cumulus-public/VIIRS_NPP-NAVO-L2P-v3.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+1+m+Depth+Global+Sea+Surface+Temperature+version+3.0+from+the+Visible+Infrared+Imaging+Radiometer+Suite+(VIIRS)+on+the+Suomi+NPP+satellite+(GDS2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2029063650-POCLOUD\"},{\"concept-id\":\"V2112014628-POCLOUD\"},{\"concept-id\":\"V2029063685-POCLOUD\"},{\"concept-id\":\"V2029063672-POCLOUD\"},{\"concept-id\":\"V2029063653-POCLOUD\"},{\"concept-id\":\"V2029063678-POCLOUD\"},{\"concept-id\":\"V2029063693-POCLOUD\"},{\"concept-id\":\"V2029063665-POCLOUD\"},{\"concept-id\":\"V2112014620-POCLOUD\"},{\"concept-id\":\"V2112014622-POCLOUD\"},{\"concept-id\":\"V2029063668-POCLOUD\"},{\"concept-id\":\"V2029063698-POCLOUD\"},{\"concept-id\":\"V2029063658-POCLOUD\"},{\"concept-id\":\"V2029063655-POCLOUD\"},{\"concept-id\":\"V2029063662-POCLOUD\"},{\"concept-id\":\"V2112014626-POCLOUD\"},{\"concept-id\":\"V2029063675-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1996881636-POCLOUD\",\"revision-date\":\"2022-09-30T20:16:32.917Z\",\"granule-count\":2089813,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"L2P\",\"sst\",\"surface temperature\",\" VIIRS\",\" S-NPP\",\" NAVO\"],\"CollectionCitations\":[{\"Version\":\"3.0\",\"Title\":\"GHRSST Level 2P 1 m Depth Global Sea Surface Temperature version 3.0 from the Visible @@ -213280,7 +213551,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"102.12\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.74\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced Very High Resolution Radiometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2600355279-POCLOUD\",\"V2600355260-POCLOUD\",\"V2600355268-POCLOUD\",\"V2600355210-POCLOUD\",\"V2600355254-POCLOUD\",\"V2600355204-POCLOUD\",\"V2600355241-POCLOUD\",\"V2600355235-POCLOUD\",\"V2600355277-POCLOUD\",\"V2600355270-POCLOUD\",\"V2600355218-POCLOUD\",\"V2600355249-POCLOUD\",\"V2600355274-POCLOUD\",\"V2600355262-POCLOUD\",\"V2600355227-POCLOUD\",\"V2600355231-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSR2-REMSS-L2P_RT-v8.2/\",\"podaac-ops-cumulus-public/AMSR2-REMSS-L2P_RT-v8.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_27818\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2600355279-POCLOUD\"},{\"concept-id\":\"V2600355260-POCLOUD\"},{\"concept-id\":\"V2600355268-POCLOUD\"},{\"concept-id\":\"V2600355210-POCLOUD\"},{\"concept-id\":\"V2600355254-POCLOUD\"},{\"concept-id\":\"V2600355204-POCLOUD\"},{\"concept-id\":\"V2600355241-POCLOUD\"},{\"concept-id\":\"V2600355235-POCLOUD\"},{\"concept-id\":\"V2600355277-POCLOUD\"},{\"concept-id\":\"V2600355270-POCLOUD\"},{\"concept-id\":\"V2600355218-POCLOUD\"},{\"concept-id\":\"V2600355249-POCLOUD\"},{\"concept-id\":\"V2600355274-POCLOUD\"},{\"concept-id\":\"V2600355262-POCLOUD\"},{\"concept-id\":\"V2600355227-POCLOUD\"},{\"concept-id\":\"V2600355231-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2596986276-POCLOUD\",\"revision-date\":\"2023-06-12T22:19:13.228Z\",\"granule-count\":6309,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"Sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2600355279-POCLOUD\",\"V2600355260-POCLOUD\",\"V2600355268-POCLOUD\",\"V2600355210-POCLOUD\",\"V2600355254-POCLOUD\",\"V2600355204-POCLOUD\",\"V2600355241-POCLOUD\",\"V2600355235-POCLOUD\",\"V2600355277-POCLOUD\",\"V2600355270-POCLOUD\",\"V2600355218-POCLOUD\",\"V2600355249-POCLOUD\",\"V2600355274-POCLOUD\",\"V2600355262-POCLOUD\",\"V2600355227-POCLOUD\",\"V2600355231-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSR2-REMSS-L2P_RT-v8.2/\",\"podaac-ops-cumulus-public/AMSR2-REMSS-L2P_RT-v8.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_27818\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2600355279-POCLOUD\"},{\"concept-id\":\"V2600355260-POCLOUD\"},{\"concept-id\":\"V2600355268-POCLOUD\"},{\"concept-id\":\"V2600355210-POCLOUD\"},{\"concept-id\":\"V2600355254-POCLOUD\"},{\"concept-id\":\"V2600355204-POCLOUD\"},{\"concept-id\":\"V2600355241-POCLOUD\"},{\"concept-id\":\"V2600355235-POCLOUD\"},{\"concept-id\":\"V2600355277-POCLOUD\"},{\"concept-id\":\"V2600355270-POCLOUD\"},{\"concept-id\":\"V2600355218-POCLOUD\"},{\"concept-id\":\"V2600355249-POCLOUD\"},{\"concept-id\":\"V2600355274-POCLOUD\"},{\"concept-id\":\"V2600355262-POCLOUD\"},{\"concept-id\":\"V2600355227-POCLOUD\"},{\"concept-id\":\"V2600355231-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2596986276-POCLOUD\",\"revision-date\":\"2023-06-12T22:19:13.228Z\",\"granule-count\":6459,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"Sea Surface Temperature\",\"L2P\",\"SST\",\"RSS\",\"REMSS\",\"AMSR2\",\"GDS2\",\"GCOM-W\",\"NRT\"],\"CollectionCitations\":[{\"Version\":\"8.2\",\"Title\":\"GHRSST Level 2P Global Subskin NRT SST from the AMSR2\",\"Creator\":\"Remote Sensing Systems\",\"SeriesName\":\"GHRSST Level 2P Global Subskin Sea Surface Temperature @@ -213360,7 +213631,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"100.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.19\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"1450.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2029063558-POCLOUD\",\"V2112014680-POCLOUD\",\"V2112014673-POCLOUD\",\"V2029063573-POCLOUD\",\"V2112014682-POCLOUD\",\"V2029063584-POCLOUD\",\"V2655627706-POCLOUD\",\"V2112014671-POCLOUD\",\"V2029063566-POCLOUD\",\"V2655627709-POCLOUD\",\"V2029063589-POCLOUD\",\"V2655627702-POCLOUD\",\"V2655627712-POCLOUD\",\"V2029063562-POCLOUD\",\"V2029063578-POCLOUD\"],\"services\":[\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/VIIRS_NPP-JPL-L2P-v2016.2/\",\"podaac-ops-cumulus-public/VIIRS_NPP-JPL-L2P-v2016.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Sea+Surface+Skin+Temperature++from+the+Visible+and+Infrared+Imager/Radiometer+Suite+(VIIRS)+on+the+Suomi-NPP+satellite+(GDS2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2029063558-POCLOUD\"},{\"concept-id\":\"V2112014680-POCLOUD\"},{\"concept-id\":\"V2112014673-POCLOUD\"},{\"concept-id\":\"V2029063573-POCLOUD\"},{\"concept-id\":\"V2112014682-POCLOUD\"},{\"concept-id\":\"V2029063584-POCLOUD\"},{\"concept-id\":\"V2655627706-POCLOUD\"},{\"concept-id\":\"V2112014671-POCLOUD\"},{\"concept-id\":\"V2029063566-POCLOUD\"},{\"concept-id\":\"V2655627709-POCLOUD\"},{\"concept-id\":\"V2029063589-POCLOUD\"},{\"concept-id\":\"V2655627702-POCLOUD\"},{\"concept-id\":\"V2655627712-POCLOUD\"},{\"concept-id\":\"V2029063562-POCLOUD\"},{\"concept-id\":\"V2029063578-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1996881456-POCLOUD\",\"revision-date\":\"2022-09-30T20:16:30.018Z\",\"granule-count\":1250732,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"1450.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2029063558-POCLOUD\",\"V2112014680-POCLOUD\",\"V2112014673-POCLOUD\",\"V2029063573-POCLOUD\",\"V2112014682-POCLOUD\",\"V2029063584-POCLOUD\",\"V2655627706-POCLOUD\",\"V2112014671-POCLOUD\",\"V2029063566-POCLOUD\",\"V2655627709-POCLOUD\",\"V2029063589-POCLOUD\",\"V2655627702-POCLOUD\",\"V2655627712-POCLOUD\",\"V2029063562-POCLOUD\",\"V2029063578-POCLOUD\"],\"services\":[\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/VIIRS_NPP-JPL-L2P-v2016.2/\",\"podaac-ops-cumulus-public/VIIRS_NPP-JPL-L2P-v2016.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Sea+Surface+Skin+Temperature++from+the+Visible+and+Infrared+Imager/Radiometer+Suite+(VIIRS)+on+the+Suomi-NPP+satellite+(GDS2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2029063558-POCLOUD\"},{\"concept-id\":\"V2112014680-POCLOUD\"},{\"concept-id\":\"V2112014673-POCLOUD\"},{\"concept-id\":\"V2029063573-POCLOUD\"},{\"concept-id\":\"V2112014682-POCLOUD\"},{\"concept-id\":\"V2029063584-POCLOUD\"},{\"concept-id\":\"V2655627706-POCLOUD\"},{\"concept-id\":\"V2112014671-POCLOUD\"},{\"concept-id\":\"V2029063566-POCLOUD\"},{\"concept-id\":\"V2655627709-POCLOUD\"},{\"concept-id\":\"V2029063589-POCLOUD\"},{\"concept-id\":\"V2655627702-POCLOUD\"},{\"concept-id\":\"V2655627712-POCLOUD\"},{\"concept-id\":\"V2029063562-POCLOUD\"},{\"concept-id\":\"V2029063578-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1996881456-POCLOUD\",\"revision-date\":\"2022-09-30T20:16:30.018Z\",\"granule-count\":1253635,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\" L2P\",\"SST\",\" VIIRS\",\" JPL\",\" OBPG\",\" S-NPP\",\" v2016.2\"],\"CollectionCitations\":[{\"Version\":\"2016.2\",\"Title\":\"GHRSST Level 2P Global Sea Surface Skin Temperature from the Visible and Infrared Imager/Radiometer Suite (VIIRS) on the Suomi-NPP satellite (GDS2)\",\"Creator\":\"JPL/OBPG/RSMAS\",\"ReleaseDate\":\"2020-02-28T00:00:00.000Z\",\"ReleasePlace\":\"Jet @@ -213457,7 +213728,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"97.1\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"VIIRS\",\"LongName\":\"Visible-Infrared Imager-Radiometer Suite\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"3040.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":42,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V1997812737-POCLOUD\",\"V1997812697-POCLOUD\",\"V2112014688-POCLOUD\",\"V1997812756-POCLOUD\",\"V1997812688-POCLOUD\",\"V1997812670-POCLOUD\",\"V1997812724-POCLOUD\",\"V2112014684-POCLOUD\",\"V1997812701-POCLOUD\",\"V1997812681-POCLOUD\",\"V2112014686-POCLOUD\",\"V1997812663-POCLOUD\",\"V1997812676-POCLOUD\",\"V1997812744-POCLOUD\",\"V1997812714-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2009180097-POCLOUD\",\"S2800188133-POCLOUD\",\"S2839491596-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-public/MODIS_A-JPL-L2P-v2019.0/\",\"podaac-ops-cumulus-protected/MODIS_A-JPL-L2P-v2019.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Sea+Surface+Skin+Temperature+from+the+Moderate+Resolution+Imaging+Spectroradiometer+(MODIS)+on+the+NASA+Aqua+satellite+(GDS2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V1997812737-POCLOUD\"},{\"concept-id\":\"V1997812697-POCLOUD\"},{\"concept-id\":\"V2112014688-POCLOUD\"},{\"concept-id\":\"V1997812756-POCLOUD\"},{\"concept-id\":\"V1997812688-POCLOUD\"},{\"concept-id\":\"V1997812670-POCLOUD\"},{\"concept-id\":\"V1997812724-POCLOUD\"},{\"concept-id\":\"V2112014684-POCLOUD\"},{\"concept-id\":\"V1997812701-POCLOUD\"},{\"concept-id\":\"V1997812681-POCLOUD\"},{\"concept-id\":\"V2112014686-POCLOUD\"},{\"concept-id\":\"V1997812663-POCLOUD\"},{\"concept-id\":\"V1997812676-POCLOUD\"},{\"concept-id\":\"V1997812744-POCLOUD\"},{\"concept-id\":\"V1997812714-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2839491596-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1940473819-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:50.727Z\",\"granule-count\":2610717,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"3040.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":42,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V1997812737-POCLOUD\",\"V1997812697-POCLOUD\",\"V2112014688-POCLOUD\",\"V1997812756-POCLOUD\",\"V1997812688-POCLOUD\",\"V1997812670-POCLOUD\",\"V1997812724-POCLOUD\",\"V2112014684-POCLOUD\",\"V1997812701-POCLOUD\",\"V1997812681-POCLOUD\",\"V2112014686-POCLOUD\",\"V1997812663-POCLOUD\",\"V1997812676-POCLOUD\",\"V1997812744-POCLOUD\",\"V1997812714-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2009180097-POCLOUD\",\"S2800188133-POCLOUD\",\"S2839491596-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-public/MODIS_A-JPL-L2P-v2019.0/\",\"podaac-ops-cumulus-protected/MODIS_A-JPL-L2P-v2019.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Sea+Surface+Skin+Temperature+from+the+Moderate+Resolution+Imaging+Spectroradiometer+(MODIS)+on+the+NASA+Aqua+satellite+(GDS2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V1997812737-POCLOUD\"},{\"concept-id\":\"V1997812697-POCLOUD\"},{\"concept-id\":\"V2112014688-POCLOUD\"},{\"concept-id\":\"V1997812756-POCLOUD\"},{\"concept-id\":\"V1997812688-POCLOUD\"},{\"concept-id\":\"V1997812670-POCLOUD\"},{\"concept-id\":\"V1997812724-POCLOUD\"},{\"concept-id\":\"V2112014684-POCLOUD\"},{\"concept-id\":\"V1997812701-POCLOUD\"},{\"concept-id\":\"V1997812681-POCLOUD\"},{\"concept-id\":\"V2112014686-POCLOUD\"},{\"concept-id\":\"V1997812663-POCLOUD\"},{\"concept-id\":\"V1997812676-POCLOUD\"},{\"concept-id\":\"V1997812744-POCLOUD\"},{\"concept-id\":\"V1997812714-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2839491596-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1940473819-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:50.727Z\",\"granule-count\":2614118,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" L2P\",\"SST\",\" MODIS\",\" AQUA\",\" JPL\",\" OBPG\",\" V2019.0\"],\"CollectionCitations\":[{\"SeriesName\":\"GHRSST Level 2P Global Sea Surface Skin Temperature from the Moderate Resolution Imaging Spectroradiometer (MODIS) on NASA Aqua\",\"Version\":\"2019.0\",\"Title\":\"MODIS @@ -213562,7 +213833,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"98.4\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.1\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2330.0\",\"Unit\":\"Meters\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":25.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2002-06-01T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":25.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2002-06-01T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":47,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V1997811750-POCLOUD\",\"V1997811794-POCLOUD\",\"V2112014697-POCLOUD\",\"V1997811877-POCLOUD\",\"V1997811902-POCLOUD\",\"V2028668027-POCLOUD\",\"V2028632036-POCLOUD\",\"V1997811775-POCLOUD\",\"V1997811764-POCLOUD\",\"V1997811783-POCLOUD\",\"V2112014702-POCLOUD\",\"V2028632034-POCLOUD\",\"V2112014700-POCLOUD\",\"V1997811759-POCLOUD\",\"V2028632038-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S1962070864-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-public/MODIS_T-JPL-L2P-v2019.0/\",\"podaac-ops-cumulus-protected/MODIS_T-JPL-L2P-v2019.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Sea+Surface+Skin+Temperature+from+the+Moderate+Resolution+Imaging+Spectroradiometer+(MODIS)+on+the+NASA+Terra+satellite+(GDS2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V1997811750-POCLOUD\"},{\"concept-id\":\"V1997811794-POCLOUD\"},{\"concept-id\":\"V2112014697-POCLOUD\"},{\"concept-id\":\"V1997811877-POCLOUD\"},{\"concept-id\":\"V1997811902-POCLOUD\"},{\"concept-id\":\"V2028668027-POCLOUD\"},{\"concept-id\":\"V2028632036-POCLOUD\"},{\"concept-id\":\"V1997811775-POCLOUD\"},{\"concept-id\":\"V1997811764-POCLOUD\"},{\"concept-id\":\"V1997811783-POCLOUD\"},{\"concept-id\":\"V2112014702-POCLOUD\"},{\"concept-id\":\"V2028632034-POCLOUD\"},{\"concept-id\":\"V2112014700-POCLOUD\"},{\"concept-id\":\"V1997811759-POCLOUD\"},{\"concept-id\":\"V2028632038-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1940475563-POCLOUD\",\"revision-date\":\"2022-09-30T20:15:14.294Z\",\"granule-count\":2875513,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2330.0\",\"Unit\":\"Meters\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":25.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2002-06-01T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":25.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2002-06-01T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":47,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V1997811750-POCLOUD\",\"V1997811794-POCLOUD\",\"V2112014697-POCLOUD\",\"V1997811877-POCLOUD\",\"V1997811902-POCLOUD\",\"V2028668027-POCLOUD\",\"V2028632036-POCLOUD\",\"V1997811775-POCLOUD\",\"V1997811764-POCLOUD\",\"V1997811783-POCLOUD\",\"V2112014702-POCLOUD\",\"V2028632034-POCLOUD\",\"V2112014700-POCLOUD\",\"V1997811759-POCLOUD\",\"V2028632038-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-public/MODIS_T-JPL-L2P-v2019.0/\",\"podaac-ops-cumulus-protected/MODIS_T-JPL-L2P-v2019.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Sea+Surface+Skin+Temperature+from+the+Moderate+Resolution+Imaging+Spectroradiometer+(MODIS)+on+the+NASA+Terra+satellite+(GDS2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V1997811750-POCLOUD\"},{\"concept-id\":\"V1997811794-POCLOUD\"},{\"concept-id\":\"V2112014697-POCLOUD\"},{\"concept-id\":\"V1997811877-POCLOUD\"},{\"concept-id\":\"V1997811902-POCLOUD\"},{\"concept-id\":\"V2028668027-POCLOUD\"},{\"concept-id\":\"V2028632036-POCLOUD\"},{\"concept-id\":\"V1997811775-POCLOUD\"},{\"concept-id\":\"V1997811764-POCLOUD\"},{\"concept-id\":\"V1997811783-POCLOUD\"},{\"concept-id\":\"V2112014702-POCLOUD\"},{\"concept-id\":\"V2028632034-POCLOUD\"},{\"concept-id\":\"V2112014700-POCLOUD\"},{\"concept-id\":\"V1997811759-POCLOUD\"},{\"concept-id\":\"V2028632038-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1940475563-POCLOUD\",\"revision-date\":\"2022-09-30T20:15:14.294Z\",\"granule-count\":2878920,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" L2P\",\"SST\",\" MODIS\",\" TERRA\",\" JPL\",\" OBPG\",\" v2019.0\"],\"CollectionCitations\":[{\"Version\":\"2019.0\",\"Title\":\"MODIS Terra L2P swath SST data set\",\"Creator\":\"JPL/OBPG/RSMAS\",\"SeriesName\":\"GHRSST Level 2P Global Sea Surface Skin Temperature from the Moderate Resolution @@ -213664,7 +213935,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"98.8\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.2\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2330.0\",\"Unit\":\"Meters\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":25.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-02-24T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":25.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-02-24T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2110155582-POCLOUD\",\"V2110155599-POCLOUD\",\"V2110155610-POCLOUD\",\"V2112014717-POCLOUD\",\"V2110155608-POCLOUD\",\"V2110155604-POCLOUD\",\"V2110155590-POCLOUD\",\"V2110155606-POCLOUD\",\"V2110155586-POCLOUD\",\"V2110155588-POCLOUD\",\"V2110155592-POCLOUD\",\"V2110155571-POCLOUD\",\"V2110155573-POCLOUD\",\"V2112014715-POCLOUD\",\"V2110155602-POCLOUD\",\"V2110155575-POCLOUD\",\"V2112014719-POCLOUD\"],\"services\":[\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRMTA_G-NAVO-L2P-v2.0/\",\"podaac-ops-cumulus-public/AVHRRMTA_G-NAVO-L2P-v2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Sea+Surface+Temperature+v2.0+from+the+AVHRR+on+the+MetOp-A+satellite+produced+by+NAVO\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2110155582-POCLOUD\"},{\"concept-id\":\"V2110155599-POCLOUD\"},{\"concept-id\":\"V2110155610-POCLOUD\"},{\"concept-id\":\"V2112014717-POCLOUD\"},{\"concept-id\":\"V2110155608-POCLOUD\"},{\"concept-id\":\"V2110155604-POCLOUD\"},{\"concept-id\":\"V2110155590-POCLOUD\"},{\"concept-id\":\"V2110155606-POCLOUD\"},{\"concept-id\":\"V2110155586-POCLOUD\"},{\"concept-id\":\"V2110155588-POCLOUD\"},{\"concept-id\":\"V2110155592-POCLOUD\"},{\"concept-id\":\"V2110155571-POCLOUD\"},{\"concept-id\":\"V2110155573-POCLOUD\"},{\"concept-id\":\"V2112014715-POCLOUD\"},{\"concept-id\":\"V2110155602-POCLOUD\"},{\"concept-id\":\"V2110155575-POCLOUD\"},{\"concept-id\":\"V2112014719-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877495-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:51.603Z\",\"granule-count\":7079,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2330.0\",\"Unit\":\"Meters\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":25.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-02-24T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":25.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2000-02-24T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2110155582-POCLOUD\",\"V2110155599-POCLOUD\",\"V2110155610-POCLOUD\",\"V2112014717-POCLOUD\",\"V2110155608-POCLOUD\",\"V2110155604-POCLOUD\",\"V2110155590-POCLOUD\",\"V2110155606-POCLOUD\",\"V2110155586-POCLOUD\",\"V2110155588-POCLOUD\",\"V2110155592-POCLOUD\",\"V2110155571-POCLOUD\",\"V2110155573-POCLOUD\",\"V2112014715-POCLOUD\",\"V2110155602-POCLOUD\",\"V2110155575-POCLOUD\",\"V2112014719-POCLOUD\"],\"services\":[\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRMTA_G-NAVO-L2P-v2.0/\",\"podaac-ops-cumulus-public/AVHRRMTA_G-NAVO-L2P-v2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Sea+Surface+Temperature+v2.0+from+the+AVHRR+on+the+MetOp-A+satellite+produced+by+NAVO\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2110155582-POCLOUD\"},{\"concept-id\":\"V2110155599-POCLOUD\"},{\"concept-id\":\"V2110155610-POCLOUD\"},{\"concept-id\":\"V2112014717-POCLOUD\"},{\"concept-id\":\"V2110155608-POCLOUD\"},{\"concept-id\":\"V2110155604-POCLOUD\"},{\"concept-id\":\"V2110155590-POCLOUD\"},{\"concept-id\":\"V2110155606-POCLOUD\"},{\"concept-id\":\"V2110155586-POCLOUD\"},{\"concept-id\":\"V2110155588-POCLOUD\"},{\"concept-id\":\"V2110155592-POCLOUD\"},{\"concept-id\":\"V2110155571-POCLOUD\"},{\"concept-id\":\"V2110155573-POCLOUD\"},{\"concept-id\":\"V2112014715-POCLOUD\"},{\"concept-id\":\"V2110155602-POCLOUD\"},{\"concept-id\":\"V2110155575-POCLOUD\"},{\"concept-id\":\"V2112014719-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877495-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:51.603Z\",\"granule-count\":7079,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" sea surface temperature\",\" AVHRR\",\" SST\",\" NAVO\",\" MetOp\"],\"CollectionCitations\":[{\"Version\":\"2.0\",\"Title\":\"METOP-A AVHRR GAC L2P swath SST dataset v2.0\",\"Creator\":\"Naval Oceanographic Office\",\"SeriesName\":\"GHRSST Level 2P Global Bulk Sea Surface Temperature v2.0 from the Advanced Very High @@ -213758,7 +214029,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2110155936-POCLOUD\",\"V2110155911-POCLOUD\",\"V2112014735-POCLOUD\",\"V2110155919-POCLOUD\",\"V2110155934-POCLOUD\",\"V2110155908-POCLOUD\",\"V2110155930-POCLOUD\",\"V2110155917-POCLOUD\",\"V2110155915-POCLOUD\",\"V2110155913-POCLOUD\",\"V2110155926-POCLOUD\",\"V2112014731-POCLOUD\",\"V2110155938-POCLOUD\",\"V2112014733-POCLOUD\",\"V2110155928-POCLOUD\",\"V2110155932-POCLOUD\",\"V2110155921-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRMTB_G-NAVO-L2P-v2.0/\",\"podaac-ops-cumulus-public/AVHRRMTB_G-NAVO-L2P-v2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Sea+Surface+Temperature+v2.0+from+the+AVHRR+on+the+MetOp-B+satellite+produced+by+NAVO\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2110155936-POCLOUD\"},{\"concept-id\":\"V2110155911-POCLOUD\"},{\"concept-id\":\"V2112014735-POCLOUD\"},{\"concept-id\":\"V2110155919-POCLOUD\"},{\"concept-id\":\"V2110155934-POCLOUD\"},{\"concept-id\":\"V2110155908-POCLOUD\"},{\"concept-id\":\"V2110155930-POCLOUD\"},{\"concept-id\":\"V2110155917-POCLOUD\"},{\"concept-id\":\"V2110155915-POCLOUD\"},{\"concept-id\":\"V2110155913-POCLOUD\"},{\"concept-id\":\"V2110155926-POCLOUD\"},{\"concept-id\":\"V2112014731-POCLOUD\"},{\"concept-id\":\"V2110155938-POCLOUD\"},{\"concept-id\":\"V2112014733-POCLOUD\"},{\"concept-id\":\"V2110155928-POCLOUD\"},{\"concept-id\":\"V2110155932-POCLOUD\"},{\"concept-id\":\"V2110155921-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877502-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:52.497Z\",\"granule-count\":38628,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2110155936-POCLOUD\",\"V2110155911-POCLOUD\",\"V2112014735-POCLOUD\",\"V2110155919-POCLOUD\",\"V2110155934-POCLOUD\",\"V2110155908-POCLOUD\",\"V2110155930-POCLOUD\",\"V2110155917-POCLOUD\",\"V2110155915-POCLOUD\",\"V2110155913-POCLOUD\",\"V2110155926-POCLOUD\",\"V2112014731-POCLOUD\",\"V2110155938-POCLOUD\",\"V2112014733-POCLOUD\",\"V2110155928-POCLOUD\",\"V2110155932-POCLOUD\",\"V2110155921-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRMTB_G-NAVO-L2P-v2.0/\",\"podaac-ops-cumulus-public/AVHRRMTB_G-NAVO-L2P-v2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Sea+Surface+Temperature+v2.0+from+the+AVHRR+on+the+MetOp-B+satellite+produced+by+NAVO\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2110155936-POCLOUD\"},{\"concept-id\":\"V2110155911-POCLOUD\"},{\"concept-id\":\"V2112014735-POCLOUD\"},{\"concept-id\":\"V2110155919-POCLOUD\"},{\"concept-id\":\"V2110155934-POCLOUD\"},{\"concept-id\":\"V2110155908-POCLOUD\"},{\"concept-id\":\"V2110155930-POCLOUD\"},{\"concept-id\":\"V2110155917-POCLOUD\"},{\"concept-id\":\"V2110155915-POCLOUD\"},{\"concept-id\":\"V2110155913-POCLOUD\"},{\"concept-id\":\"V2110155926-POCLOUD\"},{\"concept-id\":\"V2112014731-POCLOUD\"},{\"concept-id\":\"V2110155938-POCLOUD\"},{\"concept-id\":\"V2112014733-POCLOUD\"},{\"concept-id\":\"V2110155928-POCLOUD\"},{\"concept-id\":\"V2110155932-POCLOUD\"},{\"concept-id\":\"V2110155921-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877502-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:52.497Z\",\"granule-count\":38887,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" sea surface temperature\",\"L2P\",\"SST\",\" NAVO\",\" AVHRR\",\" MetOp\"],\"CollectionCitations\":[{\"Creator\":\"Naval Oceanographic Office\",\"OnlineResource\":{\"Linkage\":\"https://podaac.jpl.nasa.gov/GHRSST\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"METOP-A AVHRR GAC L2P swath SST dataset\",\"SeriesName\":\"GHRSST Level 2P Global @@ -213856,7 +214127,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2110156003-POCLOUD\",\"V2110156011-POCLOUD\",\"V2110156019-POCLOUD\",\"V2110156007-POCLOUD\",\"V2110156005-POCLOUD\",\"V2110155999-POCLOUD\",\"V2110156013-POCLOUD\",\"V2110156009-POCLOUD\",\"V2112014744-POCLOUD\",\"V2110156015-POCLOUD\",\"V2112014751-POCLOUD\",\"V2110156001-POCLOUD\",\"V2110156017-POCLOUD\",\"V2110155993-POCLOUD\",\"V2110155997-POCLOUD\",\"V2110155995-POCLOUD\",\"V2112014747-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2800188133-POCLOUD\",\"S2153799015-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRMTC_G-NAVO-L2P-v2.0/\",\"podaac-ops-cumulus-public/AVHRRMTC_G-NAVO-L2P-v2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Sea+Surface+Temperature+v2.0+from+the+AVHRR+on+the+MetOp-C+satellite+produced+by+NAVO\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2110156003-POCLOUD\"},{\"concept-id\":\"V2110156011-POCLOUD\"},{\"concept-id\":\"V2110156019-POCLOUD\"},{\"concept-id\":\"V2110156007-POCLOUD\"},{\"concept-id\":\"V2110156005-POCLOUD\"},{\"concept-id\":\"V2110155999-POCLOUD\"},{\"concept-id\":\"V2110156013-POCLOUD\"},{\"concept-id\":\"V2110156009-POCLOUD\"},{\"concept-id\":\"V2112014744-POCLOUD\"},{\"concept-id\":\"V2110156015-POCLOUD\"},{\"concept-id\":\"V2112014751-POCLOUD\"},{\"concept-id\":\"V2110156001-POCLOUD\"},{\"concept-id\":\"V2110156017-POCLOUD\"},{\"concept-id\":\"V2110155993-POCLOUD\"},{\"concept-id\":\"V2110155997-POCLOUD\"},{\"concept-id\":\"V2110155995-POCLOUD\"},{\"concept-id\":\"V2112014747-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877509-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:53.409Z\",\"granule-count\":19493,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2110156003-POCLOUD\",\"V2110156011-POCLOUD\",\"V2110156019-POCLOUD\",\"V2110156007-POCLOUD\",\"V2110156005-POCLOUD\",\"V2110155999-POCLOUD\",\"V2110156013-POCLOUD\",\"V2110156009-POCLOUD\",\"V2112014744-POCLOUD\",\"V2110156015-POCLOUD\",\"V2112014751-POCLOUD\",\"V2110156001-POCLOUD\",\"V2110156017-POCLOUD\",\"V2110155993-POCLOUD\",\"V2110155997-POCLOUD\",\"V2110155995-POCLOUD\",\"V2112014747-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2800188133-POCLOUD\",\"S2153799015-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRMTC_G-NAVO-L2P-v2.0/\",\"podaac-ops-cumulus-public/AVHRRMTC_G-NAVO-L2P-v2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Sea+Surface+Temperature+v2.0+from+the+AVHRR+on+the+MetOp-C+satellite+produced+by+NAVO\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2110156003-POCLOUD\"},{\"concept-id\":\"V2110156011-POCLOUD\"},{\"concept-id\":\"V2110156019-POCLOUD\"},{\"concept-id\":\"V2110156007-POCLOUD\"},{\"concept-id\":\"V2110156005-POCLOUD\"},{\"concept-id\":\"V2110155999-POCLOUD\"},{\"concept-id\":\"V2110156013-POCLOUD\"},{\"concept-id\":\"V2110156009-POCLOUD\"},{\"concept-id\":\"V2112014744-POCLOUD\"},{\"concept-id\":\"V2110156015-POCLOUD\"},{\"concept-id\":\"V2112014751-POCLOUD\"},{\"concept-id\":\"V2110156001-POCLOUD\"},{\"concept-id\":\"V2110156017-POCLOUD\"},{\"concept-id\":\"V2110155993-POCLOUD\"},{\"concept-id\":\"V2110155997-POCLOUD\"},{\"concept-id\":\"V2110155995-POCLOUD\"},{\"concept-id\":\"V2112014747-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877509-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:53.409Z\",\"granule-count\":19637,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\" SST\",\" NAVO\",\" AVHRR\",\" MetOp\"],\"CollectionCitations\":[{\"Creator\":\"Naval Oceanographic Office\",\"OnlineResource\":{\"Linkage\":\"https://podaac-tools.jpl.nasa.gov/drive/files/allData/ghrsst/docs/GDS20r5.pdf\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"METOP-C AVHRR GAC L2P swath SST data set\",\"SeriesName\":\"METOP-C AVHRR GAC MCSST\",\"OtherCitationDetails\":\"Naval @@ -214023,7 +214294,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Value\":\"2200.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"IASI\"}],\"LongName\":\"Meteorological Operational Satellite - A\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"METOP-A\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112014787-POCLOUD\",\"V2112014797-POCLOUD\",\"V2112014803-POCLOUD\",\"V2112014784-POCLOUD\",\"V2112014791-POCLOUD\",\"V2112014801-POCLOUD\",\"V2112014811-POCLOUD\",\"V2112014807-POCLOUD\",\"V2112014799-POCLOUD\",\"V2112014813-POCLOUD\",\"V2112014793-POCLOUD\",\"V2112014805-POCLOUD\",\"V2112014781-POCLOUD\",\"V2112014789-POCLOUD\",\"V2112014795-POCLOUD\",\"V2112014809-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/IASI_SST_METOP_B-OSISAF-L2P-v1.0/\",\"podaac-ops-cumulus-public/IASI_SST_METOP_B-OSISAF-L2P-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+skin+Sea+Surface+Temperature+from+the+Infrared+Atmospheric+Sounding+Interferometer+(IASI)+on+the+Metop-B+satellite+(GDS+V2)+produced+by+OSI+SAF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112014787-POCLOUD\"},{\"concept-id\":\"V2112014797-POCLOUD\"},{\"concept-id\":\"V2112014803-POCLOUD\"},{\"concept-id\":\"V2112014784-POCLOUD\"},{\"concept-id\":\"V2112014791-POCLOUD\"},{\"concept-id\":\"V2112014801-POCLOUD\"},{\"concept-id\":\"V2112014811-POCLOUD\"},{\"concept-id\":\"V2112014807-POCLOUD\"},{\"concept-id\":\"V2112014799-POCLOUD\"},{\"concept-id\":\"V2112014813-POCLOUD\"},{\"concept-id\":\"V2112014793-POCLOUD\"},{\"concept-id\":\"V2112014805-POCLOUD\"},{\"concept-id\":\"V2112014781-POCLOUD\"},{\"concept-id\":\"V2112014789-POCLOUD\"},{\"concept-id\":\"V2112014795-POCLOUD\"},{\"concept-id\":\"V2112014809-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877829-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:43.209Z\",\"granule-count\":1400149,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"MetOp-B\",\"IASI\",\"OSISAF\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"METOP-A\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112014787-POCLOUD\",\"V2112014797-POCLOUD\",\"V2112014803-POCLOUD\",\"V2112014784-POCLOUD\",\"V2112014791-POCLOUD\",\"V2112014801-POCLOUD\",\"V2112014811-POCLOUD\",\"V2112014807-POCLOUD\",\"V2112014799-POCLOUD\",\"V2112014813-POCLOUD\",\"V2112014793-POCLOUD\",\"V2112014805-POCLOUD\",\"V2112014781-POCLOUD\",\"V2112014789-POCLOUD\",\"V2112014795-POCLOUD\",\"V2112014809-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/IASI_SST_METOP_B-OSISAF-L2P-v1.0/\",\"podaac-ops-cumulus-public/IASI_SST_METOP_B-OSISAF-L2P-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+skin+Sea+Surface+Temperature+from+the+Infrared+Atmospheric+Sounding+Interferometer+(IASI)+on+the+Metop-B+satellite+(GDS+V2)+produced+by+OSI+SAF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112014787-POCLOUD\"},{\"concept-id\":\"V2112014797-POCLOUD\"},{\"concept-id\":\"V2112014803-POCLOUD\"},{\"concept-id\":\"V2112014784-POCLOUD\"},{\"concept-id\":\"V2112014791-POCLOUD\"},{\"concept-id\":\"V2112014801-POCLOUD\"},{\"concept-id\":\"V2112014811-POCLOUD\"},{\"concept-id\":\"V2112014807-POCLOUD\"},{\"concept-id\":\"V2112014799-POCLOUD\"},{\"concept-id\":\"V2112014813-POCLOUD\"},{\"concept-id\":\"V2112014793-POCLOUD\"},{\"concept-id\":\"V2112014805-POCLOUD\"},{\"concept-id\":\"V2112014781-POCLOUD\"},{\"concept-id\":\"V2112014789-POCLOUD\"},{\"concept-id\":\"V2112014795-POCLOUD\"},{\"concept-id\":\"V2112014809-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877829-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:43.209Z\",\"granule-count\":1403715,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"MetOp-B\",\"IASI\",\"OSISAF\",\"sea surface temperature\",\"L2P\",\"sst\",\"surface temperature\",\"metop\",\"metop a\",\"IASI\",\"iasi\",\"osi\",\"osi saf\",\"osisaf\",\"gds2\"],\"CollectionCitations\":[{\"Creator\":\"EUMETSAT/OSI SAF\",\"OnlineResource\":{\"Linkage\":\"http://www.osi-saf.org\"},\"Publisher\":\"EUMETSAT @@ -214107,7 +214378,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Value\":\"2200.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"IASI\"}],\"LongName\":\"Meteorological Operational Satellite - B\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"METOP-B\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2207041219-POCLOUD\",\"V2207041229-POCLOUD\",\"V2207041212-POCLOUD\",\"V2207041204-POCLOUD\",\"V2207041192-POCLOUD\",\"V2207041202-POCLOUD\",\"V2207041217-POCLOUD\",\"V2207041222-POCLOUD\",\"V2207041200-POCLOUD\",\"V2207041227-POCLOUD\",\"V2207041198-POCLOUD\",\"V2207041231-POCLOUD\",\"V2207041210-POCLOUD\",\"V2207041215-POCLOUD\",\"V2207041206-POCLOUD\",\"V2207041195-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2800188133-POCLOUD\",\"S2153799015-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSRE-REMSS-L2P-v7a/\",\"podaac-ops-cumulus-public/AMSRE-REMSS-L2P-v7a/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Subskin+Sea+Surface+Temperature+from+the+Advanced+Scanning+Microwave+Radiometer+-+Earth++Observing+System+(AMSR-E)+on+the+NASA+Aqua+Satellite\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2207041219-POCLOUD\"},{\"concept-id\":\"V2207041229-POCLOUD\"},{\"concept-id\":\"V2207041212-POCLOUD\"},{\"concept-id\":\"V2207041204-POCLOUD\"},{\"concept-id\":\"V2207041192-POCLOUD\"},{\"concept-id\":\"V2207041202-POCLOUD\"},{\"concept-id\":\"V2207041217-POCLOUD\"},{\"concept-id\":\"V2207041222-POCLOUD\"},{\"concept-id\":\"V2207041200-POCLOUD\"},{\"concept-id\":\"V2207041227-POCLOUD\"},{\"concept-id\":\"V2207041198-POCLOUD\"},{\"concept-id\":\"V2207041231-POCLOUD\"},{\"concept-id\":\"V2207041210-POCLOUD\"},{\"concept-id\":\"V2207041215-POCLOUD\"},{\"concept-id\":\"V2207041206-POCLOUD\"},{\"concept-id\":\"V2207041195-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205553958-POCLOUD\",\"revision-date\":\"2023-06-14T00:51:18.536Z\",\"granule-count\":49067,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"METOP-B\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2207041219-POCLOUD\",\"V2207041229-POCLOUD\",\"V2207041212-POCLOUD\",\"V2207041204-POCLOUD\",\"V2207041192-POCLOUD\",\"V2207041202-POCLOUD\",\"V2207041217-POCLOUD\",\"V2207041222-POCLOUD\",\"V2207041200-POCLOUD\",\"V2207041227-POCLOUD\",\"V2207041198-POCLOUD\",\"V2207041231-POCLOUD\",\"V2207041210-POCLOUD\",\"V2207041215-POCLOUD\",\"V2207041206-POCLOUD\",\"V2207041195-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2800188133-POCLOUD\",\"S2153799015-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSRE-REMSS-L2P-v7a/\",\"podaac-ops-cumulus-public/AMSRE-REMSS-L2P-v7a/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+Global+Subskin+Sea+Surface+Temperature+from+the+Advanced+Scanning+Microwave+Radiometer+-+Earth++Observing+System+(AMSR-E)+on+the+NASA+Aqua+Satellite\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2207041219-POCLOUD\"},{\"concept-id\":\"V2207041229-POCLOUD\"},{\"concept-id\":\"V2207041212-POCLOUD\"},{\"concept-id\":\"V2207041204-POCLOUD\"},{\"concept-id\":\"V2207041192-POCLOUD\"},{\"concept-id\":\"V2207041202-POCLOUD\"},{\"concept-id\":\"V2207041217-POCLOUD\"},{\"concept-id\":\"V2207041222-POCLOUD\"},{\"concept-id\":\"V2207041200-POCLOUD\"},{\"concept-id\":\"V2207041227-POCLOUD\"},{\"concept-id\":\"V2207041198-POCLOUD\"},{\"concept-id\":\"V2207041231-POCLOUD\"},{\"concept-id\":\"V2207041210-POCLOUD\"},{\"concept-id\":\"V2207041215-POCLOUD\"},{\"concept-id\":\"V2207041206-POCLOUD\"},{\"concept-id\":\"V2207041195-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205553958-POCLOUD\",\"revision-date\":\"2023-06-14T00:51:18.536Z\",\"granule-count\":49067,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"sst\",\"surface temperature\",\"remss\",\"amsre\",\"l2p\",\"gds2\"],\"CollectionCitations\":[{\"Creator\":\"Remote Sensing Systems\",\"OnlineResource\":{\"Linkage\":\"http://www.remss.com\"},\"Publisher\":\"Remote Sensing Systems\",\"Title\":\"GHRSST Level 2P Global Subskin SST from the @@ -214259,7 +214530,7 @@ interactions: distance from orbital plane relative to the Equator.\",\"Value\":\"878.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"TMI\"}],\"LongName\":\"Tropical Rainfall Measuring Mission\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"92.4\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"TRMM\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2600354773-POCLOUD\",\"V2600354755-POCLOUD\",\"V2600354776-POCLOUD\",\"V2600354782-POCLOUD\",\"V2600354723-POCLOUD\",\"V2600354714-POCLOUD\",\"V2600354789-POCLOUD\",\"V2600354731-POCLOUD\",\"V2600354742-POCLOUD\",\"V2600354748-POCLOUD\",\"V2600354761-POCLOUD\",\"V2600354769-POCLOUD\",\"V2600354799-POCLOUD\",\"V2600354803-POCLOUD\",\"V2600354767-POCLOUD\",\"V2600354708-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSR2-REMSS-L2P-v8.2/\",\"podaac-ops-cumulus-public/AMSR2-REMSS-L2P-v8.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_27817\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2600354773-POCLOUD\"},{\"concept-id\":\"V2600354755-POCLOUD\"},{\"concept-id\":\"V2600354776-POCLOUD\"},{\"concept-id\":\"V2600354782-POCLOUD\"},{\"concept-id\":\"V2600354723-POCLOUD\"},{\"concept-id\":\"V2600354714-POCLOUD\"},{\"concept-id\":\"V2600354789-POCLOUD\"},{\"concept-id\":\"V2600354731-POCLOUD\"},{\"concept-id\":\"V2600354742-POCLOUD\"},{\"concept-id\":\"V2600354748-POCLOUD\"},{\"concept-id\":\"V2600354761-POCLOUD\"},{\"concept-id\":\"V2600354769-POCLOUD\"},{\"concept-id\":\"V2600354799-POCLOUD\"},{\"concept-id\":\"V2600354803-POCLOUD\"},{\"concept-id\":\"V2600354767-POCLOUD\"},{\"concept-id\":\"V2600354708-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2596983413-POCLOUD\",\"revision-date\":\"2023-06-12T22:15:39.932Z\",\"granule-count\":62302,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"Sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"TRMM\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2600354773-POCLOUD\",\"V2600354755-POCLOUD\",\"V2600354776-POCLOUD\",\"V2600354782-POCLOUD\",\"V2600354723-POCLOUD\",\"V2600354714-POCLOUD\",\"V2600354789-POCLOUD\",\"V2600354731-POCLOUD\",\"V2600354742-POCLOUD\",\"V2600354748-POCLOUD\",\"V2600354761-POCLOUD\",\"V2600354769-POCLOUD\",\"V2600354799-POCLOUD\",\"V2600354803-POCLOUD\",\"V2600354767-POCLOUD\",\"V2600354708-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSR2-REMSS-L2P-v8.2/\",\"podaac-ops-cumulus-public/AMSR2-REMSS-L2P-v8.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_27817\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2600354773-POCLOUD\"},{\"concept-id\":\"V2600354755-POCLOUD\"},{\"concept-id\":\"V2600354776-POCLOUD\"},{\"concept-id\":\"V2600354782-POCLOUD\"},{\"concept-id\":\"V2600354723-POCLOUD\"},{\"concept-id\":\"V2600354714-POCLOUD\"},{\"concept-id\":\"V2600354789-POCLOUD\"},{\"concept-id\":\"V2600354731-POCLOUD\"},{\"concept-id\":\"V2600354742-POCLOUD\"},{\"concept-id\":\"V2600354748-POCLOUD\"},{\"concept-id\":\"V2600354761-POCLOUD\"},{\"concept-id\":\"V2600354769-POCLOUD\"},{\"concept-id\":\"V2600354799-POCLOUD\"},{\"concept-id\":\"V2600354803-POCLOUD\"},{\"concept-id\":\"V2600354767-POCLOUD\"},{\"concept-id\":\"V2600354708-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2596983413-POCLOUD\",\"revision-date\":\"2023-06-12T22:15:39.932Z\",\"granule-count\":62448,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"Sea Surface Temperature\",\"L2P\",\"SST\",\"RSS\",\"REMSS\",\"AMSR2\",\"GDS2\",\"GCOM-W\"],\"CollectionCitations\":[{\"Version\":\"8.2\",\"Title\":\"GHRSST Level 2P Global Subskin SST from the AMSR2\",\"Creator\":\"Remote Sensing Systems\",\"SeriesName\":\"GHRSST Level 2P Global Subskin Sea Surface Temperature @@ -214433,7 +214704,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"102.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"99.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"VIIRS\",\"LongName\":\"Visible-Infrared Imager-Radiometer Suite\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"3040.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":60.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":60.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2195358963-POCLOUD\",\"V2195358978-POCLOUD\",\"V2195358983-POCLOUD\",\"V2195358961-POCLOUD\",\"V2195358970-POCLOUD\",\"V2195358972-POCLOUD\",\"V2195358974-POCLOUD\",\"V2195358989-POCLOUD\",\"V2195358987-POCLOUD\",\"V2195358985-POCLOUD\",\"V2195358965-POCLOUD\",\"V2195358980-POCLOUD\",\"V2195358958-POCLOUD\",\"V2195358995-POCLOUD\",\"V2195358968-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/VIIRS_N20-STAR-L2P-v2.80/\",\"podaac-ops-cumulus-public/VIIRS_N20-STAR-L2P-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_18716\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2195358963-POCLOUD\"},{\"concept-id\":\"V2195358978-POCLOUD\"},{\"concept-id\":\"V2195358983-POCLOUD\"},{\"concept-id\":\"V2195358961-POCLOUD\"},{\"concept-id\":\"V2195358970-POCLOUD\"},{\"concept-id\":\"V2195358972-POCLOUD\"},{\"concept-id\":\"V2195358974-POCLOUD\"},{\"concept-id\":\"V2195358989-POCLOUD\"},{\"concept-id\":\"V2195358987-POCLOUD\"},{\"concept-id\":\"V2195358985-POCLOUD\"},{\"concept-id\":\"V2195358965-POCLOUD\"},{\"concept-id\":\"V2195358980-POCLOUD\"},{\"concept-id\":\"V2195358958-POCLOUD\"},{\"concept-id\":\"V2195358995-POCLOUD\"},{\"concept-id\":\"V2195358968-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2147478146-POCLOUD\",\"revision-date\":\"2023-06-13T14:46:00.940Z\",\"granule-count\":326204,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"NOAA\",\"STAR\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"3040.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":60.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":60.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2195358963-POCLOUD\",\"V2195358978-POCLOUD\",\"V2195358983-POCLOUD\",\"V2195358961-POCLOUD\",\"V2195358970-POCLOUD\",\"V2195358972-POCLOUD\",\"V2195358974-POCLOUD\",\"V2195358989-POCLOUD\",\"V2195358987-POCLOUD\",\"V2195358985-POCLOUD\",\"V2195358965-POCLOUD\",\"V2195358980-POCLOUD\",\"V2195358958-POCLOUD\",\"V2195358995-POCLOUD\",\"V2195358968-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/VIIRS_N20-STAR-L2P-v2.80/\",\"podaac-ops-cumulus-public/VIIRS_N20-STAR-L2P-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_18716\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2195358963-POCLOUD\"},{\"concept-id\":\"V2195358978-POCLOUD\"},{\"concept-id\":\"V2195358983-POCLOUD\"},{\"concept-id\":\"V2195358961-POCLOUD\"},{\"concept-id\":\"V2195358970-POCLOUD\"},{\"concept-id\":\"V2195358972-POCLOUD\"},{\"concept-id\":\"V2195358974-POCLOUD\"},{\"concept-id\":\"V2195358989-POCLOUD\"},{\"concept-id\":\"V2195358987-POCLOUD\"},{\"concept-id\":\"V2195358985-POCLOUD\"},{\"concept-id\":\"V2195358965-POCLOUD\"},{\"concept-id\":\"V2195358980-POCLOUD\"},{\"concept-id\":\"V2195358958-POCLOUD\"},{\"concept-id\":\"V2195358995-POCLOUD\"},{\"concept-id\":\"V2195358968-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2147478146-POCLOUD\",\"revision-date\":\"2023-06-13T14:46:00.940Z\",\"granule-count\":327665,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"NOAA\",\"STAR\",\" VIIRS\",\" ACSPO\",\" OSPO\",\" SST\",\" GHRSST\",\" GDS2\",\" N20\",\" v2.80\"],\"CollectionCitations\":[{\"Version\":\"2.80\",\"Title\":\"GHRSST Level 2P NOAA/ACSPO SST from VIIRS on the NOAA-20\",\"Creator\":\"NOAA/NESDIS/STAR\",\"SeriesName\":\"GHRSST Level 2P NOAA/ACSPO SST from VIIRS on the NOAA-20\",\"ReleaseDate\":\"2021-11-25T00:00:00.000Z\",\"ReleasePlace\":\"Suitland, @@ -214519,7 +214790,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"102.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"99.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"VIIRS\",\"LongName\":\"Visible-Infrared Imager-Radiometer Suite\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"3040.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":60.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":60.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2195356295-POCLOUD\",\"V2195356321-POCLOUD\",\"V2195356309-POCLOUD\",\"V2195356303-POCLOUD\",\"V2195356289-POCLOUD\",\"V2195356291-POCLOUD\",\"V2195356314-POCLOUD\",\"V2195356297-POCLOUD\",\"V2195356319-POCLOUD\",\"V2195356323-POCLOUD\",\"V2195356312-POCLOUD\",\"V2195356326-POCLOUD\",\"V2195356301-POCLOUD\",\"V2195356306-POCLOUD\",\"V2195356317-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/VIIRS_NPP-STAR-L2P-v2.80/\",\"podaac-ops-cumulus-public/VIIRS_NPP-STAR-L2P-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_18717\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2195356295-POCLOUD\"},{\"concept-id\":\"V2195356321-POCLOUD\"},{\"concept-id\":\"V2195356309-POCLOUD\"},{\"concept-id\":\"V2195356303-POCLOUD\"},{\"concept-id\":\"V2195356289-POCLOUD\"},{\"concept-id\":\"V2195356291-POCLOUD\"},{\"concept-id\":\"V2195356314-POCLOUD\"},{\"concept-id\":\"V2195356297-POCLOUD\"},{\"concept-id\":\"V2195356319-POCLOUD\"},{\"concept-id\":\"V2195356323-POCLOUD\"},{\"concept-id\":\"V2195356312-POCLOUD\"},{\"concept-id\":\"V2195356326-POCLOUD\"},{\"concept-id\":\"V2195356301-POCLOUD\"},{\"concept-id\":\"V2195356306-POCLOUD\"},{\"concept-id\":\"V2195356317-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2147480877-POCLOUD\",\"revision-date\":\"2023-06-13T14:54:45.038Z\",\"granule-count\":635580,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"NOAA\",\"STAR\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"3040.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":60.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":60.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2195356295-POCLOUD\",\"V2195356321-POCLOUD\",\"V2195356309-POCLOUD\",\"V2195356303-POCLOUD\",\"V2195356289-POCLOUD\",\"V2195356291-POCLOUD\",\"V2195356314-POCLOUD\",\"V2195356297-POCLOUD\",\"V2195356319-POCLOUD\",\"V2195356323-POCLOUD\",\"V2195356312-POCLOUD\",\"V2195356326-POCLOUD\",\"V2195356301-POCLOUD\",\"V2195356306-POCLOUD\",\"V2195356317-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/VIIRS_NPP-STAR-L2P-v2.80/\",\"podaac-ops-cumulus-public/VIIRS_NPP-STAR-L2P-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_18717\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2195356295-POCLOUD\"},{\"concept-id\":\"V2195356321-POCLOUD\"},{\"concept-id\":\"V2195356309-POCLOUD\"},{\"concept-id\":\"V2195356303-POCLOUD\"},{\"concept-id\":\"V2195356289-POCLOUD\"},{\"concept-id\":\"V2195356291-POCLOUD\"},{\"concept-id\":\"V2195356314-POCLOUD\"},{\"concept-id\":\"V2195356297-POCLOUD\"},{\"concept-id\":\"V2195356319-POCLOUD\"},{\"concept-id\":\"V2195356323-POCLOUD\"},{\"concept-id\":\"V2195356312-POCLOUD\"},{\"concept-id\":\"V2195356326-POCLOUD\"},{\"concept-id\":\"V2195356301-POCLOUD\"},{\"concept-id\":\"V2195356306-POCLOUD\"},{\"concept-id\":\"V2195356317-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2147480877-POCLOUD\",\"revision-date\":\"2023-06-13T14:54:45.038Z\",\"granule-count\":637049,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"NOAA\",\"STAR\",\" VIIRS\",\" ACSPO\",\" OSPO\",\" SST\",\" L2P\",\" GHRSST\",\" GDS2\",\" S-NPP\",\" v2.80\"],\"CollectionCitations\":[{\"Version\":\"2.80\",\"Title\":\"GHRSST Level 2P NOAA/ACSPO SST from VIIRS on the S-NPP\",\"Creator\":\"NOAA Satellite @@ -214832,7 +215103,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"AVHRR-3\"}],\"LongName\":\"Meteorological Operational Satellite - A\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"METOP-A\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2069467582-POCLOUD\",\"V2069467576-POCLOUD\",\"V2112014919-POCLOUD\",\"V2069467598-POCLOUD\",\"V2069467580-POCLOUD\",\"V2069467596-POCLOUD\",\"V2069467574-POCLOUD\",\"V2069467588-POCLOUD\",\"V2069467592-POCLOUD\",\"V2069467584-POCLOUD\",\"V2112014935-POCLOUD\",\"V2112014953-POCLOUD\",\"V2069467590-POCLOUD\",\"V2069467600-POCLOUD\",\"V2069467594-POCLOUD\",\"V2069467578-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRR_SST_METOP_B-OSISAF-L2P-v1.0/\",\"podaac-ops-cumulus-public/AVHRR_SST_METOP_B-OSISAF-L2P-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+sub-skin+Sea+Surface+Temperature+from+the+Advanced+Very+High+Resolution+Radiometer+(AVHRR)+on+Metop+satellites+(currently+Metop-B)+(GDS+V2)+produced+by+OSI+SAF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2069467582-POCLOUD\"},{\"concept-id\":\"V2069467576-POCLOUD\"},{\"concept-id\":\"V2112014919-POCLOUD\"},{\"concept-id\":\"V2069467598-POCLOUD\"},{\"concept-id\":\"V2069467580-POCLOUD\"},{\"concept-id\":\"V2069467596-POCLOUD\"},{\"concept-id\":\"V2069467574-POCLOUD\"},{\"concept-id\":\"V2069467588-POCLOUD\"},{\"concept-id\":\"V2069467592-POCLOUD\"},{\"concept-id\":\"V2069467584-POCLOUD\"},{\"concept-id\":\"V2112014935-POCLOUD\"},{\"concept-id\":\"V2112014953-POCLOUD\"},{\"concept-id\":\"V2069467590-POCLOUD\"},{\"concept-id\":\"V2069467600-POCLOUD\"},{\"concept-id\":\"V2069467594-POCLOUD\"},{\"concept-id\":\"V2069467578-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036880717-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:42.287Z\",\"granule-count\":1423516,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"MetOp-B\",\"OSISAF\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"METOP-A\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2069467582-POCLOUD\",\"V2069467576-POCLOUD\",\"V2112014919-POCLOUD\",\"V2069467598-POCLOUD\",\"V2069467580-POCLOUD\",\"V2069467596-POCLOUD\",\"V2069467574-POCLOUD\",\"V2069467588-POCLOUD\",\"V2069467592-POCLOUD\",\"V2069467584-POCLOUD\",\"V2112014935-POCLOUD\",\"V2112014953-POCLOUD\",\"V2069467590-POCLOUD\",\"V2069467600-POCLOUD\",\"V2069467594-POCLOUD\",\"V2069467578-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRR_SST_METOP_B-OSISAF-L2P-v1.0/\",\"podaac-ops-cumulus-public/AVHRR_SST_METOP_B-OSISAF-L2P-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+2P+sub-skin+Sea+Surface+Temperature+from+the+Advanced+Very+High+Resolution+Radiometer+(AVHRR)+on+Metop+satellites+(currently+Metop-B)+(GDS+V2)+produced+by+OSI+SAF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2069467582-POCLOUD\"},{\"concept-id\":\"V2069467576-POCLOUD\"},{\"concept-id\":\"V2112014919-POCLOUD\"},{\"concept-id\":\"V2069467598-POCLOUD\"},{\"concept-id\":\"V2069467580-POCLOUD\"},{\"concept-id\":\"V2069467596-POCLOUD\"},{\"concept-id\":\"V2069467574-POCLOUD\"},{\"concept-id\":\"V2069467588-POCLOUD\"},{\"concept-id\":\"V2069467592-POCLOUD\"},{\"concept-id\":\"V2069467584-POCLOUD\"},{\"concept-id\":\"V2112014935-POCLOUD\"},{\"concept-id\":\"V2112014953-POCLOUD\"},{\"concept-id\":\"V2069467590-POCLOUD\"},{\"concept-id\":\"V2069467600-POCLOUD\"},{\"concept-id\":\"V2069467594-POCLOUD\"},{\"concept-id\":\"V2069467578-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036880717-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:42.287Z\",\"granule-count\":1427075,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"MetOp-B\",\"OSISAF\",\"sea surface temperature\",\"L2P\",\"sst\",\"surface temperature\",\"metop\",\" metop a\",\" avhrr\",\" osi saf\",\" osisaf\",\" l2p\"],\"CollectionCitations\":[{\"Creator\":\"EUMETSAT/OSI SAF\",\"OnlineResource\":{\"Linkage\":\"http://www.osi-saf.org\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"METOP_B @@ -215066,7 +215337,7 @@ interactions: distance from orbital plane relative to the Equator.\",\"Value\":\"12000.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"MTSAT 2 Imager\"}],\"LongName\":\"The Multi-functional Transport Satellite 2\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"MTSAT-2\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2174936471-POCLOUD\",\"V2174936473-POCLOUD\",\"V2174936475-POCLOUD\",\"V2174936477-POCLOUD\",\"V2174936479-POCLOUD\",\"V2174936481-POCLOUD\",\"V2174936483-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/SEVIRI_SST-OSISAF-L3C-v1.0/\",\"podaac-ops-cumulus-public/SEVIRI_SST-OSISAF-L3C-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+3C+Atlantic+sub-skin+Sea+Surface+Temperature+from+the+Spinning+Enhanced+Visible+and+Infrared+Imager+(SEVIRI)+on+MSG+at+0+degree+longitude+(GDS+V2)+produced+by+OSI+SAF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2174936471-POCLOUD\"},{\"concept-id\":\"V2174936473-POCLOUD\"},{\"concept-id\":\"V2174936475-POCLOUD\"},{\"concept-id\":\"V2174936477-POCLOUD\"},{\"concept-id\":\"V2174936479-POCLOUD\"},{\"concept-id\":\"V2174936481-POCLOUD\"},{\"concept-id\":\"V2174936483-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036878243-POCLOUD\",\"revision-date\":\"2021-11-29T23:18:27.995Z\",\"granule-count\":172308,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"MTSAT-2\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2174936473-POCLOUD\",\"V2174936475-POCLOUD\",\"V2174936483-POCLOUD\",\"V2174936477-POCLOUD\",\"V2174936479-POCLOUD\",\"V2174936471-POCLOUD\",\"V2174936481-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/SEVIRI_SST-OSISAF-L3C-v1.0/\",\"podaac-ops-cumulus-public/SEVIRI_SST-OSISAF-L3C-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+3C+Atlantic+sub-skin+Sea+Surface+Temperature+from+the+Spinning+Enhanced+Visible+and+Infrared+Imager+(SEVIRI)+on+MSG+at+0+degree+longitude+(GDS+V2)+produced+by+OSI+SAF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2174936473-POCLOUD\"},{\"concept-id\":\"V2174936475-POCLOUD\"},{\"concept-id\":\"V2174936483-POCLOUD\"},{\"concept-id\":\"V2174936477-POCLOUD\"},{\"concept-id\":\"V2174936479-POCLOUD\"},{\"concept-id\":\"V2174936471-POCLOUD\"},{\"concept-id\":\"V2174936481-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036878243-POCLOUD\",\"revision-date\":\"2021-11-29T23:18:27.995Z\",\"granule-count\":172485,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"SST\",\" GDS2\",\"SEVIRI\",\"MSG\",\"meteosat\",\" OSISAF\"],\"CollectionCitations\":[{\"Creator\":\"EUMETSAT/OSI SAF\",\"OnlineResource\":{\"Linkage\":\"https://osi-saf.eumetsat.int/\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"GHRSST Level 3C Atlantic Sea Surface Sub-Skin Temperature from the Spinning Enhanced @@ -215148,7 +215419,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"-999.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"-999.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"SEVIRI\",\"LongName\":\"Spinning Enhanced Visible and Infrared Imager\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"11140.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2125457921-POCLOUD\",\"V2125457741-POCLOUD\",\"V2125457717-POCLOUD\",\"V2125458053-POCLOUD\",\"V2125457998-POCLOUD\",\"V2125457865-POCLOUD\",\"V2125457899-POCLOUD\",\"V2125457838-POCLOUD\",\"V2125457945-POCLOUD\",\"V2125458022-POCLOUD\",\"V2125458061-POCLOUD\",\"V2125457974-POCLOUD\",\"V2125457792-POCLOUD\",\"V2125457769-POCLOUD\",\"V2125457818-POCLOUD\",\"V2125457843-POCLOUD\",\"V2125457891-POCLOUD\",\"V2125457978-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/SEVIRI_IO_SST-OSISAF-L3C-v1.0/\",\"podaac-ops-cumulus-public/SEVIRI_IO_SST-OSISAF-L3C-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+3C+Indian-Ocean+(IO)+sub-skin+Sea+Surface+Temperature+from+the+Spinning+Enhanced+Visible+and+Infrared+Imager+(SEVIRI)+on+MSG1+in+GDS2+format+produced+by+OSISAF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2125457921-POCLOUD\"},{\"concept-id\":\"V2125457741-POCLOUD\"},{\"concept-id\":\"V2125457717-POCLOUD\"},{\"concept-id\":\"V2125458053-POCLOUD\"},{\"concept-id\":\"V2125457998-POCLOUD\"},{\"concept-id\":\"V2125457865-POCLOUD\"},{\"concept-id\":\"V2125457899-POCLOUD\"},{\"concept-id\":\"V2125457838-POCLOUD\"},{\"concept-id\":\"V2125457945-POCLOUD\"},{\"concept-id\":\"V2125458022-POCLOUD\"},{\"concept-id\":\"V2125458061-POCLOUD\"},{\"concept-id\":\"V2125457974-POCLOUD\"},{\"concept-id\":\"V2125457792-POCLOUD\"},{\"concept-id\":\"V2125457769-POCLOUD\"},{\"concept-id\":\"V2125457818-POCLOUD\"},{\"concept-id\":\"V2125457843-POCLOUD\"},{\"concept-id\":\"V2125457891-POCLOUD\"},{\"concept-id\":\"V2125457978-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877550-POCLOUD\",\"revision-date\":\"2022-09-30T20:16:09.891Z\",\"granule-count\":60876,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"11140.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2125457921-POCLOUD\",\"V2125457741-POCLOUD\",\"V2125457717-POCLOUD\",\"V2125458053-POCLOUD\",\"V2125457998-POCLOUD\",\"V2125457865-POCLOUD\",\"V2125457899-POCLOUD\",\"V2125457838-POCLOUD\",\"V2125457945-POCLOUD\",\"V2125458022-POCLOUD\",\"V2125458061-POCLOUD\",\"V2125457974-POCLOUD\",\"V2125457792-POCLOUD\",\"V2125457769-POCLOUD\",\"V2125457818-POCLOUD\",\"V2125457843-POCLOUD\",\"V2125457891-POCLOUD\",\"V2125457978-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/SEVIRI_IO_SST-OSISAF-L3C-v1.0/\",\"podaac-ops-cumulus-public/SEVIRI_IO_SST-OSISAF-L3C-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+3C+Indian-Ocean+(IO)+sub-skin+Sea+Surface+Temperature+from+the+Spinning+Enhanced+Visible+and+Infrared+Imager+(SEVIRI)+on+MSG1+in+GDS2+format+produced+by+OSISAF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2125457921-POCLOUD\"},{\"concept-id\":\"V2125457741-POCLOUD\"},{\"concept-id\":\"V2125457717-POCLOUD\"},{\"concept-id\":\"V2125458053-POCLOUD\"},{\"concept-id\":\"V2125457998-POCLOUD\"},{\"concept-id\":\"V2125457865-POCLOUD\"},{\"concept-id\":\"V2125457899-POCLOUD\"},{\"concept-id\":\"V2125457838-POCLOUD\"},{\"concept-id\":\"V2125457945-POCLOUD\"},{\"concept-id\":\"V2125458022-POCLOUD\"},{\"concept-id\":\"V2125458061-POCLOUD\"},{\"concept-id\":\"V2125457974-POCLOUD\"},{\"concept-id\":\"V2125457792-POCLOUD\"},{\"concept-id\":\"V2125457769-POCLOUD\"},{\"concept-id\":\"V2125457818-POCLOUD\"},{\"concept-id\":\"V2125457843-POCLOUD\"},{\"concept-id\":\"V2125457891-POCLOUD\"},{\"concept-id\":\"V2125457978-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877550-POCLOUD\",\"revision-date\":\"2022-09-30T20:16:09.891Z\",\"granule-count\":61053,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"SST\",\"GDS2\",\"SEVIRI\",\"OSISAF\",\" MSG\",\" meteosat\"],\"CollectionCitations\":[{\"Creator\":\"EUMETSAT/OSI SAF\",\"OnlineResource\":{\"Linkage\":\"https://www.osi-saf.org\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"GHRSST Level 3C OSISAF Indian-Ocean sub-skin Sea Surface Temperature from SEVIRI @@ -215232,7 +215503,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"-999.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"-999.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"SEVIRI\",\"LongName\":\"Spinning Enhanced Visible and Infrared Imager\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"11140.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2110156993-POCLOUD\",\"V2110156981-POCLOUD\",\"V2110156985-POCLOUD\",\"V2110156979-POCLOUD\",\"V2110156977-POCLOUD\",\"V2110156975-POCLOUD\",\"V2110156987-POCLOUD\",\"V2110156991-POCLOUD\",\"V2110156989-POCLOUD\",\"V2112015270-POCLOUD\",\"V2112015242-POCLOUD\",\"V2110156997-POCLOUD\",\"V2110156995-POCLOUD\",\"V2112015291-POCLOUD\",\"V2110156999-POCLOUD\",\"V2110156983-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRR_SST_METOP_B_NAR-OSISAF-L3C-v1.0/\",\"podaac-ops-cumulus-public/AVHRR_SST_METOP_B_NAR-OSISAF-L3C-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+3C+North+Atlantic+Regional+(NAR)+subskin+Sea+Surface+Temperature+from+Metop/AVHRR+(GDS+V2)+produced+by+OSI+SAF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2110156993-POCLOUD\"},{\"concept-id\":\"V2110156981-POCLOUD\"},{\"concept-id\":\"V2110156985-POCLOUD\"},{\"concept-id\":\"V2110156979-POCLOUD\"},{\"concept-id\":\"V2110156977-POCLOUD\"},{\"concept-id\":\"V2110156975-POCLOUD\"},{\"concept-id\":\"V2110156987-POCLOUD\"},{\"concept-id\":\"V2110156991-POCLOUD\"},{\"concept-id\":\"V2110156989-POCLOUD\"},{\"concept-id\":\"V2112015270-POCLOUD\"},{\"concept-id\":\"V2112015242-POCLOUD\"},{\"concept-id\":\"V2110156997-POCLOUD\"},{\"concept-id\":\"V2110156995-POCLOUD\"},{\"concept-id\":\"V2112015291-POCLOUD\"},{\"concept-id\":\"V2110156999-POCLOUD\"},{\"concept-id\":\"V2110156983-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877700-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:44.342Z\",\"granule-count\":5952,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"EUMETSAT\",\"SST\",\"MetOp-B\",\"AVHRR\",\"OSISAF\",\"OSI-202-c\",\"NAR\"],\"CollectionCitations\":[{\"Creator\":\"EUMETSAT/OSI + angular distance from orbital plane relative to the Equator.\",\"Value\":\"11140.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2110156993-POCLOUD\",\"V2110156981-POCLOUD\",\"V2110156985-POCLOUD\",\"V2110156979-POCLOUD\",\"V2110156977-POCLOUD\",\"V2110156975-POCLOUD\",\"V2110156987-POCLOUD\",\"V2110156991-POCLOUD\",\"V2110156989-POCLOUD\",\"V2112015270-POCLOUD\",\"V2112015242-POCLOUD\",\"V2110156997-POCLOUD\",\"V2110156995-POCLOUD\",\"V2112015291-POCLOUD\",\"V2110156999-POCLOUD\",\"V2110156983-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRR_SST_METOP_B_NAR-OSISAF-L3C-v1.0/\",\"podaac-ops-cumulus-public/AVHRR_SST_METOP_B_NAR-OSISAF-L3C-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+3C+North+Atlantic+Regional+(NAR)+subskin+Sea+Surface+Temperature+from+Metop/AVHRR+(GDS+V2)+produced+by+OSI+SAF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2110156993-POCLOUD\"},{\"concept-id\":\"V2110156981-POCLOUD\"},{\"concept-id\":\"V2110156985-POCLOUD\"},{\"concept-id\":\"V2110156979-POCLOUD\"},{\"concept-id\":\"V2110156977-POCLOUD\"},{\"concept-id\":\"V2110156975-POCLOUD\"},{\"concept-id\":\"V2110156987-POCLOUD\"},{\"concept-id\":\"V2110156991-POCLOUD\"},{\"concept-id\":\"V2110156989-POCLOUD\"},{\"concept-id\":\"V2112015270-POCLOUD\"},{\"concept-id\":\"V2112015242-POCLOUD\"},{\"concept-id\":\"V2110156997-POCLOUD\"},{\"concept-id\":\"V2110156995-POCLOUD\"},{\"concept-id\":\"V2112015291-POCLOUD\"},{\"concept-id\":\"V2110156999-POCLOUD\"},{\"concept-id\":\"V2110156983-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877700-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:44.342Z\",\"granule-count\":5968,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"EUMETSAT\",\"SST\",\"MetOp-B\",\"AVHRR\",\"OSISAF\",\"OSI-202-c\",\"NAR\"],\"CollectionCitations\":[{\"Creator\":\"EUMETSAT/OSI SAF\",\"OnlineResource\":{\"Linkage\":\"http://www.osi-saf.org\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"GHRSST Level 3C NAR SST from Metop-B/AVHRR produced by OSI SAF\",\"SeriesName\":\"GHRSST Level 3C North Atlantic Regional (NAR) subskin Sea Surface Temperature from @@ -215635,7 +215906,7 @@ interactions: Imager\"}],\"LongName\":\"Geostationary Operational Environmental Satellite 13\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"-99.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"-99.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"GOES-13\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2693009450-POCLOUD\",\"V2693009635-POCLOUD\",\"V2693009639-POCLOUD\",\"V2693009651-POCLOUD\",\"V2693009501-POCLOUD\",\"V2693009619-POCLOUD\",\"V2693009593-POCLOUD\",\"V2693009578-POCLOUD\",\"V2693009463-POCLOUD\",\"V2693009441-POCLOUD\",\"V2693009506-POCLOUD\",\"V2693009612-POCLOUD\",\"V2693009603-POCLOUD\",\"V2693009433-POCLOUD\",\"V2693009555-POCLOUD\",\"V2693009516-POCLOUD\",\"V2693009512-POCLOUD\",\"V2693009547-POCLOUD\",\"V2693009628-POCLOUD\",\"V2693009476-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSR2-REMSS-L3U_RT-v8.2/\",\"podaac-ops-cumulus-public/AMSR2-REMSS-L3U_RT-v8.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_27918\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2693009450-POCLOUD\"},{\"concept-id\":\"V2693009635-POCLOUD\"},{\"concept-id\":\"V2693009639-POCLOUD\"},{\"concept-id\":\"V2693009651-POCLOUD\"},{\"concept-id\":\"V2693009501-POCLOUD\"},{\"concept-id\":\"V2693009619-POCLOUD\"},{\"concept-id\":\"V2693009593-POCLOUD\"},{\"concept-id\":\"V2693009578-POCLOUD\"},{\"concept-id\":\"V2693009463-POCLOUD\"},{\"concept-id\":\"V2693009441-POCLOUD\"},{\"concept-id\":\"V2693009506-POCLOUD\"},{\"concept-id\":\"V2693009612-POCLOUD\"},{\"concept-id\":\"V2693009603-POCLOUD\"},{\"concept-id\":\"V2693009433-POCLOUD\"},{\"concept-id\":\"V2693009555-POCLOUD\"},{\"concept-id\":\"V2693009516-POCLOUD\"},{\"concept-id\":\"V2693009512-POCLOUD\"},{\"concept-id\":\"V2693009547-POCLOUD\"},{\"concept-id\":\"V2693009628-POCLOUD\"},{\"concept-id\":\"V2693009476-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2600797908-POCLOUD\",\"revision-date\":\"2023-06-12T22:50:15.403Z\",\"granule-count\":344,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"-99.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"GOES-13\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2693009450-POCLOUD\",\"V2693009635-POCLOUD\",\"V2693009639-POCLOUD\",\"V2693009651-POCLOUD\",\"V2693009501-POCLOUD\",\"V2693009619-POCLOUD\",\"V2693009593-POCLOUD\",\"V2693009578-POCLOUD\",\"V2693009463-POCLOUD\",\"V2693009441-POCLOUD\",\"V2693009506-POCLOUD\",\"V2693009612-POCLOUD\",\"V2693009603-POCLOUD\",\"V2693009433-POCLOUD\",\"V2693009555-POCLOUD\",\"V2693009516-POCLOUD\",\"V2693009512-POCLOUD\",\"V2693009547-POCLOUD\",\"V2693009628-POCLOUD\",\"V2693009476-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSR2-REMSS-L3U_RT-v8.2/\",\"podaac-ops-cumulus-public/AMSR2-REMSS-L3U_RT-v8.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_27918\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2693009450-POCLOUD\"},{\"concept-id\":\"V2693009635-POCLOUD\"},{\"concept-id\":\"V2693009639-POCLOUD\"},{\"concept-id\":\"V2693009651-POCLOUD\"},{\"concept-id\":\"V2693009501-POCLOUD\"},{\"concept-id\":\"V2693009619-POCLOUD\"},{\"concept-id\":\"V2693009593-POCLOUD\"},{\"concept-id\":\"V2693009578-POCLOUD\"},{\"concept-id\":\"V2693009463-POCLOUD\"},{\"concept-id\":\"V2693009441-POCLOUD\"},{\"concept-id\":\"V2693009506-POCLOUD\"},{\"concept-id\":\"V2693009612-POCLOUD\"},{\"concept-id\":\"V2693009603-POCLOUD\"},{\"concept-id\":\"V2693009433-POCLOUD\"},{\"concept-id\":\"V2693009555-POCLOUD\"},{\"concept-id\":\"V2693009516-POCLOUD\"},{\"concept-id\":\"V2693009512-POCLOUD\"},{\"concept-id\":\"V2693009547-POCLOUD\"},{\"concept-id\":\"V2693009628-POCLOUD\"},{\"concept-id\":\"V2693009476-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2600797908-POCLOUD\",\"revision-date\":\"2023-06-12T22:50:15.403Z\",\"granule-count\":354,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"SST\",\"REMSS\",\"RSS\",\"AMSR2\",\"GDS2\",\"GCOM-W\"],\"CollectionCitations\":[{\"Creator\":\"Remote Sensing Systems\",\"OnlineResource\":{\"Linkage\":\"http://www.remss.com\"},\"Publisher\":\"Remote Sensing Systems\",\"Title\":\"GHRSST Level 3U Global Subskin SST from the @@ -215809,7 +216080,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Value\":\"1450.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"AMSR2\"}],\"LongName\":\"Global Change Observation Mission 1st - Water (SHIZUKU)\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"100.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.19\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"GCOM-W1\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146303953-POCLOUD\",\"V2146303965-POCLOUD\",\"V2146303958-POCLOUD\",\"V2146303942-POCLOUD\",\"V2146303960-POCLOUD\",\"V2146303940-POCLOUD\",\"V2146303923-POCLOUD\",\"V2146303969-POCLOUD\",\"V2146303932-POCLOUD\",\"V2146303956-POCLOUD\",\"V2146303944-POCLOUD\",\"V2146303925-POCLOUD\",\"V2146303935-POCLOUD\",\"V2146303967-POCLOUD\",\"V2146303930-POCLOUD\",\"V2146303951-POCLOUD\",\"V2146303948-POCLOUD\",\"V2146303938-POCLOUD\",\"V2146303928-POCLOUD\",\"V2146303946-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GMI-REMSS-L3U-v8.2a/\",\"podaac-ops-cumulus-public/GMI-REMSS-L3U-v8.2a/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+3U+Global+Subskin+Sea+Surface+Temperature+from+GMI+onboard+GPM+satellite\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146303953-POCLOUD\"},{\"concept-id\":\"V2146303965-POCLOUD\"},{\"concept-id\":\"V2146303958-POCLOUD\"},{\"concept-id\":\"V2146303942-POCLOUD\"},{\"concept-id\":\"V2146303960-POCLOUD\"},{\"concept-id\":\"V2146303940-POCLOUD\"},{\"concept-id\":\"V2146303923-POCLOUD\"},{\"concept-id\":\"V2146303969-POCLOUD\"},{\"concept-id\":\"V2146303932-POCLOUD\"},{\"concept-id\":\"V2146303956-POCLOUD\"},{\"concept-id\":\"V2146303944-POCLOUD\"},{\"concept-id\":\"V2146303925-POCLOUD\"},{\"concept-id\":\"V2146303935-POCLOUD\"},{\"concept-id\":\"V2146303967-POCLOUD\"},{\"concept-id\":\"V2146303930-POCLOUD\"},{\"concept-id\":\"V2146303951-POCLOUD\"},{\"concept-id\":\"V2146303948-POCLOUD\"},{\"concept-id\":\"V2146303938-POCLOUD\"},{\"concept-id\":\"V2146303928-POCLOUD\"},{\"concept-id\":\"V2146303946-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877762-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:32.004Z\",\"granule-count\":3663,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.19\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"GCOM-W1\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146303953-POCLOUD\",\"V2146303965-POCLOUD\",\"V2146303958-POCLOUD\",\"V2146303942-POCLOUD\",\"V2146303960-POCLOUD\",\"V2146303940-POCLOUD\",\"V2146303923-POCLOUD\",\"V2146303969-POCLOUD\",\"V2146303932-POCLOUD\",\"V2146303956-POCLOUD\",\"V2146303944-POCLOUD\",\"V2146303925-POCLOUD\",\"V2146303935-POCLOUD\",\"V2146303967-POCLOUD\",\"V2146303930-POCLOUD\",\"V2146303951-POCLOUD\",\"V2146303948-POCLOUD\",\"V2146303938-POCLOUD\",\"V2146303928-POCLOUD\",\"V2146303946-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GMI-REMSS-L3U-v8.2a/\",\"podaac-ops-cumulus-public/GMI-REMSS-L3U-v8.2a/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+3U+Global+Subskin+Sea+Surface+Temperature+from+GMI+onboard+GPM+satellite\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146303953-POCLOUD\"},{\"concept-id\":\"V2146303965-POCLOUD\"},{\"concept-id\":\"V2146303958-POCLOUD\"},{\"concept-id\":\"V2146303942-POCLOUD\"},{\"concept-id\":\"V2146303960-POCLOUD\"},{\"concept-id\":\"V2146303940-POCLOUD\"},{\"concept-id\":\"V2146303923-POCLOUD\"},{\"concept-id\":\"V2146303969-POCLOUD\"},{\"concept-id\":\"V2146303932-POCLOUD\"},{\"concept-id\":\"V2146303956-POCLOUD\"},{\"concept-id\":\"V2146303944-POCLOUD\"},{\"concept-id\":\"V2146303925-POCLOUD\"},{\"concept-id\":\"V2146303935-POCLOUD\"},{\"concept-id\":\"V2146303967-POCLOUD\"},{\"concept-id\":\"V2146303930-POCLOUD\"},{\"concept-id\":\"V2146303951-POCLOUD\"},{\"concept-id\":\"V2146303948-POCLOUD\"},{\"concept-id\":\"V2146303938-POCLOUD\"},{\"concept-id\":\"V2146303928-POCLOUD\"},{\"concept-id\":\"V2146303946-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877762-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:32.004Z\",\"granule-count\":3673,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"SST\",\"REMSS\",\"GMI\",\" GPM\",\"L3U\",\"GDS2\"],\"CollectionCitations\":[{\"Creator\":\"Remote Sensing Systems\",\"OnlineResource\":{\"Linkage\":\"http://www.remss.com\"},\"Publisher\":\"Remote Sensing Systems\",\"Title\":\"GMI 25km gridded SST data set\",\"SeriesName\":\"GHRSST @@ -216053,7 +216324,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Value\":\"878.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"TMI\"}],\"LongName\":\"Tropical Rainfall Measuring Mission\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"92.4\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"TRMM\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2693011393-POCLOUD\",\"V2693011382-POCLOUD\",\"V2693011375-POCLOUD\",\"V2693011359-POCLOUD\",\"V2693011362-POCLOUD\",\"V2693011352-POCLOUD\",\"V2693011305-POCLOUD\",\"V2693011335-POCLOUD\",\"V2693011320-POCLOUD\",\"V2693011294-POCLOUD\",\"V2693011311-POCLOUD\",\"V2693011297-POCLOUD\",\"V2693011329-POCLOUD\",\"V2693011369-POCLOUD\",\"V2693011345-POCLOUD\",\"V2693011340-POCLOUD\",\"V2693011388-POCLOUD\",\"V2693011300-POCLOUD\",\"V2693011288-POCLOUD\",\"V2693011399-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSR2-REMSS-L3U-v8.2/\",\"podaac-ops-cumulus-public/AMSR2-REMSS-L3U-v8.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_27913\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2693011393-POCLOUD\"},{\"concept-id\":\"V2693011382-POCLOUD\"},{\"concept-id\":\"V2693011375-POCLOUD\"},{\"concept-id\":\"V2693011359-POCLOUD\"},{\"concept-id\":\"V2693011362-POCLOUD\"},{\"concept-id\":\"V2693011352-POCLOUD\"},{\"concept-id\":\"V2693011305-POCLOUD\"},{\"concept-id\":\"V2693011335-POCLOUD\"},{\"concept-id\":\"V2693011320-POCLOUD\"},{\"concept-id\":\"V2693011294-POCLOUD\"},{\"concept-id\":\"V2693011311-POCLOUD\"},{\"concept-id\":\"V2693011297-POCLOUD\"},{\"concept-id\":\"V2693011329-POCLOUD\"},{\"concept-id\":\"V2693011369-POCLOUD\"},{\"concept-id\":\"V2693011345-POCLOUD\"},{\"concept-id\":\"V2693011340-POCLOUD\"},{\"concept-id\":\"V2693011388-POCLOUD\"},{\"concept-id\":\"V2693011300-POCLOUD\"},{\"concept-id\":\"V2693011288-POCLOUD\"},{\"concept-id\":\"V2693011399-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2600786104-POCLOUD\",\"revision-date\":\"2023-06-12T22:56:55.437Z\",\"granule-count\":4277,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"TRMM\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2693011393-POCLOUD\",\"V2693011382-POCLOUD\",\"V2693011375-POCLOUD\",\"V2693011359-POCLOUD\",\"V2693011362-POCLOUD\",\"V2693011352-POCLOUD\",\"V2693011305-POCLOUD\",\"V2693011335-POCLOUD\",\"V2693011320-POCLOUD\",\"V2693011294-POCLOUD\",\"V2693011311-POCLOUD\",\"V2693011297-POCLOUD\",\"V2693011329-POCLOUD\",\"V2693011369-POCLOUD\",\"V2693011345-POCLOUD\",\"V2693011340-POCLOUD\",\"V2693011388-POCLOUD\",\"V2693011300-POCLOUD\",\"V2693011288-POCLOUD\",\"V2693011399-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSR2-REMSS-L3U-v8.2/\",\"podaac-ops-cumulus-public/AMSR2-REMSS-L3U-v8.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_27913\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2693011393-POCLOUD\"},{\"concept-id\":\"V2693011382-POCLOUD\"},{\"concept-id\":\"V2693011375-POCLOUD\"},{\"concept-id\":\"V2693011359-POCLOUD\"},{\"concept-id\":\"V2693011362-POCLOUD\"},{\"concept-id\":\"V2693011352-POCLOUD\"},{\"concept-id\":\"V2693011305-POCLOUD\"},{\"concept-id\":\"V2693011335-POCLOUD\"},{\"concept-id\":\"V2693011320-POCLOUD\"},{\"concept-id\":\"V2693011294-POCLOUD\"},{\"concept-id\":\"V2693011311-POCLOUD\"},{\"concept-id\":\"V2693011297-POCLOUD\"},{\"concept-id\":\"V2693011329-POCLOUD\"},{\"concept-id\":\"V2693011369-POCLOUD\"},{\"concept-id\":\"V2693011345-POCLOUD\"},{\"concept-id\":\"V2693011340-POCLOUD\"},{\"concept-id\":\"V2693011388-POCLOUD\"},{\"concept-id\":\"V2693011300-POCLOUD\"},{\"concept-id\":\"V2693011288-POCLOUD\"},{\"concept-id\":\"V2693011399-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2600786104-POCLOUD\",\"revision-date\":\"2023-06-12T22:56:55.437Z\",\"granule-count\":4287,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"SST\",\"REMSS\",\"RSS\",\"AMSR2\",\"GDS2\",\"GCOM-W\"],\"CollectionCitations\":[{\"Creator\":\"Remote Sensing Systems\",\"OnlineResource\":{\"Linkage\":\"http://www.remss.com\"},\"Publisher\":\"Remote Sensing Systems\",\"Title\":\"GHRSST Level 3U Global Subskin SST from the @@ -216328,7 +216599,7 @@ interactions: Observation Satellites\",\"Instruments\":[{\"LongName\":\"WindSat\",\"Characteristics\":[{\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"1200.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"WINDSAT\"}],\"LongName\":\"Coriolis\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.6\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"CORIOLIS\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2780898942-POCLOUD\",\"V2780898579-POCLOUD\",\"V2780898834-POCLOUD\",\"V2780898861-POCLOUD\",\"V2780898743-POCLOUD\",\"V2780898948-POCLOUD\",\"V2780898904-POCLOUD\",\"V2780898955-POCLOUD\",\"V2780898940-POCLOUD\",\"V2780898944-POCLOUD\",\"V2780898863-POCLOUD\",\"V2780898932-POCLOUD\",\"V2780898928-POCLOUD\",\"V2780898920-POCLOUD\",\"V2780898946-POCLOUD\",\"V2780898930-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/N21-VIIRS-L3U-ACSPO-v2.80/\",\"podaac-ops-cumulus-public/N21-VIIRS-L3U-ACSPO-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_35473\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2780898942-POCLOUD\"},{\"concept-id\":\"V2780898579-POCLOUD\"},{\"concept-id\":\"V2780898834-POCLOUD\"},{\"concept-id\":\"V2780898861-POCLOUD\"},{\"concept-id\":\"V2780898743-POCLOUD\"},{\"concept-id\":\"V2780898948-POCLOUD\"},{\"concept-id\":\"V2780898904-POCLOUD\"},{\"concept-id\":\"V2780898955-POCLOUD\"},{\"concept-id\":\"V2780898940-POCLOUD\"},{\"concept-id\":\"V2780898944-POCLOUD\"},{\"concept-id\":\"V2780898863-POCLOUD\"},{\"concept-id\":\"V2780898932-POCLOUD\"},{\"concept-id\":\"V2780898928-POCLOUD\"},{\"concept-id\":\"V2780898920-POCLOUD\"},{\"concept-id\":\"V2780898946-POCLOUD\"},{\"concept-id\":\"V2780898930-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2754899545-POCLOUD\",\"revision-date\":\"2023-11-17T18:36:29.923Z\",\"granule-count\":54044,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"NOAA\",\"STAR\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"CORIOLIS\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2780898942-POCLOUD\",\"V2780898579-POCLOUD\",\"V2780898834-POCLOUD\",\"V2780898861-POCLOUD\",\"V2780898743-POCLOUD\",\"V2780898948-POCLOUD\",\"V2780898904-POCLOUD\",\"V2780898955-POCLOUD\",\"V2780898940-POCLOUD\",\"V2780898944-POCLOUD\",\"V2780898863-POCLOUD\",\"V2780898932-POCLOUD\",\"V2780898928-POCLOUD\",\"V2780898920-POCLOUD\",\"V2780898946-POCLOUD\",\"V2780898930-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/N21-VIIRS-L3U-ACSPO-v2.80/\",\"podaac-ops-cumulus-public/N21-VIIRS-L3U-ACSPO-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_35473\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2780898942-POCLOUD\"},{\"concept-id\":\"V2780898579-POCLOUD\"},{\"concept-id\":\"V2780898834-POCLOUD\"},{\"concept-id\":\"V2780898861-POCLOUD\"},{\"concept-id\":\"V2780898743-POCLOUD\"},{\"concept-id\":\"V2780898948-POCLOUD\"},{\"concept-id\":\"V2780898904-POCLOUD\"},{\"concept-id\":\"V2780898955-POCLOUD\"},{\"concept-id\":\"V2780898940-POCLOUD\"},{\"concept-id\":\"V2780898944-POCLOUD\"},{\"concept-id\":\"V2780898863-POCLOUD\"},{\"concept-id\":\"V2780898932-POCLOUD\"},{\"concept-id\":\"V2780898928-POCLOUD\"},{\"concept-id\":\"V2780898920-POCLOUD\"},{\"concept-id\":\"V2780898946-POCLOUD\"},{\"concept-id\":\"V2780898930-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2754899545-POCLOUD\",\"revision-date\":\"2023-11-17T18:36:29.923Z\",\"granule-count\":55514,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"NOAA\",\"STAR\",\" VIIRS\",\" OSPO\",\"ACSPO\",\" SST\",\" GHRSST\",\" N21\",\" v2.80\"],\"CollectionCitations\":[{\"Version\":\"2.80\",\"Title\":\"GHRSST Level 3U NOAA ACSPO SST v2.80 from VIIRS on NOAA-21 Satellite\",\"Creator\":\"NOAA Satellite Applications and Research (STAR)\",\"SeriesName\":\"GHRSST Level @@ -216415,7 +216686,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"102.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"99.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"VIIRS\",\"LongName\":\"Visible-Infrared Imager-Radiometer Suite\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"3040.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":4.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":4.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2195358890-POCLOUD\",\"V2195358878-POCLOUD\",\"V2195358862-POCLOUD\",\"V2195358872-POCLOUD\",\"V2195358864-POCLOUD\",\"V2195358870-POCLOUD\",\"V2195358866-POCLOUD\",\"V2195358884-POCLOUD\",\"V2195358874-POCLOUD\",\"V2195358888-POCLOUD\",\"V2195358892-POCLOUD\",\"V2195358886-POCLOUD\",\"V2195358868-POCLOUD\",\"V2195358880-POCLOUD\",\"V2195358882-POCLOUD\",\"V2195358876-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/VIIRS_N20-STAR-L3U-v2.80/\",\"podaac-ops-cumulus-public/VIIRS_N20-STAR-L3U-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_18719\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2195358890-POCLOUD\"},{\"concept-id\":\"V2195358878-POCLOUD\"},{\"concept-id\":\"V2195358862-POCLOUD\"},{\"concept-id\":\"V2195358872-POCLOUD\"},{\"concept-id\":\"V2195358864-POCLOUD\"},{\"concept-id\":\"V2195358870-POCLOUD\"},{\"concept-id\":\"V2195358866-POCLOUD\"},{\"concept-id\":\"V2195358884-POCLOUD\"},{\"concept-id\":\"V2195358874-POCLOUD\"},{\"concept-id\":\"V2195358888-POCLOUD\"},{\"concept-id\":\"V2195358892-POCLOUD\"},{\"concept-id\":\"V2195358886-POCLOUD\"},{\"concept-id\":\"V2195358868-POCLOUD\"},{\"concept-id\":\"V2195358880-POCLOUD\"},{\"concept-id\":\"V2195358882-POCLOUD\"},{\"concept-id\":\"V2195358876-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2147488020-POCLOUD\",\"revision-date\":\"2023-06-13T00:23:52.669Z\",\"granule-count\":326028,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"NOAA\",\"STAR\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"3040.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":4.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":4.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2195358890-POCLOUD\",\"V2195358878-POCLOUD\",\"V2195358862-POCLOUD\",\"V2195358872-POCLOUD\",\"V2195358864-POCLOUD\",\"V2195358870-POCLOUD\",\"V2195358866-POCLOUD\",\"V2195358884-POCLOUD\",\"V2195358874-POCLOUD\",\"V2195358888-POCLOUD\",\"V2195358892-POCLOUD\",\"V2195358886-POCLOUD\",\"V2195358868-POCLOUD\",\"V2195358880-POCLOUD\",\"V2195358882-POCLOUD\",\"V2195358876-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/VIIRS_N20-STAR-L3U-v2.80/\",\"podaac-ops-cumulus-public/VIIRS_N20-STAR-L3U-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_18719\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2195358890-POCLOUD\"},{\"concept-id\":\"V2195358878-POCLOUD\"},{\"concept-id\":\"V2195358862-POCLOUD\"},{\"concept-id\":\"V2195358872-POCLOUD\"},{\"concept-id\":\"V2195358864-POCLOUD\"},{\"concept-id\":\"V2195358870-POCLOUD\"},{\"concept-id\":\"V2195358866-POCLOUD\"},{\"concept-id\":\"V2195358884-POCLOUD\"},{\"concept-id\":\"V2195358874-POCLOUD\"},{\"concept-id\":\"V2195358888-POCLOUD\"},{\"concept-id\":\"V2195358892-POCLOUD\"},{\"concept-id\":\"V2195358886-POCLOUD\"},{\"concept-id\":\"V2195358868-POCLOUD\"},{\"concept-id\":\"V2195358880-POCLOUD\"},{\"concept-id\":\"V2195358882-POCLOUD\"},{\"concept-id\":\"V2195358876-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2147488020-POCLOUD\",\"revision-date\":\"2023-06-13T00:23:52.669Z\",\"granule-count\":327489,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"NOAA\",\"STAR\",\" VIIRS\",\" OSPO\",\"ACSPO\",\" SST\",\" GHRSST\",\" GDS2\",\" N20\",\" v2.80\"],\"CollectionCitations\":[{\"Version\":\"2.80\",\"Title\":\"GHRSST Level 3U NOAA/ACSPO SST from VIIRS on NOAA-20\",\"Creator\":\"NOAA Satellite Applications and Research (STAR)\",\"SeriesName\":\"GHRSST Level 3U NOAA/ACSPO @@ -216501,7 +216772,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"102.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"99.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"VIIRS\",\"LongName\":\"Visible-Infrared Imager-Radiometer Suite\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"3040.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":4.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":4.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2195358778-POCLOUD\",\"V2195358795-POCLOUD\",\"V2195358787-POCLOUD\",\"V2195358761-POCLOUD\",\"V2195358793-POCLOUD\",\"V2195358754-POCLOUD\",\"V2195358773-POCLOUD\",\"V2195358771-POCLOUD\",\"V2195358763-POCLOUD\",\"V2195358776-POCLOUD\",\"V2195358766-POCLOUD\",\"V2195358780-POCLOUD\",\"V2195358768-POCLOUD\",\"V2195358759-POCLOUD\",\"V2195358798-POCLOUD\",\"V2195358752-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/VIIRS_NPP-STAR-L3U-v2.80/\",\"podaac-ops-cumulus-public/VIIRS_NPP-STAR-L3U-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_18718\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2195358778-POCLOUD\"},{\"concept-id\":\"V2195358795-POCLOUD\"},{\"concept-id\":\"V2195358787-POCLOUD\"},{\"concept-id\":\"V2195358761-POCLOUD\"},{\"concept-id\":\"V2195358793-POCLOUD\"},{\"concept-id\":\"V2195358754-POCLOUD\"},{\"concept-id\":\"V2195358773-POCLOUD\"},{\"concept-id\":\"V2195358771-POCLOUD\"},{\"concept-id\":\"V2195358763-POCLOUD\"},{\"concept-id\":\"V2195358776-POCLOUD\"},{\"concept-id\":\"V2195358766-POCLOUD\"},{\"concept-id\":\"V2195358780-POCLOUD\"},{\"concept-id\":\"V2195358768-POCLOUD\"},{\"concept-id\":\"V2195358759-POCLOUD\"},{\"concept-id\":\"V2195358798-POCLOUD\"},{\"concept-id\":\"V2195358752-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2147485059-POCLOUD\",\"revision-date\":\"2023-06-13T00:42:29.472Z\",\"granule-count\":635148,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"NOAA\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"3040.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":4.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":4.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2018-01-05T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2195358778-POCLOUD\",\"V2195358795-POCLOUD\",\"V2195358787-POCLOUD\",\"V2195358761-POCLOUD\",\"V2195358793-POCLOUD\",\"V2195358754-POCLOUD\",\"V2195358773-POCLOUD\",\"V2195358771-POCLOUD\",\"V2195358763-POCLOUD\",\"V2195358776-POCLOUD\",\"V2195358766-POCLOUD\",\"V2195358780-POCLOUD\",\"V2195358768-POCLOUD\",\"V2195358759-POCLOUD\",\"V2195358798-POCLOUD\",\"V2195358752-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/VIIRS_NPP-STAR-L3U-v2.80/\",\"podaac-ops-cumulus-public/VIIRS_NPP-STAR-L3U-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_18718\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2195358778-POCLOUD\"},{\"concept-id\":\"V2195358795-POCLOUD\"},{\"concept-id\":\"V2195358787-POCLOUD\"},{\"concept-id\":\"V2195358761-POCLOUD\"},{\"concept-id\":\"V2195358793-POCLOUD\"},{\"concept-id\":\"V2195358754-POCLOUD\"},{\"concept-id\":\"V2195358773-POCLOUD\"},{\"concept-id\":\"V2195358771-POCLOUD\"},{\"concept-id\":\"V2195358763-POCLOUD\"},{\"concept-id\":\"V2195358776-POCLOUD\"},{\"concept-id\":\"V2195358766-POCLOUD\"},{\"concept-id\":\"V2195358780-POCLOUD\"},{\"concept-id\":\"V2195358768-POCLOUD\"},{\"concept-id\":\"V2195358759-POCLOUD\"},{\"concept-id\":\"V2195358798-POCLOUD\"},{\"concept-id\":\"V2195358752-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2147485059-POCLOUD\",\"revision-date\":\"2023-06-13T00:42:29.472Z\",\"granule-count\":636609,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"NOAA\",\" JPSS\",\" VIIRS\",\" OSPO\",\"ACSPO\",\" sea surface temperature\",\" SST\",\" GHRSST\",\" GDS2\",\" S-NPP\",\" v2.80\"],\"CollectionCitations\":[{\"Version\":\"2.80\",\"Title\":\"GHRSST Level 3U NOAA/ACSPO SST from VIIRS on S-NPP\",\"Creator\":\"NOAA/NESDIS/STAR\",\"SeriesName\":\"GHRSST @@ -216704,7 +216975,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"102.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"99.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-2\",\"LongName\":\"Advanced Very High Resolution Radiometer-2\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304112-POCLOUD\",\"V2110155274-POCLOUD\",\"V2112015409-POCLOUD\",\"V2110155270-POCLOUD\",\"V2112015413-POCLOUD\",\"V2146304110-POCLOUD\",\"V2110155268-POCLOUD\",\"V2112015411-POCLOUD\",\"V2110155272-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRR_OI-NCEI-L4-GLOB-v2.1/\",\"podaac-ops-cumulus-public/AVHRR_OI-NCEI-L4-GLOB-v2.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+AVHRR_OI+Global+Blended+Sea+Surface+Temperature+Analysis+(GDS2)+from+NCEI\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304112-POCLOUD\"},{\"concept-id\":\"V2110155274-POCLOUD\"},{\"concept-id\":\"V2112015409-POCLOUD\"},{\"concept-id\":\"V2110155270-POCLOUD\"},{\"concept-id\":\"V2112015413-POCLOUD\"},{\"concept-id\":\"V2146304110-POCLOUD\"},{\"concept-id\":\"V2110155268-POCLOUD\"},{\"concept-id\":\"V2112015411-POCLOUD\"},{\"concept-id\":\"V2110155272-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036881712-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:41.381Z\",\"granule-count\":3008,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304112-POCLOUD\",\"V2110155274-POCLOUD\",\"V2112015409-POCLOUD\",\"V2110155270-POCLOUD\",\"V2112015413-POCLOUD\",\"V2146304110-POCLOUD\",\"V2110155268-POCLOUD\",\"V2112015411-POCLOUD\",\"V2110155272-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRR_OI-NCEI-L4-GLOB-v2.1/\",\"podaac-ops-cumulus-public/AVHRR_OI-NCEI-L4-GLOB-v2.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+AVHRR_OI+Global+Blended+Sea+Surface+Temperature+Analysis+(GDS2)+from+NCEI\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304112-POCLOUD\"},{\"concept-id\":\"V2110155274-POCLOUD\"},{\"concept-id\":\"V2112015409-POCLOUD\"},{\"concept-id\":\"V2110155270-POCLOUD\"},{\"concept-id\":\"V2112015413-POCLOUD\"},{\"concept-id\":\"V2146304110-POCLOUD\"},{\"concept-id\":\"V2110155268-POCLOUD\"},{\"concept-id\":\"V2112015411-POCLOUD\"},{\"concept-id\":\"V2110155272-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036881712-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:41.381Z\",\"granule-count\":3020,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"SST\",\" AVHRR\",\" NCEI\",\" OISST\",\" NOAA\"],\"CollectionCitations\":[{\"Version\":\"2.1\",\"Title\":\"Daily L4 Optimally Interpolated SST (OISST) In situ and AVHRR Analysis\",\"Creator\":\"NOAA National Centers for Environmental Information\",\"SeriesName\":\"Daily L4 @@ -216832,7 +217103,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"102.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"99.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-2\",\"LongName\":\"Advanced Very High Resolution Radiometer-2\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304125-POCLOUD\",\"V2146304121-POCLOUD\",\"V2146304127-POCLOUD\",\"V2146304123-POCLOUD\",\"V2146304129-POCLOUD\",\"V2146304118-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CMC0.1deg-CMC-L4-GLOB-v3.0/\",\"podaac-ops-cumulus-public/CMC0.1deg-CMC-L4-GLOB-v3.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+CMC0.1deg+Global+Foundation+Sea+Surface+Temperature+Analysis+(GDS+version+2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304125-POCLOUD\"},{\"concept-id\":\"V2146304121-POCLOUD\"},{\"concept-id\":\"V2146304127-POCLOUD\"},{\"concept-id\":\"V2146304123-POCLOUD\"},{\"concept-id\":\"V2146304129-POCLOUD\"},{\"concept-id\":\"V2146304118-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036881720-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:54.417Z\",\"granule-count\":3010,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304125-POCLOUD\",\"V2146304121-POCLOUD\",\"V2146304127-POCLOUD\",\"V2146304123-POCLOUD\",\"V2146304129-POCLOUD\",\"V2146304118-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CMC0.1deg-CMC-L4-GLOB-v3.0/\",\"podaac-ops-cumulus-public/CMC0.1deg-CMC-L4-GLOB-v3.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+CMC0.1deg+Global+Foundation+Sea+Surface+Temperature+Analysis+(GDS+version+2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304125-POCLOUD\"},{\"concept-id\":\"V2146304121-POCLOUD\"},{\"concept-id\":\"V2146304127-POCLOUD\"},{\"concept-id\":\"V2146304123-POCLOUD\"},{\"concept-id\":\"V2146304129-POCLOUD\"},{\"concept-id\":\"V2146304118-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036881720-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:54.417Z\",\"granule-count\":3020,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"Level 4\",\"SST\",\"L4\",\" CMC\",\" canadian meteorological center\",\" CMC0.1deg\"],\"CollectionCitations\":[{\"Version\":\"3.0\",\"Title\":\"GHRSST Level 4 CMC 0.1 deg global sea surface temperature analysis\",\"Creator\":\"Canada @@ -217059,7 +217330,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"100.59\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.55\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AATSR\",\"LongName\":\"Advanced Along-Track Scanning Radiometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"500.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2157827923-POCLOUD\",\"V2157827930-POCLOUD\",\"V2157827933-POCLOUD\",\"V2157827940-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/DMI_OI-DMI-L4-GLOB-v1.0/\",\"podaac-ops-cumulus-public/DMI_OI-DMI-L4-GLOB-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+DMI_OI+Global+Foundation+Sea+Surface+Temperature+Analysis++(GDS+version+2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2157827923-POCLOUD\"},{\"concept-id\":\"V2157827930-POCLOUD\"},{\"concept-id\":\"V2157827933-POCLOUD\"},{\"concept-id\":\"V2157827940-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036881727-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:27.325Z\",\"granule-count\":3972,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"500.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2157827923-POCLOUD\",\"V2157827930-POCLOUD\",\"V2157827933-POCLOUD\",\"V2157827940-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/DMI_OI-DMI-L4-GLOB-v1.0/\",\"podaac-ops-cumulus-public/DMI_OI-DMI-L4-GLOB-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+DMI_OI+Global+Foundation+Sea+Surface+Temperature+Analysis++(GDS+version+2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2157827923-POCLOUD\"},{\"concept-id\":\"V2157827930-POCLOUD\"},{\"concept-id\":\"V2157827933-POCLOUD\"},{\"concept-id\":\"V2157827940-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036881727-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:27.325Z\",\"granule-count\":3982,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"Level 4\",\"SST\",\"L4\",\"DMI\"],\"CollectionCitations\":[{\"Creator\":\"Danish Meteorological Institute, Center for Ocean and Ice\",\"OnlineResource\":{\"Name\":\"DMI/COI Home Page\",\"Linkage\":\"http://ocean.dmi.dk/english/index.php\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"GHRSST @@ -217161,7 +217432,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":160.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":160.0,\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304144-POCLOUD\",\"V2146304135-POCLOUD\",\"V2146304146-POCLOUD\",\"V2146304148-POCLOUD\",\"V2146304142-POCLOUD\",\"V2146304137-POCLOUD\",\"V2146304150-POCLOUD\",\"V2146304132-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2245207664-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GAMSSA_28km-ABOM-L4-GLOB-v01/\",\"podaac-ops-cumulus-public/GAMSSA_28km-ABOM-L4-GLOB-v01/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+GAMSSA_28km+Global+Foundation+Sea+Surface+Temperature+Analysis+v1.0+dataset+(GDS2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304144-POCLOUD\"},{\"concept-id\":\"V2146304135-POCLOUD\"},{\"concept-id\":\"V2146304146-POCLOUD\"},{\"concept-id\":\"V2146304148-POCLOUD\"},{\"concept-id\":\"V2146304142-POCLOUD\"},{\"concept-id\":\"V2146304137-POCLOUD\"},{\"concept-id\":\"V2146304150-POCLOUD\"},{\"concept-id\":\"V2146304132-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2245207664-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036881735-POCLOUD\",\"revision-date\":\"2022-03-10T20:43:45.232Z\",\"granule-count\":5722,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GAMSSA\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":160.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":160.0,\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304144-POCLOUD\",\"V2146304135-POCLOUD\",\"V2146304146-POCLOUD\",\"V2146304148-POCLOUD\",\"V2146304142-POCLOUD\",\"V2146304137-POCLOUD\",\"V2146304150-POCLOUD\",\"V2146304132-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2245207664-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GAMSSA_28km-ABOM-L4-GLOB-v01/\",\"podaac-ops-cumulus-public/GAMSSA_28km-ABOM-L4-GLOB-v01/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+GAMSSA_28km+Global+Foundation+Sea+Surface+Temperature+Analysis+v1.0+dataset+(GDS2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304144-POCLOUD\"},{\"concept-id\":\"V2146304135-POCLOUD\"},{\"concept-id\":\"V2146304146-POCLOUD\"},{\"concept-id\":\"V2146304148-POCLOUD\"},{\"concept-id\":\"V2146304142-POCLOUD\"},{\"concept-id\":\"V2146304137-POCLOUD\"},{\"concept-id\":\"V2146304150-POCLOUD\"},{\"concept-id\":\"V2146304132-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2245207664-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036881735-POCLOUD\",\"revision-date\":\"2022-03-10T20:43:45.232Z\",\"granule-count\":5732,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GAMSSA\",\" ABOM\",\" AUS\",\"GLOB\",\"GHRSST\",\"sea surface temperature\",\"SST\",\"GDS2\"],\"CollectionCitations\":[{\"Version\":\"1.0\",\"Title\":\"GHRSST L4 Australian Global Multi-Sensor SST Analysis (GAMSSA), daily, 1/4 degree resolution\",\"Creator\":\"Australian Bureau of Meteorology\",\"SeriesName\":\"GHRSST @@ -217256,7 +217527,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":1.2,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":1.2,\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304158-POCLOUD\",\"V2146304161-POCLOUD\",\"V2146304153-POCLOUD\",\"V2146304164-POCLOUD\",\"V2146304155-POCLOUD\",\"V2146304169-POCLOUD\",\"V2146304167-POCLOUD\"],\"services\":[\"S2164732315-XYZ_PROV\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/K10_SST-NAVO-L4-GLOB-v01/\",\"podaac-ops-cumulus-public/K10_SST-NAVO-L4-GLOB-v01/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+K10_SST+Global+10+km+Analyzed+Sea+Surface+Temperature+from+Naval+Oceanographic+Office+(NAVO)+in+GDS2.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304158-POCLOUD\"},{\"concept-id\":\"V2146304161-POCLOUD\"},{\"concept-id\":\"V2146304153-POCLOUD\"},{\"concept-id\":\"V2146304164-POCLOUD\"},{\"concept-id\":\"V2146304155-POCLOUD\"},{\"concept-id\":\"V2146304169-POCLOUD\"},{\"concept-id\":\"V2146304167-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2164732315-XYZ_PROV\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036881956-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:47.727Z\",\"granule-count\":1902,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":1.2,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":1.2,\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304158-POCLOUD\",\"V2146304161-POCLOUD\",\"V2146304153-POCLOUD\",\"V2146304164-POCLOUD\",\"V2146304155-POCLOUD\",\"V2146304169-POCLOUD\",\"V2146304167-POCLOUD\"],\"services\":[\"S2164732315-XYZ_PROV\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/K10_SST-NAVO-L4-GLOB-v01/\",\"podaac-ops-cumulus-public/K10_SST-NAVO-L4-GLOB-v01/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+K10_SST+Global+10+km+Analyzed+Sea+Surface+Temperature+from+Naval+Oceanographic+Office+(NAVO)+in+GDS2.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304158-POCLOUD\"},{\"concept-id\":\"V2146304161-POCLOUD\"},{\"concept-id\":\"V2146304153-POCLOUD\"},{\"concept-id\":\"V2146304164-POCLOUD\"},{\"concept-id\":\"V2146304155-POCLOUD\"},{\"concept-id\":\"V2146304169-POCLOUD\"},{\"concept-id\":\"V2146304167-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2164732315-XYZ_PROV\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036881956-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:47.727Z\",\"granule-count\":1912,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"SST\",\"L4\",\"NAVO\",\" k10\",\" k10_sst\",\" GDS2\"],\"CollectionCitations\":[{\"Version\":\"1.0\",\"Title\":\"GHRSST L4 NAVO K10 Global 1m-depth Analyzed SST dataset\",\"Creator\":\"Naval Oceanographic Office\",\"SeriesName\":\"GHRSST Level 4 K10_SST Global 10 km Analyzed Sea @@ -217357,7 +217628,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced Very High Resolution Radiometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":40.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"TotalCollectionFileSize\":40.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2089830953-POCLOUD\",\"V2089830962-POCLOUD\",\"V2089830949-POCLOUD\",\"V2089830964-POCLOUD\",\"V2089830960-POCLOUD\",\"V2112015416-POCLOUD\",\"V2089830957-POCLOUD\",\"V2089830947-POCLOUD\"],\"services\":[\"S2009180097-POCLOUD\",\"S2004184019-POCLOUD\",\"S2839491596-XYZ_PROV\"],\"tools\":[\"TL2245207664-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-public/MUR25-JPL-L4-GLOB-v04.2/\",\"podaac-ops-cumulus-protected/MUR25-JPL-L4-GLOB-v04.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+MUR+0.25deg+Global+Foundation+Sea+Surface+Temperature+Analysis+(v4.2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2089830953-POCLOUD\"},{\"concept-id\":\"V2089830962-POCLOUD\"},{\"concept-id\":\"V2089830949-POCLOUD\"},{\"concept-id\":\"V2089830964-POCLOUD\"},{\"concept-id\":\"V2089830960-POCLOUD\"},{\"concept-id\":\"V2112015416-POCLOUD\"},{\"concept-id\":\"V2089830957-POCLOUD\"},{\"concept-id\":\"V2089830947-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2839491596-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2245207664-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036880657-POCLOUD\",\"revision-date\":\"2023-05-30T16:44:12.082Z\",\"granule-count\":7877,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":40.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"TotalCollectionFileSize\":40.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2089830953-POCLOUD\",\"V2089830962-POCLOUD\",\"V2089830949-POCLOUD\",\"V2089830964-POCLOUD\",\"V2089830960-POCLOUD\",\"V2112015416-POCLOUD\",\"V2089830957-POCLOUD\",\"V2089830947-POCLOUD\"],\"services\":[\"S2009180097-POCLOUD\",\"S2004184019-POCLOUD\",\"S2839491596-XYZ_PROV\"],\"tools\":[\"TL2245207664-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-public/MUR25-JPL-L4-GLOB-v04.2/\",\"podaac-ops-cumulus-protected/MUR25-JPL-L4-GLOB-v04.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+MUR+0.25deg+Global+Foundation+Sea+Surface+Temperature+Analysis+(v4.2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2089830953-POCLOUD\"},{\"concept-id\":\"V2089830962-POCLOUD\"},{\"concept-id\":\"V2089830949-POCLOUD\"},{\"concept-id\":\"V2089830964-POCLOUD\"},{\"concept-id\":\"V2089830960-POCLOUD\"},{\"concept-id\":\"V2112015416-POCLOUD\"},{\"concept-id\":\"V2089830957-POCLOUD\"},{\"concept-id\":\"V2089830947-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2839491596-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2245207664-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036880657-POCLOUD\",\"revision-date\":\"2023-05-30T16:44:12.082Z\",\"granule-count\":7887,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"Level 4\",\"SST\",\"sea surface temperature\",\" MUR\",\" MUR25\",\" foundation SST\",\" 0.25 degree\",\" L4\",\" SST anomaly\"],\"CollectionCitations\":[{\"Creator\":\"JPL MUR MEaSUREs Project\",\"OnlineResource\":{\"Linkage\":\"https://podaac.jpl.nasa.gov/MEaSUREs-MUR\"},\"Publisher\":\"NASA/JPL\",\"Title\":\"GHRSST @@ -217485,7 +217756,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"100.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.19\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"1450.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"netCDF\",\"AverageFileSize\":2.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2002-06-01T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"netCDF\",\"AverageFileSize\":2.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2002-06-01T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2262655973-POCLOUD\",\"V2112015425-POCLOUD\",\"V2028632047-POCLOUD\",\"V2112015422-POCLOUD\",\"V2028668049-POCLOUD\",\"V2028632042-POCLOUD\",\"V2112015420-POCLOUD\",\"V2028632044-POCLOUD\"],\"services\":[\"S2839491596-XYZ_PROV\",\"S2164732315-XYZ_PROV\",\"S2004184019-POCLOUD\",\"S2009180097-POCLOUD\",\"S2606110201-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2245207664-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-public/MUR-JPL-L4-GLOB-v4.1/\",\"podaac-ops-cumulus-protected/MUR-JPL-L4-GLOB-v4.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+MUR+Global+Foundation+Sea+Surface+Temperature+Analysis+(v4.1)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2262655973-POCLOUD\"},{\"concept-id\":\"V2112015425-POCLOUD\"},{\"concept-id\":\"V2028632047-POCLOUD\"},{\"concept-id\":\"V2112015422-POCLOUD\"},{\"concept-id\":\"V2028668049-POCLOUD\"},{\"concept-id\":\"V2028632042-POCLOUD\"},{\"concept-id\":\"V2112015420-POCLOUD\"},{\"concept-id\":\"V2028632044-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2839491596-XYZ_PROV\"},{\"concept-id\":\"S2164732315-XYZ_PROV\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2606110201-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2245207664-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1996881146-POCLOUD\",\"revision-date\":\"2023-05-30T16:42:26.806Z\",\"granule-count\":7969,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"1450.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"netCDF\",\"AverageFileSize\":2.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2002-06-01T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"FormatDescription\":\"netCDF\",\"AverageFileSize\":2.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2002-06-01T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2262655973-POCLOUD\",\"V2112015425-POCLOUD\",\"V2028632047-POCLOUD\",\"V2112015422-POCLOUD\",\"V2028668049-POCLOUD\",\"V2028632042-POCLOUD\",\"V2112015420-POCLOUD\",\"V2028632044-POCLOUD\"],\"services\":[\"S2839491596-XYZ_PROV\",\"S2164732315-XYZ_PROV\",\"S2004184019-POCLOUD\",\"S2009180097-POCLOUD\",\"S2606110201-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2245207664-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-public/MUR-JPL-L4-GLOB-v4.1/\",\"podaac-ops-cumulus-protected/MUR-JPL-L4-GLOB-v4.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+MUR+Global+Foundation+Sea+Surface+Temperature+Analysis+(v4.1)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2262655973-POCLOUD\"},{\"concept-id\":\"V2112015425-POCLOUD\"},{\"concept-id\":\"V2028632047-POCLOUD\"},{\"concept-id\":\"V2112015422-POCLOUD\"},{\"concept-id\":\"V2028668049-POCLOUD\"},{\"concept-id\":\"V2028632042-POCLOUD\"},{\"concept-id\":\"V2112015420-POCLOUD\"},{\"concept-id\":\"V2028632044-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2839491596-XYZ_PROV\"},{\"concept-id\":\"S2164732315-XYZ_PROV\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2606110201-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2245207664-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1996881146-POCLOUD\",\"revision-date\":\"2023-05-30T16:42:26.806Z\",\"granule-count\":7979,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"Level 4\",\"SST\",\"surface temperature\",\" MUR\",\" foundation SST\",\" SST anomaly\",\" anomaly\"],\"CollectionCitations\":[{\"Creator\":\"JPL MUR MEaSUREs Project\",\"OnlineResource\":{\"Linkage\":\"https://podaac.jpl.nasa.gov/MEaSUREs-MUR\"},\"Publisher\":\"JPL @@ -217723,7 +217994,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"100.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.19\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"1450.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":false,\"associations\":{\"variables\":[\"V2268315307-POCLOUD\",\"V2268315346-POCLOUD\",\"V2268315330-POCLOUD\",\"V2268315336-POCLOUD\",\"V2268315325-POCLOUD\",\"V2268315317-POCLOUD\",\"V2268315354-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/MW_IR_OI-REMSS-L4-GLOB-v5.1/\",\"podaac-ops-cumulus-public/MW_IR_OI-REMSS-L4-GLOB-v5.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_19979\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2268315307-POCLOUD\"},{\"concept-id\":\"V2268315346-POCLOUD\"},{\"concept-id\":\"V2268315330-POCLOUD\"},{\"concept-id\":\"V2268315336-POCLOUD\"},{\"concept-id\":\"V2268315325-POCLOUD\"},{\"concept-id\":\"V2268315317-POCLOUD\"},{\"concept-id\":\"V2268315354-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205102254-POCLOUD\",\"revision-date\":\"2022-09-30T20:15:42.064Z\",\"granule-count\":7971,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"REMSS\",\"RSS\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"1450.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":false,\"associations\":{\"variables\":[\"V2268315307-POCLOUD\",\"V2268315346-POCLOUD\",\"V2268315330-POCLOUD\",\"V2268315336-POCLOUD\",\"V2268315325-POCLOUD\",\"V2268315317-POCLOUD\",\"V2268315354-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/MW_IR_OI-REMSS-L4-GLOB-v5.1/\",\"podaac-ops-cumulus-public/MW_IR_OI-REMSS-L4-GLOB-v5.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_19979\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2268315307-POCLOUD\"},{\"concept-id\":\"V2268315346-POCLOUD\"},{\"concept-id\":\"V2268315330-POCLOUD\"},{\"concept-id\":\"V2268315336-POCLOUD\"},{\"concept-id\":\"V2268315325-POCLOUD\"},{\"concept-id\":\"V2268315317-POCLOUD\"},{\"concept-id\":\"V2268315354-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205102254-POCLOUD\",\"revision-date\":\"2022-09-30T20:15:42.064Z\",\"granule-count\":7981,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"REMSS\",\"RSS\",\"sea surface temperature\",\"Level 4\",\"SST\",\"L4\",\"MW\",\"OI\"],\"CollectionCitations\":[{\"Version\":\"5.1\",\"Title\":\"MW-IR optimum interpolated SST data set\",\"Creator\":\"Remote Sensing Systems\",\"SeriesName\":\"GHRSST Level 4 MW_IR_OI Global Foundation Sea Surface Temperature Analysis\",\"ReleaseDate\":\"2022-04-22T00:00:00.000Z\",\"ReleasePlace\":\"Santa @@ -217915,7 +218186,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"100.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.19\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"1450.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":false,\"associations\":{\"variables\":[\"V2268328403-POCLOUD\",\"V2268328399-POCLOUD\",\"V2268328395-POCLOUD\",\"V2268328384-POCLOUD\",\"V2268328392-POCLOUD\",\"V2268328389-POCLOUD\",\"V2268328407-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/MW_OI-REMSS-L4-GLOB-v5.1/\",\"podaac-ops-cumulus-public/MW_OI-REMSS-L4-GLOB-v5.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_19981\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2268328403-POCLOUD\"},{\"concept-id\":\"V2268328399-POCLOUD\"},{\"concept-id\":\"V2268328395-POCLOUD\"},{\"concept-id\":\"V2268328384-POCLOUD\"},{\"concept-id\":\"V2268328392-POCLOUD\"},{\"concept-id\":\"V2268328389-POCLOUD\"},{\"concept-id\":\"V2268328407-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205105895-POCLOUD\",\"revision-date\":\"2022-09-30T20:15:43.863Z\",\"granule-count\":9583,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"REMSS\",\"RSS\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"1450.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":false,\"associations\":{\"variables\":[\"V2268328403-POCLOUD\",\"V2268328399-POCLOUD\",\"V2268328395-POCLOUD\",\"V2268328384-POCLOUD\",\"V2268328392-POCLOUD\",\"V2268328389-POCLOUD\",\"V2268328407-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/MW_OI-REMSS-L4-GLOB-v5.1/\",\"podaac-ops-cumulus-public/MW_OI-REMSS-L4-GLOB-v5.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_19981\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2268328403-POCLOUD\"},{\"concept-id\":\"V2268328399-POCLOUD\"},{\"concept-id\":\"V2268328395-POCLOUD\"},{\"concept-id\":\"V2268328384-POCLOUD\"},{\"concept-id\":\"V2268328392-POCLOUD\"},{\"concept-id\":\"V2268328389-POCLOUD\"},{\"concept-id\":\"V2268328407-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205105895-POCLOUD\",\"revision-date\":\"2022-09-30T20:15:43.863Z\",\"granule-count\":9593,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"REMSS\",\"RSS\",\"sea surface temperature\",\"Level 4\",\"SST\",\"L4\",\"MW\",\"OI\"],\"CollectionCitations\":[{\"Version\":\"5.1\",\"Title\":\"MW optimum interpolated SST data set\",\"Creator\":\"Remote Sensing Systems\",\"SeriesName\":\"GHRSST Level 4 MW_OI Global Foundation Sea Surface Temperature Analysis\",\"ReleaseDate\":\"2022-04-22T00:00:00.000Z\",\"ReleasePlace\":\"Santa @@ -217990,7 +218261,7 @@ interactions: Aqua\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced Microwave Scanning Radiometer-EOS\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall Measuring Mission\",\"Instruments\":[{\"ShortName\":\"TMI\",\"LongName\":\"TRMM - Microwave Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"CORIOLIS\",\"LongName\":\"Coriolis\",\"Instruments\":[{\"ShortName\":\"WINDSAT\",\"LongName\":\"WindSat\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2174932751-POCLOUD\",\"V2174932745-POCLOUD\",\"V2174932753-POCLOUD\",\"V2174932747-POCLOUD\",\"V2174932757-POCLOUD\",\"V2174932755-POCLOUD\",\"V2174932749-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/Geo_Polar_Blended-OSPO-L4-GLOB-v1.0/\",\"podaac-ops-cumulus-public/Geo_Polar_Blended-OSPO-L4-GLOB-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+OSPO+Global+Foundation+Sea+Surface+Temperature+Analysis+(GDS+version+2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2174932751-POCLOUD\"},{\"concept-id\":\"V2174932745-POCLOUD\"},{\"concept-id\":\"V2174932753-POCLOUD\"},{\"concept-id\":\"V2174932747-POCLOUD\"},{\"concept-id\":\"V2174932757-POCLOUD\"},{\"concept-id\":\"V2174932755-POCLOUD\"},{\"concept-id\":\"V2174932749-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877754-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:30.012Z\",\"granule-count\":3519,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"sea + Microwave Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"CORIOLIS\",\"LongName\":\"Coriolis\",\"Instruments\":[{\"ShortName\":\"WINDSAT\",\"LongName\":\"WindSat\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2174932751-POCLOUD\",\"V2174932745-POCLOUD\",\"V2174932753-POCLOUD\",\"V2174932747-POCLOUD\",\"V2174932757-POCLOUD\",\"V2174932755-POCLOUD\",\"V2174932749-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/Geo_Polar_Blended-OSPO-L4-GLOB-v1.0/\",\"podaac-ops-cumulus-public/Geo_Polar_Blended-OSPO-L4-GLOB-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+OSPO+Global+Foundation+Sea+Surface+Temperature+Analysis+(GDS+version+2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2174932751-POCLOUD\"},{\"concept-id\":\"V2174932745-POCLOUD\"},{\"concept-id\":\"V2174932753-POCLOUD\"},{\"concept-id\":\"V2174932747-POCLOUD\"},{\"concept-id\":\"V2174932757-POCLOUD\"},{\"concept-id\":\"V2174932755-POCLOUD\"},{\"concept-id\":\"V2174932749-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877754-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:30.012Z\",\"granule-count\":3527,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"Level 4\",\"SST\",\"Geostationary\",\"POLAR\",\"OSPO\",\"Blended\",\"GLOB\"],\"CollectionCitations\":[{\"Version\":\"1.0\",\"Title\":\"GHRSST Level 4 NOAA/OSPO Global Sea Surface Foundation Temperature\",\"Creator\":\"Office of Satellite Products and Operations\",\"SeriesName\":\"GHRSST Level 4 OSPO @@ -218084,7 +218355,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"0.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"SEVIRI\",\"LongName\":\"Spinning Enhanced Visible and Infrared Imager\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"11140.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2174933701-POCLOUD\",\"V2174933712-POCLOUD\",\"V2174933699-POCLOUD\",\"V2174933704-POCLOUD\",\"V2174933715-POCLOUD\",\"V2174933709-POCLOUD\",\"V2174933707-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/Geo_Polar_Blended_Night-OSPO-L4-GLOB-v1.0/\",\"podaac-ops-cumulus-public/Geo_Polar_Blended_Night-OSPO-L4-GLOB-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+OSPO+Global+Nighttime+Foundation+Sea+Surface+Temperature+Analysis+(GDS+version+2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2174933701-POCLOUD\"},{\"concept-id\":\"V2174933712-POCLOUD\"},{\"concept-id\":\"V2174933699-POCLOUD\"},{\"concept-id\":\"V2174933704-POCLOUD\"},{\"concept-id\":\"V2174933715-POCLOUD\"},{\"concept-id\":\"V2174933709-POCLOUD\"},{\"concept-id\":\"V2174933707-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877745-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:31.009Z\",\"granule-count\":3519,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"11140.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2174933701-POCLOUD\",\"V2174933712-POCLOUD\",\"V2174933699-POCLOUD\",\"V2174933704-POCLOUD\",\"V2174933715-POCLOUD\",\"V2174933709-POCLOUD\",\"V2174933707-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/Geo_Polar_Blended_Night-OSPO-L4-GLOB-v1.0/\",\"podaac-ops-cumulus-public/Geo_Polar_Blended_Night-OSPO-L4-GLOB-v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+OSPO+Global+Nighttime+Foundation+Sea+Surface+Temperature+Analysis+(GDS+version+2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2174933701-POCLOUD\"},{\"concept-id\":\"V2174933712-POCLOUD\"},{\"concept-id\":\"V2174933699-POCLOUD\"},{\"concept-id\":\"V2174933704-POCLOUD\"},{\"concept-id\":\"V2174933715-POCLOUD\"},{\"concept-id\":\"V2174933709-POCLOUD\"},{\"concept-id\":\"V2174933707-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877745-POCLOUD\",\"revision-date\":\"2022-09-30T20:14:31.009Z\",\"granule-count\":3527,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" sea surface temperature\",\" Level 4\",\" SST\",\" OSPO\",\" night\",\" Geostationary\",\" polar\",\"blended\"],\"CollectionCitations\":[{\"Version\":\"1.0\",\"Title\":\"GHRSST Level 4 NOAA/OSPO Global Nighttime Sea Surface Foundation Temperature \",\"Creator\":\"Office @@ -218181,7 +218452,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"0.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"SEVIRI\",\"LongName\":\"Spinning Enhanced Visible and Infrared Imager\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"11140.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304191-POCLOUD\",\"V2146304193-POCLOUD\",\"V2146304187-POCLOUD\",\"V2146304218-POCLOUD\",\"V2146304199-POCLOUD\",\"V2146304195-POCLOUD\",\"V2146304201-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2164732315-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/OSTIA-UKMO-L4-GLOB-v2.0/\",\"podaac-ops-cumulus-public/OSTIA-UKMO-L4-GLOB-v2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+OSTIA+Global+Foundation+Sea+Surface+Temperature+Analysis+(GDS+version+2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304191-POCLOUD\"},{\"concept-id\":\"V2146304193-POCLOUD\"},{\"concept-id\":\"V2146304187-POCLOUD\"},{\"concept-id\":\"V2146304218-POCLOUD\"},{\"concept-id\":\"V2146304199-POCLOUD\"},{\"concept-id\":\"V2146304195-POCLOUD\"},{\"concept-id\":\"V2146304201-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2164732315-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877535-POCLOUD\",\"revision-date\":\"2023-03-30T19:20:12.981Z\",\"granule-count\":6296,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"11140.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304191-POCLOUD\",\"V2146304193-POCLOUD\",\"V2146304187-POCLOUD\",\"V2146304218-POCLOUD\",\"V2146304199-POCLOUD\",\"V2146304195-POCLOUD\",\"V2146304201-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2164732315-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/OSTIA-UKMO-L4-GLOB-v2.0/\",\"podaac-ops-cumulus-public/OSTIA-UKMO-L4-GLOB-v2.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+OSTIA+Global+Foundation+Sea+Surface+Temperature+Analysis+(GDS+version+2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304191-POCLOUD\"},{\"concept-id\":\"V2146304193-POCLOUD\"},{\"concept-id\":\"V2146304187-POCLOUD\"},{\"concept-id\":\"V2146304218-POCLOUD\"},{\"concept-id\":\"V2146304199-POCLOUD\"},{\"concept-id\":\"V2146304195-POCLOUD\"},{\"concept-id\":\"V2146304201-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2164732315-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877535-POCLOUD\",\"revision-date\":\"2023-03-30T19:20:12.981Z\",\"granule-count\":6306,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"Level 4\",\"sst\",\"L4\",\"surface temperature\",\" OSTIA\"],\"CollectionCitations\":[{\"SeriesName\":\"GHRSST Level 4 OSTIA Global Foundation Sea Surface Temperature Analysis\",\"Version\":\"2.0\",\"Title\":\"OSTIA @@ -218417,7 +218688,7 @@ interactions: Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-6\",\"LongName\":\"National Oceanic & Atmospheric Administration-6\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Sentinel-3B\",\"LongName\":\"Sentinel-3B\",\"Instruments\":[{\"ShortName\":\"SLSTR\",\"LongName\":\"Sea - and Land Surface Temperature Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"dmoroni\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304344-POCLOUD\",\"V2146304242-POCLOUD\",\"V2146304285-POCLOUD\",\"V2146304496-POCLOUD\",\"V2146304381-POCLOUD\",\"V2146304466-POCLOUD\",\"V2146304427-POCLOUD\",\"V2146304311-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/RAMSSA_09km-ABOM-L4-AUS-v01/\",\"podaac-ops-cumulus-public/RAMSSA_09km-ABOM-L4-AUS-v01/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+RAMSSA_9km+Australian+Regional+Foundation+Sea+Surface+Temperature+Analysis+v1.0+dataset+(GDS2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304344-POCLOUD\"},{\"concept-id\":\"V2146304242-POCLOUD\"},{\"concept-id\":\"V2146304285-POCLOUD\"},{\"concept-id\":\"V2146304496-POCLOUD\"},{\"concept-id\":\"V2146304381-POCLOUD\"},{\"concept-id\":\"V2146304466-POCLOUD\"},{\"concept-id\":\"V2146304427-POCLOUD\"},{\"concept-id\":\"V2146304311-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036878103-POCLOUD\",\"revision-date\":\"2022-04-27T16:53:35.921Z\",\"granule-count\":6495,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"RAMSSA\",\" + and Land Surface Temperature Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"dmoroni\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304344-POCLOUD\",\"V2146304242-POCLOUD\",\"V2146304285-POCLOUD\",\"V2146304496-POCLOUD\",\"V2146304381-POCLOUD\",\"V2146304466-POCLOUD\",\"V2146304427-POCLOUD\",\"V2146304311-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/RAMSSA_09km-ABOM-L4-AUS-v01/\",\"podaac-ops-cumulus-public/RAMSSA_09km-ABOM-L4-AUS-v01/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+RAMSSA_9km+Australian+Regional+Foundation+Sea+Surface+Temperature+Analysis+v1.0+dataset+(GDS2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304344-POCLOUD\"},{\"concept-id\":\"V2146304242-POCLOUD\"},{\"concept-id\":\"V2146304285-POCLOUD\"},{\"concept-id\":\"V2146304496-POCLOUD\"},{\"concept-id\":\"V2146304381-POCLOUD\"},{\"concept-id\":\"V2146304466-POCLOUD\"},{\"concept-id\":\"V2146304427-POCLOUD\"},{\"concept-id\":\"V2146304311-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036878103-POCLOUD\",\"revision-date\":\"2022-04-27T16:53:35.921Z\",\"granule-count\":6505,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"RAMSSA\",\" ABOM\",\" AUS\",\" GHRSST\",\" sea surface temperature\",\" sst\",\" gds2\"],\"CollectionCitations\":[{\"Creator\":\"Australian Bureau of Meteorology\",\"OnlineResource\":{\"Linkage\":\"http://www.bom.gov.au/jshess/docs/2011/beggs_hres.pdf,\"},\"Publisher\":\"Australian Bureau of Meteorology\",\"Title\":\"BLUElink Regional Australian Multi-Sensor @@ -218616,7 +218887,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"102.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"99.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2057766439-POCLOUD\",\"V2057766455-POCLOUD\",\"V2057766459-POCLOUD\",\"V2057766447-POCLOUD\",\"V2057816295-POCLOUD\",\"V2112015449-POCLOUD\",\"V2112015451-POCLOUD\",\"V2057766416-POCLOUD\",\"V2057816297-POCLOUD\",\"V2057766457-POCLOUD\",\"V2057766463-POCLOUD\",\"V2057766453-POCLOUD\",\"V2057766449-POCLOUD\",\"V2057816293-POCLOUD\",\"V2057766414-POCLOUD\",\"V2057766451-POCLOUD\",\"V2057766461-POCLOUD\",\"V2112015445-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/L3S_LEO_AM-STAR-v2.80/\",\"podaac-ops-cumulus-public/L3S_LEO_AM-STAR-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_16041\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2057766439-POCLOUD\"},{\"concept-id\":\"V2057766455-POCLOUD\"},{\"concept-id\":\"V2057766459-POCLOUD\"},{\"concept-id\":\"V2057766447-POCLOUD\"},{\"concept-id\":\"V2057816295-POCLOUD\"},{\"concept-id\":\"V2112015449-POCLOUD\"},{\"concept-id\":\"V2112015451-POCLOUD\"},{\"concept-id\":\"V2057766416-POCLOUD\"},{\"concept-id\":\"V2057816297-POCLOUD\"},{\"concept-id\":\"V2057766457-POCLOUD\"},{\"concept-id\":\"V2057766463-POCLOUD\"},{\"concept-id\":\"V2057766453-POCLOUD\"},{\"concept-id\":\"V2057766449-POCLOUD\"},{\"concept-id\":\"V2057816293-POCLOUD\"},{\"concept-id\":\"V2057766414-POCLOUD\"},{\"concept-id\":\"V2057766451-POCLOUD\"},{\"concept-id\":\"V2057766461-POCLOUD\"},{\"concept-id\":\"V2112015445-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2050135480-POCLOUD\",\"revision-date\":\"2023-09-07T16:13:59.620Z\",\"granule-count\":12638,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"SST\",\"ACSPO\",\"STAR\",\"LEO\",\"AM\",\"v2.80\",\"LEO_AM\"],\"CollectionCitations\":[{\"Version\":\"v2.80\",\"Title\":\"GHRSST + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2057766439-POCLOUD\",\"V2057766455-POCLOUD\",\"V2057766459-POCLOUD\",\"V2057766447-POCLOUD\",\"V2057816295-POCLOUD\",\"V2112015449-POCLOUD\",\"V2112015451-POCLOUD\",\"V2057766416-POCLOUD\",\"V2057816297-POCLOUD\",\"V2057766457-POCLOUD\",\"V2057766463-POCLOUD\",\"V2057766453-POCLOUD\",\"V2057766449-POCLOUD\",\"V2057816293-POCLOUD\",\"V2057766414-POCLOUD\",\"V2057766451-POCLOUD\",\"V2057766461-POCLOUD\",\"V2112015445-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/L3S_LEO_AM-STAR-v2.80/\",\"podaac-ops-cumulus-public/L3S_LEO_AM-STAR-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_16041\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2057766439-POCLOUD\"},{\"concept-id\":\"V2057766455-POCLOUD\"},{\"concept-id\":\"V2057766459-POCLOUD\"},{\"concept-id\":\"V2057766447-POCLOUD\"},{\"concept-id\":\"V2057816295-POCLOUD\"},{\"concept-id\":\"V2112015449-POCLOUD\"},{\"concept-id\":\"V2112015451-POCLOUD\"},{\"concept-id\":\"V2057766416-POCLOUD\"},{\"concept-id\":\"V2057816297-POCLOUD\"},{\"concept-id\":\"V2057766457-POCLOUD\"},{\"concept-id\":\"V2057766463-POCLOUD\"},{\"concept-id\":\"V2057766453-POCLOUD\"},{\"concept-id\":\"V2057766449-POCLOUD\"},{\"concept-id\":\"V2057816293-POCLOUD\"},{\"concept-id\":\"V2057766414-POCLOUD\"},{\"concept-id\":\"V2057766451-POCLOUD\"},{\"concept-id\":\"V2057766461-POCLOUD\"},{\"concept-id\":\"V2112015445-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2050135480-POCLOUD\",\"revision-date\":\"2023-09-07T16:13:59.620Z\",\"granule-count\":12658,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"SST\",\"ACSPO\",\"STAR\",\"LEO\",\"AM\",\"v2.80\",\"LEO_AM\"],\"CollectionCitations\":[{\"Version\":\"v2.80\",\"Title\":\"GHRSST NOAA/STAR ACSPO v2.80 0.02\xBA L3S Dataset from mid-Morning LEO Satellites (GDS v2)\",\"Creator\":\"NOAA/STAR\",\"ReleaseDate\":\"2021-05-28T00:00:00.000Z\",\"Publisher\":\"PO.DAAC\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"World Geodetic System 1984\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World @@ -218719,7 +218990,7 @@ interactions: Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METOP-C\",\"LongName\":\"Meteorological Operational Satellite - C\",\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced - Very High Resolution Radiometer-3\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2006-12-01T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2006-12-01T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2812478541-POCLOUD\",\"V2812478552-POCLOUD\",\"V2812478560-POCLOUD\",\"V2812478521-POCLOUD\",\"V2812478544-POCLOUD\",\"V2812478539-POCLOUD\",\"V2812478546-POCLOUD\",\"V2812478562-POCLOUD\",\"V2812478526-POCLOUD\",\"V2812478550-POCLOUD\",\"V2812478570-POCLOUD\",\"V2812478556-POCLOUD\",\"V2812478558-POCLOUD\",\"V2812478554-POCLOUD\",\"V2812478567-POCLOUD\",\"V2812478548-POCLOUD\",\"V2812478529-POCLOUD\",\"V2812478535-POCLOUD\",\"V2812478533-POCLOUD\",\"V2812478565-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2839491596-XYZ_PROV\",\"S2164732315-XYZ_PROV\",\"S2009180097-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/L3S_LEO_DY-STAR-v2.81/\",\"podaac-ops-cumulus-public/L3S_LEO_DY-STAR-v2.81/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_38017\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2812478541-POCLOUD\"},{\"concept-id\":\"V2812478552-POCLOUD\"},{\"concept-id\":\"V2812478560-POCLOUD\"},{\"concept-id\":\"V2812478521-POCLOUD\"},{\"concept-id\":\"V2812478544-POCLOUD\"},{\"concept-id\":\"V2812478539-POCLOUD\"},{\"concept-id\":\"V2812478546-POCLOUD\"},{\"concept-id\":\"V2812478562-POCLOUD\"},{\"concept-id\":\"V2812478526-POCLOUD\"},{\"concept-id\":\"V2812478550-POCLOUD\"},{\"concept-id\":\"V2812478570-POCLOUD\"},{\"concept-id\":\"V2812478556-POCLOUD\"},{\"concept-id\":\"V2812478558-POCLOUD\"},{\"concept-id\":\"V2812478554-POCLOUD\"},{\"concept-id\":\"V2812478567-POCLOUD\"},{\"concept-id\":\"V2812478548-POCLOUD\"},{\"concept-id\":\"V2812478529-POCLOUD\"},{\"concept-id\":\"V2812478535-POCLOUD\"},{\"concept-id\":\"V2812478533-POCLOUD\"},{\"concept-id\":\"V2812478565-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2839491596-XYZ_PROV\"},{\"concept-id\":\"S2164732315-XYZ_PROV\"},{\"concept-id\":\"S2009180097-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2805339147-POCLOUD\",\"revision-date\":\"2024-01-02T18:39:14.648Z\",\"granule-count\":8754,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"SST\",\"ACSPO\",\"STAR\",\"LEO\",\"v2.81\",\"LEO_DY\",\"NOAA\",\"L3S\"],\"CollectionCitations\":[{\"Version\":\"v2.81\",\"Title\":\"GHRSST + Very High Resolution Radiometer-3\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2006-12-01T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2006-12-01T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2812478541-POCLOUD\",\"V2812478552-POCLOUD\",\"V2812478560-POCLOUD\",\"V2812478521-POCLOUD\",\"V2812478544-POCLOUD\",\"V2812478539-POCLOUD\",\"V2812478546-POCLOUD\",\"V2812478562-POCLOUD\",\"V2812478526-POCLOUD\",\"V2812478550-POCLOUD\",\"V2812478570-POCLOUD\",\"V2812478556-POCLOUD\",\"V2812478558-POCLOUD\",\"V2812478554-POCLOUD\",\"V2812478567-POCLOUD\",\"V2812478548-POCLOUD\",\"V2812478529-POCLOUD\",\"V2812478535-POCLOUD\",\"V2812478533-POCLOUD\",\"V2812478565-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2839491596-XYZ_PROV\",\"S2164732315-XYZ_PROV\",\"S2009180097-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/L3S_LEO_DY-STAR-v2.81/\",\"podaac-ops-cumulus-public/L3S_LEO_DY-STAR-v2.81/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_38017\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2812478541-POCLOUD\"},{\"concept-id\":\"V2812478552-POCLOUD\"},{\"concept-id\":\"V2812478560-POCLOUD\"},{\"concept-id\":\"V2812478521-POCLOUD\"},{\"concept-id\":\"V2812478544-POCLOUD\"},{\"concept-id\":\"V2812478539-POCLOUD\"},{\"concept-id\":\"V2812478546-POCLOUD\"},{\"concept-id\":\"V2812478562-POCLOUD\"},{\"concept-id\":\"V2812478526-POCLOUD\"},{\"concept-id\":\"V2812478550-POCLOUD\"},{\"concept-id\":\"V2812478570-POCLOUD\"},{\"concept-id\":\"V2812478556-POCLOUD\"},{\"concept-id\":\"V2812478558-POCLOUD\"},{\"concept-id\":\"V2812478554-POCLOUD\"},{\"concept-id\":\"V2812478567-POCLOUD\"},{\"concept-id\":\"V2812478548-POCLOUD\"},{\"concept-id\":\"V2812478529-POCLOUD\"},{\"concept-id\":\"V2812478535-POCLOUD\"},{\"concept-id\":\"V2812478533-POCLOUD\"},{\"concept-id\":\"V2812478565-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2839491596-XYZ_PROV\"},{\"concept-id\":\"S2164732315-XYZ_PROV\"},{\"concept-id\":\"S2009180097-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2805339147-POCLOUD\",\"revision-date\":\"2024-01-02T18:39:14.648Z\",\"granule-count\":8764,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"SST\",\"ACSPO\",\"STAR\",\"LEO\",\"v2.81\",\"LEO_DY\",\"NOAA\",\"L3S\"],\"CollectionCitations\":[{\"Version\":\"v2.81\",\"Title\":\"GHRSST NOAA/STAR ACSPO v2.81 0.02 degree L3S Daily Dataset from LEO Satellites\",\"Creator\":\"NOAA/STAR\",\"SeriesName\":\"GHRSST NOAA/STAR ACSPO 0.02 degree L3S Daily Dataset from LEO Satellites\",\"ReleaseDate\":\"2023-12-13T00:00:00.000Z\",\"Publisher\":\"PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest Granule Start Time for dataset.\",\"Value\":\"2000-02-24T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest @@ -218828,7 +219099,7 @@ interactions: Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution Imaging Spectroradiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2006-12-01T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2012-02-01T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2812480020-POCLOUD\",\"V2812480026-POCLOUD\",\"V2812480013-POCLOUD\",\"V2812480022-POCLOUD\",\"V2812480004-POCLOUD\",\"V2812480010-POCLOUD\",\"V2812480034-POCLOUD\",\"V2812490204-POCLOUD\",\"V2812480008-POCLOUD\",\"V2812480038-POCLOUD\",\"V2812480016-POCLOUD\",\"V2812480018-POCLOUD\",\"V2812480006-POCLOUD\",\"V2812480024-POCLOUD\",\"V2812480040-POCLOUD\",\"V2812480036-POCLOUD\",\"V2812480028-POCLOUD\",\"V2812480032-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2009180097-POCLOUD\",\"S2164732315-XYZ_PROV\",\"S2839491596-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/L3S_LEO_PM-STAR-v2.81/\",\"podaac-ops-cumulus-public/L3S_LEO_PM-STAR-v2.81/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_38013\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2812480020-POCLOUD\"},{\"concept-id\":\"V2812480026-POCLOUD\"},{\"concept-id\":\"V2812480013-POCLOUD\"},{\"concept-id\":\"V2812480022-POCLOUD\"},{\"concept-id\":\"V2812480004-POCLOUD\"},{\"concept-id\":\"V2812480010-POCLOUD\"},{\"concept-id\":\"V2812480034-POCLOUD\"},{\"concept-id\":\"V2812490204-POCLOUD\"},{\"concept-id\":\"V2812480008-POCLOUD\"},{\"concept-id\":\"V2812480038-POCLOUD\"},{\"concept-id\":\"V2812480016-POCLOUD\"},{\"concept-id\":\"V2812480018-POCLOUD\"},{\"concept-id\":\"V2812480006-POCLOUD\"},{\"concept-id\":\"V2812480024-POCLOUD\"},{\"concept-id\":\"V2812480040-POCLOUD\"},{\"concept-id\":\"V2812480036-POCLOUD\"},{\"concept-id\":\"V2812480028-POCLOUD\"},{\"concept-id\":\"V2812480032-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2164732315-XYZ_PROV\"},{\"concept-id\":\"S2839491596-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2805331435-POCLOUD\",\"revision-date\":\"2024-01-02T18:42:58.448Z\",\"granule-count\":15804,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"SST\",\"ACSPO\",\"STAR\",\"LEO\",\"v2.81\",\"LEO_PM\",\"NOAA\",\"L3S\"],\"CollectionCitations\":[{\"Version\":\"v2.81\",\"Title\":\"GHRSST + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2006-12-01T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2012-02-01T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2812480020-POCLOUD\",\"V2812480026-POCLOUD\",\"V2812480013-POCLOUD\",\"V2812480022-POCLOUD\",\"V2812480004-POCLOUD\",\"V2812480010-POCLOUD\",\"V2812480034-POCLOUD\",\"V2812490204-POCLOUD\",\"V2812480008-POCLOUD\",\"V2812480038-POCLOUD\",\"V2812480016-POCLOUD\",\"V2812480018-POCLOUD\",\"V2812480006-POCLOUD\",\"V2812480024-POCLOUD\",\"V2812480040-POCLOUD\",\"V2812480036-POCLOUD\",\"V2812480028-POCLOUD\",\"V2812480032-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2009180097-POCLOUD\",\"S2164732315-XYZ_PROV\",\"S2839491596-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/L3S_LEO_PM-STAR-v2.81/\",\"podaac-ops-cumulus-public/L3S_LEO_PM-STAR-v2.81/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_38013\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2812480020-POCLOUD\"},{\"concept-id\":\"V2812480026-POCLOUD\"},{\"concept-id\":\"V2812480013-POCLOUD\"},{\"concept-id\":\"V2812480022-POCLOUD\"},{\"concept-id\":\"V2812480004-POCLOUD\"},{\"concept-id\":\"V2812480010-POCLOUD\"},{\"concept-id\":\"V2812480034-POCLOUD\"},{\"concept-id\":\"V2812490204-POCLOUD\"},{\"concept-id\":\"V2812480008-POCLOUD\"},{\"concept-id\":\"V2812480038-POCLOUD\"},{\"concept-id\":\"V2812480016-POCLOUD\"},{\"concept-id\":\"V2812480018-POCLOUD\"},{\"concept-id\":\"V2812480006-POCLOUD\"},{\"concept-id\":\"V2812480024-POCLOUD\"},{\"concept-id\":\"V2812480040-POCLOUD\"},{\"concept-id\":\"V2812480036-POCLOUD\"},{\"concept-id\":\"V2812480028-POCLOUD\"},{\"concept-id\":\"V2812480032-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2164732315-XYZ_PROV\"},{\"concept-id\":\"S2839491596-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2805331435-POCLOUD\",\"revision-date\":\"2024-01-02T18:42:58.448Z\",\"granule-count\":15824,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"SST\",\"ACSPO\",\"STAR\",\"LEO\",\"v2.81\",\"LEO_PM\",\"NOAA\",\"L3S\"],\"CollectionCitations\":[{\"Version\":\"v2.81\",\"Title\":\"GHRSST NOAA/STAR ACSPO v2.81 0.02 degree L3S Dataset from Afternoon LEO Satellites\",\"Creator\":\"NOAA/STAR\",\"SeriesName\":\"GHRSST NOAA/STAR ACSPO 0.02 degree L3S Dataset from Afternoon LEO Satellites\",\"ReleaseDate\":\"2023-12-13T00:00:00.000Z\",\"Publisher\":\"PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest Granule Start Time for dataset.\",\"Value\":\"2006-12-01T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest @@ -218926,7 +219197,7 @@ interactions: Polar Satellite System - 2\",\"Instruments\":[{\"ShortName\":\"VIIRS\",\"LongName\":\"Visible-Infrared Imager-Radiometer Suite\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2006-12-01T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2012-02-01T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112015463-POCLOUD\",\"V2112015474-POCLOUD\",\"V2112015484-POCLOUD\",\"V2112015468-POCLOUD\",\"V2112015489-POCLOUD\",\"V2146304944-POCLOUD\",\"V2112015487-POCLOUD\",\"V2112015476-POCLOUD\",\"V2112015465-POCLOUD\",\"V2112015470-POCLOUD\",\"V2112015480-POCLOUD\",\"V2112015458-POCLOUD\",\"V2112015461-POCLOUD\",\"V2112015491-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ABI_G16-STAR-L3C-v2.70/\",\"podaac-ops-cumulus-public/ABI_G16-STAR-L3C-v2.70/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+NOAA/STAR+GOES-16+ABI++L3C+America+Region+SST+v2.70+dataset+in+GDS2\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112015463-POCLOUD\"},{\"concept-id\":\"V2112015474-POCLOUD\"},{\"concept-id\":\"V2112015484-POCLOUD\"},{\"concept-id\":\"V2112015468-POCLOUD\"},{\"concept-id\":\"V2112015489-POCLOUD\"},{\"concept-id\":\"V2146304944-POCLOUD\"},{\"concept-id\":\"V2112015487-POCLOUD\"},{\"concept-id\":\"V2112015476-POCLOUD\"},{\"concept-id\":\"V2112015465-POCLOUD\"},{\"concept-id\":\"V2112015470-POCLOUD\"},{\"concept-id\":\"V2112015480-POCLOUD\"},{\"concept-id\":\"V2112015458-POCLOUD\"},{\"concept-id\":\"V2112015461-POCLOUD\"},{\"concept-id\":\"V2112015491-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877612-POCLOUD\",\"revision-date\":\"2023-06-12T23:36:54.963Z\",\"granule-count\":53184,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"SST\",\"GOES16\",\" + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2006-12-01T00:00:00.000Z\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":300.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2012-02-01T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112015463-POCLOUD\",\"V2112015474-POCLOUD\",\"V2112015484-POCLOUD\",\"V2112015468-POCLOUD\",\"V2112015489-POCLOUD\",\"V2146304944-POCLOUD\",\"V2112015487-POCLOUD\",\"V2112015476-POCLOUD\",\"V2112015465-POCLOUD\",\"V2112015470-POCLOUD\",\"V2112015480-POCLOUD\",\"V2112015458-POCLOUD\",\"V2112015461-POCLOUD\",\"V2112015491-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ABI_G16-STAR-L3C-v2.70/\",\"podaac-ops-cumulus-public/ABI_G16-STAR-L3C-v2.70/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+NOAA/STAR+GOES-16+ABI++L3C+America+Region+SST+v2.70+dataset+in+GDS2\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112015463-POCLOUD\"},{\"concept-id\":\"V2112015474-POCLOUD\"},{\"concept-id\":\"V2112015484-POCLOUD\"},{\"concept-id\":\"V2112015468-POCLOUD\"},{\"concept-id\":\"V2112015489-POCLOUD\"},{\"concept-id\":\"V2146304944-POCLOUD\"},{\"concept-id\":\"V2112015487-POCLOUD\"},{\"concept-id\":\"V2112015476-POCLOUD\"},{\"concept-id\":\"V2112015465-POCLOUD\"},{\"concept-id\":\"V2112015470-POCLOUD\"},{\"concept-id\":\"V2112015480-POCLOUD\"},{\"concept-id\":\"V2112015458-POCLOUD\"},{\"concept-id\":\"V2112015461-POCLOUD\"},{\"concept-id\":\"V2112015491-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877612-POCLOUD\",\"revision-date\":\"2023-06-12T23:36:54.963Z\",\"granule-count\":53428,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\"SST\",\"GOES16\",\" G16\",\" ABI\",\" OSPO\",\" STAR\",\" v2.70\",\" ACSPO\"],\"CollectionCitations\":[{\"Version\":\"2.70\",\"Title\":\"GHRSST L3C ACSPO America Region SST from GOES-16 ABI \",\"Creator\":\"NOAA/NESDIS/STAR\",\"SeriesName\":\"GHRSST L3C ACSPO America Region SST from GOES ABI \",\"ReleaseDate\":\"2019-05-30T00:00:00.000Z\",\"ReleasePlace\":\"Camp @@ -219003,7 +219274,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"0.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"ABI\",\"LongName\":\"Advanced Baseline Imager\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"7000.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112015495-POCLOUD\",\"V2112015532-POCLOUD\",\"V2112015497-POCLOUD\",\"V2112015526-POCLOUD\",\"V2112015538-POCLOUD\",\"V2112015501-POCLOUD\",\"V2112015499-POCLOUD\",\"V2112015536-POCLOUD\",\"V2112015503-POCLOUD\",\"V2112015519-POCLOUD\",\"V2112015507-POCLOUD\",\"V2112015534-POCLOUD\",\"V2112015530-POCLOUD\",\"V2112015493-POCLOUD\",\"V2112015513-POCLOUD\",\"V2112015528-POCLOUD\",\"V2146304963-POCLOUD\",\"V2112015524-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ABI_G16-STAR-L2P-v2.70/\",\"podaac-ops-cumulus-public/ABI_G16-STAR-L2P-v2.70/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+NOAA/STAR+GOES-16+ABI+L2P+America+Region+SST+v2.70+dataset+in+GDS2\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112015495-POCLOUD\"},{\"concept-id\":\"V2112015532-POCLOUD\"},{\"concept-id\":\"V2112015497-POCLOUD\"},{\"concept-id\":\"V2112015526-POCLOUD\"},{\"concept-id\":\"V2112015538-POCLOUD\"},{\"concept-id\":\"V2112015501-POCLOUD\"},{\"concept-id\":\"V2112015499-POCLOUD\"},{\"concept-id\":\"V2112015536-POCLOUD\"},{\"concept-id\":\"V2112015503-POCLOUD\"},{\"concept-id\":\"V2112015519-POCLOUD\"},{\"concept-id\":\"V2112015507-POCLOUD\"},{\"concept-id\":\"V2112015534-POCLOUD\"},{\"concept-id\":\"V2112015530-POCLOUD\"},{\"concept-id\":\"V2112015493-POCLOUD\"},{\"concept-id\":\"V2112015513-POCLOUD\"},{\"concept-id\":\"V2112015528-POCLOUD\"},{\"concept-id\":\"V2146304963-POCLOUD\"},{\"concept-id\":\"V2112015524-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877465-POCLOUD\",\"revision-date\":\"2023-06-12T23:54:25.422Z\",\"granule-count\":52785,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"7000.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112015495-POCLOUD\",\"V2112015532-POCLOUD\",\"V2112015497-POCLOUD\",\"V2112015526-POCLOUD\",\"V2112015538-POCLOUD\",\"V2112015501-POCLOUD\",\"V2112015499-POCLOUD\",\"V2112015536-POCLOUD\",\"V2112015503-POCLOUD\",\"V2112015519-POCLOUD\",\"V2112015507-POCLOUD\",\"V2112015534-POCLOUD\",\"V2112015530-POCLOUD\",\"V2112015493-POCLOUD\",\"V2112015513-POCLOUD\",\"V2112015528-POCLOUD\",\"V2146304963-POCLOUD\",\"V2112015524-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ABI_G16-STAR-L2P-v2.70/\",\"podaac-ops-cumulus-public/ABI_G16-STAR-L2P-v2.70/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+NOAA/STAR+GOES-16+ABI+L2P+America+Region+SST+v2.70+dataset+in+GDS2\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112015495-POCLOUD\"},{\"concept-id\":\"V2112015532-POCLOUD\"},{\"concept-id\":\"V2112015497-POCLOUD\"},{\"concept-id\":\"V2112015526-POCLOUD\"},{\"concept-id\":\"V2112015538-POCLOUD\"},{\"concept-id\":\"V2112015501-POCLOUD\"},{\"concept-id\":\"V2112015499-POCLOUD\"},{\"concept-id\":\"V2112015536-POCLOUD\"},{\"concept-id\":\"V2112015503-POCLOUD\"},{\"concept-id\":\"V2112015519-POCLOUD\"},{\"concept-id\":\"V2112015507-POCLOUD\"},{\"concept-id\":\"V2112015534-POCLOUD\"},{\"concept-id\":\"V2112015530-POCLOUD\"},{\"concept-id\":\"V2112015493-POCLOUD\"},{\"concept-id\":\"V2112015513-POCLOUD\"},{\"concept-id\":\"V2112015528-POCLOUD\"},{\"concept-id\":\"V2146304963-POCLOUD\"},{\"concept-id\":\"V2112015524-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036877465-POCLOUD\",\"revision-date\":\"2023-06-12T23:54:25.422Z\",\"granule-count\":53029,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" SST\",\" GOES16\",\" G16\",\" OSPO\",\" STAR\",\" v2.70\",\" ACSPO\"],\"CollectionCitations\":[{\"Version\":\"2.70\",\"Title\":\"GHRSST L2P ACSPO America Region SST from GOES-16 ABI\",\"Creator\":\"NOAA/NESDIS/STAR\",\"SeriesName\":\"GHRSST L2P ACSPO America Region SST from GOES ABI\",\"ReleaseDate\":\"2019-05-15T00:00:00.000Z\",\"ReleasePlace\":\"Camp @@ -219660,7 +219931,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced Very High Resolution Radiometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2207038605-POCLOUD\",\"V2207038618-POCLOUD\",\"V2207038614-POCLOUD\",\"V2207038567-POCLOUD\",\"V2207038561-POCLOUD\",\"V2207038616-POCLOUD\",\"V2207038607-POCLOUD\",\"V2207038600-POCLOUD\",\"V2207038580-POCLOUD\",\"V2207038603-POCLOUD\",\"V2207038626-POCLOUD\",\"V2207038555-POCLOUD\",\"V2207038620-POCLOUD\",\"V2207038612-POCLOUD\",\"V2207038624-POCLOUD\",\"V2207038622-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRF_MB-STAR-L3U-v2.80/\",\"podaac-ops-cumulus-public/AVHRRF_MB-STAR-L3U-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+NOAA/STAR+Metop-B+AVHRR+FRAC+ACSPO+v2.80+0.02+L3U+Dataset+(GDS+v2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2207038605-POCLOUD\"},{\"concept-id\":\"V2207038618-POCLOUD\"},{\"concept-id\":\"V2207038614-POCLOUD\"},{\"concept-id\":\"V2207038567-POCLOUD\"},{\"concept-id\":\"V2207038561-POCLOUD\"},{\"concept-id\":\"V2207038616-POCLOUD\"},{\"concept-id\":\"V2207038607-POCLOUD\"},{\"concept-id\":\"V2207038600-POCLOUD\"},{\"concept-id\":\"V2207038580-POCLOUD\"},{\"concept-id\":\"V2207038603-POCLOUD\"},{\"concept-id\":\"V2207038626-POCLOUD\"},{\"concept-id\":\"V2207038555-POCLOUD\"},{\"concept-id\":\"V2207038620-POCLOUD\"},{\"concept-id\":\"V2207038612-POCLOUD\"},{\"concept-id\":\"V2207038624-POCLOUD\"},{\"concept-id\":\"V2207038622-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205121416-POCLOUD\",\"revision-date\":\"2022-11-29T08:35:46.530Z\",\"granule-count\":599127,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2207038605-POCLOUD\",\"V2207038618-POCLOUD\",\"V2207038614-POCLOUD\",\"V2207038567-POCLOUD\",\"V2207038561-POCLOUD\",\"V2207038616-POCLOUD\",\"V2207038607-POCLOUD\",\"V2207038600-POCLOUD\",\"V2207038580-POCLOUD\",\"V2207038603-POCLOUD\",\"V2207038626-POCLOUD\",\"V2207038555-POCLOUD\",\"V2207038620-POCLOUD\",\"V2207038612-POCLOUD\",\"V2207038624-POCLOUD\",\"V2207038622-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRF_MB-STAR-L3U-v2.80/\",\"podaac-ops-cumulus-public/AVHRRF_MB-STAR-L3U-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+NOAA/STAR+Metop-B+AVHRR+FRAC+ACSPO+v2.80+0.02+L3U+Dataset+(GDS+v2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2207038605-POCLOUD\"},{\"concept-id\":\"V2207038618-POCLOUD\"},{\"concept-id\":\"V2207038614-POCLOUD\"},{\"concept-id\":\"V2207038567-POCLOUD\"},{\"concept-id\":\"V2207038561-POCLOUD\"},{\"concept-id\":\"V2207038616-POCLOUD\"},{\"concept-id\":\"V2207038607-POCLOUD\"},{\"concept-id\":\"V2207038600-POCLOUD\"},{\"concept-id\":\"V2207038580-POCLOUD\"},{\"concept-id\":\"V2207038603-POCLOUD\"},{\"concept-id\":\"V2207038626-POCLOUD\"},{\"concept-id\":\"V2207038555-POCLOUD\"},{\"concept-id\":\"V2207038620-POCLOUD\"},{\"concept-id\":\"V2207038612-POCLOUD\"},{\"concept-id\":\"V2207038624-POCLOUD\"},{\"concept-id\":\"V2207038622-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205121416-POCLOUD\",\"revision-date\":\"2022-11-29T08:35:46.530Z\",\"granule-count\":600574,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\" sea surface temperature\",\" AVHRR\",\" SST\",\" STAR\",\" MetOp-B\",\" v2.80\",\" MetOp\",\"NOAA\"],\"CollectionCitations\":[{\"Creator\":\"NOAA/STAR\",\"OnlineResource\":{\"Linkage\":\"https://podaac.jpl.nasa.gov/GHRSST\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"GHRSST L3U Metop-C AVHRR FRAC ACSPO v2.80 0.02-deg Dataset\",\"SeriesName\":\"AVHRRF_MB-STAR-L3U-v2.80\",\"OtherCitationDetails\":\"NOAA/STAR, @@ -219768,7 +220039,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2207038549-POCLOUD\",\"V2207038535-POCLOUD\",\"V2207038524-POCLOUD\",\"V2207038551-POCLOUD\",\"V2207038553-POCLOUD\",\"V2207038526-POCLOUD\",\"V2207038541-POCLOUD\",\"V2207038537-POCLOUD\",\"V2207038533-POCLOUD\",\"V2207038545-POCLOUD\",\"V2207038531-POCLOUD\",\"V2207038529-POCLOUD\",\"V2207038539-POCLOUD\",\"V2207038547-POCLOUD\",\"V2207038543-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRF_MB-STAR-L2P-v2.80/\",\"podaac-ops-cumulus-public/AVHRRF_MB-STAR-L2P-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+NOAA/STAR+Metop-B+AVHRR+FRAC+ACSPO+v2.80+1km+L2P+Dataset+(GDS+v2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2207038549-POCLOUD\"},{\"concept-id\":\"V2207038535-POCLOUD\"},{\"concept-id\":\"V2207038524-POCLOUD\"},{\"concept-id\":\"V2207038551-POCLOUD\"},{\"concept-id\":\"V2207038553-POCLOUD\"},{\"concept-id\":\"V2207038526-POCLOUD\"},{\"concept-id\":\"V2207038541-POCLOUD\"},{\"concept-id\":\"V2207038537-POCLOUD\"},{\"concept-id\":\"V2207038533-POCLOUD\"},{\"concept-id\":\"V2207038545-POCLOUD\"},{\"concept-id\":\"V2207038531-POCLOUD\"},{\"concept-id\":\"V2207038529-POCLOUD\"},{\"concept-id\":\"V2207038539-POCLOUD\"},{\"concept-id\":\"V2207038547-POCLOUD\"},{\"concept-id\":\"V2207038543-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205121394-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:47.441Z\",\"granule-count\":599184,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2207038549-POCLOUD\",\"V2207038535-POCLOUD\",\"V2207038524-POCLOUD\",\"V2207038551-POCLOUD\",\"V2207038553-POCLOUD\",\"V2207038526-POCLOUD\",\"V2207038541-POCLOUD\",\"V2207038537-POCLOUD\",\"V2207038533-POCLOUD\",\"V2207038545-POCLOUD\",\"V2207038531-POCLOUD\",\"V2207038529-POCLOUD\",\"V2207038539-POCLOUD\",\"V2207038547-POCLOUD\",\"V2207038543-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRF_MB-STAR-L2P-v2.80/\",\"podaac-ops-cumulus-public/AVHRRF_MB-STAR-L2P-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+NOAA/STAR+Metop-B+AVHRR+FRAC+ACSPO+v2.80+1km+L2P+Dataset+(GDS+v2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2207038549-POCLOUD\"},{\"concept-id\":\"V2207038535-POCLOUD\"},{\"concept-id\":\"V2207038524-POCLOUD\"},{\"concept-id\":\"V2207038551-POCLOUD\"},{\"concept-id\":\"V2207038553-POCLOUD\"},{\"concept-id\":\"V2207038526-POCLOUD\"},{\"concept-id\":\"V2207038541-POCLOUD\"},{\"concept-id\":\"V2207038537-POCLOUD\"},{\"concept-id\":\"V2207038533-POCLOUD\"},{\"concept-id\":\"V2207038545-POCLOUD\"},{\"concept-id\":\"V2207038531-POCLOUD\"},{\"concept-id\":\"V2207038529-POCLOUD\"},{\"concept-id\":\"V2207038539-POCLOUD\"},{\"concept-id\":\"V2207038547-POCLOUD\"},{\"concept-id\":\"V2207038543-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205121394-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:47.441Z\",\"granule-count\":600631,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\" sea surface temperature\",\" AVHRR\",\" SST\",\" STAR\",\" MetOp-B\",\" v2.80\",\"MetOp\",\"NOAA\"],\"CollectionCitations\":[{\"Creator\":\"NOAA/STAR\",\"OnlineResource\":{\"Linkage\":\"https://podaac.jpl.nasa.gov/GHRSST\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"GHRSST L2P Metop-B AVHRR FRAC ACSPO v2.80 1km Dataset\",\"SeriesName\":\"AVHRRF_MB-STAR-L2P-v2.80\",\"OtherCitationDetails\":\"NOAA/STAR, The GHRSST Project Office, 2021-04-05, GHRSST NOAA/STAR Metop-B AVHRR FRAC @@ -219876,7 +220147,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2207038731-POCLOUD\",\"V2207038682-POCLOUD\",\"V2207038696-POCLOUD\",\"V2207038700-POCLOUD\",\"V2207038708-POCLOUD\",\"V2207038724-POCLOUD\",\"V2207038706-POCLOUD\",\"V2207038680-POCLOUD\",\"V2207038674-POCLOUD\",\"V2207038710-POCLOUD\",\"V2207038729-POCLOUD\",\"V2207038733-POCLOUD\",\"V2207038670-POCLOUD\",\"V2207038691-POCLOUD\",\"V2207038702-POCLOUD\",\"V2207038687-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRF_MC-STAR-L3U-v2.80/\",\"podaac-ops-cumulus-public/AVHRRF_MC-STAR-L3U-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+NOAA/STAR+Metop-C+AVHRR+FRAC+ACSPO+v2.80+0.02+L3U+Dataset+(GDS+v2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2207038731-POCLOUD\"},{\"concept-id\":\"V2207038682-POCLOUD\"},{\"concept-id\":\"V2207038696-POCLOUD\"},{\"concept-id\":\"V2207038700-POCLOUD\"},{\"concept-id\":\"V2207038708-POCLOUD\"},{\"concept-id\":\"V2207038724-POCLOUD\"},{\"concept-id\":\"V2207038706-POCLOUD\"},{\"concept-id\":\"V2207038680-POCLOUD\"},{\"concept-id\":\"V2207038674-POCLOUD\"},{\"concept-id\":\"V2207038710-POCLOUD\"},{\"concept-id\":\"V2207038729-POCLOUD\"},{\"concept-id\":\"V2207038733-POCLOUD\"},{\"concept-id\":\"V2207038670-POCLOUD\"},{\"concept-id\":\"V2207038691-POCLOUD\"},{\"concept-id\":\"V2207038702-POCLOUD\"},{\"concept-id\":\"V2207038687-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205121433-POCLOUD\",\"revision-date\":\"2022-11-29T08:35:49.518Z\",\"granule-count\":277775,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2207038731-POCLOUD\",\"V2207038682-POCLOUD\",\"V2207038696-POCLOUD\",\"V2207038700-POCLOUD\",\"V2207038708-POCLOUD\",\"V2207038724-POCLOUD\",\"V2207038706-POCLOUD\",\"V2207038680-POCLOUD\",\"V2207038674-POCLOUD\",\"V2207038710-POCLOUD\",\"V2207038729-POCLOUD\",\"V2207038733-POCLOUD\",\"V2207038670-POCLOUD\",\"V2207038691-POCLOUD\",\"V2207038702-POCLOUD\",\"V2207038687-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRF_MC-STAR-L3U-v2.80/\",\"podaac-ops-cumulus-public/AVHRRF_MC-STAR-L3U-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+NOAA/STAR+Metop-C+AVHRR+FRAC+ACSPO+v2.80+0.02+L3U+Dataset+(GDS+v2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2207038731-POCLOUD\"},{\"concept-id\":\"V2207038682-POCLOUD\"},{\"concept-id\":\"V2207038696-POCLOUD\"},{\"concept-id\":\"V2207038700-POCLOUD\"},{\"concept-id\":\"V2207038708-POCLOUD\"},{\"concept-id\":\"V2207038724-POCLOUD\"},{\"concept-id\":\"V2207038706-POCLOUD\"},{\"concept-id\":\"V2207038680-POCLOUD\"},{\"concept-id\":\"V2207038674-POCLOUD\"},{\"concept-id\":\"V2207038710-POCLOUD\"},{\"concept-id\":\"V2207038729-POCLOUD\"},{\"concept-id\":\"V2207038733-POCLOUD\"},{\"concept-id\":\"V2207038670-POCLOUD\"},{\"concept-id\":\"V2207038691-POCLOUD\"},{\"concept-id\":\"V2207038702-POCLOUD\"},{\"concept-id\":\"V2207038687-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205121433-POCLOUD\",\"revision-date\":\"2022-11-29T08:35:49.518Z\",\"granule-count\":279206,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\" sea surface temperature\",\" AVHRR\",\" SST\",\" STAR\",\" MetOp-C\",\" v2.80\",\" MetOp\",\"NOAA\"],\"CollectionCitations\":[{\"Creator\":\"NOAA/STAR\",\"OnlineResource\":{\"Linkage\":\"https://podaac.jpl.nasa.gov/GHRSST\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"GHRSST L3U Metop-C AVHRR FRAC ACSPO v2.80 0.02-deg Dataset\",\"SeriesName\":\"AVHRRF_MC-STAR-L3U-v2.80\",\"OtherCitationDetails\":\"NOAA/STAR, @@ -219984,7 +220255,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2207038645-POCLOUD\",\"V2207038663-POCLOUD\",\"V2207038649-POCLOUD\",\"V2207038652-POCLOUD\",\"V2207038630-POCLOUD\",\"V2207038638-POCLOUD\",\"V2207038628-POCLOUD\",\"V2207038642-POCLOUD\",\"V2207038634-POCLOUD\",\"V2207038640-POCLOUD\",\"V2207038660-POCLOUD\",\"V2207038668-POCLOUD\",\"V2207038636-POCLOUD\",\"V2207038657-POCLOUD\",\"V2207038632-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRF_MC-STAR-L2P-v2.80/\",\"podaac-ops-cumulus-public/AVHRRF_MC-STAR-L2P-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+NOAA/STAR+Metop-C+AVHRR+FRAC+ACSPO+v2.80+1km+L2P+Dataset+(GDS+v2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2207038645-POCLOUD\"},{\"concept-id\":\"V2207038663-POCLOUD\"},{\"concept-id\":\"V2207038649-POCLOUD\"},{\"concept-id\":\"V2207038652-POCLOUD\"},{\"concept-id\":\"V2207038630-POCLOUD\"},{\"concept-id\":\"V2207038638-POCLOUD\"},{\"concept-id\":\"V2207038628-POCLOUD\"},{\"concept-id\":\"V2207038642-POCLOUD\"},{\"concept-id\":\"V2207038634-POCLOUD\"},{\"concept-id\":\"V2207038640-POCLOUD\"},{\"concept-id\":\"V2207038660-POCLOUD\"},{\"concept-id\":\"V2207038668-POCLOUD\"},{\"concept-id\":\"V2207038636-POCLOUD\"},{\"concept-id\":\"V2207038657-POCLOUD\"},{\"concept-id\":\"V2207038632-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205121400-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:49.553Z\",\"granule-count\":277854,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2207038645-POCLOUD\",\"V2207038663-POCLOUD\",\"V2207038649-POCLOUD\",\"V2207038652-POCLOUD\",\"V2207038630-POCLOUD\",\"V2207038638-POCLOUD\",\"V2207038628-POCLOUD\",\"V2207038642-POCLOUD\",\"V2207038634-POCLOUD\",\"V2207038640-POCLOUD\",\"V2207038660-POCLOUD\",\"V2207038668-POCLOUD\",\"V2207038636-POCLOUD\",\"V2207038657-POCLOUD\",\"V2207038632-POCLOUD\"],\"services\":[\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AVHRRF_MC-STAR-L2P-v2.80/\",\"podaac-ops-cumulus-public/AVHRRF_MC-STAR-L2P-v2.80/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+NOAA/STAR+Metop-C+AVHRR+FRAC+ACSPO+v2.80+1km+L2P+Dataset+(GDS+v2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2207038645-POCLOUD\"},{\"concept-id\":\"V2207038663-POCLOUD\"},{\"concept-id\":\"V2207038649-POCLOUD\"},{\"concept-id\":\"V2207038652-POCLOUD\"},{\"concept-id\":\"V2207038630-POCLOUD\"},{\"concept-id\":\"V2207038638-POCLOUD\"},{\"concept-id\":\"V2207038628-POCLOUD\"},{\"concept-id\":\"V2207038642-POCLOUD\"},{\"concept-id\":\"V2207038634-POCLOUD\"},{\"concept-id\":\"V2207038640-POCLOUD\"},{\"concept-id\":\"V2207038660-POCLOUD\"},{\"concept-id\":\"V2207038668-POCLOUD\"},{\"concept-id\":\"V2207038636-POCLOUD\"},{\"concept-id\":\"V2207038657-POCLOUD\"},{\"concept-id\":\"V2207038632-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205121400-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:49.553Z\",\"granule-count\":279295,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GHRSST\",\" sea surface temperature\",\" AVHRR\",\" SST\",\" STAR\",\" MetOp\",\" v2.80\",\" MetOp-C\",\"NOAA\"],\"CollectionCitations\":[{\"Creator\":\"NOAA/STAR\",\"OnlineResource\":{\"Linkage\":\"https://podaac.jpl.nasa.gov/GHRSST\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"GHRSST L2P Metop-C AVHRR FRAC ACSPO v2.80 1km Dataset\",\"SeriesName\":\"AVHRRF_MC-STAR-L2P-v2.80\",\"OtherCitationDetails\":\"NOAA/STAR, @@ -220096,8 +220367,8 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH01/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH01/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L1A Global Altimetry Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153547306-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:54.519Z\",\"granule-count\":34391,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH01/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH01/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L1A Global Altimetry Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153547306-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:06.715Z\",\"granule-count\":34391,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1A Global Altimetry Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -220184,8 +220455,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 1.1 TB\"}]}}},{\"meta\":{\"revision-id\":132,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat - L1A Global Altimetry Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527917-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000400-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:43:23.261Z\",\"granule-count\":34391,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 1.1 TB\"}]}}},{\"meta\":{\"revision-id\":133,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2013511324-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat + L1A Global Altimetry Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700527917-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000400-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:42:37.266Z\",\"granule-count\":34391,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1A Global Altimetry Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -220277,8 +220548,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 1.1 TB\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH02/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH02/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L1A Global Atmosphere Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153547430-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:56.549Z\",\"granule-count\":4306,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 1.1 TB\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH02/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH02/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L1A Global Atmosphere Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153547430-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:10.008Z\",\"granule-count\":4306,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1A Global Atmosphere Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -220372,8 +220643,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 1.8 TB\"}]}}},{\"meta\":{\"revision-id\":126,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L1A Global Atmosphere Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C189991862-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:43:25.539Z\",\"granule-count\":4306,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 1.8 TB\"}]}}},{\"meta\":{\"revision-id\":127,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L1A Global Atmosphere Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C189991862-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:42:40.078Z\",\"granule-count\":4306,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1A Global Atmosphere Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -220472,8 +220743,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 1.8 TB\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH03/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH03/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L1A Global Engineering Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153547514-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:36:58.697Z\",\"granule-count\":4306,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 1.8 TB\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH03/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH03/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L1A Global Engineering Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153547514-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:13.409Z\",\"granule-count\":4306,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1A Global Engineering Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -220550,8 +220821,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 38 GB\"}]}}},{\"meta\":{\"revision-id\":127,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L1A Global Engineering Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C189991863-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:43:27.862Z\",\"granule-count\":4306,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 38 GB\"}]}}},{\"meta\":{\"revision-id\":128,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L1A Global Engineering Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C189991863-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:42:42.576Z\",\"granule-count\":4306,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1A Global Engineering Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -220633,8 +220904,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 38 GB\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH04/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH04/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L1A Global Laser Pointing Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153547635-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:37:00.803Z\",\"granule-count\":4298,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 38 GB\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH04/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH04/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L1A Global Laser Pointing Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153547635-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:16.606Z\",\"granule-count\":4298,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1A Global Laser Pointing Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -220714,8 +220985,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 280 GB\"}]}}},{\"meta\":{\"revision-id\":124,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L1A Global Laser Pointing Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C189991864-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:43:30.180Z\",\"granule-count\":4298,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 280 GB\"}]}}},{\"meta\":{\"revision-id\":125,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971179-NSIDC_ECS\",\"TL1977969175-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L1A Global Laser Pointing Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C189991864-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:42:45.134Z\",\"granule-count\":4298,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1A Global Laser Pointing Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -220800,8 +221071,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 280 GB\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH07/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH07/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L1B Global Backscatter Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549420-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:37:07.137Z\",\"granule-count\":4317,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 280 GB\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH07/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH07/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L1B Global Backscatter Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549420-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:25.623Z\",\"granule-count\":4317,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1B Global Backscatter Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -220902,8 +221173,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 1.94 TB\"}]}}},{\"meta\":{\"revision-id\":123,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat - L1B Global Backscatter Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700526081-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C189991867-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:43:44.267Z\",\"granule-count\":4317,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 1.94 TB\"}]}}},{\"meta\":{\"revision-id\":124,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977971179-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977969175-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat + L1B Global Backscatter Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700526081-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C189991867-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:42:55.613Z\",\"granule-count\":4317,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1B Global Backscatter Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -221009,8 +221280,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 1.94 TB\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH06/034\",\"nsidc-cumulus-prod-public/GLAS/GLAH06/034\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L1B Global Elevation Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2033638023-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:37:04.957Z\",\"granule-count\":34208,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 1.94 TB\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH06/034\",\"nsidc-cumulus-prod-public/GLAS/GLAH06/034\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L1B Global Elevation Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2033638023-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:22.657Z\",\"granule-count\":34208,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1B Global Elevation Data (HDF5) V034\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"034\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -221146,8 +221417,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"FTP - 122 GB\"}]}}},{\"meta\":{\"revision-id\":126,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S2008499525-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat - L1B Global Elevation Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S2008499525-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527898-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"}]},\"has-variables\":true,\"concept-id\":\"C1000000445-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:43:36.716Z\",\"granule-count\":34208,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 122 GB\"}]}}},{\"meta\":{\"revision-id\":127,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2013511324-NSIDC_ECS\",\"S2008499525-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2778507100-NSIDC_CPRD\",\"TL1977969175-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat + L1B Global Elevation Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700527898-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"},{\"concept-id\":\"S2008499525-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2778507100-NSIDC_CPRD\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000445-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:42:52.818Z\",\"granule-count\":34208,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1B Global Elevation Data (HDF5) V034\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"034\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -221293,8 +221564,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"FTP - 122 GB\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH05/034\",\"nsidc-cumulus-prod-public/GLAS/GLAH05/034\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L1B Global Waveform-based Range Corrections Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549166-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:37:02.907Z\",\"granule-count\":34274,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 122 GB\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH05/034\",\"nsidc-cumulus-prod-public/GLAS/GLAH05/034\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L1B Global Waveform-based Range Corrections Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549166-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:19.410Z\",\"granule-count\":34274,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1B Global Waveform-based Range Corrections Data (HDF5) V034\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"034\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -221398,8 +221669,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 246 GB\"}]}}},{\"meta\":{\"revision-id\":131,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat - L1B Global Waveform-based Range Corrections Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527621-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000460-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:43:33.361Z\",\"granule-count\":34274,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 246 GB\"}]}}},{\"meta\":{\"revision-id\":132,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971179-NSIDC_ECS\",\"TL1977969175-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat + L1B Global Waveform-based Range Corrections Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527621-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000460-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:42:48.939Z\",\"granule-count\":34274,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L1B Global Waveform-based Range Corrections Data (HDF5) V034\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"034\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -221508,8 +221779,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 246 GB\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH10/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH10/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L2 Global Aerosol Vertical Structure Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549654-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:37:13.820Z\",\"granule-count\":262,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 246 GB\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH10/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH10/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L2 Global Aerosol Vertical Structure Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549654-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:35.156Z\",\"granule-count\":262,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Global Aerosol Vertical Structure Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -221606,8 +221877,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 5.5 GB\"}]}}},{\"meta\":{\"revision-id\":128,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat - L2 Global Aerosol Vertical Structure Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528021-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C189991870-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:43:51.371Z\",\"granule-count\":262,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 5.5 GB\"}]}}},{\"meta\":{\"revision-id\":129,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL1977969175-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat + L2 Global Aerosol Vertical Structure Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528021-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C189991870-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:03.695Z\",\"granule-count\":262,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Global Aerosol Vertical Structure Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -221709,8 +221980,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 5.5 GB\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH12/034\",\"nsidc-cumulus-prod-public/GLAS/GLAH12/034\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L2 Global Antarctic and Greenland Ice Sheet Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549818-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:37:18.321Z\",\"granule-count\":637,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 5.5 GB\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH12/034\",\"nsidc-cumulus-prod-public/GLAS/GLAH12/034\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L2 Global Antarctic and Greenland Ice Sheet Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549818-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:40.901Z\",\"granule-count\":637,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Global Antarctic and Greenland Ice Sheet Altimetry Data (HDF5) V034\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"034\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -221836,8 +222107,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 15 GB\"}]}}},{\"meta\":{\"revision-id\":125,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat - L2 Global Antarctic and Greenland Ice Sheet Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527586-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000461-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:43:57.016Z\",\"granule-count\":637,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 15 GB\"}]}}},{\"meta\":{\"revision-id\":126,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2013511324-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977969175-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat + L2 Global Antarctic and Greenland Ice Sheet Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700527586-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000461-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:11.204Z\",\"granule-count\":637,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Global Antarctic and Greenland Ice Sheet Altimetry Data (HDF5) V034\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"034\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -221968,8 +222239,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 15 GB\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH09/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH09/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L2 Global Cloud Heights for Multi-layer Clouds (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549579-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:37:11.811Z\",\"granule-count\":515,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 15 GB\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH09/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH09/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L2 Global Cloud Heights for Multi-layer Clouds (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549579-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:31.971Z\",\"granule-count\":515,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Global Cloud Heights for Multi-layer Clouds (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -222063,8 +222334,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 25 GB\"}]}}},{\"meta\":{\"revision-id\":128,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat - L2 Global Cloud Heights for Multi-layer Clouds (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527367-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C189991869-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:43:49.083Z\",\"granule-count\":515,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 25 GB\"}]}}},{\"meta\":{\"revision-id\":129,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat + L2 Global Cloud Heights for Multi-layer Clouds (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527367-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C189991869-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:01.101Z\",\"granule-count\":515,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Global Cloud Heights for Multi-layer Clouds (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -222163,8 +222434,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 25 GB\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH14/034\",\"nsidc-cumulus-prod-public/GLAS/GLAH14/034\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L2 Global Land Surface Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153551318-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:37:22.698Z\",\"granule-count\":642,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 25 GB\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH14/034\",\"nsidc-cumulus-prod-public/GLAS/GLAH14/034\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L2 Global Land Surface Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153551318-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:46.903Z\",\"granule-count\":642,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Global Land Surface Altimetry Data (HDF5) V034\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"034\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -222287,8 +222558,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 57 GB\"}]}}},{\"meta\":{\"revision-id\":124,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat - L2 Global Land Surface Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700525121-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000443-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:44:08.625Z\",\"granule-count\":642,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 57 GB\"}]}}},{\"meta\":{\"revision-id\":125,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971179-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977969175-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977912846-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat + L2 Global Land Surface Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700525121-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977912846-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000443-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:23.734Z\",\"granule-count\":642,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Global Land Surface Altimetry Data (HDF5) V034\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"034\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -222416,9 +222687,9 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 57 GB\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH08/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH08/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + 57 GB\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH08/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH08/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat L2 Global Planetary Boundary Layer and Elevated Aerosol Layer Heights (HDF5) - V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549511-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:37:09.710Z\",\"granule-count\":252,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549511-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:28.644Z\",\"granule-count\":252,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Global Planetary Boundary Layer and Elevated Aerosol Layer Heights (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -222523,9 +222794,9 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 2 GB\"}]}}},{\"meta\":{\"revision-id\":48,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat + 2 GB\"}]}}},{\"meta\":{\"revision-id\":49,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977969175-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat L2 Global Planetary Boundary Layer and Elevated Aerosol Layer Heights (HDF5) - V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527925-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1631093696-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:43:46.702Z\",\"granule-count\":252,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527925-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1631093696-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:42:58.371Z\",\"granule-count\":252,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Global Planetary Boundary Layer and Elevated Aerosol Layer Heights (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -222635,8 +222906,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 2 GB\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH11/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH11/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L2 Global Thin Cloud/Aerosol Optical Depths Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549738-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:37:15.810Z\",\"granule-count\":643,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 2 GB\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH11/033\",\"nsidc-cumulus-prod-public/GLAS/GLAH11/033\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L2 Global Thin Cloud/Aerosol Optical Depths Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549738-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:38.022Z\",\"granule-count\":643,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Global Thin Cloud/Aerosol Optical Depths Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -222731,8 +223002,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 22 GB\"}]}}},{\"meta\":{\"revision-id\":124,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat - L2 Global Thin Cloud/Aerosol Optical Depths Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700528377-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C189991871-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:43:53.756Z\",\"granule-count\":643,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 22 GB\"}]}}},{\"meta\":{\"revision-id\":125,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S2013511324-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat + L2 Global Thin Cloud/Aerosol Optical Depths Data (HDF5) V033\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700528377-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C189991871-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:06.391Z\",\"granule-count\":643,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Global Thin Cloud/Aerosol Optical Depths Data (HDF5) V033\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"033\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -222832,8 +223103,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 22 GB\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH15/034\",\"nsidc-cumulus-prod-public/GLAS/GLAH15/034\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L2 Ocean Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153552369-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:37:24.819Z\",\"granule-count\":642,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 22 GB\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH15/034\",\"nsidc-cumulus-prod-public/GLAS/GLAH15/034\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L2 Ocean Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153552369-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:49.887Z\",\"granule-count\":642,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Ocean Altimetry Data (HDF5) V034\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"034\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -222957,8 +223228,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 58 GB\"}]}}},{\"meta\":{\"revision-id\":128,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat - L2 Ocean Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527881-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000420-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:44:16.814Z\",\"granule-count\":642,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 58 GB\"}]}}},{\"meta\":{\"revision-id\":129,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977969175-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat + L2 Ocean Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527881-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000420-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:27.413Z\",\"granule-count\":642,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Ocean Altimetry Data (HDF5) V034\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"034\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -223087,8 +223358,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 58 GB\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH13/034\",\"nsidc-cumulus-prod-public/GLAS/GLAH13/034\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat - L2 Sea Ice Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549910-NSIDC_CPRD\",\"revision-date\":\"2024-03-13T05:37:20.520Z\",\"granule-count\":642,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 58 GB\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_CPRD\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2472217299-NSIDC_CPRD\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"s3-links\":[\"nsidc-cumulus-prod-protected/GLAS/GLAH13/034\",\"nsidc-cumulus-prod-public/GLAS/GLAH13/034\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLAS/ICESat + L2 Sea Ice Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2472217299-NSIDC_CPRD\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2153549910-NSIDC_CPRD\",\"revision-date\":\"2024-03-29T17:36:43.982Z\",\"granule-count\":642,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Sea Ice Altimetry Data (HDF5) V034\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"034\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -223214,8 +223485,8 @@ interactions: Altimeter\"}]},{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PC\",\"LongName\":\"Photon Counter for the 532 nm Aerosol Returns\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"FTP - 18 GB\"}]}}},{\"meta\":{\"revision-id\":124,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\"],\"tools\":[\"TL1977969175-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat - L2 Sea Ice Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527893-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977969175-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000464-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:44:00.332Z\",\"granule-count\":642,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + 18 GB\"}]}}},{\"meta\":{\"revision-id\":125,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S2013511324-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977971179-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1994100033-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977969175-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"GLAS/ICESat + L2 Sea Ice Altimetry Data (HDF5) V034\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700527893-NSIDC_ECS\"},\"concept-id\":\"S2013511324-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977971179-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1994100033-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977969175-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1000000464-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:20.042Z\",\"granule-count\":642,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"GLAS/ICESat L2 Sea Ice Altimetry Data (HDF5) V034\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"034\"}],\"AdditionalAttributes\":[{\"Name\":\"Cycle\",\"Description\":\"A @@ -223477,12 +223748,12 @@ interactions: Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Catchment-LSM\",\"LongName\":\"Catchment Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM10_3H.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM10_3H_2.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1933574500-GES_DISC\",\"revision-date\":\"2023-01-10T16:47:14.702Z\",\"granule-count\":195775,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM10_3H.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM10_3H_2.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1933574500-GES_DISC\",\"revision-date\":\"2024-04-03T14:34:20.095Z\",\"granule-count\":195775,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, B., H. Beaudoing, and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM10_3H_2.0.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS Catchment Land Surface Model L4 3 hourly 1.0 x 1.0 degree V2.0\",\"SeriesName\":\"GLDAS_CLSM10_3H\",\"ReleaseDate\":\"2020-08-01T00:00:00.000Z\",\"Version\":\"2.0\",\"ReleasePlace\":\"Greenbelt, - Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SURFACE PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC @@ -223605,7 +223876,7 @@ interactions: Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Catchment-LSM\",\"LongName\":\"Catchment Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM10_3H.2.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM10_3H_2.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1690022359-GES_DISC\",\"revision-date\":\"2023-10-24T15:56:25.272Z\",\"granule-count\":70127,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM10_3H.2.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM10_3H_2.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1690022359-GES_DISC\",\"revision-date\":\"2024-04-03T14:35:55.358Z\",\"granule-count\":70127,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, B., H. Beaudoing, and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM10_3H_2.1.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS @@ -223634,7 +223905,7 @@ interactions: SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE WATER - PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/VCO8OCV72XO0\"},\"ShortName\":\"GLDAS_CLSM10_3H\",\"EntryTitle\":\"GLDAS + PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/VCO8OCV72XO0\"},\"ShortName\":\"GLDAS_CLSM10_3H\",\"EntryTitle\":\"GLDAS Catchment Land Surface Model L4 3 hourly 1.0 x 1.0 degree V2.1 (GLDAS_CLSM10_3H) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Rodell, M., P.R. Houser, U. Jambor, J. Gottschalck, K. Mitchell, C. Meng, K. Arsenault, B. Cosgrove, @@ -223739,12 +224010,12 @@ interactions: Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Catchment-LSM\",\"LongName\":\"Catchment Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM025_DA1_D.2.2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM025_DA1_D_2.2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1700900796-GES_DISC\",\"revision-date\":\"2023-01-11T19:24:34.443Z\",\"granule-count\":7608,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM025_DA1_D.2.2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM025_DA1_D_2.2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1700900796-GES_DISC\",\"revision-date\":\"2024-04-01T13:38:16.109Z\",\"granule-count\":7608,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, B., H. Beaudoing, and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM025_DA1_D_2.2.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS Catchment Land Surface Model L4 daily 0.25 x 0.25 degree GRACE-DA1 V2.2\",\"SeriesName\":\"GLDAS_CLSM025_DA1_D\",\"ReleaseDate\":\"2020-02-25T00:00:00.000Z\",\"Version\":\"2.2\",\"ReleasePlace\":\"Greenbelt, - Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SURFACE PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC @@ -223769,7 +224040,7 @@ interactions: WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE WATER PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"GROUND WATER\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2003-02-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/TXBMLX370XX8\"},\"ShortName\":\"GLDAS_CLSM025_DA1_D\",\"EntryTitle\":\"GLDAS + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"GROUND WATER\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2003-02-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/TXBMLX370XX8\"},\"ShortName\":\"GLDAS_CLSM025_DA1_D\",\"EntryTitle\":\"GLDAS Catchment Land Surface Model L4 daily 0.25 x 0.25 degree GRACE-DA1 V2.2 (GLDAS_CLSM025_DA1_D) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Li, B., M. Rodell, S. Kumar, H. Beaudoing, A. Getirana, B. F. Zaitchik, et al.\",\"PublicationDate\":\"2019-01-01T00:00:00.000Z\",\"Title\":\"Global @@ -224001,11 +224272,126 @@ interactions: Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Catchment-LSM\",\"LongName\":\"Catchment Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"variables\":[\"V2296948090-GES_DISC\",\"V2296948952-GES_DISC\",\"V2296948644-GES_DISC\",\"V2296948410-GES_DISC\",\"V2296948862-GES_DISC\",\"V2296948042-GES_DISC\",\"V2296948012-GES_DISC\",\"V2296947122-GES_DISC\",\"V2296948599-GES_DISC\",\"V2296948899-GES_DISC\",\"V2296947804-GES_DISC\",\"V2296947093-GES_DISC\",\"V2296949051-GES_DISC\",\"V2296948305-GES_DISC\",\"V2296947970-GES_DISC\",\"V2296947172-GES_DISC\",\"V2296947079-GES_DISC\",\"V2296948709-GES_DISC\",\"V2296948208-GES_DISC\",\"V2296949003-GES_DISC\",\"V2296948679-GES_DISC\",\"V2296948162-GES_DISC\",\"V2296947318-GES_DISC\",\"V2296948130-GES_DISC\",\"V2296948249-GES_DISC\",\"V2296947058-GES_DISC\",\"V2296948556-GES_DISC\",\"V2296947269-GES_DISC\",\"V2296948918-GES_DISC\",\"V2296947066-GES_DISC\",\"V2296948353-GES_DISC\",\"V2296947222-GES_DISC\",\"V2296948771-GES_DISC\"],\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM025_D.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM025_D_2.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2296948090-GES_DISC\"},{\"concept-id\":\"V2296948952-GES_DISC\"},{\"concept-id\":\"V2296948644-GES_DISC\"},{\"concept-id\":\"V2296948410-GES_DISC\"},{\"concept-id\":\"V2296948862-GES_DISC\"},{\"concept-id\":\"V2296948042-GES_DISC\"},{\"concept-id\":\"V2296948012-GES_DISC\"},{\"concept-id\":\"V2296947122-GES_DISC\"},{\"concept-id\":\"V2296948599-GES_DISC\"},{\"concept-id\":\"V2296948899-GES_DISC\"},{\"concept-id\":\"V2296947804-GES_DISC\"},{\"concept-id\":\"V2296947093-GES_DISC\"},{\"concept-id\":\"V2296949051-GES_DISC\"},{\"concept-id\":\"V2296948305-GES_DISC\"},{\"concept-id\":\"V2296947970-GES_DISC\"},{\"concept-id\":\"V2296947172-GES_DISC\"},{\"concept-id\":\"V2296947079-GES_DISC\"},{\"concept-id\":\"V2296948709-GES_DISC\"},{\"concept-id\":\"V2296948208-GES_DISC\"},{\"concept-id\":\"V2296949003-GES_DISC\"},{\"concept-id\":\"V2296948679-GES_DISC\"},{\"concept-id\":\"V2296948162-GES_DISC\"},{\"concept-id\":\"V2296947318-GES_DISC\"},{\"concept-id\":\"V2296948130-GES_DISC\"},{\"concept-id\":\"V2296948249-GES_DISC\"},{\"concept-id\":\"V2296947058-GES_DISC\"},{\"concept-id\":\"V2296948556-GES_DISC\"},{\"concept-id\":\"V2296947269-GES_DISC\"},{\"concept-id\":\"V2296948918-GES_DISC\"},{\"concept-id\":\"V2296947066-GES_DISC\"},{\"concept-id\":\"V2296948353-GES_DISC\"},{\"concept-id\":\"V2296947222-GES_DISC\"},{\"concept-id\":\"V2296948771-GES_DISC\"}],\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":true,\"concept-id\":\"C1453188197-GES_DISC\",\"revision-date\":\"2023-01-10T16:34:57.182Z\",\"granule-count\":24471,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"variables\":[\"V2296948090-GES_DISC\",\"V2296948952-GES_DISC\",\"V2296948644-GES_DISC\",\"V2296948410-GES_DISC\",\"V2296948862-GES_DISC\",\"V2296948042-GES_DISC\",\"V2296948012-GES_DISC\",\"V2296947122-GES_DISC\",\"V2296948599-GES_DISC\",\"V2296948899-GES_DISC\",\"V2296947804-GES_DISC\",\"V2296947093-GES_DISC\",\"V2296949051-GES_DISC\",\"V2296948305-GES_DISC\",\"V2296947970-GES_DISC\",\"V2296947172-GES_DISC\",\"V2296947079-GES_DISC\",\"V2296948709-GES_DISC\",\"V2296948208-GES_DISC\",\"V2296949003-GES_DISC\",\"V2296948679-GES_DISC\",\"V2296948162-GES_DISC\",\"V2296947318-GES_DISC\",\"V2296948130-GES_DISC\",\"V2296948249-GES_DISC\",\"V2296947058-GES_DISC\",\"V2296948556-GES_DISC\",\"V2296947269-GES_DISC\",\"V2296948918-GES_DISC\",\"V2296947066-GES_DISC\",\"V2296948353-GES_DISC\",\"V2296947222-GES_DISC\",\"V2296948771-GES_DISC\"],\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM025_D.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM025_D_2.0\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2296948090-GES_DISC\"},{\"concept-id\":\"V2296948952-GES_DISC\"},{\"concept-id\":\"V2296948644-GES_DISC\"},{\"concept-id\":\"V2296948410-GES_DISC\"},{\"concept-id\":\"V2296948862-GES_DISC\"},{\"concept-id\":\"V2296948042-GES_DISC\"},{\"concept-id\":\"V2296948012-GES_DISC\"},{\"concept-id\":\"V2296947122-GES_DISC\"},{\"concept-id\":\"V2296948599-GES_DISC\"},{\"concept-id\":\"V2296948899-GES_DISC\"},{\"concept-id\":\"V2296947804-GES_DISC\"},{\"concept-id\":\"V2296947093-GES_DISC\"},{\"concept-id\":\"V2296949051-GES_DISC\"},{\"concept-id\":\"V2296948305-GES_DISC\"},{\"concept-id\":\"V2296947970-GES_DISC\"},{\"concept-id\":\"V2296947172-GES_DISC\"},{\"concept-id\":\"V2296947079-GES_DISC\"},{\"concept-id\":\"V2296948709-GES_DISC\"},{\"concept-id\":\"V2296948208-GES_DISC\"},{\"concept-id\":\"V2296949003-GES_DISC\"},{\"concept-id\":\"V2296948679-GES_DISC\"},{\"concept-id\":\"V2296948162-GES_DISC\"},{\"concept-id\":\"V2296947318-GES_DISC\"},{\"concept-id\":\"V2296948130-GES_DISC\"},{\"concept-id\":\"V2296948249-GES_DISC\"},{\"concept-id\":\"V2296947058-GES_DISC\"},{\"concept-id\":\"V2296948556-GES_DISC\"},{\"concept-id\":\"V2296947269-GES_DISC\"},{\"concept-id\":\"V2296948918-GES_DISC\"},{\"concept-id\":\"V2296947066-GES_DISC\"},{\"concept-id\":\"V2296948353-GES_DISC\"},{\"concept-id\":\"V2296947222-GES_DISC\"},{\"concept-id\":\"V2296948771-GES_DISC\"}],\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":true,\"concept-id\":\"C1453188197-GES_DISC\",\"revision-date\":\"2024-04-03T14:34:00.431Z\",\"granule-count\":24471,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, B., H. Beaudoing, and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM025_D_2.0.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS Catchment Land Surface Model L4 daily 0.25 x 0.25 degree V2.0\",\"SeriesName\":\"GLDAS_CLSM025_D\",\"ReleaseDate\":\"2018-02-01T00:00:00.000Z\",\"Version\":\"2.0\",\"ReleasePlace\":\"Greenbelt, + Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SURFACE + PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"SHORTWAVE + RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPOTRANSPIRATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL MOISTURE/WATER CONTENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + THERMAL PROPERTIES\",\"VariableLevel1\":\"LAND SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL + HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE WATER + PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1948-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-30T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/LYHA9088MFWQ\"},\"ShortName\":\"GLDAS_CLSM025_D\",\"EntryTitle\":\"GLDAS + Catchment Land Surface Model L4 daily 0.25 x 0.25 degree V2.0 (GLDAS_CLSM025_D) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Li, B., Rodell, M., + Sheffield, J., Wood, E. and Sutanudjaja, E.\",\"PublicationDate\":\"2019-01-01T00:00:00.000Z\",\"Title\":\"Long-term, + non-anthropogenic groundwater storage changes simulated by three global-scale + hydrological models\",\"OtherReferenceDetails\":\"Data Author Publication\",\"DOI\":{\"DOI\":\"10.1038/s41598-019-47219-z\"}}],\"Quality\":\"The + data are provisional and subject to change as model improvements are implemented + and new input data sets become available. Due to the fact that forcing data + for Greenland are unreliable and the lack of a glacier/ice sheet model, snow + water equivalent accumulates indefinitely in Greenland and a few other Arctic + points. Therefore it is highly recommended that Greenland and other points + with abnormally large snow water equivalent values be masked out when performing + global analyses.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM025_D.2.0/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GLDAS-2.0 + Catchment daily 0.25 degree root zone soil moisture content [kg m-2] for Jan. + 01, 1948.\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GLDAS_CLSM025_D_2.0.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM025_D_2.0.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/GLDAS_CLSM025_D.2.0/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GLDAS_CLSM025_D_2.0\",\"Description\":\"Use + the Earthdata Search Client (EDSC) to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/giovanni/#dataKeyword=GLDAS_CLSM025_D_2_0\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a web-based tool that allows users to interactively visualize and analyze + data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/opendap/hyrax/GLDAS/GLDAS_CLSM025_D.2.0/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/dods/GLDAS_CLSM025_D.2.0/\",\"Description\":\"The + GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting + and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA + SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/GLDAS_CLSM025_D.2.0/doc/README_GLDAS2.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://ldas.gsfc.nasa.gov/gldas/\",\"Description\":\"GLDAS + Project Web Site\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/howto?tags=hydrology\",\"Description\":\"How + to read and plot the data.\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/documents?title=Hydrology%20Documentation\",\"Description\":\"GES + DISC Hydrology Documentation\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Time + aggregated THREDDS Data Server (TDS)\",\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/thredds/catalog/GLDAS_aggregation/GLDAS_CLSM025_D.2.0/catalog.html\",\"Subtype\":\"THREDDS + DATA\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2017-12-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2017-12-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"NASA + Global Land Data Assimilation System Version 2 (GLDAS-2) has three components: + GLDAS-2.0, GLDAS-2.1, and GLDAS-2.2. GLDAS-2.0 is forced entirely with the + Princeton meteorological forcing input data and provides a temporally consistent + series from 1948 through 2014. GLDAS-2.1 is forced with a combination of model + and observation data from 2000 to present. GLDAS-2.2 product suites use data + assimilation (DA), whereas the GLDAS-2.0 and GLDAS-2.1 products are \\\"open-loop\\\" + (i.e., no data assimilation). The choice of forcing data, as well as DA observation + source, variable, and scheme, vary for different GLDAS-2.2 products.\\n\\nThis + data set, GLDAS-2.0 0.25 degree daily, contains a series of land surface parameters + simulated from the Catchment Land Surface Model 3.6, and currently covers + from January 1948 to December 2014.\\n\\nThe GLDAS-2.0 model simulations were + initialized on January 1, 1948, using soil moisture and other state fields + from the LSM climatology for that day of the year. The simulations were forced + by the global meteorological forcing data set from Princeton University (Sheffield + et al., 2006). Each simulation uses the common GLDAS data sets for land water + mask (MOD44W: Carroll et al., 2009) and elevation (GTOPO30) along with the + model default land cover and soils datasets. Catchment model uses the Mosaic + land cover classification and soils, topographic, and other model-specific + parameters were derived in a consistent manner as in the NASA/GMAO’s + GEOS-5 climate modeling system. The MODIS based land surface parameters are + used in the current GLDAS-2.0 and GLDAS-2.1 products. \\n\\nThe GLDAS-2.0 + data are archived and distributed in netCDF format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Date\":\"2017-12-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-03-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"NASA + Global Land Data Assimilation System Version 2 (GLDAS-2) has three components: + GLDAS-2.0, GLDAS-2.1, and GLDAS-2.2. GLDAS-2.0 is forced entirely with the + Princeton meteorological forcing input data and provides a temporally consistent + series from 1948 through 2014. GLDAS-2.1 is forced with a combination of model + and observation data from 2000 to present. GLDAS-2.2 product suites use data + assimilation (DA), whereas the GLDAS-2.0 and GLDAS-2.1 products are \\\"open-loop\\\" + (i.e., no data assimilation). The choice of forcing data, as well as DA observation + source, variable, and scheme, vary for different GLDAS-2.2 products.\\n\\nThis + is the GLDAS-2.0 Catchment 0.25 degree daily data product.\",\"Version\":\"2.0\",\"Projects\":[{\"ShortName\":\"GLDAS\",\"LongName\":\"Global + Land Data Assimilation System\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"HUALAN\",\"LastName\":\"RUI\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"Hualan.Rui@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Catchment-LSM\",\"LongName\":\"Catchment + Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM10_M_EP_2.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1700900777-GES_DISC\",\"revision-date\":\"2022-04-04T13:09:08.747Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, + B., H. Beaudoing, and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM10_M_EP_2.1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS + Catchment Land Surface Model L4 monthly 1.0 x 1.0 degree Early Product V2.1\",\"SeriesName\":\"GLDAS_CLSM10_M_EP\",\"ReleaseDate\":\"2020-02-18T00:00:00.000Z\",\"Version\":\"2.1\",\"ReleasePlace\":\"Greenbelt, Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SURFACE PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC @@ -224030,380 +224416,265 @@ interactions: SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE WATER - PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1948-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-30T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/LYHA9088MFWQ\"},\"ShortName\":\"GLDAS_CLSM025_D\",\"EntryTitle\":\"GLDAS - Catchment Land Surface Model L4 daily 0.25 x 0.25 degree V2.0 (GLDAS_CLSM025_D) - at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Li, B., Rodell, M., - Sheffield, J., Wood, E. and Sutanudjaja, E.\",\"PublicationDate\":\"2019-01-01T00:00:00.000Z\",\"Title\":\"Long-term, - non-anthropogenic groundwater storage changes simulated by three global-scale - hydrological models\",\"OtherReferenceDetails\":\"Data Author Publication\",\"DOI\":{\"DOI\":\"10.1038/s41598-019-47219-z\"}}],\"Quality\":\"The - data are provisional and subject to change as model improvements are implemented - and new input data sets become available. Due to the fact that forcing data - for Greenland are unreliable and the lack of a glacier/ice sheet model, snow - water equivalent accumulates indefinitely in Greenland and a few other Arctic - points. Therefore it is highly recommended that Greenland and other points - with abnormally large snow water equivalent values be masked out when performing - global analyses.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM025_D.2.0/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GLDAS-2.0 - Catchment daily 0.25 degree root zone soil moisture content [kg m-2] for Jan. - 01, 1948.\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GLDAS_CLSM025_D_2.0.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET - RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM025_D_2.0.html\",\"Description\":\"Access - the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET - LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/GLDAS_CLSM025_D.2.0/\",\"Description\":\"Access - the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GLDAS_CLSM025_D_2.0\",\"Description\":\"Use - the Earthdata Search Client (EDSC) to find and retrieve data sets across multiple - data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/giovanni/#dataKeyword=GLDAS_CLSM025_D_2_0\",\"Description\":\"The - GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) - is a web-based tool that allows users to interactively visualize and analyze - data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/opendap/hyrax/GLDAS/GLDAS_CLSM025_D.2.0/\",\"Description\":\"Access - the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE - SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/dods/GLDAS_CLSM025_D.2.0/\",\"Description\":\"The - GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting - and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA - SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/GLDAS_CLSM025_D.2.0/doc/README_GLDAS2.pdf\",\"Description\":\"README - Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://ldas.gsfc.nasa.gov/gldas/\",\"Description\":\"GLDAS - Project Web Site\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/howto?tags=hydrology\",\"Description\":\"How - to read and plot the data.\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW RELATED - INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/documents?title=Hydrology%20Documentation\",\"Description\":\"GES - DISC Hydrology Documentation\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW - RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Time - aggregated THREDDS Data Server (TDS)\",\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/thredds/catalog/GLDAS_aggregation/GLDAS_CLSM025_D.2.0/catalog.html\",\"Subtype\":\"THREDDS - DATA\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2017-12-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2017-12-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"NASA - Global Land Data Assimilation System Version 2 (GLDAS-2) has three components: - GLDAS-2.0, GLDAS-2.1, and GLDAS-2.2. GLDAS-2.0 is forced entirely with the - Princeton meteorological forcing input data and provides a temporally consistent - series from 1948 through 2014. GLDAS-2.1 is forced with a combination of model - and observation data from 2000 to present. GLDAS-2.2 product suites use data - assimilation (DA), whereas the GLDAS-2.0 and GLDAS-2.1 products are \\\"open-loop\\\" - (i.e., no data assimilation). The choice of forcing data, as well as DA observation - source, variable, and scheme, vary for different GLDAS-2.2 products.\\n\\nThis - data set, GLDAS-2.0 0.25 degree daily, contains a series of land surface parameters - simulated from the Catchment Land Surface Model 3.6, and currently covers - from January 1948 to December 2014.\\n\\nThe GLDAS-2.0 model simulations were - initialized on January 1, 1948, using soil moisture and other state fields - from the LSM climatology for that day of the year. The simulations were forced - by the global meteorological forcing data set from Princeton University (Sheffield - et al., 2006). Each simulation uses the common GLDAS data sets for land water - mask (MOD44W: Carroll et al., 2009) and elevation (GTOPO30) along with the - model default land cover and soils datasets. Catchment model uses the Mosaic - land cover classification and soils, topographic, and other model-specific - parameters were derived in a consistent manner as in the NASA/GMAO’s - GEOS-5 climate modeling system. The MODIS based land surface parameters are - used in the current GLDAS-2.0 and GLDAS-2.1 products. \\n\\nThe GLDAS-2.0 - data are archived and distributed in netCDF format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Date\":\"2017-12-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-03-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"NASA - Global Land Data Assimilation System Version 2 (GLDAS-2) has three components: - GLDAS-2.0, GLDAS-2.1, and GLDAS-2.2. GLDAS-2.0 is forced entirely with the - Princeton meteorological forcing input data and provides a temporally consistent - series from 1948 through 2014. GLDAS-2.1 is forced with a combination of model - and observation data from 2000 to present. GLDAS-2.2 product suites use data - assimilation (DA), whereas the GLDAS-2.0 and GLDAS-2.1 products are \\\"open-loop\\\" - (i.e., no data assimilation). The choice of forcing data, as well as DA observation - source, variable, and scheme, vary for different GLDAS-2.2 products.\\n\\nThis - is the GLDAS-2.0 Catchment 0.25 degree daily data product.\",\"Version\":\"2.0\",\"Projects\":[{\"ShortName\":\"GLDAS\",\"LongName\":\"Global - Land Data Assimilation System\"}],\"UseConstraints\":{\"Description\":\"The - Earth Observing System Data and Information System (EOSDIS) data use policy - for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. - For information on how to properly cite and acknowledge data from the NASA - GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata - Author\"],\"FirstName\":\"HUALAN\",\"LastName\":\"RUI\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard - Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA - Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"Hualan.Rui@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard - Earth Sciences Data and Information Services Center (formerly Goddard DAAC), - Global Change Data Center, Earth Sciences Division, Science and Exploration - Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME - PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES - DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES - DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard - Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA - Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Catchment-LSM\",\"LongName\":\"Catchment - Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM10_M_EP_2.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1700900777-GES_DISC\",\"revision-date\":\"2022-04-04T13:09:08.747Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, - B., H. Beaudoing, and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital - Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM10_M_EP_2.1.html\"},\"Publisher\":\"Goddard - Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS - Catchment Land Surface Model L4 monthly 1.0 x 1.0 degree Early Product V2.1\",\"SeriesName\":\"GLDAS_CLSM10_M_EP\",\"ReleaseDate\":\"2020-02-18T00:00:00.000Z\",\"Version\":\"2.1\",\"ReleasePlace\":\"Greenbelt, - Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SURFACE - PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC - RADIATION\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC - RADIATION\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"SHORTWAVE - RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC - TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER - VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER - VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPOTRANSPIRATION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE - WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID - PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION - RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID - PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND - SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL MOISTURE/WATER CONTENT\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL - TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE - THERMAL PROPERTIES\",\"VariableLevel1\":\"LAND SURFACE TEMPERATURE\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW - WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL - HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE WATER - PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-12-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/1LQF1ORIE8OW\"},\"ShortName\":\"GLDAS_CLSM10_M_EP\",\"EntryTitle\":\"GLDAS - Catchment Land Surface Model L4 monthly 1.0 x 1.0 degree Early Product V2.1 - (GLDAS_CLSM10_M_EP) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Rodell, - M., P.R. Houser, U. Jambor, J. Gottschalck, K. Mitchell, C. Meng, K. Arsenault, - B. Cosgrove, J. Radakovich, M. Bosilovich, J.K. Entin, J.P. Walker, D. Lohmann, - and D. Toll\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"The - Global Land Data Assimilation System\",\"OtherReferenceDetails\":\"Data Author - Publication\",\"DOI\":{\"DOI\":\"10.1175/BAMS-85-3-381\"}},{\"Author\":\"Li, - B., Rodell, M., Sheffield, J., Wood, E. and Sutanudjaja, E.\",\"PublicationDate\":\"2019-01-01T00:00:00.000Z\",\"Title\":\"Long-term, - non-anthropogenic groundwater storage changes simulated by three global-scale - hydrological models\",\"DOI\":{\"DOI\":\"10.1038/s41598-019-47219-z\"}}],\"Quality\":\"The - data are provisional and subject to change as model improvements are implemented - and new input data sets become available. Due to the fact that forcing data - for Greenland are unreliable and the lack of a glacier/ice sheet model, snow - water equivalent accumulates indefinitely in Greenland and a few other Arctic - points. Therefore it is highly recommended that Greenland and other points - with abnormally large snow water equivalent values be masked out when performing - global analyses.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GLDAS-2.1 - Catchment monthly 1.0 degree Early Product root zone soil moisture [kg m-2] - for Jan 2019.\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GLDAS_CLSM10_M_EP_2.1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET - RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM10_M_EP_2.1.html\",\"Description\":\"Access - the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET - LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/GLDAS_CLSM10_M_EP.2.1/\",\"Description\":\"Access - the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GLDAS_CLSM10_M_EP_2.1\",\"Description\":\"Use - the Earthdata Search Client (EDSC) to find and retrieve data sets across multiple - data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/opendap/hyrax/GLDAS/GLDAS_CLSM10_M_EP.2.1/\",\"Description\":\"Access - the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE - SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/README_GLDAS2.pdf\",\"Description\":\"README - Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://ldas.gsfc.nasa.gov/gldas/\",\"Description\":\"GLDAS - Project Web Site\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/howto?tags=hydrology\",\"Description\":\"How - to read and plot the data.\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW RELATED - INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/documents?title=Hydrology%20Documentation\",\"Description\":\"GES - DISC Hydrology Documentation\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW - RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2020-02-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-02-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"NASA - Global Land Data Assimilation System Version 2 (GLDAS-2) has three components: - GLDAS-2.0, GLDAS-2.1, and GLDAS-2.2. GLDAS-2.0 is forced entirely with the - Princeton meteorological forcing input data and provides a temporally consistent - series from 1948 through 2014. GLDAS-2.1 is forced with a combination of - model and observation data from 2000 to present. GLDAS-2.2 product suites - use data assimilation (DA), whereas the GLDAS-2.0 and GLDAS-2.1 products are - \\\"open-loop\\\" (i.e., no data assimilation). The choice of forcing data, - as well as DA observation source, variable, and scheme, vary for different - GLDAS-2.2 products.\\n\\nGLDAS-2.1 data products are now available in two - production streams: one stream is forced with combined forcing data including - GPCP version 1.3 (the main production stream), and the other stream is processed - without this forcing data (the early production stream). Since the GPCP Version - 1.3 data have a 3-4 month latency, the GLDAS-2.1 data products are first created - without it, and are designated as Early Products (EPs), with about 1.5 month - latency. Once the GPCP Version 1.3 data become available, the GLDAS-2.1 data - products are processed in the main production stream and are removed from - the Early Products archive. \\n\\nThis data product is an Early Product for - GLDAS-2.1 Catchment 1.0 degree monthly dataset. \\n\\nThe GLDAS-2.1 monthly - 1.0 degree product was generated through temporal averaging of GLDAS-2.1 3-hourly - data simulated with the Catchment-F2.5 Land Surface Model in Land Information - System (LIS) Version 7. The data product contains 34 land surface fields - from January 2000 to present. \\n\\nThe GLDAS-2.1 simulation started on January - 1, 2000 using the conditions from the GLDAS-2.0 simulation. This simulation - was forced with National Oceanic and Atmospheric Administration (NOAA)/Global - Data Assimilation System (GDAS) atmospheric analysis fields (Derber et al., - 1991), the disaggregated Global Precipitation Climatology Project (GPCP) V1.3 - Daily Analysis precipitation fields (Adler et al., 2003; Huffman et al., 2001), - and the Air Force Weather Agency's AGRicultural METeorological modeling system - (AGRMET) radiation fields. The simulation used with GDAS and GPCP only from - 2000 to February 2001, followed by addition of AGRMET for March 1, 2001 onwards.\\n\\nThe - GLDAS-2.1 products supersede their corresponding GLDAS-1 products.\\n\\nThe - GLDAS-2.1 data are archived and distributed in NetCDF format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Date\":\"2020-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-03-23T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"NASA - Global Land Data Assimilation System Version 2 (GLDAS-2) has three components: - GLDAS-2.0, GLDAS-2.1, and GLDAS-2.2. GLDAS-2.0 is forced entirely with the - Princeton meteorological forcing input data and provides a temporally consistent - series from 1948 through 2014. GLDAS-2.1 is forced with a combination of - model and observation data from 2000 to present. GLDAS-2.2 product suites - use data assimilation (DA), whereas the GLDAS-2.0 and GLDAS-2.1 products are - \\\"open-loop\\\" (i.e., no data assimilation). The choice of forcing data, - as well as DA observation source, variable, and scheme, vary for different - GLDAS-2.2 products.\\n\\nGLDAS-2.1 data products are now available in two - production streams: one stream is forced with combined forcing data including - GPCP version 1.3 (the main production stream), and the other stream is processed - without this forcing data (the early production stream). Since the GPCP Version - 1.3 data have a 3-4 month latency, the GLDAS-2.1 data products are first created - without it, and are designated as Early Products (EPs), with about 1.5 month - latency. Once the GPCP Version 1.3 data become available, the GLDAS-2.1 data - products are processed in the main production stream and are removed from - the Early Products archive. \\n\\nThis data product is an Early Product for - GLDAS-2.1 Catchment 1.0 degree monthly dataset.\",\"Version\":\"2.1\",\"Projects\":[{\"ShortName\":\"GLDAS\",\"LongName\":\"Global - Land Data Assimilation System\"}],\"UseConstraints\":{\"Description\":\"The - Earth Observing System Data and Information System (EOSDIS) data use policy - for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. - For information on how to properly cite and acknowledge data from the NASA - GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata - Author\"],\"FirstName\":\"HUALAN\",\"LastName\":\"RUI\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard - Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA - Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"Hualan.Rui@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard - Earth Sciences Data and Information Services Center (formerly Goddard DAAC), - Global Change Data Center, Earth Sciences Division, Science and Exploration - Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME - PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES - DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES - DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard - Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA - Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Catchment-LSM\",\"LongName\":\"Catchment - Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM10_M.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM10_M_2.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1933574465-GES_DISC\",\"revision-date\":\"2023-01-10T17:00:01.504Z\",\"granule-count\":804,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, - B., H. Beaudoing, and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital - Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM10_M_2.0.html\"},\"Publisher\":\"Goddard - Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS - Catchment Land Surface Model L4 monthly 1.0 x 1.0 degree V2.0\",\"SeriesName\":\"GLDAS_CLSM10_M\",\"ReleaseDate\":\"2020-08-01T00:00:00.000Z\",\"Version\":\"2.0\",\"ReleasePlace\":\"Greenbelt, - Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SURFACE - PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC - RADIATION\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC - RADIATION\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"SHORTWAVE - RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC - TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER - VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER - VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPOTRANSPIRATION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE - WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID - PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION - RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID - PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND - SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL MOISTURE/WATER CONTENT\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL - TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE - THERMAL PROPERTIES\",\"VariableLevel1\":\"LAND SURFACE TEMPERATURE\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW - WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL - HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE WATER - PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1948-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-31T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/SGSL3LNKGJWW\"},\"ShortName\":\"GLDAS_CLSM10_M\",\"EntryTitle\":\"GLDAS - Catchment Land Surface Model L4 monthly 1.0 x 1.0 degree V2.0 (GLDAS_CLSM10_M) - at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Rodell, M., P.R. Houser, - U. Jambor, J. Gottschalck, K. Mitchell, C. Meng, K. Arsenault, B. Cosgrove, - J. Radakovich, M. Bosilovich, J.K. Entin, J.P. Walker, D. Lohmann, and D. - Toll\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"The Global - Land Data Assimilation System\",\"OtherReferenceDetails\":\"Data Author Publication\",\"DOI\":{\"DOI\":\"10.1175/BAMS-85-3-381\"}},{\"Author\":\"Li, - B., Rodell, M., Sheffield, J., Wood, E. and Sutanudjaja, E.\",\"PublicationDate\":\"2019-01-01T00:00:00.000Z\",\"Title\":\"Long-term, - non-anthropogenic groundwater storage changes simulated by three global-scale - hydrological models\",\"DOI\":{\"DOI\":\"10.1038/s41598-019-47219-z\"}}],\"Quality\":\"The - data are provisional and subject to change as model improvements are implemented - and new input data sets become available. Due to the fact that forcing data - for Greenland are unreliable and the lack of a glacier/ice sheet model, snow - water equivalent accumulates indefinitely in Greenland and a few other Arctic - points. Therefore it is highly recommended that Greenland and other points - with abnormally large snow water equivalent values be masked out when performing - global analyses.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM10_M.2.0/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GLDAS-2.0 - Catchment monthly 1.0 degree root zone soil moisture [kg m-2] for January - 1948.\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GLDAS_CLSM10_M_2.0.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET - RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM10_M_2.0.html\",\"Description\":\"Access - the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET - LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/GLDAS_CLSM10_M.2.0/\",\"Description\":\"Access - the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GLDAS_CLSM10_M_2.0\",\"Description\":\"Use - the Earthdata Search Client (EDSC) to find and retrieve data sets across multiple - data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/opendap/hyrax/GLDAS/GLDAS_CLSM10_M.2.0/\",\"Description\":\"Access - the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE - SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/README_GLDAS2.pdf\",\"Description\":\"README - Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://ldas.gsfc.nasa.gov/gldas/\",\"Description\":\"GLDAS - Project Web Site\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/howto?tags=hydrology\",\"Description\":\"How - to read and plot the data.\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW RELATED - INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/documents?title=Hydrology%20Documentation\",\"Description\":\"GES - DISC Hydrology Documentation\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW - RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/dods/GLDAS_CLSM10_M.2.0\",\"Description\":\"The - GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting - and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA - SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/thredds/catalog/GLDAS_aggregation/GLDAS_CLSM10_M.2.0/catalog.html\",\"Description\":\"Time - aggregated THREDDS Data Server (TDS)\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE - SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2020-07-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-07-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"NASA - Global Land Data Assimilation System Version 2 (GLDAS-2) has three components: - GLDAS-2.0, GLDAS-2.1, and GLDAS-2.2. GLDAS-2.0 is forced entirely with the - Princeton meteorological forcing input data and provides a temporally consistent - series from 1948 through 2014. GLDAS-2.1 is forced with a combination of - model and observation data from 2000 to present. GLDAS-2.2 product suites - use data assimilation (DA), whereas the GLDAS-2.0 and GLDAS-2.1 products are - \\\"open-loop\\\" (i.e., no data assimilation). The choice of forcing data, - as well as DA observation source, variable, and scheme, vary for different - GLDAS-2.2 products.\\n\\nThis data set, GLDAS-2.0 monthly 1.0 degree, contains - a series of land surface variables generated through temporal averaging of - GLDAS-2.0 3-hourly data simulated from the Catchment Land Surface Model 3.6 - in Land Information System (LIS) Version 7. The data set currently cover - from January 1948 to December 2014, but will be extended as the forcing data - becomes available. The GLDAS-2.0 data are archived and distributed in netCDF - format.\\n\\nThe GLDAS-2.0 model simulations were initialized on January 1, - 1948, using soil moisture and other state fields from the LSM climatology - for that day of the year. The simulations were forced by the global meteorological - forcing data set from Princeton University (Sheffield et al., 2006). Each - simulation uses the common GLDAS data sets for land water mask (MOD44W: Carroll - et al., 2009) and elevation (GTOPO30) along with the model default land cover - and soils datasets. Catchment model uses the Mosaic land cover classification - and soils, topographic, and other model-specific parameters were derived in - a consistent manner as in the NASA/GMAO\u2019s GEOS-5 climate modeling system. - The MODIS based land surface parameters are used in the current GLDAS-2.0 - and GLDAS-2.1 products.\\n\\nIn October 2020, all 3-hourly and monthly GLDAS-2 - data were post-processed with the MOD44W MODIS land mask. Previously, some - grid boxes over inland water were considered as over land and, thus, had non-missing - values. The post-processing corrected this issue and masked out all model - output data over inland water; the post-processing did not affect the meteorological - forcing variables. More information can be found in the GLDAS-2 README. The - MOD44W MODIS land mask is available on the GLDAS Project site.\\n\\nIf you - had downloaded the GLDAS data prior to November 2020, please download the - data again to receive the post-processed data.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Date\":\"2020-07-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-07-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"NASA - Global Land Data Assimilation System Version 2 (GLDAS-2) has three components: - GLDAS-2.0, GLDAS-2.1, and GLDAS-2.2. GLDAS-2.0 is forced entirely with the - Princeton meteorological forcing input data and provides a temporally consistent - series from 1948 through 2014. GLDAS-2.1 is forced with a combination of - model and observation data from 2000 to present. GLDAS-2.2 product suites - use data assimilation (DA), whereas the GLDAS-2.0 and GLDAS-2.1 products are - \\\"open-loop\\\" (i.e., no data assimilation). The choice of forcing data, - as well as DA observation source, variable, and scheme, vary for different - GLDAS-2.2 products.\",\"Version\":\"2.0\",\"Projects\":[{\"ShortName\":\"GLDAS\",\"LongName\":\"Global - Land Data Assimilation System\"}],\"UseConstraints\":{\"Description\":\"The - Earth Observing System Data and Information System (EOSDIS) data use policy - for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. - For information on how to properly cite and acknowledge data from the NASA - GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata - Author\"],\"FirstName\":\"HUALAN\",\"LastName\":\"RUI\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard - Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA - Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"Hualan.Rui@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard - Earth Sciences Data and Information Services Center (formerly Goddard DAAC), - Global Change Data Center, Earth Sciences Division, Science and Exploration - Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME - PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES - DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES - DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard - Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA - Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Catchment-LSM\",\"LongName\":\"Catchment - Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM10_M.2.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM10_M_2.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1690022314-GES_DISC\",\"revision-date\":\"2023-10-24T15:56:00.569Z\",\"granule-count\":288,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, - B., H. Beaudoing, and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital - Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM10_M_2.1.html\"},\"Publisher\":\"Goddard - Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS - Catchment Land Surface Model L4 monthly 1.0 x 1.0 degree V2.1\",\"SeriesName\":\"GLDAS_CLSM10_M\",\"ReleaseDate\":\"2020-01-30T00:00:00.000Z\",\"Version\":\"2.1\",\"ReleasePlace\":\"Greenbelt, - Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SURFACE - PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC - RADIATION\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC - RADIATION\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"SHORTWAVE - RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC - TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER - VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER - VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPOTRANSPIRATION\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE - WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID - PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION - RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID - PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND - SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL MOISTURE/WATER CONTENT\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL - TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE - THERMAL PROPERTIES\",\"VariableLevel1\":\"LAND SURFACE TEMPERATURE\"},{\"Category\":\"EARTH - SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW - WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL - HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE WATER - PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/FOUXNLXFAZNY\"},\"ShortName\":\"GLDAS_CLSM10_M\",\"EntryTitle\":\"GLDAS + PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-12-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/1LQF1ORIE8OW\"},\"ShortName\":\"GLDAS_CLSM10_M_EP\",\"EntryTitle\":\"GLDAS + Catchment Land Surface Model L4 monthly 1.0 x 1.0 degree Early Product V2.1 + (GLDAS_CLSM10_M_EP) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Rodell, + M., P.R. Houser, U. Jambor, J. Gottschalck, K. Mitchell, C. Meng, K. Arsenault, + B. Cosgrove, J. Radakovich, M. Bosilovich, J.K. Entin, J.P. Walker, D. Lohmann, + and D. Toll\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"The + Global Land Data Assimilation System\",\"OtherReferenceDetails\":\"Data Author + Publication\",\"DOI\":{\"DOI\":\"10.1175/BAMS-85-3-381\"}},{\"Author\":\"Li, + B., Rodell, M., Sheffield, J., Wood, E. and Sutanudjaja, E.\",\"PublicationDate\":\"2019-01-01T00:00:00.000Z\",\"Title\":\"Long-term, + non-anthropogenic groundwater storage changes simulated by three global-scale + hydrological models\",\"DOI\":{\"DOI\":\"10.1038/s41598-019-47219-z\"}}],\"Quality\":\"The + data are provisional and subject to change as model improvements are implemented + and new input data sets become available. Due to the fact that forcing data + for Greenland are unreliable and the lack of a glacier/ice sheet model, snow + water equivalent accumulates indefinitely in Greenland and a few other Arctic + points. Therefore it is highly recommended that Greenland and other points + with abnormally large snow water equivalent values be masked out when performing + global analyses.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GLDAS-2.1 + Catchment monthly 1.0 degree Early Product root zone soil moisture [kg m-2] + for Jan 2019.\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GLDAS_CLSM10_M_EP_2.1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM10_M_EP_2.1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/GLDAS_CLSM10_M_EP.2.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GLDAS_CLSM10_M_EP_2.1\",\"Description\":\"Use + the Earthdata Search Client (EDSC) to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/opendap/hyrax/GLDAS/GLDAS_CLSM10_M_EP.2.1/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/README_GLDAS2.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://ldas.gsfc.nasa.gov/gldas/\",\"Description\":\"GLDAS + Project Web Site\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/howto?tags=hydrology\",\"Description\":\"How + to read and plot the data.\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/documents?title=Hydrology%20Documentation\",\"Description\":\"GES + DISC Hydrology Documentation\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2020-02-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-02-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"NASA + Global Land Data Assimilation System Version 2 (GLDAS-2) has three components: + GLDAS-2.0, GLDAS-2.1, and GLDAS-2.2. GLDAS-2.0 is forced entirely with the + Princeton meteorological forcing input data and provides a temporally consistent + series from 1948 through 2014. GLDAS-2.1 is forced with a combination of + model and observation data from 2000 to present. GLDAS-2.2 product suites + use data assimilation (DA), whereas the GLDAS-2.0 and GLDAS-2.1 products are + \\\"open-loop\\\" (i.e., no data assimilation). The choice of forcing data, + as well as DA observation source, variable, and scheme, vary for different + GLDAS-2.2 products.\\n\\nGLDAS-2.1 data products are now available in two + production streams: one stream is forced with combined forcing data including + GPCP version 1.3 (the main production stream), and the other stream is processed + without this forcing data (the early production stream). Since the GPCP Version + 1.3 data have a 3-4 month latency, the GLDAS-2.1 data products are first created + without it, and are designated as Early Products (EPs), with about 1.5 month + latency. Once the GPCP Version 1.3 data become available, the GLDAS-2.1 data + products are processed in the main production stream and are removed from + the Early Products archive. \\n\\nThis data product is an Early Product for + GLDAS-2.1 Catchment 1.0 degree monthly dataset. \\n\\nThe GLDAS-2.1 monthly + 1.0 degree product was generated through temporal averaging of GLDAS-2.1 3-hourly + data simulated with the Catchment-F2.5 Land Surface Model in Land Information + System (LIS) Version 7. The data product contains 34 land surface fields + from January 2000 to present. \\n\\nThe GLDAS-2.1 simulation started on January + 1, 2000 using the conditions from the GLDAS-2.0 simulation. This simulation + was forced with National Oceanic and Atmospheric Administration (NOAA)/Global + Data Assimilation System (GDAS) atmospheric analysis fields (Derber et al., + 1991), the disaggregated Global Precipitation Climatology Project (GPCP) V1.3 + Daily Analysis precipitation fields (Adler et al., 2003; Huffman et al., 2001), + and the Air Force Weather Agency's AGRicultural METeorological modeling system + (AGRMET) radiation fields. The simulation used with GDAS and GPCP only from + 2000 to February 2001, followed by addition of AGRMET for March 1, 2001 onwards.\\n\\nThe + GLDAS-2.1 products supersede their corresponding GLDAS-1 products.\\n\\nThe + GLDAS-2.1 data are archived and distributed in NetCDF format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Date\":\"2020-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-03-23T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"NASA + Global Land Data Assimilation System Version 2 (GLDAS-2) has three components: + GLDAS-2.0, GLDAS-2.1, and GLDAS-2.2. GLDAS-2.0 is forced entirely with the + Princeton meteorological forcing input data and provides a temporally consistent + series from 1948 through 2014. GLDAS-2.1 is forced with a combination of + model and observation data from 2000 to present. GLDAS-2.2 product suites + use data assimilation (DA), whereas the GLDAS-2.0 and GLDAS-2.1 products are + \\\"open-loop\\\" (i.e., no data assimilation). The choice of forcing data, + as well as DA observation source, variable, and scheme, vary for different + GLDAS-2.2 products.\\n\\nGLDAS-2.1 data products are now available in two + production streams: one stream is forced with combined forcing data including + GPCP version 1.3 (the main production stream), and the other stream is processed + without this forcing data (the early production stream). Since the GPCP Version + 1.3 data have a 3-4 month latency, the GLDAS-2.1 data products are first created + without it, and are designated as Early Products (EPs), with about 1.5 month + latency. Once the GPCP Version 1.3 data become available, the GLDAS-2.1 data + products are processed in the main production stream and are removed from + the Early Products archive. \\n\\nThis data product is an Early Product for + GLDAS-2.1 Catchment 1.0 degree monthly dataset.\",\"Version\":\"2.1\",\"Projects\":[{\"ShortName\":\"GLDAS\",\"LongName\":\"Global + Land Data Assimilation System\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"HUALAN\",\"LastName\":\"RUI\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"Hualan.Rui@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Catchment-LSM\",\"LongName\":\"Catchment + Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM10_M.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM10_M_2.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1933574465-GES_DISC\",\"revision-date\":\"2024-04-03T14:34:40.130Z\",\"granule-count\":804,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, + B., H. Beaudoing, and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM10_M_2.0.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS + Catchment Land Surface Model L4 monthly 1.0 x 1.0 degree V2.0\",\"SeriesName\":\"GLDAS_CLSM10_M\",\"ReleaseDate\":\"2020-08-01T00:00:00.000Z\",\"Version\":\"2.0\",\"ReleasePlace\":\"Greenbelt, + Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SURFACE + PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"SHORTWAVE + RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPOTRANSPIRATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL MOISTURE/WATER CONTENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + THERMAL PROPERTIES\",\"VariableLevel1\":\"LAND SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL + HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE WATER + PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1948-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-31T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/SGSL3LNKGJWW\"},\"ShortName\":\"GLDAS_CLSM10_M\",\"EntryTitle\":\"GLDAS + Catchment Land Surface Model L4 monthly 1.0 x 1.0 degree V2.0 (GLDAS_CLSM10_M) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Rodell, M., P.R. Houser, + U. Jambor, J. Gottschalck, K. Mitchell, C. Meng, K. Arsenault, B. Cosgrove, + J. Radakovich, M. Bosilovich, J.K. Entin, J.P. Walker, D. Lohmann, and D. + Toll\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"The Global + Land Data Assimilation System\",\"OtherReferenceDetails\":\"Data Author Publication\",\"DOI\":{\"DOI\":\"10.1175/BAMS-85-3-381\"}},{\"Author\":\"Li, + B., Rodell, M., Sheffield, J., Wood, E. and Sutanudjaja, E.\",\"PublicationDate\":\"2019-01-01T00:00:00.000Z\",\"Title\":\"Long-term, + non-anthropogenic groundwater storage changes simulated by three global-scale + hydrological models\",\"DOI\":{\"DOI\":\"10.1038/s41598-019-47219-z\"}}],\"Quality\":\"The + data are provisional and subject to change as model improvements are implemented + and new input data sets become available. Due to the fact that forcing data + for Greenland are unreliable and the lack of a glacier/ice sheet model, snow + water equivalent accumulates indefinitely in Greenland and a few other Arctic + points. Therefore it is highly recommended that Greenland and other points + with abnormally large snow water equivalent values be masked out when performing + global analyses.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM10_M.2.0/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GLDAS-2.0 + Catchment monthly 1.0 degree root zone soil moisture [kg m-2] for January + 1948.\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GLDAS_CLSM10_M_2.0.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM10_M_2.0.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/GLDAS_CLSM10_M.2.0/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GLDAS_CLSM10_M_2.0\",\"Description\":\"Use + the Earthdata Search Client (EDSC) to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/opendap/hyrax/GLDAS/GLDAS_CLSM10_M.2.0/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GLDAS/README_GLDAS2.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://ldas.gsfc.nasa.gov/gldas/\",\"Description\":\"GLDAS + Project Web Site\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/howto?tags=hydrology\",\"Description\":\"How + to read and plot the data.\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/documents?title=Hydrology%20Documentation\",\"Description\":\"GES + DISC Hydrology Documentation\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/dods/GLDAS_CLSM10_M.2.0\",\"Description\":\"The + GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting + and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA + SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/thredds/catalog/GLDAS_aggregation/GLDAS_CLSM10_M.2.0/catalog.html\",\"Description\":\"Time + aggregated THREDDS Data Server (TDS)\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2020-07-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-07-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"NASA + Global Land Data Assimilation System Version 2 (GLDAS-2) has three components: + GLDAS-2.0, GLDAS-2.1, and GLDAS-2.2. GLDAS-2.0 is forced entirely with the + Princeton meteorological forcing input data and provides a temporally consistent + series from 1948 through 2014. GLDAS-2.1 is forced with a combination of + model and observation data from 2000 to present. GLDAS-2.2 product suites + use data assimilation (DA), whereas the GLDAS-2.0 and GLDAS-2.1 products are + \\\"open-loop\\\" (i.e., no data assimilation). The choice of forcing data, + as well as DA observation source, variable, and scheme, vary for different + GLDAS-2.2 products.\\n\\nThis data set, GLDAS-2.0 monthly 1.0 degree, contains + a series of land surface variables generated through temporal averaging of + GLDAS-2.0 3-hourly data simulated from the Catchment Land Surface Model 3.6 + in Land Information System (LIS) Version 7. The data set currently cover + from January 1948 to December 2014, but will be extended as the forcing data + becomes available. The GLDAS-2.0 data are archived and distributed in netCDF + format.\\n\\nThe GLDAS-2.0 model simulations were initialized on January 1, + 1948, using soil moisture and other state fields from the LSM climatology + for that day of the year. The simulations were forced by the global meteorological + forcing data set from Princeton University (Sheffield et al., 2006). Each + simulation uses the common GLDAS data sets for land water mask (MOD44W: Carroll + et al., 2009) and elevation (GTOPO30) along with the model default land cover + and soils datasets. Catchment model uses the Mosaic land cover classification + and soils, topographic, and other model-specific parameters were derived in + a consistent manner as in the NASA/GMAO\u2019s GEOS-5 climate modeling system. + The MODIS based land surface parameters are used in the current GLDAS-2.0 + and GLDAS-2.1 products.\\n\\nIn October 2020, all 3-hourly and monthly GLDAS-2 + data were post-processed with the MOD44W MODIS land mask. Previously, some + grid boxes over inland water were considered as over land and, thus, had non-missing + values. The post-processing corrected this issue and masked out all model + output data over inland water; the post-processing did not affect the meteorological + forcing variables. More information can be found in the GLDAS-2 README. The + MOD44W MODIS land mask is available on the GLDAS Project site.\\n\\nIf you + had downloaded the GLDAS data prior to November 2020, please download the + data again to receive the post-processed data.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Date\":\"2020-07-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-07-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"NASA + Global Land Data Assimilation System Version 2 (GLDAS-2) has three components: + GLDAS-2.0, GLDAS-2.1, and GLDAS-2.2. GLDAS-2.0 is forced entirely with the + Princeton meteorological forcing input data and provides a temporally consistent + series from 1948 through 2014. GLDAS-2.1 is forced with a combination of + model and observation data from 2000 to present. GLDAS-2.2 product suites + use data assimilation (DA), whereas the GLDAS-2.0 and GLDAS-2.1 products are + \\\"open-loop\\\" (i.e., no data assimilation). The choice of forcing data, + as well as DA observation source, variable, and scheme, vary for different + GLDAS-2.2 products.\",\"Version\":\"2.0\",\"Projects\":[{\"ShortName\":\"GLDAS\",\"LongName\":\"Global + Land Data Assimilation System\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"HUALAN\",\"LastName\":\"RUI\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"Hualan.Rui@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Catchment-LSM\",\"LongName\":\"Catchment + Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_CLSM10_M.2.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_CLSM10_M_2.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1690022314-GES_DISC\",\"revision-date\":\"2024-04-03T15:23:34.727Z\",\"granule-count\":288,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Li, + B., H. Beaudoing, and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_CLSM10_M_2.1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS + Catchment Land Surface Model L4 monthly 1.0 x 1.0 degree V2.1\",\"SeriesName\":\"GLDAS_CLSM10_M\",\"ReleaseDate\":\"2020-01-30T00:00:00.000Z\",\"Version\":\"2.1\",\"ReleasePlace\":\"Greenbelt, + Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SURFACE + PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"SHORTWAVE + RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPOTRANSPIRATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL MOISTURE/WATER CONTENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + THERMAL PROPERTIES\",\"VariableLevel1\":\"LAND SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL + HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE WATER + PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/FOUXNLXFAZNY\"},\"ShortName\":\"GLDAS_CLSM10_M\",\"EntryTitle\":\"GLDAS Catchment Land Surface Model L4 monthly 1.0 x 1.0 degree V2.1 (GLDAS_CLSM10_M) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Rodell, M., P.R. Houser, U. Jambor, J. Gottschalck, K. Mitchell, C. Meng, K. Arsenault, B. Cosgrove, @@ -224636,7 +224907,7 @@ interactions: Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Noah-LSM\",\"LongName\":\"Noah Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_NOAH025_3H.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_NOAH025_3H_2.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1233767545-GES_DISC\",\"revision-date\":\"2022-09-08T20:52:12.118Z\",\"granule-count\":195775,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Beaudoing, + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":40,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_NOAH025_3H.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_NOAH025_3H_2.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1233767545-GES_DISC\",\"revision-date\":\"2024-04-03T14:33:40.150Z\",\"granule-count\":195775,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Beaudoing, H. and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_NOAH025_3H_2.0.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS @@ -225027,7 +225298,7 @@ interactions: Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Noah-LSM\",\"LongName\":\"Noah Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_NOAH10_3H.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_NOAH10_3H_2.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1233767548-GES_DISC\",\"revision-date\":\"2022-09-06T19:16:19.289Z\",\"granule-count\":195775,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Beaudoing, + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_NOAH10_3H.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_NOAH10_3H_2.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1233767548-GES_DISC\",\"revision-date\":\"2024-04-03T14:33:17.528Z\",\"granule-count\":195775,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Beaudoing, H. and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_NOAH10_3H_2.0.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS @@ -225413,7 +225684,7 @@ interactions: Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Noah-LSM\",\"LongName\":\"Noah Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_NOAH025_M.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_NOAH025_M_2.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1233767569-GES_DISC\",\"revision-date\":\"2023-10-24T15:49:06.875Z\",\"granule-count\":804,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Beaudoing, + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":40,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_NOAH025_M.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_NOAH025_M_2.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1233767569-GES_DISC\",\"revision-date\":\"2024-04-03T15:26:09.191Z\",\"granule-count\":804,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Beaudoing, H. and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_NOAH025_M_2.0.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS @@ -225442,7 +225713,7 @@ interactions: SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE WATER - PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1948-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/9SQ1B3ZXP2C5\"},\"ShortName\":\"GLDAS_NOAH025_M\",\"EntryTitle\":\"GLDAS + PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1948-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-31T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/9SQ1B3ZXP2C5\"},\"ShortName\":\"GLDAS_NOAH025_M\",\"EntryTitle\":\"GLDAS Noah Land Surface Model L4 monthly 0.25 x 0.25 degree V2.0 (GLDAS_NOAH025_M) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Rodell, M., P.R. Houser, U. Jambor, J. Gottschalck, K. Mitchell, C. Meng, K. Arsenault, B. Cosgrove, @@ -225808,7 +226079,7 @@ interactions: Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Noah-LSM\",\"LongName\":\"Noah Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_NOAH10_M.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_NOAH10_M_2.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1233767575-GES_DISC\",\"revision-date\":\"2023-10-24T15:49:24.149Z\",\"granule-count\":804,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Beaudoing, + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GLDAS/GLDAS_NOAH10_M.2.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GLDAS_NOAH10_M_2.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1233767575-GES_DISC\",\"revision-date\":\"2024-04-03T15:26:31.670Z\",\"granule-count\":804,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Beaudoing, H. and M. Rodell, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GLDAS_NOAH10_M_2.0.html\"},\"Publisher\":\"Goddard Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GLDAS @@ -225837,7 +226108,7 @@ interactions: SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE WATER - PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1948-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/QN80TO7ZHFJZ\"},\"ShortName\":\"GLDAS_NOAH10_M\",\"EntryTitle\":\"GLDAS + PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"RUNOFF\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1948-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-31T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/QN80TO7ZHFJZ\"},\"ShortName\":\"GLDAS_NOAH10_M\",\"EntryTitle\":\"GLDAS Noah Land Surface Model L4 monthly 1.0 x 1.0 degree V2.0 (GLDAS_NOAH10_M) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Rodell, M., P.R. Houser, U. Jambor, J. Gottschalck, K. Mitchell, C. Meng, K. Arsenault, B. Cosgrove, @@ -230465,9 +230736,9 @@ interactions: 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver - Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"DBF\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"Fees\":\"0\"},{\"Format\":\"DBF\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":42,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Global + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"DBF\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"Fees\":\"0\"},{\"Format\":\"DBF\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":43,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Global Food Security Support Analysis Data (GFSAD) Crop Dominance 2010 Global 1 km - V001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1369156110-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:40:46.308Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"NASA + V001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1369156110-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:08:45.076Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"NASA Making Earth System Data Records for Use in Research Environments (MEaSUREs) Global Food Security Support Analysis Data (GFSAD) Crop Dominance 2010 Global 1 km V001\",\"Creator\":\"Prasad Thenkabail, Jerry Knox, Mutlu Ozdogan, Murali @@ -230492,13 +230763,13 @@ interactions: for user guides, ATBDs, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFSAD/GFSAD1KCD.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD1KCD.001/\"},{\"Description\":\"USGS + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD1KCD.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":27.5,\"Unit\":\"MB\"}},{\"Description\":\"USGS EarthExplorer provides users the ability to query, search, and order products available from the LP DAAC.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"USGS EARTH EXPLORER\",\"URL\":\"https://earthexplorer.usgs.gov/\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1369156110-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1369156110-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":27.5,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The technical @@ -230528,7 +230799,7 @@ interactions: (IWMI; Thenkabail et al., 2009a, 2009b, 2011, Biradar et al., 2009) to ultimately create eight classes of crop dominance. The GFSAD1KCD nominal 2010 product is based on data ranging from years 2007 through 2012.\\r\\n\",\"Purpose\":\"Science - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-05-03T14:48:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:40:00.000Z\"}],\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-05-03T14:48:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:08:00.000Z\"}],\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFSAD\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -230573,8 +230844,10 @@ interactions: Very High Resolution Radiometer\",\"Technique\":\"Imaging Radiometry\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced - Very High Resolution Radiometer\",\"Technique\":\"Imaging Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":27.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":27.5,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":27.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":27.5,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Global - Food Security Support Analysis Data (GFSAD) Crop Mask 2010 Global 1 km V001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1369156939-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:41:54.395Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"NASA + Very High Resolution Radiometer\",\"Technique\":\"Imaging Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":27.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":27.5,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":27.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":27.5,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":40,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Global + Food Security Support Analysis Data (GFSAD) Crop Mask 2010 Global 1 km V001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1369156939-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:10:02.177Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"NASA Making Earth System Data Records for Use in Research Environments (MEaSUREs) Global Food Security Support Analysis Data (GFSAD) Crop Mask 2010 Global 1 km V001\",\"Creator\":\"Pardhasaradhi Teluguntla, Prasad Thenkabail, Jun Xiong, @@ -230598,13 +230871,13 @@ interactions: for user guides, ATBDs, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFSAD/GFSAD1KCM.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD1KCM.001/\"},{\"Description\":\"USGS + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD1KCM.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":33.4,\"Unit\":\"MB\"}},{\"Description\":\"USGS EarthExplorer provides users the ability to query, search, and order products available from the LP DAAC.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"USGS EARTH EXPLORER\",\"URL\":\"https://earthexplorer.usgs.gov/\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1369156939-LPDAAC_ECS\"},{\"Description\":\"The + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1369156939-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":33.4,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The technical @@ -230632,7 +230905,7 @@ interactions: 2011), Pittman et al. (2010), Yu et al. (2013), and Friedl et al. (2010). The GFSAD1KCM nominal 2010 product is based on data ranging from years 2007 through 2012.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-05-03T15:02:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:41:00.000Z\"}],\"VersionDescription\":\"This + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-05-03T15:02:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:10:00.000Z\"}],\"VersionDescription\":\"This is version one of the Global Food Security Support Analysis Data.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFSAD\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -230686,7 +230959,9 @@ interactions: Satellites\",\"ShortName\":\"LANDSAT-7\",\"LongName\":\"LANDSAT-7\",\"Characteristics\":[{\"Name\":\"EquatorCrossingTime\",\"Description\":\"Local time of the equator crossing and direction (ascending or descending)\",\"Value\":\"10:00, descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"ETM+\",\"LongName\":\"Enhanced - Thematic Mapper Plus\",\"Technique\":\"Imaging Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":33.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":33.4,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":33.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":33.4,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1223\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1432073647-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:46:48.840Z\",\"granule-count\":92,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30NACE.001\",\"Creator\":\"Richard + Thematic Mapper Plus\",\"Technique\":\"Imaging Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":33.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":33.4,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":33.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":33.4,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":40,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1223\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1432073647-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:16:38.514Z\",\"granule-count\":92,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30NACE.001\",\"Creator\":\"Richard Massey, Temuulen Sankey, Kamini Yadav, Russell Congalton, James Tilton, Prasad Thenkabail\",\"ReleasePlace\":\"Sioux Falls, South Dakota, USA\",\"Title\":\"NASA Making Earth System Data Records for Use in Research Environments (MEaSUREs) @@ -230730,9 +231005,9 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFSAD/GFSAD30NACE.001\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1432073647-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1432073647-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":23.5,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30NACE.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30NACE.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":23.5,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"Browse @@ -230767,7 +231042,7 @@ interactions: Mission (SRTM) Version 3 data products. Each GFSAD30NACE GeoTIFF file contains a cropland extent layer that defines areas of cropland, non-cropland, and water bodies over a 10\xB0 by 10\xB0 area.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH - AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-26T13:35:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:46:00.000Z\"}],\"VersionDescription\":\"Version + AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-26T13:35:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:16:00.000Z\"}],\"VersionDescription\":\"Version 1 of GFSAD Crop-Extent 30 m North America product\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFSAD\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Name\":\"Data Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -230806,7 +231081,9 @@ interactions: Observation Satellites\",\"ShortName\":\"LANDSAT-5\",\"Characteristics\":[{\"Name\":\"EquatorCrossingTime\",\"Description\":\"Local time of equator crossing and direction (ascending or descending)\",\"Value\":\"10:00, descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"TM\",\"LongName\":\"Thematic - Mapper\",\"Technique\":\"Whiskbroom Scanning Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":23.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":2163.1,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":23.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":2163.1,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":46,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1177\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1429296018-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:43:06.520Z\",\"granule-count\":53,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30AFCE.001\",\"Creator\":\"Jun + Mapper\",\"Technique\":\"Whiskbroom Scanning Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":23.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":2163.1,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":23.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":2163.1,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":47,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1177\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1429296018-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:11:10.353Z\",\"granule-count\":53,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30AFCE.001\",\"Creator\":\"Jun Xiong, Prasad Thenkabail, James Tilton, Murali Gumma, Pardhasaradhi Teluguntla, Russell Congalton, Kamini Yadav, Jennifer Dungan, Adam Oliphant, Justin Poehnelt, Corryn Smith, Richard Massey\",\"ReleasePlace\":\"Sioux Falls, South Dakota, @@ -230851,9 +231128,9 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFSAD/GFSAD30AFCE.001\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1429296018-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1429296018-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":19.0,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30AFCE.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30AFCE.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":19.0,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"Browse @@ -230888,7 +231165,7 @@ interactions: derived from the Shuttle Radar Topography Mission (SRTM) Version 3 data products. Each GFSAD30AFCE GeoTIFF file contains a cropland extent layer that defines areas of cropland, non-cropland, and water bodies over a 10\xB0 by 10\xB0 - area.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-20T19:13:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:43:00.000Z\"}],\"VersionDescription\":\"Version + area.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-20T19:13:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:11:00.000Z\"}],\"VersionDescription\":\"Version 1 of GFSAD Crop-Extent 30 m Africa product\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFSAD\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Name\":\"Data Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -230932,7 +231209,9 @@ interactions: Observation Satellites\",\"ShortName\":\"LANDSAT-5\",\"Characteristics\":[{\"Name\":\"EquatorCrossingTime\",\"Description\":\"Local time of equator crossing and direction (ascending or descending)\",\"Value\":\"10:00, descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"TM\",\"LongName\":\"Thematic - Mapper\",\"Technique\":\"Whiskbroom Scanning Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":19.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1009.4,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":19.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1009.4,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1216\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431392676-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:44:10.147Z\",\"granule-count\":63,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30AUNZCNMOCE.001\",\"Creator\":\"Pardhasaradhi + Mapper\",\"Technique\":\"Whiskbroom Scanning Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":19.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1009.4,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":19.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1009.4,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1216\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431392676-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:12:11.909Z\",\"granule-count\":63,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30AUNZCNMOCE.001\",\"Creator\":\"Pardhasaradhi Teluguntla, Prasad Thenkabail, Jun Xiong, Murali Gumma, Russell Congalton, Adam Oliphant, Temuulen Sankey, Justin Poehnelt, Kamini Yadav, Richard Massey, Aparna Phalke, Corryn Smith\\r\\n\\r\\n\",\"ReleasePlace\":\"Sioux Falls, @@ -230977,9 +231256,9 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFSAD/GFSAD30AUNZCNMOCE.001\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1431392676-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1431392676-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":19.5,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30AUNZCNMOCE.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30AUNZCNMOCE.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":19.5,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"Browse @@ -231015,7 +231294,7 @@ interactions: Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN - ASIA\",\"Subregion2\":\"MONGOLIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-25T18:29:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:44:00.000Z\"}],\"VersionDescription\":\"Version + ASIA\",\"Subregion2\":\"MONGOLIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-25T18:29:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:12:00.000Z\"}],\"VersionDescription\":\"Version 1 of GFSAD Crop-Extent 30 m Australia, New Zealand, China, Mongolia product\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFSAD\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Name\":\"Data Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -231058,7 +231337,9 @@ interactions: Observation Satellites\",\"ShortName\":\"LANDSAT-5\",\"Characteristics\":[{\"Name\":\"EquatorCrossingTime\",\"Description\":\"Local time of equator crossing and direction (ascending or descending)\",\"Value\":\"10:00, descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"TM\",\"LongName\":\"Thematic - Mapper\",\"Technique\":\"Whiskbroom Scanning Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":19.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1166.0,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":19.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1166.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1217\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431401246-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:45:15.497Z\",\"granule-count\":143,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30EUCEARUMECE.001\",\"Creator\":\"Aparna + Mapper\",\"Technique\":\"Whiskbroom Scanning Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":19.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1166.0,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":19.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1166.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1217\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431401246-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:15:32.684Z\",\"granule-count\":143,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30EUCEARUMECE.001\",\"Creator\":\"Aparna Phalke, Mutlu Ozdogan, Prasad Thenkabail, Russell Congalton, Kamini Yadav, Richard Massey, Pardhasaradhi Teluguntla, Justin Poehnelt, Corryn Smith\",\"ReleasePlace\":\"Sioux Falls, South Dakota, USA\",\"Title\":\"NASA Making Earth System Data Records @@ -231103,9 +231384,9 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFSAD/GFSAD30EUCEARUMECE.001\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1431401246-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1431401246-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":29.3,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30EUCEARUMECE.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30EUCEARUMECE.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":29.3,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"Browse @@ -231142,7 +231423,7 @@ interactions: Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN - ASIA\",\"Subregion2\":\"MIDDLE EAST\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-25T18:37:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:45:00.000Z\"}],\"VersionDescription\":\"Version + ASIA\",\"Subregion2\":\"MIDDLE EAST\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-25T18:37:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:15:00.000Z\"}],\"VersionDescription\":\"Version 1 of GFSAD Crop-Extent 30 m Europe, Central Asia, Russia, Middle East product\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFSAD\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Name\":\"Data Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -231185,7 +231466,9 @@ interactions: Observation Satellites\",\"ShortName\":\"LANDSAT-5\",\"Characteristics\":[{\"Name\":\"EquatorCrossingTime\",\"Description\":\"Local time of equator crossing and direction (ascending or descending)\",\"Value\":\"10:00, descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"TM\",\"LongName\":\"Thematic - Mapper\",\"Technique\":\"Whiskbroom Scanning Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":29.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":4188.2,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":29.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":4188.2,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1219\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431432916-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:49:41.623Z\",\"granule-count\":36,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30SACE.001\\r\\n\",\"Creator\":\"Ying + Mapper\",\"Technique\":\"Whiskbroom Scanning Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":29.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":4188.2,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":29.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":4188.2,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1219\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431432916-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:18:51.223Z\",\"granule-count\":36,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30SACE.001\\r\\n\",\"Creator\":\"Ying Zhong, Chandra Giri, Prasad Thenkabail, Pardhasaradhi Teluguntla, Russell Congalton, Kamini Yadav, Adam Oliphant, Jun Xiong, Justin Poehnelt, Corryn Smith\",\"ReleasePlace\":\"Sioux Falls, South Dakota, USA\",\"Title\":\"NASA @@ -231230,9 +231513,9 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFSAD/GFSAD30SACE.001\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1431432916-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1431432916-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":28.0,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30SACE.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30SACE.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":28.0,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"Browse @@ -231266,7 +231549,7 @@ interactions: Mission (SRTM) Version 3 data products. Each GFSAD30SACE GeoTIFF file contains a cropland extent layer that defines areas of cropland, non-cropland, and water bodies over a 10\xB0 by 10\xB0 area.\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH - AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-25T19:05:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:49:00.000Z\"}],\"VersionDescription\":\"Version + AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-25T19:05:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:18:00.000Z\"}],\"VersionDescription\":\"Version 1 of GFSAD Crop-Extent 30 m South America product\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFSAD\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Name\":\"Data Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -231309,7 +231592,9 @@ interactions: Observation Satellites\",\"ShortName\":\"LANDSAT-5\",\"Characteristics\":[{\"Name\":\"EquatorCrossingTime\",\"Description\":\"Local time of equator crossing and direction (ascending or descending)\",\"Value\":\"10:00, descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"TM\",\"LongName\":\"Thematic - Mapper\",\"Technique\":\"Whiskbroom Scanning Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":28.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1006.9,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":28.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1006.9,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1220\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431435698-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:48:35.683Z\",\"granule-count\":18,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30SAAFGIRCE.001\",\"Creator\":\"Murali + Mapper\",\"Technique\":\"Whiskbroom Scanning Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":28.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1006.9,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":28.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1006.9,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1220\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431435698-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:17:47.630Z\",\"granule-count\":18,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30SAAFGIRCE.001\",\"Creator\":\"Murali Gumma, Prasad Thenkabail, Pardhasaradhi Teluguntla, Adam Oliphant, Jun Xiong, Russell Congalton, Kamini, Yadav, Aparna Phalke, Corryn Smith\",\"ReleasePlace\":\"Sioux Falls, South Dakota, USA\",\"Title\":\"NASA Making Earth System Data Records @@ -231353,9 +231638,9 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFSAD/GFSAD30SAAFGIRCE.001\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1431435698-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1431435698-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":27.5,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30SAAFGIRCE.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30SAAFGIRCE.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":27.5,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"Browse @@ -231391,7 +231676,7 @@ interactions: area.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHERN ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL - ASIA\",\"Subregion2\":\"IRAN\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-25T19:12:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:48:00.000Z\"}],\"VersionDescription\":\"Version + ASIA\",\"Subregion2\":\"IRAN\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-25T19:12:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:17:00.000Z\"}],\"VersionDescription\":\"Version 1 of GFSAD Crop-Extent 30 m South Asia, Afghanistan, and Iran product\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFSAD\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Name\":\"Data Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -231434,7 +231719,9 @@ interactions: Observation Satellites\",\"ShortName\":\"LANDSAT-5\",\"Characteristics\":[{\"Name\":\"EquatorCrossingTime\",\"Description\":\"Local time of equator crossing and direction (ascending or descending)\",\"Value\":\"10:00, descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"TM\",\"LongName\":\"Thematic - Mapper\",\"Technique\":\"Whiskbroom Scanning Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":27.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":494.7,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":27.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":494.7,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":40,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1221\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431439087-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:53:59.069Z\",\"granule-count\":54,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30SEACE.001\",\"Creator\":\"Adam + Mapper\",\"Technique\":\"Whiskbroom Scanning Radiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":27.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":494.7,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":27.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":494.7,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":41,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1221\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431439087-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:19:56.577Z\",\"granule-count\":54,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"SeriesName\":\"GFSAD30SEACE.001\",\"Creator\":\"Adam Oliphant, Prasad Thenkabail, Pardhasaradhi Teluguntla, Jun Xiong, Russell Congalton, Kamini Yadav, Richard Massey, Murali Gumma, Corryn Smith\",\"ReleasePlace\":\"Sioux Falls, South Dakota, USA\",\"Title\":\"NASA Making Earth System Data Records @@ -231478,9 +231765,9 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFSAD/GFSAD30SEACE.001\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1431439087-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1431439087-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":11.5,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30SEACE.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30SEACE.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":11.5,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"Browse @@ -231515,7 +231802,7 @@ interactions: cropland extent layer that defines areas of cropland, non-cropland, and water bodies over a 10\xB0 by 10\xB0 area.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN - ASIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-25T19:19:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:53:00.000Z\"}],\"VersionDescription\":\"Version + ASIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-25T19:19:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:19:00.000Z\"}],\"VersionDescription\":\"Version 1 of GFSAD Crop-Extent 30 m Southeast and Northeast Asia product\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFSAD\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Name\":\"Data Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP @@ -231554,7 +231841,9 @@ interactions: Thematic Mapper Plus\"}]},{\"Type\":\"Models\",\"ShortName\":\"DEM\",\"LongName\":\"Digital Elevation Model\",\"Characteristics\":[{\"Name\":\"EquatorCrossingTime\",\"Description\":\"Local time of the equator crossing and direction (ascending or descending)\",\"Value\":\"10:00, - descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":11.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":619.3,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":11.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":619.3,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1224\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1432078714-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:55:01.200Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Russell + descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":11.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":619.3,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":11.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":619.3,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1224\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1432078714-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:21:34.160Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Russell Congalton, Kamini Yadav, Kelley McDonnell, Justin Poehnelt, Bo Stevens, Murali Gumma, Pardhasaradhi Teluguntla, Prasad Thenkabail\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/MEaSUREs/GFSAD/GFSAD30VAL.001\",\"Name\":\"DOI Landing Page\"},\"OtherCitationDetails\":\"Teluguntla, P., Thenkabail, P.S., @@ -231597,9 +231886,9 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFSAD/GFSAD30VAL.001\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1432078714-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1432078714-LPDAAC_ECS\",\"GetData\":{\"Format\":\"Shapefile\",\"Size\":586.4,\"Unit\":\"KB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30VAL.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFSAD30VAL.001/\",\"GetData\":{\"Format\":\"Shapefile\",\"Size\":586.4,\"Unit\":\"KB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The technical @@ -231631,7 +231920,7 @@ interactions: Each GFSAD30VAL shapefile contains information on sample locations, presence of cropland or no cropland, and the zones that were randomly selected for accuracy assessment across the globe.\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC - REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-26T13:48:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:54:00.000Z\"}],\"VersionDescription\":\"Version + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-26T13:48:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:21:00.000Z\"}],\"VersionDescription\":\"Version 1 of GFSAD Crop-Extent 30 m Validation product\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFSAD\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -231677,7 +231966,7 @@ interactions: descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"Sentinel-2 MSI\",\"LongName\":\"Sentinel-2 Multispectral Imager\",\"Characteristics\":[{\"Name\":\"EquatorCrossingTime\",\"Description\":\"Local time of the equator crossing and direction (ascending or descending)\",\"Value\":\"10:30, - descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Shapefile\",\"AverageFileSize\":586.4,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSize\":586.4,\"TotalCollectionFileSizeUnit\":\"KB\"}],\"FileDistributionInformation\":[{\"Format\":\"Shapefile\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":586.4,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSize\":586.4,\"TotalCollectionFileSizeUnit\":\"KB\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gfscpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Global + descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Shapefile\",\"FormatDescription\":\"Shapefile\",\"AverageFileSize\":586.4,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSize\":586.4,\"TotalCollectionFileSizeUnit\":\"KB\"}],\"FileDistributionInformation\":[{\"Format\":\"Shapefile\",\"FormatType\":\"Native\",\"FormatDescription\":\"Shapefile\",\"Media\":[\"https\"],\"AverageFileSize\":586.4,\"AverageFileSizeUnit\":\"KB\",\"TotalCollectionFileSize\":586.4,\"TotalCollectionFileSizeUnit\":\"KB\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gfscpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Global Forecast System (GFS) CPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2611060678-GHRC_DAAC\",\"revision-date\":\"2024-02-06T20:53:02.720Z\",\"granule-count\":565,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kakar, Ramesh , Edward J Zipser and Shuyi Chen.2022. Global Forecast System (GFS) CPEX [indicate subset used]. Dataset available online from the NASA Global @@ -231764,8 +232053,8 @@ interactions: and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced Topographic Laser Altimeter System\"}]},{\"Type\":\"Space Stations/Crewed Spacecraft\",\"ShortName\":\"ISS\",\"LongName\":\"International Space Station\",\"Instruments\":[{\"ShortName\":\"GEDI\",\"LongName\":\"Global - Ecosystem Dynamics Investigation\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":46,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Global - Forest Cover Change Forest Cover Change Multi-Year Global 30m V001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1398831361-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:32:10.482Z\",\"granule-count\":14779,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"John + Ecosystem Dynamics Investigation\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":47,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Global + Forest Cover Change Forest Cover Change Multi-Year Global 30m V001\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1398831361-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:03:52.823Z\",\"granule-count\":14779,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"John Townshend\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/MEaSUREs/GFCC/GFCC30FCC.001\",\"Name\":\"DOI Landing Page\"},\"OtherCitationDetails\":\"The DOI landing page provides citations in APA and Chicago styles.\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed @@ -231785,10 +232074,10 @@ interactions: for user guides, ATBDs, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFCC/GFCC30FCC.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFCC30FCC.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFCC30FCC.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":40.7,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1398831361-LPDAAC_ECS\"},{\"Description\":\"USGS + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1398831361-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":40.7,\"Unit\":\"MB\"}},{\"Description\":\"USGS EarthExplorer provides users the ability to query, search, and order products available from the LP DAAC. \",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"USGS EARTH EXPLORER\",\"URL\":\"https://earthexplorer.usgs.gov/\"},{\"Description\":\"The @@ -231820,7 +232109,7 @@ interactions: Worldwide Reference System-2 tiling scheme. Additional details regarding the methodology used to create the data are available in the Algorithm Theoretical Basis Document (ATBD) (https://lpdaac.usgs.gov/documents/146/GFCC_ATBD.pdf).\\r\\n\",\"Purpose\":\"Science - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-06-28T10:01:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:32:00.000Z\"}],\"VersionDescription\":\"This + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-06-28T10:01:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:03:00.000Z\"}],\"VersionDescription\":\"This is version one of the Global Forest Cover Change dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFCC\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -231869,8 +232158,10 @@ interactions: Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"VNIR\",\"LongName\":\"Visible and Near Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"SWIR\",\"LongName\":\"Short Wavelength Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"}]},{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":40.7,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":601455.8,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":40.7,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":601455.8,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":49,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Global - Forest Cover Change Surface Reflectance Estimates Multi-Year Global 30m V001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1398831360-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:37:45.036Z\",\"granule-count\":35451,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Global + Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":40.7,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":601455.8,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":40.7,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":601455.8,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":50,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Global + Forest Cover Change Surface Reflectance Estimates Multi-Year Global 30m V001\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1398831360-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:05:18.084Z\",\"granule-count\":35451,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Global Forest Cover Change (GFCC) Surface Reflectance Estimates Multi-Year Global 30 m V001\",\"Creator\":\"John Townshend\",\"SeriesName\":\"GFCC30SR.001\",\"ReleaseDate\":\"2017-07-06T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"The @@ -231889,10 +232180,10 @@ interactions: for user guides, ATBDs, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFCC/GFCC30SR.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFCC30SR.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFCC30SR.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":210.9,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1398831360-LPDAAC_ECS\"},{\"Description\":\"USGS + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1398831360-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":210.9,\"Unit\":\"MB\"}},{\"Description\":\"USGS EarthExplorer provides users the ability to query, search, and order products available from the LP DAAC.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"USGS EARTH EXPLORER\",\"URL\":\"https://earthexplorer.usgs.gov/\"},{\"Description\":\"The @@ -231932,7 +232223,7 @@ interactions: Reference System-2 tiling scheme. Additional details regarding the methodology used to create the data are available in the Algorithm Theoretical Basis Document (ATBD) (https://lpdaac.usgs.gov/documents/146/GFCC_ATBD.pdf). \\r\\n\",\"Purpose\":\"Science - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-06-28T10:04:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:37:00.000Z\"}],\"VersionDescription\":\"This + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-06-28T10:04:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:05:00.000Z\"}],\"VersionDescription\":\"This is version one of the Global Forest Cover Change dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFCC\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -231981,8 +232272,10 @@ interactions: Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"VNIR\",\"LongName\":\"Visible and Near Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"SWIR\",\"LongName\":\"Short Wavelength Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"}]},{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":210.9,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":7476482.6,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":210.9,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":7476482.6,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Global - Forest Cover Change Tree Cover Multi-Year Global 30m V003\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1540118694-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:38:45.713Z\",\"granule-count\":31208,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Global + Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":210.9,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":7476482.6,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":210.9,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":7476482.6,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Global + Forest Cover Change Tree Cover Multi-Year Global 30m V003\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1540118694-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:06:28.577Z\",\"granule-count\":31208,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Global Forest Cover Change (GFCC) Tree Cover Multi-Year Global 30 m V003\",\"Creator\":\"John Townshend\",\"SeriesName\":\"GFCC30TC.003\",\"ReleaseDate\":\"2017-07-06T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"Sexton, @@ -232006,10 +232299,10 @@ interactions: for user guides, ATBDs, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFCC/GFCC30TC.003\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFCC30TC.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFCC30TC.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":35.4,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1540118694-LPDAAC_ECS\"},{\"Description\":\"USGS + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1540118694-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":35.4,\"Unit\":\"MB\"}},{\"Description\":\"USGS EarthExplorer provides users the ability to query, search, and order products available from the LP DAAC.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"USGS EARTH EXPLORER\",\"URL\":\"https://earthexplorer.usgs.gov/\"},{\"Description\":\"The @@ -232043,7 +232336,7 @@ interactions: for the 2015 epoch. Data follow the Worldwide Reference System-2 tiling scheme. Additional details regarding the methodology used to create the data are available in the Algorithm Theoretical Basis Document (ATBD) (https://lpdaac.usgs.gov/documents/146/GFCC_ATBD.pdf).\\r\\n\",\"Purpose\":\"Science - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-07-27T18:07:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:38:00.000Z\"}],\"VersionDescription\":\"This + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-07-27T18:07:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:06:00.000Z\"}],\"VersionDescription\":\"This is version three of the Global Forest Cover Change dataset.\",\"Version\":\"003\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFCC\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -232092,8 +232385,10 @@ interactions: Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"VNIR\",\"LongName\":\"Visible and Near Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"SWIR\",\"LongName\":\"Short Wavelength Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"}]},{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":35.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1103941.5,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":35.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1103941.5,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":42,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Global - Forest Cover Change Water Cover 2000 Global 30m V001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1398831362-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:39:43.929Z\",\"granule-count\":8746,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Global + Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":35.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1103941.5,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":35.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":1103941.5,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":43,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Global + Forest Cover Change Water Cover 2000 Global 30m V001\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1398831362-LPDAAC_ECS\",\"revision-date\":\"2024-04-01T17:07:41.636Z\",\"granule-count\":8746,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Title\":\"Global Forest Cover Change (GFCC) Water Cover 2000 Global 30 m V001\",\"Creator\":\"John Townshend\",\"SeriesName\":\"GFCC30WC.001\",\"ReleaseDate\":\"2017-07-06T00:00:00.000Z\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"The @@ -232113,10 +232408,10 @@ interactions: for user guides, ATBDs, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GFCC/GFCC30WC.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFCC30WC.001/\"},{\"Description\":\"Earthdata + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GFCC30WC.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":60.8,\"Unit\":\"MB\"}},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1398831362-LPDAAC_ECS\"},{\"Description\":\"USGS + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1398831362-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":60.8,\"Unit\":\"MB\"}},{\"Description\":\"USGS EarthExplorer provides users the ability to query, search, and order products available from the LP DAAC.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"USGS EARTH EXPLORER\",\"URL\":\"https://earthexplorer.usgs.gov/\"},{\"Description\":\"The @@ -232145,7 +232440,7 @@ interactions: System-2 tiling scheme. Additional details regarding the methodology used to create the data are available in the Algorithm Theoretical Basis Document (ATBD) (https://lpdaac.usgs.gov/documents/146/GFCC_ATBD.pdf). \",\"Purpose\":\"Science - Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-06-28T10:09:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:39:00.000Z\"}],\"VersionDescription\":\"This + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-06-28T10:09:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T17:07:00.000Z\"}],\"VersionDescription\":\"This is version one of the Global Forest Cover Change dataset.\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GFCC\"]}],\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License @@ -232194,7 +232489,9 @@ interactions: Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"VNIR\",\"LongName\":\"Visible and Near Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"},{\"ShortName\":\"SWIR\",\"LongName\":\"Short Wavelength Infrared Radiometer\",\"Technique\":\"Imaging Radiometers\"}]},{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution - Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":60.8,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":531771.2,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"Media\":[\"https\"],\"AverageFileSize\":60.8,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":531771.2,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/global_vegetation/forest_carbon_flux/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Global + Imaging Spectroradiometer\",\"Technique\":\"Imaging Spectroradiometry\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":60.8,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":531771.2,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"Media\":[\"https\"],\"AverageFileSize\":60.8,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":531771.2,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/global_vegetation/forest_carbon_flux/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Global Forest Ecosystem Structure and Function Data For Carbon Balance Research\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784890927-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:13:06.502Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Luyssaert, S., I. Inglima, and M. Jung. 2009. Global Forest Ecosystem Structure and Function Data For Carbon Balance Research. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/949\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-159.5,\"NorthBoundingCoordinate\":67.36,\"EastBoundingCoordinate\":172.75,\"SouthBoundingCoordinate\":-42.87}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH @@ -232313,8 +232610,8 @@ interactions: Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Suomi-NPP\",\"LongName\":\"Suomi National Polar-orbiting Partnership\",\"Instruments\":[{\"ShortName\":\"VIIRS\",\"LongName\":\"Visible-Infrared - Imager-Radiometer Suite\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"CSV\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Global - Glacier Debris Thickness Estimates and Sub-Debris Melt Factors V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2048907945-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:44:47.035Z\",\"granule-count\":53560,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Imager-Radiometer Suite\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"CSV\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Global + Glacier Debris Thickness Estimates and Sub-Debris Melt Factors V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2048907945-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:05.615Z\",\"granule-count\":53560,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Global Glacier Debris Thickness Estimates and Sub-Debris Melt Factors V001\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The version of the SIPSMetGen software used to produce the metadata file for this @@ -233808,7 +234105,7 @@ interactions: Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak - Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_10762\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1704836117-LPDAAC_ECS\",\"revision-date\":\"2024-03-22T20:55:48.224Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Isabella + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_10762\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1704836117-LPDAAC_ECS\",\"revision-date\":\"2024-04-02T17:56:18.875Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Isabella Mariotto, Prasad Thenkabail, Itiya Aneece\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/Community/GHISA/GHISACASIA.001\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"Title\":\"Global @@ -233829,9 +234126,9 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/10.5067/Community/GHISA/GHISACASIA.001\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1629302681-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1629302681-LPDAAC_ECS\",\"GetData\":{\"Format\":\"Excel\",\"MimeType\":\"text/csv\",\"Size\":1.7,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GHISACASIA.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GHISACASIA.001/\",\"GetData\":{\"Format\":\"Excel\",\"MimeType\":\"text/csv\",\"Size\":1.7,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The technical @@ -233867,7 +234164,7 @@ interactions: in Statistical Analysis System (SAS) format and available for download.\\r\\n\\r\\nProvided in the .xlsx files are the spectral library including image information, plot IDs, study area, instrument, Julian or acquisition date, and crop type labels - for Central Asia sample fields.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-03-10T15:30:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-22T20:55:00.000Z\"}],\"VersionDescription\":\"Version + for Central Asia sample fields.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-03-10T15:30:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-02T17:56:00.000Z\"}],\"VersionDescription\":\"Version 1\",\"Version\":\"001\",\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data Use Policy\"}},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"I.\",\"LastName\":\"Mariotto\",\"NonDataCenterAffiliation\":\"GHISA @@ -233904,7 +234201,9 @@ interactions: descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"HYPERION\",\"LongName\":\"HYPERSPECTRAL IMAGER\",\"Technique\":\"Imaging Radiometry\"}]},{\"Type\":\"Field Sites\",\"ShortName\":\"FIELD SURVEYS\",\"LongName\":\"FIELD SURVEYS\",\"Instruments\":[{\"ShortName\":\"Field - Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\",\"FormatType\":\"Native\",\"AverageFileSize\":5.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":5.0,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"FormatType\":\"Native\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":5.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":5.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_8782\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1629302681-LPDAAC_ECS\",\"revision-date\":\"2024-03-22T20:57:42.049Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Prasad + Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\",\"FormatType\":\"Native\",\"FormatDescription\":\"Comma-Separated + Value\",\"AverageFileSize\":1.7,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":3.3,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"FormatType\":\"Native\",\"FormatDescription\":\"Comma-Separated + Value\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":1.7,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":3.3,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"associations\":{\"data-quality-summaries\":[\"DQS2700451677-LPDAAC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_8782\",\"has-transforms\":false,\"association-details\":{\"data-quality-summaries\":[{\"concept-id\":\"DQS2700451677-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1629302681-LPDAAC_ECS\",\"revision-date\":\"2024-04-02T17:59:41.129Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Prasad Thenkabail, Itiya Aneece\\r\\n\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.5067/Community/GHISA/GHISACONUS.001\"},\"Publisher\":\"NASA EOSDIS Land Processes Distributed Active Archive Center\",\"Title\":\"Global @@ -233925,9 +234224,9 @@ interactions: SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/Community/GHISA/GHISACONUS.001\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1629302681-LPDAAC_ECS\"},{\"Description\":\"LP + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C1629302681-LPDAAC_ECS\",\"GetData\":{\"Format\":\"Excel\",\"MimeType\":\"text/csv\",\"Size\":12.3,\"Unit\":\"MB\"}},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GHISACONUS.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/COMMUNITY/GHISACONUS.001/\",\"GetData\":{\"Format\":\"Excel\",\"MimeType\":\"text/csv\",\"Size\":12.3,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The technical @@ -233967,7 +234266,7 @@ interactions: spectral library including image information, geographic coordinates, corresponding agroecological zone, crop type labels, and crop growth stage labels for the United States.\\r\\n\",\"Purpose\":\"Science Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH - AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-08-15T20:32:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-22T20:57:00.000Z\"}],\"VersionDescription\":\"Version + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-08-15T20:32:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-02T17:59:00.000Z\"}],\"VersionDescription\":\"Version 1\",\"Version\":\"001\",\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data Use Policy\"}},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"P.\",\"LastName\":\"Thenkabail\",\"NonDataCenterAffiliation\":\"GHISA @@ -234001,7 +234300,9 @@ interactions: time of the equator crossing and direction (ascending or descending)\",\"Name\":\"EquatorCrossingTime\",\"Unit\":\"Local Mean Time\",\"Value\":\"10:30, descending\"}],\"Instruments\":[{\"LongName\":\"HYPERSPECTRAL IMAGER\",\"ShortName\":\"HYPERION\",\"Technique\":\"Imaging Radiometry\"}],\"LongName\":\"Earth - Observing 1\",\"ShortName\":\"EO-1\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"AverageFileSize\":13.0,\"AverageFileSizeUnit\":\"MB\",\"Format\":\"CSV\",\"FormatType\":\"Native\",\"TotalCollectionFileSize\":13.0,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"AverageFileSize\":13.0,\"AverageFileSizeUnit\":\"MB\",\"Format\":\"CSV\",\"FormatType\":\"Native\",\"Media\":[\"HTTPS\"],\"TotalCollectionFileSize\":13.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/CMS/GFEI_CH4.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GFEI_CH4_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2143386827-GES_DISC\",\"revision-date\":\"2023-07-26T16:11:30.476Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Scarpelli, + Observing 1\",\"ShortName\":\"EO-1\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\",\"FormatType\":\"Native\",\"FormatDescription\":\"Comma-Separated + Value\",\"AverageFileSize\":12.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":12.3,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"FormatType\":\"Native\",\"FormatDescription\":\"Comma-Separated + Value\",\"Media\":[\"HTTPS\"],\"AverageFileSize\":12.3,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":12.3,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/CMS/GFEI_CH4.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GFEI_CH4_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2143386827-GES_DISC\",\"revision-date\":\"2023-07-26T16:11:30.476Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Scarpelli, Tia R.; Jacob, Daniel J.; Maasakkers, Joannes D.; Sulprizio, Melissa P.; Sheng, Jian-Xiong; Rose, Kelly; Romeo, Lucy; Worden, John R.; Janssens-Maenhout, Greet\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GFEI_CH4_1.html\"},\"Publisher\":\"Goddard @@ -234076,7 +234377,7 @@ interactions: Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"GEOS-Chem\",\"LongName\":\"Global 3-D chemical transport model (CTM) for atmospheric composition driven by meteorological input from the Goddard\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_25673\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2527691623-LPDAAC_ECS\",\"revision-date\":\"2024-03-29T13:56:17.970Z\",\"granule-count\":42997,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Version\":\"001\",\"Title\":\"Global + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPDAAC_ECS\",\"has-combine\":false,\"user-id\":\"bwirt\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_25673\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2527691623-LPDAAC_ECS\",\"revision-date\":\"2024-04-02T16:37:54.905Z\",\"granule-count\":42997,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Version\":\"001\",\"Title\":\"Global Land Cover Mapping and Estimation Yearly 30 m V001\",\"Creator\":\"Paulo Arevalo, Radost Stanimirova, Eric Bullock, Yingtong Zhang, Katelyn Tarrio, Konrad Turlej, Kai-Ting Hu, Kristina McAvoy, Valerie J. Pasquarella, Curtis E. Woodcook, @@ -234100,7 +234401,7 @@ interactions: for user guides, ATBDs, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/MEaSUREs/GLanCE/GLanCE30.001\"},{\"Description\":\"LP DAAC Data Pool provides direct access to available products via HTTPS.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GLanCE30.001/\"},{\"Description\":\"The + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://e4ftl01.cr.usgs.gov/MEASURES/GLanCE30.001/\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":81.4,\"Unit\":\"MB\"}},{\"Description\":\"The LP DAAC website provides detailed information on discovery, distribution, access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"GLanCE @@ -234108,7 +234409,7 @@ interactions: HOME PAGE\",\"URL\":\"https://sites.bu.edu/measures/\"},{\"Description\":\"Earthdata Search allows users to search, discover, visualize, refine, and access NASA Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET - DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2527691623-LPDAAC_ECS\"},{\"Description\":\"Browse + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2527691623-LPDAAC_ECS\",\"GetData\":{\"Format\":\"GeoTIFF\",\"MimeType\":\"image/tiff\",\"Size\":81.4,\"Unit\":\"MB\"}},{\"Description\":\"Browse image for Earthdata Search\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://e4ftl01.cr.usgs.gov/WORKING/BRWS/Browse.001/2022.10.31/GLANCE30_A20190701_h37v40_001_20220824_NA.1.png\"},{\"Description\":\"The technical information in the User's Guide enables users to interpret and use @@ -234139,7 +234440,7 @@ interactions: is also available for each granule.\\r\\n\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"OCEANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH - AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-10-28T14:40:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-29T13:56:00.000Z\"}],\"VersionDescription\":\"Version + AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-10-28T14:40:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-02T16:37:00.000Z\"}],\"VersionDescription\":\"Version 1\",\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making Earth System Data Records for Use in Research Environments\",\"Campaigns\":[\"GLanCE\"],\"StartDate\":\"2020-01-01T00:00:00.000Z\",\"EndDate\":\"2022-11-03T00:00:00.000Z\"}],\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Mark \",\"LastName\":\"Friedl\",\"NonDataCenterAffiliation\":\"GLanCE Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"friedl@bu.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Curtis\",\"LastName\":\"Woodcock\",\"NonDataCenterAffiliation\":\"GLanCE @@ -234192,7 +234493,9 @@ interactions: descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"TM\",\"LongName\":\"Thematic Mapper\",\"Characteristics\":[{\"Name\":\"IEquatorCrossingTime\",\"Description\":\"Local time of the equator crossing and direction (ascending or descending)\",\"Value\":\"10:00, - descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":81.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":3498732.6,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"AverageFileSize\":81.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":3498732.6,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Global + descending\",\"Unit\":\"Local Mean Time\",\"DataType\":\"STRING\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":81.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":3498732.6,\"TotalCollectionFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"FormatType\":\"Native\",\"FormatDescription\":\"Georeferenced + Tagged Image File Format\",\"AverageFileSize\":81.4,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":3498732.6,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Global Landslide Hazard Distribution\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179001779-SEDAC\",\"revision-date\":\"2023-01-10T21:47:13.963Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"Global Landslide Hazard Distribution\",\"Creator\":\"Center for Hazards and Risk Research - CHRR - Columbia University, Center for International Earth Science @@ -236389,7 +236692,7 @@ interactions: Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation - Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_8392\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1620477599-CDDIS\",\"revision-date\":\"2021-03-04T20:42:04.658Z\",\"granule-count\":13696,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_8392\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1620477599-CDDIS\",\"revision-date\":\"2021-03-04T20:42:04.658Z\",\"granule-count\":13707,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID @@ -238035,7 +238338,7 @@ interactions: P\",\"LongName\":\"India's Regional Navigation Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"Satellite-Based Augmentation System Satellites\",\"Instruments\":[{\"ShortName\":\"SBAS P\",\"LongName\":\"Satellite-Based - Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_928\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1423673739-CDDIS\",\"revision-date\":\"2017-09-29T17:25:49.207Z\",\"granule-count\":10306,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_928\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1423673739-CDDIS\",\"revision-date\":\"2017-09-29T17:25:49.207Z\",\"granule-count\":10320,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE @@ -238158,7 +238461,7 @@ interactions: PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"Platforms\":[{\"ShortName\":\"GLONASS\",\"LongName\":\"(GLObal NAvigation Satellite System)\",\"Instruments\":[{\"ShortName\":\"GLONASS P\",\"LongName\":\"GLObal NAvigation Satellite System Payload\"}]},{\"ShortName\":\"GPS\",\"LongName\":\"Global - Positioning System Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_972\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1426344749-CDDIS\",\"revision-date\":\"2018-04-09T19:28:14.856Z\",\"granule-count\":4354,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Positioning System Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_972\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1426344749-CDDIS\",\"revision-date\":\"2018-04-09T19:28:14.856Z\",\"granule-count\":4356,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE @@ -238382,7 +238685,7 @@ interactions: Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation - Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_10846\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1708969932-CDDIS\",\"revision-date\":\"2021-03-04T20:43:42.207Z\",\"granule-count\":92226,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_10846\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1708969932-CDDIS\",\"revision-date\":\"2021-03-04T20:43:42.207Z\",\"granule-count\":92435,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID @@ -238593,7 +238896,7 @@ interactions: Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation - Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_8386\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1620469522-CDDIS\",\"revision-date\":\"2021-03-04T20:42:31.838Z\",\"granule-count\":60858,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_8386\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1620469522-CDDIS\",\"revision-date\":\"2021-03-04T20:42:31.838Z\",\"granule-count\":60941,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID @@ -238700,7 +239003,7 @@ interactions: Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation - Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_8389\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1620470197-CDDIS\",\"revision-date\":\"2021-03-04T20:43:27.723Z\",\"granule-count\":13869,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_8389\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1620470197-CDDIS\",\"revision-date\":\"2021-03-04T20:43:27.723Z\",\"granule-count\":13987,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID @@ -238807,7 +239110,7 @@ interactions: Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation - Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_3346\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1511761518-CDDIS\",\"revision-date\":\"2018-04-10T19:19:29.447Z\",\"granule-count\":2472,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_3346\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1511761518-CDDIS\",\"revision-date\":\"2018-04-10T19:19:29.447Z\",\"granule-count\":2479,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE @@ -239014,7 +239317,7 @@ interactions: Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation - Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":1,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_3371\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1511770063-CDDIS\",\"revision-date\":\"2018-04-10T17:36:17.143Z\",\"granule-count\":4231,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":1,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_3371\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1511770063-CDDIS\",\"revision-date\":\"2018-04-10T17:36:17.143Z\",\"granule-count\":4251,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE @@ -239114,7 +239417,7 @@ interactions: P\",\"LongName\":\"India's Regional Navigation Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"Satellite-Based Augmentation System Satellites\",\"Instruments\":[{\"ShortName\":\"SBAS P\",\"LongName\":\"Satellite-Based - Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_3347\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1511762113-CDDIS\",\"revision-date\":\"2021-03-04T20:46:00.123Z\",\"granule-count\":2439,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_3347\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1511762113-CDDIS\",\"revision-date\":\"2021-03-04T20:46:00.123Z\",\"granule-count\":2451,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID @@ -239221,7 +239524,7 @@ interactions: Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation - Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_3384\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1511780832-CDDIS\",\"revision-date\":\"2021-03-04T20:45:17.034Z\",\"granule-count\":2024,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_3384\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1511780832-CDDIS\",\"revision-date\":\"2021-03-04T20:45:17.034Z\",\"granule-count\":2043,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID @@ -240163,7 +240466,7 @@ interactions: P\",\"LongName\":\"India's Regional Navigation Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"Satellite-Based Augmentation System Satellites\",\"Instruments\":[{\"ShortName\":\"SBAS P\",\"LongName\":\"Satellite-Based - Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1009\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1427041287-CDDIS\",\"revision-date\":\"2017-10-13T18:58:20.944Z\",\"granule-count\":13930,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1009\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1427041287-CDDIS\",\"revision-date\":\"2017-10-13T18:58:20.944Z\",\"granule-count\":14010,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE @@ -240379,7 +240682,7 @@ interactions: Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation - Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1011\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1427047741-CDDIS\",\"revision-date\":\"2017-10-13T18:57:28.786Z\",\"granule-count\":18173,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_1011\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1427047741-CDDIS\",\"revision-date\":\"2017-10-13T18:57:28.786Z\",\"granule-count\":18253,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE @@ -240941,8 +241244,8 @@ interactions: 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver - Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Global - PyGEM-OGGM Glacier Projections with RCP and SSP Scenarios V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2559364353-NSIDC_ECS\",\"revision-date\":\"2024-03-28T17:44:21.331Z\",\"granule-count\":131,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"Global + PyGEM-OGGM Glacier Projections with RCP and SSP Scenarios V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2559364353-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:35.296Z\",\"granule-count\":131,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; usa\",\"CollectionCitations\":[{\"Title\":\"Global PyGEM-OGGM Glacier Projections with RCP and SSP Scenarios V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The @@ -246555,7 +246858,74823 @@ interactions: Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online - Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}}]}" + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTFSC.3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GSSTFSC_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113454-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:24.261Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, J. Ardizzone, + and S. Gao\",\"IssueIdentification\":\"GSSTFSC_3\",\"Editor\":\"Andrey Savtchenko\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFSC_3.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes Climatology, 0.25 x 0.25 deg, Seasonal + Grid V3\",\"SeriesName\":\"GSSTFSC\",\"ReleaseDate\":\"2012-08-14T00:00:00.000Z\",\"Version\":\"3\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1988-03-01T00:00:00.000Z\",\"EndingDateTime\":\"2008-11-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA310\"},\"ShortName\":\"GSSTFSC\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes Climatology, 0.25 x 0.25 deg, Seasonal + Grid V3 (GSSTFSC) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTFSC.3/\"]},\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Precipitable Water Seasonal Climatology 1 x 1 degree + June-August (1988-2008) [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTFSC_3.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFSC_3.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFSC.3\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTFSC_3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\\n + \ \",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTFSC.3\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFSC.3/doc/Readme.GSSTF3.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF3.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are the Goddard Satellite-based Surface Turbulent Fluxes Version-3 Dataset + recently produced through a MEaSUREs funded project led by Dr. Chung-Lin Shie + (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. The stewardship of this + HDF-EOS5 dataset is part of the MEaSUREs project. \\n\\nThis is the fine resolution + version of the previously released GSSTFSC.2c. \\n\\nThis is the Seasonal + Climatology product; data are projected to equidistant Grid that covers the + globe at 0.25x00.25 degree cell size, resulting in data arrays of 1440x720 + size. \\n\\nStarting from previous Version 2c, these data have only one set + of Combined data, \\\"Set1\\\". The Seasonal Climatology HDF-EOS5 file also + contains one extra grid of NCEP Climatology, \\\"NCEP\\\".\\n\\nStarting with + this Version 3, the \\\"WB\\\" variable, \\\"lowest 500-m precipitable water\\\" + has been discontinued. \\n \\nThe short name for this product is GSSTFSC.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2012-05-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-10-15T11:53:53.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTFYC.3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GSSTFYC_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113477-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:25.864Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, J. Ardizzone, + and S. Gao\",\"IssueIdentification\":\"GSSTFYC_3\",\"Editor\":\"Andrey Savtchenko\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFYC_3.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes Climatology, 0.25 x 0.25 deg, Yearly + Grid V3\",\"SeriesName\":\"GSSTFYC\",\"ReleaseDate\":\"2012-08-14T00:00:00.000Z\",\"Version\":\"3\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1988-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2008-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA311\"},\"ShortName\":\"GSSTFYC\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes Climatology, 0.25 x 0.25 deg, Yearly + Grid V3 (GSSTFYC) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTFYC.3/\"]},\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Precipitable Water Yearly Climatology 1 x 1 degree + (1988-2008) [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTFYC_3.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFYC_3.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFYC.3/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTFYC_3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\\n + \ \",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTFYC.3\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFYC.3/doc/Readme.GSSTF3.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF3.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are the Goddard Satellite-based Surface Turbulent Fluxes Version-3 Dataset + recently produced through a MEaSUREs funded project led by Dr. Chung-Lin Shie + (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. The stewardship of this + HDF-EOS5 dataset is part of the MEaSUREs project. \\n\\nThis is the fine resolution + version of the previously released GSSTFYC.2c. \\n\\nThis is the Yearly Climatology + product; data are projected to equidistant Grid that covers the globe at 0.25x00.25 + degree cell size, resulting in data arrays of 1440x720 size. \\n\\nStarting + from previous Version 2c, these data have only one set of Combined data, \\\"Set1\\\". + The Yearly Climatology HDF-EOS5 file also contains one extra grid of NCEP + Climatology, \\\"NCEP\\\". \\n\\nStarting with this Version 3, the \\\"WB\\\" + variable, \\\"lowest 500-m precipitable water\\\" has been discontinued. \\n + \ \\nThe short name for this product is GSSTFYC.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2012-05-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF_F08.3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_F08_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113367-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:06.340Z\",\"granule-count\":1565,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, J. Ardizzone, + and S. Gao\",\"IssueIdentification\":\"GSSTF_F08_3\",\"Editor\":\"Andrey Savtchenko\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F08_3.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid F08 + V3\",\"SeriesName\":\"GSSTF_F08\",\"ReleaseDate\":\"2012-10-30T00:00:00.000Z\",\"Version\":\"3\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1987-07-09T00:00:00.000Z\",\"EndingDateTime\":\"1992-01-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA312\"},\"ShortName\":\"GSSTF_F08\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid F08 + V3 (GSSTF_F08) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF_F08.3/\"]},\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Satellite F08 Total Precipitable Water 1 x 1 degree + 01/01/1991 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_F08_3.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F08_3.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F08.3/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_F08_3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\\n + \ \",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF_F08.3\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F08.3/doc/Readme.GSSTF3.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF3.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2012-10-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2012-10-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version + 3 (GSSTF3) Dataset recently produced through a MEaSURES funded project led + by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. + The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. + \\n\\nThis is a Daily (24-hour) product; data are projected to equidistant + Grid that covers the globe at 0.25x0.25 degree cell size, resulting in data + arrays of 1440x720 size. \\n\\nThe daily fluxes are produced for each individual + available SSM/I satellite tapes (e.g., F08, F10, F11, F13, F14 and F15), and + then serve as input to the Combined daily fluxes (GSSTF_3).\\n \\n The short + name of this data set is GSSTF_F08.\\n \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2012-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F8\",\"LongName\":\"Defense + Meteorological Satellite Program-F8\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF_F10.3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_F10_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113374-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:07.964Z\",\"granule-count\":2443,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, J. Ardizzone, + and S. Gao\",\"IssueIdentification\":\"GSSTF_F10_3\",\"Editor\":\"Andrey Savtchenko\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F10_3.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid F10 + V3\",\"SeriesName\":\"GSSTF_F10\",\"ReleaseDate\":\"2012-10-30T00:00:00.000Z\",\"Version\":\"3\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-01-07T00:00:00.000Z\",\"EndingDateTime\":\"1997-11-15T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA313\"},\"ShortName\":\"GSSTF_F10\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid F10 + V3 (GSSTF_F10) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF_F10.3/\"]},\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Satellite F10 Total Precipitable Water 1 x 1 degree + 01/07/1991 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_F10_3.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F10_3.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F10.3/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_F10_3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\\n + \ \",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF_F10.3\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F10.3/doc/Readme.GSSTF3.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF3.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2012-10-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2012-10-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version + 3 (GSSTF3) Dataset recently produced through a MEaSURES funded project led + by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. + The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. + \\n\\nThis is a Daily (24-hour) product; data are projected to equidistant + Grid that covers the globe at 0.25x0.25 degree cell size, resulting in data + arrays of 1440x720 size.\\n \\n The daily fluxes are produced for + each individual available SSM/I satellite tapes (e.g., F08, F10, F11, F13, + F14 and F15), and then serve as input to the Combined daily fluxes (GSSTF_3).\\n + \ \\n The short name of this data set is GSSTF_F10.\\n \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2012-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F10\",\"LongName\":\"Defense + Meteorological Satellite Program-F10\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF_F11.3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_F11_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113377-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:09.621Z\",\"granule-count\":2978,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, J. Ardizzone, + and S. Gao\",\"IssueIdentification\":\"GSSTF_F11_3\",\"Editor\":\"Andrey Savtchenko\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F11_3.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid F11 + V3\",\"SeriesName\":\"GSSTF_F11\",\"ReleaseDate\":\"2012-08-14T00:00:00.000Z\",\"Version\":\"3\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2000-05-17T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA303\"},\"ShortName\":\"GSSTF_F11\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid F11 + V3 (GSSTF_F11) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF_F11.3/\"]},\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Satellite F11 Total Precipitable Water 1 x 1 degree + 01/01/2000 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_F11_3.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F11_3.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F11.3/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_F11_3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\\n + \ \",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF_F11.3\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F11.3/doc/Readme.GSSTF3.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF3.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version + 3 (GSSTF3) Dataset recently produced through a MEaSURES funded project led + by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. + The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. + \\n\\nThis is a Daily (24-hour) product; data are projected to equidistant + Grid that covers the globe at 0.25x0.25 degree cell size, resulting in data + arrays of 1440x720 size. \\n\\nThe daily fluxes are produced for each individual + available SSM/I satellite tapes (e.g., F11, F13, F14 and F15), and then serve + as input to the Combined daily fluxes (GSSTF_3).\\n \\nThe short name + of this data set is GSSTF_F11.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2012-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F11\",\"LongName\":\"Defense + Meteorological Satellite Program-F11\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF_F13.3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_F13_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113405-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:11.934Z\",\"granule-count\":4989,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, J. Ardizzone, + and S. Gao\",\"IssueIdentification\":\"GSSTF_F13_3\",\"Editor\":\"Andrey Savtchenko\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F13_3.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid F13 + V3\",\"SeriesName\":\"GSSTF_F13\",\"ReleaseDate\":\"2012-08-14T00:00:00.000Z\",\"Version\":\"3\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-05-03T00:00:00.000Z\",\"EndingDateTime\":\"2009-01-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA304\"},\"ShortName\":\"GSSTF_F13\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid F13 + V3 (GSSTF_F13) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF_F13.3/\"]},\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Satellite F13 Total Precipitable Water 1 x 1 degree + 01/01/2001 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_F13_3.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F13_3.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F13.3/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_F13_3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers. + \ \\n \",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF_F13.3\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F13.3/doc/Readme.GSSTF3.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF3.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version + 3 (GSSTF3) Dataset recently produced through a MEaSURES funded project led + by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. + The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. + \\n\\nThis is a Daily (24-hour) product; data are projected to equidistant + Grid that covers the globe at 0.25x0.25 degree cell size, resulting in data + arrays of 1440x720 size. \\n\\nThe daily fluxes are produced for each individual + available SSM/I satellite tapes (e.g., F11, F13, F14 and F15), and then serve + as input to the Combined daily fluxes (GSSTF_3).\\n \\nThe short name + of this data set is GSSTF_F13.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2012-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F13\",\"LongName\":\"Defense + Meteorological Satellite Program-F13\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF_F14.3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_F14_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113409-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:14.324Z\",\"granule-count\":4110,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, J. Ardizzone, + and S. Gao\",\"IssueIdentification\":\"GSSTF_F14_3\",\"Editor\":\"Andrey Savtchenko\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F14_3.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid F14 + V3\",\"SeriesName\":\"GSSTF_F14\",\"ReleaseDate\":\"2012-08-14T00:00:00.000Z\",\"Version\":\"3\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-05-08T00:00:00.000Z\",\"EndingDateTime\":\"2008-08-09T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA305\"},\"ShortName\":\"GSSTF_F14\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid F14 + V3 (GSSTF_F14) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF_F14.3/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Goddard + Satellite-based Surface Turbulent Fluxes (GSSTF) Satellite F14 Total Precipitable + Water 1 x 1 degree 01/01/2001 [g/cm2]\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_F14_3.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F14_3.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F14.3/\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_F14_3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF_F14.3\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F14.3/doc/Readme.GSSTF3.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF3.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version + 3 (GSSTF3) Dataset recently produced through a MEaSURES funded project led + by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. + The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. + \\n\\nThis is a Daily (24-hour) product; data are projected to equidistant + Grid that covers the globe at 0.25x0.25 degree cell size, resulting in data + arrays of 1440x720 size. \\n\\nThe daily fluxes are produced for each individual + available SSM/I satellite tapes (e.g., F11, F13, F14 and F15), and then serve + as input to the Combined daily fluxes (GSSTF_3).\\n \\nThe short name + of this data set is GSSTF_F14.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2012-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F14\",\"LongName\":\"Defense + Meteorological Satellite Program-F14\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF_F15.3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_F15_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113424-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:15.980Z\",\"granule-count\":3287,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, J. Ardizzone, + and S. Gao\",\"IssueIdentification\":\"GSSTF_F15_3\",\"Editor\":\"Andrey Savtchenko\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F15_3.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid F15 + V3\",\"SeriesName\":\"GSSTF_F15\",\"ReleaseDate\":\"2012-08-14T00:00:00.000Z\",\"Version\":\"3\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2009-01-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA306\"},\"ShortName\":\"GSSTF_F15\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid F15 + V3 (GSSTF_F15) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF_F15.3/\"]},\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Satellite F15 Total Precipitable Water 1 x 1 degree + 01/01/2001 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_F15_3.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F15_3.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F15.3/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_F15_3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\\n + \ \",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF_F15.3\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F15.3/doc/Readme.GSSTF3.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF3.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version + 3 (GSSTF3) Dataset recently produced through a MEaSURES funded project led + by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. + The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. + \\n\\nThis is a Daily (24-hour) product; data are projected to equidistant + Grid that covers the globe at 0.25x0.25 degree cell size, resulting in data + arrays of 1440x720 size. \\n\\nThe daily fluxes are produced for each individual + available SSM/I satellite tapes (e.g., F11, F13, F14 and F15), and then serve + as input to the Combined daily fluxes (GSSTF_3).\\n \\nThe short name + of this data set is GSSTF_F15.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2012-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F15\",\"LongName\":\"Defense + Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF.3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113343-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:04.679Z\",\"granule-count\":7773,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, J. Ardizzone, + and S. Gao\",\"IssueIdentification\":\"GSSTF_3\",\"Editor\":\"Andrey Savtchenko\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_3.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid V3\",\"SeriesName\":\"GSSTF\",\"ReleaseDate\":\"2012-08-14T00:00:00.000Z\",\"Version\":\"3\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1987-07-09T00:00:00.000Z\",\"EndingDateTime\":\"2009-01-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA301\"},\"ShortName\":\"GSSTF\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Daily Grid V3 (GSSTF) + at GES DISC\",\"Quality\":\"See Related URL here for links to quality-related + documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTF.3/\"]},\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Total Precipitable Water 1 x 1 degree 01/01/2001 + [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_3.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_3.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF.3/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\\n + \ \",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF.3\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF.3/doc/Readme.GSSTF3.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF3.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are the Goddard Satellite-based Surface Turbulent Fluxes Version-3 (GSSTF3) + Dataset recently produced through a MEaSUREs funded project led by Dr. Chung-Lin + Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. The stewardship + of this HDF-EOS5 dataset is part of the MEaSUREs project. \\n\\nThis suite + of GSSTF version 3 products is the 0.25x0.25 deg resolution version of the + GSSTF 2c collections. It does not contain, however, the \\\"WB\\\" variable + - 'lowest 500-m precipitable water' (g/cm**2). \\n\\nThis is the Daily (24-hour) + product; data are projected to equidistant Grid that covers the globe at 0.25 + \ degree cell size, resulting in data arrays of 1440x720 size. \\n\\nAs in + previous versions, the daily fluxes have first been produced for each individual + available SSM/I satellite tapes (e.g., F08, F10, F11, F13, F14 and F15). Then, + the Combined daily fluxes are produced by averaging (equally weighted) over + available flux data/files from various satellites. These Combined daily flux + data are considered as the \\\"final\\\" GSSTF, Version 3, and are stored + in this HDF-EOS5 collection.\\n \\n There are only one set of GSSTF, + Version 3, Combined data, \\\"Set1\\\" \\n \\n The \\\"individual\\\" + daily flux data files, produced for each individual satellite, are also available + in HDF-EOS5, although from different collections:\\n GSSTF_Fxx_3, where + Fxx are the individual satellites (F08, F10, etc..)\\n \\n The input + data sets used for this recent GSSTF production include the upgraded and improved + datasets such as the Special Sensor Microwave Imager (SSM/I) Version-6 (V6) + product of brightness temperature [Tb], total precipitable water [W], and + wind speed [U] produced by the Wentz of Remote Sensing Systems (RSS), as well + as the NCEP/DOE Reanalysis-2 (R2) product of sea skin temperature [SKT], 2-meter + air temperature [Tair], and sea level pressure [SLP]. Relevant to this MEaSUREs + project, these are converted to HDF-EOS5, and are stored in the GSSTF_NCEP_3 + collection. \\n \\n Please use these products with care and proper + citations, i.e., properly indicating your applications with, e.g., \\\"using + the combined 2001 data file of Set1\\\" or \\\"using the 2001 F13 data file\\\". + \\n \\n APPENDIX SET1\\n ---------------\\n The following + list summarizes individual satellites used to produce the Combined SET1. \\n + \ \\n (1) Y1987/:\\n F08/\\n 1987/07-12: F08 (Note: + 1987/12 is filled with missing value due to data scarcity)\\n \\n (2) + Y1988/:\\n F08/\\n 1988/01-12: F08\\n \\n (3) + Y1989/:\\n F08/\\n 1989/01-12: F08\\n \\n (4) + Y1990:\\n F08/ F10/\\n 1990/01-12: F08 (Note: F10 started + in 1990/12, but N/A due to data scarcity)\\n \\n (5) Y1991/:\\n + \ F08/ F10/\\n 1991/01-12: F08+F10\\n \\n (6) + Y1992/:\\n F10/ F11/\\n 1992/01-12: F10+F11\\n \\n + \ (7) Y1993/:\\n F10/ F11/\\n 1993/01-12: F10+F11\\n + \ \\n (8) Y1994/:\\n F10/ F11/\\n 1994/01-12: + \ F10+F11\\n \\n (9) Y1995/:\\n F10/ F11/ F13/\\n 1995/01-12: + \ 01-04: F10+F11\\n 05-12: F10+F11+F13\\n \\n (10) + Y1996/:\\n F10/ F11/ F13/\\n 1996/01-12: F10+F11+F13\\n + \ \\n (11) Y1997/:\\n F10/ F11/ F13/ F14/\\n 1997/01-12: + \ 01-04: F10+F11+F13\\n 05/01-11/14: F10+F11+F13+F14\\n + \ 11/15-12/31: F11+F13+F14\\n \\n (12) Y1998/:\\n + \ F11/ F13/ F14/\\n 1998/01-12: F11+F13+F14\\n \\n + \ (13) Y1999/:\\n F11/ F13/ F14/\\n 1999/01-12: + \ F11+F13+F14\\n \\n (14) Y2000/:\\n F11/ F13/ F14/ + \ F15/\\n 2000/01-12: 01/01-05/16: F11+F13+F14+F15\\n 05/17-12/31: + F13+F14+F15\\n \\n (15) Y2001/:\\n F13/ F14/ F15/\\n + \ 2001/01-12: F13+F14+F15\\n \\n (16) Y2002/:\\n F13/ + \ F14/ F15/\\n 2002/01-12: F13+F14+F15\\n \\n (17) Y2003/:\\n + \ F13/ F14/ F15/\\n 2003/01-12: F13+F14+F15\\n \\n + \ (18) Y2004/:\\n F13/ F14/ F15/\\n 2004/01-12: + F13+F14+F15\\n \\n (19) Y2005/:\\n F13/ F14/ F15/\\n + \ 2005/01-12: F13+F14+F15\\n \\n (20) Y2006/:\\n F13/ + \ F14/ F15/\\n 2006/01-12: F13+F14 \\n \\n (21) Y2007/:\\n + \ F13/ F14/ F15/\\n 2007/01-12: F13+F14 \\n \\n + \ (22) Y2008/:\\n F13/ F14/ F15/\\n 2008/01-12: + 01-07: F13+F14 \\n 08-12: F13 \\n \\n Special + notes:\\n \\n (a) For Y2006, Y2007 and Y2008, the current Combined + daily data files do not include the F15 Individual daily data files due to + problematic calibration in F15. The Combined daily files will be updated for + those three years once an improved set of Individual daily data files are + produced using corrected and updated SSM/I F15 input files.\\n \\n (b) + The current Combined daily data files are produced with at most 4 combined + satellites,\\n i.e., F10, F11, F13 and F14 for May-Nov 1997,\\n + \ and F11, F13, F14 and F15 for Jan-May 2000.\\n\",\"Purpose\":\"The + daily temporal and quarter-degree spatial resolution of the product can be + used to examining climate variability at these scales. The global water cycle's + provision of water to terrestrial storage, reservoirs, and rivers rests upon + the global excess of evaporation to precipitation over the oceans. Variations + in the magnitude of this ocean evaporation excess will ultimately lead to + variations in the amount of freshwater that is transported (by the atmosphere) + and precipitated over continental regions. The air-sea fluxes of momentum, + radiation, and freshwater (precipitation-evaporation) play a very essential + role in a wide variety of atmospheric and oceanic problems (e.g., oceanic + evaporation contributes to the net fresh water input to the oceans and drives + the upper ocean density structure and consequently the circulation of the + oceans). Information on these fluxes is crucial in understanding the interactions + between the atmosphere and oceans, global energy, and water cycle variability, + and in improving model simulations of climate variations. \\n\\n The + GSSTF dataset has been widely used by scientific communities for global energy + and water cycle research and regional and short period data analysis since + its official release in 2000/2001. Accurate sea surface fluxes measurements + are crucial to understanding the global water and energy cycles. The oceanic + evaporation that is a major component of the global oceanic fresh water flux + is particularly useful to predicting oceanic circulation and transport. Remote + sensing is a valuable tool for global monitoring of these flux measurements. + The GSSTF algorithm has been developed and applied to remote sensing research + and applications. We are looking forward to serving the scientific communities + with another useful dataset in GSSTF3.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2011-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2140660116-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTFM.3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GSSTFM_3\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2140660116-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1237113442-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:17.650Z\",\"granule-count\":258,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, J. Ardizzone, + and S. Gao\",\"IssueIdentification\":\"GSSTFM_3\",\"Editor\":\"Andrey Savtchenko\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFM_3.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Monthly Grid V3\",\"SeriesName\":\"GSSTFM\",\"ReleaseDate\":\"2012-08-14T00:00:00.000Z\",\"Version\":\"3\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1987-07-01T00:00:00.000Z\",\"EndingDateTime\":\"2008-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA307\"},\"ShortName\":\"GSSTFM\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 0.25 x 0.25 deg, Monthly Grid V3 + (GSSTFM) at GES DISC\",\"Quality\":\"See Related URL here for links to quality-related + documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GSSTF/GSSTFM.3/\"]},\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Monthly Averaged Precipitable Water 1 x 1 degree + 01/1991 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTFM_3.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFM_3.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFM.3/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTFM_3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\\n + \ \",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTFM.3\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFM.3/doc/Readme.GSSTF3.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n \",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF3.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2012-08-14T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are the Goddard Satellite-based Surface Turbulent Fluxes Version-3 Dataset + recently produced through a MEaSUREs funded project led by Dr. Chung-Lin Shie + (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. The stewardship of this + HDF-EOS5 dataset is part of the MEaSUREs project. \\n\\nThis is the fine resolution + version of the previously released GSSTFM.2c. \\n\\nThis is the Monthly product; + data are projected to equidistant Grid that covers the globe at 0.25x00.25 + degree cell size, resulting in data arrays of 1440x720 size. The monthly product + is a result of averaging of a month worth of daily GSSTF3 files. Starting + with Version 3, the \\\"WB\\\" variable, \\\"lowest 500-m precipitable water\\\" + has been discontinued. \\n\\nThe monthly temporal and one-degree spatial + resolution of the product can be used to examining climate variability at + these scales. Oceanic evaporation contributes to the net fresh water input + to the oceans and drives the upper ocean density structure and consequently + the circulation of the oceans.\\n\\n The short name for this product is + GSSTFM.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2012-05-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_F08_2c\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113365-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:05.461Z\",\"granule-count\":1565,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, and J. Ardizzone\",\"IssueIdentification\":\"GSSTF_F08_2c\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F08_2c.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Satellite F08 + V2c\",\"SeriesName\":\"GSSTF_F08\",\"ReleaseDate\":\"2011-11-18T00:00:00.000Z\",\"Version\":\"2c\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1987-07-09T00:00:00.000Z\",\"EndingDateTime\":\"1992-01-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA321\"},\"ShortName\":\"GSSTF_F08\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Satellite F08 + V2c (GSSTF_F08) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Satellite F08 Total Precipitable Water 1 x 1 degree + 01/01/1991 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_F08_2c.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F08_2c.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F08.2c/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F08.2c/doc/Readme.GSSTF2c.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF2c.pdf\",\"Description\":\"Science + of the data\\n \",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_F08_2c\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF_F08.2c\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version-2c + (GSSTF 2c) Dataset recently produced through a MEaSURES funded project led + by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. + The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. + \\n\\nThis is a Daily (24-hour) product; data are projected to equidistant + Grid that covers the globe at 1x1 degree cell size, resulting in data arrays + of 360x180 size. \\n\\nThe daily fluxes are produced for each individual + available SSM/I satellite tapes (e.g., F08, F10, F11, F13, F14 and F15), and + then serve as input to the Combined daily fluxes (GSSTF_2c). A finer resolution, + 0.25 deg, of this product has been released as Version 3.\\n \\n The + short name of this data set is GSSTF_F08.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2011-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"2c\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F8\",\"LongName\":\"Defense + Meteorological Satellite Program-F8\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_F10_2c\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113368-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:07.141Z\",\"granule-count\":2443,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, and J. Ardizzone\",\"IssueIdentification\":\"GSSTF_F10_2c\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F10_2c.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Satellite F10 + V2c\",\"SeriesName\":\"GSSTF_F10\",\"ReleaseDate\":\"2011-11-18T00:00:00.000Z\",\"Version\":\"2c\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-01-07T00:00:00.000Z\",\"EndingDateTime\":\"1997-11-15T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA322\"},\"ShortName\":\"GSSTF_F10\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Satellite F10 + V2c (GSSTF_F10) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Satellite F10 Total Precipitable Water 1 x 1 degree + 01/07/1991 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_F10_2c.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F10_2c.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F10.2c/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F10.2c/doc/Readme.GSSTF2c.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF2c.pdf\",\"Description\":\"Science + of the data\\n \",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_F10_2c\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF_F10.2c\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version-2c + (GSSTF 2c) Dataset recently produced through a MEaSURES funded project led + by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. + The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. + \\n\\nThis is a Daily (24-hour) product; data are projected to equidistant + Grid that covers the globe at 1x1 degree cell size, resulting in data arrays + of 360x180 size. A finer resolution, 0.25 deg, of this product has been released + as Version 3. \\n\\nThe daily fluxes are produced for each individual available + SSM/I satellite tapes (e.g., F08, F10, F11, F13, F14 and F15), and then serve + as input to the Combined daily fluxes (GSSTF_2c).\\n \\nThe short name + for this data set is GSSTF_F10.\\n \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2011-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"2c\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F10\",\"LongName\":\"Defense + Meteorological Satellite Program-F10\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_F11_2c\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113384-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:08.787Z\",\"granule-count\":2978,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, and J. Ardizzone\",\"IssueIdentification\":\"GSSTF_F11_2c\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F11_2c.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Satellite F11 + V2c\",\"SeriesName\":\"GSSTF_F11\",\"ReleaseDate\":\"2011-11-18T00:00:00.000Z\",\"Version\":\"2c\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2000-05-17T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA323\"},\"ShortName\":\"GSSTF_F11\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Satellite F11 + V2c (GSSTF_F11) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Satellite F11 Total Precipitable Water 1 x 1 degree + 01/01/2000 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_F11_2c.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F11_2c.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F11.2c/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F11.2c/doc/Readme.GSSTF2c.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF2c.pdf\",\"Description\":\"Science + of the data\\n \",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_F11_2c\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF_F11.2c\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version-2c + (GSSTF 2c) Dataset recently produced through a MEaSURES funded project led + by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. + The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. + \\n\\nThis is a Daily (24-hour) product; data are projected to equidistant + Grid that covers the globe at 1x1 degree cell size, resulting in data arrays + of 360x180 size. A finer resolution, 0.25 deg, of this product has been + released as Version 3. \\n\\nThe daily fluxes are produced for each individual + available SSM/I satellite tapes (e.g., F08, F10, F11, F13, F14 and F15), and + then serve as input to the Combined daily fluxes (GSSTF_2c).\\n\\nThe short + name for this data set is GSSTF_F11.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2011-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"2c\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F11\",\"LongName\":\"Defense + Meteorological Satellite Program-F11\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_F13_2c\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113389-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:10.500Z\",\"granule-count\":4989,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, and J. Ardizzone\",\"IssueIdentification\":\"GSSTF_F13_2c\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F13_2c.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Satellite F13 + V2c\",\"SeriesName\":\"GSSTF_F13\",\"ReleaseDate\":\"2011-11-18T00:00:00.000Z\",\"Version\":\"2c\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-05-03T00:00:00.000Z\",\"EndingDateTime\":\"2009-01-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA324\"},\"ShortName\":\"GSSTF_F13\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Satellite F13 + V2c (GSSTF_F13) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Satellite F13 Total Precipitable Water 1 x 1 degree + 01/01/2001 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_F13_2c.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F13_2c.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F13.2c/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F13.2c/doc/Readme.GSSTF2c.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF2c.pdf\",\"Description\":\"Science + of the data\\n \",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_F13_2c\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF_F13.2c\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version-2c + (GSSTF 2c) Dataset recently produced through a MEaSURES funded project led + by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. + The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. + \\n\\nThis is a Daily (24-hour) product; data are projected to equidistant + Grid that covers the globe at 1x1 degree cell size, resulting in data arrays + of 360x180 size. A finer resolution, 0.25 deg, of this product has been + released as Version 3. \\n\\nThe daily fluxes are produced for each individual + available SSM/I satellite tapes (e.g., F08, F10, F11, F13, F14 and F15), and + then serve as input to the Combined daily fluxes (GSSTF_2c).\\n \\nThe + short name for this dataset is GSSTF_F13.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2011-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"2c\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F13\",\"LongName\":\"Defense + Meteorological Satellite Program-F13\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_F14_2c\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113407-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:13.408Z\",\"granule-count\":4109,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, and J. Ardizzone\",\"IssueIdentification\":\"GSSTF_F14_2c\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F14_2c.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Satellite F14 + V2c\",\"SeriesName\":\"GSSTF_F14\",\"ReleaseDate\":\"2011-11-18T00:00:00.000Z\",\"Version\":\"2c\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-05-08T00:00:00.000Z\",\"EndingDateTime\":\"2008-08-08T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA325\"},\"ShortName\":\"GSSTF_F14\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Satellite F14 + V2c (GSSTF_F14) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Satellite F14 Total Precipitable Water 1 x 1 degree + 01/01/2001 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_F14_2c.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F14_2c.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F14.2c/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F14.2c/doc/Readme.GSSTF2c.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF2c.pdf\",\"Description\":\"Science + of the data\\n \",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_F14_2c\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF_F14.2c\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version-2c + (GSSTF 2c) Dataset recently produced through a MEaSURES funded project led + by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. + The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. + \\n\\nThis is a Daily (24-hour) product; data are projected to equidistant + Grid that covers the globe at 1x1 degree cell size, resulting in data arrays + of 360x180 size. A finer resolution, 0.25 deg, of this product has been + released as Version 3. \\n\\nThe daily fluxes are produced for each individual + available SSM/I satellite tapes (e.g., F08, F10, F11, F13, F14 and F15), and + then serve as input to the Combined daily fluxes (GSSTF_2c).\\n \\nThe + short name for this data set is GSSTF_F14.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2011-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"2c\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F14\",\"LongName\":\"Defense + Meteorological Satellite Program-F14\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_F15_2c\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113422-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:15.178Z\",\"granule-count\":3287,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, and J. Ardizzone\",\"IssueIdentification\":\"GSSTF_F15_2c\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F15_2c.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Satellite F15 + V2c\",\"SeriesName\":\"GSSTF_F15\",\"ReleaseDate\":\"2011-11-18T00:00:00.000Z\",\"Version\":\"2c\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2009-01-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA326\"},\"ShortName\":\"GSSTF_F15\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Satellite F15 + V2c (GSSTF_F15) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Satellite F15 Total Precipitable Water 1 x 1 degree + 01/01/2001 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_F15_2c.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_F15_2c.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F15.2c/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF_F15.2c/doc/Readme.GSSTF2c.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF2c.pdf\",\"Description\":\"Science + of the data\\n \",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_F15_2c\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF_F15.2c\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are part of the Goddard Satellite-based Surface Turbulent Fluxes Version-2c + (GSSTF 2c) Dataset recently produced through a MEaSURES funded project led + by Dr. Chung-Lin Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. + The stewardship of this HDF-EOS5 dataset is part of the MEaSUREs project. + \\n\\nThis is a Daily (24-hour) product; data are projected to equidistant + Grid that covers the globe at 1x1 degree cell size, resulting in data arrays + of 360x180 size. A finer resolution, 0.25 deg, of this product has been + released as Version 3. \\n\\nThe daily fluxes are produced for each individual + available SSM/I satellite tapes (e.g., F08, F10, F11, F13, F14 and F15), and + then serve as input to the Combined daily fluxes (GSSTF_2c).\\n \\nThe + short name for this data set is GSSTF_F15.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2011-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"2c\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F15\",\"LongName\":\"Defense + Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GSSTF_2c\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113336-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:03.878Z\",\"granule-count\":7773,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, and J. Ardizzone\",\"IssueIdentification\":\"GSSTF_2c\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_2c.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Set1 V2c\",\"SeriesName\":\"GSSTF\",\"ReleaseDate\":\"2011-11-18T00:00:00.000Z\",\"Version\":\"2c\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1987-07-09T00:00:00.000Z\",\"EndingDateTime\":\"2009-01-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA314\"},\"ShortName\":\"GSSTF\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Daily Grid, Set1 V2c (GSSTF) + at GES DISC\",\"Quality\":\"See Related URL here for links to quality-related + documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Total Precipitable Water 1 x 1 degree 01/01/2001 + [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTF_2c.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTF_2c.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF.2c/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTF.2c/doc/Readme.GSSTF2c.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF2c.pdf\",\"Description\":\"Science + of the data\\n \",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTF_2c\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTF.2c\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are the Goddard Satellite-based Surface Turbulent Fluxes Version-2c (GSSTF2c) + Dataset recently produced through a MEaSUREs funded project led by Dr. Chung-Lin + Shie (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. The stewardship + of this HDF-EOS5 dataset is part of the MEaSUREs project. \\n\\nGSSTF version + 2b (Shie et al. 2010, Shie et al. 2009) generally agreed better with available + ship measurements obtained from several field experiments in 1999 than GSSTF2 + (Chou et al. 2003) did in all three flux components, i.e., latent heat flux + [LHF], sensible heat flux [SHF], and wind stress [WST] (Shie 2010a,b). GSSTF2b + was also found favorable, particularly for LHF and SHF, in an intercomparison + study that accessed eleven products of ocean surface turbulent fluxes, in + which GSSTF2 and GSSTF2b were also included (Brunke et al. 2011). However, + a temporal trend appeared in the globally averaged LHF of GSSTF2b, particularly + post year 2000. Shie (2010a,b) attributed the LHF trend to the trends originally + found in the globally averaged SSM/I Tb's, i.e., Tb(19v), Tb(19h), Tb(22v) + and Tb(37v), which were used to retrieve the GSSTF2b bottom-layer (the lowest + atmospheric 500 meter layer) precipitable water [WB], then the surface specific + humidity [Qa], and subsequently LHF. The SSM/I Tb's trends were recently found + mainly due to the variations/trends of Earth incidence angle (EIA) in the + SSM/I satellites (Hilburn and Shie 2011a,b). They have further developed + an algorithm properly resolving the EIA problem and successfully reproducing + the corrected Tb's by genuinely removing the \\\"artifactitious\\\" trends. + \ An upgraded production of GSSTF2c (Shie et al. 2011) using the corrected + Tb's has been completed very recently. \\n\\nGSSTF2c shows a significant improvement + in the resultant WB, and subsequently the retrieved LHF - the temporal trends + of WB and LHF are greatly reduced after the proper adjustments/treatments + in the SSM/I Tb's (Shie and Hilburn 2011). In closing, we believe that the + insightful \\\"Rice Cooker Theory\\\" by Shie (2010a,b), i.e., \\\"To produce + a good and trustworthy 'output product' (delicious 'cooked rice') depends + not only on a well-functioned 'model/algorithm' ('rice cooker'), but also + on a genuine and reliable 'input data' ('raw rice') with good quality\\\" + should help us better comprehend the impact of the improved Tb on the subsequently + retrieved LHF of GSSTF2c. \\n\\nThis is the Daily (24-hour) product; data + are projected to equidistant Grid that covers the globe at 1x1 degree cell + size, resulting in data arrays of 360x180 size. \\n\\nA finer resolution, + 0.25 deg, of this product has been released as Version 3. \\n\\nThe GSSTF, + Version 2c, daily fluxes have first been produced for each individual available + SSM/I satellite tapes (e.g., F08, F10, F11, F13, F14 and F15). Then, the Combined + daily fluxes are produced by averaging (equally weighted) over available flux + data/files from various satellites. These Combined daily flux data are considered + as the \\\"final\\\" GSSTF, Version 2c, and are stored in this HDF-EOS5 collection.\\n + \ \\nThere are only one set of GSSTF, Version 2c, Combined data, \\\"Set1\\\" + \\n \\nThe \\\"individual\\\" daily flux data files, produced for + each individual satellite, are also available in HDF-EOS5, although from different + collections:\\n GSSTF_Fxx_2c, where Fxx are the individual satellites + (F08, F10, etc..)\\n \\n The input data sets used for this recent + GSSTF production include the upgraded and improved datasets such as the Special + Sensor Microwave Imager (SSM/I) Version-6 (V6) product of brightness temperature + [Tb], total precipitable water [W], and wind speed [U] produced by the Wentz + of Remote Sensing Systems (RSS), as well as the NCEP/DOE Reanalysis-2 (R2) + product of sea skin temperature [SKT], 2-meter air temperature [Tair], and + sea level pressure [SLP]. Relevant to this MEaSUREs project, these are converted + to HDF-EOS5, and are stored in the GSSTF_NCEP_2c collection. \\n \\n + \ Please use these products with care and proper citations, i.e., properly + indicating your applications with, e.g., \\\"using the combined 2001 data + file of Set1\\\" or \\\"using the 2001 F13 data file\\\". \\n \\n + \ APPENDIX SET1\\n ---------------\\n The following list summarizes + individual satellites used to produce the Combined SET1. \\n \\n (1) + Y1987/:\\n F08/\\n 1987/07-12: F08 (Note: 1987/12 is filled + with missing value due to data scarcity)\\n \\n (2) Y1988/:\\n F08/\\n + \ 1988/01-12: F08\\n \\n (3) Y1989/:\\n F08/\\n + \ 1989/01-12: F08\\n \\n (4) Y1990:\\n F08/ F10/\\n + \ 1990/01-12: F08 (Note: F10 started in 1990/12, but N/A due to data + scarcity)\\n \\n (5) Y1991/:\\n F08/ F10/\\n 1991/01-12: + \ F08+F10\\n \\n (6) Y1992/:\\n F10/ F11/\\n 1992/01-12: + \ F10+F11\\n \\n (7) Y1993/:\\n F10/ F11/\\n 1993/01-12: + \ F10+F11\\n \\n (8) Y1994/:\\n F10/ F11/\\n 1994/01-12: + \ F10+F11\\n \\n (9) Y1995/:\\n F10/ F11/ F13/\\n 1995/01-12: + \ 01-04: F10+F11\\n 05-12: F10+F11+F13\\n \\n (10) + Y1996/:\\n F10/ F11/ F13/\\n 1996/01-12: F10+F11+F13\\n + \ \\n (11) Y1997/:\\n F10/ F11/ F13/ F14/\\n 1997/01-12: + \ 01-04: F10+F11+F13\\n 05/01-11/14: F10+F11+F13+F14\\n + \ 11/15-12/31: F11+F13+F14\\n \\n (12) Y1998/:\\n + \ F11/ F13/ F14/\\n 1998/01-12: F11+F13+F14\\n \\n + \ (13) Y1999/:\\n F11/ F13/ F14/\\n 1999/01-12: + \ F11+F13+F14\\n \\n (14) Y2000/:\\n F11/ F13/ F14/ + \ F15/\\n 2000/01-12: 01/01-05/16: F11+F13+F14+F15\\n 05/17-12/31: + F13+F14+F15\\n \\n (15) Y2001/:\\n F13/ F14/ F15/\\n + \ 2001/01-12: F13+F14+F15\\n \\n (16) Y2002/:\\n F13/ + \ F14/ F15/\\n 2002/01-12: F13+F14+F15\\n \\n (17) Y2003/:\\n + \ F13/ F14/ F15/\\n 2003/01-12: F13+F14+F15\\n \\n + \ (18) Y2004/:\\n F13/ F14/ F15/\\n 2004/01-12: + F13+F14+F15\\n \\n (19) Y2005/:\\n F13/ F14/ F15/\\n + \ 2005/01-12: F13+F14+F15\\n \\n (20) Y2006/:\\n F13/ + \ F14/ F15/\\n 2006/01-12: F13+F14 \\n \\n (21) Y2007/:\\n + \ F13/ F14/ F15/\\n 2007/01-12: F13+F14 \\n \\n + \ (22) Y2008/:\\n F13/ F14/ F15/\\n 2008/01-12: + 01-07: F13+F14 \\n 08-12: F13 \\n \\n Special + notes:\\n \\n (a) For Y2006, Y2007 and Y2008, the current Combined + daily data files do not include the F15 Individual daily data files due to + problematic calibration in F15. The Combined daily files will be updated for + those three years once an improved set of Individual daily data files are + produced using corrected and updated SSM/I F15 input files.\\n \\n (b) + The current Combined daily data files are produced with at most 4 combined + satellites,\\n i.e., F10, F11, F13 and F14 for May-Nov 1997,\\n + \ and F11, F13, F14 and F15 for Jan-May 2000.\\n\",\"Purpose\":\"The + daily temporal and one-degree spatial resolution of the product can be used + to examining climate variability at these scales. The global water cycle's + provision of water to terrestrial storage, reservoirs, and rivers rests upon + the global excess of evaporation to precipitation over the oceans. Variations + in the magnitude of this ocean evaporation excess will ultimately lead to + variations in the amount of freshwater that is transported (by the atmosphere) + and precipitated over continental regions. The air-sea fluxes of momentum, + radiation, and freshwater (precipitation-evaporation) play a very essential + role in a wide variety of atmospheric and oceanic problems (e.g., oceanic + evaporation contributes to the net fresh water input to the oceans and drives + the upper ocean density structure and consequently the circulation of the + oceans). Information on these fluxes is crucial in understanding the interactions + between the atmosphere and oceans, global energy, and water cycle variability, + and in improving model simulations of climate variations. \\n\\nThe GSSTF + dataset has been widely used by scientific communities for global energy and + water cycle research and regional and short period data analysis since its + official release in 2000/2001. Accurate sea surface fluxes measurements are + crucial to understanding the global water and energy cycles. The oceanic evaporation + that is a major component of the global oceanic fresh water flux is particularly + useful to predicting oceanic circulation and transport. Remote sensing is + a valuable tool for global monitoring of these flux measurements. The GSSTF + algorithm has been developed and applied to remote sensing research and applications. + \ We are looking forward to serving the scientific communities with another + useful dataset in GSSTF2c.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2011-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"2c\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GSSTFMC_2c\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113432-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:18.494Z\",\"granule-count\":12,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, and J. Ardizzone\",\"IssueIdentification\":\"GSSTFMC_2c\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFMC_2c.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Monthly Climatology, Set1 + and NCEP V2c\",\"SeriesName\":\"GSSTFMC\",\"ReleaseDate\":\"2011-11-18T00:00:00.000Z\",\"Version\":\"2c\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1988-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2008-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA316\"},\"ShortName\":\"GSSTFMC\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Monthly Climatology, Set1 + and NCEP V2c (GSSTFMC) at GES DISC\",\"Quality\":\"See Related URL here for + links to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Precipitable Water Monthly Climatology 1 x 1 degree + January (1988-2008) [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTFMC_2c.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFMC_2c.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFMC.2c/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFMC.2c/doc/Readme.GSSTF2c.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF2c.pdf\",\"Description\":\"Science + of the data\\n \",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTFMC_2c\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTFMC.2c\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are the Goddard Satellite-based Surface Turbulent Fluxes Version-2c Dataset + recently produced through a MEaSURES funded project led by Dr. Chung-Lin Shie + (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. The stewardship of this + HDF-EOS5 dataset is part of the MEaSUREs project. \\n\\nGSSTF version 2b (Shie + et al. 2010, Shie et al. 2009) generally agreed better with available ship + measurements obtained from several field experiments in 1999 than GSSTF2 (Chou + et al. 2003) did in all three flux components, i.e., latent heat flux [LHF], + sensible heat flux [SHF], and wind stress [WST] (Shie 2010a,b). GSSTF2b was + also found favorable, particularly for LHF and SHF, in an intercomparison + study that accessed eleven products of ocean surface turbulent fluxes, in + which GSSTF2 and GSSTF2b were also included (Brunke et al. 2011). However, + a temporal trend appeared in the globally averaged LHF of GSSTF2b, particularly + post year 2000. Shie (2010a,b) attributed the LHF trend to the trends originally + found in the globally averaged SSM/I Tb's, i.e., Tb(19v), Tb(19h), Tb(22v) + and Tb(37v), which were used to retrieve the GSSTF2b bottom-layer (the lowest + atmospheric 500 meter layer) precipitable water [WB], then the surface specific + humidity [Qa], and subsequently LHF. The SSM/I Tb's trends were recently found + mainly due to the variations/trends of Earth incidence angle (EIA) in the + SSM/I satellites (Hilburn and Shie 2011a,b). They have further developed + an algorithm properly resolving the EIA problem and successfully reproducing + the corrected Tb's by genuinely removing the \\\"artifactitious\\\" trends. + \ An upgraded production of GSSTF2c (Shie et al. 2011) using the corrected + Tb's has been completed very recently. \\n\\nGSSTF2c shows a significant improvement + in the resultant WB, and subsequently the retrieved LHF - the temporal trends + of WB and LHF are greatly reduced after the proper adjustments/treatments + in the SSM/I Tb's (Shie and Hilburn 2011). In closing, we believe that the + insightful \\\"Rice Cooker Theory\\\" by Shie (2010a,b), i.e., \\\"To produce + a good and trustworthy 'output product' (delicious 'cooked rice') depends + not only on a well-functioned 'model/algorithm' ('rice cooker'), but also + on a genuine and reliable 'input data' ('raw rice') with good quality\\\" + should help us better comprehend the impact of the improved Tb on the subsequently + retrieved LHF of GSSTF2c. \\n\\nThis is the Monthly Climatology product; data + are projected to equidistant Grid that covers the globe at 1x1 degree cell + size, resulting in data arrays of 360x180 size. Starting with Version 2c, + there is only one set of Combined data, \\\"Set1\\\". The Monthly Climatology + HDF-EOS5 file also contains one extra grid of NCEP Climatology, \\\"NCEP\\\". + A finer resolution, 0.25 deg, of this product has been released as Version + 3.\\n \\nThe monthly temporal and one-degree spatial resolution of the + product can be used to examining climate variability at these scales. Oceanic + evaporation contributes to the net fresh water input to the oceans and drives + the upper ocean density structure and consequently the circulation of the + oceans.\\n\\nThe short name for this product is GSSTFMC.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2011-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"2c\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GSSTFM_2c\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113419-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:16.823Z\",\"granule-count\":258,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, and J. Ardizzone\",\"IssueIdentification\":\"GSSTFM_2c\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFM_2c.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Monthly Grid, Set1 and Interpolated + Data V2c\",\"SeriesName\":\"GSSTFM\",\"ReleaseDate\":\"2011-11-18T00:00:00.000Z\",\"Version\":\"2c\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1987-07-01T00:00:00.000Z\",\"EndingDateTime\":\"2008-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA317\"},\"ShortName\":\"GSSTFM\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Monthly Grid, Set1 and Interpolated + Data V2c (GSSTFM) at GES DISC\",\"Quality\":\"See Related URL here for links + to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Monthly Averaged Precipitable Water 1 x 1 degree + 01/1991 [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTFM_2c.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFM_2c.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFM.2c/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFM.2c/doc/Readme.GSSTF2c.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF2c.pdf\",\"Description\":\"Science + of the data\\n \",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTFM_2c\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTFM.2c\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are the Goddard Satellite-based Surface Turbulent Fluxes Version-2c Dataset + recently produced through a MEaSUREs funded project led by Dr. Chung-Lin Shie + (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. The stewardship of this + HDF-EOS5 dataset is part of the MEaSUREs project. \\n\\nGSSTF version 2b (Shie + et al. 2010, Shie et al. 2009) generally agreed better with available ship + measurements obtained from several field experiments in 1999 than GSSTF2 (Chou + et al. 2003) did in all three flux components, i.e., latent heat flux [LHF], + sensible heat flux [SHF], and wind stress [WST] (Shie 2010a,b). GSSTF2b was + also found favorable, particularly for LHF and SHF, in an intercomparison + study that accessed eleven products of ocean surface turbulent fluxes, in + which GSSTF2 and GSSTF2b were also included (Brunke et al. 2011). However, + a temporal trend appeared in the globally averaged LHF of GSSTF2b, particularly + post year 2000. Shie (2010a,b) attributed the LHF trend to the trends originally + found in the globally averaged SSM/I Tb's, i.e., Tb(19v), Tb(19h), Tb(22v) + and Tb(37v), which were used to retrieve the GSSTF2b bottom-layer (the lowest + atmospheric 500 meter layer) precipitable water [WB], then the surface specific + humidity [Qa], and subsequently LHF. The SSM/I Tb's trends were recently found + mainly due to the variations/trends of Earth incidence angle (EIA) in the + SSM/I satellites (Hilburn and Shie 2011a,b). They have further developed + an algorithm properly resolving the EIA problem and successfully reproducing + the corrected Tb's by genuinely removing the \\\"artifactitious\\\" trends. + \ An upgraded production of GSSTF2c (Shie et al. 2011) using the corrected + Tb's has been completed very recently. \\n\\nGSSTF2c shows a significant improvement + in the resultant WB, and subsequently the retrieved LHF - the temporal trends + of WB and LHF are greatly reduced after the proper adjustments/treatments + in the SSM/I Tb's (Shie and Hilburn 2011). In closing, we believe that the + insightful \\\"Rice Cooker Theory\\\" by Shie (2010a,b), i.e., \\\"To produce + a good and trustworthy 'output product' (delicious 'cooked rice') depends + not only on a well-functioned 'model/algorithm' ('rice cooker'), but also + on a genuine and reliable 'input data' ('raw rice') with good quality\\\" + should help us better comprehend the impact of the improved Tb on the subsequently + retrieved LHF of GSSTF2c.\\n \\n This is the Monthly product; data + are projected to equidistant Grid that covers the globe at 1x1 degree cell + size, resulting in data arrays of 360x180 size. The monthly product is a result + of averaging of a month worth of daily GSSTF2c files. Starting with Version + 2c, there is only one set of Combined data, \\\"Set1\\\". A finer resolution, + 0.25 deg, of this product has been released as Version 3.\\n\\n The + monthly temporal and one-degree spatial resolution of the product can be used + to examining climate variability at these scales. Oceanic evaporation contributes + to the net fresh water input to the oceans and drives the upper ocean density + structure and consequently the circulation of the oceans.\\n\\n The short + name for this product is GSSTFM.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2011-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"2c\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GSSTFSC_2c\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113469-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:23.423Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, and J. Ardizzone\",\"IssueIdentification\":\"GSSTFSC_2c\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFSC_2c.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Seasonal Climatology, Set1 + and NCEP V2c\",\"SeriesName\":\"GSSTFSC\",\"ReleaseDate\":\"2011-11-18T00:00:00.000Z\",\"Version\":\"2c\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1988-03-01T00:00:00.000Z\",\"EndingDateTime\":\"2008-11-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA319\"},\"ShortName\":\"GSSTFSC\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Seasonal Climatology, Set1 + and NCEP V2c (GSSTFSC) at GES DISC\",\"Quality\":\"See Related URL here for + links to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Precipitable Water Seasonal Climatology 1 x 1 degree + June-August (1988-2008) [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTFSC_2c.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFSC_2c.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFSC.2c/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFSC.2c/doc/Readme.GSSTF2c.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF2c.pdf\",\"Description\":\"Science + of the data\\n \",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTFSC_2c\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTFSC.2c\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are the Goddard Satellite-based Surface Turbulent Fluxes Version-2c Dataset + recently produced through a MEaSUREs funded project led by Dr. Chung-Lin Shie + (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. The stewardship of this + HDF-EOS5 dataset is part of the MEaSUREs project. \\n\\nThis is the Seasonal + Climatology product; data are projected to equidistant Grid that covers the + globe at 1x1 degree cell size, resulting in data arrays of 360x180 size. The + seasonal product is a result of averaging of three consecutive months: December-February, + March-May, June-August, and September-November. There is one HDF-EOS5 file + per season. A finer resolution, 0.25 deg, of this product has been released + as Version 3. \\n\\nStarting with Version 2c, there is only one set of Combined + data, \\\"Set1\\\". The Seasonal Climatology HDF-EOS5 file also contains one + extra grid of NCEP Climatology, \\\"NCEP\\\".\\n \\nThe seasonal temporal + and one-degree spatial resolution of the product can be used to examining + climate variability at these scales. Oceanic evaporation contributes to the + net fresh water input to the oceans and drives the upper ocean density structure + and consequently the circulation of the oceans.\\n\\nThe short name for this + product is GSSTFSC.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2011-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-10-15T11:53:53.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"2c\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GSSTFYC_2c\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1237113456-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:25.086Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"fluxes\",\"oceanic + surface fluxes\",\"latent heat flux\",\"climate\",\"hydrological cycle\",\"hydrology\",\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Shie, + C.-L., K. Hilburn, L. S. Chiu, R. Adler, I-I Lin, E. Nelkin, and J. Ardizzone\",\"IssueIdentification\":\"GSSTFYC_2c\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFYC_2c.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Yearly Climatology, Set1 + and NCEP V2c\",\"SeriesName\":\"GSSTFYC\",\"ReleaseDate\":\"2011-11-18T00:00:00.000Z\",\"Version\":\"2c\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"SEA + LEVEL PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"AIR + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\",\"VariableLevel2\":\"SKIN + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROCESSES\",\"VariableLevel2\":\"EVAPORATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"WIND DYNAMICS\",\"VariableLevel2\":\"TURBULENCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"WIND + DYNAMICS\",\"VariableLevel2\":\"WIND STRESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"ATMOSPHERIC HEATING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"CONDUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"EVAPORATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\",\"VariableLevel1\":\"HEAT FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"SEA LEVEL PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"SEA + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"TURBULENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WINDS\",\"VariableLevel1\":\"WIND STRESS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1988-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2008-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GSSTF/DATA320\"},\"ShortName\":\"GSSTFYC\",\"EntryTitle\":\"Goddard + Satellite-Based Surface Turbulent Fluxes, 1x1 deg Yearly Climatology, Set1 + and NCEP V2c (GSSTFYC) at GES DISC\",\"Quality\":\"See Related URL here for + links to quality-related documents\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"OCEANS\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Goddard Satellite-based Surface + Turbulent Fluxes (GSSTF) Precipitable Water Yearly Climatology 1 x 1 degree + (1988-2008) [g/cm2]\\n \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GSSTFYC_2c.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GSSTFYC_2c.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFYC.2c/\",\"Description\":\"Access + the data via HTTP.\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GSSTF/GSSTFYC.2c/doc/Readme.GSSTF2c.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GSSTF/Science_of_the_data.GSSTF2c.pdf\",\"Description\":\"Science + of the data\\n \",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://earthdata.nasa.gov/community/community-data-system-programs/measures-projects\",\"Description\":\"MEaSUREs + Project Home Page\\n\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GSSTFYC_2c\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GSSTF/GSSTFYC.2c\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2011-11-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + data are the Goddard Satellite-based Surface Turbulent Fluxes Version-2c Dataset + recently produced through a MEaSURES funded project led by Dr. Chung-Lin Shie + (UMBC/GEST, NASA/GSFC), converted to HDF-EOS5 format. The stewardship of this + HDF-EOS5 dataset is part of the MEaSUREs project. \\n\\nGSSTF version 2b (Shie + et al. 2010, Shie et al. 2009) generally agreed better with available ship + measurements obtained from several field experiments in 1999 than GSSTF2 (Chou + et al. 2003) did in all three flux components, i.e., latent heat flux [LHF], + sensible heat flux [SHF], and wind stress [WST] (Shie 2010a,b). GSSTF2b was + also found favorable, particularly for LHF and SHF, in an intercomparison + study that accessed eleven products of ocean surface turbulent fluxes, in + which GSSTF2 and GSSTF2b were also included (Brunke et al. 2011). \\n\\nHowever, + a temporal trend appeared in the globally averaged LHF of GSSTF2b, particularly + post year 2000. Shie (2010a,b) attributed the LHF trend to the trends originally + found in the globally averaged SSM/I Tb's, i.e., Tb(19v), Tb(19h), Tb(22v) + and Tb(37v), which were used to retrieve the GSSTF2b bottom-layer (the lowest + atmospheric 500 meter layer) precipitable water [WB], then the surface specific + humidity [Qa], and subsequently LHF. The SSM/I Tb's trends were recently found + mainly due to the variations/trends of Earth incidence angle (EIA) in the + SSM/I satellites (Hilburn and Shie 2011a,b). They have further developed + an algorithm properly resolving the EIA problem and successfully reproducing + the corrected Tb's by genuinely removing the \\\"artifactitious\\\" trends. + \ An upgraded production of GSSTF2c (Shie et al. 2011) using the corrected + Tb's has been completed very recently. \\n\\nGSSTF2c shows a significant improvement + in the resultant WB, and subsequently the retrieved LHF - the temporal trends + of WB and LHF are greatly reduced after the proper adjustments/treatments + in the SSM/I Tb's (Shie and Hilburn 2011). In closing, we believe that the + insightful \\\"Rice Cooker Theory\\\" by Shie (2010a,b), i.e., \\\"To produce + a good and trustworthy 'output product' (delicious 'cooked rice') depends + not only on a well-functioned 'model/algorithm' ('rice cooker'), but also + on a genuine and reliable 'input data' ('raw rice') with good quality\\\" + should help us better comprehend the impact of the improved Tb on the subsequently + retrieved LHF of GSSTF2c. \\n\\nThis is the Yearly Climatology product; data + are projected to equidistant Grid that covers the globe at 1x1 degree cell + size, resulting in data arrays of 360x180 size. Starting with Version 2c, + there is only one set of Combined data, \\\"Set1\\\". The Monthly Climatology + HDF-EOS5 file also contains one extra grid of NCEP Climatology, \\\"NCEP\\\". + A finer resolution, 0.25 deg, of this product has been released as Version + 3.\\n \\nThe yearly temporal and one-degree spatial resolution of the + product can be used to examining climate variability at these scales. Oceanic + evaporation contributes to the net fresh water input to the oceans and drives + the upper ocean density structure and consequently the circulation of the + oceans.\\n\\nThe short name for this product is GSSTFYC.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2011-10-27T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-05-20T10:36:43.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"2c\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHUNG-LIN\",\"LastName\":\"SHIE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chung-lin.shie-1@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goescpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES + CPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2617798948-GHRC_DAAC\",\"revision-date\":\"2024-02-06T20:57:38.435Z\",\"granule-count\":96,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2022. GOES CPEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/CPEX/GOES/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-130.924,\"NorthBoundingCoordinate\":49.9,\"EastBoundingCoordinate\":-57.1049,\"SouthBoundingCoordinate\":8.0293}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Atmospheric + Emitted Radiation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-05-31T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-25T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/CPEX/GOES/DATA101\"},\"ShortName\":\"goescpex\",\"EntryTitle\":\"GOES + CPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goescpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/portal/ghrc/search?q=goescpex&ghrccloud/data/\"},{\"Description\":\"NASA + Convective Processes Experiment.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cpex.jpl.nasa.gov/cpex2017/\"},{\"Description\":\"NASA + GOES-13\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://www.nasa.gov/directorates/heo/scan/services/missions/earth/GOES13.html\"},{\"Description\":\"NASA + Satellite Network\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.nasa.gov/mission_pages/goes-n/index.html\"},{\"Description\":\"CPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/CPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goescpex__1/doc/goescpex_dataset.pdf\"},{\"Description\":\"CPEX + Field Campaign Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/cpex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2022-12-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-02-22T09:44:04.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES CPEX dataset contains products obtained from the Geostationary Operational + Environmental Satellite 13. These data were collected in support of the NASA + Convective Processes Experiment (CPEX) field campaign. The CPEX field campaign + took place in the North Atlantic-Gulf of Mexico-Caribbean Sea region from + 25 May-25 June 2017. CPEX conducted a total of sixteen DC-8 missions from + 27 May-24 June. The CPEX campaign collected data to help explain convective + storm initiation, organization, growth, and dissipation in the North Atlantic-Gulf + of Mexico-Caribbean Oceanic region during the early summer of 2017. These + data are available from May 31, 2017 through July 25, 2017 and are available + in netCDF-3 format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T20:57:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T20:57:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"CPEX\",\"LongName\":\"Convective + Processes Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-13\",\"LongName\":\"Geostationary + Operational Environmental Satellite 13\",\"Instruments\":[{\"ShortName\":\"GOES-13 + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcwuat-protected/goescpexcv__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_34568\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2738393375-GHRC_DAAC\",\"revision-date\":\"2024-02-06T20:58:41.741Z\",\"granule-count\":624,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Holz, + Robert and Kristopher Bedka. 2023. GOES CPEX-CV [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. doi: http://dx.doi.org/10.5067/CPEXCV/GOES/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":67.0445327758789,\"WestBoundingCoordinate\":-84.0932388305664,\"EastBoundingCoordinate\":5.653615474700928,\"SouthBoundingCoordinate\":3.21962308883667}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED + WAVELENGTHS\",\"VariableLevel1\":\"INFRARED RADIANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2022-09-06T00:10:40Z\",\"EndingDateTime\":\"2022-09-30T23:44:48Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/CPEXCV/GOES/DATA101\"},\"ShortName\":\"goescpexcv\",\"EntryTitle\":\"GOES + CPEX-CV\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcwuat-protected/goescpexcv__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.uat.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.uat.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"ABI + Technical Summary Chart\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.goes-r.gov/spacesegment/ABI-tech-summary.html\"},{\"Description\":\"Geostationary + Operational Environmental Satellite (GOES) - R Series: ABI L2+ Surface Downward + Shortwave Radiation and Top-of-Atmosphere Reflected Shortwave Radiation (DSR-RSR) + Beta, Provisional and Full Validation Readiness, Implementation and Management + Plan (RIMP)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.goes-r.gov/products/RIMPs/RIMP_ABI-L2_DSR-RSR_v1.0.pdf\"},{\"Description\":\"Instruments: + Advanced Baseline Imager\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.goes-r.gov/spacesegment/abi.html\"},{\"Description\":\"CPEX-CV\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://espo.nasa.gov/cpex-cv/content/CPEX-CV\"},{\"Description\":\"GOES-16 + ABI On-Orbit Performance\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.eumetsat.int/website/wcm/idc/idcplg?IdcService=GET_FILE&dDocName=PDF_EUM_USERS_SCIENCE_PRES_IACOVAZZI&RevisionSelectionMethod=LatestReleased&Rendition=Web\"},{\"Description\":\"CPEX-CV + Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/cpex-cv\"},{\"Description\":\"CPEX-CV + Collection DOI\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET + LANDING PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/10.5067/CPEXCV/DATA101\"},{\"Description\":\"GOES + CPEX-CV User's Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goescpexcv__1/doc/goescpexcv_dataset.pdf\"}],\"Abstract\":\"The + GOES CPEX-CV dataset consists of single reflective band radiance products + from the Advanced Baseline Imager (ABI) onboard the GOES-16 geostationary + satellite. These data were gathered during the Convective Processes Experiment + \u2013 Cabo Verde (CPEX-CV) field campaign. The NASA CPEX-CV field campaign + will be based out of Sal Island, Cabo Verde during August-September 2022. + The campaign is a continuation of CPEX \u2013 Aerosols and Winds (CPEX-AW) + and will be conducted aboard the NASA DC-8 aircraft equipped with remote sensors + and dropsonde-launch capability that will allow for the measurement of tropospheric + aerosols, winds, temperature, water vapor, and precipitation. The overarching + CPEX-CV goal was to investigate atmospheric dynamics, marine boundary layer + properties, convection, the dust-laden Saharan Air Layer, and their interactions + across various spatial scales to improve understanding and predictability + of process-level lifecycles in the data-sparse tropical East Atlantic region. + These data files are available from September 6-20, 2022 in netCDF-4 format, + with associated browse imagery in MPEG-4 format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-07-12T17:51:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T20:58:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"CPEX-CV\",\"LongName\":\"Convective + Processes Experiment - Cabo Verde\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"Addresses\":[{\"Country\":\"United + States\"}],\"RelatedUrls\":[{\"Description\":\"Data Center Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-16\",\"LongName\":\"Geostationary + Operational Environmental Satellite 16\",\"Instruments\":[{\"ShortName\":\"ABI\",\"LongName\":\"Advanced + Baseline Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesimpacts__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES + IMPACTS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995568158-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:00:31.109Z\",\"granule-count\":848301,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Brodzik, + Stacy .2022. GOES IMPACTS [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/IMPACTS/GOES/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":53.1492919921875,\"WestBoundingCoordinate\":-117.11434936523438,\"EastBoundingCoordinate\":-50.125858306884766,\"SouthBoundingCoordinate\":8.241040229797363}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible Wavelengths\",\"VariableLevel1\":\"Visible + Radiance\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared + Wavelengths\",\"VariableLevel1\":\"Infrared Radiance\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2020-01-01T00:01:18.000Z\",\"EndingDateTime\":\"2023-03-02T23:58:56.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\"},\"DOI\":{\"DOI\":\"10.5067/IMPACTS/GOES/DATA101\"},\"ShortName\":\"goesimpacts\",\"EntryTitle\":\"GOES + IMPACTS\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesimpacts__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Value\":0.0,\"Description\":\"This + product has full public access.\"},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/portal/ghrc/search?q=goesimpacts&ghrccloud/data/\"},{\"Description\":\"GOES + - R Series: ABI L2+ Surface DSR-RSR Beta, Provisional and Full Validation + RIMP \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://www.goes-r.gov/products/RIMPs/RIMP_ABI-L2_DSR-RSR_v1.0.pdf\"},{\"Description\":\"IMPACTS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/IMPACTS/DATA101\"},{\"Description\":\"ABI + Technical Summary Chart\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.goes-r.gov/spacesegment/ABI-tech-summary.html\"},{\"Description\":\"Instruments: + Advanced Baseline Imager\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.goes-r.gov/spacesegment/abi.html\"},{\"Description\":\"IMPACTS + Field Campaign Information\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://espo.nasa.gov/impacts/content/IMPACTS\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesimpacts__1/doc/goesimpacts_dataset.pdf\"},{\"Description\":\"Chasing + Snowstorms: The Investigation of Microphysics and Precipitation for Atlantic + Coast-Threatening Snowstorms (IMPACTS) Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-20-0246.1\"},{\"Description\":\"Investigation + of Microphysics and Precipitation for Atlantic Coast Threatening Snowstorms + (Impacts): The 2022 Deployment\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/IGARSS46834.2022.9883693\"},{\"Description\":\"IMPACTS + Field Campaign Project Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/impacts\"},{\"Description\":\"IMPACTS + Field Campaign Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/investigation-microphysics-and-precipitation-atlantic-coast-threatening-snowstorms\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"},{\"Description\":\"IMPACTS-Related + Publications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://www.eol.ucar.edu/node/15190/publications?_ga=2.3619568.1372455051.1699281084-281825729.1615488478\"}],\"DataDates\":[{\"Type\":\"UPDATE\",\"Date\":\"2023-01-26T11:36:02.000Z\"}],\"Abstract\":\"The + GOES IMPACTS dataset consists of single reflective band radiance products + from the Advanced Baseline Imager (ABI) onboard the GOES-16 geostationary + satellite. These data were collected in support of the Investigation of Microphysics + and Precipitation for Atlantic Coast-Threatening Snowstorms (IMPACTS) field + campaign. IMPACTS was a three-year sequence of winter season deployments conducted + to study snowstorms over the U.S Atlantic Coast (2020-2023). The campaign + aimed to (1) Provide observations critical to understanding the mechanisms + of snowband formation, organization, and evolution; (2) Examine how the microphysical + characteristics and likely growth mechanisms of snow particles vary across + snowbands; and (3) Improve snowfall remote sensing interpretation and modeling + to significantly advance prediction capabilities. The GOES IMPACTS dataset + files are available in netCDF-4 format from January 1 through February 29, + 2020. This dataset contains data from the GOES-16 CONUS and Mesoscale sectors, + although IMPACTS uses a subset of the GOES-16 CONUS domain. The complete collection + of GOES data is available from the NOAA Comprehensive Large Array-Data Stewardship + System (CLASS). It should be noted that this dataset will be updated in subsequent + years of the IMPACTS campaign.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-05-02T15:15:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:00:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IMPACTS\",\"LongName\":\"Investigation + of Microphysics and Precipitation for Atlantic Coast-Threatening Snowstorms\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"Description\":\"Data + Center Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-16\",\"LongName\":\"Geostationary + Operational Environmental Satellite 16\",\"Instruments\":[{\"ShortName\":\"GOES-16 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 16-Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/glmgoesL3__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + Geostationary Lightning Mapper (GLM) Gridded Data Products V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2278812167-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:04:32.915Z\",\"granule-count\":937055,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Rudlosky, + Scott .2022. GOES-R Geostationary Lightning Mapper (GLM) Gridded Data Products + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GLM/GRID/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":162.9,\"NorthBoundingCoordinate\":57.0,\"EastBoundingCoordinate\":-76.2,\"SouthBoundingCoordinate\":-57.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Lightning\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-12-18T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GLM/GRID/DATA101\"},\"ShortName\":\"glmgoesL3\",\"EntryTitle\":\"GOES-R + Geostationary Lightning Mapper (GLM) Gridded Data Products\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/glmgoesL3__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=glmgoesL3/data/\"},{\"Description\":\"Geostationary + Lightning Mapper (GLM) GOES-R Series\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.goes-r.gov/education/docs/Factsheet_GLM.pdf\"},{\"Description\":\"GOES-R: + Mission Overview\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.goes-r.gov/mission/mission.html\"},{\"Description\":\"GOES-R + Series Product Definition and Users\u2019 Guide (PUG)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.goes-r.gov/products/docs/PUG-L2+-vol5.pdf\"},{\"Description\":\"Instruments: + Geostationary Lightning Mapper (GLM)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.goes-r.gov/spacesegment/glm.html\"},{\"Description\":\"GLM + Lightning Cluster-Filter Algorithm\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.star.nesdis.noaa.gov/goesr/documents/ATBDs/Baseline/ATBD_GOES-R_GLM_v3.0_Jul2012.pdf\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/glmgoesL3__1/doc/glmgoesL3_dataset.pdf\"},{\"Description\":\"Meteorological + Imagery for the Geostationary Lightning Mapper\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2019JD030874\"},{\"Description\":\"The + GOES-R Geostationary Lightning Mapper (GLM)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.atmosres.2013.01.006\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2022-05-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-26T08:40:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R Geostationary Lightning Mapper (GLM) Gridded Data Products consist + of full disk extent gridded lightning flash data collected by the Geostationary + Lightning Mapper (GLM) onboard the Geostationary Operational Environmental + Satellite 16 and 17 (GOES-16 and GOES-17). These satellites are a part of + the GOES-R series program: a four satellite series within the National Aeronautics + and Space Administration (NASA) and National Oceanic and Atmospheric Association + (NOAA) GOES program. GLM is the first operational geostationary optical lightning + detector that provides total lightning data (in-cloud, cloud-to-cloud, and + cloud-to-ground flashes). While it detects each of these types of lightning, + the GLM is unable to distinguish between each type. The GLM GOES L3 dataset + files contain gridded lightning flash data over the Western Hemisphere in + netCDF-4 format from December 31, 2017 to present as this is an ongoing dataset.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:04:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:04:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-17\",\"LongName\":\"Geostationary + Operational Environmental Satellite 17\",\"Instruments\":[{\"ShortName\":\"GLM\",\"LongName\":\"Geostationary + Lightning Mapper\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-16\",\"LongName\":\"Geostationary + Operational Environmental Satellite 16\",\"Instruments\":[{\"ShortName\":\"GLM\",\"LongName\":\"Geostationary + Lightning Mapper\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltaviris__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Airborne Visible/Infrared Imaging Spectrometer (AVIRIS) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979992256-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:06:22.422Z\",\"granule-count\":2307,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Olsen-Duvall, + Winston .2019. GOES-R PLT Airborne Visible/Infrared Imaging Spectrometer (AVIRIS) + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/AVIRIS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-118.198,\"NorthBoundingCoordinate\":43.5726,\"EastBoundingCoordinate\":-72.2016,\"SouthBoundingCoordinate\":26.449}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Infrared + Radiance\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible + Wavelengths\",\"VariableLevel1\":\"Visible Radiance\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-04-11T14:38:24.000Z\",\"EndingDateTime\":\"2017-05-14T19:22:07.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/AVIRIS/DATA101\"},\"ShortName\":\"goesrpltaviris\",\"EntryTitle\":\"GOES-R + PLT Airborne Visible/Infrared Imaging Spectrometer (AVIRIS)\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltaviris__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltaviris\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/AVIRIS/browse/goesrplt_aviris_f20170507_t01p00r05_geo.jpg\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"AVIRIS: + Airborne Visible/Infrared Imaging Spectrometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://aviris.jpl.nasa.gov/index.html\"},{\"Description\":\"NASA + Armstrong Fact Sheet: ER-2 High-Altitude Airborne Science Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.nasa.gov/centers/armstrong/news/FactSheets/FS-046-DFRC.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltaviris__1/doc/goesrpltaviris_dataset.pdf\"},{\"Description\":\"Derivation + of scaled surface reflectances from AVIRIS data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/0034-4257(93)90014-O\"},{\"Description\":\"Imaging + Spectroscopy and the Airborne Visible/Infrared Imaging Spectrometer (AVIRIS)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/S0034-4257(98)00064-9\"},{\"Description\":\"Reflectance + quantities in optical remote sensing \u2014 definitions and case studies\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.rse.2006.03.002\"},{\"Description\":\"GOES-R + PLT Field Campaign Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/goes-r-post-launch-test-plt\"},{\"Description\":\"Browse + Files\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/AVIRIS/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-07-12T10:07:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:04.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Airborne Visible/Infrared Imaging Spectrometer (AVIRIS) dataset + consists of radiance, reflectance, water phase, and navigation data delivered + by the Airborne Visible/Infrared Imaging Spectrometer (AVIRIS) flown aboard + the NASA ER-2 high-altitude aircraft during the GOES-R PLT field campaign. + This field campaign took place from March through May 2017 in support of post-launch + L1B and L2+ product validation of the Advanced Baseline Imager (ABI) and the + Geostationary Lightning Mapper (GLM) satellite instruments. The GOES-R PLT + AVIRIS data files are available from April 11, 2017 through May 14, 2017 in + ASCII and binary formats along with browse imagery files in JPG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:06:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:06:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA + ER-2\",\"LongName\":\"NASA Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"AVIRIS\",\"LongName\":\"Airborne + Visible InfraRed Imaging Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - Binary\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltcpl__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Cloud Physics LiDAR (CPL) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979112912-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:08:37.418Z\",\"granule-count\":52,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"McGill, + Matthew , Dennis L Hlavka, John E. Yorks and Patrick A. Selmer.2019. GOES-R + PLT Cloud Physics LiDAR (CPL) [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/CPL/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-118.234,\"NorthBoundingCoordinate\":43.5723,\"EastBoundingCoordinate\":-65.3628,\"SouthBoundingCoordinate\":26.4487}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Optical Depth/Thickness\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Extinction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Optical Depth/Thickness\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Tropospheric/High-Level + Clouds (Observed/Analyzed)\",\"VariableLevel2\":\"Cirrus/Systems\",\"VariableLevel3\":\"Cirrus + Cloud Systems\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Particle Properties\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Lidar\",\"VariableLevel1\":\"Lidar + Depolarization Ratio\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-23T17:53:04.000Z\",\"EndingDateTime\":\"2017-05-17T09:10:53.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/CPL/DATA101\"},\"ShortName\":\"goesrpltcpl\",\"EntryTitle\":\"GOES-R + PLT Cloud Physics LiDAR (CPL)\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltcpl__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltcpl\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CPL/browse/L2/goesrplt_CPL_L2_01kmSum_17929_20170422_D1Bot.gif\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"NASA + Armstrong Fact Sheet: ER-2 High-Altitude Airborne Science Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.nasa.gov/centers/armstrong/news/FactSheets/FS-046-DFRC.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltcpl__1/doc/goesrpltcpl_dataset.pdf\"},{\"Description\":\"Definition + of CPL Optical Properties Flags\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CPL/doc/Definition-of-CPL-Optical-Properties-Flags.docx\"},{\"Description\":\"Definition + of CPL Surface Type Flags\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CPL/doc/Definition-of-CPL-Surface-Type-Flags.docx\"},{\"Description\":\"Definition + of CPL Vertical Feature Mask Codes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CPL/doc/Definition-of-CPL-Vertical-Feature-Mask-Codes.docx\"},{\"Description\":\"GOES-R + PLT CPL Dataset Information\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CPL/doc/goesrplt_CPL_datasetinfo.txt\"},{\"Description\":\"Level + 1B HDF-5 File Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CPL/doc/goesrpltcpl_readme_L1Bhdf.txt\"},{\"Description\":\"Level + 1B Image File Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CPL/doc/goesrpltcpl_readme_L1Bima.txt\"},{\"Description\":\"Level + 2 HDF-5 File Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CPL/doc/goesrpltcpl_readme_L2hdf.txt\"},{\"Description\":\"Level + 2 Image File Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CPL/doc/goesrpltcpl_readme_L2ima.txt\"},{\"Description\":\"Level + 2 Layers File Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CPL/doc/goesrpltcpl_readme_layers.txt\"},{\"Description\":\"Cloud + Physics Lidar: instrument description and initial measurement results\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1364/AO.41.003725\"},{\"Description\":\"Airborne + lidar measurements of aerosol optical properties during SAFARI-2000\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2002JD002370\"},{\"Description\":\"Applications + of Data from the Cloud Physics Lidar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://ams.confex.com/ams/pdfpapers/85877.pdf\"},{\"Description\":\"Airborne + validation of spatial properties measured by the CALIPSO lidar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1029/2007JD008768\"},{\"Description\":\"On + the spectral dependence of backscatter from cirrus clouds: Assessing CALIOP\u2019s + 1064 nm calibration assumptions using cloud physics lidar measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2009JD013086\"},{\"Description\":\"GOES-R + PLT CPL Software\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CPL/software/\"},{\"Description\":\"GOES-R + PLT Field Campaign Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/goes-r-post-launch-test-plt\"},{\"Description\":\"Browse + Files\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CPL/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-06-26T11:06:39.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:05.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Cloud Physics Lidar (CPL) dataset consists of backscatter coefficient, + lidar depolarization ratio, layer top/base height, layer type, particulate + extinction coefficient, ice water content, and layer/cumulative optical depth + data collected from the Cloud Physics LiDAR instrument flown aboard the NASA + ER-2 high-altitude aircraft during the GOES-R Post Launch Test (PLT) field + campaign. The GOES-R PLT field campaign supported post-launch L1B and L2+ + product validation of the Advanced Baseline Imager (ABI) and the Geostationary + Lightning Mapper (GLM). The CPL instrument is a multi-wavelength backscatter + LiDAR that provides multi-wavelength measurements of cirrus clouds and aerosols + with high temporal and spatial resolution. Data files are available from April + 13, 2017 through May 14, 2017 in HDF-5 format with layer information in ASCII + text files. Browse imagery files in GIF format are also available.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:08:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:08:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"CPL\",\"LongName\":\"Cloud + Physics Lidar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - HDF5\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltcrs__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Cloud Radar System (CRS) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995568976-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:10:03.046Z\",\"granule-count\":11,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Gerald M.2019. GOES-R PLT Cloud Radar System (CRS) [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/CRS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-117.184,\"NorthBoundingCoordinate\":43.5725,\"EastBoundingCoordinate\":-72.2019,\"SouthBoundingCoordinate\":26.4488}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Cross-Section\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Return + Power\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-04-11T16:29:39.000Z\",\"EndingDateTime\":\"2017-05-17T07:35:23.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/CRS/DATA101\"},\"ShortName\":\"goesrpltcrs\",\"EntryTitle\":\"GOES-R + PLT Cloud Radar System (CRS)\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltcrs__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltcrs\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CRS/browse/GOESR_CRS_20170411_162940-170000.png\"},{\"Description\":\"High + Altitude Radar: Cloud Radar System (CRS)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://har.gsfc.nasa.gov/index.php?section=28\"},{\"Description\":\"NASA + Armstrong Fact Sheet: ER-2 High-Altitude Airborne Science Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.nasa.gov/centers/armstrong/news/FactSheets/FS-046-DFRC.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltcrs__1/doc/goesrpltcrs_dataset.pdf\"},{\"Description\":\"Using + a multiwavelength suite of microwave instruments to investigate the microphysical + structure of deep convective cores\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1002/2016JD025269\"},{\"Description\":\"Ice + Cloud Retrievals and Analysis with the Compact Scanning Submillimeter Imaging + Radiometer and the Cloud Radar System during CRYSTAL FACE\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAM2250.1\"},{\"Description\":\"A + 94-GHz Cloud Radar System on a NASA High-Altitude ER-2 Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2004)021%3C1378:AGCRSO%3E2.0.CO;2\"},{\"Description\":\"Measurements + of Ocean Surface Backscattering Using an Airborne 94-GHz Cloud Radar\u2014Implication + for Calibration of Airborne and Spaceborne W-Band Radars\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH1722.1\"},{\"Description\":\"Combined + lidar-radar remote sensing: Initial results from CRYSTAL-FACE\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2003JD004030\"},{\"Description\":\"Cirrus + cloud optical, microphysical, and radiative properties observed during the + CRYSTAL-FACE experiment: A lidar-radar retrieval system\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2004JD005605\"},{\"Description\":\"Retrieving + optically thick ice cloud microphysical properties by using airborne dual-wavelength + radar measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2005JD005969\"},{\"Description\":\"GOES-R + Post Launch Test (PLT) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/goes-r-post-launch-test-plt\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/CRS/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-05-13T02:05:27.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:06.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Field Campaign Cloud Radar System (CRS) dataset provides high-resolution + profiles of reflectivity and Doppler velocity at aircraft nadir along the + flight track. The CRS was flown aboard a NASA ER-2 high-altitude aircraft + during the GOES-R Post Launch Test (PLT) field campaign. The GOES-R PLT field + campaign took place from March 21 to May 17, 2017 in support of post-launch + product validation of the Advanced Baseline Image (ABI) and the Geostationary + Lightning Mapper (GLM) aboard the GOES-R, now GOES-16, satellite. The CRS + data files are available in netCDF-3 format with browse imagery available + in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:10:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:10:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"CRS\",\"LongName\":\"Cloud + Radar System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltcolma__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Colorado Lightning Mapping Array (LMA) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979994646-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:11:45.173Z\",\"granule-count\":12643,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Rutledge, + Steven A.2019. GOES-R PLT Colorado Lightning Mapping Array (LMA) [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/LMA/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-104.647,\"NorthBoundingCoordinate\":40.4564,\"EastBoundingCoordinate\":-104.627,\"SouthBoundingCoordinate\":40.4364}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Lightning\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-05-31T23:40:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/LMA/DATA101\"},\"ShortName\":\"goesrpltcolma\",\"EntryTitle\":\"GOES-R + PLT Colorado Lightning Mapping Array (LMA)\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltcolma__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltcolma\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltlma__1/doc/goesrpltlma_dataset.pdf\"},{\"Description\":\"A + Hyperbolic System for Obtaining VHF Radio Pictures of Lightning\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC076i006p01478\"},{\"Description\":\"VHF + radio pictures of cloud flashes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC086iC05p04041\"},{\"Description\":\"VHF + radio pictures of lightning flashes to ground\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JD093iD10p12683\"},{\"Description\":\"A + GPS-based Three-Dimensional Lightning Mapping System: Initial Observations + in Central New Mexico\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/1999GL010856\"},{\"Description\":\"Accuracy + of the Lightning Mapping Array\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2004JD004549\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-03-06T11:03:58.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:05.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Colorado Lightning Mapping Array (LMA) dataset consists of total + lightning data measured from the Colorado LMA (COLMA) network during the GOES-R + Post Launch Test (PLT) airborne science field campaign. The GOES-R PLT airborne + science field campaign took place in support of the post-launch product validation + of the Advanced Baseline Imager (ABI) and the Geostationary Lightning Mapper + (GLM). The LMA measures the arrival time of radiation from a lightning discharge + at multiple stations and locates the sources of radiation to produce a three-dimensional + map of total lightning activity. These data files are available in compressed + ASCII files and are available from March 1, 2017 through May 31, 2017.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"COLORADO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:11:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:11:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"LMA\",\"LongName\":\"Lightning + Mapping Array\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltnaver2__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT ER-2 Flight Navigation Data V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979121641-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:13:41.449Z\",\"granule-count\":15,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Goodman, + Steve .2019. GOES-R PLT ER-2 Flight Navigation Data [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/INS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.625,\"NorthBoundingCoordinate\":43.5726,\"EastBoundingCoordinate\":-72.2016,\"SouthBoundingCoordinate\":26.449}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Airspeed/Ground + Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Flight Data Logs\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Data + Synchronization Time\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-21T16:23:36.000Z\",\"EndingDateTime\":\"2017-05-17T10:10:02.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/INS/DATA101\"},\"ShortName\":\"goesrpltnaver2\",\"EntryTitle\":\"GOES-R + PLT ER-2 Flight Navigation Data\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltnaver2__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltnaver2\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"NASA + Armstrong Fact Sheet: ER-2 High-Altitude Airborne Science Aircraft \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.nasa.gov/centers/armstrong/news/FactSheets/FS-046-DFRC.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltnaver2__1/doc/goesrpltnaver2_dataset.pdf\"},{\"Description\":\"GOES-R + Post Launch Test (PLT) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/goes-r-post-launch-test-plt\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-05-14T12:05:10.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:53.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT ER-2 Flight Navigation Data dataset consists of multiple altitude, + pressure, temperature parameters, airspeed, and ground speed measurements + collected by the NASA ER-2 high-altitude aircraft for flights that occurred + during the GOES-R Post Launch Test (PLT) field campaign. The GOES-R PLT airborne + science field campaign took place between March 21 and May 17, 2017 in support + of the post-launch product validation of the Advanced Baseline Imager (ABI) + and the Geostationary Lightning Mapper (GLM). ER-2 navigation data files in + ASCII-IWG1 format are available for March 21, 2017 through May 17, 2017.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:13:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:13:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"INS\",\"LongName\":\"Inertial + Navigation System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltavirisng__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Field Campaign Airborne Visible/Infrared Imaging Spectrometer Next Generation + (AVIRIS-NG) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995568884-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:15:02.084Z\",\"granule-count\":127,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"McCubbin, + Ian .2020. GOES-R PLT Field Campaign Airborne Visible/Infrared Imaging Spectrometer + Next Generation (AVIRIS-NG) [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/AVIRISNG/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-121.489,\"NorthBoundingCoordinate\":35.8355,\"EastBoundingCoordinate\":-113.216,\"SouthBoundingCoordinate\":31.2055}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Infrared + Radiance\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible + Wavelengths\",\"VariableLevel1\":\"Visible Radiance\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-23T18:49:11.000Z\",\"EndingDateTime\":\"2017-03-28T21:27:46.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/AVIRISNG/DATA101\"},\"ShortName\":\"goesrpltavirisng\",\"EntryTitle\":\"GOES-R + PLT Field Campaign Airborne Visible/Infrared Imaging Spectrometer Next Generation + (AVIRIS-NG)\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltavirisng__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltavirisng\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltavirisng__1/doc/goesrpltavirisng_dataset.pdf\"},{\"Description\":\"AVIRIS-NG + Data Product Distribution Document\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/AVIRIS-NG/doc/ANG_L1B_L2_Data_Product_Readme_v02.txt\"},{\"Description\":\"AVIRIS + Ortho-correction Processing and Production documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/AVIRIS/doc/AVIRIS_OrthoProcessing_Info.txt\"},{\"Description\":\"Real-Time + Atmospheric Correction of AVIRIS-NG Imagery\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1109/TGRS.2015.2439215\"},{\"Description\":\"Derivation + of scaled surface reflectances from AVIRIS data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/0034-4257(93)90014-O\"},{\"Description\":\"Retrieval + of Atmospheric Parameters and Surface Reflectance from Visible and Shortwave + Infrared Imaging Spectroscopy\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1007/s10712-018-9488-9\"},{\"Description\":\"Mapping + methane concentrations from a controlled release experiment using the next + generation airborne visible/infrared imaging spectrometer (AVIRIS-NG)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.rse.2016.03.032\"},{\"Description\":\"GOES-R + PLT Field Campaign Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/goes-r-post-launch-test-plt\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-04-14T11:04:22.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:04.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Field Campaign Airborne Visible/Infrared Imaging Spectrometer Next + Generation (AVIRIS-NG) dataset consists of radiance, reflectance, water phase, + and navigation data collected by the Airborne Visible/Infrared Imaging Spectrometer + Next Generation (AVIRIS-NG) for the GOES-R Post Launch Test (PLT) field campaign. + The GOES-R PLT field campaign took place from March to May of 2017 in support + of post-launch L1B and L2+ product validation of the Advanced Baseline Imager + (ABI) and the Geostationary Lightning Mapper (GLM). AVIRIS-NG is an imaging + spectrometer that measures reflected radiance at 5 nm intervals in the Visible/Short-Wave + Infrared (VSWIR) spectral range from 380-2,510 nm. AVIRIS-NG flew onboard + the NASA ER-2 high-altitude aircraft during the GOES-R PLT field campaign. + Data files in ASCII and BINARY formats are available for March 23 and 28, + 2017.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"CALIFORNIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:15:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:15:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA + ER-2\",\"LongName\":\"NASA Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"AVIRIS-NG\",\"LongName\":\"Airborne + Visible-Infrared Imaging Spectrometer - Next Generation\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - Binary\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltfegs__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Fly's Eye GLM Simulator (FEGS) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979115640-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:16:38.285Z\",\"granule-count\":50,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Quick, + Mason G, Hugh Christian and Richard J. Blakeslee.2019. GOES-R PLT Fly's Eye + GLM Simulator (FEGS) [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/FEGS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.624,\"NorthBoundingCoordinate\":43.5724,\"EastBoundingCoordinate\":-72.2019,\"SouthBoundingCoordinate\":26.4493}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Lightning\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-21T18:33:15.000Z\",\"EndingDateTime\":\"2017-05-17T09:59:10.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/FEGS/DATA101\"},\"ShortName\":\"goesrpltfegs\",\"EntryTitle\":\"GOES-R + PLT Fly's Eye GLM Simulator (FEGS)\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltfegs__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltfegs\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/FEGS/browse/goesr_plt_FEGS_20170321_MedianBG.png\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltfegs__1/doc/goesrpltfegs_dataset.pdf\"},{\"Description\":\"Airborne + GLM simulator: Fly\u2019s Eye GLM Simulator\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20160000254.pdf\"},{\"Description\":\"Fly\u2019s + Eye GLM Simulator (FEGS)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20160014729.pdf\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/FEGS/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-04-05T01:04:51.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:50.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Fly\u2019s Eye GLM Simulator (FEGS) dataset consists of lightning + flash, lightning pulse, and radiance data collected by the FEGS flown aboard + a NASA ER-2 high-altitude aircraft during the GOES-R Post Launch Test (PLT) + airborne science field campaign. The GOES-R PLT airborne science field campaign + took place between March 21 and May 17, 2017 in support of the post-launch + product validation of the Advanced Baseline Imager (ABI) and the Geostationary + Lightning Mapper (GLM). These data files are available in ASCII format with + browse imagery available in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:16:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:16:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"FEGS\",\"LongName\":\"Fly's + Eye GLM Simulator\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltgcas__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Geostationary Coastal and Air Pollution Event (GEO-CAPE) Airborne Simulator + (GCAS) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979115813-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:18:00.842Z\",\"granule-count\":6,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Janz, + Scott J., Dale Allen, Ken Pickering and Matt Kowalewski.2019. GOES-R PLT + Geostationary Coastal and Air Pollution Event (GEO-CAPE) Airborne Simulator + (GCAS) [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/GCAS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.838,\"NorthBoundingCoordinate\":43.6489,\"EastBoundingCoordinate\":-72.1396,\"SouthBoundingCoordinate\":27.4778}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Oceans\",\"Term\":\"Ocean Optics\",\"VariableLevel1\":\"Radiance\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather Events\",\"VariableLevel1\":\"Weather/Climate + Advisories\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-21T18:48:57.000Z\",\"EndingDateTime\":\"2017-05-14T18:57:21.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/GCAS/DATA101\"},\"ShortName\":\"goesrpltgcas\",\"EntryTitle\":\"GOES-R + PLT Geostationary Coastal and Air Pollution Event (GEO-CAPE) Airborne Simulator + (GCAS)\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltgcas__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltgcas\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltgcas__1/doc/goesrpltgcas_dataset.pdf\"},{\"Description\":\"High-resolution + NO2 observations from the Airborne Compact Atmospheric Mapper: Retrieval and + validation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1002/2016JD025483\"},{\"Description\":\"Nitrogen + dioxide observations from the Geostationary Trace gas and Aerosol Sensor Optimization + (GeoTASO) airborne instrument: Retrieval algorithm and measurements during + DISCOVER-AQ Texas 2013\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.5194/amt-9-2647-2016\"},{\"Description\":\"Atmospheric + Correction of Hyperspectral GCAS Airborne Measurements Over the North Atlantic + Ocean and Louisiana Shelf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2017.2744323\"},{\"Description\":\"Diurnal + changes of remote sensing reflectance over Chesapeake Bay: Observations from + the Airborne Compact Atmospheric Mapper\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.ecss.2017.10.021\"},{\"Description\":\"GOES-R + Post Launch Test (PLT) Field Campaign Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/goes-r-post-launch-test-plt\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-08-08T12:08:20.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T23:40:44.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Geostationary Coastal and Air Pollution Event (GEO-CAPE) Airborne + Simulator (GCAS) dataset consist of solar backscattered radiation measured + by the Geostationary Coastal and Air Pollution Event (GEO-CAPE) Airborne Simulator + (GCAS) flown aboard a NASA ER-2 high-altitude aircraft during the GOES-R Post + Launch Test (PLT) field campaign. The GOES-R PLT field campaign took place + from March to May of 2017 in support of post-launch L1B product validation + of the Advanced Baseline Image (ABI) and the Geostationary Lightning Mapper + (GLM). Data files in HDF-5 format are available for March 21, 2017 through + May 14, 2017.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:18:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:18:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"GCAS\",\"LongName\":\"Geostationary + Coastal and Air Pollution Event (GEO-CAPE) Airborne Simulator\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF5\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltksclma__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Kennedy Space Center Lightning Mapping Array (LMA) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980007947-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:22:57.785Z\",\"granule-count\":13127,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Wilson, + Jennifer G. and Robert G. Brown.2019. GOES-R PLT Kennedy Space Center Lightning + Mapping Array (LMA) [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/LMA/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-80.6613,\"NorthBoundingCoordinate\":28.5963,\"EastBoundingCoordinate\":-80.6413,\"SouthBoundingCoordinate\":28.5763}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Lightning\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/LMA/DATA301\"},\"ShortName\":\"goesrpltksclma\",\"EntryTitle\":\"GOES-R + PLT Kennedy Space Center Lightning Mapping Array (LMA)\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltksclma__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltksclma\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltksclma__1/doc/goesrpltksclma_dataset.pdf\"},{\"Description\":\"A + Hyperbolic System for Obtaining VHF Radio Pictures of Lightning\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC076i006p01478\"},{\"Description\":\"VHF + radio pictures of cloud flashes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC086iC05p04041\"},{\"Description\":\"VHF + radio pictures of lightning flashes to ground\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JD093iD10p12683\"},{\"Description\":\"A + GPS-based Three-Dimensional Lightning Mapping System: Initial Observations + in Central New Mexico\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/1999GL010856\"},{\"Description\":\"Accuracy + of the Lightning Mapping Array\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2004JD004549\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-03-06T11:03:50.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Kennedy Space Center Lightning Mapping Array (LMA) dataset consists + of total lightning data measured from the Kennedy Space Center LMA (KSCLMA) + network during the GOES-R Post Launch Test (PLT) airborne science field campaign. + The GOES-R PLT airborne science field campaign took place in support of the + post-launch product validation of the Advanced Baseline Imager (ABI) and the + Geostationary Lightning Mapper (GLM). The LMA measures the arrival time of + radiation from a lightning discharge at multiple stations and locates the + sources of radiation to produce a three-dimensional map of total lightning + activity. These data files are available in compressed ASCII files and are + available from March 1, 2017 through June 1, 2017.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"FLORIDA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:22:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:22:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"LMA\",\"LongName\":\"Lightning + Mapping Array\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltlip__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Lightning Instrument Package (LIP) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979116062-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:24:45.568Z\",\"granule-count\":15,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Blakeslee, + Richard J. and Douglas M. Mach.2019. GOES-R PLT Lightning Instrument Package + (LIP) [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/LIP/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.625,\"NorthBoundingCoordinate\":43.573,\"EastBoundingCoordinate\":-72.202,\"SouthBoundingCoordinate\":26.449}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Lightning\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-21T18:30:00.000Z\",\"EndingDateTime\":\"2017-05-17T09:58:57.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/LIP/DATA101\"},\"ShortName\":\"goesrpltlip\",\"EntryTitle\":\"GOES-R + PLT Lightning Instrument Package (LIP)\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltlip__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltlip\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/LIP/browse/goesr_plt_lip_20170321_1930_browsesample.png\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltlip__1/doc/goesrpltlip_dataset.pdf\"},{\"Description\":\"General + matrix inversion technique for the calibration of electric field sensor arrays + on aircraft platforms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH2080.1\"},{\"Description\":\"A + low-noise, microprocessor-controlled, internally digitizing rotating-vane + electric field mill for airborne platforms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH2039.1\"},{\"Description\":\"Retrieving + storm electric fields from aircraft field mill data. Part II: Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH1918.1\"},{\"Description\":\"Browse + Files\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/LIP/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-02-21T10:02:53.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:52.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Lightning Instrument Package (LIP) dataset consists of electrical + field measurements of lightning and navigation data collected by the Lightning + Instrument Package (LIP) flown aboard a NASA ER-2 high-altitude aircraft during + the GOES-R Post Launch Test (PLT) airborne science field campaign. The GOES-R + PLT airborne science field campaign took place between March 21 and May 17, + 2017 in support of the post-launch product validation of the Advanced Baseline + Imager (ABI) and the Geostationary Lightning Mapper (GLM). These data files + are available in ASCII format with browse imagery available in PDF format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:24:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:24:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"LIP\",\"LongName\":\"Lightning + Instrument Package\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltmisrep__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Mission Reports V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995569043-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:26:03.151Z\",\"granule-count\":216,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Padula, + Francis .2020. GOES-R PLT Mission Reports [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/REPORTS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.625,\"NorthBoundingCoordinate\":43.573,\"EastBoundingCoordinate\":-72.202,\"SouthBoundingCoordinate\":26.449}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Flight + Data Logs\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather + Events\",\"VariableLevel1\":\"Weather/Climate Advisories\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-13T00:00:00.000Z\",\"EndingDateTime\":\"2017-05-17T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"0\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/REPORTS/DATA101\"},\"ShortName\":\"goesrpltmisrep\",\"EntryTitle\":\"GOES-R + PLT Mission Reports\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltmisrep__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltmisrep\"},{\"Description\":\"Geostationary + Operational Environmental Satellite (GOES) - R Series\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.goes-r.gov/products/RIMPs/RIMP_ABI-L2_DSR-RSR_v1.0.pdf\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltmisrep__1/doc/goesrpltmisrep_dataset.pdf\"},{\"Description\":\"GOES-R + Post Launch Test (PLT) Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/goes-r_plt\"},{\"Description\":\"GOES-R + Post Launch Test (PLT) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/goes-r-post-launch-test-plt\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-04-14T07:04:20.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:12:40.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Mission Reports dataset consists of various reports filed by the + scientists during the GOES-R Post Launch Test (PLT) field campaign including + flight reports, weather forecasts, mission scientist reports, and plan-of-day + reports. The campaign took place from March to May of 2017 in support of post-launch + L1B and L2+ product validation of the Advanced Baseline Imager (ABI) and the + Geostationary Lightning Mapper (GLM). The GOES-R PLT Mission Reports dataset + contains reports from March 13 through May 17, 2017 in PDF, PNG, Microsoft + Excel and Word (.xlsx and .docx) format, and KMZ format for display in Google + Earth.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:26:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:26:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Reports\",\"ShortName\":\"MISSION + REPORTS\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"LongName\":\"Visual + Observations\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PDF + - PNG - Word - Excel - KMZ\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltnalma__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT North Alabama Lightning Mapping Array (LMA) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979116261-GHRC_DAAC\",\"revision-date\":\"2024-02-06T21:28:00.138Z\",\"granule-count\":4412,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Blakeslee, + Richard J..2019. GOES-R PLT North Alabama Lightning Mapping Array (LMA) [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/LMA/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-86.6553,\"NorthBoundingCoordinate\":34.7346,\"EastBoundingCoordinate\":-86.6353,\"SouthBoundingCoordinate\":34.7146}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Lightning\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/LMA/DATA401\"},\"ShortName\":\"goesrpltnalma\",\"EntryTitle\":\"GOES-R + PLT North Alabama Lightning Mapping Array (LMA)\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltnalma__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltnalma\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltnalma__1/doc/goesrpltnalma_dataset.pdf\"},{\"Description\":\"VHF + radio pictures of lightning flashes to ground\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JD093iD10p12683\"},{\"Description\":\"A + GPS-based Three-Dimensional Lightning Mapping System: Initial Observations + in Central New Mexico\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/1999GL010856\"},{\"Description\":\"Accuracy + of the Lightning Mapping Array\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2004JD004549\"},{\"Description\":\"A + Hyperbolic System for Obtaining VHF Radio Pictures of Lightning\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC076i006p01478\"},{\"Description\":\"VHF + radio pictures of cloud flashes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC086iC05p04041\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-03-06T11:03:30.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:52.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT North Alabama Lightning Mapping Array (LMA) dataset consists of + total lightning data measured from the North Alabama LMA (NALMA) network during + the GOES-R Post Launch Test (PLT) airborne science field campaign. The GOES-R + PLT airborne science field campaign took place in support of the post-launch + product validation of the Advanced Baseline Imager (ABI) and the Geostationary + Lightning Mapper (GLM). The LMA measures the arrival time of radiation from + a lightning discharge at multiple stations and locates the sources of radiation + to produce a three-dimensional map of total lightning activity. These data + files are available in compressed ASCII files and are available from March + 1, 2017 through June 1, 2017.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALABAMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-06T21:27:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-06T21:27:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"LMA\",\"LongName\":\"Lightning + Mapping Array\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltoklma__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Oklahoma Lightning Mapping Array (LMA) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980022592-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:20:48.580Z\",\"granule-count\":12893,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"MacGorman, + Don and Alex Fierro.2019. GOES-R PLT Oklahoma Lightning Mapping Array (LMA) + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/LMA/DATA501\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.9279,\"NorthBoundingCoordinate\":35.2891,\"EastBoundingCoordinate\":-97.9079,\"SouthBoundingCoordinate\":35.2691}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Lightning\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-01T01:00:00.000Z\",\"EndingDateTime\":\"2017-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/LMA/DATA501\"},\"ShortName\":\"goesrpltoklma\",\"EntryTitle\":\"GOES-R + PLT Oklahoma Lightning Mapping Array (LMA) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltoklma__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltoklma\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltoklma__1/docs/goesrpltoklma_dataset.pdf\"},{\"Description\":\"A + Hyperbolic System for Obtaining VHF Radio Pictures of Lightning\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC076i006p01478\"},{\"Description\":\"VHF + radio pictures of cloud flashes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC086iC05p04041\"},{\"Description\":\"VHF + radio pictures of lightning flashes to ground\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JD093iD10p12683\"},{\"Description\":\"A + GPS-based Three-Dimensional Lightning Mapping System: Initial Observations + in Central New Mexico\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/1999GL010856\"},{\"Description\":\"Accuracy + of the Lightning Mapping Array\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2004JD004549\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-03-06T11:03:05.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:53.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Oklahoma Lightning Mapping Array (LMA) dataset consists of total + lightning data measured from the Oklahoma LMA (OKLMA) network during the GOES-R + Post Launch Test (PLT) airborne science field campaign. The GOES-R PLT airborne + science field campaign took place in support of the post-launch product validation + of the Advanced Baseline Imager (ABI) and the Geostationary Lightning Mapper + (GLM). The LMA measures the arrival time of radiation from a lightning discharge + at multiple stations and locates the sources of radiation to produce a three-dimensional + map of total lightning activity. These data files are available in compressed + ASCII files and are available from March 1, 2017 through June 1, 2017.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:20:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:20:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"LMA\",\"LongName\":\"Lightning + Mapping Array\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltshis__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Scanning High-Resolution Interferometer Sounder (S-HIS) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979121979-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:22:21.759Z\",\"granule-count\":16,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Taylor, + Joe K. and Henry E. Revercomb.2019. GOES-R PLT Scanning High-Resolution Interferometer + Sounder (S-HIS) [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GOESRPLT/SHIS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-125.016,\"NorthBoundingCoordinate\":43.9249,\"EastBoundingCoordinate\":-71.8618,\"SouthBoundingCoordinate\":26.1133}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Atmospheric + Emitted Radiation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-21T19:02:57.000Z\",\"EndingDateTime\":\"2017-05-17T09:10:49.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/SHIS/DATA101\"},\"ShortName\":\"goesrpltshis\",\"EntryTitle\":\"GOES-R + PLT Scanning High-Resolution Interferometer Sounder (S-HIS) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltshis__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltshis\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltshis__1/docs/goesrpltshis_dataset.pdf\"},{\"Description\":\"Radiometric + and spectral validation of Atmospheric Infrared Sounder observations with + the aircraft-based Scanning High-Resolution Interferometer Sounder\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2005JD006094\"},{\"Description\":\"A + principal component noise filter for high spectral resolution infrared measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2004JD004862\"},{\"Description\":\"Recent + results from two new aircraft-based Fourier transform interferometers: The + Scanning High-resolution Interferometer Sounder and the NPOESS Atmospheric + Sounder Testbed Interferometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dreadnaught.ssec.wisc.edu/~shis/docsGEN/shisextabs.pdf\"},{\"Description\":\"Highly + accurate FTIR observations from the scanning HIS aircraft instrument\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1117/12.579018\"},{\"Description\":\"Hyperspectral + data noise characterization using principal component analysis: application + to the atmospheric infrared sounder\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1117/1.2757707\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-05-01T02:05:20.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:54.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Field Campaign Scanning High-Resolution Interferometer Sounder + (S-HIS) dataset consists of emitted thermal radiances measured by the Scanning + High-resolution Interferometer Sounder (S-HIS) flown aboard a NASA ER-2 high-altitude + aircraft during the GOES-R Post Launch Test (PLT) field campaign. The GOES-R + PLT airborne science field campaign took place between March 21 and May 17, + 2017 in support of the post-launch product validation of the Advanced Baseline + Imager (ABI) and the Geostationary Lightning Mapper (GLM). Data files in netCDF-3 + format are available for March 21, 2017 through May 17, 2017.\\n\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:22:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:22:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"S-HIS\",\"LongName\":\"Scanning + High-resolution Interferometer Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltsolma__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Southern Ontario Lightning Mapping Array (LMA) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980036345-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:24:23.918Z\",\"granule-count\":8784,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Sills, + David .2019. GOES-R PLT Southern Ontario Lightning Mapping Array (LMA) [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/LMA/DATA601\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.6164,\"NorthBoundingCoordinate\":43.676,\"EastBoundingCoordinate\":-79.5964,\"SouthBoundingCoordinate\":43.656}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Lightning\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-04-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/LMA/DATA601\"},\"ShortName\":\"goesrpltsolma\",\"EntryTitle\":\"GOES-R + PLT Southern Ontario Lightning Mapping Array (LMA) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltsolma__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltsolma\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltsolma__1/docs/goesrpltsolma_dataset.pdf\"},{\"Description\":\"A + Hyperbolic System for Obtaining VHF Radio Pictures of Lightning\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC076i006p01478\"},{\"Description\":\"VHF + radio pictures of cloud flashes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC086iC05p04041\"},{\"Description\":\"VHF + radio pictures of lightning flashes to ground\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JD093iD10p12683\"},{\"Description\":\"A + GPS-based Three-Dimensional Lightning Mapping System: Initial Observations + in Central New Mexico\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/1999GL010856\"},{\"Description\":\"Accuracy + of the Lightning Mapping Array\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2004JD004549\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-03-06T11:03:20.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:54.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Southern Ontario Lightning Mapping Array (LMA) dataset consists + of total lightning data measured from the Southern Ontario LMA (SOLMA) network + during the GOES-R Post Launch Test (PLT) airborne science field campaign. + The GOES-R PLT airborne science field campaign took place in support of the + post-launch product validation of the Advanced Baseline Imager (ABI) and the + Geostationary Lightning Mapper (GLM). The LMA measures the arrival time of + radiation from a lightning discharge at multiple stations and locates the + sources of radiation to produce a three-dimensional map of total lightning + activity. These data files are available in compressed ASCII files and are + available from April 1, 2017 through June 1, 2017.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:24:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:24:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"LMA\",\"LongName\":\"Lightning + Mapping Array\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltivanpah__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Surface Radiance Ivanpah V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979115951-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:26:19.713Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Myers, + Jeffrey and Mark C. Helmlinger.2019. GOES-R PLT Surface Radiance Ivanpah + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/RAD/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-115.416,\"NorthBoundingCoordinate\":35.6154,\"EastBoundingCoordinate\":-115.396,\"SouthBoundingCoordinate\":35.5954}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Oceans\",\"Term\":\"Ocean Optics\",\"VariableLevel1\":\"Radiance\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Optical + Depth/Thickness\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-23T21:00:13.000Z\",\"EndingDateTime\":\"2017-03-28T23:59:01.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/RAD/DATA201\"},\"ShortName\":\"goesrpltivanpah\",\"EntryTitle\":\"GOES-R + PLT Surface Radiance Ivanpah V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltivanpah__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltivanpah\"},{\"Description\":\"Browse + Sample\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/goesrplt/Ivanpah/browse/goesrplt_surfref_ivanpah_20170328_ASR_InstTau.jpg\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltivanpah__1/docs/goesrpltivanpah_dataset.pdf\"},{\"Description\":\"Optimal + estimation for imaging spectrometer atmospheric correction\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.rse.2018.07.003\"},{\"Description\":\"GOES-R + PLT Field Campaign Micro Article \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/goes-r-post-launch-test-plt\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltivanpah/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-09-06T03:09:24.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-27T13:03:47.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Field Campaign Ivanpah dataset consists of surface reflectance + and total optical depth data measured at Ivanpah Playa, Nevada during the + GOES-R Post Launch Test (PLT) field campaign. The atmospheric measurements + were made using an Automated Solar Radiometer (ASR), which tracks the sun + throughout the day. Surface reflectance measurements were made using an ASD + portable spectroradiometer and Spectralon reference panel. The GOES-R PLT + field campaign took place from March to May of 2017 in support of post-launch + L1b and L2+ product validation of the Advanced Baseline Image (ABI) and the + Geostationary Lightning Mapper (GLM). The main goal of this dataset is to + provide an independent validation of the AVIRIS-NG airborne instrument calibration. + Data files in Excel format and browse imagery files in JPEG and PNG formats + are only available for March 23 and March 28, 2017.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NEVADA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:26:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:26:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RADIOMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - Excel\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltredlake__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Surface Radiance Red Lake V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979121748-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:28:16.199Z\",\"granule-count\":33,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Lantz, + Kathleen and Joel McCorkel.2019. GOES-R PLT Surface Radiance Red Lake [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/RAD/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-114.075,\"NorthBoundingCoordinate\":35.67,\"EastBoundingCoordinate\":-114.055,\"SouthBoundingCoordinate\":35.65}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Optical Depth/Thickness\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Ultraviolet + Wavelengths\",\"VariableLevel1\":\"Ultraviolet Flux\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-27T17:05:00.000Z\",\"EndingDateTime\":\"2017-04-12T23:55:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/RAD/DATA101\"},\"ShortName\":\"goesrpltredlake\",\"EntryTitle\":\"GOES-R + PLT Surface Radiance Red Lake V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltredlake__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltredlake\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"SURFRAD + Overview: Surface Radiation Budget Monitoring\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.esrl.noaa.gov/gmd/grad/surfrad/overview.html\"},{\"Description\":\"Theme + 2 Networks: Monitoring and Understanding Changes in Surface Radiation, Clouds + and Aerosol Distributions\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.esrl.noaa.gov/gmd/review/2018/documents/6.%20Theme%202%20Networks-Radiation%20and%20Aerosols.pdf\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltredlake__1/docs/goesrpltredlake_dataset.pdf\"},{\"Description\":\"Influence + of PAR and UV-A in determining plant sensitivity and photomorphogenic responses + to UV-B radiation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1111/j.1751-1097.2004.tb00013.x\"},{\"Description\":\"An + Automated Quality Assessment and Control Algorithm for Surface Radiation Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.2174/1874282300802010023\"},{\"Description\":\"Improved + Correction of IR Loss in Diffuse Shortwave Measurements: An ARM Value-Added + Product\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://www.arm.gov/publications/tech_reports/arm-tr-009.pdf?id=170\"},{\"Description\":\"GOES-R + PLT Field Campaign Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/goes-r-post-launch-test-plt\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-08-22T02:08:38.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-09T10:33:21.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Surface Radiance Red Lake dataset consists of surface radiation + budget, ultraviolet-B (UVB) and photosynthetically active radiation (PAR) + flux, meteorological (temperature, pressure, relative humidity, winds), and + spectral aerosol optical thickness data collected by a mobile SURFRAD station + at Red Lake, Arizona for the GOES-R Post Launch Test (PLT) field campaign. + The campaign took place from March to May of 2017 in support of post-launch + L1B and L2+ product validation of the Advanced Baseline Imager (ABI) and the + Geostationary Lightning Mapper (GLM). Data files are available in ASCII text + format from March 27, 2017 through April 12, 2017. Surface reflectance measurements + based on spectroradiometer data are also included in Microsoft Excel format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ARIZONA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:28:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:28:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"SURFRAD\",\"LongName\":\"Surface + Radiation Budget Network\",\"Instruments\":[{\"ShortName\":\"BAROMETERS\",\"LongName\":\"BAROMETERS\"},{\"ShortName\":\"HUMIDITY + SENSORS\",\"LongName\":\"Humidity Sensors\"},{\"ShortName\":\"PYRANOMETERS\",\"LongName\":\"PYRANOMETERS\"},{\"ShortName\":\"Pyrgeometer\",\"LongName\":\"pyrgeometer\"},{\"ShortName\":\"PYRHELIOMETERS\",\"LongName\":\"PYRHELIOMETERS\"},{\"ShortName\":\"RADIOMETERS\"},{\"ShortName\":\"TEMPERATURE + PROBES\",\"LongName\":\"TEMPERATURE PROBES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltdclma__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT Washington D.C. Lightning Mapping Array (LMA) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979113112-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:30:04.979Z\",\"granule-count\":1225,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Blakeslee, + Richard J..2019. GOES-R PLT Washington D.C. Lightning Mapping Array (LMA) + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/LMA/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-77.1786,\"NorthBoundingCoordinate\":38.8988,\"EastBoundingCoordinate\":-77.1586,\"SouthBoundingCoordinate\":38.8788}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Lightning\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-04-06T20:00:00.000Z\",\"EndingDateTime\":\"2017-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/LMA/DATA201\"},\"ShortName\":\"goesrpltdclma\",\"EntryTitle\":\"GOES-R + PLT Washington D.C. Lightning Mapping Array (LMA) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltdclma__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltdclma\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltdclma__1/docs/goesrpltdclma_dataset.pdf\"},{\"Description\":\"A + Hyperbolic System for Obtaining VHF Radio Pictures of Lightning\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC076i006p01478\"},{\"Description\":\"VHF + radio pictures of cloud flashes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC086iC05p04041\"},{\"Description\":\"VHF + radio pictures of lightning flashes to ground\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JD093iD10p12683\"},{\"Description\":\"A + GPS-based Three-Dimensional Lightning Mapping System: Initial Observations + in Central New Mexico\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/1999GL010856\"},{\"Description\":\"Accuracy + of the Lightning Mapping Array\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2004JD004549\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-03-06T11:03:48.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:06.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT Washington D.C. Lightning Mapping Array (LMA) dataset consists + of total lightning data measured from the Washington D.C. LMA (DCLMA) network + during the GOES-R Post Launch Test (PLT) airborne science field campaign. + The GOES-R PLT airborne science field campaign took place in support of the + post-launch product validation of the Advanced Baseline Imager (ABI) and the + Geostationary Lightning Mapper (GLM). The LMA measures the arrival time of + radiation from a lightning discharge at multiple stations and locates the + sources of radiation to produce a three-dimensional map of total lightning + activity. These data files are available in compressed ASCII files and are + available from April 6, 2017 through June 1, 2017.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"DISTRICT + OF COLUMBIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:30:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:30:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"LMA\",\"LongName\":\"Lightning + Mapping Array\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/goesrpltwtlma__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOES-R + PLT West Texas Lightning Mapping Array (LMA) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1977516629-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:31:44.743Z\",\"granule-count\":39744,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Bruning, + Eric .2019. GOES-R PLT West Texas Lightning Mapping Array (LMA) [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GOESRPLT/LMA/DATA701\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-101.833,\"NorthBoundingCoordinate\":33.617,\"EastBoundingCoordinate\":-101.813,\"SouthBoundingCoordinate\":33.597}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Lightning\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GOESRPLT/LMA/DATA701\"},\"ShortName\":\"goesrpltwtlma\",\"EntryTitle\":\"GOES-R + PLT West Texas Lightning Mapping Array (LMA) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/goesrpltwtlma__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=goesrpltwtlma\"},{\"Description\":\"GOES-R + PLT Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GOESRPLT/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/goesrpltwtlma__1/docs/goesrpltwtlma_dataset.pdf\"},{\"Description\":\"A + Hyperbolic System for Obtaining VHF Radio Pictures of Lightning\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC076i006p01478\"},{\"Description\":\"VHF + radio pictures of cloud flashes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JC086iC05p04041\"},{\"Description\":\"VHF + radio pictures of lightning flashes to ground\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/JD093iD10p12683\"},{\"Description\":\"A + GPS-based Three-Dimensional Lightning Mapping System: Initial Observations + in Central New Mexico\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/1999GL010856\"},{\"Description\":\"Accuracy + of the Lightning Mapping Array\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2004JD004549\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-03-06T11:03:48.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:55.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOES-R PLT West Texas Lightning Mapping Array (LMA) dataset consists of total + lightning data measured from the West Texas LMA (WTXLMA) network during the + GOES-R Post Launch Test (PLT) airborne science field campaign. The GOES-R + PLT airborne science field campaign took place in support of the post-launch + product validation of the Advanced Baseline Imager (ABI) and the Geostationary + Lightning Mapper (GLM). The LMA measures the arrival time of radiation from + a lightning discharge at multiple stations and locates the sources of radiation + to produce a three-dimensional map of total lightning activity. These data + files are available in compressed ASCII files and are available from March + 1, 2017 through June 1, 2017.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"TEXAS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:31:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:31:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GOES-R + PLT\",\"LongName\":\"GOES-R Post Launch Test (PLT) Field Campaign\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"LMA\",\"LongName\":\"Lightning + Mapping Array\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/MINDS/GOME_MINDS_NO2.1.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GOME_MINDS_NO2_1.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2539362687-GES_DISC\",\"revision-date\":\"2024-03-08T21:47:52.208Z\",\"granule-count\":33274,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmospheric + Chemistry\",\"Total Column Nitrogen Dioxide (NO2)\",\"Tropospheric Nitrogen + Dioxide\",\"Air Quality\",\"Pollutant\",\"EOSDIS\",\"MEaSUREs\",\"no2\",\"nitrogen + dioxide\",\"Stratopheric\"],\"CollectionCitations\":[{\"Creator\":\"Lok N. + Lamsal, Nickolay A. Krotkov, Sergey V. Marchenko, Joanna Joiner, Luke Oman, + Alexander Vasilkov, Bradford Fisher, Wenhan Qin, Eun-Su Yang, Zachary Fasnacht, + Sungyeon Choi, Peter Leonard, and David Haffner\",\"Title\":\"GOME/ERS-2 NO2 + Tropospheric, Stratospheric and Total Columns MINDS 1-Orbit L2 Swath 40 km + \ x 320 km\",\"SeriesName\":\"GOME_MINDS_NO2\",\"ReleasePlace\":\"NASA Goddard + Space Flight Center\",\"Publisher\":\"Goddard Earth Sciences Data and Information + Services Center (GES DISC)\",\"Version\":\"1.1\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GOME_MINDS_NO2_1.1.html\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"ORBITAL\",\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC NITRIC ACID\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"NITRIC OXIDE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + CHEMISTRY\",\"VariableLevel1\":\"NITROGEN COMPOUNDS\",\"VariableLevel2\":\"NITROGEN + DIOXIDE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + CHEMISTRY\",\"VariableLevel1\":\"NITROGEN COMPOUNDS\",\"VariableLevel2\":\"NITROGEN + OXIDES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + CHEMISTRY\",\"VariableLevel1\":\"NITROGEN COMPOUNDS\",\"VariableLevel2\":\"NITROUS + OXIDE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-06-30T01:36:31.000Z\",\"EndingDateTime\":\"2003-06-22T12:31:19.000Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/MINDS/DATA202\"},\"ShortName\":\"GOME_MINDS_NO2\",\"EntryTitle\":\"GOME/ERS-2 + NO2 Tropospheric, Stratospheric and Total Columns MINDS 1-Orbit L2 Swath 40 + km x 320 km V1.1 (GOME_MINDS_NO2) at GES DISC\",\"Quality\":\"Under investigation\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/MINDS/GOME_MINDS_NO2.1.1/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GOME_MINDS_NO2_1.1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GOME_MINDS_NO2_1.1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://earthdata.nasa.gov/esds/competitive-programs/measures/minds\",\"Description\":\"NASA + ESDS MEaSUREs MINDS Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/MINDS/GOME_MINDS_NO2.1.1/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GOME_MINDS_NO2_1.1\",\"Description\":\"Earthdata + Search\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/hyrax/MINDS/GOME_MINDS_NO2.1.1/\",\"Description\":\"OPeNDAP + Service\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/MINDS/GOME_MINDS_NO2.1.1/doc/README.MEaSUREs_MINDS_NO2.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-11-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-11-08T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"As + part of the NASA's Making Earth System Data Records for Use in Research Environments + (MEaSUREs) program, this project entitled \u201CMulti-Decadal Nitrogen Dioxide + and Derived Products from Satellites (MINDS)\u201D will develop consistent + long-term global trend-quality data records spanning the last two decades, + over which remarkable changes in nitrogen oxides (NOx) emissions have occurred. + The objective of the project Is to adapt Ozone Monitoring Instrument (OMI) + operational algorithms to other satellite instruments and create consistent + multi-satellite L2 and L3 nitrogen dioxide (NO2) columns and value-added L4 + surface NO2 concentrations and NOx emissions data products, systematically + accounting for instrumental differences. The instruments include Global Ozone + Monitoring Experiment (GOME, 1996-2003), SCanning Imaging Absorption spectroMeter + for Atmospheric CHartographY (SCIAMACHY, 2002-2012), OMI (2004-present), GOME-2 + (2007-present), and TROPOspheric Monitoring Instrument (TROPOMI, 2018-present). + The quality assured L2-L4 products will be made available to the scientific + community via the NASA GES DISC website in Climate and Forecast (CF)-compliant + Hierarchical Data Format (HDF5) and netCDF formats.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-12-14T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-11-10T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"MetadataAssociations\":[{\"EntryId\":\"GOME_MINDS_NO2\",\"Version\":\"1.1\",\"Type\":\"SCIENCE + ASSOCIATED\"}],\"Version\":\"1.1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Lok\",\"LastName\":\"Lamsal, + PH. D\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 614\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5160\"},{\"Type\":\"Email\",\"Value\":\"lok.lamsal@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Feng\",\"LastName\":\"Ding\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6613\"},{\"Type\":\"Email\",\"Value\":\"feng.ding@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"ERS-2\",\"LongName\":\"European Remote + Sensing Satellite-2\",\"Instruments\":[{\"ShortName\":\"GOME\",\"LongName\":\"Global + Ozone Monitoring Experiment\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2358072515-POCLOUD\",\"V2358072493-POCLOUD\",\"V2358072487-POCLOUD\",\"V2358072416-POCLOUD\",\"V2358072406-POCLOUD\",\"V2358072434-POCLOUD\",\"V2358072478-POCLOUD\",\"V2358072418-POCLOUD\",\"V2358072473-POCLOUD\",\"V2358072522-POCLOUD\",\"V2358072511-POCLOUD\",\"V2358072423-POCLOUD\",\"V2358072503-POCLOUD\",\"V2358072481-POCLOUD\",\"V2358072436-POCLOUD\",\"V2358072421-POCLOUD\",\"V2358072411-POCLOUD\",\"V2358072484-POCLOUD\",\"V2358072463-POCLOUD\",\"V2358072475-POCLOUD\",\"V2358072461-POCLOUD\",\"V2358072457-POCLOUD\",\"V2358072513-POCLOUD\",\"V2358072465-POCLOUD\",\"V2358072499-POCLOUD\",\"V2358072447-POCLOUD\",\"V2358072442-POCLOUD\",\"V2358072432-POCLOUD\",\"V2358072430-POCLOUD\",\"V2358072454-POCLOUD\",\"V2358072509-POCLOUD\",\"V2358072449-POCLOUD\",\"V2358072445-POCLOUD\",\"V2358072520-POCLOUD\",\"V2358072438-POCLOUD\",\"V2358072469-POCLOUD\",\"V2358072518-POCLOUD\",\"V2358072506-POCLOUD\",\"V2358072440-POCLOUD\",\"V2358072496-POCLOUD\",\"V2358072451-POCLOUD\",\"V2358072459-POCLOUD\",\"V2358072471-POCLOUD\",\"V2358072490-POCLOUD\",\"V2358072467-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-public/MITgcm_LLC4320_Pre-SWOT_JPL_L4_GotlandBasin_v1.0/\",\"podaac-ops-cumulus-protected/MITgcm_LLC4320_Pre-SWOT_JPL_L4_GotlandBasin_v1.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_22144\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2358072515-POCLOUD\"},{\"concept-id\":\"V2358072493-POCLOUD\"},{\"concept-id\":\"V2358072487-POCLOUD\"},{\"concept-id\":\"V2358072416-POCLOUD\"},{\"concept-id\":\"V2358072406-POCLOUD\"},{\"concept-id\":\"V2358072434-POCLOUD\"},{\"concept-id\":\"V2358072478-POCLOUD\"},{\"concept-id\":\"V2358072418-POCLOUD\"},{\"concept-id\":\"V2358072473-POCLOUD\"},{\"concept-id\":\"V2358072522-POCLOUD\"},{\"concept-id\":\"V2358072511-POCLOUD\"},{\"concept-id\":\"V2358072423-POCLOUD\"},{\"concept-id\":\"V2358072503-POCLOUD\"},{\"concept-id\":\"V2358072481-POCLOUD\"},{\"concept-id\":\"V2358072436-POCLOUD\"},{\"concept-id\":\"V2358072421-POCLOUD\"},{\"concept-id\":\"V2358072411-POCLOUD\"},{\"concept-id\":\"V2358072484-POCLOUD\"},{\"concept-id\":\"V2358072463-POCLOUD\"},{\"concept-id\":\"V2358072475-POCLOUD\"},{\"concept-id\":\"V2358072461-POCLOUD\"},{\"concept-id\":\"V2358072457-POCLOUD\"},{\"concept-id\":\"V2358072513-POCLOUD\"},{\"concept-id\":\"V2358072465-POCLOUD\"},{\"concept-id\":\"V2358072499-POCLOUD\"},{\"concept-id\":\"V2358072447-POCLOUD\"},{\"concept-id\":\"V2358072442-POCLOUD\"},{\"concept-id\":\"V2358072432-POCLOUD\"},{\"concept-id\":\"V2358072430-POCLOUD\"},{\"concept-id\":\"V2358072454-POCLOUD\"},{\"concept-id\":\"V2358072509-POCLOUD\"},{\"concept-id\":\"V2358072449-POCLOUD\"},{\"concept-id\":\"V2358072445-POCLOUD\"},{\"concept-id\":\"V2358072520-POCLOUD\"},{\"concept-id\":\"V2358072438-POCLOUD\"},{\"concept-id\":\"V2358072469-POCLOUD\"},{\"concept-id\":\"V2358072518-POCLOUD\"},{\"concept-id\":\"V2358072506-POCLOUD\"},{\"concept-id\":\"V2358072440-POCLOUD\"},{\"concept-id\":\"V2358072496-POCLOUD\"},{\"concept-id\":\"V2358072451-POCLOUD\"},{\"concept-id\":\"V2358072459-POCLOUD\"},{\"concept-id\":\"V2358072471-POCLOUD\"},{\"concept-id\":\"V2358072490-POCLOUD\"},{\"concept-id\":\"V2358072467-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2258640557-POCLOUD\",\"revision-date\":\"2023-01-13T00:38:32.843Z\",\"granule-count\":429,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"EARTH + SCIENCE SERVICES > MODELS > EARTH SCIENCE MODELS\"],\"CollectionCitations\":[{\"Version\":\"1.0\",\"Title\":\"Gotland + Basin Pre-SWOT Level-4 Hourly MITgcm LLC4320 Native Grid 2km Oceanographic + Dataset Version 1.0\",\"Creator\":\"Menemenlis, D., Hill, C., Henze, C. E., + Wang, J., & Fenty, I.\",\"ReleaseDate\":\"2021-02-10T00:00:00.000Z\",\"ReleasePlace\":\"PO.DAAC\",\"Publisher\":\"PO.DAAC\",\"OtherCitationDetails\":\"Menemenlis, + D., Hill, C., Henze, C. E., Wang, J., & Fenty, I. 2021. Gotland Basin Pre-SWOT + Level-4 Hourly MITgcm LLC4320 Native Grid 2km Oceanographic Dataset Version + 1.0. PO.DAAC, CA, USA. Dataset accessed[YYYY-MM-DD] at https://doi.org/10.5067/PRESW-GBJ10\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":59.5,\"WestBoundingCoordinate\":17.0,\"EastBoundingCoordinate\":21.2,\"SouthBoundingCoordinate\":54.2}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":2,\"YDimension\":2,\"Unit\":\"Kilometers\"}]}}},\"VerticalSpatialDomains\":[{\"Type\":\"Maximum + Depth\",\"Value\":\"6134.5\"},{\"Type\":\"Minimum Depth\",\"Value\":\"0\"}],\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN TEMPERATURE\",\"VariableLevel1\":\"POTENTIAL + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SALINITY/DENSITY\",\"VariableLevel1\":\"SALINITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN CIRCULATION\",\"VariableLevel1\":\"OCEAN + CURRENTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + CIRCULATION\",\"VariableLevel1\":\"FRESH WATER FLUX\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN HEAT BUDGET\",\"VariableLevel1\":\"HEAT + FLUX\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-09-13T00:00:00.000Z\",\"EndingDateTime\":\"2012-11-15T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/PRESW-GBJ10\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"MITgcm_LLC4320_Pre-SWOT_JPL_L4_GotlandBasin_v1.0\",\"EntryTitle\":\"Gotland + Basin Pre-SWOT Level-4 Hourly MITgcm LLC4320 Native Grid 2km Oceanographic + Dataset Version 1.0\",\"PublicationReferences\":[{\"Title\":\"Surface kinetic + energy distributions in the global oceans from a high\u2010resolution numerical + model and surface drifter observations\",\"Publisher\":\"Geophysical Research + Letters \",\"DOI\":{\"DOI\":\"10.1029/2019gl083074\"},\"Author\":\" Yu, X., + Ponte, A. L., Elipot, S., Menemenlis, D., Zaron, E. D., & Abernathey, R. \",\"PublicationDate\":\"2019-08-09T00:00:00.000Z\",\"Volume\":\"46\",\"Issue\":\"16\",\"Pages\":\"9757\u20139766\"},{\"Title\":\"Partitioning + ocean motions into balanced motions and internal gravity waves: A modeling + study in anticipation of future space missions\",\"Publisher\":\"Journal of + Geophysical Research: Oceans\",\"DOI\":{\"DOI\":\"10.1029/2018JC014438\"},\"Author\":\"Torres, + H. S., Klein, P., Menemenlis, D., Qiu, B., Su, Z., Wang, J., et al.\",\"PublicationDate\":\"2018-10-26T00:00:00.000Z\",\"Volume\":\"123\",\"Issue\":\"11\",\"Pages\":\"8084\u2013 + 8105\"},{\"Title\":\"A primer on global internal tide and internal gravity + wave continuum modeling in HYCOM and MITgcm.\",\"Publisher\":\"New Frontiers + in Operational Oceanography\",\"DOI\":{\"DOI\":\"10.17125/gov2018.ch13\"},\"Author\":\"Arbic, + B. K., et al.\",\"PublicationDate\":\"2018-08-01T00:00:00.000Z\"},{\"Title\":\"Ocean + submesoscales as a key component of the global heat budget\",\"Publisher\":\"Nature + Communications\",\"DOI\":{\"DOI\":\"10.1038/s41467-018-02983-w\"},\"Author\":\"Su, + Z., Wang, J., Klein, P., Thompson, A. F., & Menemenlis, D.\",\"PublicationDate\":\"2018-02-22T00:00:00.000Z\",\"Volume\":\"9\",\"Issue\":\"1\"},{\"Title\":\"An + Observing System Simulation Experiment for the Calibration and Validation + of the Surface Water Ocean Topography Sea Surface Height Measurement Using + In Situ Platforms\",\"Publisher\":\"Journal of Atmospheric and Oceanic Technology\",\"DOI\":{\"DOI\":\"10.1175/jtech-d-17-0076.1\"},\"Author\":\"Wang, + J., Fu, L., Qiu, B., Menemenlis, D., Farrar, J. T., Chao, Y., Thompson, A. + F., & Flexas, M. M.\",\"PublicationDate\":\"2018-02-01T00:00:00.000Z\",\"Volume\":\"35\",\"Issue\":\"2\",\"Pages\":\"281\u2013297\"},{\"Title\":\"Mesoscale + to submesoscale wavenumber spectra in Drake Passage\",\"Publisher\":\"Journal + of Physical Oceanography\",\"DOI\":{\"DOI\":\"810.1175/JPO-D-15-0087.1\"},\"Author\":\"Rocha, + C. B., Chereskin, T. K., Gille, S. T., & Menemenlis, D.\",\"PublicationDate\":\"2016-02-01T00:00:00.000Z\",\"Volume\":\"46\",\"Issue\":\"2\",\"Pages\":\"601-620\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-public/MITgcm_LLC4320_Pre-SWOT_JPL_L4_GotlandBasin_v1.0/\",\"podaac-ops-cumulus-protected/MITgcm_LLC4320_Pre-SWOT_JPL_L4_GotlandBasin_v1.0/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"Mission + and Instrument Overview\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/SWOT\"},{\"Description\":\"Mission + and Instrument Overview\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/MEaSUREs-SSH\"},{\"Description\":\"Access + the dataset landing page for the collection\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/PRESW-GBJ10\"},{\"Description\":\"Generic + Data Readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/MITgcm_LLC4320_Pre-SWOT_JPL_L4_GotlandBasin_v1.0.jpg\"},{\"Description\":\"Browse + and download granules over HTTPS using the virtual directories service\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2258640557-POCLOUD\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"text/html\",\"Size\":1.7,\"Unit\":\"GB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2258640557-POCLOUD\",\"GetData\":{\"Format\":\"netCDF-4\",\"MimeType\":\"text/html\",\"Size\":1.7,\"Unit\":\"GB\"}},{\"Description\":\"PRE-SWOT + NUMERICAL SIMULATION VERSION 1 USER GUIDE\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/web-misc/SWOT/Pre-SWOT_LLC4320/preswot_llc4320_user_guide.pdf\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/web-misc/SWOT/Pre-SWOT_LLC4320/README\"},{\"Description\":\"Data + Use and Citation Policy\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-01-20T00:00:00.000Z\"}],\"Abstract\":\"This + dataset provides a regional multivariate oceanographic state estimate from + a global ocean numerical simulation with a focus on the Gotland Basin region. + The global ocean simulation is based on the MIT general circulation model + (MITgcm) with Lat-Lon-Cap grid (LLC) layout and 1/48-degree (2km at equator) + nominal horizontal resolution. This simulation is often referred to as LLC4320 + in the community and existing publications. The simulation has 90 vertical + levels, with about 1-m vertical resolution at the surface and 30 m down to + 500 m, for optimized resolution of the upper-ocean processes. The model has + zero parameterized horizontal diffusivity. In the vertical direction, the + K-Profile Parameterization (KPP) is used for boundary layer turbulent mixing. + It is spun up progressively from the lower resolution MITgcm simulation from + the Estimating the Circulation & Climate of the Ocean (ECCO), and forced by + the 6-hourly ERA-Interim atmosphere reanalysis ( https://www.ecmwf.int/en/forecasts/datasets/reanalysis-datasets/era-interim + ). A synthetic surface pressure field consisting of the 16 most dominant tidal + constituents is used to dynamically mimic the tidal forcing. The dataset provides + hourly oceanographic variables at native grid. Three-dimensional variables + include temperature, salinity, and velocity. Two-dimensional variables include + sea level anomaly, ocean mixed layer thickness, bottom pressure anomaly, net + freshwater flux, net heat flux, shortwave radiative flux, net salt flux, and + ocean surface stress.\",\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-04-27T20:15:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-06-27T23:01:00.000Z\"}],\"Version\":\"1.0\",\"ContactPersons\":[{\"Roles\":[\"Science + Contact\"],\"FirstName\":\"Dimitris\",\"LastName\":\"Menemenlis\",\"NonDataCenterAffiliation\":\"NASA/JPL\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"menemenlis@jpl.nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"Data + Center Contact\"],\"GroupName\":\"Help Desk\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}]}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"MITgcm\",\"LongName\":\"Massachusetts + Institute of Technology General Circulation Model\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozMmlpHCl.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GozMmlpHCl_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251051227-GES_DISC\",\"revision-date\":\"2024-03-15T16:02:12.237Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"HCl\"],\"CollectionCitations\":[{\"Creator\":\"Froidevaux, + L., J. Anderson, R. A. Fuller, P. F. Bernath, N. J. Livesey, J. M. Russell + III, and K. A. Walker\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GozMmlpHCl_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GOZCARDS + Merged Hydrogen Chloride 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1\",\"SeriesName\":\"GozMmlpHCl\",\"ReleaseDate\":\"2013-05-02T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"HALOCARBONS + AND HALOGENS\",\"VariableLevel2\":\"HYDROGEN CHLORIDE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GOZCARDS/DATA3002\"},\"ShortName\":\"GozMmlpHCl\",\"EntryTitle\":\"GOZCARDS + Merged Hydrogen Chloride 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1 (GozMmlpHCl) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Froidevaux, + L., Anderson, J., Wang, H.-J., Fuller, R. A., Schwartz, M. J., Santee, M. + L., Livesey, N. J., Pumphrey, H. C., Bernath, P. F., Russell III, J. M., and + McCormick, M. P.\",\"PublicationDate\":\"2014-09-24T00:00:00.000Z\",\"Title\":\"Global + OZone Chemistry And Related trace gas Data records for the Stratosphere (GOZCARDS): + methodology and sample results with a focus on HCl, H2O, and O3\",\"Series\":\"Atmos. + Chem. Phys.\",\"Volume\":\"15\",\"Issue\":\"18\",\"OnlineResource\":{\"Linkage\":\"https://www.atmos-chem-phys.net/15/10471/2015/\"},\"DOI\":{\"DOI\":\"10.5194/acp-15-10471-201\"}}],\"Quality\":\"The + merged time series obtained for GOZCARDS are intended to be quite faithful + representations of the originally produced source datasets (the properly screened + zonal average series based upon the original Level 2 set of individual profiles), + meaning that no data gaps are filled, for example by fitting functions to + the sparse datasets. Such fitting procedures will be up to individual users; + also, model/data comparisons could be best performed by sampling the models + in a way that is not continuous, but rather, follows the data record sampling + in time and space.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozMmlpHCl.1/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GozMmlpHCl_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GozMmlpHCl_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/GozMmlpHCl.1\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozMmlpHCl.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozMmlpHCl.1/\",\"Description\":\"Access + the data using the THREDDS Catalog.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/gozcards\",\"Description\":\"The + project web site at JPL.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/README-GOZCARDS-v1.1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2003-05-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2003-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOZCARDS Merged Data for Hydrogen Chloride 1 month L3 10 degree Zonal Averages + on a Vertical Pressure Grid product (GozMmlpHCl) contains zonal means and + related information (standard deviation, minimum/maximum value, etc.), calculated + as a result of a merging process that ties together the source datasets, after + bias removal and averaging. The merged HCl data are from the following satellite + instruments: HALOE (v19; 1991 - 2005), ACE-FTS (v2.2u; 2004 - onward), and + Aura MLS (v3.3; 2004 - onward). The vertical pressure range for HCl is from + 147 to 0.5 hPa. The input source data used to create this merged product are + contained in a separate data product with the short name GozSmlpHCl.\\n\\nThe + GozMmlpHCl merged data are distributed in netCDF4 format.\",\"Purpose\":\"GOZCARDS + (Global OZone Chemistry And Related trace gas Data records for the Stratosphere) + refers to a commonly-formatted Earth system data record (ESDR) for stratospheric + composition, of high relevance to the issue of ozone decline and recovery. + High-quality long-term ozone and related trace gas data records are needed + to (a) evaluate and understand composition changes in the atmosphere and (b) + constrain model representations of atmospheric dynamics and photochemistry.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2012-09-27T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"LUCIEN\",\"LastName\":\"FROIDEVAUX\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4800 + Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-8301\"},{\"Type\":\"Email\",\"Value\":\"lucien.froidevaux@jpl.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JEROME\",\"MiddleName\":\"EDWARD\",\"LastName\":\"ALFRED\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"jerome.m.alfred@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"UARS\",\"LongName\":\"Upper Atmosphere + Research Satellite\",\"Instruments\":[{\"ShortName\":\"HALOE\",\"LongName\":\"Halogen + Occultation Experiment\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System, Aura\",\"Instruments\":[{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"SCISAT-1/ACE\",\"LongName\":\"Atmospheric + Chemistry Experiment\",\"Instruments\":[{\"ShortName\":\"ACE-FTS\",\"LongName\":\"Fourier + Transform Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozMmlpHNO3.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GozMmlpHNO3_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251051235-GES_DISC\",\"revision-date\":\"2024-03-15T16:00:55.538Z\",\"granule-count\":9,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"HNO3\"],\"CollectionCitations\":[{\"Creator\":\"Froidevaux, + L., R. A. Fuller, M. L. Santee, G. L. Manney, N. J. Livesey, P. F. Bernath, + and K. A. Walker\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GozMmlpHNO3_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GOZCARDS + Merged Nitric Acid 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1\",\"SeriesName\":\"GozMmlpHNO3\",\"ReleaseDate\":\"2013-05-02T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC NITRIC ACID\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-08-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GOZCARDS/DATA3009\"},\"ShortName\":\"GozMmlpHNO3\",\"EntryTitle\":\"GOZCARDS + Merged Nitric Acid 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1 (GozMmlpHNO3) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Froidevaux, + L., Anderson, J., Wang, H.-J., Fuller, R. A., Schwartz, M. J., Santee, M. + L., Livesey, N. J., Pumphrey, H. C., Bernath, P. F., Russell III, J. M., and + McCormick, M. P.\",\"PublicationDate\":\"2014-09-24T00:00:00.000Z\",\"Title\":\"Global + OZone Chemistry And Related trace gas Data records for the Stratosphere (GOZCARDS): + methodology and sample results with a focus on HCl, H2O, and O3\",\"Series\":\"Atmos. + Chem. Phys.\",\"Volume\":\"15\",\"Issue\":\"18\",\"OnlineResource\":{\"Linkage\":\"https://www.atmos-chem-phys.net/15/10471/2015/\"},\"DOI\":{\"DOI\":\"10.5194/acp-15-10471-201\"}}],\"Quality\":\"The + merged time series obtained for GOZCARDS are intended to be quite faithful + representations of the originally produced source datasets (the properly screened + zonal average series based upon the original Level 2 set of individual profiles), + meaning that no data gaps are filled, for example by fitting functions to + the sparse datasets. Such fitting procedures will be up to individual users; + also, model/data comparisons could be best performed by sampling the models + in a way that is not continuous, but rather, follows the data record sampling + in time and space.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozMmlpHNO3.1/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GozMmlpHNO3_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GozMmlpHNO3_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/GozMmlpHNO3.1\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozMmlpHNO3.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozMmlpHNO3.1/\",\"Description\":\"Access + the data using the THREDDS Catalog.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/gozcards\",\"Description\":\"The + project web site at JPL.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/README-GOZCARDS-v1.1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOZCARDS Merged Data for Nitric Acid 1 month L3 10 degree Zonal Averages on + a Vertical Pressure Grid product (GozMmlpHNO3) contains zonal means and related + information (standard deviation, minimum/maximum value, etc.), calculated + as a result of a merging process that ties together the source datasets, after + bias removal and averaging. The merged HNO3 data are from the following satellite + instruments: UARS MLS (v6; 1991 - 1997), ACE-FTS (v2.2u; 2004 - onward), and + Aura MLS (v3.3; 2004 - onward). The vertical pressure range for HNO3 is from + 147 to 1 hPa. The input source data used to create this merged product are + contained in a separate data product with the short name GozSmlpHNO3.\\n\\nThe + GozMmlpHNO3 merged data are distributed in netCDF4 format.\",\"Purpose\":\"GOZCARDS + (Global OZone Chemistry And Related trace gas Data records for the Stratosphere) + refers to a commonly-formatted Earth system data record (ESDR) for stratospheric + composition, of high relevance to the issue of ozone decline and recovery. + High-quality long-term ozone and related trace gas data records are needed + to (a) evaluate and understand composition changes in the atmosphere and (b) + constrain model representations of atmospheric dynamics and photochemistry.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-03-11T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"LUCIEN\",\"LastName\":\"FROIDEVAUX\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4800 + Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-8301\"},{\"Type\":\"Email\",\"Value\":\"lucien.froidevaux@jpl.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JEROME\",\"MiddleName\":\"EDWARD\",\"LastName\":\"ALFRED\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"jerome.m.alfred@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"UARS\",\"LongName\":\"Upper Atmosphere + Research Satellite\",\"Instruments\":[{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"SCISAT-1/ACE\",\"LongName\":\"Atmospheric + Chemistry Experiment\",\"Instruments\":[{\"ShortName\":\"ACE-FTS\",\"LongName\":\"Fourier + Transform Spectrometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System, Aura\",\"Instruments\":[{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozMmlpN2O.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GozMmlpN2O_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251051239-GES_DISC\",\"revision-date\":\"2024-03-15T15:53:41.177Z\",\"granule-count\":9,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"N2O\"],\"CollectionCitations\":[{\"Creator\":\"Froidevaux, + L., R. A. Fuller, A. Lambert, N. J. Livesey, P. F. Bernath, and K. A. Walker\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GozMmlpN2O_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GOZCARDS + Merged Nitrous Oxide 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1\",\"SeriesName\":\"GozMmlpN2O\",\"ReleaseDate\":\"2013-05-02T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"NITROUS OXIDE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-08-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GOZCARDS/DATA3013\"},\"ShortName\":\"GozMmlpN2O\",\"EntryTitle\":\"GOZCARDS + Merged Nitrous Oxide 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1 (GozMmlpN2O) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Froidevaux, + L., Anderson, J., Wang, H.-J., Fuller, R. A., Schwartz, M. J., Santee, M. + L., Livesey, N. J., Pumphrey, H. C., Bernath, P. F., Russell III, J. M., and + McCormick, M. P.\",\"PublicationDate\":\"2014-09-24T00:00:00.000Z\",\"Title\":\"Global + OZone Chemistry And Related trace gas Data records for the Stratosphere (GOZCARDS): + methodology and sample results with a focus on HCl, H2O, and O3\",\"Series\":\"Atmos. + Chem. Phys.\",\"Volume\":\"15\",\"Issue\":\"18\",\"OnlineResource\":{\"Linkage\":\"https://www.atmos-chem-phys.net/15/10471/2015/\"},\"DOI\":{\"DOI\":\"10.5194/acp-15-10471-201\"}}],\"Quality\":\"The + merged time series obtained for GOZCARDS are intended to be quite faithful + representations of the originally produced source datasets (the properly screened + zonal average series based upon the original Level 2 set of individual profiles), + meaning that no data gaps are filled, for example by fitting functions to + the sparse datasets. Such fitting procedures will be up to individual users; + also, model/data comparisons could be best performed by sampling the models + in a way that is not continuous, but rather, follows the data record sampling + in time and space.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozMmlpN2O.1/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GozMmlpN2O_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GozMmlpN2O_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/GozMmlpN2O.1\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozMmlpN2O.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozMmlpN2O.1/\",\"Description\":\"Access + the data using the THREDDS Catalog.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/gozcards\",\"Description\":\"The + project web site at JPL.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/README-GOZCARDS-v1.1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOZCARDS Merged Data for Nitrous Oxide 1 month L3 10 degree Zonal Averages + on a Vertical Pressure Grid product (GozMmlpN2O) contains zonal means and + related information (standard deviation, minimum/maximum value, etc.), calculated + as a result of a merging process that ties together the source datasets, after + bias removal and averaging. The merged N2O data are from the following satellite + instruments: ACE-FTS (v2.2u; 2004 - onward), and Aura MLS (v3.3; 2004 - onward). + The vertical pressure range for N2O is from 147 to 0.5 hPa. The input source + data used to create this merged product are contained in a separate data product + with the short name GozSmlpN2O.\\n\\nThe GozMmlpN2O merged data are distributed + in netCDF4 format.\",\"Purpose\":\"GOZCARDS (Global OZone Chemistry And Related + trace gas Data records for the Stratosphere) refers to a commonly-formatted + Earth system data record (ESDR) for stratospheric composition, of high relevance + to the issue of ozone decline and recovery. High-quality long-term ozone and + related trace gas data records are needed to (a) evaluate and understand composition + changes in the atmosphere and (b) constrain model representations of atmospheric + dynamics and photochemistry.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-03-11T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"LUCIEN\",\"LastName\":\"FROIDEVAUX\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4800 + Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-8301\"},{\"Type\":\"Email\",\"Value\":\"lucien.froidevaux@jpl.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JEROME\",\"MiddleName\":\"EDWARD\",\"LastName\":\"ALFRED\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"jerome.m.alfred@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"SCISAT-1/ACE\",\"LongName\":\"Atmospheric + Chemistry Experiment\",\"Instruments\":[{\"ShortName\":\"ACE-FTS\",\"LongName\":\"Fourier + Transform Spectrometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System, Aura\",\"Instruments\":[{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozMmlpO3.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GozMmlpO3_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251051291-GES_DISC\",\"revision-date\":\"2024-03-15T15:19:36.190Z\",\"granule-count\":32,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"O3\"],\"CollectionCitations\":[{\"Creator\":\"Wang, + R., L. Froidevaux, J. Anderson, R. A. Fuller, P. F. Bernath, M. P. McCormick, + N. J. Livesey, J. M. Russell III, K. A. Walker, and J. M. Zawodny\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GozMmlpO3_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GOZCARDS + Merged Ozone 1 month L3 10 degree Zonal Means on a Vertical Pressure Grid + V1\",\"SeriesName\":\"GozMmlpO3\",\"ReleaseDate\":\"2013-05-02T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"OXYGEN + COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC OZONE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1979-02-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GOZCARDS/DATA3006\"},\"ShortName\":\"GozMmlpO3\",\"EntryTitle\":\"GOZCARDS + Merged Ozone 1 month L3 10 degree Zonal Means on a Vertical Pressure Grid + V1 (GozMmlpO3) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Froidevaux, + L., Anderson, J., Wang, H.-J., Fuller, R. A., Schwartz, M. J., Santee, M. + L., Livesey, N. J., Pumphrey, H. C., Bernath, P. F., Russell III, J. M., and + McCormick, M. P.\",\"PublicationDate\":\"2014-09-24T00:00:00.000Z\",\"Title\":\"Global + OZone Chemistry And Related trace gas Data records for the Stratosphere (GOZCARDS): + methodology and sample results with a focus on HCl, H2O, and O3\",\"Series\":\"Atmos. + Chem. Phys.\",\"Volume\":\"15\",\"Issue\":\"18\",\"OnlineResource\":{\"Linkage\":\"https://www.atmos-chem-phys.net/15/10471/2015/\"},\"DOI\":{\"DOI\":\"10.5194/acp-15-10471-201\"}}],\"Quality\":\"The + merged time series obtained for GOZCARDS are intended to be quite faithful + representations of the originally produced source datasets (the properly screened + zonal average series based upon the original Level 2 set of individual profiles), + meaning that no data gaps are filled, for example by fitting functions to + the sparse datasets. Such fitting procedures will be up to individual users; + also, model/data comparisons could be best performed by sampling the models + in a way that is not continuous, but rather, follows the data record sampling + in time and space.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozMmlpO3.1/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GozMmlpO3_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GozMmlpO3_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/GozMmlpO3.1\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozMmlpO3.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozMmlpO3.1/\",\"Description\":\"Access + the data using the THREDDS Catalog.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/gozcards\",\"Description\":\"The + project web site at JPL.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/README-GOZCARDS-v1.1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOZCARDS Merged Data for Ozone 1 month L3 10 degree Zonal Averages on a Vertical + Pressure Grid product (GozMmlpO3) contains zonal means and related information + (standard deviation, minimum/maximum value, etc.), calculated as a result + of a merging process that ties together the source datasets, after bias removal + and averaging. The merged O3 data are from the following satellite instruments: + SAGE I (v5.9_rev; 1979-1981), SAGE II (v6.2; 1984-2005), HALOE (v19; 1991-2005), + UARS MLS (v5; 1991-1997), ACE-FTS (v2.2; 2004-onward), Aura MLS (v2.2; 2004 + onward) others as validation (e.g., SAGE III, v4.0; 2002-2005). The vertical + pressure range for O3 is from 147 to 0.5 hPa. The input source data used to + create this merged product are contained in a separate data product with the + short name GozSmlpO3.\\n\\nThe GozMmlpO3 merged data are distributed in netCDF4 + format.\",\"Purpose\":\"GOZCARDS (Global OZone Chemistry And Related trace + gas Data records for the Stratosphere) refers to a commonly-formatted Earth + system data record (ESDR) for stratospheric composition, of high relevance + to the issue of ozone decline and recovery. High-quality long-term ozone and + related trace gas data records are needed to (a) evaluate and understand composition + changes in the atmosphere and (b) constrain model representations of atmospheric + dynamics and photochemistry.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-03-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"LUCIEN\",\"LastName\":\"FROIDEVAUX\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4800 + Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-8301\"},{\"Type\":\"Email\",\"Value\":\"lucien.froidevaux@jpl.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JEROME\",\"MiddleName\":\"EDWARD\",\"LastName\":\"ALFRED\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"jerome.m.alfred@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"AEM-2\",\"LongName\":\"Applications + Explorer Mission-2\",\"Instruments\":[{\"ShortName\":\"SAGE I\",\"LongName\":\"Stratospheric + Aerosol and Gas Experiment I\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"ERBS\",\"LongName\":\"Earth + Radiation Budget Satellite\",\"Instruments\":[{\"ShortName\":\"SAGE II\",\"LongName\":\"Stratospheric + Aerosol and Gas Experiment II\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"UARS\",\"LongName\":\"Upper + Atmosphere Research Satellite\",\"Instruments\":[{\"ShortName\":\"HALOE\",\"LongName\":\"Halogen + Occultation Experiment\"},{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"SCISAT-1/ACE\",\"LongName\":\"Atmospheric + Chemistry Experiment\",\"Instruments\":[{\"ShortName\":\"ACE-FTS\",\"LongName\":\"Fourier + Transform Spectrometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System, Aura\",\"Instruments\":[{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Meteor-3M\",\"Instruments\":[{\"ShortName\":\"SAGE + III\",\"LongName\":\"Stratospheric Aerosol and Gas Experiment III\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozMmlpH2O.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GozMmlpH2O_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251051158-GES_DISC\",\"revision-date\":\"2024-03-15T16:03:14.919Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"H2O\"],\"CollectionCitations\":[{\"Creator\":\"Anderson, + J., L. Froidevaux, R. A. Fuller, P. F. Bernath, N. J. Livesey, H. C. Pumphrey, + W. G. Read, J. M. Russell III, and K. A. Walker\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GozMmlpH2O_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GOZCARDS + Merged Water Vapor 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1\",\"SeriesName\":\"GozMmlpH2O\",\"ReleaseDate\":\"2013-05-02T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROFILES\",\"VariableLevel2\":\"WATER VAPOR MIXING RATIO PROFILES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-09-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GOZCARDS/DATA3004\"},\"ShortName\":\"GozMmlpH2O\",\"EntryTitle\":\"GOZCARDS + Merged Water Vapor 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1 (GozMmlpH2O) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Froidevaux, + L., Anderson, J., Wang, H.-J., Fuller, R. A., Schwartz, M. J., Santee, M. + L., Livesey, N. J., Pumphrey, H. C., Bernath, P. F., Russell III, J. M., and + McCormick, M. P.\",\"PublicationDate\":\"2014-09-24T00:00:00.000Z\",\"Title\":\"Global + OZone Chemistry And Related trace gas Data records for the Stratosphere (GOZCARDS): + methodology and sample results with a focus on HCl, H2O, and O3\",\"Series\":\"Atmos. + Chem. Phys.\",\"Volume\":\"15\",\"Issue\":\"18\",\"OnlineResource\":{\"Linkage\":\"https://www.atmos-chem-phys.net/15/10471/2015/\"},\"DOI\":{\"DOI\":\"10.5194/acp-15-10471-201\"}}],\"Quality\":\"The + merged time series obtained for GOZCARDS are intended to be quite faithful + representations of the originally produced source datasets (the properly screened + zonal average series based upon the original Level 2 set of individual profiles), + meaning that no data gaps are filled, for example by fitting functions to + the sparse datasets. Such fitting procedures will be up to individual users; + also, model/data comparisons could be best performed by sampling the models + in a way that is not continuous, but rather, follows the data record sampling + in time and space.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozMmlpH2O.1/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GozMmlpH2O_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GozMmlpH2O_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/GozMmlpH2O.1\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozMmlpH2O.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozMmlpH2O.1/\",\"Description\":\"Access + the data using the THREDDS Catalog.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/gozcards\",\"Description\":\"The + project web site at JPL.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/README-GOZCARDS-v1.1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOZCARDS Merged Data for Water Vapor 1 month L3 10 degree Zonal Averages on + a Vertical Pressure Grid product (GozMmlpH2O) contains zonal means and related + information (standard deviation, minimum/maximum value, etc.), calculated + as a result of a merging process that ties together the source datasets, after + bias removal and averaging. The merged H2O data are from the following satellite + instruments: HALOE (v19; 1991 - 2005), ACE-FTS (v2.2u; 2004 - onward), and + Aura MLS (v3.3; 2004 - onward). The vertical pressure range for H2O is from + 147 to 0.01 hPa. The input source data used to create this merged product + are contained in a separate data product with the short name GozSmlpH2O.\\n\\nThe + GozMmlpH2O merged data are distributed in netCDF4 format.\",\"Purpose\":\"GOZCARDS + (Global OZone Chemistry And Related trace gas Data records for the Stratosphere) + refers to a commonly-formatted Earth system data record (ESDR) for stratospheric + composition, of high relevance to the issue of ozone decline and recovery. + High-quality long-term ozone and related trace gas data records are needed + to (a) evaluate and understand composition changes in the atmosphere and (b) + constrain model representations of atmospheric dynamics and photochemistry.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-03-11T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"LUCIEN\",\"LastName\":\"FROIDEVAUX\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4800 + Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-8301\"},{\"Type\":\"Email\",\"Value\":\"lucien.froidevaux@jpl.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JEROME\",\"MiddleName\":\"EDWARD\",\"LastName\":\"ALFRED\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"jerome.m.alfred@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"UARS\",\"LongName\":\"Upper Atmosphere + Research Satellite\",\"Instruments\":[{\"ShortName\":\"HALOE\",\"LongName\":\"Halogen + Occultation Experiment\"},{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"SCISAT-1/ACE\",\"LongName\":\"Atmospheric + Chemistry Experiment\",\"Instruments\":[{\"ShortName\":\"ACE-FTS\",\"LongName\":\"Fourier + Transform Spectrometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System, Aura\",\"Instruments\":[{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozSmlpHCl.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GozSmlpHCl_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251051321-GES_DISC\",\"revision-date\":\"2024-03-15T15:17:19.482Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"HCl\"],\"CollectionCitations\":[{\"Creator\":\"Froidevaux, + L., J. Anderson, R. A. Fuller, P. F. Bernath, N. J. Livesey, J. M. Russell + III, and K. A. Walker\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GozSmlpHCl_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GOZCARDS + Source Hydrogen Chloride 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1\",\"SeriesName\":\"GozSmlpHCl\",\"ReleaseDate\":\"2013-05-02T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"HALOCARBONS + AND HALOGENS\",\"VariableLevel2\":\"HYDROGEN CHLORIDE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GOZCARDS/DATA3001\"},\"ShortName\":\"GozSmlpHCl\",\"EntryTitle\":\"GOZCARDS + Source Hydrogen Chloride 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1 (GozSmlpHCl) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Froidevaux, + L., Anderson, J., Wang, H.-J., Fuller, R. A., Schwartz, M. J., Santee, M. + L., Livesey, N. J., Pumphrey, H. C., Bernath, P. F., Russell III, J. M., and + McCormick, M. P.\",\"PublicationDate\":\"2014-09-24T00:00:00.000Z\",\"Title\":\"Global + OZone Chemistry And Related trace gas Data records for the Stratosphere (GOZCARDS): + methodology and sample results with a focus on HCl, H2O, and O3\",\"Series\":\"Atmos. + Chem. Phys.\",\"Volume\":\"15\",\"Issue\":\"18\",\"OnlineResource\":{\"Linkage\":\"https://www.atmos-chem-phys.net/15/10471/2015/\"},\"DOI\":{\"DOI\":\"10.5194/acp-15-10471-201\"}}],\"Quality\":\"The + merged time series obtained for GOZCARDS are intended to be quite faithful + representations of the originally produced source datasets (the properly screened + zonal average series based upon the original Level 2 set of individual profiles), + meaning that no data gaps are filled, for example by fitting functions to + the sparse datasets. Such fitting procedures will be up to individual users; + also, model/data comparisons could be best performed by sampling the models + in a way that is not continuous, but rather, follows the data record sampling + in time and space.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozSmlpHCl.1/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GozSmlpHCl_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GozSmlpHCl_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/GozSmlpHCl.1\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozSmlpHCl.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozSmlpHCl.1/\",\"Description\":\"Access + the data using the THREDDS Catalog.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/gozcards\",\"Description\":\"The + project web site at JPL.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/README-GOZCARDS-v1.1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOZCARDS Source Data for Hydrogen Chloride 1 month L3 10 degree Zonal Averages + on a Vertical Pressure Grid product (GozSmlpHCl) contains zonal means and + related information (standard deviation, minimum/maximum value, etc.), calculated + from original Level 2 satellite instruments and products. The source HCl data + are from the following satellite instruments: HALOE (v19; 1991 - 2005), ACE-FTS + (v2.2u; 2004 - onward), and Aura MLS (v3.3; 2004 - onward). The vertical pressure + range for HCl is from 147 to 0.5 hPa. The source data are used to create a + merged product contained in a separate data product with the short name GozMmlpHCl.\\n\\nThe + GozSmlpHCl source data are distributed in netCDF4 format.\",\"Purpose\":\"GOZCARDS + (Global OZone Chemistry And Related trace gas Data records for the Stratosphere) + refers to a commonly-formatted Earth system data record (ESDR) for stratospheric + composition, of high relevance to the issue of ozone decline and recovery. + High-quality long-term ozone and related trace gas data records are needed + to (a) evaluate and understand composition changes in the atmosphere and (b) + constrain model representations of atmospheric dynamics and photochemistry.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2012-09-27T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"LUCIEN\",\"LastName\":\"FROIDEVAUX\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4800 + Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-8301\"},{\"Type\":\"Email\",\"Value\":\"lucien.froidevaux@jpl.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JEROME\",\"MiddleName\":\"EDWARD\",\"LastName\":\"ALFRED\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"jerome.m.alfred@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"UARS\",\"LongName\":\"Upper Atmosphere + Research Satellite\",\"Instruments\":[{\"ShortName\":\"HALOE\",\"LongName\":\"Halogen + Occultation Experiment\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"SCISAT-1/ACE\",\"LongName\":\"Atmospheric + Chemistry Experiment\",\"Instruments\":[{\"ShortName\":\"ACE-FTS\",\"LongName\":\"Fourier + Transform Spectrometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System, Aura\",\"Instruments\":[{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozSmlpHNO3.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GozSmlpHNO3_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251051329-GES_DISC\",\"revision-date\":\"2024-03-15T15:12:22.773Z\",\"granule-count\":9,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"HNO3\"],\"CollectionCitations\":[{\"Creator\":\"Froidevaux, + L., R. A. Fuller, M. L. Santee, G. L. Manney, N. J. Livesey, P. F. Bernath, + and K. A. Walker\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GozSmlpHNO3_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GOZCARDS + Source Nitric Acid 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1\",\"SeriesName\":\"GozSmlpHNO3\",\"ReleaseDate\":\"2013-05-02T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC NITRIC ACID\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-03-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GOZCARDS/DATA3008\"},\"ShortName\":\"GozSmlpHNO3\",\"EntryTitle\":\"GOZCARDS + Source Nitric Acid 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1 (GozSmlpHNO3) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Froidevaux, + L., Anderson, J., Wang, H.-J., Fuller, R. A., Schwartz, M. J., Santee, M. + L., Livesey, N. J., Pumphrey, H. C., Bernath, P. F., Russell III, J. M., and + McCormick, M. P.\",\"PublicationDate\":\"2014-09-24T00:00:00.000Z\",\"Title\":\"Global + OZone Chemistry And Related trace gas Data records for the Stratosphere (GOZCARDS): + methodology and sample results with a focus on HCl, H2O, and O3\",\"Series\":\"Atmos. + Chem. Phys.\",\"Volume\":\"15\",\"Issue\":\"18\",\"OnlineResource\":{\"Linkage\":\"https://www.atmos-chem-phys.net/15/10471/2015/\"},\"DOI\":{\"DOI\":\"10.5194/acp-15-10471-201\"}}],\"Quality\":\"The + merged time series obtained for GOZCARDS are intended to be quite faithful + representations of the originally produced source datasets (the properly screened + zonal average series based upon the original Level 2 set of individual profiles), + meaning that no data gaps are filled, for example by fitting functions to + the sparse datasets. Such fitting procedures will be up to individual users; + also, model/data comparisons could be best performed by sampling the models + in a way that is not continuous, but rather, follows the data record sampling + in time and space.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozSmlpHNO3.1/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GozSmlpHNO3_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GozSmlpHNO3_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/GozSmlpHNO3.1\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozSmlpHNO3.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozSmlpHNO3.1/\",\"Description\":\"Access + the data using the THREDDS Catalog.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/gozcards\",\"Description\":\"The + project web site at JPL.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/README-GOZCARDS-v1.1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOZCARDS Source Data for Nitric Acid 1 month L3 10 degree Zonal Averages on + a Vertical Pressure Grid product (GozSmlpHNO3) contains zonal means and related + information (standard deviation, minimum/maximum value, etc.), calculated + from original Level 2 satellite instruments and products. The source HNO3 + data are from the following satellite instruments: UARS MLS (v6; 1991 - 1997), + ACE-FTS (v2.2u; 2004 - onward), and Aura MLS (v3.3; 2004 - onward). The vertical + pressure range for HNO3 is from 147 to 1 hPa. source data are used to create + a merged product contained in a separate data product with the short name + GozMmlpHNO3.\\n\\nThe GozSmlpHNO3 source data are distributed in netCDF4 format.\",\"Purpose\":\"GOZCARDS + (Global OZone Chemistry And Related trace gas Data records for the Stratosphere) + refers to a commonly-formatted Earth system data record (ESDR) for stratospheric + composition, of high relevance to the issue of ozone decline and recovery. + High-quality long-term ozone and related trace gas data records are needed + to (a) evaluate and understand composition changes in the atmosphere and (b) + constrain model representations of atmospheric dynamics and photochemistry.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-03-11T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"LUCIEN\",\"LastName\":\"FROIDEVAUX\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4800 + Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-8301\"},{\"Type\":\"Email\",\"Value\":\"lucien.froidevaux@jpl.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JEROME\",\"MiddleName\":\"EDWARD\",\"LastName\":\"ALFRED\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"jerome.m.alfred@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"UARS\",\"LongName\":\"Upper Atmosphere + Research Satellite\",\"Instruments\":[{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"SCISAT-1/ACE\",\"LongName\":\"Atmospheric + Chemistry Experiment\",\"Instruments\":[{\"ShortName\":\"ACE-FTS\",\"LongName\":\"Fourier + Transform Spectrometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System, Aura\",\"Instruments\":[{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozSmlpN2O.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GozSmlpN2O_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251051333-GES_DISC\",\"revision-date\":\"2024-03-15T15:16:00.042Z\",\"granule-count\":9,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"N2O\"],\"CollectionCitations\":[{\"Creator\":\"Froidevaux, + L., R. A. Fuller, A. Lambert, N. J. Livesey, P. F. Bernath, and K. A. Walker\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GozSmlpN2O_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GOZCARDS + Source Nitrous Oxide 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1\",\"SeriesName\":\"GozSmlpN2O\",\"ReleaseDate\":\"2013-05-02T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"NITROUS OXIDE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-03-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GOZCARDS/DATA3012\"},\"ShortName\":\"GozSmlpN2O\",\"EntryTitle\":\"GOZCARDS + Source Nitrous Oxide 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1 (GozSmlpN2O) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Froidevaux, + L., Anderson, J., Wang, H.-J., Fuller, R. A., Schwartz, M. J., Santee, M. + L., Livesey, N. J., Pumphrey, H. C., Bernath, P. F., Russell III, J. M., and + McCormick, M. P.\",\"PublicationDate\":\"2014-09-24T00:00:00.000Z\",\"Title\":\"Global + OZone Chemistry And Related trace gas Data records for the Stratosphere (GOZCARDS): + methodology and sample results with a focus on HCl, H2O, and O3\",\"Series\":\"Atmos. + Chem. Phys.\",\"Volume\":\"15\",\"Issue\":\"18\",\"OnlineResource\":{\"Linkage\":\"https://www.atmos-chem-phys.net/15/10471/2015/\"},\"DOI\":{\"DOI\":\"10.5194/acp-15-10471-201\"}}],\"Quality\":\"The + merged time series obtained for GOZCARDS are intended to be quite faithful + representations of the originally produced source datasets (the properly screened + zonal average series based upon the original Level 2 set of individual profiles), + meaning that no data gaps are filled, for example by fitting functions to + the sparse datasets. Such fitting procedures will be up to individual users; + also, model/data comparisons could be best performed by sampling the models + in a way that is not continuous, but rather, follows the data record sampling + in time and space.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozSmlpN2O.1/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GozSmlpN2O_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GozSmlpN2O_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/GozSmlpN2O.1\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozSmlpN2O.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozSmlpN2O.1/\",\"Description\":\"Access + the data using the THREDDS Catalog.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/gozcards\",\"Description\":\"The + project web site at JPL.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/README-GOZCARDS-v1.1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOZCARDS Source Data for Nitrous Oxide 1 month L3 10 degree Zonal Averages + on a Vertical Pressure Grid product (GozSmlpN2O) contains zonal means and + related information (standard deviation, minimum/maximum value, etc.), calculated + from original Level 2 satellite instruments and products. The source N2O data + are from the following satellite instruments: ACE-FTS (v2.2; 2004-onward) + and Aura MLS (v2.2; 2004 onward). The vertical pressure range for N2O is from + 147 to 0.5 hPa. The source data are used to create a merged product contained + in a separate data product with the short name GozMmlpN2O.\\n\\nThe GozSmlpN2O + source data are distributed in netCDF4 format.\",\"Purpose\":\"GOZCARDS (Global + OZone Chemistry And Related trace gas Data records for the Stratosphere) refers + to a commonly-formatted Earth system data record (ESDR) for stratospheric + composition, of high relevance to the issue of ozone decline and recovery. + High-quality long-term ozone and related trace gas data records are needed + to (a) evaluate and understand composition changes in the atmosphere and (b) + constrain model representations of atmospheric dynamics and photochemistry.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-03-11T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"LUCIEN\",\"LastName\":\"FROIDEVAUX\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4800 + Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-8301\"},{\"Type\":\"Email\",\"Value\":\"lucien.froidevaux@jpl.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JEROME\",\"MiddleName\":\"EDWARD\",\"LastName\":\"ALFRED\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"jerome.m.alfred@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"SCISAT-1/ACE\",\"LongName\":\"Atmospheric + Chemistry Experiment\",\"Instruments\":[{\"ShortName\":\"ACE-FTS\",\"LongName\":\"Fourier + Transform Spectrometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System, Aura\",\"Instruments\":[{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozSmlpO3.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GozSmlpO3_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251051360-GES_DISC\",\"revision-date\":\"2024-03-15T15:15:01.567Z\",\"granule-count\":32,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"O3\"],\"CollectionCitations\":[{\"Creator\":\"Froidevaux, + L., R. Wang, J. Anderson, R. A. Fuller, P. F. Bernath, M. P. McCormick, N. + J. Livesey, J. M. Russell III, K. A. Walker, and J. M. Zawodny\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GozSmlpO3_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GOZCARDS + Source Ozone 1 month L3 10 degree Zonal Means on a Vertical Pressure Grid + V1\",\"SeriesName\":\"GozSmlpO3\",\"ReleaseDate\":\"2013-05-02T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"OXYGEN + COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC OZONE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1979-02-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GOZCARDS/DATA3005\"},\"ShortName\":\"GozSmlpO3\",\"EntryTitle\":\"GOZCARDS + Source Ozone 1 month L3 10 degree Zonal Means on a Vertical Pressure Grid + V1 (GozSmlpO3) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Froidevaux, + L., Anderson, J., Wang, H.-J., Fuller, R. A., Schwartz, M. J., Santee, M. + L., Livesey, N. J., Pumphrey, H. C., Bernath, P. F., Russell III, J. M., and + McCormick, M. P.\",\"PublicationDate\":\"2014-09-24T00:00:00.000Z\",\"Title\":\"Global + OZone Chemistry And Related trace gas Data records for the Stratosphere (GOZCARDS): + methodology and sample results with a focus on HCl, H2O, and O3\",\"Series\":\"Atmos. + Chem. Phys.\",\"Volume\":\"15\",\"Issue\":\"18\",\"OnlineResource\":{\"Linkage\":\"https://www.atmos-chem-phys.net/15/10471/2015/\"},\"DOI\":{\"DOI\":\"10.5194/acp-15-10471-201\"}}],\"Quality\":\"The + merged time series obtained for GOZCARDS are intended to be quite faithful + representations of the originally produced source datasets (the properly screened + zonal average series based upon the original Level 2 set of individual profiles), + meaning that no data gaps are filled, for example by fitting functions to + the sparse datasets. Such fitting procedures will be up to individual users; + also, model/data comparisons could be best performed by sampling the models + in a way that is not continuous, but rather, follows the data record sampling + in time and space.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozSmlpO3.1/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GozSmlpO3_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GozSmlpO3_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/s4pa/GOZCARDS/GozSmlpO3.1\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozSmlpO3.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozSmlpO3.1/\",\"Description\":\"Access + the data using the THREDDS Catalog.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/gozcards\",\"Description\":\"The + project web site at JPL.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/README-GOZCARDS-v1.1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-04-05T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-04-05T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOZCARDS Source Data for Ozone 1 month L3 10 degree Zonal Averages on a Vertical + Pressure Grid product (GozSmlpO3) contains zonal means and related information + (standard deviation, minimum/maximum value, etc.), calculated from original + Level 2 satellite instruments and products. The source O3 data are from the + following satellite instruments: SAGE I (v5.9_rev; 1979-1981), SAGE II (v6.2; + 1984-2005), HALOE (v19; 1991-2005), UARS MLS (v5; 1991-1997), ACE-FTS (v2.2; + 2004-onward), Aura MLS (v2.2; 2004 onward) + others as validation (e.g., SAGE + III, v4.0; 2002-2005). The vertical pressure range for O3 is from 147 to 0.5 + hPa. The source data are used to create a merged product contained in a separate + data product with the short name GozMmlpO3.\\n\\nThe GozSmlpO3 source data + are distributed in netCDF4 format.\",\"Purpose\":\"GOZCARDS (Global OZone + Chemistry And Related trace gas Data records for the Stratosphere) refers + to a commonly-formatted Earth system data record (ESDR) for stratospheric + composition, of high relevance to the issue of ozone decline and recovery. + High-quality long-term ozone and related trace gas data records are needed + to (a) evaluate and understand composition changes in the atmosphere and (b) + constrain model representations of atmospheric dynamics and photochemistry.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-03-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"LUCIEN\",\"LastName\":\"FROIDEVAUX\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4800 + Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-8301\"},{\"Type\":\"Email\",\"Value\":\"lucien.froidevaux@jpl.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"AEM-2\",\"LongName\":\"Applications + Explorer Mission-2\",\"Instruments\":[{\"ShortName\":\"SAGE I\",\"LongName\":\"Stratospheric + Aerosol and Gas Experiment I\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"ERBS\",\"LongName\":\"Earth + Radiation Budget Satellite\",\"Instruments\":[{\"ShortName\":\"SAGE II\",\"LongName\":\"Stratospheric + Aerosol and Gas Experiment II\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"UARS\",\"LongName\":\"Upper + Atmosphere Research Satellite\",\"Instruments\":[{\"ShortName\":\"HALOE\",\"LongName\":\"Halogen + Occultation Experiment\"},{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"SCISAT-1/ACE\",\"LongName\":\"Atmospheric + Chemistry Experiment\",\"Instruments\":[{\"ShortName\":\"ACE-FTS\",\"LongName\":\"Fourier + Transform Spectrometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System, Aura\",\"Instruments\":[{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Meteor-3M\",\"Instruments\":[{\"ShortName\":\"SAGE + III\",\"LongName\":\"Stratospheric Aerosol and Gas Experiment III\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozSmlpT.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GozSmlpT_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251051362-GES_DISC\",\"revision-date\":\"2024-03-15T15:13:49.705Z\",\"granule-count\":34,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"MERRA\"],\"CollectionCitations\":[{\"Creator\":\"M. + J. Schwartz, L. Froidevaux, R. A. Fuller, and S. Pawson\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GozSmlpT_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GOZCARDS + Source Temperature 1 month L4 10 degree Zonal Averages on a Vertical Pressure + Grid V1\",\"SeriesName\":\"GozSmlpT\",\"ReleaseDate\":\"2013-05-02T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"UPPER + AIR TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1979-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GOZCARDS/DATA3023\"},\"ShortName\":\"GozSmlpT\",\"EntryTitle\":\"GOZCARDS + Source Temperature 1 month L4 10 degree Zonal Averages on a Vertical Pressure + Grid V1 (GozSmlpT) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Froidevaux, + L., Anderson, J., Wang, H.-J., Fuller, R. A., Schwartz, M. J., Santee, M. + L., Livesey, N. J., Pumphrey, H. C., Bernath, P. F., Russell III, J. M., and + McCormick, M. P.\",\"PublicationDate\":\"2014-09-24T00:00:00.000Z\",\"Title\":\"Global + OZone Chemistry And Related trace gas Data records for the Stratosphere (GOZCARDS): + methodology and sample results with a focus on HCl, H2O, and O3\",\"Series\":\"Atmos. + Chem. Phys.\",\"Volume\":\"15\",\"Issue\":\"18\",\"OnlineResource\":{\"Linkage\":\"https://www.atmos-chem-phys.net/15/10471/2015/\"},\"DOI\":{\"DOI\":\"10.5194/acp-15-10471-201\"}}],\"Quality\":\"The + merged time series obtained for GOZCARDS are intended to be quite faithful + representations of the originally produced source datasets (the properly screened + zonal average series based upon the original Level 2 set of individual profiles), + meaning that no data gaps are filled, for example by fitting functions to + the sparse datasets. Such fitting procedures will be up to individual users; + also, model/data comparisons could be best performed by sampling the models + in a way that is not continuous, but rather, follows the data record sampling + in time and space.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozSmlpT.1/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GozSmlpT_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GozSmlpT_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/GozSmlpT.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozSmlpT.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozSmlpT.1/catalog.html\",\"Description\":\"Access + the data using the THREDDS Catalog.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/gozcards\",\"Description\":\"The + project web site at JPL.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/README-GOZCARDS-v1.1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOZCARDS Source Data for Temperature 1 month L4 10 degree Zonal Averages on + a Vertical Pressure Grid product (GozSmlpT) contains zonal means and related + information (standard deviation, minimum/maximum value, etc.), calculated + from the original products. The source Temperature data are from the GMAO + MERRA model product DAS 3d analyzed state MAI6NVANA (v5.2.0; 1979 - onward). + The vertical pressure range for Temperature is from 1000 to 0.015 hPa.\\n\\nThe + GozSmlpT source data are distributed in netCDF4 format.\",\"Purpose\":\"GOZCARDS + (Global OZone Chemistry And Related trace gas Data records for the Stratosphere) + refers to a commonly-formatted Earth system data record (ESDR) for stratospheric + composition, of high relevance to the issue of ozone decline and recovery. + High-quality long-term ozone and related trace gas data records are needed + to (a) evaluate and understand composition changes in the atmosphere and (b) + constrain model representations of atmospheric dynamics and photochemistry.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"TROPOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"STRATOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2012-10-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"LUCIEN\",\"LastName\":\"FROIDEVAUX\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4800 + Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-8301\"},{\"Type\":\"Email\",\"Value\":\"lucien.froidevaux@jpl.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JEROME\",\"MiddleName\":\"EDWARD\",\"LastName\":\"ALFRED\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"jerome.m.alfred@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MERRA\",\"LongName\":\"Modern-Era + Retrospective Analysis for Research and Applications\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozSmlpH2O.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GozSmlpH2O_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251051277-GES_DISC\",\"revision-date\":\"2024-03-15T15:18:32.402Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"H2O\"],\"CollectionCitations\":[{\"Creator\":\"Froidevaux, + L., J. Anderson, R. A. Fuller, P. F. Bernath, N. J. Livesey, H. C. Pumphrey, + W. G. Read, J. M. Russell III, and K. A. Walker\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GozSmlpH2O_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GOZCARDS + Source Water Vapor 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1\",\"SeriesName\":\"GozSmlpH2O\",\"ReleaseDate\":\"2013-05-02T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROFILES\",\"VariableLevel2\":\"WATER VAPOR MIXING RATIO PROFILES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-09-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GOZCARDS/DATA3003\"},\"ShortName\":\"GozSmlpH2O\",\"EntryTitle\":\"GOZCARDS + Source Water Vapor 1 month L3 10 degree Zonal Means on a Vertical Pressure + Grid V1 (GozSmlpH2O) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Froidevaux, + L., Anderson, J., Wang, H.-J., Fuller, R. A., Schwartz, M. J., Santee, M. + L., Livesey, N. J., Pumphrey, H. C., Bernath, P. F., Russell III, J. M., and + McCormick, M. P.\",\"PublicationDate\":\"2014-09-24T00:00:00.000Z\",\"Title\":\"Global + OZone Chemistry And Related trace gas Data records for the Stratosphere (GOZCARDS): + methodology and sample results with a focus on HCl, H2O, and O3\",\"Series\":\"Atmos. + Chem. Phys.\",\"Volume\":\"15\",\"Issue\":\"18\",\"OnlineResource\":{\"Linkage\":\"https://www.atmos-chem-phys.net/15/10471/2015/\"},\"DOI\":{\"DOI\":\"10.5194/acp-15-10471-201\"}}],\"Quality\":\"The + merged time series obtained for GOZCARDS are intended to be quite faithful + representations of the originally produced source datasets (the properly screened + zonal average series based upon the original Level 2 set of individual profiles), + meaning that no data gaps are filled, for example by fitting functions to + the sparse datasets. Such fitting procedures will be up to individual users; + also, model/data comparisons could be best performed by sampling the models + in a way that is not continuous, but rather, follows the data record sampling + in time and space.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GOZCARDS/GozSmlpH2O.1/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GozSmlpH2O_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GozSmlpH2O_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/GozSmlpH2O.1\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozSmlpH2O.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GOZCARDS/GozSmlpH2O.1/\",\"Description\":\"Access + the data using the THREDDS Catalog.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/gozcards\",\"Description\":\"The + project web site at JPL.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GOZCARDS/README-GOZCARDS-v1.1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GOZCARDS Source Data for Water Vapor 1 month L3 10 degree Zonal Averages on + a Vertical Pressure Grid product (GozSmlpH2O) contains zonal means and related + information (standard deviation, minimum/maximum value, etc.), calculated + from original Level 2 satellite instruments and products. The source H2O data + are from the following satellite instruments: HALOE (v19; 1991-2005), UARS + MLS (v5; 1991-1997), ACE-FTS (v2.2; 2004-onward), Aura MLS (v2.2; 2004 onward). + The vertical pressure range for H2O is from 147 to 0.01 hPa. The source data + are used to create a merged product contained in a separate data product with + the short name GozMmlpH2O.\\n\\nThe GozSmlpH2O source data are distributed + in netCDF4 format.\",\"Purpose\":\"GOZCARDS (Global OZone Chemistry And Related + trace gas Data records for the Stratosphere) refers to a commonly-formatted + Earth system data record (ESDR) for stratospheric composition, of high relevance + to the issue of ozone decline and recovery. High-quality long-term ozone and + related trace gas data records are needed to (a) evaluate and understand composition + changes in the atmosphere and (b) constrain model representations of atmospheric + dynamics and photochemistry.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-03-11T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"LUCIEN\",\"LastName\":\"FROIDEVAUX\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4800 + Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-8301\"},{\"Type\":\"Email\",\"Value\":\"lucien.froidevaux@jpl.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JEROME\",\"MiddleName\":\"EDWARD\",\"LastName\":\"ALFRED\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"jerome.m.alfred@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"UARS\",\"LongName\":\"Upper Atmosphere + Research Satellite\",\"Instruments\":[{\"ShortName\":\"HALOE\",\"LongName\":\"Halogen + Occultation Experiment\"},{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"SCISAT-1/ACE\",\"LongName\":\"Atmospheric + Chemistry Experiment\",\"Instruments\":[{\"ShortName\":\"ACE-FTS\",\"LongName\":\"Fourier + Transform Spectrometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System, Aura\",\"Instruments\":[{\"ShortName\":\"MLS\",\"LongName\":\"Microwave + Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPCPDAY_3.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2068254212-GES_DISC\",\"revision-date\":\"2023-10-31T19:22:57.214Z\",\"granule-count\":7153,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., A. Behrangi, D.T. Bolvin, E.J. Nelkin\",\"Editor\":\"Huffman, G.J., + A. Behrangi, D.T. Bolvin, E.J. Nelkin\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPCPDAY_3.1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPCP + Version 3.1 Daily Precipitation Data Set\",\"SeriesName\":\"GPCPDAY\",\"ReleaseDate\":\"2021-06-09T00:00:00.000Z\",\"Version\":\"3.1\",\"ReleasePlace\":\"Greenbelt, + Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2019-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GPCP/DATA303\"},\"ShortName\":\"GPCPDAY\",\"EntryTitle\":\"GPCP + Precipitation Level 3 Daily 0.5-Degree V3.1 (GPCPDAY) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Huffman, + G.J., R.F. Adler, A. Behrangi, D.T. Bolvin, E.J. Nelkin, and Y. Song \",\"PublicationDate\":\"2021-06-09T00:00:00.000Z\",\"Title\":\"Algorithm + Theoretical Basis Document (ATBD) for Global Precipitation Climatology Project + Version 3.1 Daily Precipitation Data\"}],\"Quality\":\"Gridbox-by-gridbox + estimates of random error are under development. A current scheme does not + exist for a similar estimate of bias. However, the Monthly GPCP Satellite-Gauge + estimates are constructed using calibration to state-of-the-art climatologies. + \ Validation studies are being undertaken where sufficient data exist, mostly + over land, with some coverage in tropical ocean regions.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"A + sample map for precip\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPCPDAY_V31.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPCPDAY_3.1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GPCP/GPCPDAY.3.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPCPDAY_3.1\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/giovanni/#dataKeyword=GPCPDAY\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a Web-based tool that allows users to interactively visualize and analyze + data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GPCP/GPCPDAY.3.1/\",\"Description\":\"Access + to the data via OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GPCP/GPCPDAY.3.1/doc/README.GPCPV3.1_Daily.pdf\",\"Description\":\"README + document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GPCP/GPCP_ATBD_V3.1_Daily.pdf\",\"Description\":\"GPCP_ATBD_V3.1_Daily.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ncdc:C00979\",\"Description\":\"More + information about the GPCP project\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2021-06-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-06-09T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + version has been superseded by Version 3.2 (DOI: 10.5067/MEASURES/GPCP/DATA305).\\n\\nThe + Global Precipitation Climatology Project (GPCP) is the precipitation component + of an internationally coordinated set of (mainly) satellite-based global products + dealing with the Earth's water and energy cycles, under the auspices of the + Global Water and Energy Exchange (GEWEX) Data and Assessment Panel (GDAP) + of the World Climate Research Programme. As the follow-on to the GPCP Version + 1.3 One Degree Daily product, GPCP Version 3 (GPCP V3.1) seeks to continue + the long, homogeneous precipitation record using modern merging techniques + and input data sets. The GPCPV3 suite currently consists of the 0.5-degree + Monthly and 0.5-degree Daily. Additional products may be added, which consist + of (1) 0.5-degree pentad and (2) 0.1-degree 3-hourly. All GPCPV3 products + will be internally consistent. The Daily product spans June 2000-December + 2019. Inputs consist of GPM IMERG in the span 55\xB0N-S, and TOVS/AIRS estimates, + adjusted climatologically to IMERG, outside 55\xB0N-S. The Daily estimates + are scaled to approximately sum to the Monthly value at each 0.5\xB0 grid + box. In addition to the final precipitation field, probability of liquid + precipitation estimates are provided globally.\",\"Purpose\":\"The purpose + of this document is to describe the algorithm used to create the Global Precipitation + Climatology Project (GPCP) Version 3 Daily Satellite analysis. It was developed + primarily under a current NASA Making Earth Science Data Records for Use in + Research Environments (MEaSUREs) program (PI: Ali Behrangi, University of + Arizona). The GPCP is computed as a contribution to the World Climate Research + Program (WCRP) and Global Water and Energy Exchange (GEWEX) activities, and + is part of the array of data sets describing the water and energy cycles of + the planet. Prior versions of the GPCP analysis have been produced by a consortium + of individual scientists at various government and university institutions + and most recently as part of the NOAA Climate Data Record (CDR) Program. The + current GPCP Daily product described here creates a global daily satellite + product using the Integrated Multi-satellitE Retrievals for the Global Precipitation + Measurement (GPM) mission (IMERG) half-hourly Final Run product at low and + middle latitudes, and daily retrievals from Television InfraRed Operational + Satellite (TIROS) Operational Vertical Sounder (TOVS) and Atmospheric Infrared + Sounder (AIRS) at high latitudes, with calibration to the GPCP V3.1 Monthly + SG product. The intent here is to provide a guide to understanding the algorithm + from a scientific perspective.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-06-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-06-09T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"GPCPDAYV3.1\",\"Version\":\"3.1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\\n\\nThe + data providers urge that: \\n1. New users obtain their own current, clean + copy from an official archive, rather than taking a version from a third party + that might be damaged or out of date; and \\n2. Errors and difficulties in + the original datasets be reported to the dataset creators, while access and + format issues at third-party sites should be directed to their contacts.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Zhong\",\"LastName\":\"Liu\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Earth Sciences Data (GES) and Information Services Center (DISC)\",\"Mailstop + 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"United + States\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"zhong.liu@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Earth Sciences Data (GES) and Information Services Center (DISC)\",\"Code + 610.2\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"United + States\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"},{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA + POES\",\"LongName\":\"NOAA Polar Orbiting Environmental Satellites\",\"Instruments\":[{\"ShortName\":\"TOVS\",\"LongName\":\"TIROS + Operational Vertical Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth + Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric + Infrared Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES\",\"LongName\":\"NOAA + Geostationary Operational Environmental Satellites\",\"Instruments\":[{\"ShortName\":\"GOES-15 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 15-Imager\"},{\"ShortName\":\"GOES-16 Imager\",\"LongName\":\"Geostationary + Operational Environmental Satellite 16-Imager\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"METEOSAT\",\"LongName\":\"Meteosat Operational + Programme\",\"Instruments\":[{\"ShortName\":\"VISSR-METEOSAT\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (METEOSAT Series)\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GMS\",\"LongName\":\"Japan Geostationary + Meteorological Satellite\",\"Instruments\":[{\"ShortName\":\"VISSR-GMS\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (GMS Series)\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"MTSAT\",\"LongName\":\"Multi-functional Transport + Satellite\",\"Instruments\":[{\"ShortName\":\"MTSAT 1R Imager\"},{\"ShortName\":\"MTSAT + 2 Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Himawari-8\",\"Instruments\":[{\"ShortName\":\"AHI\",\"LongName\":\"Advanced + Himawari Imager\"}]},{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"WEATHER + STATIONS\",\"LongName\":\"WEATHER STATIONS\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPCP/GPCPDAY.3.2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPCPDAY_3.2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2211141201-GES_DISC\",\"revision-date\":\"2023-10-31T19:22:58.479Z\",\"granule-count\":7792,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., A. Behrangi, D.T. Bolvin, E.J. Nelkin\",\"Editor\":\"Huffman, G.J., + A. Behrangi, D.T. Bolvin, E.J. Nelkin\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPCPDAY_3.2.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPCP + Version 3.2 Daily Precipitation Data Set\",\"SeriesName\":\"GPCPDAY\",\"ReleaseDate\":\"2022-02-02T00:00:00.000Z\",\"Version\":\"3.2\",\"ReleasePlace\":\"Greenbelt, + Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2021-09-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GPCP/DATA305\"},\"ShortName\":\"GPCPDAY\",\"EntryTitle\":\"GPCP + Precipitation Level 3 Daily 0.5-Degree V3.2 (GPCPDAY) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Huffman, + G.J., R.F. Adler, A. Behrangi, D.T. Bolvin, E.J. Nelkin, and M.R. Ehsani\",\"PublicationDate\":\"2022-02-02T00:00:00.000Z\",\"Title\":\"Algorithm + Theoretical Basis Document (ATBD) for Global Precipitation Climatology Project + Version 3.2 Daily Precipitation Data\"}],\"Quality\":\"Gridbox-by-gridbox + estimates of random error are under development. A current scheme does not + exist for a similar estimate of bias. However, the Monthly GPCP Satellite-Gauge + estimates are constructed using calibration to state-of-the-art climatologies. + \ Validation studies are being undertaken where sufficient data exist, mostly + over land, with some coverage in tropical ocean regions.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPCP/GPCPDAY.3.2/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"A + sample map for precip\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPCPDAY_V32.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPCPDAY_3.2.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GPCP/GPCPDAY.3.2/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPCPDAY_3.2\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/giovanni/#dataKeyword=GPCP%20daily%20V3.2\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a Web-based tool that allows users to interactively visualize and analyze + data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GPCP/GPCPDAY.3.2/\",\"Description\":\"Access + to the data via OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GPCP/GPCPDAY.3.2/doc/README.GPCPV3.2_Daily.pdf\",\"Description\":\"README + document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GPCP/GPCP_ATBD_V3.2_Daily.pdf\",\"Description\":\"GPCP_ATBD_V3.2_Daily.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GPCP/Release_Notes.GPCPV3.2.pdf\",\"Description\":\"GPCP + V3.2 Release Notes\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-02-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-02-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 3.2 is the current version. Older versions have been superseded by Version + 3.2.\\n\\nThe Global Precipitation Climatology Project (GPCP) is the precipitation + component of an internationally coordinated set of (mainly) satellite-based + global products dealing with the Earth's water and energy cycles, under the + auspices of the Global Water and Energy Exchange (GEWEX) Data and Assessment + Panel (GDAP) of the World Climate Research Program. As the follow on to the + GPCP Version 1.3 One Degree Daily product, GPCP Version 3 (GPCP V3.2) seeks + to continue the long, homogeneous precipitation record using modern merging + techniques and input data sets. The GPCPV3 suite currently consists of the + 0.5-degree Monthly and 0.5-degree Daily. Additional products may be added, + which consist of (1) 0.5-degree pentad and (2) 0.1-degree 3-hourly. All GPCPV3 + products will be internally consistent. The Daily product spans June 2000-December + 2020. Inputs consist of GPM IMERG in the span 55\xB0N-S, and TOVS/AIRS estimates, + adjusted climatologically to IMERG, outside 55\xB0N-S. The Daily estimates + are scaled to approximately sum to the Monthly value at each 0.5\xB0 grid + box. In addition to the final precipitation field, probability of liquid + phase estimates are provided globally.\",\"Purpose\":\"The purpose of this + document is to describe the algorithm used to create the Global Precipitation + Climatology Project (GPCP) Version 3 Daily Satellite analysis. It was developed + primarily under a current NASA Making Earth Science Data Records for Use in + Research Environments (MEaSUREs) program (PI: Ali Behrangi, University of + Arizona). The GPCP is computed as a contribution to the World Climate Research + Program (WCRP) and Global Water and Energy Exchange (GEWEX) activities, and + is part of the array of data sets describing the water and energy cycles of + the planet. Prior versions of the GPCP analysis have been produced by a consortium + of individual scientists at various government and university institutions + and most recently as part of the NOAA Climate Data Record (CDR) Program. The + current GPCP Daily product described here creates a global daily satellite + product using the Integrated Multi-satellitE Retrievals for the Global Precipitation + Measurement (GPM) mission (IMERG) half-hourly Final Run product at low and + middle latitudes, and daily retrievals from Television InfraRed Operational + Satellite (TIROS) Operational Vertical Sounder (TOVS) and Atmospheric Infrared + Sounder (AIRS) at high latitudes, with calibration to the GPCP V3.2 Monthly + SG product. The intent here is to provide a guide to understanding the algorithm + from a scientific perspective.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2022-02-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-02-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"GPCPDAYV3.2\",\"Version\":\"3.2\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\\n\\nThe + data providers urge that: \\n1. New users obtain their own current, clean + copy from an official archive, rather than taking a version from a third party + that might be damaged or out of date; and \\n2. Errors and difficulties in + the original datasets be reported to the dataset creators, while access and + format issues at third-party sites should be directed to their contacts.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"201-614-6308\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Zhong\",\"LastName\":\"Liu\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Earth Sciences Data (GES) and Information Services Center (DISC)\",\"Mailstop + 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"United + States\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"zhong.liu@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Divis ion, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov\",\"Description\":\"NASA GES DISC + Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Earth Sciences Data (GES) and Information Services Center (DISC)\",\"Code + 610.2\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA + POES\",\"LongName\":\"NOAA Polar Orbiting Environmental Satellites\",\"Instruments\":[{\"ShortName\":\"TOVS\",\"LongName\":\"TIROS + Operational Vertical Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth + Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric + Infrared Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES\",\"LongName\":\"NOAA + Geostationary Operational Environmental Satellites\",\"Instruments\":[{\"ShortName\":\"GOES-15 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 15-Imager\"},{\"ShortName\":\"GOES-16 Imager\",\"LongName\":\"Geostationary + Operational Environmental Satellite 16-Imager\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"METEOSAT\",\"LongName\":\"Meteosat Operational + Programme\",\"Instruments\":[{\"ShortName\":\"VISSR-METEOSAT\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (METEOSAT Series)\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GMS\",\"LongName\":\"Japan Geostationary + Meteorological Satellite\",\"Instruments\":[{\"ShortName\":\"VISSR-GMS\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (GMS Series)\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"MTSAT\",\"LongName\":\"Multi-functional Transport + Satellite\",\"Instruments\":[{\"ShortName\":\"MTSAT 1R Imager\"},{\"ShortName\":\"MTSAT + 2 Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Himawari-8\",\"Instruments\":[{\"ShortName\":\"AHI\",\"LongName\":\"Advanced + Himawari Imager\"}]},{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"WEATHER + STATIONS\",\"LongName\":\"WEATHER STATIONS\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPCPMON_3.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1921115203-GES_DISC\",\"revision-date\":\"2023-10-31T19:23:00.847Z\",\"granule-count\":444,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., A. Behrangi, D.T. Bolvin, E.J. Nelkin\",\"Editor\":\"Huffman, G.J., + A. Behrangi, D.T. Bolvin, E.J. Nelkin\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPCPMON_3.1.html\"},\"Publisher\":\"NASA + GES DISC\",\"Title\":\"GPCP Version 3.1 Satellite-Gauge (SG) Combined Precipitation + Data Set\",\"SeriesName\":\"GPCPMON\",\"ReleaseDate\":\"2020-07-30T00:00:00.000Z\",\"Version\":\"3.1\",\"ReleasePlace\":\"Greenbelt, + Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1983-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2019-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/DBVUO4KQHXTK\"},\"ShortName\":\"GPCPMON\",\"EntryTitle\":\"GPCP + Precipitation Level 3 Monthly 0.5-Degree V3.1 (GPCPMON) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Huffman, + G.J., R.F. Adler, A. Behrangi, D.T. Bolvin, E.J. Nelkin, and Y. Song \",\"PublicationDate\":\"2020-07-29T00:00:00.000Z\",\"Title\":\"Algorithm + Theoretical Basis Document (ATBD) for Global Precipitation Climatology Project + Version 3.1 Precipitation Data\"}],\"Quality\":\"A rudimentary estimate of + the quality of the precipitation estimates is provided in the combined satellite-gauge + precipitation random error field. The method used to estimate the random + error is based on the technique described in Huffman (1997). In general, + estimating meaningful error is a difficult prospect and is currently the subject + of intensive research. Since inception, the GPCP has strived to maintain + CDR standards in all its data sets, despite not officially being a CDR. Homogeneity + in the record takes precedence over instantaneous accuracy. Over the long-term, + GPCP represents the current state of the art. GPCP estimates are most accurate + in the tropics, and less so in the subtropics and mid-latitudes. Outside + the latitude band 58\xB0N-S the estimates are more approximate. High-quality + gauge analyses are incorporated to vastly improve the estimates over land. + \ Note that the land estimates are of lesser quality in the more challenging + regions such as complex terrain and snow and ice covered surfaces. The GPCP + estimates are most appropriate for studies where a long record is necessary, + but less useful for short-interval studies and the examination of extremes.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"A + sample map for sat_gauge_precip\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPCPMON_V31.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPCPMON_3.1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GPCP/GPCPMON.3.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPCPMON_3.1\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/giovanni/#dataKeyword=GPCPMON\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a web-based tool that allows users to interactively visualize and analyze + data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GPCP/GPCPMON.3.1/\",\"Description\":\"Access + to the data via OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GPCP/GPCPMON.3.1/doc/README.GPCPV3.1_Monthly.pdf\",\"Description\":\"README + document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GPCP/GPCP_ATBD_V3.1_Monthly.pdf\",\"Description\":\"GPCP_ATBD_V3.1_Monthly.pdf\\n\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ncdc:C00979\",\"Description\":\"More + information about the GPCP project\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GPCP/Release_Notes.V3.1.pdf\",\"Description\":\"GPCP + V3.1 Release Notes\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2020-07-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-07-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + version has been superseded by Version 3.2 (DOI: 10.5067/MEASURES/GPCP/DATA304).\\n\\nThe + Global Precipitation Climatology Project (GPCP) is the precipitation component + of an internationally coordinated set of (mainly) satellite-based global products + dealing with the Earth's water and energy cycles, under the auspices of the + Global Water and Energy Experiment (GEWEX) Data and Assessment Panel (GDAP) + of the World Climate Research Program. As the follow on to the GPCP Version + 2.X products, GPCP Version 3 (GPCP V3.1) seeks to continue the long, homogeneous + precipitation record using modern merging techniques and input data sets. + \ The GPCPV3 suite currently consists the 0.5-degree monthly. Additional + products are planned, namely a 0.5\xB0 daily product for the entire record + from 1983 to the (delayed) present and a 0.1\xB0 3-hourly product from 1998 + to the (delayed) present. All GPCPV3 products will be internally consistent. + \ The monthly product spans 1983 - 2019. Inputs consist of the GPROF SSMI/SSMIS + orbit files that are used to calibrate the PERSIANN-CDR IR-based precipitation + in the span 60\xB0N-S. Outside of 58\xB0N-S, TOVS/AIRS estimates, calibrated + by the IR estimates and the GPCC gauge analyses are used. This satellite-only + estimate is then merged with GPCC gauge analyses over land to compute the + final product. In addition to the final precipitation field, ancillary precipitation + and error estimates are provided.\",\"Purpose\":\"The purpose of this document + is to describe the algorithm used to create the Global Precipitation Climatology + Project (GPCP) Version 3 Monthly Satellite-Gauge (SG) analysis. It was developed + primarily under a NASA Making Earth Science Data Records for Use in Research + Environments (MEaSUREs) program (PI: George Huffman, NASA GSFC) and is now + upgraded under a current NASA MEaSUREs project (PI: Ali Behrangi, University + of Arizona). The GPCP is computed as a contribution to the World Climate + Research Program (WCRP) and Global Water and Energy Exchange (GEWEX) activities, + and is part of the array of data sets describing the water and energy cycles + of the planet. Prior versions of the GPCP analysis have been produced by + a consortium of individual scientists at various government and university + institutions and most recently as part of the NOAA Climate Data Record (CDR) + Program. The current GPCP Monthly SG product described here blends precipitation + estimates from polar-orbit passive microwave (PMW) satellites (SSMI, SSMIS), + polar orbit infrared (IR) sounders (TOVS, AIRS), and geostationary IR satellites + (GOES, MeteoSat, GMS, MTSat, and Himawari); and then combines in Global Precipitation + Climatology Centre (GPCC) precipitation gauge analyses, the Tropical Combined + Climatology (TCC); and the Merged CloudSat, TRMM, and GPM (MCTG) climatology + products. The intent here is to provide a guide to understanding the algorithm + from a scientific perspective.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2020-07-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-07-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"GPCPV3.1\",\"Version\":\"3.1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + \ For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy. + \\nThe data providers urge that: \\n1. New users obtain their own current, + clean copy from an official archive, rather than taking a version from a third + party that might be damaged or out of date; and \\n2. Errors and difficulties + in the original datasets be reported to the dataset creators, while access + and format issues at third-party sites should be directed to their contacts.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ZHONG\",\"LastName\":\"LIU\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA\",\"Goddard + Space Flight Center\",\"Mailstop 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Zhong.Liu-1@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\",\"Country\":\"United + States\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"},{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA + POES\",\"LongName\":\"NOAA Polar Orbiting Environmental Satellites\",\"Instruments\":[{\"ShortName\":\"TOVS\",\"LongName\":\"TIROS + Operational Vertical Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth + Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric + Infrared Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES\",\"LongName\":\"NOAA + Geostationary Operational Environmental Satellites\",\"Instruments\":[{\"ShortName\":\"GOES-15 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 15-Imager\"},{\"ShortName\":\"GOES-16 Imager\",\"LongName\":\"Geostationary + Operational Environmental Satellite 16-Imager\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"METEOSAT\",\"LongName\":\"Meteosat Operational + Programme\",\"Instruments\":[{\"ShortName\":\"VISSR-METEOSAT\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (METEOSAT Series)\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GMS\",\"LongName\":\"Japan Geostationary + Meteorological Satellite\",\"Instruments\":[{\"ShortName\":\"VISSR-GMS\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (GMS Series)\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"MTSAT\",\"LongName\":\"Multi-functional Transport + Satellite\",\"Instruments\":[{\"ShortName\":\"MTSAT 1R Imager\"},{\"ShortName\":\"MTSAT + 2 Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Himawari-8\",\"Instruments\":[{\"ShortName\":\"AHI\",\"LongName\":\"Advanced + Himawari Imager\"}]},{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"WEATHER + STATIONS\",\"LongName\":\"WEATHER STATIONS\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPCP/GPCPMON.3.2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPCPMON_3.2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2211412414-GES_DISC\",\"revision-date\":\"2023-11-21T12:23:17.335Z\",\"granule-count\":487,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., A. Behrangi, D.T. Bolvin, E.J. Nelkin\",\"Editor\":\"Huffman, G.J., + A. Behrangi, D.T. Bolvin, E.J. Nelkin\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPCPMON_3.2.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPCP + Version 3.2 Satellite-Gauge (SG) Combined Precipitation Data Set\",\"SeriesName\":\"GPCPMON\",\"ReleaseDate\":\"2022-02-02T00:00:00.000Z\",\"Version\":\"3.2\",\"ReleasePlace\":\"Greenbelt, + Maryland, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1983-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2023-07-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MEASURES/GPCP/DATA304\"},\"ShortName\":\"GPCPMON\",\"EntryTitle\":\"GPCP + Precipitation Level 3 Monthly 0.5-Degree V3.2 (GPCPMON) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Huffman, + G.J., R.F. Adler, A. Behrangi, D.T. Bolvin, E.J. Nelkin, and M.R. Ehsani\",\"PublicationDate\":\"2022-02-02T00:00:00.000Z\",\"Title\":\"Algorithm + Theoretical Basis Document (ATBD) for Global Precipitation Climatology Project + Version 3.2 Precipitation Data\"}],\"Quality\":\"A rudimentary estimate of + the quality of the precipitation estimates is provided in the combined satellite-gauge + precipitation random error field. The method used to estimate the random + error is based on the technique described in Huffman (1997). In general, + estimating meaningful error is a difficult prospect and is currently the subject + of intensive research. Since inception, the GPCP has strived to maintain + CDR standards in all its data sets, despite not officially being a CDR. Homogeneity + in the record takes precedence over instantaneous accuracy. Over the long-term, + GPCP represents the current state of the art. GPCP estimates are most accurate + in the tropics, and less so in the subtropics and mid-latitudes. Outside + the latitude band 58\xB0N-S the estimates are more approximate. High-quality + gauge analyses are incorporated to vastly improve the estimates over land. + \ Note that the land estimates are of lesser quality in the more challenging + regions such as complex terrain and snow and ice covered surfaces. The GPCP + estimates are most appropriate for studies where a long record is necessary, + but less useful for short-interval studies and the examination of extremes.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPCP/GPCPMON.3.2/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"A + sample map for sat_gauge_precip\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPCPMON_V32.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPCPMON_3.2.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GPCP/GPCPMON.3.2/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPCPMON_3.2\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/giovanni/#dataKeyword=GPCP%20monthly%20V3.2\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a web-based tool that allows users to interactively visualize and analyze + data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/GPCP/GPCPMON.3.2/\",\"Description\":\"Access + to the data via OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/GPCP/GPCPMON.3.2/doc/README.GPCPV3.2_Monthly.pdf\",\"Description\":\"README + document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GPCP/GPCP_ATBD_V3.2_Monthly.pdf\",\"Description\":\"GPCP_ATBD_V3.2_Monthly.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/GPCP/Release_Notes.GPCPV3.2.pdf\",\"Description\":\"GPCP + V3.2 Release Notes\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-02-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-02-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 3.2 is the current version. Older versions have been superseded by Version + 3.2.\\n\\nThe Global Precipitation Climatology Project (GPCP) is the precipitation + component of an internationally coordinated set of (mainly) satellite-based + global products dealing with the Earth's water and energy cycles, under the + auspices of the Global Water and Energy Experiment (GEWEX) Data and Assessment + Panel (GDAP) of the World Climate Research Program. As the follow on to the + GPCP Version 2.X products, GPCP Version 3 (GPCP V3.2) seeks to continue the + long, homogeneous precipitation record using modern merging techniques and + input data sets. The GPCPV3 suite currently consists the 0.5-degree monthly + and daily products. A follow-on 0.1-degree 3-hourly is expected. All GPCPV3 + products will be internally consistent. The monthly product spans 1983 - 2020. + Inputs consist of the GPROF SSMI/SSMIS orbit files that are used to calibrate + the PERSIANN-CDR IR-based precipitation in the span 60\xB0N-S, which are in + turn calibrated to the monthly 2.5-degree METH product. The METH-GPROF-adjusted + PERSIANN-CDR IR estimates are then climatologically adjusted to the blended + TCC/MCTG. Outside of 58\xB0N-S, TOVS/AIRS estimates, adjusted climatologically + to the MCTG, are used. The PERSIANN-CDR / TOVS/AIRS estimates are then merged + in the region 35\xB0N-S-58\xB0N-S, which are then merged with GPCC gauge analyses + over land to obtain the final product. In addition to the final precipitation + field, ancillary precipitation and error estimates are provided.\",\"Purpose\":\"The + purpose of this document is to describe the algorithm used to create the Global + Precipitation Climatology Project (GPCP) Version 3 Monthly Satellite-Gauge + (SG) analysis. It was developed primarily under a NASA Making Earth Science + Data Records for Use in Research Environments (MEaSUREs) program (PI: George + Huffman, NASA GSFC) and is now upgraded under a current NASA MEaSUREs project + (PI: Ali Behrangi, University of Arizona). The GPCP is computed as a contribution + to the World Climate Research Program (WCRP) and Global Water and Energy Exchange + (GEWEX) activities, and is part of the array of data sets describing the water + and energy cycles of the planet. Prior versions of the GPCP analysis have + been produced by a consortium of individual scientists at various government + and university institutions and most recently as part of the NOAA Climate + Data Record (CDR) Program. The current GPCP Monthly SG product described + here blends precipitation estimates from polar-orbit passive microwave (PMW) + satellites (SSMI, SSMIS), polar orbit infrared (IR) sounders (TOVS, AIRS), + and geostationary IR satellites (GOES, MeteoSat, GMS, MTSat, and Himawari); + and then combines in Global Precipitation Climatology Centre (GPCC) precipitation + gauge analyses, the Tropical Combined Climatology (TCC); and the Merged CloudSat, + TRMM, and GPM (MCTG) climatology products. The intent here is to provide + a guide to understanding the algorithm from a scientific perspective.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2022-02-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-02-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"GPCPMONV3.2\",\"Version\":\"3.2\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ZHONG\",\"LastName\":\"LIU\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Earth Sciences Data (GES) and Information Services Center (DISC)\",\"Mailstop + 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Zhong.Liu-1@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Divis ion, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov\",\"Description\":\"NASA GES DISC + Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense Meteorological + Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"},{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA + POES\",\"LongName\":\"NOAA Polar Orbiting Environmental Satellites\",\"Instruments\":[{\"ShortName\":\"TOVS\",\"LongName\":\"TIROS + Operational Vertical Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth + Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AIRS\",\"LongName\":\"Atmospheric + Infrared Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES\",\"LongName\":\"NOAA + Geostationary Operational Environmental Satellites\",\"Instruments\":[{\"ShortName\":\"GOES-15 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 15-Imager\"},{\"ShortName\":\"GOES-16 Imager\",\"LongName\":\"Geostationary + Operational Environmental Satellite 16-Imager\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"METEOSAT\",\"LongName\":\"Meteosat Operational + Programme\",\"Instruments\":[{\"ShortName\":\"VISSR-METEOSAT\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (METEOSAT Series)\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GMS\",\"LongName\":\"Japan Geostationary + Meteorological Satellite\",\"Instruments\":[{\"ShortName\":\"VISSR-GMS\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (GMS Series)\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"MTSAT\",\"LongName\":\"Multi-functional Transport + Satellite\",\"Instruments\":[{\"ShortName\":\"MTSAT 1R Imager\"},{\"ShortName\":\"MTSAT + 2 Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Himawari-8\",\"Instruments\":[{\"ShortName\":\"AHI\",\"LongName\":\"Advanced + Himawari Imager\"}]},{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"WEATHER + STATIONS\",\"LongName\":\"WEATHER STATIONS\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFGCOMW1AMSR2_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFGCOMW1AMSR2_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134168-GES_DISC\",\"revision-date\":\"2024-01-18T14:33:44.104Z\",\"granule-count\":61473,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFGCOMW1AMSR2_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSR-2 on GCOM-W1 (GPROF) Climate-based Radiometer Precipitation Profiling + L2A 1.5 hours 10 km V07\",\"SeriesName\":\"GPM_2AGPROFGCOMW1AMSR2_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-07-02T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSR2/GCOMW1/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFGCOMW1AMSR2_CLIM\",\"EntryTitle\":\"GPM + AMSR-2 on GCOM-W1 (GPROF) Climate-based Radiometer Precipitation Profiling + L2A 1.5 hours 10 km V07 (GPM_2AGPROFGCOMW1AMSR2_CLIM) at GES DISC\",\"Quality\":\"Please, + see Release Notes document.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFGCOMW1AMSR2_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM AMSR-2 on GCOM-W1 GPROF (10 km x 10 km) (GPM_2AGPROFGCOMW1AMSR2_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFGCOMW1AMSR2_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFGCOMW1AMSR2_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFGCOMW1AMSR2_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFGCOMW1AMSR2_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFGCOMW1AMSR2_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes and Quality Summary\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://suzaku.eorc.jaxa.jp/GCOM_W/w_amsr2/amsr2_body_main.html\",\"Description\":\"Instrument + Description from JAXA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/amsr2.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (also known as, GPM + GPROF (Level 2)) algorithm retrieves consistent precipitation and related + science fields from the following GMI and partner passive microwave sensors: + \\n+ TMI (TRMM)\\n+ GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, + F18, F19)\\n+ AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ + ATMS (NPP)\\n+ SAPHIR (MT1)\\n\\n\\nThis provides the bulk of the 3-hour coverage + achieved by GPM. For each sensor, there are near-realtime (NRT) products, + standard products, and climate products. These differ only in the amount of + data that are available within 3 hours, 48 hours, and 3 months of collection, + as well as the ancillary data used. The NRT product uses GANAL forecast fields. + Standard products use the GANAL analysis product, while the climate product + uses ECMWF reanalysis in order to allow for consistent data records with earlier + missions. These earlier data may be archived separately. The main strength + of the product is the large sampling provided. \\n\\nThe GPM radiometer algorithms + are Bayesian-type algorithms. These algorithms search an a-priori database + of potential rain profiles and retrieve a weighted average of these entries + based upon the proximity of the observed brightness temperature (Tb) to the + simulated Tb corresponding to each rain profile. By using the same a-priori + database of rain profiles, with appropriate simulated Tb for each constellation + sensor, the Bayesian method is completely parametric and thus well suited + for GPM's constellation approach. The a-priori information will be supplied + by the combined algorithm supplied by GPM's core satellite as soon after launch + as feasible. Databases for V0 of the algorithm had to be constructed from + various sources as described in the ATBD. The solution provides a mean rain + rate as well as the vertical structure of cloud and precipitation hydrometeors + and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:58.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change + Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced + Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFGCOMW1AMSR2_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135548-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:03.287Z\",\"granule-count\":4226,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGCOMW1AMSR2_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSR-2 on GCOM-W1 (GPROF) Climate-based Radiometer Precipitation Profiling + L3 1 day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFGCOMW1AMSR2_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-07-02T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSR2/GCOMW1/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFGCOMW1AMSR2_DAY_CLIM\",\"EntryTitle\":\"GPM + AMSR-2 on GCOM-W1 (GPROF) Climate-based Radiometer Precipitation Profiling + L3 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFGCOMW1AMSR2_DAY_CLIM) at + GES DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the + reliance on a single sensor for each output file, thus limiting the available + sampling to two times a day or less, except at high latitudes. In addition, + with the exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors + are in Sun-synchronous orbits, meaning that they observe a given point on + the Earth's surface at the same local times each day. Over land regions in + particular, this can lead to large sampling errors associated with the diurnal + cycle. Errors due to the limited sampling and differences in the sampling + times between Sun-synchronous satellites (e.g., F18, F18, F18, NOAA-18, NOAA-19, + NPP, METOP-A, METOP-B, and GCOM-W1) can lead to significant differences in + the monthly mean values between satellites/sensors. The sampling errors are + largest over land regions with large diurnal cycles in precipitation. Other + sources of error that can significantly impact the 3GPROF products include + difficulties over certain surface types such as sea ice, snow, frozen ground, + and deserts, and limited sensitivity of the sounder instruments (in particular + to light precipitation and/or shallow warm rain systems). The sounders include + the ATMS, MHS, and SAPHIR sensors, which do not have channels with sensitivity + to the surface and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM AMSR-2 on GCOM-W1 GPROF (25 km x 25 km) (GPM_3GPROFGCOMW1AMSR2_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFGCOMW1AMSR2_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGCOMW1AMSR2_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFGCOMW1AMSR2_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFGCOMW1AMSR2_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFGCOMW1AMSR2_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://suzaku.eorc.jaxa.jp/GCOM_W/w_amsr2/amsr2_body_main.html\",\"Description\":\"Instrument + Description from JAXA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/amsr2.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change + Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced + Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFGCOMW1AMSR2_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135524-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:03.394Z\",\"granule-count\":138,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGCOMW1AMSR2_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSR-2 on GCOM-W1 (GPROF) Climate-based Radiometer Precipitation Profiling + L3 1 month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFGCOMW1AMSR2_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-07-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSR2/GCOMW1/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFGCOMW1AMSR2_CLIM\",\"EntryTitle\":\"GPM + AMSR-2 on GCOM-W1 (GPROF) Climate-based Radiometer Precipitation Profiling + L3 1 month 0.25 degree x 0.25 degree V07 (GPM_3GPROFGCOMW1AMSR2_CLIM) at GES + DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the reliance + on a single sensor for each output file, thus limiting the available sampling + to two times a month or less, except at high latitudes. In addition, with + the exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors + are in Sun-synchronous orbits, meaning that they observe a given point on + the Earth's surface at the same local times each month. Over land regions + in particular, this can lead to large sampling errors associated with the + diurnal cycle. Errors due to the limited sampling and differences in the sampling + times between Sun-synchronous satellites (e.g., F18, F18, F18, NOAA-18, NOAA-19, + NPP, METOP-A, METOP-B, and GCOM-W1) can lead to significant differences in + the monthly mean values between satellites/sensors. The sampling errors are + largest over land regions with large diurnal cycles in precipitation. Other + sources of error that can significantly impact the 3GPROF products include + difficulties over certain surface types such as sea ice, snow, frozen ground, + and deserts, and limited sensitivity of the sounder instruments (in particular + to light precipitation and/or shallow warm rain systems). The sounders include + the ATMS, MHS, and SAPHIR sensors, which do not have channels with sensitivity + to the surface and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM AMSR-2 on GCOM-W1 GPROF (25 km x 25 km) (GPM_3GPROFGCOMW1AMSR2_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFGCOMW1AMSR2_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGCOMW1AMSR2_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFGCOMW1AMSR2_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFGCOMW1AMSR2_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFGCOMW1AMSR2_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://suzaku.eorc.jaxa.jp/GCOM_W/w_amsr2/amsr2_body_main.html\",\"Description\":\"Instrument + Description from JAXA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/amsr2.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change + Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced + Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFGCOMW1AMSR2.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFGCOMW1AMSR2_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133757-GES_DISC\",\"revision-date\":\"2024-01-18T14:43:50.050Z\",\"granule-count\":10295,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFGCOMW1AMSR2_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSR-2 on GCOM-W1 (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours + 10 km V07\",\"SeriesName\":\"GPM_2AGPROFGCOMW1AMSR2\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-01-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSR2/GCOMW1/GPROF/2A/07\"},\"ShortName\":\"GPM_2AGPROFGCOMW1AMSR2\",\"EntryTitle\":\"GPM + AMSR-2 on GCOM-W1 (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours + 10 km V07 (GPM_2AGPROFGCOMW1AMSR2) at GES DISC\",\"Quality\":\"Please, see + Release Notes document.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFGCOMW1AMSR2.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from AMSR2 (GPM_2AGPROFGCOMW1AMSR2)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFGCOMW1AMSR2_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFGCOMW1AMSR2_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFGCOMW1AMSR2.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFGCOMW1AMSR2.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFGCOMW1AMSR2_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes and Quality Summary\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://suzaku.eorc.jaxa.jp/GCOM_W/w_amsr2/amsr2_body_main.html\",\"Description\":\"Instrument + Description from JAXA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/amsr2.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 2AGPROF (Goddard + Profiling) algorithm retrieves consistent precipitation and related science + fields from the following GMI and partner passive microwave sensors:\\n+ TMI + (TRMM)\\n+ GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ + AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ + SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by + GPM. For each sensor, there are near-realtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided. \\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an a-priori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:58.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change + Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced + Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFGCOMW1AMSR2_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134685-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:03.483Z\",\"granule-count\":705,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGCOMW1AMSR2_DAY_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSR-2 on GCOM-W1 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 + degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFGCOMW1AMSR2_DAY\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSR2/GCOMW1/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFGCOMW1AMSR2_DAY\",\"EntryTitle\":\"GPM + AMSR-2 on GCOM-W1 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 + degree x 0.25 degree V07 (GPM_3GPROFGCOMW1AMSR2_DAY) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F18, F18, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from AMSR2 (25 km x 25 km)(GPM_3GPROFGCOMW1AMSR2_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFGCOMW1AMSR2_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGCOMW1AMSR2_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFGCOMW1AMSR2_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFGCOMW1AMSR2_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFGCOMW1AMSR2_DAY_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://suzaku.eorc.jaxa.jp/GCOM_W/w_amsr2/amsr2_body_main.html\",\"Description\":\"Instrument + Description from JAXA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/amsr2.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change + Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced + Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFGCOMW1AMSR2_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134680-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:03.689Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGCOMW1AMSR2_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSR-2 on GCOM-W1 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFGCOMW1AMSR2\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSR2/GCOMW1/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFGCOMW1AMSR2\",\"EntryTitle\":\"GPM + AMSR-2 on GCOM-W1 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07 (GPM_3GPROFGCOMW1AMSR2) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + month or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each month. Over land regions in particular, this can + lead to large sampling errors associated with the diurnal cycle. Errors due + to the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F18, F18, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from AMSR2 (25 km x 25 km)(GPM_3GPROFGCOMW1AMSR2)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFGCOMW1AMSR2_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGCOMW1AMSR2_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFGCOMW1AMSR2.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFGCOMW1AMSR2.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFGCOMW1AMSR2_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://suzaku.eorc.jaxa.jp/GCOM_W/w_amsr2/amsr2_body_main.html\",\"Description\":\"Instrument + Description from JAXA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/amsr2.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change + Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced + Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CGCOMW1AMSR2.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CGCOMW1AMSR2_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132976-GES_DISC\",\"revision-date\":\"2023-07-12T15:20:31.424Z\",\"granule-count\":62436,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM AMSR-2 on GCOM-W1 Common Calibrated Brightness Temperature + L1C 1.5 hours 10 km V07\",\"SeriesName\":\"GPM_1CGCOMW1AMSR2\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CGCOMW1AMSR2_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-07-02T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSR2/GCOMW1/1C/07\"},\"ShortName\":\"GPM_1CGCOMW1AMSR2\",\"EntryTitle\":\"GPM + AMSR-2 on GCOM-W1 Common Calibrated Brightness Temperature L1C 1.5 hours 10 + km V07 (GPM_1CGCOMW1AMSR2) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CGCOMW1AMSR2.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from AMSR2 (GPM_1CGCOMW1AMSR2)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CGCOMW1AMSR2_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CGCOMW1AMSR2_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CGCOMW1AMSR2.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CGCOMW1AMSR2.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CGCOMW1AMSR2_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://suzaku.eorc.jaxa.jp/GCOM_W/w_amsr2/amsr2_body_main.html\",\"Description\":\"Instrument + Description from JAXA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/amsr2.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n1CAMSR2 contains common + calibrated brightness temperature from the AMSR2 passive microwave instrument + flown on the GCOMW1 satellite. This products contains 6 swaths. Swath 1 has + channels 10.65V 10.65H. Swath 2 has channels 18.7V 18.7H. Swath 3 has channels + 23.8V 23.8H. Swath 4 has channels 36.5V 36.5H. Swath S5 has 2 high frequency + A-Scan channels (89V 89H). Swath S6 has 2 high frequency B-Scan channels (89V + 89H). Data for all six swaths is observed in the same revolution of the instrument. + High frequency A and high frequency B data are observed in separate feedhorns. + All 1C products have a common L1C data structure, simple and generic. Each + L1C swath includes scan time, latitude and longitude, scan status, quality, + incidence angle, Sun glint angle, and the intercalibrated brightness temperature + (Tc). One or more swaths are included in a product. The radiometer data are + recalibrated to a common basis so that precipitation products derived from + them are consistent.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-05T01:59:46.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WILLIAM\",\"LastName\":\"OLSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6314\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"bill.olson@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global Change + Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced + Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFAQUAAMSRE_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFAQUAAMSRE_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133950-GES_DISC\",\"revision-date\":\"2024-01-11T14:40:47.486Z\",\"granule-count\":49088,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFAQUAAMSRE_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSR-E on Aqua (GPROF) Climate-based Radiometer Precipitation Profiling L2 + 1.5 hours 5 km V07\",\"SeriesName\":\"GPM_2AGPROFAQUAAMSRE_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2011-10-04T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSRE/AQUA/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFAQUAAMSRE_CLIM\",\"EntryTitle\":\"GPM + AMSR-E on Aqua (GPROF) Climate-based Radiometer Precipitation Profiling L2 + 1.5 hours 5 km V07 (GPM_2AGPROFAQUAAMSRE_CLIM) at GES DISC\",\"Quality\":\"Please, + see Release Notes document.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFAQUAAMSRE_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + AMSR-E on Aqua (GPROF) Climate-based Radiometer Precipitation Profiling L2 + 1.5 hours 5 km (GPM_2AGPROFAQUAAMSRE_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFAQUAAMSRE_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFAQUAAMSRE_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFAQUAAMSRE_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFAQUAAMSRE_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFAQUAAMSRE_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://aqua.nasa.gov/amsr-e\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (also known as, GPM + GPROF (Level 2)) algorithm retrieves consistent precipitation and related + science fields from the following GMI and partner passive microwave sensors: + \\n+ TMI (TRMM)\\n+ GMI, (GPM)\\n+ SSMI (DMSP F11, F13, F14, F15); SSMIS (DMSP + F16, F17, F18, F19)\\n+ AMSR2 (Aqua)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP + A,B)\\n+ ATMS (NPP)\\n+ SAPHIR (MT1)\\n\\n\\nThis provides the bulk of the + 3-hour coverage achieved by GPM. For each sensor, there are near-realtime + (NRT) products, standard products, and climate products. These differ only + in the amount of data that are available within 3 hours, 48 hours, and 3 months + of collection, as well as the ancillary data used. The NRT product uses GANAL + forecast fields. Standard products use the GANAL analysis product, while the + climate product uses ECMWF reanalysis in order to allow for consistent data + records with earlier missions. These earlier data may be archived separately. + The main strength of the product is the large sampling provided. \\n\\nThe + GPM radiometer algorithms are Bayesian-type algorithms. These algorithms search + an a-priori database of potential rain profiles and retrieve a weighted average + of these entries based upon the proximity of the observed brightness temperature + (Tb) to the simulated Tb corresponding to each rain profile. By using the + same a-priori database of rain profiles, with appropriate simulated Tb for + each constellation sensor, the Bayesian method is completely parametric and + thus well suited for GPM's constellation approach. The a-priori information + will be supplied by the combined algorithm supplied by GPM's core satellite + as soon after launch as feasible. Databases for V0 of the algorithm had to + be constructed from various sources as described in the ATBD. The solution + provides a mean rain rate as well as the vertical structure of cloud and precipitation + hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing + System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced + Microwave Scanning Radiometer-EOS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFAQUAAMSRE_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134971-GES_DISC\",\"revision-date\":\"2023-08-04T14:34:48.106Z\",\"granule-count\":3385,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFAQUAAMSRE_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSR-E on Aqua (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFAQUAAMSRE_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2011-10-04T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSRE/AQUA/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFAQUAAMSRE_DAY_CLIM\",\"EntryTitle\":\"GPM + AMSR-E on Aqua (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFAQUAAMSRE_DAY_CLIM) at GES + DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the reliance + on a single sensor for each output file, thus limiting the available sampling + to two times a day or less, except at high latitudes. In addition, with the + exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors are + in Sun-synchronous orbits, meaning that they observe a given point on the + Earth's surface at the same local times each day. Over land regions in particular, + this can lead to large sampling errors associated with the diurnal cycle. + Errors due to the limited sampling and differences in the sampling times between + Sun-synchronous satellites (e.g., F18, F18, F18, NOAA-18, NOAA-19, NPP, METOP-A, + METOP-B, and Aqua) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + AMSR-E on Aqua (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree (GPM_3GPROFAQUAAMSRE_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFAQUAAMSRE_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFAQUAAMSRE_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFAQUAAMSRE_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFAQUAAMSRE_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFAQUAAMSRE_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://aqua.nasa.gov/amsr-e\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing + System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced + Microwave Scanning Radiometer-EOS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFAQUAAMSRE_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134954-GES_DISC\",\"revision-date\":\"2023-08-04T14:34:10.459Z\",\"granule-count\":113,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFAQUAAMSRE_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSR-E on Aqua (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFAQUAAMSRE_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2011-10-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSRE/AQUA/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFAQUAAMSRE_CLIM\",\"EntryTitle\":\"GPM + AMSR-E on Aqua (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07 (GPM_3GPROFAQUAAMSRE_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + month or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each month. Over land regions in particular, this can + lead to large sampling errors associated with the diurnal cycle. Errors due + to the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F18, F18, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and Aqua) can lead to significant differences in the monthly mean values between + satellites/sensors. The sampling errors are largest over land regions with + large diurnal cycles in precipitation. Other sources of error that can significantly + impact the 3GPROF products include difficulties over certain surface types + such as sea ice, snow, frozen ground, and deserts, and limited sensitivity + of the sounder instruments (in particular to light precipitation and/or shallow + warm rain systems). The sounders include the ATMS, MHS, and SAPHIR sensors, + which do not have channels with sensitivity to the surface and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + AMSR-E on Aqua (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree (GPM_3GPROFAQUAAMSRE_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFAQUAAMSRE_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFAQUAAMSRE_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFAQUAAMSRE_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFAQUAAMSRE_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFAQUAAMSRE_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://aqua.nasa.gov/amsr-e\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing + System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced + Microwave Scanning Radiometer-EOS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CAQUAAMSRE.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CAQUAAMSRE_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132692-GES_DISC\",\"revision-date\":\"2023-07-12T15:28:17.180Z\",\"granule-count\":49088,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM AMSR-E on AQUA Common Calibrated Brightness Temperatures + L1C 1.5 hours 10.5 km V07\",\"SeriesName\":\"GPM_1CAQUAAMSRE\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CAQUAAMSRE_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2011-10-04T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSRE/AQUA/1/07\"},\"ShortName\":\"GPM_1CAQUAAMSRE\",\"EntryTitle\":\"GPM + AMSR-E on AQUA Common Calibrated Brightness Temperatures L1C 1.5 hours 10.5 + km V07 (GPM_1CAQUAAMSRE) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CAQUAAMSRE.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CAQUAAMSRE_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CAQUAAMSRE_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CAQUAAMSRE.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CAQUAAMSRE_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CAQUAAMSRE.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://aqua.nasa.gov/amsr-e\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"All + 1C products have a common L1C data structure, simple and generic. Each L1C + swath includes scan time, latitude and longitude, scan status, quality, incidence + angle, Sun glint angle, and the intercalibrated brightness temperature (Tc). + One or more swaths are included in a product. The radiometer data are recalibrated + to a common basis so that precipitation products derived from them are consistent. + 1CSSMIS contains common calibrated brightness temperature from the SSMIS passive + microwave instruments flown on the DMSP satellites. Swath S1 has 3 low frequency + channels (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath + S3 has 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has + 2 high frequency channels (91V 91H). All the above frequencies are in GHz. + Earth observations for all four swaths are taken during a 144o segment of + the instrument rotation when SSMIS scans in the direction of foreward satellite + motion. We define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing + System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced + Microwave Scanning Radiometer-EOS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA15AMSUB.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CNOAA15AMSUB_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133240-GES_DISC\",\"revision-date\":\"2023-07-12T15:00:16.964Z\",\"granule-count\":55501,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM AMSU-B on NOAA 15 Common Calibrated Brightness Temperatures + L1C 1.5 hours 16 km V07\",\"SeriesName\":\"GPM_1CNOAA15AMSUB\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA15AMSUB_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2010-09-15T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSUB/NOAA15/1C/07\"},\"ShortName\":\"GPM_1CNOAA15AMSUB\",\"EntryTitle\":\"GPM + AMSU-B on NOAA 15 Common Calibrated Brightness Temperatures L1C 1.5 hours + 16 km V07 (GPM_1CNOAA15AMSUB) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA15AMSUB.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CNOAA15AMSUB_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA15AMSUB_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CNOAA15AMSUB.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CNOAA15AMSUB_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CNOAA15AMSUB.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/33\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nAll 1C products have + a common L1C data structure, simple and generic. Each L1C swath includes scan + time, latitude and longitude, scan status, quality, incidence angle, Sun glint + angle, and the intercalibrated brightness temperature (Tc). One or more swaths + are included in a product. The radiometer data are recalibrated to a common + basis so that precipitation products derived from them are consistent. 1CSSMIS + contains common calibrated brightness temperature from the SSMIS passive microwave + instruments flown on the DMSP satellites. Swath S1 has 3 low frequency channels + (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath S3 has + 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has 2 high + frequency channels (91V 91H). All the above frequencies are in GHz. Earth + observations for all four swaths are taken during a 144o segment of the instrument + rotation when SSMIS scans in the direction of foreward satellite motion. We + define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-15\",\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA16AMSUB.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CNOAA16AMSUB_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133295-GES_DISC\",\"revision-date\":\"2023-07-12T14:59:48.680Z\",\"granule-count\":49214,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM AMSU-B on NOAA 16 Common Calibrated Brightness Temperatures + L1C 1.5 hours 16 km V07\",\"SeriesName\":\"GPM_1CNOAA16AMSUB\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA16AMSUB_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-10-04T00:00:00.000Z\",\"EndingDateTime\":\"2010-05-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSUB/NOAA16/1C/07\"},\"ShortName\":\"GPM_1CNOAA16AMSUB\",\"EntryTitle\":\"GPM + AMSU-B on NOAA 16 Common Calibrated Brightness Temperatures L1C 1.5 hours + 16 km V07 (GPM_1CNOAA16AMSUB) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA16AMSUB.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CNOAA16AMSUB_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA16AMSUB_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CNOAA16AMSUB.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CNOAA16AMSUB_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CNOAA16AMSUB.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/33\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nAll 1C products have + a common L1C data structure, simple and generic. Each L1C swath includes scan + time, latitude and longitude, scan status, quality, incidence angle, Sun glint + angle, and the intercalibrated brightness temperature (Tc). One or more swaths + are included in a product. The radiometer data are recalibrated to a common + basis so that precipitation products derived from them are consistent. 1CSSMIS + contains common calibrated brightness temperature from the SSMIS passive microwave + instruments flown on the DMSP satellites. Swath S1 has 3 low frequency channels + (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath S3 has + 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has 2 high + frequency channels (91V 91H). All the above frequencies are in GHz. Earth + observations for all four swaths are taken during a 144o segment of the instrument + rotation when SSMIS scans in the direction of foreward satellite motion. We + define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-16\",\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA17AMSUB.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CNOAA17AMSUB_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133344-GES_DISC\",\"revision-date\":\"2023-07-12T14:59:20.005Z\",\"granule-count\":38399,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM AMSU-B on NOAA 17 Common Calibrated Brightness Temperatures + L1C 1.5 hours 16 km V07\",\"SeriesName\":\"GPM_1CNOAA17AMSUB\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA17AMSUB_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-06-28T00:00:00.000Z\",\"EndingDateTime\":\"2009-12-18T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSUB/NOAA17/1C/07\"},\"ShortName\":\"GPM_1CNOAA17AMSUB\",\"EntryTitle\":\"GPM + AMSU-B on NOAA 17 Common Calibrated Brightness Temperatures L1C 1.5 hours + 16 km V07 (GPM_1CNOAA17AMSUB) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA17AMSUB.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CNOAA17AMSUB_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA17AMSUB_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CNOAA17AMSUB.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CNOAA17AMSUB_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CNOAA17AMSUB.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/33\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nAll 1C products have + a common L1C data structure, simple and generic. Each L1C swath includes scan + time, latitude and longitude, scan status, quality, incidence angle, Sun glint + angle, and the intercalibrated brightness temperature (Tc). One or more swaths + are included in a product. The radiometer data are recalibrated to a common + basis so that precipitation products derived from them are consistent. 1CSSMIS + contains common calibrated brightness temperature from the SSMIS passive microwave + instruments flown on the DMSP satellites. Swath S1 has 3 low frequency channels + (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath S3 has + 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has 2 high + frequency channels (91V 91H). All the above frequencies are in GHz. Earth + observations for all four swaths are taken during a 144o segment of the instrument + rotation when SSMIS scans in the direction of foreward satellite motion. We + define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-17\",\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFNOAA15AMSUB_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134264-GES_DISC\",\"revision-date\":\"2023-07-12T14:19:20.807Z\",\"granule-count\":46630,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM AMSU-B on NOAA15 (GPROF) Climate-based Radiometer + Precipitation Profiling L2 1.5 hours 16 km V07\",\"SeriesName\":\"GPM_2AGPROFNOAA15AMSUB\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA15AMSUB_CLIM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2010-09-15T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSUB/NOAA15/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFNOAA15AMSUB_CLIM\",\"EntryTitle\":\"GPM + AMSU-B on NOAA15 (GPROF) Climate-based Radiometer Precipitation Profiling + L2 1.5 hours 16 km V07 (GPM_2AGPROFNOAA15AMSUB) at GES DISC\",\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + AMSU-B on NOAA15 (GPROF) Climate-based Radiometer Precipitation Profiling + L2 1.5 hours 16 km (GPM_2AGPROFNOAA15AMSUB)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFNOAA15AMSUB_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA15AMSUB_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFNOAA15AMSUB_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFNOAA15AMSUB_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFNOAA15AMSUB_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/33\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + 'CLIM' products differ from their 'regular' counterparts (without the 'CLIM' + in the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F11, F13, F14, F15); SSMIS (DMSP F16, F17, F18, + F19)\\n+ AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19)\\n+ MHS (METOP A,B)\\n+ ATMS + (NPP)\\n+ SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage + achieved by GPM. For each sensor, there are nearrealtime (NRT) products, standard + products, and climate products. These differ only in the amount of data that + are available within 3 hours, 48 hours, and 3 months of collection, as well + as the ancillary data used. The NRT product uses GANAL forecast fields. Standard + products use the GANAL analysis product, while the climate product uses ECMWF + reanalysis in order to allow for consistent data records with earlier missions. + These earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:58.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-15\",\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFNOAA16AMSUB_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134296-GES_DISC\",\"revision-date\":\"2023-07-12T14:18:04.105Z\",\"granule-count\":37164,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM AMSU-B on NOAA16 (GPROF) Climate-based Radiometer + Precipitation Profiling L2 1.5 hours 16 km V07\",\"SeriesName\":\"GPM_2AGPROFNOAA16AMSUB\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA16AMSUB_CLIM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-10-04T00:00:00.000Z\",\"EndingDateTime\":\"2010-05-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSUB/NOAA16/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFNOAA16AMSUB_CLIM\",\"EntryTitle\":\"GPM + AMSU-B on NOAA16 (GPROF) Climate-based Radiometer Precipitation Profiling + L2 1.5 hours 16 km V07 (GPM_2AGPROFNOAA16AMSUB) at GES DISC\",\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + AMSU-B on NOAA16 (GPROF) Climate-based Radiometer Precipitation Profiling + L2 1.5 hours 16 km (GPM_2AGPROFNOAA16AMSUB)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFNOAA16AMSUB_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA16AMSUB_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFNOAA16AMSUB_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFNOAA16AMSUB_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFNOAA16AMSUB_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/33\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F11, F13, F14, F15); SSMIS (DMSP F16, F17, F18, + F19)\\n+ AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19)\\n+ MHS (METOP A,B)\\n+ ATMS + (NPP)\\n+ SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage + achieved by GPM. For each sensor, there are nearrealtime (NRT) products, standard + products, and climate products. These differ only in the amount of data that + are available within 3 hours, 48 hours, and 3 months of collection, as well + as the ancillary data used. The NRT product uses GANAL forecast fields. Standard + products use the GANAL analysis product, while the climate product uses ECMWF + reanalysis in order to allow for consistent data records with earlier missions. + These earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:58.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-16\",\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFNOAA17AMSUB_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134325-GES_DISC\",\"revision-date\":\"2023-07-12T14:17:30.689Z\",\"granule-count\":38377,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM AMSU-B on NOAA17 (GPROF) Climate-based Radiometer + Precipitation Profiling L2 1.5 hours 16 km V07\",\"SeriesName\":\"GPM_2AGPROFNOAA17AMSUB\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA17AMSUB_CLIM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-06-28T00:00:00.000Z\",\"EndingDateTime\":\"2009-12-18T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSUB/NOAA17/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFNOAA17AMSUB_CLIM\",\"EntryTitle\":\"GPM + AMSU-B on NOAA17 (GPROF) Climate-based Radiometer Precipitation Profiling + L2 1.5 hours 16 km V07 (GPM_2AGPROFNOAA17AMSUB) at GES DISC\",\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + AMSU-B on NOAA17 (GPROF) Climate-based Radiometer Precipitation Profiling + L2 1.5 hours 16 km (GPM_2AGPROFNOAA17AMSUB)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFNOAA17AMSUB_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA17AMSUB_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFNOAA17AMSUB_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFNOAA17AMSUB_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFNOAA17AMSUB_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/33\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F11, F13, F14, F15); SSMIS (DMSP F16, F17, F18, + F19)\\n+ AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19)\\n+ MHS (METOP A,B)\\n+ ATMS + (NPP)\\n+ SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage + achieved by GPM. For each sensor, there are nearrealtime (NRT) products, standard + products, and climate products. These differ only in the amount of data that + are available within 3 hours, 48 hours, and 3 months of collection, as well + as the ancillary data used. The NRT product uses GANAL forecast fields. Standard + products use the GANAL analysis product, while the climate product uses ECMWF + reanalysis in order to allow for consistent data records with earlier missions. + These earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:58.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-17\",\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA15AMSUB_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135823-GES_DISC\",\"revision-date\":\"2023-08-04T15:02:55.710Z\",\"granule-count\":3285,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA15AMSUB_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSUB on NOAA15 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA15AMSUB_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2010-09-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSUB/NOAA15/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFNOAA15AMSUB_DAY_CLIM\",\"EntryTitle\":\"GPM + AMSUB on NOAA15 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFNOAA15AMSUB_DAY_CLIM) at GES + DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the reliance + on a single sensor for each output file, thus limiting the available sampling + to two times a day or less, except at high latitudes. In addition, with the + exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors are + in Sun-synchronous orbits, meaning that they observe a given point on the + Earth's surface at the same local times each day. Over land regions in particular, + this can lead to large sampling errors associated with the diurnal cycle. + Errors due to the limited sampling and differences in the sampling times between + Sun-synchronous satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, AMSUB, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + AMSUB on NOAA15 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree (GPM_3GPROFNOAA15AMSUB_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA15AMSUB_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA15AMSUB_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA15AMSUB_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA15AMSUB_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA15AMSUB_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/33\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"CLIM\\\" products differ from their \\\"regular\\\" counterparts (without + the \\\"CLIM\\\" in the name) by the ancillary data they use. They are Climate-Reference + products, which requires homogeneous ancillary data over the climate time + series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather + Forecasts, 2-3 months lag behind the regular production) reanalysis is used + as ancillary data to derive surface and atmospheric conditions required by + the GPROF algorithm for the \\\"CLIM\\\" output. The GPROF databases are also + adjusted accordingly for these climate-referenced retrievals.\\n\\n3GPROF + products provide global gridded monthly/daily precipitation averages from + multiple satellites that can be used for climate studies. The 3GPROF products + are based on retrievals from high-quality microwave sensors, which are sensitive + to liquid and ice-phase precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The + purpose of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-15\",\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA15AMSUB_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135808-GES_DISC\",\"revision-date\":\"2023-08-04T15:02:33.476Z\",\"granule-count\":109,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA15AMSUB_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSUB on NOAA15 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA15AMSUB_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2010-09-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSUB/NOAA15/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFNOAA15AMSUB_CLIM\",\"EntryTitle\":\"GPM + AMSUB on NOAA15 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07 (GPM_3GPROFNOAA15AMSUB_CLIM) at GES + DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the reliance + on a single sensor for each output file, thus limiting the available sampling + to two times a day or less, except at high latitudes. In addition, with the + exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors are + in Sun-synchronous orbits, meaning that they observe a given point on the + Earth's surface at the same local times each day. Over land regions in particular, + this can lead to large sampling errors associated with the diurnal cycle. + Errors due to the limited sampling and differences in the sampling times between + Sun-synchronous satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, AMSUB, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + AMSUB on NOAA15 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree (GPM_3GPROFNOAA15AMSUB_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA15AMSUB_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA15AMSUB_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA15AMSUB_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA15AMSUB_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA15AMSUB_CLIM_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/33\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"CLIM\\\" products differ from their \\\"regular\\\" counterparts (without + the \\\"CLIM\\\" in the name) by the ancillary data they use. They are Climate-Reference + products, which requires homogeneous ancillary data over the climate time + series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather + Forecasts, 2-3 months lag behind the regular production) reanalysis is used + as ancillary data to derive surface and atmospheric conditions required by + the GPROF algorithm for the \\\"CLIM\\\" output. The GPROF databases are also + adjusted accordingly for these climate-referenced retrievals.\\n\\n3GPROF + products provide global gridded monthly/daily precipitation averages from + multiple satellites that can be used for climate studies. The 3GPROF products + are based on retrievals from high-quality microwave sensors, which are sensitive + to liquid and ice-phase precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The + purpose of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-15\",\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA16AMSUB_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135870-GES_DISC\",\"revision-date\":\"2023-08-04T15:03:36.048Z\",\"granule-count\":2643,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA16AMSUB_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSUB on NOAA16 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA16AMSUB_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-10-04T00:00:00.000Z\",\"EndingDateTime\":\"2010-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSUB/NOAA16/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFNOAA16AMSUB_DAY_CLIM\",\"EntryTitle\":\"GPM + AMSUB on NOAA16 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFNOAA16AMSUB_DAY_CLIM) at GES + DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the reliance + on a single sensor for each output file, thus limiting the available sampling + to two times a day or less, except at high latitudes. In addition, with the + exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors are + in Sun-synchronous orbits, meaning that they observe a given point on the + Earth's surface at the same local times each day. Over land regions in particular, + this can lead to large sampling errors associated with the diurnal cycle. + Errors due to the limited sampling and differences in the sampling times between + Sun-synchronous satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, AMSUB, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + AMSUB on NOAA16 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree (GPM_3GPROFNOAA16AMSUB_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA16AMSUB_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA16AMSUB_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA16AMSUB_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA16AMSUB_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA16AMSUB_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/33\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"CLIM\\\" products differ from their \\\"regular\\\" counterparts (without + the \\\"CLIM\\\" in the name) by the ancillary data they use. They are Climate-Reference + products, which requires homogeneous ancillary data over the climate time + series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather + Forecasts, 2-3 months lag behind the regular production) reanalysis is used + as ancillary data to derive surface and atmospheric conditions required by + the GPROF algorithm for the \\\"CLIM\\\" output. The GPROF databases are also + adjusted accordingly for these climate-referenced retrievals.\\n\\n3GPROF + products provide global gridded monthly/daily precipitation averages from + multiple satellites that can be used for climate studies. The 3GPROF products + are based on retrievals from high-quality microwave sensors, which are sensitive + to liquid and ice-phase precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The + purpose of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-16\",\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA16AMSUB_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135852-GES_DISC\",\"revision-date\":\"2023-08-04T15:03:17.039Z\",\"granule-count\":88,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA16AMSUB_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSUB on NOAA16 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA16AMSUB_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2010-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSUB/NOAA16/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFNOAA16AMSUB_CLIM\",\"EntryTitle\":\"GPM + AMSUB on NOAA16 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07 (GPM_3GPROFNOAA16AMSUB_CLIM) at GES + DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the reliance + on a single sensor for each output file, thus limiting the available sampling + to two times a day or less, except at high latitudes. In addition, with the + exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors are + in Sun-synchronous orbits, meaning that they observe a given point on the + Earth's surface at the same local times each day. Over land regions in particular, + this can lead to large sampling errors associated with the diurnal cycle. + Errors due to the limited sampling and differences in the sampling times between + Sun-synchronous satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, AMSUB, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + AMSUB on NOAA16 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree (GPM_3GPROFNOAA16AMSUB_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA16AMSUB_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA16AMSUB_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA16AMSUB_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA16AMSUB_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA16AMSUB_CLIM_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/33\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"CLIM\\\" products differ from their \\\"regular\\\" counterparts (without + the \\\"CLIM\\\" in the name) by the ancillary data they use. They are Climate-Reference + products, which requires homogeneous ancillary data over the climate time + series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather + Forecasts, 2-3 months lag behind the regular production) reanalysis is used + as ancillary data to derive surface and atmospheric conditions required by + the GPROF algorithm for the \\\"CLIM\\\" output. The GPROF databases are also + adjusted accordingly for these climate-referenced retrievals.\\n\\n3GPROF + products provide global gridded monthly/daily precipitation averages from + multiple satellites that can be used for climate studies. The 3GPROF products + are based on retrievals from high-quality microwave sensors, which are sensitive + to liquid and ice-phase precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The + purpose of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-16\",\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA17AMSUB_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135925-GES_DISC\",\"revision-date\":\"2023-08-04T15:04:18.338Z\",\"granule-count\":2705,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA17AMSUB_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSUB on NOAA17 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA17AMSUB_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-06-28T00:00:00.000Z\",\"EndingDateTime\":\"2009-12-17T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSUB/NOAA17/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFNOAA17AMSUB_DAY_CLIM\",\"EntryTitle\":\"GPM + AMSUB on NOAA17 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFNOAA17AMSUB_DAY_CLIM) at GES + DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the reliance + on a single sensor for each output file, thus limiting the available sampling + to two times a day or less, except at high latitudes. In addition, with the + exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors are + in Sun-synchronous orbits, meaning that they observe a given point on the + Earth's surface at the same local times each day. Over land regions in particular, + this can lead to large sampling errors associated with the diurnal cycle. + Errors due to the limited sampling and differences in the sampling times between + Sun-synchronous satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, AMSUB, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + AMSUB on NOAA17 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree (GPM_3GPROFNOAA17AMSUB_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA17AMSUB_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA17AMSUB_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA17AMSUB_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA17AMSUB_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA17AMSUB_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/33\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"CLIM\\\" products differ from their \\\"regular\\\" counterparts (without + the \\\"CLIM\\\" in the name) by the ancillary data they use. They are Climate-Reference + products, which requires homogeneous ancillary data over the climate time + series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather + Forecasts, 2-3 months lag behind the regular production) reanalysis is used + as ancillary data to derive surface and atmospheric conditions required by + the GPROF algorithm for the \\\"CLIM\\\" output. The GPROF databases are also + adjusted accordingly for these climate-referenced retrievals.\\n\\n3GPROF + products provide global gridded monthly/daily precipitation averages from + multiple satellites that can be used for climate studies. The 3GPROF products + are based on retrievals from high-quality microwave sensors, which are sensitive + to liquid and ice-phase precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The + purpose of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-17\",\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA17AMSUB_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135904-GES_DISC\",\"revision-date\":\"2023-08-04T15:03:58.306Z\",\"granule-count\":91,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA17AMSUB_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + AMSUB on NOAA17 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA17AMSUB_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2009-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/AMSUB/NOAA17/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFNOAA17AMSUB_CLIM\",\"EntryTitle\":\"GPM + AMSUB on NOAA17 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07 (GPM_3GPROFNOAA17AMSUB_CLIM) at GES + DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the reliance + on a single sensor for each output file, thus limiting the available sampling + to two times a day or less, except at high latitudes. In addition, with the + exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors are + in Sun-synchronous orbits, meaning that they observe a given point on the + Earth's surface at the same local times each day. Over land regions in particular, + this can lead to large sampling errors associated with the diurnal cycle. + Errors due to the limited sampling and differences in the sampling times between + Sun-synchronous satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, AMSUB, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + AMSUB on NOAA17 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree (GPM_3GPROFNOAA17AMSUB_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA17AMSUB_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA17AMSUB_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA17AMSUB_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA17AMSUB_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA17AMSUB_CLIM_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/33\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"CLIM\\\" products differ from their \\\"regular\\\" counterparts (without + the \\\"CLIM\\\" in the name) by the ancillary data they use. They are Climate-Reference + products, which requires homogeneous ancillary data over the climate time + series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather + Forecasts, 2-3 months lag behind the regular production) reanalysis is used + as ancillary data to derive surface and atmospheric conditions required by + the GPROF algorithm for the \\\"CLIM\\\" output. The GPROF databases are also + adjusted accordingly for these climate-referenced retrievals.\\n\\n3GPROF + products provide global gridded monthly/daily precipitation averages from + multiple satellites that can be used for climate studies. The 3GPROF products + are based on retrievals from high-quality microwave sensors, which are sensitive + to liquid and ice-phase precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The + purpose of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-17\",\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA20ATMS_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFNOAA20ATMS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134395-GES_DISC\",\"revision-date\":\"2024-02-09T17:48:44.860Z\",\"granule-count\":31904,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA20ATMS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + ATMS on NOAA-20 (GPROF) Climate-based Radiometer Precipitation Profiling L2A + 1.5 hours 17 km V07\",\"SeriesName\":\"GPM_2AGPROFNOAA20ATMS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-11-29T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA20/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFNOAA20ATMS_CLIM\",\"EntryTitle\":\"GPM + ATMS on NOAA-20 (GPROF) Climate-based Radiometer Precipitation Profiling L2A + 1.5 hours 17 km V07 (GPM_2AGPROFNOAA20ATMS_CLIM) at GES DISC\",\"Quality\":\"The + major sources of systematic errors in these algorithms are the quality of + the a-priori database, and the estimate of the model uncertainties that are + needed to construct a Bayesian algorithm. Some error can also be introduced + by the ancillary information (surface type, surface temperature, and total + precipitable water) used to subset the a-priori database in the algorithm. + Because passive microwave signatures at the pixel level represent primarily + integrated quantities, neither the vertical structure nor the near-surface + precipitation from radiometers are typically as good as their radar counterparts. + Solutions are also smoothed by the Bayesian scheme, leading to fewer extremes + relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA20ATMS_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM ATMS on NOAA-20 GPROF (17 km x 17 km) (GPM_2AGPROFNOAA20ATMS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFNOAA20ATMS_CLIM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA20ATMS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFNOAA20ATMS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFNOAA20ATMS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFNOAA20ATMS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\nThe 2AGPROF (also known as, + GPM GPROF (Level 2)) algorithm retrieves consistent precipitation and related + science fields from the following GMI and partner passive microwave sensors: + GMI, SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18) AMSR2 (GCOM-W1), TMI MHS + (NOAA 18&19, METOP A&B), ATMS (SNPP and NOAA-20). This provides the bulk of + the 3-hour coverage achieved by GPM. For each sensor, there are near-realtime + (NRT) products, standard products, and climate products. These differ only + in the amount of data that are available within 3 hours, 48 hours, and 3 months + of collection, as well as the ancillary data used. The NRT product uses GANAL + forecast fields. Standard products use the GANAL analysis product, while the + climate product uses ECMWF reanalysis in order to allow for consistent data + records with earlier missions. These earlier data may be archived separately. + The main strength of the product is the large sampling provided. The GPM radiometer + algorithms are Bayesian-type algorithms. These algorithms search an a-priori + database of potential rain profiles and retrieve a weighted average of these + entries based upon the proximity of the observed brightness temperature (Tb) + to the simulated Tb corresponding to each rain profile. By using the same + a-priori database of rain profiles, with appropriate simulated Tb for each + constellation sensor, the Bayesian method is completely parametric and thus + well suited for GPM's constellation approach. The a-priori information will + be supplied by the combined algorithm supplied by GPM's core satellite as + soon after launch as feasible. Databases for V0 of the algorithm had to be + constructed from various sources as described in the ATBD. The solution provides + a mean rain rate as well as the vertical structure of cloud and precipitation + hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 610.2 Bldg 32 Rm S131.5\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"21230\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-20\",\"LongName\":\"Joint Polar + Satellite System - 1\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA20ATMS_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264136066-GES_DISC\",\"revision-date\":\"2023-08-04T15:08:26.648Z\",\"granule-count\":2251,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA20ATMS_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + ATMS on NOAA-20 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA20ATMS_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-11-29T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA20/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFNOAA20ATMS_DAY_CLIM\",\"EntryTitle\":\"GPM + ATMS on NOAA-20 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFNOAA20ATMS_DAY_CLIM) at GES + DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the reliance + on a single sensor for each output file, thus limiting the available sampling + to two times a day or less, except at high latitudes. In addition, with the + exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors are + in Sun-synchronous orbits, meaning that they observe a given point on the + Earth's surface at the same local times each day. Over land regions in particular, + this can lead to large sampling errors associated with the diurnal cycle. + Errors due to the limited sampling and differences in the sampling times between + Sun-synchronous satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NOAA-20, + NPP, METOP-A, METOP-B, and GCOM-W1) can lead to significant differences in + the monthly mean values between satellites/sensors. The sampling errors are + largest over land regions with large diurnal cycles in precipitation. Other + sources of error that can significantly impact the 3GPROF products include + difficulties over certain surface types such as sea ice, snow, frozen ground, + and deserts, and limited sensitivity of the sounder instruments (in particular + to light precipitation and/or shallow warm rain systems). The sounders include + the ATMS, MHS, and SAPHIR sensors, which do not have channels with sensitivity + to the surface and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM ATMS on NOAA-20 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA20ATMS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA20ATMS_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA20ATMS_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA20ATMS_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA20ATMS_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA20ATMS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-20\",\"LongName\":\"Joint Polar + Satellite System - 1\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA20ATMS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264136034-GES_DISC\",\"revision-date\":\"2023-08-04T15:07:44.845Z\",\"granule-count\":74,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA20ATMS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + ATMS on NOAA-20 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA20ATMS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-11-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA20/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFNOAA20ATMS_CLIM\",\"EntryTitle\":\"GPM + ATMS on NOAA-20 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07 (GPM_3GPROFNOAA20ATMS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NOAA-20, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM ATMS on NOAA-20 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA20ATMS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA20ATMS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA20ATMS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA20ATMS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA20ATMS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA20ATMS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-20\",\"LongName\":\"Joint Polar + Satellite System - 1\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA20ATMS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFNOAA20ATMS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133891-GES_DISC\",\"revision-date\":\"2024-01-24T21:39:01.708Z\",\"granule-count\":9822,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA20ATMS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + ATMS on NOAA-20 (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07\",\"SeriesName\":\"GPM_2AGPROFNOAA20ATMS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-11-29T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA20/GPROF/2A/07\"},\"ShortName\":\"GPM_2AGPROFNOAA20ATMS\",\"EntryTitle\":\"GPM + ATMS on NOAA-20 (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07 (GPM_2AGPROFNOAA20ATMS) at GES DISC\",\"Quality\":\"The major sources + of systematic errors in these algorithms are the quality of the a-priori database, + and the estimate of the model uncertainties that are needed to construct a + Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA20ATMS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM ATMS on NOAA-20 GPROF (17 km x 17 km) (GPM_2AGPROFNOAA20ATMS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFNOAA20ATMS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA20ATMS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFNOAA20ATMS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFNOAA20ATMS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFNOAA20ATMS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. \\n\\nThe 2AGPROF (also known as, + GPM GPROF (Level 2)) algorithm retrieves consistent precipitation and related + science fields from the following GMI and partner passive microwave sensors: + GMI, SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18) AMSR2 (GCOM-W1), TMI MHS + (NOAA 18&19, METOP A&B), ATMS (SNPP and NOAA-20). This provides the bulk of + the 3-hour coverage achieved by GPM. For each sensor, there are near-realtime + (NRT) products, standard products, and climate products. These differ only + in the amount of data that are available within 3 hours, 48 hours, and 3 months + of collection, as well as the ancillary data used. The NRT product uses GANAL + forecast fields. Standard products use the GANAL analysis product, while the + climate product uses ECMWF reanalysis in order to allow for consistent data + records with earlier missions. These earlier data may be archived separately. + The main strength of the product is the large sampling provided. The GPM radiometer + algorithms are Bayesian-type algorithms. These algorithms search an a-priori + database of potential rain profiles and retrieve a weighted average of these + entries based upon the proximity of the observed brightness temperature (Tb) + to the simulated Tb corresponding to each rain profile. By using the same + a-priori database of rain profiles, with appropriate simulated Tb for each + constellation sensor, the Bayesian method is completely parametric and thus + well suited for GPM's constellation approach. The a-priori information will + be supplied by the combined algorithm supplied by GPM's core satellite as + soon after launch as feasible. Databases for V0 of the algorithm had to be + constructed from various sources as described in the ATBD. The solution provides + a mean rain rate as well as the vertical structure of cloud and precipitation + hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 610.2 Bldg 32 Rm S131.5\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"21230\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-20\",\"LongName\":\"Joint Polar + Satellite System - 1\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA20ATMS_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134877-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:03.888Z\",\"granule-count\":693,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA20ATMS_DAY_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + ATMS on NOAA-20 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA20ATMS_DAY\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-11-29T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA20/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFNOAA20ATMS_DAY\",\"EntryTitle\":\"GPM + ATMS on NOAA-20 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07 (GPM_3GPROFNOAA20ATMS_DAY) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NOAA-20, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM ATMS on NOAA-20 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA20ATMS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA20ATMS_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA20ATMS_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA20ATMS_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA20ATMS_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA20ATMS_DAY_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-20\",\"LongName\":\"Joint Polar + Satellite System - 1\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA20ATMS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134864-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:04.231Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA20ATMS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + ATMS on NOAA-20 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA20ATMS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-12-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA20/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFNOAA20ATMS\",\"EntryTitle\":\"GPM + ATMS on NOAA-20 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07 (GPM_3GPROFNOAA20ATMS) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NOAA-20, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM ATMS on NOAA-20 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA20ATMS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA20ATMS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA20ATMS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA20ATMS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA20ATMS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA20ATMS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. \\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-20\",\"LongName\":\"Joint Polar + Satellite System - 1\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA20ATMS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CNOAA20ATMS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133522-GES_DISC\",\"revision-date\":\"2023-07-12T14:57:49.339Z\",\"granule-count\":32670,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM ATMS on NOAA-20 Common Calibrated Brightness Temperatures + L1C 1.5 hours 17 km V07\",\"SeriesName\":\"GPM_1CNOAA20ATMS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA20ATMS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-11-29T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA20/1C/07\"},\"ShortName\":\"GPM_1CNOAA20ATMS\",\"EntryTitle\":\"GPM + ATMS on NOAA-20 Common Calibrated Brightness Temperatures L1C 1.5 hours 17 + km V07 (GPM_1CNOAA20ATMS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA20ATMS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from GPM ATMS on NOAA-20 (GPM_1CNOAA20ATMS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CNOAA20ATMS.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA20ATMS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CNOAA20ATMS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CNOAA20ATMS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CNOAA20ATMS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n1CATMS contains common + calibrated brightness temperature from the ATMS passive microwave instrument + flown on the Suomi NPP satellite and JPSS satellites. ATMS is approximatly + a combination of the AMSU-A channels and the MHS channels, to the total of + 22 channels. ATMS rotates 3 scans per 8 seconds. 1CATMS contains 4 swaths, + one for each band K, A(Ka), W, and G.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-05T01:59:46.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-20\",\"LongName\":\"Joint Polar + Satellite System - 1\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA21ATMS_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFNOAA21ATMS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2712827635-GES_DISC\",\"revision-date\":\"2024-02-09T15:00:32.961Z\",\"granule-count\":5162,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA21ATMS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + ATMS on NOAA-21 (GPROF) Climate-based Radiometer Precipitation Profiling L2A + 1.5 hours 17 km V07\",\"SeriesName\":\"GPM_2AGPROFNOAA21ATMS_CLIM\",\"ReleaseDate\":\"2023-05-30T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2023-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA21/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFNOAA21ATMS_CLIM\",\"EntryTitle\":\"GPM + ATMS on NOAA-21 (GPROF) Climate-based Radiometer Precipitation Profiling L2A + 1.5 hours 17 km V07 (GPM_2AGPROFNOAA21ATMS_CLIM) at GES DISC\",\"Quality\":\"The + major sources of systematic errors in these algorithms are the quality of + the a-priori database, and the estimate of the model uncertainties that are + needed to construct a Bayesian algorithm. Some error can also be introduced + by the ancillary information (surface type, surface temperature, and total + precipitable water) used to subset the a-priori database in the algorithm. + Because passive microwave signatures at the pixel level represent primarily + integrated quantities, neither the vertical structure nor the near-surface + precipitation from radiometers are typically as good as their radar counterparts. + Solutions are also smoothed by the Bayesian scheme, leading to fewer extremes + relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA21ATMS_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM ATMS on NOAA-21 GPROF (17 km x 17 km) (GPM_2AGPROFNOAA21ATMS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFNOAA21ATMS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA21ATMS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFNOAA21ATMS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFNOAA21ATMS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFNOAA21ATMS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\nThe 2AGPROF (also known as, + GPM GPROF (Level 2)) algorithm retrieves consistent precipitation and related + science fields from the following GMI and partner passive microwave sensors: + GMI, SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18) AMSR2 (GCOM-W1), TMI MHS + (NOAA 18&19, METOP A&B), ATMS (SNPP and NOAA-21). This provides the bulk of + the 3-hour coverage achieved by GPM. For each sensor, there are near-realtime + (NRT) products, standard products, and climate products. These differ only + in the amount of data that are available within 3 hours, 48 hours, and 3 months + of collection, as well as the ancillary data used. The NRT product uses GANAL + forecast fields. Standard products use the GANAL analysis product, while the + climate product uses ECMWF reanalysis in order to allow for consistent data + records with earlier missions. These earlier data may be archived separately. + The main strength of the product is the large sampling provided. The GPM radiometer + algorithms are Bayesian-type algorithms. These algorithms search an a-priori + database of potential rain profiles and retrieve a weighted average of these + entries based upon the proximity of the observed brightness temperature (Tb) + to the simulated Tb corresponding to each rain profile. By using the same + a-priori database of rain profiles, with appropriate simulated Tb for each + constellation sensor, the Bayesian method is completely parametric and thus + well suited for GPM's constellation approach. The a-priori information will + be supplied by the combined algorithm supplied by GPM's core satellite as + soon after launch as feasible. Databases for V0 of the algorithm had to be + constructed from various sources as described in the ATBD. The solution provides + a mean rain rate as well as the vertical structure of cloud and precipitation + hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2023-05-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-18T17:46:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2023-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 610.2 Bldg 32 Rm S131.5\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"21230\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-21\",\"LongName\":\"Joint Polar + Satellite System - 2\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA21ATMS_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2712827639-GES_DISC\",\"revision-date\":\"2023-06-17T01:24:47.553Z\",\"granule-count\":363,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA21ATMS_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + ATMS on NOAA-21 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA21ATMS_DAY_CLIM\",\"ReleaseDate\":\"2023-05-30T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2023-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA21/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFNOAA21ATMS_DAY_CLIM\",\"EntryTitle\":\"GPM + ATMS on NOAA-21 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFNOAA21ATMS_DAY_CLIM) at GES + DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the reliance + on a single sensor for each output file, thus limiting the available sampling + to two times a day or less, except at high latitudes. In addition, with the + exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors are + in Sun-synchronous orbits, meaning that they observe a given point on the + Earth's surface at the same local times each day. Over land regions in particular, + this can lead to large sampling errors associated with the diurnal cycle. + Errors due to the limited sampling and differences in the sampling times between + Sun-synchronous satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NOAA-21, + NPP, METOP-A, METOP-B, and GCOM-W1) can lead to significant differences in + the monthly mean values between satellites/sensors. The sampling errors are + largest over land regions with large diurnal cycles in precipitation. Other + sources of error that can significantly impact the 3GPROF products include + difficulties over certain surface types such as sea ice, snow, frozen ground, + and deserts, and limited sensitivity of the sounder instruments (in particular + to light precipitation and/or shallow warm rain systems). The sounders include + the ATMS, MHS, and SAPHIR sensors, which do not have channels with sensitivity + to the surface and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM ATMS on NOAA-21 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA21ATMS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA21ATMS_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA21ATMS_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA21ATMS_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA21ATMS_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA21ATMS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2023-05-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-18T17:46:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2023-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-21\",\"LongName\":\"Joint Polar + Satellite System - 2\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA21ATMS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2712827637-GES_DISC\",\"revision-date\":\"2023-06-17T01:24:47.240Z\",\"granule-count\":11,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA21ATMS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + ATMS on NOAA-21 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA21ATMS_CLIM\",\"ReleaseDate\":\"2023-05-30T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2023-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA21/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFNOAA21ATMS_CLIM\",\"EntryTitle\":\"GPM + ATMS on NOAA-21 (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07 (GPM_3GPROFNOAA21ATMS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NOAA-21, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM ATMS on NOAA-21 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA21ATMS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA21ATMS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA21ATMS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA21ATMS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA21ATMS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA21ATMS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2023-05-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-18T17:46:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2023-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-21\",\"LongName\":\"Joint Polar + Satellite System - 2\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA21ATMS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFNOAA21ATMS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2712827634-GES_DISC\",\"revision-date\":\"2024-01-25T16:23:28.123Z\",\"granule-count\":5943,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA21ATMS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + ATMS on NOAA-21 (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07\",\"SeriesName\":\"GPM_2AGPROFNOAA21ATMS\",\"ReleaseDate\":\"2023-05-30T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2023-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA21/GPROF/2A/07\"},\"ShortName\":\"GPM_2AGPROFNOAA21ATMS\",\"EntryTitle\":\"GPM + ATMS on NOAA-21 (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07 (GPM_2AGPROFNOAA21ATMS) at GES DISC\",\"Quality\":\"The major sources + of systematic errors in these algorithms are the quality of the a-priori database, + and the estimate of the model uncertainties that are needed to construct a + Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA21ATMS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM ATMS on NOAA-21 GPROF (17 km x 17 km) (GPM_2AGPROFNOAA21ATMS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFNOAA21ATMS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA21ATMS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFNOAA21ATMS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFNOAA21ATMS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFNOAA21ATMS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. \\n\\nThe 2AGPROF (also known as, + GPM GPROF (Level 2)) algorithm retrieves consistent precipitation and related + science fields from the following GMI and partner passive microwave sensors: + GMI, SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18) AMSR2 (GCOM-W1), TMI MHS + (NOAA 18&19, METOP A&B), ATMS (SNPP and NOAA-21). This provides the bulk of + the 3-hour coverage achieved by GPM. For each sensor, there are near-realtime + (NRT) products, standard products, and climate products. These differ only + in the amount of data that are available within 3 hours, 48 hours, and 3 months + of collection, as well as the ancillary data used. The NRT product uses GANAL + forecast fields. Standard products use the GANAL analysis product, while the + climate product uses ECMWF reanalysis in order to allow for consistent data + records with earlier missions. These earlier data may be archived separately. + The main strength of the product is the large sampling provided. The GPM radiometer + algorithms are Bayesian-type algorithms. These algorithms search an a-priori + database of potential rain profiles and retrieve a weighted average of these + entries based upon the proximity of the observed brightness temperature (Tb) + to the simulated Tb corresponding to each rain profile. By using the same + a-priori database of rain profiles, with appropriate simulated Tb for each + constellation sensor, the Bayesian method is completely parametric and thus + well suited for GPM's constellation approach. The a-priori information will + be supplied by the combined algorithm supplied by GPM's core satellite as + soon after launch as feasible. Databases for V0 of the algorithm had to be + constructed from various sources as described in the ATBD. The solution provides + a mean rain rate as well as the vertical structure of cloud and precipitation + hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2023-05-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-18T17:46:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2023-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 610.2 Bldg 32 Rm S131.5\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"21230\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-21\",\"LongName\":\"Joint Polar + Satellite System - 2\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA21ATMS_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2712827642-GES_DISC\",\"revision-date\":\"2023-06-17T01:24:47.074Z\",\"granule-count\":418,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA21ATMS_DAY_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + ATMS on NOAA-21 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA21ATMS_DAY\",\"ReleaseDate\":\"2023-05-30T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2023-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA21/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFNOAA21ATMS_DAY\",\"EntryTitle\":\"GPM + ATMS on NOAA-21 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07 (GPM_3GPROFNOAA21ATMS_DAY) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NOAA-21, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM ATMS on NOAA-21 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA21ATMS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA21ATMS_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA21ATMS_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA21ATMS_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA21ATMS_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA21ATMS_DAY_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2023-05-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-18T17:46:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2023-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-21\",\"LongName\":\"Joint Polar + Satellite System - 2\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA21ATMS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2712827638-GES_DISC\",\"revision-date\":\"2023-06-17T01:24:46.692Z\",\"granule-count\":13,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA21ATMS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + ATMS on NOAA-21 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA21ATMS\",\"ReleaseDate\":\"2023-05-30T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2023-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA21/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFNOAA21ATMS\",\"EntryTitle\":\"GPM + ATMS on NOAA-21 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07 (GPM_3GPROFNOAA21ATMS) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NOAA-21, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM ATMS on NOAA-21 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA21ATMS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA21ATMS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA21ATMS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA21ATMS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA21ATMS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA21ATMS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. \\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2023-05-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-18T17:46:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2023-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-21\",\"LongName\":\"Joint Polar + Satellite System - 2\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA21ATMS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CNOAA21ATMS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2712827633-GES_DISC\",\"revision-date\":\"2024-01-25T21:17:17.805Z\",\"granule-count\":5939,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM ATMS on NOAA-21 Common Calibrated Brightness Temperatures + L1C 1.5 hours 17 km V07\",\"SeriesName\":\"GPM_1CNOAA21ATMS\",\"ReleaseDate\":\"2023-05-30T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA21ATMS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2023-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NOAA21/1C/07\"},\"ShortName\":\"GPM_1CNOAA21ATMS\",\"EntryTitle\":\"GPM + ATMS on NOAA-21 Common Calibrated Brightness Temperatures L1C 1.5 hours 17 + km V07 (GPM_1CNOAA21ATMS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA21ATMS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from GPM ATMS on NOAA-21 (GPM_1CNOAA21ATMS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CNOAA21ATMS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA21ATMS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CNOAA21ATMS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CNOAA21ATMS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CNOAA21ATMS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n1CATMS contains common + calibrated brightness temperature from the ATMS passive microwave instrument + flown on the Suomi NPP satellite and JPSS satellites. ATMS is approximatly + a combination of the AMSU-A channels and the MHS channels, to the total of + 22 channels. ATMS rotates 3 scans per 8 seconds. 1CATMS contains 4 swaths, + one for each band K, A(Ka), W, and G.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2023-05-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-18T17:46:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2023-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-21\",\"LongName\":\"Joint Polar + Satellite System - 2\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNPPATMS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFNPPATMS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133914-GES_DISC\",\"revision-date\":\"2024-01-25T19:22:16.832Z\",\"granule-count\":9555,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation + Profiling L2 1.5 hours 16 km V07 \",\"SeriesName\":\"GPM_2AGPROFNPPATMS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNPPATMS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-01-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NPP/GPROF/2A/07\"},\"ShortName\":\"GPM_2AGPROFNPPATMS\",\"EntryTitle\":\"GPM + ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation Profiling L2 1.5 hours + 16 km V07 (GPM_2AGPROFNPPATMS) at GES DISC\",\"Quality\":\"The major sources + of systematic errors in these algorithms are the quality of the a-priori database, + and the estimate of the model uncertainties that are needed to construct a + Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNPPATMS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation Rate from NPP/ATMS\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFNPPATMS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNPPATMS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFNPPATMS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFNPPATMS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFNPPATMS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe 2AGPROF (Goddard + Profiling) algorithm retrieves consistent precipitation and related science + fields from the following GMI and partner passive microwave sensors:\\n+ TMI + (TRMM)\\n+ GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ + AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19)\\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ + SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by + GPM. For each sensor, there are nearrealtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\\n\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Suomi-NPP\",\"LongName\":\"Suomi + National Polar-orbiting Partnership\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNPPATMS_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFNPPATMS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134428-GES_DISC\",\"revision-date\":\"2024-02-09T15:28:34.170Z\",\"granule-count\":62994,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation + Profiling L2 1.5 hours 16 km V07 \",\"SeriesName\":\"GPM_2AGPROFNPPATMS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNPPATMS_CLIM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-11-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NPP/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFNPPATMS_CLIM\",\"EntryTitle\":\"GPM + ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation Profiling L2 1.5 hours + 16 km V07 (GPM_2AGPROFNPPATMS_CLIM) at GES DISC\",\"Quality\":\"The major + sources of systematic errors in these algorithms are the quality of the a-priori + database, and the estimate of the model uncertainties that are needed to construct + a Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNPPATMS_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation Rate from NPP/ATMS\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFNPPATMS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNPPATMS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFNPPATMS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFNPPATMS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFNPPATMS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ AMSR2 + (GCOM-W1)\\n+ MHS (NOAA 18,19)\\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ SAPHIR + (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by GPM. + For each sensor, there are nearrealtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\\n\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Suomi-NPP\",\"LongName\":\"Suomi + National Polar-orbiting Partnership\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNPPATMS_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134888-GES_DISC\",\"revision-date\":\"2023-08-04T15:09:36.016Z\",\"granule-count\":677,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation + Profiling L3 1 day 0.25 degree x 0.25 degree V07 \",\"SeriesName\":\"GPM_3GPROFNPPATMS_DAY\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNPPATMS_DAY_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NPP/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFNPPATMS_DAY\",\"EntryTitle\":\"GPM + ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 + degree x 0.25 degree V07 (GPM_3GPROFNPPATMS_DAY) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Sample day of Surface Precipitation + from NPP/ATMS microwave retrieval \\n\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNPPATMS_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNPPATMS_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNPPATMS_DAY.07/\",\"Description\":\"Access + the data via HTTPS\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNPPATMS_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\\n \",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNPPATMS_Day_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\\n \",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Suomi-NPP\",\"LongName\":\"Suomi + National Polar-orbiting Partnership\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNPPATMS_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264136106-GES_DISC\",\"revision-date\":\"2023-08-04T15:09:51.049Z\",\"granule-count\":4449,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation + Profiling L3 1 day 0.25 degree x 0.25 degree V07 \",\"SeriesName\":\"GPM_3GPROFNPPATMS_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNPPATMS_DAY_CLIM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-11-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NPP/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFNPPATMS_DAY_CLIM\",\"EntryTitle\":\"GPM + ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 + degree x 0.25 degree V07 (GPM_3GPROFNPPATMS_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Sample day of Surface Precipitation + from NPP/ATMS microwave retrieval \\n\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNPPATMS_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNPPATMS_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNPPATMS_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNPPATMS_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\\n \",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNPPATMS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\\n \",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Suomi-NPP\",\"LongName\":\"Suomi + National Polar-orbiting Partnership\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNPPATMS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134880-GES_DISC\",\"revision-date\":\"2023-08-04T15:08:53.141Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation + Profiling L3 1 month 0.25 degree x 0.25 degree V07 \",\"SeriesName\":\"GPM_3GPROFNPPATMS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNPPATMS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NPP/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFNPPATMS\",\"EntryTitle\":\"GPM + ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07 (GPM_3GPROFNPPATMS) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Sample month of Surface Precipitation + from NPP/ATMS microwave retrieval \\n\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/3A-MO-BR.NPP.ATMS.GRID2017R1.20150101-S000000-E235959.01.V05A.PNG\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNPPATMS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNPPATMS.07/\",\"Description\":\"Access + the data via HTTPS\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNPPATMS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\\n \",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNPPATMS_Day_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\\n \",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"3GPROF + products provide global gridded monthly/daily precipitation averages from + multiple satellites that can be used for climate studies. The 3GPROF products + are based on retrievals from high-quality microwave sensors, which are sensitive + to liquid and ice-phase precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The + purpose of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Suomi-NPP\",\"LongName\":\"Suomi + National Polar-orbiting Partnership\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNPPATMS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264136081-GES_DISC\",\"revision-date\":\"2023-08-04T15:09:16.841Z\",\"granule-count\":146,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation + Profiling L3 1 month 0.25 degree x 0.25 degree V07 \",\"SeriesName\":\"GPM_3GPROFNPPATMS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNPPATMS_CLIM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-11-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NPP/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFNPPATMS_CLIM\",\"EntryTitle\":\"GPM + ATMS on SUOMI-NPP (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07 (GPM_3GPROFNPPATMS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\\n \",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\\n + \ \"},\"RelatedUrls\":[{\"Description\":\"Sample month of Surface Precipitation + from NPP/ATMS microwave retrieval \\n\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNPPATMS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNPPATMS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNPPATMS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\\n \",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNPPATMS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\\n \",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNPPATMS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\\n \",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\\n \",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07.\\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Suomi-NPP\",\"LongName\":\"Suomi + National Polar-orbiting Partnership\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNPPATMS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CNPPATMS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133568-GES_DISC\",\"revision-date\":\"2023-07-12T14:57:16.492Z\",\"granule-count\":63759,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM ATMS on SUOMI-NPP Common Calibrated Brightness Temperature + L1C 1.5 hours 16 km V07\",\"SeriesName\":\"GPM_1CNPPATMS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNPPATMS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-11-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/ATMS/NPP/1C/07\"},\"ShortName\":\"GPM_1CNPPATMS\",\"EntryTitle\":\"GPM + ATMS on SUOMI-NPP Common Calibrated Brightness Temperature L1C 1.5 hours 16 + km V07 (GPM_1CNPPATMS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNPPATMS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from GPM ATMS on SUOMI-NPP (GPM_1CNPPATMS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CNPPATMS.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNPPATMS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CNPPATMS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CNPPATMS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CNPPATMS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/snppatms.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. All 1C products have a common + L1C data structure, simple and generic. Each L1C swath includes scan time, + latitude and longitude, scan status, quality, incidence angle, Sun glint angle, + and the intercalibrated brightness temperature (Tc). One or more swaths are + included in a product. The radiometer data are recalibrated to a common basis + so that precipitation products derived from them are consistent. 1CATMS contains + common calibrated brightness temperature from the ATMS passive microwave instrument + flown on the Suomi NPP satellite and JPSS satellites. ATMS is approximately + a combination of the AMSU-A channels and the MHS channels. ATMS rotates 3 + scans per 8 seconds. ATMS has the following 22 channels: Ch GHz Pol 1 23.8 + QV 2 31.4 QV 3 50.3 QH 4 51.76 QH 5 52.8 QH 6 53.596+-0.115 QH 7 54.4 QH 8 + 54.94 QH 9 55.5 QH 10 fo = 57.29 QH 11 fo+-0.3222+-0.217 QH 12 fo+-0.3222+-0.048 + QH 13 fo+-0.3222+-0.022 QH 14 fo+-0.3222+-0.010 QH 15 fo+-0.3222+-0.0045 QH + 16 88.2 QV 17 165.5 QH 18 183.31+-7 QH 19 183.31+-4.5 QH 20 183.31+-3 QH 21 + 183.31+-1.8 QH 22 183.31+-1 QH\\n\\nQV means quasi-vertical; the polarization + vector is parallel to the scan plane at nadir. QH meansquasi-horizontal polarization. + Note on geolocation and 1C swaths: The BeamLatitude and BeamLongitude in ATMSBASE + have a band dimension of 5. Lat and lon is for channels 1,2,3,16,17. Each + 1C swath will contain one band: 1C swath Band IEEE GHz Ch geo Chs in band + 1 K 18-26.5 1 1 2 A(Ka) 26.5-40 2 2 3 W 75-110 16 16 4 G 110-300 17 17-22 + Note that channels 3-15 are NOT included in the 1C product. 1C ATMS contains + 4 swaths, one for each band K, A(Ka), W, and G.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-05T01:59:47.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Suomi-NPP\",\"LongName\":\"Suomi + National Polar-orbiting Partnership\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GCSH_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081683-GES_DISC\",\"revision-date\":\"2023-08-04T14:33:44.089Z\",\"granule-count\":56778,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM DPR (Gridded Convective Stratiform Heating) + L3 1.5 hours 0.5 degree x 0.5 degree V07\",\"SeriesName\":\"GPM_3GCSH\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GCSH_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPRGMI/CSH/3G/07\"},\"ShortName\":\"GPM_3GCSH\",\"EntryTitle\":\"GPM + DPR (Gridded Convective Stratiform Heating) L3 1.5 hours 0.5 degree x 0.5 + degree V07 (GPM_3GCSH) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GCSH_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GCSH_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GCSH.07/\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GCSH_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GCSH.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Convective Stratiform Heating (3GCSH) products contain latent heating, + Q1-QR and Q2 profiles from DPR raindata.\\n\\nVersion 07 is the current version + of the data set. Older versions will no longer be available and are superseded + by Version 07.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Dr. + Wei-Kuo\",\"LastName\":\"Tao\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"Wei-Kuo.Tao-1@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3CMB_DAY.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3CMB_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081680-GES_DISC\",\"revision-date\":\"2023-08-02T17:35:50.792Z\",\"granule-count\":3680,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"William + Olson\",\"Title\":\"GPM DPR and GMI (Combined Precipitation) L3 1 day 0.25 + degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3CMB_DAY\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3CMB_DAY_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPRGMI/CMB/3B-DAY/07\"},\"ShortName\":\"GPM_3CMB_DAY\",\"EntryTitle\":\"GPM + DPR and GMI (Combined Precipitation) L3 1 day 0.25 degree x 0.25 degree V07 + (GPM_3CMB_DAY) at GES DISC\",\"Quality\":\"The results presented in the Level + 3 product are simple conditioned statistics of the Level 2 retrievals. Any + errors/limitations are inherent to the Level 2 retrieval issues already presented.\\n + \ \\n Issues with sampling must be considered when + using these data. For the daily products, the number of measurements in each + 0.25-degree box is very limited. While this is a convenient resolution that + can be used to create larger grids, the values at the 0.25-degree resolution + should be used with caution. The standard deviation is not computed at the + daily level for this very reason.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3CMB_DAY.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3CMB_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3CMB_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3CMB_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3CMB_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3CMB_DAY_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/Combined_algorithm_ATBD.V05.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n. \\n\\nThis is a precipitation + product created from the combination of the Global Precipitation Measurement + (GPM) Microwave Imager (GMI) and Dual-frequency Precipitation Radar (DPR) + instruments.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WILLIAM\",\"LastName\":\"OLSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6314\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"bill.olson@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"},{\"ShortName\":\"GMI\",\"LongName\":\"Global Precipitation + Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3CMB.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3CMB_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081668-GES_DISC\",\"revision-date\":\"2023-08-02T16:58:03.680Z\",\"granule-count\":120,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"William + Olson\",\"Title\":\"GPM DPR and GMI (Combined Precipitation) L3 1 month 0.25 + degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3CMB\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3CMB_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPRGMI/CMB/3B-MONTH/07\"},\"ShortName\":\"GPM_3CMB\",\"EntryTitle\":\"GPM + DPR and GMI (Combined Precipitation) L3 1 month 0.25 degree x 0.25 degree + V07 (GPM_3CMB) at GES DISC\",\"Quality\":\"The results presented in the Level + 3 product are simple conditioned statistics of the Level 2 retrievals. Any + errors/limitations are inherent to the Level 2 retrieval issues already presented.\\n + \ \\n Issues with sampling must be considered when + using these data. For the daily products, the number of measurements in each + 0.25-degree box is very limited. While this is a convenient resolution that + can be used to create larger grids, the values at the 0.25-degree resolution + should be used with caution. The standard deviation is not computed at the + daily level for this very reason.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3CMB.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3CMB_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3CMB_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3CMB.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3CMB.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3CMB_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/Combined_algorithm_ATBD.V05.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n.\\n\\nThis is a precipitation + product created from the combination of the Global Precipitation Measurement + (GPM) Microwave Imager (GMI) and Dual-frequency Precipitation Radar (DPR) + instruments.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WILLIAM\",\"LastName\":\"OLSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6314\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"bill.olson@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"},{\"ShortName\":\"GMI\",\"LongName\":\"Global Precipitation + Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3HCSH_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081704-GES_DISC\",\"revision-date\":\"2023-08-04T15:10:28.508Z\",\"granule-count\":120,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM DPR and GMI Combined Convective Stratiform + Heating L3 1 month 0.5 degree x 0.5 degree V07\",\"SeriesName\":\"GPM_3HCSH\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3HCSH_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPRGMI/CSH/3B-MONTH/07\"},\"ShortName\":\"GPM_3HCSH\",\"EntryTitle\":\"GPM + DPR and GMI Combined Convective Stratiform Heating L3 1 month 0.5 degree x + 0.5 degree V07 (GPM_3HCSH) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3HCSH_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3HCSH_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3HCSH.07/\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3HCSH_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3HCSH.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Convective Stratiform Heating (3HCSH) products contain latent heating, + Q1-QR and Q2 profiles from DPR raindata.\\n\\nVersion 07 is the current version + of the data set. Older versions will no longer be available and are superseded + by Version 07.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Dr. + Wei-Kuo\",\"LastName\":\"Tao\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"Wei-Kuo.Tao-1@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2BCMB.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2BCMB_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081553-GES_DISC\",\"revision-date\":\"2023-07-12T13:36:20.211Z\",\"granule-count\":56693,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"William + Olson\",\"Title\":\"GPM DPR and GMI Combined Precipitation L2B 1.5 hours 5 + km V07\",\"SeriesName\":\"GPM_2BCMB\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2BCMB_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPRGMI/CMB/2B/07\"},\"ShortName\":\"GPM_2BCMB\",\"EntryTitle\":\"GPM + DPR and GMI Combined Precipitation L2B 1.5 hours 5 km V07 (GPM_2BCMB) at GES + DISC\",\"Quality\":\"There are uncertainties in the interpretation of data + from any one of the instruments (KuPR, KaPR, and GMI). By using data from + multiple instruments, further constraints on the solution of precipitation + structure improve the final product.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2BCMB.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2BCMB.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2BCMB_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2BCMB.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2BCMB.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2BCMB_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/Combined_algorithm_ATBD.V05.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/Caveats_and_Changes_for_public_release_Combined_V7.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThis is a precipitation + product created from the combination of the Global Precipitation Measurement + (GPM) Microwave Imager (GMI) and Dual-frequency Precipitation Radar (DPR) + instruments.\\n\\nThe 2BCMB product uses data from the Dual-Frequency Precipitation + Radar and GMI, determining the precipitation structure that best fits the + combined data from these instruments. It is the Level 2 DPR and GMI Combined + precipitation product that contains the data acquired by the GPM instruments + in one orbit, or granule. It is written as a two-swath structure. The first + swath, NS (normal scan), contains 49 rays per scan that match the KuPR rays. + It is calculated from the KuPR and GMI data. The second swath, MS (matched + scan), contains 25 rays per scan that match the 25 KaPR rays. It is calculated + from the KuPR, KaPR, and GMI data.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WILLIAM\",\"LastName\":\"OLSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6314\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"bill.olson@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"},{\"ShortName\":\"GMI\",\"LongName\":\"Global Precipitation + Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2HCSH.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2HCSH_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081566-GES_DISC\",\"revision-date\":\"2024-01-25T21:44:42.110Z\",\"granule-count\":56726,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM DPR and GMI Combined Stratiform Heating L2 + 1.5 hours 5 km V07\",\"SeriesName\":\"GPM_2HCSH\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2HCSH_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPRGMI/CSH/2H/07\"},\"ShortName\":\"GPM_2HCSH\",\"EntryTitle\":\"GPM + DPR and GMI Combined Stratiform Heating L2 1.5 hours 5 km V07 (GPM_2HCSH) + at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2HCSH.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2HCSH.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2HCSH_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2HCSH.07/\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2HCSH_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2HCSH.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\nThe Convective Stratiform + Heating (2HCSH) products contain latent heating, Q1-QR and Q2 profiles from + DPR raindata.\\n\\nVersion 07 is the current version of the data set. Older + versions will no longer be available and are superseded by Version 07.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Dr. + Wei-Kuo\",\"LastName\":\"Tao\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"Wei-Kuo.Tao-1@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GSLH_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081604-GES_DISC\",\"revision-date\":\"2023-08-04T15:10:10.723Z\",\"granule-count\":56755,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM DPR Gridded Orbital Spectral Latent Heating + Profiles L3 1.5 hours 0.5 degree x 0.5 degree V07\",\"SeriesName\":\"GPM_3GSLH\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GSLH_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPR/SLH/3A/07\"},\"ShortName\":\"GPM_3GSLH\",\"EntryTitle\":\"GPM + DPR Gridded Orbital Spectral Latent Heating Profiles L3 1.5 hours 0.5 degree + x 0.5 degree V07 (GPM_3GSLH) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"TAKAYABU, + Y. N.\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Observing + rainfall regimes using TRMM PR and LIS data.\",\"Series\":\"GEWEX News\",\"Volume\":\"18\",\"Pages\":\"9\u201310\"},{\"Author\":\"Takayabu, + Y. N., S. Shige, W.-K. Tao, and N. Hirota\",\"PublicationDate\":\"2010-01-01T00:00:00.000Z\",\"Title\":\"Shallow + and Deep Latent Heating Modes over Tropical Oceans Observed with TRMM PR Spectral + Latent Heating Data. \",\"Series\":\"J. Climate\",\"Volume\":\"23 \",\"Pages\":\"2030\u20132046\",\"DOI\":{\"DOI\":\"10.1175/2009JCLI3110.1\"}},{\"Author\":\"Yanai, + M., S. Esbensen, and J.-H. Chu\",\"PublicationDate\":\"1973-01-01T00:00:00.000Z\",\"Title\":\"Determination + of Bulk Properties of Tropical Cloud Clusters from Large-Scale Heat and Moisture + Budgets. \",\"Series\":\"J. Atmos. Sci.\",\"Volume\":\"30\",\"Pages\":\"611\u2013627\",\"DOI\":{\"DOI\":\"10.1175/1520-0469(1973)030<0611:DOBPOT>2.0.CO;2\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GSLH_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GSLH_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GSLH.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GSLH_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GSLH.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/GPM_SLH_V07A_ReleaseNote_20211117.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/GPM_SLH_V06B_ATBD_20200706.pdf\",\"Description\":\"Algorithm + Theoretical Basis Document \",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT + (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\nThe Gridded Orbital Spectral + Latent Heating (3GSLH) products contain latent heating, Q1-QR and Q2 profiles + from DPR raindata.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Dr. + Yukari\",\"LastName\":\"Takayabu\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"The + University of Tokyo\"],\"City\":\"Tokyo\",\"PostalCode\":\"113-0033\",\"Country\":\"Japan\"}],\"ContactMechanisms\":[{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"yukari@ccsr.u-tokyo.ac.jp\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AKaENV_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179301732-GES_DISC\",\"revision-date\":\"2023-07-12T13:38:41.144Z\",\"granule-count\":56779,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AKaENV_07.html\"},\"Publisher\":\"NASA + Goddard Earth Science Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + DPR Ka Environment L2A 1.5 hours 5 km V07\",\"SeriesName\":\"GPM_2AKaENV\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Engineering preprocessor dataset\"},\"ShortName\":\"GPM_2AKaENV\",\"EntryTitle\":\"GPM + DPR Ka Environment L2A 1.5 hours 5 km V07 (GPM_2AKaENV) at GES DISC\",\"Quality\":\"Major + sources of error that have an impact on estimates of surface precipitation + include clutter contamination of near-surface echoes, incorrect identification + of precipitation type (convective/stratiform), and severe attenuation of the + Ka-band data in heavy precipitation. The Ka-only retrieval has limitations + of a single-frequency retrieval with reduced ability to detect water phase + changes with height. This is partially mitigated by the use of external atmospheric + state data from observations and models. The presence of changing topography + (ex.: mountains) presents challenges to the ability of the algorithm to distinguish + between precipitation echo and surface clutter. The Ka frequency undergoes + larger extinction through precipitation, and the dual-frequency retrieval + may be limited to lower-moderate rain rates.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AKaENV.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AKaENV_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AKaENV.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AKaENV_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AKaENV.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n.\\n\\nThis is environmental + data that includes the profiles of atmospheric parameters assumed in the L2 + retrieval algorithm.\\n\\nThe 2AKa algorithm provides precipitation estimates + from the Ka radar of the Dual-Frequency Precipitation Radar on the core GPM + spacecraft. The product contains two swaths of data corresponding to the scans + of the Ka radar. \\n\\nThe first swath contains matched scans (MS), which + are intended to be co-aligned with the Ku-band instantaneous fields of view + (IFOV). The second swath contains the high-sensitivity scans (HS), which are + interleaved between the Ku/Ka-MS swaths. Both swaths are narrow and centered + within the interior of the Ku swath. \\n\\nThis is a single-frequency retrieval + of precipitation; no information from the Ku radar is used. The retrievals + are performed at each radar range bin along the slant path of the radar IFOV + for each swath. This is a single-frequency retrieval that relies on Ka-band + data only. While the 2ADPR dual-frequency retrieval should give better overall + estimates, that algorithm requires co-aligned Ku-band data. This 2AKa product + will be produced independently and would not be impacted by any operational + issues with the Ku-band radar. The high sensitivity to smaller hydrometeors + should result in precipitation estimates in lighter precipitation than the + Ku-only data.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AKa.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AKa_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081525-GES_DISC\",\"revision-date\":\"2023-07-12T13:39:25.454Z\",\"granule-count\":56577,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Toshio + Iguchi, Robert Meneghini\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AKa_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + DPR Ka Precipitation Profile 2A 1.5 hours 5 km V07\",\"SeriesName\":\"GPM_2AKa\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPR/Ka/2A/07\"},\"ShortName\":\"GPM_2AKa\",\"EntryTitle\":\"GPM + DPR Ka Precipitation Profile 2A 1.5 hours 5 km V07 (GPM_2AKa) at GES DISC\",\"Quality\":\"Major + sources of error that have an impact on estimates of surface precipitation + include clutter contamination of near-surface echoes, incorrect identification + of precipitation type (convective/stratiform), and severe attenuation of the + Ka-band data in heavy precipitation.\\n \\n The Ka-only retrieval + has limitations of a single-frequency retrieval with reduced ability to detect + water phase changes with height. This is partially mitigated by the use of + external atmospheric state data from observations and models. The presence + of changing topography (ex.: mountains) presents challenges to the ability + of the algorithm to distinguish between precipitation echo and surface clutter. + The Ka frequency undergoes larger extinction through precipitation, and the + dual-frequency retrieval may be limited to lower-moderate rain rates.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AKa.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AKa.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AKa_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AKa.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AKa.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AKa_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/ATBD_GPM_DPR_n3_dec15.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n The 2AKa algorithm + provides precipitation estimates from the Ka radar of the Dual-Frequency Precipitation + Radar on the core GPM spacecraft. The product contains two swaths of data + corresponding to the scans of the Ka radar. The first swath contains matched + scans (MS), which are intended to be co-aligned with the Ku-band instantaneous + fields of view (IFOV). The second swath contains the high-sensitivity scans + (HS), which are interleaved between the Ku/Ka-MS swaths. Both swaths are narrow + and centered within the interior of the Ku swath. This is a single-frequency + retrieval of precipitation; no information from the Ku radar is used. The + retrievals are performed at each radar range bin along the slant path of the + radar IFOV for each swath.\\n\\t\\n This is a single-frequency retrieval + that relies on Ka-band data only. While the dual-frequency retrieval should + give better overall estimates, that algorithm requires co-aligned Ku-band + data. This 2AKa product will be produced independently and would not be impacted + by any operational issues with the Ku-band radar. The high sensitivity to + smaller hydrometeors should result in precipitation estimates in lighter precipitation + then the Ku-only data.\\n\\n It is important to note the difference between + the single- and the dual-frequency (DF) algorithms. While this 2AKa dataset + is a single-frequency retrieval, the DF algorithm employs both KuPR and KaPR + L1B standard products as inputs. The DF algorithm cannot be executed unless + both L1B products are available. Pixels observed by DPR can be categorized + into three types: pixels in the inner swath of normal scans (observed both + by KuPR and KaPR), pixels in the outer swath of normal scans (observed only + by KuPR), and pixels in the interleaved scans (observed only by KaPR in the + high-sensitivity mode). The KuPR algorithm is executed for pixels in both + inner and outer swaths of normal scans. The KaPR algorithm is executed for + pixels in the inner swath of normal scans and in the interleaved scans. The + DF algorithm is executed for pixels of all the three kinds.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_PRL1KA_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179064667-GES_DISC\",\"revision-date\":\"2023-07-12T15:40:11.087Z\",\"granule-count\":56797,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM DPR Ka-band Received Power L1B 1.5 hours 5 + km V07\",\"SeriesName\":\"GPM_PRL1KA\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_PRL1KA_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Engineering preprocessor dataset\"},\"ShortName\":\"GPM_PRL1KA\",\"EntryTitle\":\"GPM + DPR Ka-band Received Power L1B 1.5 hours 5 km V07 (GPM_PRL1KA) at GES DISC\",\"Quality\":\"The + Tb calibration error is normally less than 0.5 K. See the Introduction to + PPS Data Products on the https://pps.gsfc.nasa.gov documentation web site + for GPM to view the table the NEDT results, with worst-case on-orbit corrections.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Land + Ratio from GPM for 06/15/2016 (GPM_PRL1KA)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPM_PRL1KA_05.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_PRL1KA_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1B/GPM_PRL1KA.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_PRL1KA_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1B/GPM_PRL1KA.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1B/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/ReleaseNote_DPRL1_productV07A_2021117.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07.\\n\\nThis product contains the calibrated + received power from the Ka-band of the Dual-frequency Precipitation Radar + (DPR) aboard the core satellite of the Global Precipitation Measurement (GPM) + mission.\\n\\nOne of the reasons for adding the Ka-band frequency (35.5 GHz) + channel to the DPR is to provide information on the drop-size distribution + that can be obtained from non-Rayleigh scattering effects at the higher frequency. + Another reason for the new Ka-band channel is to provide more accurate estimates + of the phase-transition height in precipitating systems. This information + is very important not only in increasing the accuracy of rain rate estimation + by the DPR itself, but in improving rain estimation by passive microwave radiometers.\\n\\nThe + Ka-band Radar has a more complex scanning geometry, defined by two modes: + Matched (MS) and High-sensitivity (HS). In the first type of scan (MS), the + Ka Radar beams are matched to the central 25 beams of the Ku Radar, providing + a swath of 120 km (within the 245km swath of the Ku Radar). In the second + type of scan (HS), the Ka is operated in the high-sensitivity mode to detect + light rain and snow. In this case, its beams are interlaced within the matched + scan pattern, resulting in 49 cross-track beams which, however, still cover + the 120-km swath. \\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AKuENV_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179301740-GES_DISC\",\"revision-date\":\"2023-07-12T13:37:31.318Z\",\"granule-count\":56814,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AKuENV_07.html\"},\"Publisher\":\"NASA + Goddard Earth Science Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + DPR Ku Environment L2A 1.5 hours 5 km V07\",\"SeriesName\":\"GPM_2AKuENV\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Engineering preprocessor dataset\"},\"ShortName\":\"GPM_2AKuENV\",\"EntryTitle\":\"GPM + DPR Ku Environment L2A 1.5 hours 5 km V07 (GPM_2AKuENV) at GES DISC\",\"Quality\":\"Major + sources of error that have an impact on estimates of surface precipitation + include clutter contamination of near-surface echoes, incorrect identification + of precipitation type (convective/stratiform), and severe attenuation of the + Ka-band data in heavy precipitation. The Ku-only retrieval has limitations + of a single-frequency retrieval with reduced ability to detect water phase + changes with height. This is partially mitigated by the use of external atmospheric + state data from observations and models. The presence of changing topography + (ex: mountains) presents challenges to the ability of the algorithm to distinguish + between precipitation echo and surface clutter. The Ka frequency undergoes + larger extinction through precipitation, and the dual-frequency retrieval + may be limited to lower-moderate rain rates.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AKuENV.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AKuENV_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AKuENV.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AKuENV_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AKuENV.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n.\\n\\nThis is environmental + data that includes the profiles of atmospheric parameters assumed in the L2 + retrieval algorithm. \\n\\nThe 2AKu algorithm provides precipitation estimates + from the Ku radar of the Dual-Frequency Precipitation Radar on the core GPM + spacecraft. The product contains one swath of data corresponding to the scans + of the Ku radar. This is a single-frequency retrieval of precipitation; no + information from the Ka radar is used. The retrievals are performed at each + radar range bin along the slant path of the radar IFOV. This is a single-frequency + retrieval that relies on Ku-band data only. While the 2ADPR dual-frequency + retrieval should give better overall estimates, that algorithm requires co-aligned + Ka-band data. This 2AKu product will be produced independently and would not + be impacted by any operational issues with the Ka-band radar.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AKu.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AKu_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081538-GES_DISC\",\"revision-date\":\"2023-07-12T13:38:05.844Z\",\"granule-count\":56635,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Toshio + Iguchi, Robert Meneghini\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AKu_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + DPR Ku Precipitation Profile 2A 1.5 hours 5 km V07\",\"SeriesName\":\"GPM_2AKu\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPR/Ku/2A/07\"},\"ShortName\":\"GPM_2AKu\",\"EntryTitle\":\"GPM + DPR Ku Precipitation Profile 2A 1.5 hours 5 km V07 (GPM_2AKu) at GES DISC\",\"Quality\":\"Major + sources of error that have an impact on estimates of surface precipitation + include clutter contamination of near-surface echoes, incorrect identification + of precipitation type (convective/stratiform), and severe attenuation of the + Ku-band data in heavy precipitation.\\n \\n The Ku-only retrieval + has limitations of a single-frequency retrieval with reduced ability to detect + water phase changes with height. This is partially mitigated by the use of + external atmospheric state data from observations and models. The presence + of changing topography (ex.: mountains) presents challenges to the ability + of the algorithm to distinguish between precipitation echo and surface clutter. + The Ku frequency undergoes larger extinction through precipitation, and the + dual-frequency retrieval may be limited to lower-moderate rain rates.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AKu.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AKu.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AKu_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AKu.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AKu.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AKu_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/ATBD_GPM_DPR_n3_dec15.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n The 2AKu algorithm + is a single-frequency retrieval that relies on Ku-band data only, and provides + precipitation estimates from the Ku radar of the Dual-Frequency Precipitation + Radar on the core GPM spacecraft. \\n\\n The Ku Level-2A product, 2AKu, + \u201DKu precipitation,\u201D is written as a 1 swath structure. The swath + is NS, normal scans.\\n\\n Since the Ku-band channel of the Dual-Frequency + Precipitaiton Radar (DPR) is very similar to the TRMM PR, the principal challenge + in the development of the DPR level 2 algorithms is to combine the new Ka-band + data with the Ku-band data.\\n\\t\\n It is important to note the difference + between the single- and the dual-frequency (DF) algorithms. While this 2AKu + dataset is a single-frequency retrieval, the DF algorithm employs both KuPR + and KaPR L1B standard products as inputs. The DF algorithm cannot be executed + unless both L1B products are available. Pixels observed by DPR can be categorized + into three types: pixels in the inner swath of normal scans (observed both + by KuPR and KaPR), pixels in the outer swath of normal scans (observed only + by KuPR), and pixels in the interleaved scans (observed only by KaPR in the + high-sensitivity mode). The KuPR algorithm is executed for pixels in both + inner and outer swaths of normal scans. The KaPR algorithm is executed for + pixels in the inner swath of normal scans and in the interleaved scans. The + DF algorithm is executed for pixels of all the three kinds. \\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_PRL1KU_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179064680-GES_DISC\",\"revision-date\":\"2023-07-12T13:28:07.606Z\",\"granule-count\":56870,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM DPR Ku-band Received Power L1B 1.5 hours 5 + km V07\",\"SeriesName\":\"GPM_PRL1KU\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_PRL1KU_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Engineering preprocessor dataset\"},\"ShortName\":\"GPM_PRL1KU\",\"EntryTitle\":\"GPM + DPR Ku-band Received Power L1B 1.5 hours 5 km V07 (GPM_PRL1KU) at GES DISC\",\"Quality\":\"The + Tb calibration error is normally less than 0.5 K. See the Introduction to + PPS Data Products on the https://pps.gsfc.nasa.gov documentation web site + for GPM to view the table the NEDT results, with worst-case on-orbit corrections.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Ocean + Ratio from GPM for 06/15/2016 (GPM_PRL1KU)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPM_PRL1KU_05.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_PRL1KU_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1B/GPM_PRL1KU.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_PRL1KU_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1B/GPM_PRL1KU.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1B/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/ReleaseNote_DPRL1_productV07A_2021117.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07.\\n\\nThis product contains the calibrated + received power from the Ku-band Radar of the Dual-frequency Precipitation + Radar (DPR) aboard the core satellite of the Global Precipitation Measurement + (GPM) mission.\\n\\nThe Ku-radar scan pattern is simpler than that of the + Ka-band Radar, and is similar to the TRMM PR. It only has \\\"Normal Scan\\\" + (NS) swath consisting of 49 footprints cross-track in a scan and the footprint + size is about 5 km in diameter. The scan swath is 245 km. \\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2ADPRENV.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2ADPRENV_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081510-GES_DISC\",\"revision-date\":\"2024-01-10T21:17:04.312Z\",\"granule-count\":56651,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2ADPRENV_07.html\"},\"Publisher\":\"NASA + Goddard Earth Science Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + DPR L2A Environment 1.5 hours 5 km V07\",\"SeriesName\":\"GPM_2ADPRENV\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Engineering preprocessor dataset\"},\"ShortName\":\"GPM_2ADPRENV\",\"EntryTitle\":\"GPM + DPR L2A Environment 1.5 hours 5 km V07 (GPM_2ADPRENV) at GES DISC\",\"Quality\":\"The + presence of changing topography (ex.: mountains) presents challenges to the + ability of the algorithm to distinguish between precipitation echo and surface + clutter. The Ka frequency undergoes larger extinction through precipitation, + and the dual-frequency retrieval may be limited to lower-moderate rain rates. + As the DPR will be the first dual-frequency weather radar flown in space, + dual-frequency retrieval methods will need extensive testing and validation. + Major sources of error that have an impact on estimates of surface precipitation + include clutter contamination of near-surface echoes, incorrect identification + of precipitation type (convective/stratiform), and severe attenuation of the + Ka-band data in heavy precipitation.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2ADPRENV.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2ADPRENV.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2ADPRENV_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2ADPRENV.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2ADPRENV_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2ADPRENV.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/ReleaseNote_DPRL2L3_productV07A_20211117.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n.\\n\\nThis is environmental + data that includes the profiles of atmospheric parameters assumed in the L2 + retrieval algorithm.\\n\\nThis GPM data type provides single- and dual-frequency-derived + precipitation estimates from the Ku and Ka radars of the Dual-Frequency Precipitation + Radar (DPR) on the core GPM spacecraft. The output consists of three main + classes of precipitation products derived from the: \\n+ the Ku-band frequency + over a wide swath (245 km);\\n+ the Ka-band frequency over a narrow swath + (125 km), and\\n+ the dual-frequency data over the narrow swath. \\n\\nThe + Ka-band results are further divided into the standard and high-sensitivity + estimates. In the standard sensitivity mode, the fields of view within the + inner swath are matched to those of the Ku-band. Data from these matched-beam + Ku- and Ka-band fields of view are used to derive the dual-frequency precipitation + products. The retrievals are performed at each radar range bin along the slant + path of the radar instrument field of view (IFOV). \\n\\nThe dual-frequency + retrieval benefits from having co-aligned measurements at Ku- and Ka-bands. + Data from these measurements are used to infer properties of the particle + size distribution, which are expected to lead to improved estimates of rainfall + rate and equivalent liquid water content. Dual-frequency data are expected + to improve the capability to discriminate among water, ice, and mixed-phase + hydrometeors as a function of height. This capability is particularly important + in convective storms where a bright-band signature, associated with mixed-phase + hydrometeors, is usually not detectable. In addition, the different attenuation + rates of the Ku- and Ka-bands allow differential attenuation techniques to + be used to estimate the path integrated attenuation. The high-sensitivity + Ka-band channel is expected to have 6 dB greater sensitivity than the Ku- + and standard Ka-band channels and to provide enhanced detection capabilities + at the light rainfall rates.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3DPRD.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3DPRD_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081590-GES_DISC\",\"revision-date\":\"2023-08-04T14:33:01.504Z\",\"granule-count\":3680,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Toshio + Iguchi, Robert Meneghini\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3DPRD_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + DPR Precipitation Profile 1 Day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3DPRD\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-09T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPR/3A-DAY/07\"},\"ShortName\":\"GPM_3DPRD\",\"EntryTitle\":\"GPM + DPR Precipitation Profile 1 Day 0.25 degree x 0.25 degree V07 (GPM_3DPRD) + at GES DISC\",\"Quality\":\"The results presented in the Level 3 product are + simple conditioned statistics of the Level 2 retrievals. Any errors/limitations + are inherent to the Level 2 retrieval issues already presented.\\n \\n + \ Issues with sampling must be considered when using these data. For the + daily products, the number of measurements in each 0.25-degree box is very + limited. While this is a convenient resolution that can be used to create + larger grids, the values at the 0.25-degree resolution should be used with + caution. The standard deviation is not computed at the daily level for this + very reason.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3DPRD.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3DPRD_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3DPRD_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3DPRD.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3DPRD.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3DPRD_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_DPR_L3_V7.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n. \\n\\nThe precipitation + estimates in the 3DPRD product are a subset of those in the full daily 3DPR + product; the retrieval estimates are the same. Since this is a subset, the + product is smaller, and Level 3 DPR products present the user with summary + information over daily and monthly time periods. These gridded products are + in a convenient gridded form and can be used easily in comparisons with other + satellite and ground data. \\n\\n\\t\\tThe Level 3 DPR joint algorithm subsets + precipitation estimates from the Level 3 daily products. In addition, it adds + time information from Level 2 instantaneous data to give a date/time for the + last measurement in each grid box. The product contains one 0.25 x 25 km grid + with separate indices for the ascending and descending parts of the GPM orbit.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"ROBERT\",\"LastName\":\"MENEGHINI\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5652\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"robert.meneghini-1@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3DPR_ASC.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3DPR_ASC_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081652-GES_DISC\",\"revision-date\":\"2023-08-04T14:31:40.516Z\",\"granule-count\":3679,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Toshio + Iguchi, Robert Meneghini\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3DPR_ASC_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + DPR Precipitation Profile 1 Day Ascending 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3DPR_ASC\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-09T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPR/3A-ASC/07\"},\"ShortName\":\"GPM_3DPR_ASC\",\"EntryTitle\":\"GPM + DPR Precipitation Profile 1 Day Ascending 0.25 degree x 0.25 degree V07 (GPM_3DPR_ASC) + at GES DISC\",\"Quality\":\"The results presented in the Level 3 product are + simple conditioned statistics of the Level 2 retrievals. Any errors/limitations + are inherent to the Level 2 retrieval issues already presented.\\n \\n + \ Issues with sampling must be considered when using these data. For the + daily products, the number of measurements in each 0.25-degree box is very + limited. While this is a convenient resolution that can be used to create + larger grids, the values at the 0.25-degree resolution should be used with + caution. The standard deviation is not computed at the daily level for this + very reason.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3DPR_ASC.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3DPR_ASC_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3DPR_ASC_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3DPR_ASC.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3DPR_ASC.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3DPR_ASC_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_DPR_L3_V7.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n. \\n\\nThe Level 3 DPR + products present the user with summary information over daily and monthly + time periods. These gridded products are in a convenient gridded form and + can be used easily in comparisons with other satellite and ground data.\\n\\n\\t\\tThe + Level 3 DPR algorithm accumulates instantaneous precipitation estimates from + the Level 2 retrieval algorithms into grids over a day and month time span. + There are two grid resolutions: 5.0 degrees and 25 kms. For each grid box, + the core statistics are the number of measurements, mean, and standard deviation. + Most variables are also conditioned on surface type and precipitation type + with other three-dimensional fields adding the height above the ellipsoid. + Unless otherwise specified, the means are conditioned on precipitation being + present (rain rate > 0). For the daily product, the mean square statistic + is saved rather than the standard deviation. In addition to the daily and + monthly products is a simplified joint daily product that contains a subset + of the fields from the full daily product.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"ROBERT\",\"LastName\":\"MENEGHINI\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5652\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"robert.meneghini-1@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3DPR_DES.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3DPR_DES_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081663-GES_DISC\",\"revision-date\":\"2023-08-04T14:32:18.765Z\",\"granule-count\":3679,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Toshio + Iguchi, Robert Meneghini\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3DPR_DES_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + DPR Precipitation Profile 1 Day Descending 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3DPR_DES\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-09T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPR/3A-DES/07\"},\"ShortName\":\"GPM_3DPR_DES\",\"EntryTitle\":\"GPM + DPR Precipitation Profile 1 Day Descending 0.25 degree x 0.25 degree V07 (GPM_3DPR_DES) + at GES DISC\",\"Quality\":\"The results presented in the Level 3 product are + simple conditioned statistics of the Level 2 retrievals. Any errors/limitations + are inherent to the Level 2 retrieval issues already presented.\\n \\n + \ Issues with sampling must be considered when using these data. + For the daily products, the number of measurements in each 0.25-degree box + is very limited. While this is a convenient resolution that can be used to + create larger grids, the values at the 0.25-degree resolution should be used + with caution. The standard deviation is not computed at the daily level for + this very reason.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3DPR_DES.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3DPR_DES_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3DPR_DES_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3DPR_DES.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3DPR_DES_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3DPR_DES.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_DPR_L3_V7.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n. \\n\\nThe Level 3 DPR + algorithm accumulates instantaneous precipitation estimates from the Level + 2 retrieval algorithms into grids over a day and month time span. There are + two grid resolutions: 5.0 degrees and 25 kms. For each grid box, the core + statistics are the number of measurements, mean, and standard deviation. Most + variables are also conditioned on surface type and precipitation type with + other three-dimensional fields adding the height above the ellipsoid. Unless + otherwise specified, the means are conditioned on precipitation being present + (rain rate > 0). For the daily product, the mean square statistic is saved + rather than the standard deviation. In addition to the daily and monthly products + is a simplified joint daily product that contains a subset of the fields from + the full daily product. The Level 3 DPR products present the user with summary + information over daily and monthly time periods. These gridded products are + in a convenient gridded form and can be used easily in comparisons with other + satellite and ground data.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"JOYCE\",\"LastName\":\"CHOU\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6870\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5575\"},{\"Type\":\"Email\",\"Value\":\"helpdesk@pps-mail.nascom.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3DPR.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3DPR_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081580-GES_DISC\",\"revision-date\":\"2023-08-04T14:30:00.678Z\",\"granule-count\":118,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Toshio + Iguchi, Robert Meneghini\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3DPR_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + DPR Precipitation Profile 1 month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3DPR\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-09T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPR/3A-MONTH/07\"},\"ShortName\":\"GPM_3DPR\",\"EntryTitle\":\"GPM + DPR Precipitation Profile 1 month 0.25 degree x 0.25 degree V07 (GPM_3DPR) + at GES DISC\",\"Quality\":\"The presence of changing topography (ex.: mountains) + presents challenges to the ability of the algorithm to distinguish between + precipitation echo and surface clutter. The Ka frequency undergoes larger + extinction through precipitation, and the dual-frequency retrieval may be + limited to lower-moderate rain rates. As the DPR will be the first dual-frequency + weather radar flown in space, dual-frequency retrieval methods will need extensive + testing and validation.\\n \\nMajor sources of error + that have an impact on estimates of surface precipitation include clutter + contamination of near-surface echoes, incorrect identification of precipitation + type (convective/stratiform), and severe attenuation of the Ka-band data in + heavy precipitation.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3DPR.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3DPR_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3DPR_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3DPR.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3DPR.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3DPR_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_DPR_L3_V7.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n. \\n\\nThe Level 3 DPR + products present the user with summary information over daily and monthly + time periods. These gridded products are in a convenient gridded form and + can be used easily in comparisons with other satellite and ground data.\\n\\n + \ The Level 3 DPR algorithm accumulates instantaneous precipitation estimates + from the Level 2 retrieval algorithms into grids over a day and month time + span. There are two grid resolutions: 5.0 degrees and 25 kms. For each grid + box, the core statistics are the number of measurements, mean, and standard + deviation. Most variables are also conditioned on surface type and precipitation + type with other three-dimensional fields adding the height above the ellipsoid. + Unless otherwise specified, the means are conditioned on precipitation being + present (rain rate > 0). For the daily product, the mean square statistic + is saved rather than the standard deviation. In addition to the daily and + monthly products is a simplified joint daily product that contains a subset + of the fields from the full daily product.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"JOYCE\",\"LastName\":\"CHOU\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6870\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5575\"},{\"Type\":\"Email\",\"Value\":\"helpdesk@pps-mail.nascom.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2758121925-GES_DISC\",\"V2758120169-GES_DISC\",\"V2758122685-GES_DISC\",\"V2758120059-GES_DISC\",\"V2756969460-GES_DISC\",\"V2758122055-GES_DISC\",\"V2758121160-GES_DISC\",\"V2758122784-GES_DISC\",\"V2758120472-GES_DISC\",\"V2756976966-GES_DISC\",\"V2758120380-GES_DISC\",\"V2758122751-GES_DISC\",\"V2758120419-GES_DISC\",\"V2758120643-GES_DISC\",\"V2758120568-GES_DISC\",\"V2758119794-GES_DISC\",\"V2758119925-GES_DISC\",\"V2758122159-GES_DISC\",\"V2758119721-GES_DISC\",\"V2758120770-GES_DISC\",\"V2756970316-GES_DISC\",\"V2758122667-GES_DISC\",\"V2756977769-GES_DISC\",\"V2758119650-GES_DISC\",\"V2758119682-GES_DISC\",\"V2758120966-GES_DISC\",\"V2758122132-GES_DISC\",\"V2758120684-GES_DISC\",\"V2756974558-GES_DISC\",\"V2758120896-GES_DISC\",\"V2758120686-GES_DISC\",\"V2758120831-GES_DISC\",\"V2758120614-GES_DISC\",\"V2758121901-GES_DISC\",\"V2758121815-GES_DISC\",\"V2758122428-GES_DISC\",\"V2758120620-GES_DISC\",\"V2758119693-GES_DISC\",\"V2758120143-GES_DISC\",\"V2758122539-GES_DISC\",\"V2756966958-GES_DISC\",\"V2758121862-GES_DISC\",\"V2758121865-GES_DISC\",\"V2758119609-GES_DISC\",\"V2758121182-GES_DISC\",\"V2758122286-GES_DISC\",\"V2758121565-GES_DISC\",\"V2758120530-GES_DISC\",\"V2756968508-GES_DISC\",\"V2758120898-GES_DISC\",\"V2758119907-GES_DISC\",\"V2758120329-GES_DISC\",\"V2758120082-GES_DISC\",\"V2758121783-GES_DISC\",\"V2758122725-GES_DISC\",\"V2758122398-GES_DISC\",\"V2758121375-GES_DISC\",\"V2758121048-GES_DISC\",\"V2758121927-GES_DISC\",\"V2758122406-GES_DISC\",\"V2758122319-GES_DISC\",\"V2758122381-GES_DISC\",\"V2758121177-GES_DISC\",\"V2758119807-GES_DISC\",\"V2758119601-GES_DISC\",\"V2756969221-GES_DISC\",\"V2758121966-GES_DISC\",\"V2758119605-GES_DISC\",\"V2758122173-GES_DISC\",\"V2758121069-GES_DISC\",\"V2758120522-GES_DISC\",\"V2758122424-GES_DISC\",\"V2758120215-GES_DISC\",\"V2758120869-GES_DISC\",\"V2758120340-GES_DISC\",\"V2758120396-GES_DISC\",\"V2758119664-GES_DISC\",\"V2758120964-GES_DISC\",\"V2758121072-GES_DISC\",\"V2758120310-GES_DISC\",\"V2756967016-GES_DISC\",\"V2756978602-GES_DISC\",\"V2758119836-GES_DISC\",\"V2758120069-GES_DISC\",\"V2756973744-GES_DISC\",\"V2758121912-GES_DISC\",\"V2758122376-GES_DISC\",\"V2758122699-GES_DISC\",\"V2758121978-GES_DISC\",\"V2758120671-GES_DISC\",\"V2758120099-GES_DISC\",\"V2758119944-GES_DISC\",\"V2758122119-GES_DISC\",\"V2758119680-GES_DISC\",\"V2758121693-GES_DISC\",\"V2758122329-GES_DISC\",\"V2758122049-GES_DISC\",\"V2758121054-GES_DISC\",\"V2758121833-GES_DISC\",\"V2756977083-GES_DISC\",\"V2758122306-GES_DISC\",\"V2758120124-GES_DISC\",\"V2758120416-GES_DISC\",\"V2758122394-GES_DISC\",\"V2758121957-GES_DISC\",\"V2758122473-GES_DISC\",\"V2758121324-GES_DISC\",\"V2758122313-GES_DISC\",\"V2756977452-GES_DISC\",\"V2758120637-GES_DISC\",\"V2758120818-GES_DISC\",\"V2758120940-GES_DISC\",\"V2758122710-GES_DISC\",\"V2758120690-GES_DISC\",\"V2758121737-GES_DISC\",\"V2758119716-GES_DISC\",\"V2758121896-GES_DISC\",\"V2758119804-GES_DISC\",\"V2758122412-GES_DISC\",\"V2758121613-GES_DISC\",\"V2758120968-GES_DISC\",\"V2758119671-GES_DISC\",\"V2758120430-GES_DISC\",\"V2758119840-GES_DISC\",\"V2758121318-GES_DISC\",\"V2758120307-GES_DISC\",\"V2758120854-GES_DISC\",\"V2758122430-GES_DISC\",\"V2758122083-GES_DISC\",\"V2758121089-GES_DISC\",\"V2758121333-GES_DISC\",\"V2756970120-GES_DISC\",\"V2756972110-GES_DISC\",\"V2756968801-GES_DISC\",\"V2758120948-GES_DISC\",\"V2758121884-GES_DISC\",\"V2758122336-GES_DISC\",\"V2758120924-GES_DISC\",\"V2758121120-GES_DISC\",\"V2758121363-GES_DISC\",\"V2756970139-GES_DISC\",\"V2756971744-GES_DISC\",\"V2758120423-GES_DISC\",\"V2758120108-GES_DISC\",\"V2756970242-GES_DISC\",\"V2758122780-GES_DISC\",\"V2758121644-GES_DISC\",\"V2758121823-GES_DISC\",\"V2758121303-GES_DISC\",\"V2756969625-GES_DISC\",\"V2758121284-GES_DISC\",\"V2756969574-GES_DISC\",\"V2758122189-GES_DISC\",\"V2758120918-GES_DISC\",\"V2758121172-GES_DISC\",\"V2758119707-GES_DISC\",\"V2758122468-GES_DISC\",\"V2758120790-GES_DISC\",\"V2758119642-GES_DISC\",\"V2758121370-GES_DISC\",\"V2758120238-GES_DISC\",\"V2758121905-GES_DISC\",\"V2758121954-GES_DISC\",\"V2758120278-GES_DISC\",\"V2758120351-GES_DISC\",\"V2758120550-GES_DISC\",\"V2758119783-GES_DISC\",\"V2758120552-GES_DISC\",\"V2758122455-GES_DISC\",\"V2758120353-GES_DISC\",\"V2758120842-GES_DISC\",\"V2758122719-GES_DISC\",\"V2758119678-GES_DISC\",\"V2758121281-GES_DISC\",\"V2758119823-GES_DISC\",\"V2758122155-GES_DISC\",\"V2758119607-GES_DISC\",\"V2756974726-GES_DISC\",\"V2758122374-GES_DISC\",\"V2758122164-GES_DISC\",\"V2758119799-GES_DISC\",\"V2758120640-GES_DISC\",\"V2756969006-GES_DISC\",\"V2758121103-GES_DISC\",\"V2758121264-GES_DISC\",\"V2758120721-GES_DISC\",\"V2758120545-GES_DISC\",\"V2758121034-GES_DISC\",\"V2756968751-GES_DISC\",\"V2758121893-GES_DISC\",\"V2758119577-GES_DISC\",\"V2758121211-GES_DISC\",\"V2758121776-GES_DISC\",\"V2756977689-GES_DISC\",\"V2756977565-GES_DISC\",\"V2756971460-GES_DISC\",\"V2758120488-GES_DISC\",\"V2758121342-GES_DISC\",\"V2758119842-GES_DISC\",\"V2758120022-GES_DISC\",\"V2758121256-GES_DISC\",\"V2758119667-GES_DISC\",\"V2758119757-GES_DISC\",\"V2758119659-GES_DISC\",\"V2758120861-GES_DISC\",\"V2758122357-GES_DISC\",\"V2758122157-GES_DISC\",\"V2758121315-GES_DISC\",\"V2756967097-GES_DISC\",\"V2758120510-GES_DISC\",\"V2758122296-GES_DISC\",\"V2758120349-GES_DISC\",\"V2756976647-GES_DISC\",\"V2758121020-GES_DISC\",\"V2758121931-GES_DISC\",\"V2758119598-GES_DISC\",\"V2756968010-GES_DISC\",\"V2758120365-GES_DISC\",\"V2758119871-GES_DISC\",\"V2756970559-GES_DISC\",\"V2756968532-GES_DISC\",\"V2758122734-GES_DISC\",\"V2758119810-GES_DISC\",\"V2756971381-GES_DISC\",\"V2758121131-GES_DISC\",\"V2756973783-GES_DISC\",\"V2758120454-GES_DISC\",\"V2758120746-GES_DISC\",\"V2758121059-GES_DISC\",\"V2756976609-GES_DISC\",\"V2758121976-GES_DISC\",\"V2756967336-GES_DISC\",\"V2756977429-GES_DISC\",\"V2758122283-GES_DISC\",\"V2758121929-GES_DISC\",\"V2758120821-GES_DISC\",\"V2758120970-GES_DISC\",\"V2756969594-GES_DISC\",\"V2758122004-GES_DISC\",\"V2758120583-GES_DISC\",\"V2758120273-GES_DISC\",\"V2758122279-GES_DISC\",\"V2758119696-GES_DISC\",\"V2758120133-GES_DISC\",\"V2758121408-GES_DISC\",\"V2758121305-GES_DISC\",\"V2758121402-GES_DISC\",\"V2758119759-GES_DISC\",\"V2758122742-GES_DISC\",\"V2756973352-GES_DISC\",\"V2758119630-GES_DISC\",\"V2758120528-GES_DISC\",\"V2758119862-GES_DISC\",\"V2758119626-GES_DISC\",\"V2758122606-GES_DISC\",\"V2756974053-GES_DISC\",\"V2756966750-GES_DISC\",\"V2758121878-GES_DISC\",\"V2758122077-GES_DISC\",\"V2756973912-GES_DISC\",\"V2758122309-GES_DISC\",\"V2758120119-GES_DISC\",\"V2758122161-GES_DISC\",\"V2758122787-GES_DISC\",\"V2758121619-GES_DISC\",\"V2758122300-GES_DISC\",\"V2758122362-GES_DISC\",\"V2758122481-GES_DISC\",\"V2758121002-GES_DISC\",\"V2758122680-GES_DISC\",\"V2756976866-GES_DISC\",\"V2758120557-GES_DISC\",\"V2758122414-GES_DISC\",\"V2758121046-GES_DISC\",\"V2758119957-GES_DISC\",\"V2756976431-GES_DISC\",\"V2758119894-GES_DISC\",\"V2758120981-GES_DISC\",\"V2758119572-GES_DISC\",\"V2758121990-GES_DISC\",\"V2758121164-GES_DISC\"],\"services\":[\"S1962070864-POCLOUD\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2ADPR.07/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GPM_2ADPR_07\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2758121925-GES_DISC\"},{\"concept-id\":\"V2758120169-GES_DISC\"},{\"concept-id\":\"V2758122685-GES_DISC\"},{\"concept-id\":\"V2758120059-GES_DISC\"},{\"concept-id\":\"V2756969460-GES_DISC\"},{\"concept-id\":\"V2758122055-GES_DISC\"},{\"concept-id\":\"V2758121160-GES_DISC\"},{\"concept-id\":\"V2758122784-GES_DISC\"},{\"concept-id\":\"V2758120472-GES_DISC\"},{\"concept-id\":\"V2756976966-GES_DISC\"},{\"concept-id\":\"V2758120380-GES_DISC\"},{\"concept-id\":\"V2758122751-GES_DISC\"},{\"concept-id\":\"V2758120419-GES_DISC\"},{\"concept-id\":\"V2758120643-GES_DISC\"},{\"concept-id\":\"V2758120568-GES_DISC\"},{\"concept-id\":\"V2758119794-GES_DISC\"},{\"concept-id\":\"V2758119925-GES_DISC\"},{\"concept-id\":\"V2758122159-GES_DISC\"},{\"concept-id\":\"V2758119721-GES_DISC\"},{\"concept-id\":\"V2758120770-GES_DISC\"},{\"concept-id\":\"V2756970316-GES_DISC\"},{\"concept-id\":\"V2758122667-GES_DISC\"},{\"concept-id\":\"V2756977769-GES_DISC\"},{\"concept-id\":\"V2758119650-GES_DISC\"},{\"concept-id\":\"V2758119682-GES_DISC\"},{\"concept-id\":\"V2758120966-GES_DISC\"},{\"concept-id\":\"V2758122132-GES_DISC\"},{\"concept-id\":\"V2758120684-GES_DISC\"},{\"concept-id\":\"V2756974558-GES_DISC\"},{\"concept-id\":\"V2758120896-GES_DISC\"},{\"concept-id\":\"V2758120686-GES_DISC\"},{\"concept-id\":\"V2758120831-GES_DISC\"},{\"concept-id\":\"V2758120614-GES_DISC\"},{\"concept-id\":\"V2758121901-GES_DISC\"},{\"concept-id\":\"V2758121815-GES_DISC\"},{\"concept-id\":\"V2758122428-GES_DISC\"},{\"concept-id\":\"V2758120620-GES_DISC\"},{\"concept-id\":\"V2758119693-GES_DISC\"},{\"concept-id\":\"V2758120143-GES_DISC\"},{\"concept-id\":\"V2758122539-GES_DISC\"},{\"concept-id\":\"V2756966958-GES_DISC\"},{\"concept-id\":\"V2758121862-GES_DISC\"},{\"concept-id\":\"V2758121865-GES_DISC\"},{\"concept-id\":\"V2758119609-GES_DISC\"},{\"concept-id\":\"V2758121182-GES_DISC\"},{\"concept-id\":\"V2758122286-GES_DISC\"},{\"concept-id\":\"V2758121565-GES_DISC\"},{\"concept-id\":\"V2758120530-GES_DISC\"},{\"concept-id\":\"V2756968508-GES_DISC\"},{\"concept-id\":\"V2758120898-GES_DISC\"},{\"concept-id\":\"V2758119907-GES_DISC\"},{\"concept-id\":\"V2758120329-GES_DISC\"},{\"concept-id\":\"V2758120082-GES_DISC\"},{\"concept-id\":\"V2758121783-GES_DISC\"},{\"concept-id\":\"V2758122725-GES_DISC\"},{\"concept-id\":\"V2758122398-GES_DISC\"},{\"concept-id\":\"V2758121375-GES_DISC\"},{\"concept-id\":\"V2758121048-GES_DISC\"},{\"concept-id\":\"V2758121927-GES_DISC\"},{\"concept-id\":\"V2758122406-GES_DISC\"},{\"concept-id\":\"V2758122319-GES_DISC\"},{\"concept-id\":\"V2758122381-GES_DISC\"},{\"concept-id\":\"V2758121177-GES_DISC\"},{\"concept-id\":\"V2758119807-GES_DISC\"},{\"concept-id\":\"V2758119601-GES_DISC\"},{\"concept-id\":\"V2756969221-GES_DISC\"},{\"concept-id\":\"V2758121966-GES_DISC\"},{\"concept-id\":\"V2758119605-GES_DISC\"},{\"concept-id\":\"V2758122173-GES_DISC\"},{\"concept-id\":\"V2758121069-GES_DISC\"},{\"concept-id\":\"V2758120522-GES_DISC\"},{\"concept-id\":\"V2758122424-GES_DISC\"},{\"concept-id\":\"V2758120215-GES_DISC\"},{\"concept-id\":\"V2758120869-GES_DISC\"},{\"concept-id\":\"V2758120340-GES_DISC\"},{\"concept-id\":\"V2758120396-GES_DISC\"},{\"concept-id\":\"V2758119664-GES_DISC\"},{\"concept-id\":\"V2758120964-GES_DISC\"},{\"concept-id\":\"V2758121072-GES_DISC\"},{\"concept-id\":\"V2758120310-GES_DISC\"},{\"concept-id\":\"V2756967016-GES_DISC\"},{\"concept-id\":\"V2756978602-GES_DISC\"},{\"concept-id\":\"V2758119836-GES_DISC\"},{\"concept-id\":\"V2758120069-GES_DISC\"},{\"concept-id\":\"V2756973744-GES_DISC\"},{\"concept-id\":\"V2758121912-GES_DISC\"},{\"concept-id\":\"V2758122376-GES_DISC\"},{\"concept-id\":\"V2758122699-GES_DISC\"},{\"concept-id\":\"V2758121978-GES_DISC\"},{\"concept-id\":\"V2758120671-GES_DISC\"},{\"concept-id\":\"V2758120099-GES_DISC\"},{\"concept-id\":\"V2758119944-GES_DISC\"},{\"concept-id\":\"V2758122119-GES_DISC\"},{\"concept-id\":\"V2758119680-GES_DISC\"},{\"concept-id\":\"V2758121693-GES_DISC\"},{\"concept-id\":\"V2758122329-GES_DISC\"},{\"concept-id\":\"V2758122049-GES_DISC\"},{\"concept-id\":\"V2758121054-GES_DISC\"},{\"concept-id\":\"V2758121833-GES_DISC\"},{\"concept-id\":\"V2756977083-GES_DISC\"},{\"concept-id\":\"V2758122306-GES_DISC\"},{\"concept-id\":\"V2758120124-GES_DISC\"},{\"concept-id\":\"V2758120416-GES_DISC\"},{\"concept-id\":\"V2758122394-GES_DISC\"},{\"concept-id\":\"V2758121957-GES_DISC\"},{\"concept-id\":\"V2758122473-GES_DISC\"},{\"concept-id\":\"V2758121324-GES_DISC\"},{\"concept-id\":\"V2758122313-GES_DISC\"},{\"concept-id\":\"V2756977452-GES_DISC\"},{\"concept-id\":\"V2758120637-GES_DISC\"},{\"concept-id\":\"V2758120818-GES_DISC\"},{\"concept-id\":\"V2758120940-GES_DISC\"},{\"concept-id\":\"V2758122710-GES_DISC\"},{\"concept-id\":\"V2758120690-GES_DISC\"},{\"concept-id\":\"V2758121737-GES_DISC\"},{\"concept-id\":\"V2758119716-GES_DISC\"},{\"concept-id\":\"V2758121896-GES_DISC\"},{\"concept-id\":\"V2758119804-GES_DISC\"},{\"concept-id\":\"V2758122412-GES_DISC\"},{\"concept-id\":\"V2758121613-GES_DISC\"},{\"concept-id\":\"V2758120968-GES_DISC\"},{\"concept-id\":\"V2758119671-GES_DISC\"},{\"concept-id\":\"V2758120430-GES_DISC\"},{\"concept-id\":\"V2758119840-GES_DISC\"},{\"concept-id\":\"V2758121318-GES_DISC\"},{\"concept-id\":\"V2758120307-GES_DISC\"},{\"concept-id\":\"V2758120854-GES_DISC\"},{\"concept-id\":\"V2758122430-GES_DISC\"},{\"concept-id\":\"V2758122083-GES_DISC\"},{\"concept-id\":\"V2758121089-GES_DISC\"},{\"concept-id\":\"V2758121333-GES_DISC\"},{\"concept-id\":\"V2756970120-GES_DISC\"},{\"concept-id\":\"V2756972110-GES_DISC\"},{\"concept-id\":\"V2756968801-GES_DISC\"},{\"concept-id\":\"V2758120948-GES_DISC\"},{\"concept-id\":\"V2758121884-GES_DISC\"},{\"concept-id\":\"V2758122336-GES_DISC\"},{\"concept-id\":\"V2758120924-GES_DISC\"},{\"concept-id\":\"V2758121120-GES_DISC\"},{\"concept-id\":\"V2758121363-GES_DISC\"},{\"concept-id\":\"V2756970139-GES_DISC\"},{\"concept-id\":\"V2756971744-GES_DISC\"},{\"concept-id\":\"V2758120423-GES_DISC\"},{\"concept-id\":\"V2758120108-GES_DISC\"},{\"concept-id\":\"V2756970242-GES_DISC\"},{\"concept-id\":\"V2758122780-GES_DISC\"},{\"concept-id\":\"V2758121644-GES_DISC\"},{\"concept-id\":\"V2758121823-GES_DISC\"},{\"concept-id\":\"V2758121303-GES_DISC\"},{\"concept-id\":\"V2756969625-GES_DISC\"},{\"concept-id\":\"V2758121284-GES_DISC\"},{\"concept-id\":\"V2756969574-GES_DISC\"},{\"concept-id\":\"V2758122189-GES_DISC\"},{\"concept-id\":\"V2758120918-GES_DISC\"},{\"concept-id\":\"V2758121172-GES_DISC\"},{\"concept-id\":\"V2758119707-GES_DISC\"},{\"concept-id\":\"V2758122468-GES_DISC\"},{\"concept-id\":\"V2758120790-GES_DISC\"},{\"concept-id\":\"V2758119642-GES_DISC\"},{\"concept-id\":\"V2758121370-GES_DISC\"},{\"concept-id\":\"V2758120238-GES_DISC\"},{\"concept-id\":\"V2758121905-GES_DISC\"},{\"concept-id\":\"V2758121954-GES_DISC\"},{\"concept-id\":\"V2758120278-GES_DISC\"},{\"concept-id\":\"V2758120351-GES_DISC\"},{\"concept-id\":\"V2758120550-GES_DISC\"},{\"concept-id\":\"V2758119783-GES_DISC\"},{\"concept-id\":\"V2758120552-GES_DISC\"},{\"concept-id\":\"V2758122455-GES_DISC\"},{\"concept-id\":\"V2758120353-GES_DISC\"},{\"concept-id\":\"V2758120842-GES_DISC\"},{\"concept-id\":\"V2758122719-GES_DISC\"},{\"concept-id\":\"V2758119678-GES_DISC\"},{\"concept-id\":\"V2758121281-GES_DISC\"},{\"concept-id\":\"V2758119823-GES_DISC\"},{\"concept-id\":\"V2758122155-GES_DISC\"},{\"concept-id\":\"V2758119607-GES_DISC\"},{\"concept-id\":\"V2756974726-GES_DISC\"},{\"concept-id\":\"V2758122374-GES_DISC\"},{\"concept-id\":\"V2758122164-GES_DISC\"},{\"concept-id\":\"V2758119799-GES_DISC\"},{\"concept-id\":\"V2758120640-GES_DISC\"},{\"concept-id\":\"V2756969006-GES_DISC\"},{\"concept-id\":\"V2758121103-GES_DISC\"},{\"concept-id\":\"V2758121264-GES_DISC\"},{\"concept-id\":\"V2758120721-GES_DISC\"},{\"concept-id\":\"V2758120545-GES_DISC\"},{\"concept-id\":\"V2758121034-GES_DISC\"},{\"concept-id\":\"V2756968751-GES_DISC\"},{\"concept-id\":\"V2758121893-GES_DISC\"},{\"concept-id\":\"V2758119577-GES_DISC\"},{\"concept-id\":\"V2758121211-GES_DISC\"},{\"concept-id\":\"V2758121776-GES_DISC\"},{\"concept-id\":\"V2756977689-GES_DISC\"},{\"concept-id\":\"V2756977565-GES_DISC\"},{\"concept-id\":\"V2756971460-GES_DISC\"},{\"concept-id\":\"V2758120488-GES_DISC\"},{\"concept-id\":\"V2758121342-GES_DISC\"},{\"concept-id\":\"V2758119842-GES_DISC\"},{\"concept-id\":\"V2758120022-GES_DISC\"},{\"concept-id\":\"V2758121256-GES_DISC\"},{\"concept-id\":\"V2758119667-GES_DISC\"},{\"concept-id\":\"V2758119757-GES_DISC\"},{\"concept-id\":\"V2758119659-GES_DISC\"},{\"concept-id\":\"V2758120861-GES_DISC\"},{\"concept-id\":\"V2758122357-GES_DISC\"},{\"concept-id\":\"V2758122157-GES_DISC\"},{\"concept-id\":\"V2758121315-GES_DISC\"},{\"concept-id\":\"V2756967097-GES_DISC\"},{\"concept-id\":\"V2758120510-GES_DISC\"},{\"concept-id\":\"V2758122296-GES_DISC\"},{\"concept-id\":\"V2758120349-GES_DISC\"},{\"concept-id\":\"V2756976647-GES_DISC\"},{\"concept-id\":\"V2758121020-GES_DISC\"},{\"concept-id\":\"V2758121931-GES_DISC\"},{\"concept-id\":\"V2758119598-GES_DISC\"},{\"concept-id\":\"V2756968010-GES_DISC\"},{\"concept-id\":\"V2758120365-GES_DISC\"},{\"concept-id\":\"V2758119871-GES_DISC\"},{\"concept-id\":\"V2756970559-GES_DISC\"},{\"concept-id\":\"V2756968532-GES_DISC\"},{\"concept-id\":\"V2758122734-GES_DISC\"},{\"concept-id\":\"V2758119810-GES_DISC\"},{\"concept-id\":\"V2756971381-GES_DISC\"},{\"concept-id\":\"V2758121131-GES_DISC\"},{\"concept-id\":\"V2756973783-GES_DISC\"},{\"concept-id\":\"V2758120454-GES_DISC\"},{\"concept-id\":\"V2758120746-GES_DISC\"},{\"concept-id\":\"V2758121059-GES_DISC\"},{\"concept-id\":\"V2756976609-GES_DISC\"},{\"concept-id\":\"V2758121976-GES_DISC\"},{\"concept-id\":\"V2756967336-GES_DISC\"},{\"concept-id\":\"V2756977429-GES_DISC\"},{\"concept-id\":\"V2758122283-GES_DISC\"},{\"concept-id\":\"V2758121929-GES_DISC\"},{\"concept-id\":\"V2758120821-GES_DISC\"},{\"concept-id\":\"V2758120970-GES_DISC\"},{\"concept-id\":\"V2756969594-GES_DISC\"},{\"concept-id\":\"V2758122004-GES_DISC\"},{\"concept-id\":\"V2758120583-GES_DISC\"},{\"concept-id\":\"V2758120273-GES_DISC\"},{\"concept-id\":\"V2758122279-GES_DISC\"},{\"concept-id\":\"V2758119696-GES_DISC\"},{\"concept-id\":\"V2758120133-GES_DISC\"},{\"concept-id\":\"V2758121408-GES_DISC\"},{\"concept-id\":\"V2758121305-GES_DISC\"},{\"concept-id\":\"V2758121402-GES_DISC\"},{\"concept-id\":\"V2758119759-GES_DISC\"},{\"concept-id\":\"V2758122742-GES_DISC\"},{\"concept-id\":\"V2756973352-GES_DISC\"},{\"concept-id\":\"V2758119630-GES_DISC\"},{\"concept-id\":\"V2758120528-GES_DISC\"},{\"concept-id\":\"V2758119862-GES_DISC\"},{\"concept-id\":\"V2758119626-GES_DISC\"},{\"concept-id\":\"V2758122606-GES_DISC\"},{\"concept-id\":\"V2756974053-GES_DISC\"},{\"concept-id\":\"V2756966750-GES_DISC\"},{\"concept-id\":\"V2758121878-GES_DISC\"},{\"concept-id\":\"V2758122077-GES_DISC\"},{\"concept-id\":\"V2756973912-GES_DISC\"},{\"concept-id\":\"V2758122309-GES_DISC\"},{\"concept-id\":\"V2758120119-GES_DISC\"},{\"concept-id\":\"V2758122161-GES_DISC\"},{\"concept-id\":\"V2758122787-GES_DISC\"},{\"concept-id\":\"V2758121619-GES_DISC\"},{\"concept-id\":\"V2758122300-GES_DISC\"},{\"concept-id\":\"V2758122362-GES_DISC\"},{\"concept-id\":\"V2758122481-GES_DISC\"},{\"concept-id\":\"V2758121002-GES_DISC\"},{\"concept-id\":\"V2758122680-GES_DISC\"},{\"concept-id\":\"V2756976866-GES_DISC\"},{\"concept-id\":\"V2758120557-GES_DISC\"},{\"concept-id\":\"V2758122414-GES_DISC\"},{\"concept-id\":\"V2758121046-GES_DISC\"},{\"concept-id\":\"V2758119957-GES_DISC\"},{\"concept-id\":\"V2756976431-GES_DISC\"},{\"concept-id\":\"V2758119894-GES_DISC\"},{\"concept-id\":\"V2758120981-GES_DISC\"},{\"concept-id\":\"V2758119572-GES_DISC\"},{\"concept-id\":\"V2758121990-GES_DISC\"},{\"concept-id\":\"V2758121164-GES_DISC\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2179081499-GES_DISC\",\"revision-date\":\"2023-07-12T14:56:47.106Z\",\"granule-count\":56442,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Toshio + Iguchi, Robert Meneghini\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2ADPR_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + DPR Precipitation Profile L2A 1.5 hours 5 km V07\",\"SeriesName\":\"GPM_2ADPR\",\"ReleaseDate\":\"2021-12-10T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPR/GPM/2A/07\"},\"ShortName\":\"GPM_2ADPR\",\"EntryTitle\":\"GPM + DPR Precipitation Profile L2A 1.5 hours 5 km V07 (GPM_2ADPR) at GES DISC\",\"Quality\":\"The + presence of changing topography (ex.: mountains) presents challenges to the + ability of the algorithm to distinguish between precipitation echo and surface + clutter. The Ka frequency undergoes larger extinction through precipitation, + and the dual-frequency retrieval may be limited to lower-moderate rain rates. + As the DPR will be the first dual-frequency weather radar flown in space, + dual-frequency retrieval methods will need extensive testing and validation.\\n + \ \\nMajor sources of error that have an impact on + estimates of surface precipitation include clutter contamination of near-surface + echoes, incorrect identification of precipitation type (convective/stratiform), + and severe attenuation of the Ka-band data in heavy precipitation.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2ADPR.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2ADPR.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2ADPR_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2ADPR.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2ADPR.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2ADPR_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_DPR_V07A.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/ReleaseNote_DPRL2L3_productV07A_20211117.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/DPR_L2_variables_20101128.xls\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-12-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n.\\n\\n2ADPR provides + single- and dual-frequency-derived precipitation estimates from the Ku and + Ka radars of the Dual-Frequency Precipitation Radar (DPR) on the core GPM + spacecraft. The output consists of three main classes of precipitation products: + those derived from the Ku-band frequency over a wide swath (245 km), those + derived from the Ka-band frequency over a narrow swath (125 km), and those + derived from the dual-frequency data over the narrow swath. The Ka-band results + are further divided into the standard and high-sensitivity estimates. In the + standard sensitivity mode, the fields of view within the inner swath are matched + to those of the Ku-band. Data from these matched-beam Ku- and Ka-band fields + of view are used to derive the dual-frequency precipitation products. The + retrievals are performed at each radar range bin along the slant path of the + radar instrument field of view (IFOV).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T11:52:12.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"JOYCE\",\"LastName\":\"CHOU\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6870\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5575\"},{\"Type\":\"Email\",\"Value\":\"helpdesk@pps-mail.nascom.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2HSLH.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2HSLH_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081549-GES_DISC\",\"revision-date\":\"2024-01-25T21:53:00.453Z\",\"granule-count\":56726,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM DPR Spectral Latent Heating Profiles L2 1.5 + hours 5 km V07\",\"SeriesName\":\"GPM_2HSLH\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2HSLH_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPR/SLH/2H/07\"},\"ShortName\":\"GPM_2HSLH\",\"EntryTitle\":\"GPM + DPR Spectral Latent Heating Profiles L2 1.5 hours 5 km V07 (GPM_2HSLH) at + GES DISC\",\"PublicationReferences\":[{\"Author\":\"TAKAYABU, Y. N.\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Observing + rainfall regimes using TRMM PR and LIS data.\",\"Series\":\"GEWEX News\",\"Volume\":\"18\",\"Pages\":\"9\u201310\"},{\"Author\":\"Takayabu, + Y. N., S. Shige, W.-K. Tao, and N. Hirota\",\"PublicationDate\":\"2010-01-01T00:00:00.000Z\",\"Title\":\"Shallow + and Deep Latent Heating Modes over Tropical Oceans Observed with TRMM PR Spectral + Latent Heating Data. \",\"Series\":\"J. Climate\",\"Volume\":\"23 \",\"Pages\":\"2030\u20132046\",\"DOI\":{\"DOI\":\"10.1175/2009JCLI3110.1\"}},{\"Author\":\"Yanai, + M., S. Esbensen, and J.-H. Chu\",\"PublicationDate\":\"1973-01-01T00:00:00.000Z\",\"Title\":\"Determination + of Bulk Properties of Tropical Cloud Clusters from Large-Scale Heat and Moisture + Budgets. \",\"Series\":\"J. Atmos. Sci.\",\"Volume\":\"30\",\"Pages\":\"611\u2013627\",\"DOI\":{\"DOI\":\"10.1175/1520-0469(1973)030<0611:DOBPOT>2.0.CO;2\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2HSLH.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2HSLH.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2HSLH_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2HSLH.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2HSLH_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2HSLH.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/GPM_SLH_V07A_ReleaseNote_20211117.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/GPM_SLH_V06B_ATBD_20200706.pdf\",\"Description\":\"Algorithm + Theoretical Basis Document \",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT + (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 6B of these data were introduced in July, 2020. Please, see documentation + tab for release notes.\\n\\n Latent heating variables are retrieved utilizing + two separate algorithms for tropics and for mid-latitudes. First, location + of each GPM KuPR pixel is assigned to either tropics or mid-latitudes, depending + on monthly maps of precipitation types determined in a similar manner as described + in Takayabu (2008). Then, three dimensional convective latent heating are + retrieved, Q1-QR (Q1R), and Q2, applying either tropical/mid-latitude algorithms + to precipitation data observed from GPM DPR (KuPR). Here, Q1 and Q2 are apparent + heat source and apparent moisture sink, respectively, introduced by Yanai + et al. (1973), and QR is radiative heating of the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Dr. + Yukari\",\"LastName\":\"Takayabu\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"The + University of Tokyo\"],\"City\":\"Tokyo\",\"PostalCode\":\"113-0033\",\"Country\":\"Japan\"}],\"ContactMechanisms\":[{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"yukari@ccsr.u-tokyo.ac.jp\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3HSLH_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081641-GES_DISC\",\"revision-date\":\"2023-08-04T15:11:09.233Z\",\"granule-count\":3666,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM DPR Spectral Latent Heating Profiles L3 1 day + 0.5 degree x 0.5 degree V07\",\"SeriesName\":\"GPM_3HSLH_DAY\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3HSLH_DAY_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-09T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPR/SLH/3A-DAY/07\"},\"ShortName\":\"GPM_3HSLH_DAY\",\"EntryTitle\":\"GPM + DPR Spectral Latent Heating Profiles L3 1 day 0.5 degree x 0.5 degree V07 + (GPM_3HSLH_DAY) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"TAKAYABU, + Y. N.\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Observing + rainfall regimes using TRMM PR and LIS data.\",\"Series\":\"GEWEX News\",\"Volume\":\"18\",\"Pages\":\"9\u201310\"},{\"Author\":\"Takayabu, + Y. N., S. Shige, W.-K. Tao, and N. Hirota\",\"PublicationDate\":\"2010-01-01T00:00:00.000Z\",\"Title\":\"Shallow + and Deep Latent Heating Modes over Tropical Oceans Observed with TRMM PR Spectral + Latent Heating Data. \",\"Series\":\"J. Climate\",\"Volume\":\"23 \",\"Pages\":\"2030\u20132046\",\"DOI\":{\"DOI\":\"10.1175/2009JCLI3110.1\"}},{\"Author\":\"Yanai, + M., S. Esbensen, and J.-H. Chu\",\"PublicationDate\":\"1973-01-01T00:00:00.000Z\",\"Title\":\"Determination + of Bulk Properties of Tropical Cloud Clusters from Large-Scale Heat and Moisture + Budgets. \",\"Series\":\"J. Atmos. Sci.\",\"Volume\":\"30\",\"Pages\":\"611\u2013627\",\"DOI\":{\"DOI\":\"10.1175/1520-0469(1973)030<0611:DOBPOT>2.0.CO;2\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3HSLH_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3HSLH_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3HSLH_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3HSLH_DAY_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3HSLH_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/GPM_SLH_V07A_ReleaseNote_20211117.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/GPM_SLH_V06B_ATBD_20200706.pdf\",\"Description\":\"Algorithm + Theoretical Basis Document \",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT + (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\nThe Gridded Spectral + Latent Heating (3HSLH) products contain latent heating, Q1-QR and Q2 profiles + from DPR raindata.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Dr. + Yukari\",\"LastName\":\"Takayabu\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"The + University of Tokyo\"],\"City\":\"Tokyo\",\"PostalCode\":\"113-0033\",\"Country\":\"Japan\"}],\"ContactMechanisms\":[{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"yukari@ccsr.u-tokyo.ac.jp\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3HSLH_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2179081611-GES_DISC\",\"revision-date\":\"2023-08-04T15:10:50.224Z\",\"granule-count\":120,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM DPR Spectral Latent Heating Profiles L3 1 month + 0.5 degree x 0.5 degree V07\",\"SeriesName\":\"GPM_3HSLH\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3HSLH_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/DPR/SLH/3A-MONTH/07\"},\"ShortName\":\"GPM_3HSLH\",\"EntryTitle\":\"GPM + DPR Spectral Latent Heating Profiles L3 1 month 0.5 degree x 0.5 degree V07 + (GPM_3HSLH) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"TAKAYABU, + Y. N.\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Observing + rainfall regimes using TRMM PR and LIS data.\",\"Series\":\"GEWEX News\",\"Volume\":\"18\",\"Pages\":\"9\u201310\"},{\"Author\":\"Takayabu, + Y. N., S. Shige, W.-K. Tao, and N. Hirota\",\"PublicationDate\":\"2010-01-01T00:00:00.000Z\",\"Title\":\"Shallow + and Deep Latent Heating Modes over Tropical Oceans Observed with TRMM PR Spectral + Latent Heating Data. \",\"Series\":\"J. Climate\",\"Volume\":\"23 \",\"Pages\":\"2030\u20132046\",\"DOI\":{\"DOI\":\"10.1175/2009JCLI3110.1\"}},{\"Author\":\"Yanai, + M., S. Esbensen, and J.-H. Chu\",\"PublicationDate\":\"1973-01-01T00:00:00.000Z\",\"Title\":\"Determination + of Bulk Properties of Tropical Cloud Clusters from Large-Scale Heat and Moisture + Budgets. \",\"Series\":\"J. Atmos. Sci.\",\"Volume\":\"30\",\"Pages\":\"611\u2013627\",\"DOI\":{\"DOI\":\"10.1175/1520-0469(1973)030<0611:DOBPOT>2.0.CO;2\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3HSLH_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3HSLH_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3HSLH.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3HSLH_07\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3HSLH.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/GPM_SLH_V07A_ReleaseNote_20211117.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/GPM_SLH_V06B_ATBD_20200706.pdf\",\"Description\":\"Algorithm + Theoretical Basis Document \",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT + (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\nThe Gridded Spectral + Latent Heating (3HSLH) products contain latent heating, Q1-QR and Q2 profiles + from DPR raindata.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Dr. + Yukari\",\"LastName\":\"Takayabu\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"The + University of Tokyo\"],\"City\":\"Tokyo\",\"PostalCode\":\"113-0033\",\"Country\":\"Japan\"}],\"ContactMechanisms\":[{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"yukari@ccsr.u-tokyo.ac.jp\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFGPMGMI_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFGPMGMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345563-GES_DISC\",\"revision-date\":\"2024-01-18T15:03:28.929Z\",\"granule-count\":56806,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Christian + Kummerow\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFGPMGMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + GMI (GPROF) Climate-based Radiometer Precipitation Profiling L2A 1.5 hours + 4 km x 4 km V07\",\"SeriesName\":\"GPM_2AGPROFGPMGMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFGPMGMI_CLIM\",\"EntryTitle\":\"GPM + GMI (GPROF) Climate-based Radiometer Precipitation Profiling L2A 1.5 hours + 4 km x 4 km V07 (GPM_2AGPROFGPMGMI_CLIM) at GES DISC\",\"Quality\":\"The major + sources of systematic errors in these algorithms are the quality of the a-priori + database, and the estimate of the model uncertainties that are needed to construct + a Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFGPMGMI_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + GMI (GPROF) Surface Precipitation Estimate (4 km x 4 km) (GPM_2AGPROFGPMGMI)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFGPMGMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFGPMGMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFGPMGMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFGPMGMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFGPMGMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (also known as, GPM + GPROF (Level 2)) algorithm retrieves consistent precipitation and related + science fields from the following GMI and partner passive microwave sensors: + \\n+ TMI (TRMM)\\n+ GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, + F18, F19)\\n+ AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ + ATMS (NPP)\\n+ SAPHIR (MT1)\\n\\n\\nThis provides the bulk of the 3-hour coverage + achieved by GPM. For each sensor, there are near-realtime (NRT) products, + standard products, and climate products. These differ only in the amount of + data that are available within 3 hours, 48 hours, and 3 months of collection, + as well as the ancillary data used. The NRT product uses GANAL forecast fields. + Standard products use the GANAL analysis product, while the climate product + uses ECMWF reanalysis in order to allow for consistent data records with earlier + missions. These earlier data may be archived separately. The main strength + of the product is the large sampling provided. \\n\\nThe GPM radiometer algorithms + are Bayesian-type algorithms. These algorithms search an a-priori database + of potential rain profiles and retrieve a weighted average of these entries + based upon the proximity of the observed brightness temperature (Tb) to the + simulated Tb corresponding to each rain profile. By using the same a-priori + database of rain profiles, with appropriate simulated Tb for each constellation + sensor, the Bayesian method is completely parametric and thus well suited + for GPM's constellation approach. The a-priori information will be supplied + by the combined algorithm supplied by GPM's core satellite as soon after launch + as feasible. Databases for V0 of the algorithm had to be constructed from + various sources as described in the ATBD. The solution provides a mean rain + rate as well as the vertical structure of cloud and precipitation hydrometeors + and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:58.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFGPMGMI_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345664-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:04.002Z\",\"granule-count\":3609,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Christian + Kummerow\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGPMGMI_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + GMI (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 day 0.25 + degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFGPMGMI_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFGPMGMI_DAY_CLIM\",\"EntryTitle\":\"GPM + GMI (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 day 0.25 + degree x 0.25 degree V07 (GPM_3GPROFGPMGMI_DAY_CLIM) at GES DISC\",\"Quality\":\"The + major sources of systematic errors in these algorithms are the quality of + the a-priori database, and the estimate of the model uncertainties that are + needed to construct a Bayesian algorithm. Some error can also be introduced + by the ancillary information (surface type, surface temperature, and total + precipitable water) used to subset the a-priori database in the algorithm. + Because passive microwave signatures at the pixel level represent primarily + integrated quantities, neither the vertical structure nor the near-surface + precipitation from radiometers are typically as good as their radar counterparts. + Solutions are also smoothed by the Bayesian scheme, leading to fewer extremes + relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GMI + GPROF Precipitation Estimate (GPM_3GPROFGPMGMI_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFGPMGMI_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGPMGMI_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFGPMGMI_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFGPMGMI_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFGPMGMI_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFGPMGMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345631-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:04.449Z\",\"granule-count\":118,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Christian + Kummerow\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGPMGMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + GMI (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFGPMGMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFGPMGMI_CLIM\",\"EntryTitle\":\"GPM + GMI (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07 (GPM_3GPROFGPMGMI_CLIM) at GES DISC\",\"Quality\":\"The + major sources of systematic errors in these algorithms are the quality of + the a-priori database, and the estimate of the model uncertainties that are + needed to construct a Bayesian algorithm. Some error can also be introduced + by the ancillary information (surface type, surface temperature, and total + precipitable water) used to subset the a-priori database in the algorithm. + Because passive microwave signatures at the pixel level represent primarily + integrated quantities, neither the vertical structure nor the near-surface + precipitation from radiometers are typically as good as their radar counterparts. + Solutions are also smoothed by the Bayesian scheme, leading to fewer extremes + relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation Rate from GPROF (25 km x 25 km) (GPM_3GPROFGPMGMI)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFGPMGMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGPMGMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFGPMGMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFGPMGMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFGPMGMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFGPMGMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345545-GES_DISC\",\"revision-date\":\"2023-07-12T14:27:00.641Z\",\"granule-count\":57053,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Christian + Kummerow\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFGPMGMI_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + GMI (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 13 km V07\",\"SeriesName\":\"GPM_2AGPROFGPMGMI\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/GPM/GPROF/2A/07\"},\"ShortName\":\"GPM_2AGPROFGPMGMI\",\"EntryTitle\":\"GPM + GMI (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 13 km V07 (GPM_2AGPROFGPMGMI) + at GES DISC\",\"Quality\":\"The major sources of systematic errors in these + algorithms are the quality of the a-priori database, and the estimate of the + model uncertainties that are needed to construct a Bayesian algorithm. Some + error can also be introduced by the ancillary information (surface type, surface + temperature, and total precipitable water) used to subset the a-priori database + in the algorithm. Because passive microwave signatures at the pixel level + represent primarily integrated quantities, neither the vertical structure + nor the near-surface precipitation from radiometers are typically as good + as their radar counterparts. Solutions are also smoothed by the Bayesian scheme, + leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + GMI (GPROF) Surface Precipitation Estimate (GPM_2AGPROFGPMGMI)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFGPMGMI_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFGPMGMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFGPMGMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFGPMGMI.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFGPMGMI_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe 2AGPROF (Goddard + Profiling) algorithm retrieves consistent precipitation and related science + fields from the following GMI and partner passive microwave sensors:\\n+ TMI + (TRMM)\\n+ GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ + AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19)\\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ + SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by + GPM. For each sensor, there are nearrealtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:58.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFGPMGMI_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345611-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:04.436Z\",\"granule-count\":3677,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Christian + Kummerow\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGPMGMI_DAY_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + GMI (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree x 0.25 + degree V07\",\"SeriesName\":\"GPM_3GPROFGPMGMI_DAY\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFGPMGMI_DAY\",\"EntryTitle\":\"GPM + GMI (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree x 0.25 + degree V07 (GPM_3GPROFGPMGMI_DAY) at GES DISC\",\"Quality\":\"The major sources + of systematic errors in these algorithms are the quality of the a-priori database, + and the estimate of the model uncertainties that are needed to construct a + Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GMI + GPROF Precipitation Estimate (GPM_3GPROFGPMGMI_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFGPMGMI_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGPMGMI_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFGPMGMI_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFGPMGMI_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFGPMGMI_DAY_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFGPMGMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345585-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:04.720Z\",\"granule-count\":120,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Christian + Kummerow\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGPMGMI_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + GMI (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree x 0.25 + degree V07\",\"SeriesName\":\"GPM_3GPROFGPMGMI\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFGPMGMI\",\"EntryTitle\":\"GPM + GMI (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree x 0.25 + degree V07 (GPM_3GPROFGPMGMI) at GES DISC\",\"Quality\":\"The major sources + of systematic errors in these algorithms are the quality of the a-priori database, + and the estimate of the model uncertainties that are needed to construct a + Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation Rate from GPROF (25 km x 25 km) (GPM_3GPROFGPMGMI)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFGPMGMI_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFGPMGMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFGPMGMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFGPMGMI.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFGPMGMI_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/GPROFV07A_releasenotes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_BASEGPMGMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345423-GES_DISC\",\"revision-date\":\"2023-07-12T13:33:55.431Z\",\"granule-count\":57095,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM GMI Antenna Temperatures L1BASE 1.5 hours 13 + km V07\",\"SeriesName\":\"GPM_BASEGPMGMI\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_BASEGPMGMI_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/BASE/07\"},\"ShortName\":\"GPM_BASEGPMGMI\",\"EntryTitle\":\"GPM + GMI Antenna Temperatures L1BASE 1.5 hours 13 km V07 (GPM_BASEGPMGMI) at GES + DISC\",\"Quality\":\"The data in the BASEGPMGMI file are not calibrated at + all. Do not use these data unless they can be correctly calibrated and interpreted.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Brightness + Temperature from GPM GMI (13 km x 13 km) for 01/23/2016 (GPM_BASEGPMGMI)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPM_BASEGPMGMI_05.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_BASEGPMGMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1BASE/GPM_BASEGPMGMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_BASEGPMGMI_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1BASE/GPM_BASEGPMGMI.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1BASE/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/GPMGeolocationToolkitATBDv2.1-2012-07-31.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ReleaseNotesofGPM_Version07_GMI_TMI_BASE_1B_2.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by the current version.\\n\\nGMI is a multi-channel, + conical- scanning, microwave radiometer. \\nThe BASEGPMGMI product contains + unaltered data directly from the Global Microwave Imager (GMI) aboard the + GPM core satellite. It is the standard GMI calibration product with full precision + of all physical fields. It contains one full orbit with no overlaps to other + orbits in the production, although up to 200 overlap scans may be used for + multi-scan calibration in the process. \\n \\nIf there is enough bandwidth, + the entire circle of GMI samples will be sent down. The BASEGPMGMI product's + swaths 4 and 5 contain all of the samples that are sent down. Later products + only use the subset of these data that contains the Earth view, hot load, + and cold sky samples.\",\"Purpose\":\"The BASEGPMGMI product has two purposes: + To repackage the raw satellite data from binary Consultative Committee for + Space Data Systems (CCSDS) packets to Hierarchical Data Format (HDF), and + to geolocate the sample data. The counts in the BASEGPMGMI product are the + raw counts taken directly from the packets created by the GPM Microwave Imager + (GMI) instrument. There is no calibration or interpretation performed at the + BASEGPMGMI level. There are five swaths in the BASEGPMGMI product: 1. Earth + view, hot load, and cold sky samples for low-frequency channels. 2. Earth + view, hot load, and cold sky samples for high-frequency channels. 3. Scan + housekeeping data provided by instrument. 4. All samples for low-frequency + channels. 5. All samples for high-frequency channels. Swaths S1 and S2 are + subsets of swaths S4 and S5, respectively. The samples to subset are noted + in the BASEGPMGMI product in the gmi1aHeader/sampleRangeFile table. This is + a table determined during testing and the Launch and Early Orbit (L&EO) phase + of the Global Precipitation Measurement (GPM) Mission. Geolocation is performed + on the samples using the PPS Geolocation Toolkit. The details on GMI geolocation + can be found in the GMI Calibration Data Book.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"CHRISTOPHER\",\"LastName\":\"COHOON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5071\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5575\"},{\"Type\":\"Email\",\"Value\":\"helpdesk@pps-mail.nascom.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1B/GPM_1BGMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1BGMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345403-GES_DISC\",\"revision-date\":\"2023-07-12T15:29:03.475Z\",\"granule-count\":57087,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM GMI Brightness Temperatures L1B 1.5 hours 13 + km V07\",\"SeriesName\":\"GPM_1BGMI\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1BGMI_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/GPM/1B/07\"},\"ShortName\":\"GPM_1BGMI\",\"EntryTitle\":\"GPM + GMI Brightness Temperatures L1B 1.5 hours 13 km V07 (GPM_1BGMI) at GES DISC\",\"Quality\":\"The + data in the 1BGMI file are not calibrated at all. Do not use these data unless + they can be correctly calibrated and interpreted.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1B/GPM_1BGMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Brightness + Temperature from GPM GMI for 06/15/2016 (GPM_1BGMI)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPM_1BGMI_05.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1BGMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1B/GPM_1BGMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1BGMI_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1B/GPM_1BGMI.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1B/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/GPMGeolocationToolkitATBDv2.1-2012-07-31.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ReleaseNotesofGPM_Version07_GMI_TMI_BASE_1B_2.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 1BGMI algorithm + uses a non-linear three-point in-flight calibration to derive antenna temperature + (Ta) and convert Ta to Tb using GMI antenna pattern corrections. The four-point + calibration, which utilizes noise diode measurements, is used to monitor the + sensor non-linearty. The noise diode measurements also provide a hot load + back-up calibration in case hot load measurements are lost. Details are in + the GMI ATBD. The 1BGMI algorithm and software transform Level 0 counts into + geolocated and calibrated brightness temperatures (Tb) for 13 GMI channels.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:56.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"CHRISTOPHER\",\"LastName\":\"COHOON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5071\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5575\"},{\"Type\":\"Email\",\"Value\":\"helpdesk@pps-mail.nascom.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CGPMGMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CGPMGMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345484-GES_DISC\",\"revision-date\":\"2023-07-12T15:19:41.537Z\",\"granule-count\":57089,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CGPMGMI_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + GMI Common Calibrated Brightness Temperatures Collocated L1C 1.5 hours 13 + km V07\",\"SeriesName\":\"GPM_1CGPMGMI\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/GPM/1C/07\"},\"ShortName\":\"GPM_1CGPMGMI\",\"EntryTitle\":\"GPM + GMI Common Calibrated Brightness Temperatures Collocated L1C 1.5 hours 13 + km V07 (GPM_1CGPMGMI) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. \\n\\nThe + recalibration for most radiometers is a simple 2-point, linear adjustment. + For the water vapor sounding channels, this is a simple offset. In the case + of AMSR2, the adjustments are piecewise linear with more than two points to + approximate the non-linear nature of the calibration of that instrument. \\n\\nThe + goal is to make the brightness temperatures consistent to 0.1K. That is not + to say the calibration is accurate to this level; there are no suitable standards + to assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CGPMGMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from GPM GMI (GPM_1CGPMGMI)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CGPMGMI_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CGPMGMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CGPMGMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CGPMGMI_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CGPMGMI.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/L1C_ATBD.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nAll 1C products have + a common L1C data structure, simple and generic. Each L1C swath includes scan + time, latitude and longitude, scan status, quality, incidence angle, Sun glint + angle, and the intercalibrated brightness temperature (Tc). One or more swaths + are included in a product. The radiometer data are recalibrated to a common + basis so that precipitation products derived from them are consistent. 1CGMI + contains common calibrated brightness temperatures from the GMI passive microwave + instrument flown on the GPM satellite. 1C-R GMI is a remapped version of 1CGMI + which is explained at the end of this section. Swath S1 has 9 channels which + are similar to TRMM TMI (10V 10H 19V 19H 23V 37V 37H 89V 89H). Swath S2 has + 4 channels similar to AMSU-B (166V 166H 183+/-3V 183+/-8V). Data for both + swaths is observed in the same revolution of the instrument.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"JOYCE\",\"LastName\":\"CHOU\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6870\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5575\"},{\"Type\":\"Email\",\"Value\":\"helpdesk@pps-mail.nascom.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_BASEGPMGMI_RSS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345441-GES_DISC\",\"revision-date\":\"2023-07-12T13:33:20.854Z\",\"granule-count\":57075,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_BASEGPMGMI_RSS_07.html\"},\"Publisher\":\"NASA + Goddard Earth Science Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + GMI RSS Common Calibrated Brightness Temperatures L1BASE 1.5 hours 13 km V07\",\"SeriesName\":\"GPM_BASEGPMGMI_RSS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/BASE-RSS/07\"},\"ShortName\":\"GPM_BASEGPMGMI_RSS\",\"EntryTitle\":\"GPM + GMI RSS Common Calibrated Brightness Temperatures L1BASE 1.5 hours 13 km V07 + (GPM_BASEGPMGMI_RSS) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Brightness + Temperature from GPM GMI (13 km x 13 km) for 06/30/2016 (GPM_BASEGPMGMI_RSS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPM_BASEGPMGMI_RSS_05.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_BASEGPMGMI_RSS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1BASE/GPM_BASEGPMGMI_RSS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_BASEGPMGMI_RSS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/hyrax/GPM_L1BASE/GPM_BASEGPMGMI_RSS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1BASE/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ReleaseNotesofGPM_Version07_GMI_TMI_BASE_1B_2.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by the current version.\\n\\nThis GPM GMI dataset + contains \\\"GMI Antenna Temperatures\\\", and is written as a multi-Swath + Structure. Swath S1 has channels 1-9: 10V 10H 19V 19H 23V 37V 37H 89V 89H. + Swath S2 has channels 10-13: 166V 166H 183+/-3V 183+/-8V. GMIBASERSS is the + standard GMI calibration product with full precision of all physical fields. + It contains one full orbit plus 200 overlap scans from previous orbit and + 200 overlap scans from the post orbit.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"CHRISTOPHER\",\"LastName\":\"COHOON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5071\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5575\"},{\"Type\":\"Email\",\"Value\":\"helpdesk@pps-mail.nascom.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1A/GPM_1AGMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1AGMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345379-GES_DISC\",\"revision-date\":\"2023-07-12T15:29:32.716Z\",\"granule-count\":57088,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM GMI unpacked data L1A 1.5 hours 13 km V07\",\"SeriesName\":\"GPM_1AGMI\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1AGMI_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/1A/07\"},\"ShortName\":\"GPM_1AGMI\",\"EntryTitle\":\"GPM + GMI unpacked data L1A 1.5 hours 13 km V07 (GPM_1AGMI) at GES DISC\",\"Quality\":\"The + data in the 1AGMI file are not calibrated at all. Do not use these data unless + they can be correctly calibrated and interpreted.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1A/GPM_1AGMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Solar + Zenith Angle from GPM GMI for 06/15/2016 (GPM_1AGMI)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPM_1AGMI_05.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1AGMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1A/GPM_1AGMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1AGMI_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1A/GPM_1AGMI.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1A/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/GPMGeolocationToolkitATBDv2.1-2012-07-31.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 1AGMI product contains + unaltered data directly from the Global Microwave Imager (GMI) aboard the + GPM core satellite. The GMI is a multi-channel, conical- scanning, microwave + radiometer. \\n \\nIf there is enough bandwidth, the entire circle of GMI + samples will be sent down. The 1AGMI product's swaths 4 and 5 contain all + of the samples that are sent down. Later products only use the subset of these + data that contains the Earth view, hot load, and cold sky samples.\",\"Purpose\":\"The + 1AGMI product has two purposes: To repackage the raw satellite data from binary + Consultative Committee for Space Data Systems (CCSDS) packets to Hierarchical + Data Format (HDF), and to geolocate the sample data. The counts in the 1AGMI + product are the raw counts taken directly from the packets created by the + GPM Microwave Imager (GMI) instrument. There is no calibration or interpretation + performed at the 1AGMI level. There are five swaths in the 1AGMI product: + 1. Earth view, hot load, and cold sky samples for low-frequency channels. + 2. Earth view, hot load, and cold sky samples for high-frequency channels. + 3. Scan housekeeping data provided by instrument. 4. All samples for low-frequency + channels. 5. All samples for high-frequency channels. Swaths S1 and S2 are + subsets of swaths S4 and S5, respectively. The samples to subset are noted + in the 1AGMI product in the gmi1aHeader/sampleRangeFile table. This is a table + determined during testing and the Launch and Early Orbit (L&EO) phase of the + Global Precipitation Measurement (GPM) Mission. Geolocation is performed on + the samples using the PPS Geolocation Toolkit. The details on GMI geolocation + can be found in the GMI Calibration Data Book.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:56.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"CHRISTOPHER\",\"LastName\":\"COHOON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5071\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5575\"},{\"Type\":\"Email\",\"Value\":\"helpdesk@pps-mail.nascom.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_BASEGPMGMI_XCAL_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345466-GES_DISC\",\"revision-date\":\"2023-07-12T13:32:38.279Z\",\"granule-count\":57095,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_BASEGPMGMI_XCAL_07.html\"},\"Publisher\":\"NASA + Goddard Earth Science Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + GMI XCAL Common Calibrated Brightness Temperatures L1BASE 1.5 hours 13 km + V07\",\"SeriesName\":\"GPM_BASEGPMGMI_XCAL\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/BASE-XCAL/07\"},\"ShortName\":\"GPM_BASEGPMGMI_XCAL\",\"EntryTitle\":\"GPM + GMI XCAL Common Calibrated Brightness Temperatures L1BASE 1.5 hours 13 km + V07 (GPM_BASEGPMGMI_XCAL) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Brightness + Temperature from GPM GMI (13 km x 13 km) for 06/30/2016 (GPM_BASEGPMGMI_XCAL)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPM_BASEGPMGMI_XCAL_05.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_BASEGPMGMI_XCAL_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1BASE/GPM_BASEGPMGMI_XCAL.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_BASEGPMGMI_XCAL_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1BASE/GPM_BASEGPMGMI_XCAL.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1BASE/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ReleaseNotesofGPM_Version07_GMI_TMI_BASE_1B_2.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by the current version.\\n\\nConsistent rainfall + retrievals from each instrument mandate the basic sensor radiance measurements + (brightness temperature, Tb) to be consistently inter-calibrated.\\n\\nFundamental + to this concept is the existence of the GPM Microwave Imager (GMI), a conically + scanning multifrequency radiometer in non-sun-synchronous orbit, which serves + as a radiometric transfer standard for the other passive microwave sensors + on cooperative (polar orbiting) constellation satellites. This GPM inter-satellite + calibration process is known as XCAL.\\n\\n GMIBASEXCAL is the standard GMI + calibration product with reduced precision of all physical fields. It consists + of one full orbit with no overlaps to other orbits in the production although + up to 200 overlap scans may be used for multi-scan calibration in the process. + \ \\n\\nThis GPM GMI product contains \\\"GMI Antenna Temperatures\\\", and + \ is written as a multi-Swath Structure. Swath S1 has channels 1-9: 10V 10H + 19V 19H 23V 37V 37H 89V 89H. Swath S2 has channels 10-13: 166V 166H 183+/-3V + 183+/-8V. S3 S4 are full rotation versions of S1 S2. \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:04.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"CHRISTOPHER\",\"LastName\":\"COHOON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5071\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5575\"},{\"Type\":\"Email\",\"Value\":\"helpdesk@pps-mail.nascom.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CGPMGMI_R.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CGPMGMI_R_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2259345519-GES_DISC\",\"revision-date\":\"2023-07-12T15:03:04.507Z\",\"granule-count\":57086,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CGPMGMI_R_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + GMI_R Common Calibrated Brightness Temperatures Collocated L1C 1.5 hours 13 + km V07\",\"SeriesName\":\"GPM_1CGPMGMI_R\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-70}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/GMI/R/1C/07\"},\"ShortName\":\"GPM_1CGPMGMI_R\",\"EntryTitle\":\"GPM + GMI_R Common Calibrated Brightness Temperatures Collocated L1C 1.5 hours 13 + km V07 (GPM_1CGPMGMI_R) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. \\n\\nThe + recalibration for most radiometers is a simple 2-point, linear adjustment. + For the water vapor sounding channels, this is a simple offset. In the case + of AMSR2, the adjustments are piecewise linear with more than two points to + approximate the non-linear nature of the calibration of that instrument. \\n\\nThe + goal is to make the brightness temperatures consistent to 0.1K. That is not + to say the calibration is accurate to this level; there are no suitable standards + to assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CGPMGMI_R.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Remapped + Common Calibrated Brightness Temperature from GPM GMI (GPM_1CGPMGMI_R)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CGPMGMI_R_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CGPMGMI_R_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CGPMGMI_R.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CGPMGMI_R_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CGPMGMI_R.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/L1C_ATBD.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/gpminstruments.html\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nAll 1C products have + a common L1C data structure, simple and generic. Each L1C swath includes scan + time, latitude and longitude, scan status, quality, incidence angle, Sun glint + angle, and the intercalibrated brightness temperature (Tc). One or more swaths + are included in a product. The radiometer data are recalibrated to a common + basis so that precipitation products derived from them are consistent. 1CGMI + contains common calibrated brightness temperatures from the GMI passive microwave + instrument flown on the GPM satellite. 1C-R GMI is a remapped version of 1CGMI + which is explained at the end of this section. Swath S1 has 9 channels which + are similar to TRMM TMI (10V 10H 19V 19H 23V 37V 37H 89V 89H). Swath S2 has + 4 channels similar to AMSU-B (166V 166H 183+/-3V 183+/-8V). Data for both + swaths is observed in the same revolution of the instrument.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"JOYCE\",\"LastName\":\"CHOU\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6870\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5575\"},{\"Type\":\"Email\",\"Value\":\"helpdesk@pps-mail.nascom.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmwbandiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ACHIEVE W-BAND CLOUD RADAR IPHEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979831259-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:33:57.784Z\",\"granule-count\":102,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Tsay, + Si-Chee , Adrian Loftus and Peter Pantina.2016. GPM GROUND VALIDATION ACHIEVE + W-BAND CLOUD RADAR IPHEX [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/WBAND/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.0947,\"NorthBoundingCoordinate\":35.5198,\"EastBoundingCoordinate\":-83.0947,\"SouthBoundingCoordinate\":35.5198}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-09T12:54:13.000Z\",\"EndingDateTime\":\"2014-06-14T18:35:39.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/WBAND/DATA101\"},\"ShortName\":\"gpmwbandiphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION ACHIEVE W-BAND CLOUD RADAR IPHEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmwbandiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmwbandiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmwbandiphx__1/docs//gpmwbandiphx_dataset.pdf\"},{\"Description\":\"OPeNDAP\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://ghrc.nsstc.nasa.gov/opendap/fieldCampaigns/gpmValidation/iphex/Wband/\"},{\"Description\":\"Detection + of Ice Hydrometer Alignment Using an Airborne W-band Polarimetric Radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/1520-0426(1997)014<0003:DOIHAU>2.0.CO;2\"},{\"Description\":\"An + airborne 95 GHz dual-polarized radar for cloud studies\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1109/36.298002\"},{\"Description\":\"Project + Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Investigation + of Microphysics and Precipitation for Atlantic Coast-Threatening Snowstorms + (IMPACTS) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/investigation-microphysics-and-precipitation-atlantic-coast-threatening-snowstorms\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-11-28T12:43:45.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:35:18.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation ACHIEVE W-band Cloud Radar IPHEx dataset consists of + cloud and light precipitation radar observations gathered during the Global + Precipitation Measurement (GPM) mission Ground Validation Integrated Precipitation + and Hydrology Experiment (IPHEx) Intensive Observing Period (IOP) in North + Carolina from May 1 through June 15, 2014. The goal of IPHEx was to evaluate + the accuracy of satellite precipitation measurements and use the collected + data for hydrology models in the region. The dataset includes data from the + ProSensing 95 GHz W-band cloud radar, which is part of the NASA Goddard Space + Flight Center (GSFC) Aerosol, Cloud, Humidity, Interactions Exploring and + Validating Enterprise (ACHIEVE) ground-based mobile laboratory. The W-band + cloud radar is a scanning 95 GHz dual-polarization (horizontal transmission + and co- and cross-polar receiving) Doppler radar used for observing liquid + and ice clouds and light precipitation. The instrument measures co- and cross-polar + reflectivity, radial velocity, Doppler spectrum width, and signal-to-noise + ratio. Linear depolarization ratio was derived from the measured parameters. + During the IPHEx campaign, the W-Band radar was used exclusively in vertical-pointing + mode. The dataset files are available from May 9 through June 14, 2014 in + netCDF-3 data format. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:33:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:33:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"W-Band + Radar\",\"LongName\":\"W-Band Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmampriphx2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ADVANCED MICROWAVE PRECIPITATION RADIOMETER (AMPR) IPHEX + V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979126358-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:38:01.138Z\",\"granule-count\":18,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Lang, + Timothy and Jason Brent Roberts.2015. GPM GROUND VALIDATION ADVANCED MICROWAVE + PRECIPITATION RADIOMETER (AMPR) IPHEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/AMPR/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-87.1608,\"NorthBoundingCoordinate\":39.0117,\"EastBoundingCoordinate\":-71.1657,\"SouthBoundingCoordinate\":29.957}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-06-14T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/AMPR/DATA202\"},\"ShortName\":\"gpmampriphx2\",\"EntryTitle\":\"GPM + GROUND VALIDATION ADVANCED MICROWAVE PRECIPITATION RADIOMETER (AMPR) IPHEX + V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmampriphx2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmampriphx2\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/AMPR/browse/IPHEX_AMPR_20140512_level2b_v2_19b_with_qc_quicklook.jpg\"},{\"Description\":\"The + Advanced Microwave Precipitation Radiometer (AMPR) \u2013Initial Results from + the Integrated Precipitation Hydrology Experiment (IPHEx) \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20140012894.pdf\"},{\"Description\":\"AMPR + and radar observations from IPHEx: Data quality control and product generation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20150022943.pdf\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmampriphx2__2/docs/gpmampriphx2_dataset.pdf\"},{\"Description\":\"AMPR + IPHEX Calibrated Brightness Temperatures - Level 2B\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/iphex/gpmampriphx/README_AMPR_V2.txt\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.7924/G8CC0XMR\"},{\"Description\":\" + Evaluation of Operational and Experimental Precipitation Algorithms and Microphysical + Insights during IPHEx \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-17-0080.1\"},{\"Description\":\"Classification + of Tropical Oceanic Precipitation using High-Altitude Aircraft Microwave and + Electric Field Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAS3606.1\"},{\"Description\":\"High-Resolution + Imaging of Rain Systems with the Advanced Microwave Precipitation Radiometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(1994)011%3C0849:HRIORS%3E2.0.CO;2\"},{\"Description\":\"Operational + hydrological forecasting during the IPHEx-IOP campaign \u2013 Meet the challenge\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.jhydrol.2016.02.019\"},{\"Description\":\"Comparisons + of precipitation measurements by the Advanced Microwave Precipitation Radiometer + and multiparameter radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/36.239909\"},{\"Description\":\"IPHEx + AMPR Software\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/AMPR/software/\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/AMPR/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-07-06T12:28:52.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Advanced Microwave Precipitation Radiometer (AMPR) IPHEx + dataset was acquired by the AMPR instrument flown aboard the high altitude + ER-2 aircraft during the IPHEx field campaign in North Carolina from May 1, + 2014 through June 14, 2014. The goal of IPHEx was to evaluate the accuracy + of satellite precipitation measurements and use the collected data for hydrology + models in the region. These files include the Level 2B calibrated and georeferenced + brightness temperature for the four AMPR-observed frequencies (10, 19, 37, + 85 GHz). These data are archived in a netCDF-4 format that contains the calibrated + brightness temperatures in addition to ER-2 aircraft navigation and instrument + scene georectification variables. Corresponding browse imagery are also available + in JPG format. A set of Python software has been developed for reading, plotting, + and providing some additional analysis capabilities. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:38:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:38:00.000Z\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"AMPR\",\"LongName\":\"Advanced + Microwave Precipitation Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmamprmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ADVANCED MICROWAVE PRECIPITATION RADIOMETER (AMPR) MC3E + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979126507-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:40:19.617Z\",\"granule-count\":10,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Roberts, + Jason Brent .2012. GPM GROUND VALIDATION ADVANCED MICROWAVE PRECIPITATION + RADIOMETER (AMPR) MC3E [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/AMPR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-105.64,\"NorthBoundingCoordinate\":42.4929,\"EastBoundingCoordinate\":-91.3954,\"SouthBoundingCoordinate\":27.8598}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Microwave + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-25T07:14:09.000Z\",\"EndingDateTime\":\"2011-06-01T23:33:14.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/AMPR/DATA101\"},\"ShortName\":\"gpmamprmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION ADVANCED MICROWAVE PRECIPITATION RADIOMETER (AMPR) MC3E + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmamprmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmamprmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/ampr/browse/mc3e_ampr_20110520_tbs_v01_swath3.gif\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/ampr/browse/mc3e_ampr_20110507_tbs_v01_swath2.gif\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmamprmc3e__1/docs/gpmamprmc3e_dataset.pdf\"},{\"Description\":\"Sample + read program for AMPR data from MC3E\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/mc3e/gpmamprmc3e/ampr_reader_MC3E.f\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/ampr/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-02-06T12:43:31.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:01.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Advanced Microwave Precipitaiton Radiometer (AMPR) MC3E + dataset was collected by the Advanced Microwave Precipitation Radiometer (AMPR) + instrument, which played a key role in the Midlatitude Continental Convective + Clouds Experiment (MC3E). The AMPR remotely sensed passive microwave signatures + of geophysical parameters from an airborne platform. The instrument is a low + noise system which provided multi-frequency microwave imagery with high spatial + and temporal resolution. AMPR data were collected at a combination of four + microwave frequencies (10.7, 19.35, 37.1, and 85.5 GHz) with two orientations + each (Vpol-to-Hpol and Hpol-to-Vpol), which were complimentary to current + aircraft and satellite instrumentation. These frequencies are best suited + to the study of rain systems, but were also useful to studies of other atmospheric, + oceanic, and land surface processes.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:40:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:40:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"AMPR\",\"LongName\":\"Advanced + Microwave Precipitation Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmamprolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Advanced Microwave Precipitation Radiometer (AMPR) OLYMPEX + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979126614-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:42:31.236Z\",\"granule-count\":15,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Lang, + Timothy and Anthony R Guillory.2017. GPM Ground Validation Advanced Microwave + Precipitation Radiometer (AMPR) OLYMPEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/AMPR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-130.947,\"NorthBoundingCoordinate\":50.0166,\"EastBoundingCoordinate\":-117.287,\"SouthBoundingCoordinate\":33.7591}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Microwave + Radiance\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-09T18:48:53.000Z\",\"EndingDateTime\":\"2015-12-15T20:03:37.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/AMPR/DATA101\"},\"ShortName\":\"gpmamprolyx\",\"EntryTitle\":\"GPM + Ground Validation Advanced Microwave Precipitation Radiometer (AMPR) OLYMPEX + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmamprolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Value\":0.0,\"Description\":\"This + product has full public access.\"},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmamprolyx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/AMPR/browse/olympex_ampr_20151124_145455_tb.png\"},{\"Description\":\"AMPR + and radar observations from IPHEx: Data quality control and product generation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20150022943.pdf\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmamprolyx__1/docs/gpmamprolyx_dataset.pdf\"},{\"Description\":\"Classification + of Tropical Oceanic Precipitation using High-Altitude Aircraft Microwave and + Electric Field Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAS3606.1\"},{\"Description\":\"Signatures + of Hydrometeor Species from Airborne Passive Microwave Data for Frequencies + 10\u2013183 GHz\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAMC-D-14-0145.1\"},{\"Description\":\"Influence + of microphysical cloud parameterizations on microwave brightness temperatures + \ View Document\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/36.981360\"},{\"Description\":\"High-Resolution + Imaging of Rain Systems with the Advanced Microwave Precipitation Radiometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(1994)011%3C0849:HRIORS%3E2.0.CO;2\"},{\"Description\":\"Comparisons + of precipitation measurements by the Advanced Microwave Precipitation Radiometer + and multiparameter radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/36.239909\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-10-20T04:10:20.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-04-28T13:43:01.000Z\"}],\"Abstract\":\"The + GPM Ground Validation Advanced Microwave Precipitation Radiometer (AMPR) OLYMPEX + dataset was collected by the AMPR instrument flown on the high altitude ER-2 + research aircraft from November 9 - December 15, 2015, during the Olympic + Mountains Experiment (OLYMPEX) field campaign conducted at Washington State\u2019s + Olympic Peninsula. AMPR is an airborne passive microwave radiometer from + which cloud, precipitation, water vapor, wind speed and wind direction can + be obtained using advanced algorithms with the 10.7, 19.35, 37.1, and 85.5 + GHz microwave frequency brightness temperatures measured by AMPR. The primary + goal of OLYMPEX was to validate rain and snow measurements in midlatitude + frontal systems moving from ocean to coast to mountains. AMPR data at the + Global Hydrology Resource Center (GHRC) DAAC include netCDF format data files + of brightness temperature and PNG browse files of Quality Control Flags and + Brightness Temperatures.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:42:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:42:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"AMPR\",\"LongName\":\"Advanced + Microwave Precipitation Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmadmirgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ADVANCED MICROWAVE RADIOMETER RAIN IDENTIFICATION (ADMIRARI) + GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979126099-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:36:40.532Z\",\"granule-count\":92,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Saavedra, + Pablo, Alessandro Battaglia and Pablo Saavedra.2014. GPM GROUND VALIDATION + ADVANCED MICROWAVE RADIOMETER RAIN IDENTIFICATION (ADMIRARI) GCPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/ADMIRARI/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.82,\"NorthBoundingCoordinate\":44.29,\"EastBoundingCoordinate\":-79.73,\"SouthBoundingCoordinate\":44.18}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Lidar\",\"VariableLevel1\":\"Lidar + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Properties\",\"VariableLevel2\":\"Cloud Base Height\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-14T00:00:00.000Z\",\"EndingDateTime\":\"2012-02-29T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/ADMIRARI/DATA201\"},\"ShortName\":\"gpmadmirgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION ADVANCED MICROWAVE RADIOMETER RAIN IDENTIFICATION (ADMIRARI) + GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmadmirgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmadmirgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/admirari/browse/gcpex_admirari_20120127_H00_24.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmadmirgcpex/gpmadmirgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/admirari/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-06-03T15:29:30.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T12:30:11.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Advanced Microwave Radiometer Rain Identification (ADMIRARI) + GCPEx dataset measures brightness temperature at three frequencies (10.7, + 21.0 and 36.5 GHz) and at two polarized planes (H & V). The ADMIRIRI retrieval + typically provides rain/cloud liquid water path (LWP) and integrated water + vapor, and for low water content cases it provides the total LWP and integrated + water vapor. The ADMIRARI is a scanning radiometer like its auxiliary active + instruments, which include a Micro Rain Radar (MRR) and a cloud lidar, which + provide reflectivity profiles and cloud base altitude at the same scanning + angle as the ADMIRIRI. This data was collected during the GPM Cold-season + Precipitation Experiment (GCPEx) located in Ontario, Canada, January 14, 2012 + through February 29, 2012. Reference: http://www2.meteo.uni-bonn.de/admirari.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"ADMIRARI\",\"LongName\":\"ADvanced + MIcrowave RAdiometer for Rain Identification\"},{\"ShortName\":\"CLOUD LIDAR\",\"LongName\":\"CLOUD + LIDAR\"},{\"ShortName\":\"MRR\",\"LongName\":\"Micro Rain Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmavapsolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Advanced Vertical Atmospheric Profiling System (AVAPS) OLYMPEX + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979129320-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:46:40.556Z\",\"granule-count\":53,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hock, + Terry and Kate Young.2017. GPM Ground Validation Advanced Vertical Atmospheric + Profiling System (AVAPS) OLYMPEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/AVAPS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-128.876,\"NorthBoundingCoordinate\":48.202,\"EastBoundingCoordinate\":-124.564,\"SouthBoundingCoordinate\":46.2982}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Pressure\",\"VariableLevel1\":\"Atmospheric + Pressure Measurements\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Upper Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Dew Point Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Relative + Humidity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"U/V + Wind Components\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Flight + Level Winds\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Speed\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-12T17:17:32.000Z\",\"EndingDateTime\":\"2015-12-19T02:23:52.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/AVAPS/DATA101\"},\"ShortName\":\"gpmavapsolyx\",\"EntryTitle\":\"GPM + Ground Validation Advanced Vertical Atmospheric Profiling System (AVAPS) OLYMPEX + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmavapsolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmavapsolyx\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"What + is a Dropsonde?\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.eol.ucar.edu/content/what-dropsonde\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmavapsolyx__1/docs/gpmavapsolyx_dataset.pdf\"},{\"Description\":\"OLYMPEX- + 2015 Dropsonde Data Quality Report\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://data.eol.ucar.edu/datafile/nph-get/503.001/readme.OLYMPEX-2015.NASA.DC8-Dropsondes.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"The + Computation of Equivalent Potential Temperature\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0493(1980)108%3C1046:TCOEPT%3E2.0.CO;2\"},{\"Description\":\"The + NCAR GPS Dropwindsonde\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0477(1999)080%3C0407:TNGD%3E2.0.CO;2\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"ASA + QC OLYMPEX Dropsonde Data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5065/D6QZ28BN\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-10-27T03:10:12.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:29:29.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Advanced Vertical Atmospheric Profiling System (AVAPS) + OLYMPEX dataset contains dropsonde vertical profiles of atmospheric pressure, + air temperature, dew point temperature, relative humidity, wind direction + and magnitude, and sensor location obtained during the Olympic Mountains Experiment + (OLYMPEX). The AVAPS dropsondes were released during specific NASA DC-8 aircraft + flights between November 12, 2015 and December 19, 2015. A total of 53 standard + research dropsondes were launched in the Pacific ocean off the coast of Washington + state collecting atmospheric profile observations. The AVAPS datasets are + available in ASCII-eol text format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:46:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:46:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"AVAPS\",\"LongName\":\"Airborne + Vertical Atmosphere Profiling Systems\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmlidargcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION AEROSOL AND WATER VAPOR LIDAR QUICKLOOKS GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979619825-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:48:02.463Z\",\"granule-count\":96,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Strawbridge, + Kevin B and David Hudak.2015. GPM GROUND VALIDATION AEROSOL AND WATER VAPOR + LIDAR QUICKLOOKS GCPEX [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/LIDAR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.79,\"NorthBoundingCoordinate\":44.24,\"EastBoundingCoordinate\":-79.77,\"SouthBoundingCoordinate\":44.22}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Profiles\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Lidar\",\"VariableLevel1\":\"Lidar + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Backscatter\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-18T00:00:00.000Z\",\"EndingDateTime\":\"2012-03-03T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/LIDAR/DATA101\"},\"ShortName\":\"gpmlidargcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION AEROSOL AND WATER VAPOR LIDAR QUICKLOOKS GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmlidargcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmlidargcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/LIDAR/browse/aerosol/gcpex_lidar_aerosol_2012_02_08_1064_12km_CARE.jpg\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmlidargcpex__1/docs/gpmlidargcpex_dataset.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-11-16T12:25:41.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T12:09:41.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Aerosol and Water Vapor Lidar Quicklooks GCPEx dataset + contains imagery generated from the GPM Cold-season Precipitation Experiment + (GCPEx) campaign during January - March 2012 in Canada. GCPEx addressed shortcomings + in GPM snowfall retrieval algorithm by collecting microphysical properties, + associated remote sensing observations, and coordinated model simulations + of precipitating snow. The system is configured to run semi-autonomously and + shuts down automatically for the duration of rain events. This dataset is + comprised of measurements from two Lidar systems: the Semi Autonomous Tropospheric + Aerosol Lidar and the Tropospheric Water Vapor Lidar.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:48:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:48:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"BACKSCATTER + LIDAR\",\"LongName\":\"BACKSCATTER LIDAR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"JPEG\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmapr3olyx2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Airborne Precipitation Radar 3rd Generation (APR-3) OLYMPEX + V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979127310-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:49:35.598Z\",\"granule-count\":314,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Durden, + Stephen L. and Simone Tanelli.2018. GPM Ground Validation Airborne Precipitation + Radar 3rd Generation (APR-3) OLYMPEX V2 [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/APR3/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-129.14,\"NorthBoundingCoordinate\":49.4321,\"EastBoundingCoordinate\":-122.026,\"SouthBoundingCoordinate\":46.1711}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-12T16:24:18.000Z\",\"EndingDateTime\":\"2015-12-19T03:21:08.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/APR3/DATA201\"},\"ShortName\":\"gpmapr3olyx2\",\"EntryTitle\":\"GPM + Ground Validation Airborne Precipitation Radar 3rd Generation (APR-3) OLYMPEX + V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmapr3olyx2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmapr3olyx2\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/APR3_V2/browse/olympex_apr3_20151113_181052_R2_KUsKAsWs.jpg\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmapr3olyx2__2/docs/gpmapr3olyx2_dataset.pdf\"},{\"Description\":\"Product + Handbook for Airborne Precipitation Radar Third Generation (APR3) OLYMPEX + Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PI + DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/APR3_V2/doc/APR3_OLYMPEX_Format_R2_180609.pdf\"},{\"Description\":\"Development + of an advanced airborne precipitation radar.(Technical Feature)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://airbornescience.nasa.gov/sites/default/files/documents/pr2-mwj.pdf\"},{\"Description\":\"Simultaneous + Measurements of Ku- and Ka-band Sea Surface Cross-Sections by an Airborne + Radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/LGRS.2006.872929\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/APR3_V2/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-06-15T01:06:16.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:27:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Airborne Precipitation Radar 3rd Generation (APR-3) + OLYMPEX V2 dataset was collected from November 12, 2015 to December 19, 2015 + during the GPM Ground Validation Olympic Mountains Experiment (OLYMPEX) field + campaign held in the Pacific Northwest. This dataset is version -2 (V2) of + the APR-3, an enhanced and upgraded instrument derived from the APR-2 used + in previous field campaigns. APR-3 has the addition of W-band measurement + capability, and scans cross-track from +/- 25\xB0 to the right and left of + nadir. Ku-band, Ka-band, and W-band frequency Doppler measurements are made + by APR-3 from the DC-8 aircraft at 10 km altitude during OLYMPEX. The APR-3 + dataset files are in HDF-5 format with JPG format browse images. This dataset + contains radar reflectivity, Doppler velocity for all bands, linear depolarization + ratio at Ku-band, and normalized radar cross section measurements at Ka and + Ku-bands. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:49:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:49:00.000Z\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA + DC-8\",\"LongName\":\"NASA Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"APR-3\",\"LongName\":\"Third + Generation Airborne Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF5\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmapr2gcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION AIRBORNE SECOND GENERATION PRECIPITATION RADAR (APR-2) GCPEX + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979126739-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:50:31.353Z\",\"granule-count\":345,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Durden, + Stephen L..2013. GPM GROUND VALIDATION AIRBORNE SECOND GENERATION PRECIPITATION + RADAR (APR-2) GCPEX [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/APR2/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.9978,\"NorthBoundingCoordinate\":45.8472,\"EastBoundingCoordinate\":-69.9619,\"SouthBoundingCoordinate\":41.1551}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Backscatter\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-19T14:33:52.000Z\",\"EndingDateTime\":\"2012-02-25T18:03:44.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/APR2/DATA101\"},\"ShortName\":\"gpmapr2gcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION AIRBORNE SECOND GENERATION PRECIPITATION RADAR (APR-2) GCPEX + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmapr2gcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmapr2gcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/APR2/browse/APR2_AT_120119_1500Z--1530Z_v40_Y_0m_h_1000m_Ch_1_-1021_4.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gcpexapr2gpcex/gpmapr2gcpex_dataset.html\"},{\"Description\":\"Product + handbook for the Airborne Precipitation Radar Second Generation (APR-2): GCPEX + 4.0 and 2.0\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/APR2/APR2_GCPEX_Format_4.0.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Snow + Microphysics Event during GCPEx Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/snow-microphysics-event-during-gcpex-field-campaign\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/APR2/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-05-09T10:37:58.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:25:57.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Airborne Second Generation Precipitation Radar (APR-2) + GCPEx dataset was collected during the GPM Cold-season Precipitation Experiment + (GCPEx), which occurred in Ontario, Canada during the winter season of 2011-2012. + GCPEx addressed shortcomings in the GPM snowfall retrieval algorithm by collecting + microphysical properties, associated remote sensing observations, and coordinated + model simulations of precipitating snow. The Second Generation Airborne Precipitation + Radar (APR-2) is a dual-frequency (13 GHz and 35 GHz), Doppler, dual-polarization + radar system. It has a downward looking antenna that performs cross track + scans, covering a swath that is +/- 25 degrees to each side of the aircraft + path. Additional features include: simultaneous dual-frequency, matched beam + operation at 13.4 and 35.6 GHz (same as GPM Dual-Frequency Precipitation Radar), + simultaneous measurement of both like- and cross-polarized signals at both + frequencies, Doppler operation, and real-time pulse compression (calibrated + reflectivity data can be produced for large areas in the field during flight, + if necessary). The APR-2 flew aboard the NASA DC-8 for the GPM Cold-season + Precipitation Experiment (GCPEx) from 11 January to 25 February, 2012.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:50:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:50:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA + DC-8\",\"LongName\":\"NASA Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"APR-2\",\"LongName\":\"Second + Generation Airborne Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmasoolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Airborne Snow Observatory (ASO) OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979129209-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:52:11.590Z\",\"granule-count\":6,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Painter, + Thomas H. and Dennis P. Lettenmaier.2018. GPM Ground Validation Airborne Snow + Observatory (ASO) OLYMPEX [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/LIDAR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.185,\"NorthBoundingCoordinate\":48.0909,\"EastBoundingCoordinate\":-123.129,\"SouthBoundingCoordinate\":47.493}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Climate Indicators\",\"Term\":\"Cryospheric Indicators\",\"VariableLevel1\":\"Snow + Depth\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Land Surface\",\"Term\":\"Land + Use/Land Cover\",\"VariableLevel1\":\"Land Use/Land Cover Classification\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Land Surface\",\"Term\":\"Topography\",\"VariableLevel1\":\"Terrain + Elevation\",\"VariableLevel2\":\"Digital Elevation/Terrain Model (Dem)\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible Wavelengths\",\"VariableLevel1\":\"Visible + Imagery\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-09-04T16:00:00.000Z\",\"EndingDateTime\":\"2016-03-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/LIDAR/DATA101\"},\"ShortName\":\"gpmasoolyx\",\"EntryTitle\":\"GPM + Ground Validation Airborne Snow Observatory (ASO) OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmasoolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmasoolyx\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmasoolyx__1/docs/gpmasoolyx_dataset.pdf\"},{\"Description\":\"The + Airborne Snow Observatory: Fusion of scanning lidar, imaging spectrometer, + and physically-based modeling for mapping snow water equivalent and snow albedo.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.rse.2016.06.018\"},{\"Description\":\"Estimation + of Precipitation over the OLYMPEX Domain during Winter 2015/16.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-17-0076.1\"},{\"Description\":\"A + multiscale curvature algorithm for classifying discrete return LiDAR in forested + environments. \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1109/TGRS.2006.890412\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX) \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-04-30T03:04:20.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-31T13:19:55.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Airborne Snow Observatory (ASO) OLYMPEX dataset consists + of snow depth, bare earth surface, land surface classification and a Red, + Green, Blue (RGB) composite image, provided at 3 m spatial resolution during + the GPM Ground Validation Olympic Mountains Experiment (OLYMPEX) field campaign + held in the Pacific Northwest. These data were collected by a Riegl Q1560 + scanning LiDAR and an ITRES CASI-1500 imaging spectrometer , both part of + the NASA Airborne Snow Observatory (ASO), during two separate periods, February + 8-9, 2016 and March 29-30, 2016. A previous September 2014 flight was used + to obtain no-snow measurements used for deriving snow depth. The data are + provided in GeoTIFF format. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:52:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:52:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND CITATION + II\",\"Instruments\":[{\"ShortName\":\"LIDAR\",\"LongName\":\"Light Detection + and Ranging\"},{\"ShortName\":\"VISIBLE SPECTROMETER\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmahdmetolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Albert Head (AHD) Ground Meteorological Station (MET) OLYMPEX + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980046643-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:53:53.446Z\",\"granule-count\":19045,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David , Peter Rodriguez and Robert Reed.2018. GPM Ground Validation Albert + Head (AHD) Ground Meteorological Station (MET) OLYMPEX [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/METSTATION/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-123.48,\"NorthBoundingCoordinate\":48.39,\"EastBoundingCoordinate\":-123.46,\"SouthBoundingCoordinate\":48.37}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Surface Pressure\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Relative + Humidity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-13T23:55:00.000Z\",\"EndingDateTime\":\"2016-01-17T23:59:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/METSTATION/DATA101\"},\"ShortName\":\"gpmahdmetolyx\",\"EntryTitle\":\"GPM + Ground Validation Albert Head (AHD) Ground Meteorological Station (MET) OLYMPEX + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmahdmetolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmahdmetolyx\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/disdrometers_and_gauges/EC_AHD_met_station/browse/combo/olympex_AHD_20151117_met-station.png\"},{\"Description\":\"Enhanced + Possibilities of PARSIVEL Disdrometer: Precipitation Type, Visibility, and + Fog Type\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://www.wmo.int/pages/prog/www/IMOP/publications/IOM-96_TECO-2008/P2(04)_Loeffler-Mang_Germany.pdf\"},{\"Description\":\"Evaluation + of OTT PLUVIO Precipitation Gage versus Belfort Universal Precipitation Gage + 5-780 for the National Atmospheric Deposition Program\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://pubs.usgs.gov/wri/wrir034167/wrir034167.pdf\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmahdmetolyx__1/docs/gpmahdmetolyx_dataset.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"Evaluation + of the New Version of the Laser-Optical Disdrometer, OTT Parsivel2\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-13-00174.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/disdrometers_and_gauges/EC_AHD_met_station/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-05-21T01:05:35.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:29:29.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Albert Head (AHD) Ground Meteorological Station (MET) + OLYMPEX dataset consists of precipitation rate, reflectivity, pressure, temperature, + relative humidity, wind speed, and wind direction data which were measured + by the MET station instruments operated by the Environment and Climate Change + Canada (ECCC) and located in Albert Head, B.C., Canada. The MET station was + comprised of a Vaisala FD12P Visibility Sensor, an OTT Parsivel2 Present Weather + Sensor, an OTT Pluvio2 Precipitation Gauge, and a Vaisala WXT520 Weather Transmitter. + The MET Station was also co-located with a CAX-1 radar to compare measurements + from the MET station with the radar scans. These MET Station data files are + available from November 13, 2015 through January 17, 2016 in ASCII-CSV and + XML formats, with daily browse images of precipitation rate plots in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"BRITISH COLUMBIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:53:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:53:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"FD12P + WEATHER SENSOR\",\"LongName\":\"Vaisala FD12P Weather Sensor\"},{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"},{\"ShortName\":\"TEMPERATURE SENSORS\",\"LongName\":\"TEMPERATURE + SENSORS\"},{\"ShortName\":\"Visibility Sensor\",\"LongName\":\"Visibility + Sensor\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - XML\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpagcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979657178-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:55:51.543Z\",\"granule-count\":768,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2013. GPM GROUND + VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) GCPEX [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/APU/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.9279,\"NorthBoundingCoordinate\":44.6862,\"EastBoundingCoordinate\":-79.6403,\"SouthBoundingCoordinate\":44.1765}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-10-26T20:22:00.000Z\",\"EndingDateTime\":\"2012-03-10T23:59:50.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/APU/DATA301\"},\"ShortName\":\"gpmpagcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpagcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpagcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmpagcpex/gpmpagcpex_dataset.html\"},{\"Description\":\"GCPEx + Field Campaign PARSIVEL October 2011 - March 2012\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/gpmpagcpex/DataFormat_parsivel_gcpex.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-04-16T14:56:31.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Autonomous Parsivel Unit (APU) GCPEx dataset was collected + by the Autonomous Parsivel Unit (APU), which is an optical disdrometer that + measures the size and fall velocity of single precipitation particles. The + APU consists of the Parsivel (the precipitation measuring instrument), developed + by OTT in Germany, and its support systems, which were designed and built + by the University of Alabama in Huntsville. The GPM Cold-season Precipitation + Experiment (GCPEx) addressed shortcomings in the GPM snowfall retrieval algorithm + by collecting microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. These data sets were + collected to aid in the achievement of the over arching goal of GCPEx which + is to characterize the ability of multi-frequency active and passive microwave + sensors to detect and estimate falling snow. The APU dataset for GCPEx provides + precipitation data including raindrop size, raindrop counts, precipitation + drop size, precipitation rate, precipitation amount, and snowflake size, counts + and distribution. The GCPEx APU data was collected from several sites in Canada + during the Winter 2011-2012 period.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:55:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:55:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"APU\",\"LongName\":\"Autonomous + Parsivel Unit (APU)\"},{\"ShortName\":\"DISDROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpahymex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) HYMEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979658097-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:56:59.197Z\",\"granule-count\":262,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2016. GPM GROUND + VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) HYMEX [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/HYMEX/APU/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":3.88472,\"NorthBoundingCoordinate\":44.0961,\"EastBoundingCoordinate\":14.2142,\"SouthBoundingCoordinate\":41.7827}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-09-07T10:17:00.000Z\",\"EndingDateTime\":\"2012-11-07T08:38:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/HYMEX/APU/DATA301\"},\"ShortName\":\"gpmpahymex\",\"EntryTitle\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) HYMEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpahymex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpahymex\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmpahymex__1/docs/gpmpahymex_dataset.pdf\"},{\"Description\":\"HyMeX + \ Field Campaign PARSIVEL October 2012 - November 2012\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/hymex/parsivel/doc/DataFormat_parsivel_hymex.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://www.hymex.org\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-03-25T15:28:48.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Autonomous Parsivel Unit (APU) HyMeX dataset was collected + by the Autonomous Parsivel Unit (APU), which is an optical disdrometer that + measures the size and fall velocity of single precipitation particles. The + APU consists of the Parsivel (the precipitation measuring instrument), developed + by OTT in Germany, and its support systems, which were designed and built + by the University of Alabama in Huntsville. The HYdrological cycle in Mediterranean + EXperiment (HyMeX) aimed to improve the understanding, quantification and + modelling of the hydrological cycle in the Mediterranean, with emphasis on + the predictability and evolution of extreme weather events, inter-annual to + decadal variability of the Mediterranean coupled system, and associated trends + in the context of global changeThe APU dataset for HyMeX provides precipitation + data including raindrop size, raindrop counts, precipitation drop size, precipitation + rate, precipitation amount, and snowflake size, snowflake counts, and snowflake + distribution. The HyMeX APU data were collected in Italy and France from September + to November 2012.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:56:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:56:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HyMeX\",\"LongName\":\"HYdrological + cycle in Mediterranean EXperiment (HyMeX)\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"APU\",\"LongName\":\"Autonomous + Parsivel Unit (APU)\"},{\"ShortName\":\"DISDROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmapuicepop__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Autonomous Parsivel Unit (APU) ICE POP V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979127770-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:58:06.050Z\",\"granule-count\":261,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A and Ali Tokay.2019. GPM Ground Validation Autonomous Parsivel Unit + (APU) ICE POP [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/ICEPOP/APU/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":128.378,\"NorthBoundingCoordinate\":38.2509,\"EastBoundingCoordinate\":129.124,\"SouthBoundingCoordinate\":37.3779}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-10-13T01:47:00.000Z\",\"EndingDateTime\":\"2018-07-01T15:18:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/ICEPOP/APU/DATA101\"},\"ShortName\":\"gpmapuicepop\",\"EntryTitle\":\"GPM + Ground Validation Autonomous Parsivel Unit (APU) ICE POP V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmapuicepop__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmapuicepop\"},{\"Description\":\"ICE + POP Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/ICEPOP/DATA101\"},{\"Description\":\"ICE + POP and the NASA Global Precipitation Measurement (GPM) Mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20160013407.pdf\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmapuicepop__1/docs/gpmapuicepop_dataset.pdf\"},{\"Description\":\"Terminal + Velocity and Shape of Cloud and Precipitation Drops Aloft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0469(1976)033%3C0851:TVASOC%3E2.0.CO;2\"},{\"Description\":\"Comparison + of Drop Size Distribution Measurements by Impact and Optical Disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(2001)040%3C2083:CODSDM%3E2.0.CO;2\"},{\"Description\":\"Evaluation + of the New Version of the Laser-OPtical Disdrometer, OTT Parsivel\xB2\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-13-00174.1\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-09-06T03:09:58.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Autonomous Parsivel Unit (APU) ICE POP dataset was collected + during the International Collaborative Experiments for Pyeongchang 2018 Olympic + and Paralympic Winter Games (ICE POP) field campaign in South Korea. The two + major objectives of ICE POP were to study severe winter weather events in + regions of complex terrain and improve the short-term forecasting of such + events. These data contributed to Global Precipitation Measurements mission + Ground Validation (GPM GV) campaign efforts to improve satellite estimates + of orographic winter precipitation. This dataset consists of precipitation + data including precipitation amount, precipitation rate, reflectivity in Rayleigh + regime, liquid water content, drop diameter, and drop concentration. Data + are available in ASCII format from October 31, 2015 through July 1, 2018. + It should be noted that this dataset extends prior to the field campaign.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:58:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:58:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ICE + POP\",\"LongName\":\"International Collaborative Experiment for PyeongChang + Olympic and Paralympics\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Annual\"],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"APU\",\"LongName\":\"Autonomous + Parsivel Unit (APU)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpaifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) IFLOODS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979658622-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:58:52.932Z\",\"granule-count\":665,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2014. GPM GROUND + VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) IFLOODS [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/APU/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-92.4637,\"NorthBoundingCoordinate\":42.2388,\"EastBoundingCoordinate\":-91.5416,\"SouthBoundingCoordinate\":41.6406}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-16T12:48:00.000Z\",\"EndingDateTime\":\"2013-06-17T19:12:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/APU/DATA301\"},\"ShortName\":\"gpmpaifld\",\"EntryTitle\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) IFLOODS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpaifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpaifld\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/ifloods/gpmpaifld/gpmpaifld_dataset.html\"},{\"Description\":\"IFloodS + Field Campaign, PARSIVEL, Data format documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/disdrometers_and_gauges/parsivel/doc/DataFormat_parsivel_ifloods.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-02-04T15:59:06.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Autonomous Parsivel Unit (APU) IFloodS dataset collected + data from several sites in eastern Iowa during the spring of 2013. The APU + dataset for the Iowa Flood Studies (IFloodS) Field Experiment provides precipitation + data including precipitation drop size, counts, and distribution. The goals + of the campaign were to collect detailed measurements of precipitation at + the Earth's surface using ground instruments and advanced weather radars and, + simultaneously, collect data from satellites passing overhead. The APU is + an optical disdrometer based on single particle extinction that measures particle + size and fall velocity. This APU consists of the Parsivel, which was developed + by OTT in Germany, and its support systems, which were designed and built + by the University of Alabama in Huntsville.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:58:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:58:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"APU\",\"LongName\":\"Autonomous + Parsivel Unit (APU)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpaiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979660071-GHRC_DAAC\",\"revision-date\":\"2024-02-20T21:59:35.555Z\",\"granule-count\":1449,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2015. GPM GROUND + VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) IPHEx [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/APU/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.4973,\"NorthBoundingCoordinate\":36.0144,\"EastBoundingCoordinate\":-81.8332,\"SouthBoundingCoordinate\":35.0833}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-10-28T16:25:00.000Z\",\"EndingDateTime\":\"2014-06-19T22:49:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/APU/DATA301\"},\"ShortName\":\"gpmpaiphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpaiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpaiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/parsivel/gpmpaiphx_dataset.html\"},{\"Description\":\"data + format description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/disdrometers_and_gauges/parsivel/doc/DataFormat_parsivel_iphex.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-07-06T17:13:52.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA Autonomous Parsivel Unit (APU) IPHEx dataset was + acquired by multiple parsivel instruments during the GPM Integrated Precipitation + and Hydrology Experiment (IPHEx), which took place in western North Carolina. + IPHEx sought to characterize warm season orographic precipitation regimes, + and the relationship between precipitation regimes and hydrologic processes + in regions of complex terrain. The APU, an optical disdrometer based on single + particle extinction, measures particle size, and fall velocity. ASCII encoded + data files contain information on the drop size distribution and integral + precipitation parameters such as precipitation rate, reflectivity, and mass-weighted + mean diameter.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T21:59:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T21:59:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"APU\",\"LongName\":\"Autonomous + Parsivel Unit (APU)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpalpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) LPVEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979661779-GHRC_DAAC\",\"revision-date\":\"2024-02-20T22:01:02.160Z\",\"granule-count\":223,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2011. GPM GROUND + VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) LPVEX [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/APU/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":21.5013,\"NorthBoundingCoordinate\":60.4864,\"EastBoundingCoordinate\":27.4909,\"SouthBoundingCoordinate\":59.3335}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-15T00:00:00.000Z\",\"EndingDateTime\":\"2011-01-12T13:15:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/APU/DATA301\"},\"ShortName\":\"gpmpalpvex\",\"EntryTitle\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) LPVEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpalpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpalpvex\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/disdrometers_and_gauges/parsivel/doc/gpm_parsivel_campaign.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/LPVEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-01-28T09:28:46.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Autonomous Parsivel Unit (APU) LPVEx dataset provides + rainfall data for the Global Precipitation Measurement (GPM) Misson Ground + Validation Experiment collected at four sites in Finland: Harmaja, Emasalo, + Jarvenpaa, and the Gulf of Finland (Aranda) during the Light Precipitation + Validation Experiment (LPVEx), which took place during September and October + of 2010. The experiment leveraged in situ microphysical property measurements, + coordinated remote sensing observations, and cloud resolving model simulations + of high latitude precipitation systems to conduct a comprehensive evaluation + of precipitation algorithms for current and future satellite platforms.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T22:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T22:00:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"APU\",\"LongName\":\"Autonomous + Parsivel Unit (APU)\"},{\"ShortName\":\"DISDROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpamc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979662455-GHRC_DAAC\",\"revision-date\":\"2024-02-20T22:02:03.180Z\",\"granule-count\":739,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2012. GPM GROUND + VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) MC3E [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/APU/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.5522,\"NorthBoundingCoordinate\":36.638,\"EastBoundingCoordinate\":-97.4262,\"SouthBoundingCoordinate\":36.5641}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-15T13:40:00.000Z\",\"EndingDateTime\":\"2011-06-06T15:20:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/APU/DATA301\"},\"ShortName\":\"gpmpamc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpamc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpamc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/disdrometers_and_gauges/parsivel/doc/gpm_parsivel_campaign.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-03-06T10:56:06.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Autonomous Parsivel Unit (APU) MC3E dataset was collected + by the Autonomous Parsivel Unit (APU), which is an optical disdrometer that + measures the size and fall velocity of single precipitation particles. The + APU consists of the Parsivel (the precipitation measuring instrument), developed + by OTT in Germany, and its support systems, which were designed and built + by the University of Alabama in Huntsville. The APU dataset for the Midlatitude + Continental Convective Clouds Experiment (MC3E) provides precipitation data + including raindrop size, precipitation drop size, precipitation rate and amount. + The Midlatitude Continental Convective Clouds Experiment (MC3E) took place + in central Oklahoma during the April-June 2011 period. The experiment was + a collaborative effort between the U.S. Department of Energy (DOE) Atmospheric + Radiation Measurement (ARM) Climate Research Facility and the National Aeronautics + and Space Administration's (NASA) Global Precipitation Measurement (GPM) mission + Ground Validation (GV) program. The field campaign leveraged the unprecedented + observing infrastructure currently available in the central United States, + combined with an extensive sounding array, remote sensing and in situ aircraft + observations, NASA GPM ground validation remote sensors, and new ARM instrumentation + purchased with American Recovery and Reinvestment Act funding. The overarching + goal was to provide the most complete characterization of convective cloud + systems, precipitation, and the environment that has ever been obtained, providing + constraints for model cumulus parameterizations and space-based rainfall retrieval + algorithms.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T22:02:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T22:02:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"APU\",\"LongName\":\"Autonomous + Parsivel Unit (APU)\"},{\"ShortName\":\"DISDROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpansstc__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) NSSTC V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979663924-GHRC_DAAC\",\"revision-date\":\"2024-02-20T22:03:02.502Z\",\"granule-count\":607,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2010. GPM GROUND + VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) NSSTC [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/NSSTC/APU/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-86.64,\"NorthBoundingCoordinate\":34.72,\"EastBoundingCoordinate\":-86.63,\"SouthBoundingCoordinate\":34.71}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-06-08T00:00:00.000Z\",\"EndingDateTime\":\"2011-03-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/NSSTC/APU/DATA201\"},\"ShortName\":\"gpmpansstc\",\"EntryTitle\":\"GPM + GROUND VALIDATION AUTONOMOUS PARSIVEL UNIT (APU) NSSTC V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpansstc__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpansstc\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/nsstc/parsivel/doc/gpm_parsivel_nsstc_dataset.html\"},{\"Description\":\"parsivel + data format document\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/nsstc/parsivel/doc/Parsivel_raw_data_format_nsstc.pdf\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2010-10-05T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Autonomous Parsivel Unit (APU) NSSTC dataset was collected + by the Autonomous Parsivel Unit (APU), which is an optical disdrometer based + on single particle extinction that measures particle size and fall velocity. + This APU consists of the Parsivel, which was developed by OTT in Germany, + and its support systems, which were designed and built by the University of + Alabama in Huntsville. This dataset provides rainfall data for the Global + Precipitation Measurement (GPM) Mission Ground Validation Experiment collected + at the National Space Science Technology Center (NSSTC) in Huntsville, Alabama. + The validation effort will entail numerous GPM-specific and joint-agency/international + external field campaigns, using state of the art cloud and precipitation observational + infrastructure. Surface rainfall will be measured by very dense rain gauge + and disdrometer networks at various field campaign sites. There may be occasional + gaps in the data when the instrument is not resident at the NSSTC and is sent + to participate in field campaigns.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALABAMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T22:03:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T22:03:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GPMGV\",\"LongName\":\"Global + Precipitation Measurement Ground Validation\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"APU\",\"LongName\":\"Autonomous + Parsivel Unit (APU)\"},{\"ShortName\":\"DISDROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmapuolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Autonomous Parsivel Unit (APU) OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979128148-GHRC_DAAC\",\"revision-date\":\"2024-02-20T22:04:43.967Z\",\"granule-count\":100,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2017. GPM Ground + Validation Autonomous Parsivel Unit (APU) OLYMPEX [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/APU/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.369,\"NorthBoundingCoordinate\":48.3871,\"EastBoundingCoordinate\":-123.478,\"SouthBoundingCoordinate\":47.2025}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Drizzle\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Water Equivalent\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Anomalies\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Snow + Water Equivalent\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Total + Surface Precipitation Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-01-10T09:24:00.000Z\",\"EndingDateTime\":\"2016-01-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/APU/DATA301\"},\"ShortName\":\"gpmapuolyx\",\"EntryTitle\":\"GPM + Ground Validation Autonomous Parsivel Unit (APU) OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmapuolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Value\":0.0,\"Description\":\"This + product has full public access.\"},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmapuolyx\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX Web Site \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmapuolyx__1/docs/gpmapuolyx_dataset.pdf\"},{\"Description\":\"Automated + Parsivel Unit (APU) data processing Olympic Mountain Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/disdrometers_and_gauges/parsivel/doc/readme_apu_olympex.pdf\"},{\"Description\":\"Terminal + velocity and shape of cloud and precipitation drops aloft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0469(1976)033%3C0851:TVASOC%3E2.0.CO;2\"},{\"Description\":\"Articulating + and Stationary PARSIVEL Disdrometer Measurements in Conditions with Strong + Winds and Heavy Rainfall\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-12-00254.1\"},{\"Description\":\" + Experimental quantification of the sampling uncertainty associated with measurements + from PARSIVEL Disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2010JHM1244.1\"},{\"Description\":\"Comparison + of drop size distribution measurements by impact and optical disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(2001)040%3C2083:CODSDM%3E2.0.CO;2\"},{\"Description\":\"Evaluation + of the New Version of the Laser-Optical Disdrometer, OTT Parsivel2\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-13-00174.1\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-05-24T12:05:18.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-04-28T13:43:02.000Z\"}],\"Abstract\":\"The + GPM Ground Validation Autonomous Parsivel Unit (APU) OLYMPEX dataset was collected + during the OLYMPEX field campaign held at Washington's Olympic Peninsula during + the intense observation period of November 2015 to the end of January 2016. + \ The dataset consists of data collected by 16 APUs. The APU is an optical + laser-disdrometer based on single particle extinction that measures particle + size and fall velocity. It consists of the Parsivel2 developed by OTT in + Germany and supporting hardware developed by University of Alabama. This APU + dataset provides precipitation data including precipitation amount, precipitation + rate, reflectivity in Rayleigh regime, liquid water content, drop diameter, + and drop concentration. Data are available in ASCII format. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T22:04:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T22:04:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Annual\"],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"APU\",\"LongName\":\"Autonomous + Parsivel Unit (APU)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmapuwff__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Autonomous Parsivel Unit (APU) Wallops Flight Facility (WFF) + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979128844-GHRC_DAAC\",\"revision-date\":\"2024-02-20T22:05:58.452Z\",\"granule-count\":36,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Wolff, + David , Ali Tokay and Matthew T. Wingo.2018. GPM Ground Validation Autonomous + Parsivel Unit (APU) Wallops Flight Facility (WFF) [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/WFF/APU/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-75.5812,\"NorthBoundingCoordinate\":38.0442,\"EastBoundingCoordinate\":-75.3562,\"SouthBoundingCoordinate\":37.8294}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-05-08T21:26:00.000Z\",\"EndingDateTime\":\"2014-10-08T05:30:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/WFF/APU/DATA101\"},\"ShortName\":\"gpmapuwff\",\"EntryTitle\":\"GPM + Ground Validation Autonomous Parsivel Unit (APU) Wallops Flight Facility (WFF) + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmapuwff__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmapuwff\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmapuwff__1/docs/gpmapuwff_dataset.pdf\"},{\"Description\":\"Automated + Parsivel Unit (APU) data processing during Wallops Flight Facility operation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/wff/parsivel/doc/readme_apu_wff.pdf\"},{\"Description\":\"Terminal + velocity and shape of cloud and precipitation drops aloft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0469(1976)033%3C0851:TVASOC%3E2.0.CO;2\"},{\"Description\":\"Articulating + and Stationary PARSIVEL Disdrometer Measurements in Conditions with Strong + Winds and Heavy Rainfall\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-12-00254.1\"},{\"Description\":\" + Experimental quantification of the sampling uncertainty associated with measurements + from PARSIVEL Disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2010JHM1244.1\"},{\"Description\":\"Comparison + of drop size distribution measurements by impact and optical disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(2001)040%3C2083:CODSDM%3E2.0.CO;2\"},{\"Description\":\"Evaluation + of the New Version of the Laser-Optical Disdrometer, OTT Parsivel2\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-13-00174.1\"},{\"Description\":\"GPM + Precipitation Science Research Facility at Wallops Flight Facility\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"http://wallops-prf.gsfc.nasa.gov/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-12-17T03:12:11.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:54:13.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Autonomous Parsivel Unit (APU) Wallops Flight Facility + (WFF) dataset consists of precipitation data including precipitation amount, + precipitation rate, reflectivity in Rayleigh regime, liquid water content, + drop diameter, and drop concentration obtained from six Autonomous Parsivel + Units (APUs) positioned at the Wallops Flight Facility (WFF) in support of + the Global Precipitation Mission (GPM). The APU is an optical laser-disdrometer + based on single particle extinction that measures particle size and fall velocity. + It consists of the Parsivel2 developed by OTT in Germany and supporting hardware + developed by University of Alabama. Data are available in ASCII format for + the period of May 6, 2013 through October 9, 2014.\\n\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"VIRGINIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T22:05:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T22:05:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GPMGV\",\"LongName\":\"Global + Precipitation Measurement Ground Validation\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Annual\"],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"APU\",\"LongName\":\"Autonomous + Parsivel Unit (APU)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmikalpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation C-band Ikaalinen (IKA) Radar LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995569684-GHRC_DAAC\",\"revision-date\":\"2024-02-20T22:09:26.133Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Moisseev, + Dmitri N.2020. GPM Ground Validation C-band Ikaalinen (IKA) Radar LPVEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/RADAR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":18.33,\"NorthBoundingCoordinate\":64.012,\"EastBoundingCoordinate\":27.83,\"SouthBoundingCoordinate\":59.522}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-10-19T07:00:00.000Z\",\"EndingDateTime\":\"2010-10-19T11:06:14.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/RADAR/DATA101\"},\"ShortName\":\"gpmikalpvex\",\"EntryTitle\":\"GPM + Ground Validation C-band Ikaalinen (IKA) Radar LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmikalpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmikalpvex\"},{\"Description\":\"Light + Precipitation Validation Experiment (LPVEx) Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/lpvex_science_plan_June2010.pdf\"},{\"Description\":\"The + NASA CloudSat/GPM Light Precipitation Validation Experiment (LPVEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/search.jsp?R=20110015768\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"Instrument + Information\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.atm.helsinki.fi/UH_RADAR/sites.html\"},{\"Description\":\"GPM + Ground Validation C-Band Radar LPVEx User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmikalpvex__1/docs/gpmikalpvex_datasets.pdf\"},{\"Description\":\"Quality + Assurance in the FMI Doppler Weather Radar Network\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://www.researchgate.net/publication/280623315_Quality_Assurance_in_the_FMI_Doppler_Weather_Radar_Network\"},{\"Description\":\"LPVEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/lpvex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-04-29T01:04:48.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:20:09.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation C-Band Radar LPVEx datasets include radar reflectivity + data from the Ikaalinen (IKA) dual-polarimetric C-Band Doppler radar in Finland + during the Global Precipitation Measurement (GPM) mission Light Precipitation + Validation Experiment (LPVEx) field campaign. This radar, along with four + others, provided reflectivity measurements for light precipitation systems + during LPVEx. This field campaign took place around the Gulf of Finland, aiming + to provide additional high-latitude, light rainfall measurements for the improvement + of GPM satellite precipitation algorithms. The Ikaalinen C-Band Radar data + files are available in RAW and UF format for October 19, 2010.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T22:09:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T22:09:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"UF + - Binary\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkerlpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation C-band Kerava (KER) Radar LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995569709-GHRC_DAAC\",\"revision-date\":\"2024-02-20T22:11:36.216Z\",\"granule-count\":150,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Moisseev, + Dmitri N.2020. GPM Ground Validation C-band Kerava (KER) Radar LPVEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/RADAR/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":20.565,\"NorthBoundingCoordinate\":62.634,\"EastBoundingCoordinate\":29.663,\"SouthBoundingCoordinate\":58.142}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-01T00:00:00.000Z\",\"EndingDateTime\":\"2011-01-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/RADAR/DATA201\"},\"ShortName\":\"gpmkerlpvex\",\"EntryTitle\":\"GPM + Ground Validation C-band Kerava (KER) Radar LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkerlpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkerlpvex\"},{\"Description\":\"Light + Precipitation Validation Experiment (LPVEx) Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/lpvex_science_plan_June2010.pdf\"},{\"Description\":\"The + NASA CloudSat/GPM Light Precipitation Validation Experiment (LPVEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/search.jsp?R=20110015768\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"Instrument + Information\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.atm.helsinki.fi/UH_RADAR/sites.html\"},{\"Description\":\"GPM + Ground Validation C-Band Radar LPVEx User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmkerlpvex__1/docs/gpmkerlpvex_datasets.pdf\"},{\"Description\":\"Quality + Assurance in the FMI Doppler Weather Radar Network\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://www.researchgate.net/publication/280623315_Quality_Assurance_in_the_FMI_Doppler_Weather_Radar_Network\"},{\"Description\":\"LPVEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/lpvex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-04-29T01:04:18.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:20:09.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation C-Band Radar LPVEx datasets include radar reflectivity + data from the Kerava (KER) dual-polarimetric C-Band Doppler radar in Finland + during the Global Precipitation Measurement (GPM) mission Light Precipitation + Validation Experiment (LPVEx) field campaign. This radar, along with four + others, provided reflectivity measurements for light precipitation systems + during LPVEx. This field campaign took place around the Gulf of Finland, aiming + to provide additional high-latitude, light rainfall measurements for the improvement + of GPM satellite precipitation algorithms. The Kerava C-Band Radar data files + are available in RAW and UF format from September 21 through October 20, + 2010.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-20T22:11:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-20T22:11:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary + - UF\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkorlpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation C-band Korpo (KOR) Radar LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995569738-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:30:08.195Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Moisseev, + Dmitri N.2020. GPM Ground Validation C-band Korpo (KOR) Radar LPVEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/RADAR/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":17.136,\"NorthBoundingCoordinate\":62.373,\"EastBoundingCoordinate\":26.157,\"SouthBoundingCoordinate\":57.884}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-10-19T07:00:00.000Z\",\"EndingDateTime\":\"2010-10-19T11:05:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/RADAR/DATA301\"},\"ShortName\":\"gpmkorlpvex\",\"EntryTitle\":\"GPM + Ground Validation C-band Korpo (KOR) Radar LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkorlpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkorlpvex\"},{\"Description\":\"Light + Precipitation Validation Experiment (LPVEx) Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/lpvex_science_plan_June2010.pdf\"},{\"Description\":\"The + NASA CloudSat/GPM Light Precipitation Validation Experiment (LPVEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/search.jsp?R=20110015768\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"Instrument + Information\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.atm.helsinki.fi/UH_RADAR/sites.html\"},{\"Description\":\"GPM + Ground Validation C-Band Radar LPVEx User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmkorlpvex__1/docs/gpmkorlpvex_dataset.pdf\"},{\"Description\":\"Quality + Assurance in the FMI Doppler Weather Radar Network\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://www.researchgate.net/publication/280623315_Quality_Assurance_in_the_FMI_Doppler_Weather_Radar_Network\"},{\"Description\":\"LPVEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/lpvex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-04-29T01:04:11.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:20:09.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation C-Band Radar LPVEx datasets include radar reflectivity + data from the Korpo (KOR) dual-polarimetric C-Band Doppler radar in Finland + during the Global Precipitation Measurement (GPM) mission Light Precipitation + Validation Experiment (LPVEx) field campaign. This radar, along with four + others, provided reflectivity measurements for light precipitation systems + during LPVEx. This field campaign took place around the Gulf of Finland, aiming + to provide additional high-latitude, light rainfall measurements for the improvement + of GPM satellite precipitation algorithms. The Korpo C-Band Radar data files + are available in RAW and UF format for October 19, 2010.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:30:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:30:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"UF + - Binary\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkumlpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation C-band Kumpula (KUM) Radar LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995569868-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:32:34.858Z\",\"granule-count\":306,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Moisseev, + Dmitri N.2020. GPM Ground Validation C-band Kumpula (KUM) Radar LPVEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/RADAR/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":15.914,\"NorthBoundingCoordinate\":64.687,\"EastBoundingCoordinate\":34.012,\"SouthBoundingCoordinate\":55.722}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-01T00:00:13.000Z\",\"EndingDateTime\":\"2011-01-31T23:59:54.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/RADAR/DATA401\"},\"ShortName\":\"gpmkumlpvex\",\"EntryTitle\":\"GPM + Ground Validation C-band Kumpula (KUM) Radar LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkumlpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkumlpvex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/C-band_radar/KUM/browse/KUM101001235415.PPIEW4C.png\"},{\"Description\":\"Light + Precipitation Validation Experiment (LPVEx) Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/lpvex_science_plan_June2010.pdf\"},{\"Description\":\" + The NASA CloudSat/GPM Light Precipitation Validation Experiment (LPVEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/search.jsp?R=20110015768\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"Instrument + Information\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.atm.helsinki.fi/UH_RADAR/sites.html\"},{\"Description\":\"GPM + Ground Validation C-Band Radar LPVEx User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmkumlpvex__1/docs/gpmkumlpvex_dataset.pdf\"},{\"Description\":\"Quality + Assurance in the FMI Doppler Weather Radar Network\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://www.researchgate.net/publication/280623315_Quality_Assurance_in_the_FMI_Doppler_Weather_Radar_Network\"},{\"Description\":\"LPVEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/lpvex\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/C-band_radar/KUM/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-04-29T12:04:36.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:20:09.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation C-Band Radar LPVEx datasets include radar reflectivity + data from the Kumpula (KUM) dual-polarimetric C-Band Doppler radar in Finland + during the Global Precipitation Measurement (GPM) mission Light Precipitation + Validation Experiment (LPVEx) field campaign. This radar, along with four + others, provided reflectivity measurements for light precipitation systems + during LPVEx. This field campaign took place around the Gulf of Finland, aiming + to provide additional high-latitude, light rainfall measurements for the improvement + of GPM satellite precipitation algorithms. The Kumpula C-band Radar data files + are available in RAW and UF format, with browse imagery in PNG format from + September 01, 2010 through January 31, 2011.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:32:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:32:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary + - UF\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmvanlpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation C-band Vantaa (VAN) Radar LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995570271-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:35:03.474Z\",\"granule-count\":135,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Moisseev, + Dmitri N.2020. GPM Ground Validation C-band Vantaa (VAN) Radar LPVEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/RADAR/DATA501\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":24.896,\"NorthBoundingCoordinate\":60.342,\"EastBoundingCoordinate\":24.916,\"SouthBoundingCoordinate\":60.322}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-16T00:00:00.000Z\",\"EndingDateTime\":\"2011-01-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/RADAR/DATA501\"},\"ShortName\":\"gpmvanlpvex\",\"EntryTitle\":\"GPM + Ground Validation C-band Vantaa (VAN) Radar LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmvanlpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmvanlpvex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/C-band_radar/VAN/browse/VAN_201010012100_PPI.png\"},{\"Description\":\"Light + Precipitation Validation Experiment (LPVEx) Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/lpvex_science_plan_June2010.pdf\"},{\"Description\":\"The + NASA CloudSat/GPM Light Precipitation Validation Experiment (LPVEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/search.jsp?R=20110015768\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"Instrument + Information\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.atm.helsinki.fi/UH_RADAR/sites.html\"},{\"Description\":\"GPM + Ground Validation C-Band Radar LPVEx User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmvanlpvex__1/docs/gpmvanlpvex_dataset.pdf\"},{\"Description\":\"Quality + Assurance in the FMI Doppler Weather Radar Network\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://www.researchgate.net/publication/280623315_Quality_Assurance_in_the_FMI_Doppler_Weather_Radar_Network\"},{\"Description\":\"LPVEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/lpvex\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/C-band_radar/VAN/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-04-27T11:04:48.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:20:09.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation C-Band Radar datasets include radar reflectivity data + from the Vantaa (VAN) dual-polarimetric C-Band Doppler radar in Finland during + the Global Precipitation Measurement (GPM) mission Light Precipitation Validation + Experiment (LPVEx) field campaign. This radar, along with four others, provided + reflectivity measurements for light precipitation systems during LPVEx. This + field campaign took place around the Gulf of Finland, aiming to provide additional + high-latitude, light rainfall measurements for the improvement of GPM satellite + precipitation algorithms. The Vantaa C-Band Radar data files are available + in RAW and UF format, with browse imagery in PNG format from September 16, + 2010 through January 31, 2011.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:35:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:35:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"UF + - Binary\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmisrepifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION CAMPAIGN REPORTS IFLOODS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979622469-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:36:18.782Z\",\"granule-count\":479,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A.2015. GPM GROUND VALIDATION CAMPAIGN REPORTS IFLOODS [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/REPORTS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-92.3,\"NorthBoundingCoordinate\":48.99,\"EastBoundingCoordinate\":-91.54,\"SouthBoundingCoordinate\":37.47}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Flight Data Logs\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather Events\",\"VariableLevel1\":\"Weather/Climate + Advisories\",\"VariableLevel2\":\"Weather Forecast\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-22T10:30:00.000Z\",\"EndingDateTime\":\"2014-04-25T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/REPORTS/DATA101\"},\"ShortName\":\"gpmmisrepifld\",\"EntryTitle\":\"GPM + GROUND VALIDATION CAMPAIGN REPORTS IFLOODS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmisrepifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmisrepifld\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmmisrepifld__1/docs/gpmmisrepifld_dataset.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-07-29T16:01:39.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T16:35:35.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Campaign Reports IFloodS dataset consists of various + reports filed by the scientists during the GPM Ground Validation Iowa Flood + Studies (IFloodS) Field Experiment, which took place from April to mid-June + 2013 in Iowa. The goals of the campaign were to collect detailed measurements + of precipitation at the Earth's surface using ground instruments and advanced + weather radars and, simultaneously, collect data from satellites passing overhead. + Included in this dataset are Mission Scientist, Instrument Scientists, and + Weather Forecasts. Many reports have additional information included as attachments.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:36:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:36:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Reports\",\"ShortName\":\"MISSION + REPORTS\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"LongName\":\"Visual + Observations\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Various: + PDF, PowerPoint, PNG, JPEG\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmisrepiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION CAMPAIGN REPORTS IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979623084-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:38:04.180Z\",\"granule-count\":870,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A.2016. GPM GROUND VALIDATION CAMPAIGN REPORTS IPHEx [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/REPORTS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.09,\"NorthBoundingCoordinate\":36.02,\"EastBoundingCoordinate\":-81.0,\"SouthBoundingCoordinate\":35.08}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Flight + Data Logs\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-06T17:00:00.000Z\",\"EndingDateTime\":\"2014-06-16T23:59:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"0\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/REPORTS/DATA101\"},\"ShortName\":\"gpmmisrepiphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION CAMPAIGN REPORTS IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmisrepiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/portal/ghrc/search?q=gpmmisrepiphx&ghrccloud/data/\"},{\"Description\":\" + IPHEx Field Campaign Collection DOI \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmmisrepiphx__1/docs/gpmmisrepiphx_dataset.pdf\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-07-28T18:14:27.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-12-12T12:38:43.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Global Precipitation Measurement (GPM) Ground Validation Integrated Precipitation + and Hydrology Experiment (IPHEx) campaign was centered in the Southern Appalachians + and spanned into the Piedmont and Coastal Plain regions of North Carolina. + The campaign sought to characterize warm season orographic precipitation regimes, + and the relationship between precipitation regimes and hydrologic processes + in regions of complex terrain. The GPM Ground Validation Mission Reports IPHEx + dataset contains reports from the intense campaign period which occurred during + May 1, 2014 to June 13, 2014. This dataset consists of various reports filed + by the scientists during the campaign. This dataset includes flight reports, + weather forecasts, GPM flight forecasts, instrument reports, mission science + reports, and plan-of-day reports. Many reports have additional information + included as attachments.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:38:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:38:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND CITATION + II\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"LongName\":\"VISUAL + OBSERVATIONS\"}]},{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"LongName\":\"VISUAL + OBSERVATIONS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Various: + JPEG, PDF, PNG, PowerPoint, Word\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmisrepmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION CAMPAIGN REPORTS MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979624154-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:40:35.986Z\",\"granule-count\":384,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A.2012. GPM GROUND VALIDATION CAMPAIGN REPORTS MC3E [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/REPORTS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-105.64,\"NorthBoundingCoordinate\":48.5123,\"EastBoundingCoordinate\":-91.3954,\"SouthBoundingCoordinate\":27.957}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Flight Data Logs\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather Events\",\"VariableLevel1\":\"Weather/Climate + Advisories\",\"VariableLevel2\":\"Weather Forecast\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-01-27T00:00:00.000Z\",\"EndingDateTime\":\"2011-06-03T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/REPORTS/DATA101\"},\"ShortName\":\"gpmmisrepmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION CAMPAIGN REPORTS MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmisrepmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmisrepmc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmmisrepmc3e/gpmmisrepmc3e_dataset.html\"},{\"Description\":\"MC3E + Scorecard\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmmisrepmc3e/MC3E_Scorecard.xlsx\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-10-23T14:10:06.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T16:38:48.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Campaign Reports MC3E dataset consists of various reports + filed by the scientists during the Midlatitude Continental Convective Clouds + Experiment (MC3E) campaign. The overarching goal was to provide the most complete + characterization of convective cloud systems, precipitation, and the environment + that has ever been obtained, providing constraints for model cumulus parameterizations + and space-based rainfall retrieval algorithms over land that had never before + been available. Several of the reports are from the planning, test flights, + and preparation. Included in this dataset are Mission Scientist, Mission Manager, + Instrument Scientists, and Weather Forecasts. Many reports have additional + information included as attachments.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:40:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:40:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Reports\",\"ShortName\":\"MISSION + REPORTS\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"LongName\":\"Visual + Observations\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Various: + JPEG, Excel, PowerPoint, Word, PDF, PNG\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmisrepolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Campaign Reports OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979624676-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:42:09.507Z\",\"granule-count\":512,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A and Robert A. Houze.2018. GPM Ground Validation Campaign Reports + OLYMPEX [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/REPORTS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-130.045,\"NorthBoundingCoordinate\":49.634,\"EastBoundingCoordinate\":-117.881,\"SouthBoundingCoordinate\":34.6142}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Flight + Data Logs\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-10-23T15:19:00.000Z\",\"EndingDateTime\":\"2016-01-22T16:25:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"0\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/REPORTS/DATA101\"},\"ShortName\":\"gpmmisrepolyx\",\"EntryTitle\":\"GPM + Ground Validation Campaign Reports OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmisrepolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmisrepolyx\"},{\"Description\":\"OLYMPEX + Collection Landing Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmmisrepolyx__1/docs/gpmmisrepolyx_dataset.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-03-05T12:03:56.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:40:26.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Campaign Reports OLYMPEX dataset consists of flight + reports, weather forecasts, instrument reports, scientist summaries, and plan-of-day + reports collected during the Global Precipitation Measurement (GPM) Olympic + Mountains Experiment (OLYMPEX) field campaign to help support the ground validation + of the GPM. These campaign reports were collected during the intense operating + period which occurred during November 2015 to February 2016. The various + campaign reports are available in PDF, JPG, PNG, and Microsoft Powerpoint + and Word formats, some of which are located within tarred data files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:42:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:42:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Reports\",\"ShortName\":\"MISSION + REPORTS\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"LongName\":\"VISUAL + OBSERVATIONS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PDF\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmopasscgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION CARE SATELLITE OVERPASS IMAGES GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979643006-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:42:59.421Z\",\"granule-count\":45,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"L'Ecuyer, + Tristan and Tristan L'Ecuyer.2014. GPM GROUND VALIDATION CARE SATELLITE + OVERPASS IMAGES GCPEX [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/OVERPASS/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-87.0,\"NorthBoundingCoordinate\":47.5,\"EastBoundingCoordinate\":-73.0,\"SouthBoundingCoordinate\":41.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Data + Synchronization Time\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-15T00:00:00.000Z\",\"EndingDateTime\":\"2012-02-28T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/OVERPASS/DATA201\"},\"ShortName\":\"gpmopasscgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION CARE SATELLITE OVERPASS IMAGES GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmopasscgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmopasscgcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmopassgcpex/gpmopasscgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-05-23T10:39:17.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:40.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation CARE Satellite Overpass GCPEx Images are the satellite + overpass images for the GPM Cold-season Precipitation Experiment (GCPEx), + which occurred in Ontario, Canada, January 15, 2012 through February 28, 2012. + GCPEx addressed limitations in the GPM snowfall retrieval algorithm through + the collection of microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. The satellite tracks + include the DMSP satellite numbers 15, 16, 17, 18, and 19. A list of starting + overpass times per satellite and day is included.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:42:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:42:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F16\",\"LongName\":\"Defense Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F17\",\"LongName\":\"Defense Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F19\",\"LongName\":\"Defense Meteorological Satellite Program-F19\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F18\",\"LongName\":\"Defense Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F15\",\"LongName\":\"Defense Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcax1cfolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation CAX1 Radar CFradial format OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1981360835-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:44:12.470Z\",\"granule-count\":74483,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David , Peter Rodriguez, Vlado Stojanovic, Norman Donaldson, Robert Reed + and Stacy Brodzik.2018. GPM Ground Validation CAX1 Radar CFradial format + OLYMPEX [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/XBAND/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.376,\"NorthBoundingCoordinate\":49.2854,\"EastBoundingCoordinate\":-122.58,\"SouthBoundingCoordinate\":47.4888}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-14T23:10:04.000Z\",\"EndingDateTime\":\"2016-04-01T13:08:33.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/XBAND/DATA301\"},\"ShortName\":\"gpmcax1cfolyx\",\"EntryTitle\":\"GPM + Ground Validation CAX1 Radar CFradial format OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcax1cfolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcax1cfolyx\"},{\"Description\":\"OLYMPEX + Canada\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://ams.confex.com/ams/17Mountain/webprogram/Paper296448.html\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmcax1cfolyx__1/docs/gpmcax1cfolyx_dataset.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-03-20T11:03:38.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:20.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation CAX1 Radar CFradial format OLYMPEX dataset consists + of radar parameters, such as Radar reflectivity, Doppler velocity, Doppler + width, Differential reflectivity, and Signal quality index, provided on a + 0.4 to 1.0 km spatial resolution within the OLYMPEX field campaign study region + in the state of Washington. These data were obtained for the GPM Ground Validation + OLYMPEX field campaign by the SELEX Meteor 60DX10 Compact Weather (CAX1) radar. + The CAX1 radar was located at the southern tip of Vancouver Island on the + Canadian Forces Base (CFB) Esquimalt Albert Head (AHD) military training area. + The CAX1 radar was operated by Environment and Climate Change Canada to support + the OLYMPEX field campaign. These data are available in Cfradial netCDF-4 + format from November 14, 2015 through April 1, 2016.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:44:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:44:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"XPOL\",\"LongName\":\"NOAA/ETL + X-band Polarimetric Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcax1odolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation CAX1 Radar ODIM format OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1983295899-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:46:15.226Z\",\"granule-count\":115864,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David , Peter Rodriguez, Vlado Stojanovic, Sudesh Boodoo, Norman Donaldson + and Robert Reed.2018. GPM Ground Validation CAX1 Radar ODIM format OLYMPEX + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/XPOL/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.376,\"NorthBoundingCoordinate\":49.2854,\"EastBoundingCoordinate\":-122.58,\"SouthBoundingCoordinate\":47.4888}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-14T23:10:04.000Z\",\"EndingDateTime\":\"2016-04-01T13:09:08.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/XPOL/DATA101\"},\"ShortName\":\"gpmcax1odolyx\",\"EntryTitle\":\"GPM + Ground Validation CAX1 Radar ODIM format OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcax1odolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcax1odolyx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/cax1_xah_odim/browse/2015-11-17/olympex_cax1_xah_20151117_0000Z_DOPVOL1-A-azi-DBZH-dpatc.png\"},{\"Description\":\"OLYMPEX + Canada\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://ams.confex.com/ams/17Mountain/webprogram/Paper296448.html\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmcax1odolyx__1/docs/gpmcax1odolyx_dataset.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/cax1_xah_odim/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-02-14T08:02:35.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:21.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation CAX1 Radar ODIM format OLYMPEX dataset consists of radar + parameters, such as Radar reflectivity, Doppler velocity, Doppler width, Differential + reflectivity, Differential phase, Differential phase shift, Correlation coefficient, + and Signal Quality Index, provided on a 0.4 to 1.0 km spatial resolution within + the OLYMPEX field campaign study region in state of Washington. These data + were obtained for the GPM Ground Validation OLYMPEX field campaign by the + SELEX Meteor 60DX10 Compact Weather (CAX1) radar. The CAX1 radar was located + at the southern tip of Vancouver Island on the Canadian Forces Base (CFB) + Esquimalt Albert Head (AHD) military training area. These data are available + in ODIM HDF-5 format, and have corresponding browse imagery in PNG format, + from November 14, 2015 through April 1, 2016.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:46:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:46:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"XPOL\",\"LongName\":\"NOAA/ETL + X-band Polarimetric Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF5\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcax1rbolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation CAX1 Radar RB5 format OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1984725037-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:47:33.721Z\",\"granule-count\":388645,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David , Peter Rodriguez, Vlado Stojanovic, Norman Donaldson and Robert + \ Reed.2018. GPM Ground Validation CAX1 Radar RB5 format OLYMPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/XPOL/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.376,\"NorthBoundingCoordinate\":49.2854,\"EastBoundingCoordinate\":-122.58,\"SouthBoundingCoordinate\":47.4888}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-13T00:00:00.000Z\",\"EndingDateTime\":\"2016-04-20T19:04:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/XPOL/DATA201\"},\"ShortName\":\"gpmcax1rbolyx\",\"EntryTitle\":\"GPM + Ground Validation CAX1 Radar RB5 format OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcax1rbolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcax1rbolyx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/olympex/gpmcax1rbolyx/olympex_cax1_20151119_0005Z_DOPVOL1-A-azi-DBZH-dpatc.png\"},{\"Description\":\"OLYMPEX + Canada\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://ams.confex.com/ams/17Mountain/webprogram/Paper296448.html\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmcax1rbolyx__1/docs/gpmcax1rbolyx_dataset.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-06-12T01:06:32.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:21.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation CAX1 Radar RB5 format OLYMPEX dataset consists of radar + parameters, such as radar reflectivity, Doppler velocity, Doppler width, Differential + reflectivity, and signal quality index, provided on a 0.4 to 1.0 km spatial + resolution within the OLYMPEX field campaign study region in the state of + Washington. These data were obtained for the GPM Ground Validation OLYMPEX + field campaign by the SELEX Meteor 60DX10 Compact Weather (CAX1) radar. The + CAX1 radar was located at the southern tip of Vancouver Island on the Canadian + Forces Base (CFB) Esquimalt Albert Head (AHD) military training area. The + CAX1 radar was operated by Environment and Climate Change Canada (ECCC) to + support the OLYMPEX field campaign. These data are available in RB5 binary + and PNG formats from November 13, 2015 to April 20, 2016. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:47:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:47:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"XPOL\",\"LongName\":\"NOAA/ETL + X-band Polarimetric Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG + - RB5\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmchillmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION CHILL RADAR MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979130465-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:48:26.536Z\",\"granule-count\":21,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Rutledge, + Steven A.2013. GPM GROUND VALIDATION CHILL RADAR MC3E [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/CHILL/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-121.0,\"NorthBoundingCoordinate\":43.0,\"EastBoundingCoordinate\":-91.0,\"SouthBoundingCoordinate\":28.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Return + Power\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-05-24T19:48:51.000Z\",\"EndingDateTime\":\"2011-05-24T21:04:29.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/CHILL/DATA201\"},\"ShortName\":\"gpmchillmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION CHILL RADAR MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmchillmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmchillmc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmchillmc3e/gpm_chill_pawnee_mc3e.html\"},{\"Description\":\"CHILL + readme\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PI + DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/radar_UF_CHILL/doc/CHILL_readme.txt\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-03-06T15:51:43.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:20:09.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation CHILL Radar MC3E dataset was collected during the Midlatitude + Continental Convective Clouds Experiment (MC3E), which was held in Oklahoma + were collected while the NASA ER-2 aircraft conducted a series of four legs + along the 090 and 120 degree CHILL azimuths on May 24, 2011. Dual linear polarization + variables as well as Doppler velocity, radial velocity, and normalized coherent + power are contained in this dataset. In an effort to expand the MC3E sampling + to a wider geographical area, the NASA ER-2 aircraft was directed to Northeastern + Colorado while widespread rain was in progress on May 24, 2011. The aircraft + flew a series of pre-defined ground tracks that coincided with radials from + the CSU-CHILL radar. This aided in keeping the aircraft in the plane of a + series of RHI scans done by CSU-CHILL. The single polarization CSU-Pawnee + radar maintained volume coverage of the echo system while the radial flight + legs were in progress. During aircraft course reversals at the ends of the + radial legs, the CHILL and Pawnee radars started volume scans in synchronization + to support dual Doppler wind syntheses. The Pawnee radar data are available + as a seperate dataset.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:48:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:48:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"UF\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcitvidiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION CITATION VIDEOS IPHEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979130750-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:50:21.834Z\",\"granule-count\":7,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Poellot, + Michael R and Andrew J Heymsfield.2016. GPM GROUND VALIDATION CITATION VIDEOS + IPHEX [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/CAMERA/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.1,\"NorthBoundingCoordinate\":46.5,\"EastBoundingCoordinate\":-78.0,\"SouthBoundingCoordinate\":35.23}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Flight + Data Logs\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-06-06T18:34:00.000Z\",\"EndingDateTime\":\"2014-06-08T21:17:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/CAMERA/DATA101\"},\"ShortName\":\"gpmcitvidiphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION CITATION VIDEOS IPHEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcitvidiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcitvidiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmcitvidiphx__1/docs/gpmcitvidiphx_dataset.pdf\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-10-25T16:07:21.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Citation Videos IPHEx dataset was collected during the + Global Precipitation Measurement (GPM) mission Integrated Precipitation and + Hydrology Experiment (IPHEx) in the Southern Appalachians, spanning into the + Piedmont and Coastal Plain regions of North Carolina. The goal of IPHEx was + to evaluate the accuracy of satellite precipitation measurements and use the + collected data for hydrology models in the region. These videos show flights + on June 6, 2014 and June 8, 2014. The dataset contains MP4 digital video files + and videos have been sped up 12.5 times the original speed and are broken + into smaller files of about 3.5 minutes each (covering 45 minutes of actual + flight time).\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:50:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:50:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND CITATION + II\",\"Instruments\":[{\"ShortName\":\"CAMERAS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"MP4\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcplolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Cloud Physics LiDAR (CPL) OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979139803-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:51:53.977Z\",\"granule-count\":43,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"McGill, + Matthew and Dennis L Hlavka.2017. GPM Ground Validation Cloud Physics LiDAR + (CPL) OLYMPEX [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/CPL/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-130.045,\"NorthBoundingCoordinate\":49.6338,\"EastBoundingCoordinate\":-117.774,\"SouthBoundingCoordinate\":34.1575}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Optical Depth/Thickness\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Extinction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Optical Depth/Thickness\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-09T19:25:19.000Z\",\"EndingDateTime\":\"2015-12-15T19:14:17.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/CPL/DATA101\"},\"ShortName\":\"gpmcplolyx\",\"EntryTitle\":\"GPM + Ground Validation Cloud Physics LiDAR (CPL) OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcplolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcplolyx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/CPL/browse/olympex_radex_cpl_imgsum_16921_20151201_1064.gif\"},{\"Description\":\"Applications + of Data from the Cloud Physics Lidar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ams.confex.com/ams/pdfpapers/85877.pdf\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmcplolyx__1/docs/gpmcplolyx_dataset.pdf\"},{\"Description\":\"PI + Readme File\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/CPL/doc/gpmcplolyx_readme.txt\"},{\"Description\":\"Cloud + Physics Lidar: instrument description and initial measurement results\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1364/AO.41.003725\"},{\"Description\":\"Airborne + lidar measurements of aerosol optical properties during SAFARI-2000\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2002JD002370\"},{\"Description\":\"Airborne + validation of spatial properties measured by the CALIPSO lidar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1029/2007JD008768\"},{\"Description\":\"On + the spectral dependence of backscatter from cirrus clouds: Assessing CALIOP\u2019s + 1064 nm calibration assumptions using cloud physics lidar measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2009JD013086\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"Sample + IDL program to read a CPL attenuated total backscatter (ATB) HDF5 file\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/CPL/doc/read_atb_hdf5.pro\"},{\"Description\":\"Sample + IDL program to read a CPL optical properties (OP) HDF5 file\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/CPL/doc/read_op_hdf5.pro\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-10-27T04:10:11.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:28.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Cloud Physics Lidar (CPL) OLYMPEX dataset consists of + extinction profiles, layer optical depth, layer lidar ratio, and aircraft + parameter measurements measured by the CPL flown on the NASA ER-2 aircraft + during the Global Precipitation Mission (GPM) Olympic Mountains Experiment + (OLYMPEX) campaign. The CPL instrument is a multi-wavelength backscatter lidar + that provides multi-wavelength measurements of cirrus and aerosols with high + temporal and spatial. Data files are available from November 9, 2015 through + December 15, 2015 in HDF-5 format with layer information in ASCII text files. + \ Browse imagery files in GIF format contain optical depth and flight path + images.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:51:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:51:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"CPL\",\"LongName\":\"Cloud + Physics Lidar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - HDF5\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcrsiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION CLOUD RADAR SYSTEM (CRS) IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979140485-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:53:42.166Z\",\"granule-count\":57,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Gerald M and Lin Tian.2015. GPM GROUND VALIDATION CLOUD RADAR SYSTEM (CRS) + IPHEx [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/CRS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.09,\"NorthBoundingCoordinate\":46.7,\"EastBoundingCoordinate\":-81.0,\"SouthBoundingCoordinate\":34.5}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-03T17:58:20.000Z\",\"EndingDateTime\":\"2014-06-12T23:30:27.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/CRS/DATA101\"},\"ShortName\":\"gpmcrsiphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION CLOUD RADAR SYSTEM (CRS) IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcrsiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcrsiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NASA + Armstrong Fact Sheet: ER-2 High-Altitude Airborne Science Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.nasa.gov/centers/armstrong/news/FactSheets/FS-046-DFRC.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmcrsiphx__1/docs/gpmcrsiphx_dataset.pdf\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Using + a multiwavelength suite of microwave instruments to investigate the microphysical + structure of deep convective cores\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1002/2016JD025269\"},{\"Description\":\"Ice + Cloud Retrievals and Analysis with the Compact Scanning Submillimeter Imaging + Radiometer and the Cloud Radar System during CRYSTAL FACE\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAM2250.1\"},{\"Description\":\"A + 94-GHz Cloud Radar System on a NASA High-Altitude ER-2 Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2004)021%3C1378:AGCRSO%3E2.0.CO;2\"},{\"Description\":\"Measurements + of Ocean Surface Backscattering Using an Airborne 94-GHz Cloud Radar\u2014Implication + for Calibration of Airborne and Spaceborne W-Band Radars\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH1722.1\"},{\"Description\":\"Combined + lidar-radar remote sensing: Initial results from CRYSTAL-FACE\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2003JD004030\"},{\"Description\":\"Cirrus + cloud optical, microphysical, and radiative properties observed during the + CRYSTAL-FACE experiment: A lidar-radar retrieval system\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2004JD005605\"},{\"Description\":\" + Retrieving optically thick ice cloud microphysical properties by using airborne + dual-wavelength radar measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2005JD005969\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-11-09T10:50:17.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Cloud Radar System (CRS) IPHEx data were collected in + support of the Global Precipitation Measurement (GPM) mission Integrated Precipitation + and Hydrology Experiment (IPHEx) in North Carolina, with an intense study + period occurring from May 1, 2014 through June 15, 2014. The goal of IPHEx + was to evaluate the accuracy of satellite precipitation measurements and use + the collected data for hydrology models in the region. The ER-2 aircraft flew + during the IPHEx field campaign to aid in GPM validation. The science instruments, + including the CRS, onboard the aircraft acted as a proxy for GPM satellite + instruments. The CRS provided high-resolution profiles of reflectivity and + Doppler velocity in clouds at aircraft nadir along the flight track. The CRS + data are available from May 3, 2014 through June 12, 2014 and files for this + dataset are available in netCDF-3 format. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:53:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:53:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"CRS\",\"LongName\":\"Cloud + Radar System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcrsolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Cloud Radar System (CRS) OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979140648-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:55:47.682Z\",\"granule-count\":46,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Gerald M and Lin Tian.2017. GPM Ground Validation Cloud Radar System (CRS) + OLYMPEX [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/CRS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-129.328,\"NorthBoundingCoordinate\":49.634,\"EastBoundingCoordinate\":-117.774,\"SouthBoundingCoordinate\":34.1576}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Cross-Section\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Return + Power\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Droplet Distribution\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-10T17:28:16.000Z\",\"EndingDateTime\":\"2015-12-10T21:11:25.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/CRS/DATA101\"},\"ShortName\":\"gpmcrsolyx\",\"EntryTitle\":\"GPM + Ground Validation Cloud Radar System (CRS) OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcrsolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcrsolyx\"},{\"Description\":\"Cloud + Radar System (CRS) - Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://har.gsfc.nasa.gov/index.php?section=12\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmcrsolyx__1/docs/gpmcrsolyx_dataset.pdf\"},{\"Description\":\"A + 94-GHz Cloud Radar System on a NASA High-Altitude ER-2 Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2004)021<1378:AGCRSO>2.0.CO;2\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-11-15T12:11:33.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:28.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Cloud Radar System (CRS) OLYMPEX dataset provides radar + reflectivity and Doppler velocity data collected during the Olympic Mountain + Experiment (OLYMPEX). This dataset is used to estimate cloud droplet distribution + for the storms monitored during the field campaign. The CRS instrument is + a 94GHz W-band Doppler radar with a 3mm wavelength. CRS can be deployed as + both an airborne instrument onboard NASA\u2019s high-altitude science aircraft, + the Earth Resource 2 (ER-2), as well as a ground based radar system. Only + the airborne mode was used during OLYMPEX. In addition to reflectivity and + Doppler velocity, the data files include aircraft flight information. The + CRS was flown on 10 different days between November 10, 2015 and December + 10, 2015. Each data file contains one hour of flight measurements during flight + in UTC time. Files for this dataset are in netCDF-3 format and readily accessible + without the need of specialized software.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:55:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:55:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"CRS\",\"LongName\":\"Cloud + Radar System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcilpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION CLOUD SPECTROMETER AND IMPACTOR (CIP) LPVEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979130601-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:57:16.231Z\",\"granule-count\":18,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Andrew J and Aaron Bansemer.2011. GPM GROUND VALIDATION CLOUD SPECTROMETER + AND IMPACTOR (CIP) LPVEX [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/PROBES/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":25.04,\"NorthBoundingCoordinate\":61.36,\"EastBoundingCoordinate\":25.37,\"SouthBoundingCoordinate\":60.06}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-06T00:00:00.000Z\",\"EndingDateTime\":\"2010-10-20T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/PROBES/DATA201\"},\"ShortName\":\"gpmcilpvex\",\"EntryTitle\":\"GPM + GROUND VALIDATION CLOUD SPECTROMETER AND IMPACTOR (CIP) LPVEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcilpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcilpvex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/cip-2dp/browse/2010-09-16/09162010_075400_CIPG.png\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/lpvex/gpmcilpvex/gpmcilpvex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/LPVEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/cip-2dp/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-02-25T12:18:37.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:23.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Cloud Spectrometer and Impactor (CIP) LPVEx dataset + provides particle size spectra for the Global Precipitation Measurement (GPM) + Misson Ground Validation Experiment. Data was collected by the Cloud spectrometer + and impactor (CIP) and 2D-S (2-dimensional stereo probe) aboard the University + of Wyoming King Air flown in Finland during the Light Precipitation Validation + Experiment (LPVEx) from August to October 2010. Lat, lon, altitude, pressure, + and temperature are provided with the total concentration of particles with + diameter greater than 100 microns.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:57:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:57:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"UWKA\",\"LongName\":\"University + of Wyoming King Air\",\"Instruments\":[{\"ShortName\":\"CPI PROBES\"},{\"ShortName\":\"PMS + 2D-S PROBE\",\"LongName\":\"Particle Measuring Systems 2D-S Probe\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsogcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION COMPOSITE SATELLITE OVERPASSES GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979733201-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:58:18.343Z\",\"granule-count\":372,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Turk, + Joseph Joesph.2013. GPM GROUND VALIDATION COMPOSITE SATELLITE OVERPASSES GCPEX + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/OVERPASS/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-88.7,\"NorthBoundingCoordinate\":50.5,\"EastBoundingCoordinate\":-70.9,\"SouthBoundingCoordinate\":37.9}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Land Surface\",\"Term\":\"Surface Thermal Properties\",\"VariableLevel1\":\"Skin + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-17T00:00:00.000Z\",\"EndingDateTime\":\"2012-02-29T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/OVERPASS/DATA401\"},\"ShortName\":\"gpmsogcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION COMPOSITE SATELLITE OVERPASSES GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsogcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsogcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/overpasses_composite/browse/20120117115021.167.12742.09.273.271.17.ssmis.f16.gcpex.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/satellite_overpasses/gpmso_dataset.html\"},{\"Description\":\"Land + Surface Working Group Focus Study paper\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/overpasses_composite/doc/LSWG-GV-study.pdf\"},{\"Description\":\"Basic + reader for the satellite overpass datasets created for the Precipitation Measuring + Missions (PMM) Land Surface Working Group (LSWG) case studies\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/overpasses_composite/doc/read_sat_LSWG.c\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Lake + Effect Snow Event during GCPEx Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/lake-effect-snow-event-during-gcpex-field-campaign\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/overpasses_composite/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-08-13T13:07:52.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:47:56.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Composite Satellite Overpasses GCPEx dataset provides + satellite overpasses from the Special Sensor Microwave Imager/Sounder (SSMIS) + satellites (F-16, 17, 18) during the GPM Cold-season Precipitation Experiment + (GCPEx) which took place in Ontario, Canada, January 17, 2012 through February + 29, 2012. The radiometric data was matched up with other datasets necessary + to carry out land surface emissivity studies. These other datasets include + the NEXRAD National Mosaic and Multi-Sensor QPE (NMQ) radar mosaic for knowledge + of rain structure and intensity at the time of the overpass, as well as the + previous accumulated precipitation prior to the satellite overpass time, the + NOAA Interactive Multisensor Snow and Ice Mapping System (IMS) snow mapping + system (to identify surface snow or ice cover), and the NASA/GMAO Modern-Era + Retrospective Analysis for Research (MERRA) land and atmospheric reanalysis + (for background land and atmospheric state needed for microwave radiative + transfer calculations). The identified SSMIS satellite overpasses passed within + 700-km of the central field site.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:58:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:58:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F17\",\"LongName\":\"Defense Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F16\",\"LongName\":\"Defense Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F18\",\"LongName\":\"Defense Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - netCDF-4\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsomc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION COMPOSITE SATELLITE OVERPASSES MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979734889-GHRC_DAAC\",\"revision-date\":\"2024-02-21T20:59:16.655Z\",\"granule-count\":49,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Turk, + Joseph Joesph.2013. GPM GROUND VALIDATION COMPOSITE SATELLITE OVERPASSES MC3E + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/OVERPASS/DATA402\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-115.49,\"NorthBoundingCoordinate\":56.29,\"EastBoundingCoordinate\":-72.65,\"SouthBoundingCoordinate\":13.59}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Land Surface\",\"Term\":\"Surface + Thermal Properties\",\"VariableLevel1\":\"Skin Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-22T08:24:58.000Z\",\"EndingDateTime\":\"2011-06-05T19:59:46.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/OVERPASS/DATA402\"},\"ShortName\":\"gpmsomc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION COMPOSITE SATELLITE OVERPASSES MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsomc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsomc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/overpasses_composite/browse/20110503081027.442.00031.09.281.279.12.amsre.aqua.mc3e.png\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/satellite_overpasses/gpmso_dataset.html\"},{\"Description\":\"Land + Surface Working Group Focus Study paper\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/overpasses_composite/doc/LSWG-GV-study.pdf\"},{\"Description\":\"Basic + reader for the satellite overpass datasets created for the Precipitation Measuring + Missions (PMM) Land Surface Working Group (LSWG) case studies\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/overpasses_composite/doc/read_sat_LSWG.c\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/overpasses_composite/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-08-13T13:07:40.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:47:57.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Composite Satellite Overpasses MC3E dataset provides + satellite overpasses from the AQUA satellite during the Midlatitude Continental + Convective Clouds Experiment (MC3E), which took place in central Oklahoma + April 22 - June 5, 2011. The radiometric data was matched up with other datasets + necessary to carry out land surface emissivity studies. These other datasets + include the NEXRAD National Mosaic and Multi-Sensor QPE (NMQ) radar mosaic + for knowledge of rain structure and intensity at the time of the overpass, + as well as the previous accumulated precipitation prior to the satellite overpass + time, the NOAA Interactive Multisensor Snow and Ice Mapping System (IMS) snow + mapping system (to identify surface snow or ice cover), and the NASA/GMAO + Modern-Era Retrospective Analysis for Research (MERRA) land and atmospheric + reanalysis (for background land and atmospheric state needed for microwave + radiative transfer calculations). The AQUA satellite overpasses included in + this dataset passed within 700-km of the central field site.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-21T20:59:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-21T20:59:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth + Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced + Microwave Scanning Radiometer-EOS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmopassolyx__4/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Composite Satellite Overpasses OLYMPEX V4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979643229-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:01:49.322Z\",\"granule-count\":6620,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Stocker, + Erich .2018. GPM Ground Validation Composite Satellite Overpasses OLYMPEX + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/MULTIPLE/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-157.22,\"NorthBoundingCoordinate\":57.4634,\"EastBoundingCoordinate\":-88.4232,\"SouthBoundingCoordinate\":37.3591}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Water + Vapor\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-01T01:26:15.000Z\",\"EndingDateTime\":\"2016-05-01T21:36:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/MULTIPLE/DATA401\"},\"ShortName\":\"gpmopassolyx\",\"EntryTitle\":\"GPM + Ground Validation Composite Satellite Overpasses OLYMPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmopassolyx__4/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmopassolyx\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmopassolyx__4/docs/gpmopassolyx_dataset.pdf\"},{\"Description\":\"Intercalibration + of the GPM Microwave Radiometer Constellation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://doi.org/10.1175/JTECH-D-16-0100.1\"},{\"Description\":\"The + GPM combined algorithm\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-16-0019.1\"},{\"Description\":\"The + evolution of the Goddard profiling algorithm to a fully parametric scheme\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-15-0039.1\"},{\"Description\":\"Precipitation + Retrieval Algorithms for GPM\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://journals.ametsoc.org/topic/gpm\"},{\"Description\":\"GHRC + OLYMPEX project web page \",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-07-23T02:07:26.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:41.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Composite Satellite Overpasses OLYMPEX dataset provides + brightness temperature, precipitation, and total column water vapor estimates + from multiple satellite overpasses including DMSP F16-19, GCOM-W1, GPM, MetOp, + NOAA, and NPP for the OLYMPEX field campaign. The OLYMPEX field campaign took + place between November, 2015, and January, 2016, with additional ground sampling + continuing through February, on the Olympic Peninsula in the Pacific Northwest + of the United States. This field campaign provides ground-based validation + support of the findings resulting from the Global Precipitation Measurement + (GPM) Core Observatory satellite. Data files are available from November 1, + 2015 thru May 1, 2016 in HDF-5 format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:01:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:01:00.000Z\"}],\"Version\":\"4\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F16\",\"LongName\":\"Defense Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-19\",\"LongName\":\"National + Oceanic & Atmospheric Administration-19\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F17\",\"LongName\":\"Defense Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-18\",\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METOP-B\",\"LongName\":\"Meteorological + Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global + Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced + Microwave Scanning Radiometer 2\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"},{\"ShortName\":\"GMI\",\"LongName\":\"Global Precipitation + Measurement Microwave Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METOP-A\",\"LongName\":\"Meteorological + Operational Satellite - A\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F19\",\"LongName\":\"Defense Meteorological Satellite Program-F19\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Suomi-NPP\",\"LongName\":\"Suomi + National Polar-orbiting Partnership\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F18\",\"LongName\":\"Defense Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF5\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcosmirgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION CONICAL SCANNING MILLIMETER-WAVE IMAGING RADIOMETER (COSMIR) + GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979138096-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:03:24.565Z\",\"granule-count\":26,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Skofronick-Jackson, + Gail .2013. GPM GROUND VALIDATION CONICAL SCANNING MILLIMETER-WAVE IMAGING + RADIOMETER (COSMIR) GCPEX [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/CoSMIR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-80.916,\"NorthBoundingCoordinate\":47.016,\"EastBoundingCoordinate\":-67.597,\"SouthBoundingCoordinate\":42.609}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Microwave + Radiance\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-19T15:30:52.000Z\",\"EndingDateTime\":\"2012-02-24T17:22:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/CoSMIR/DATA101\"},\"ShortName\":\"gpmcosmirgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION CONICAL SCANNING MILLIMETER-WAVE IMAGING RADIOMETER (COSMIR) + GCPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcosmirgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcosmirgcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmcosmirgcpex/gpmcosmirgcpex_dataset.html\"},{\"Description\":\"CoSMIR + (Conical Scanning Millimeter-wave Imaging Radiometer) Summary\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/gpmcosmirgcpex/gcpex_cosmir.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Lake + Effect Snow Event during GCPEx Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/lake-effect-snow-event-during-gcpex-field-campaign\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-05-06T12:50:28.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:30:58.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Conical Scanning Millimeter-wave Imaging Radiometer + (COSMIR) GCPEx dataset used the Conical Scanning Millimeter-wave Imaging + Radiometer (CoSMIR), which was utilized for the GPM Cold-season Precipitation + Experiment (GCPEx) as an airborne high-frequency simulator of the GPM Microwave + Imager (GMI), which was launched in 2014. The CoSMIR was modified with a new + scan mode to acquire both conical and cross-track scan data simultaneously + in a given flight satisfying the requirements of the Precipitation Measurement + Mission (PMM) algorithm development team. The dataset provides well-calibrated + radiometric data from 9 channels between 50-183 GHz with the accuracy on the + order of +-1K. All channels besides the 89 and 165.5 GHz are horizontally + polarized.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:03:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:03:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"COSMIR\",\"LongName\":\"Conical + Scanning Millimeter-wave Imaging Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcosmiriphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION CONICAL SCANNING MILLIMETER-WAVE IMAGING RADIOMETER (COSMIR) + IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979138337-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:05:02.004Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Skofronick-Jackson, + Gail , Jim Wang and Bryan Monosmith.2015. GPM GROUND VALIDATION CONICAL + SCANNING MILLIMETER-WAVE IMAGING RADIOMETER (COSMIR) IPHEx [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/CoSMIR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-117.35,\"NorthBoundingCoordinate\":36.85,\"EastBoundingCoordinate\":-74.611,\"SouthBoundingCoordinate\":30.182}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Microwave + Radiance\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-07T17:53:40.000Z\",\"EndingDateTime\":\"2014-06-14T20:52:34.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/CoSMIR/DATA101\"},\"ShortName\":\"gpmcosmiriphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION CONICAL SCANNING MILLIMETER-WAVE IMAGING RADIOMETER (COSMIR) + IPHEx\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcosmiriphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcosmiriphx\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/iphex/gpmcosmiriphx/IPHEX_CoSMIR_20140507_CONFWD.jpg\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NASA + Armstrong Fact Sheet: ER-2 High-Altitude Airborne Science Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.nasa.gov/centers/armstrong/news/FactSheets/FS-046-DFRC.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmcosmiriphx__1/docs/gpmcosmiriphx_dataset.pdf\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"A + Comparison of Near-Concurrent Measurements From the SSMIS and CoSMIR for Some + Selected Channels Over the Frequency Range of 50\u2013183 GHz\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2007.904038\"},{\"Description\":\"Airborne + CoSMIR Observations Between 50 and 183 GHz Over Snow-Covered Sierra Mountains\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2006.885410\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/CoSMIR/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-07-06T18:40:46.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Conical Scanning Millimeter-wave Imaging Radiometer + (CoSMIR) IPHEx dataset consists of brightness temperatures from 9 channels + as measured by the CoSMIR instrument onboard the NASA ER-2 aircraft during + the Global Precipitation Mission (GPM) Integrated Precipitation and Hydrology + Experiment (IPHEx) field campaign in North Carolina. The goal of IPHEx was + to evaluate the accuracy of satellite precipitation measurements and use the + collected data for hydrology models in the region. CoSMIR is a conical and + cross-track scanning radiometer with frequencies centered at 50.3, 52.8, 89.0, + 165.5, 183.31 \xB11, 183.31\xB13, and 183.31\xB17 GHz. Data files are available + from May 7, 2014 through June 14, 2014 in ASCII format, with browse images + available in the postscript format. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:05:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:05:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"COSMIR\",\"LongName\":\"Conical + Scanning Millimeter-wave Imaging Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcosmirmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION CONICAL SCANNING MILLIMETER-WAVE IMAGING RADIOMETER (COSMIR) + MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979138507-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:06:05.512Z\",\"granule-count\":16,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Skofronick-Jackson, + Gail .2012. GPM GROUND VALIDATION CONICAL SCANNING MILLIMETER-WAVE IMAGING + RADIOMETER (COSMIR) MC3E [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/CoSMIR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-105.269,\"NorthBoundingCoordinate\":42.37,\"EastBoundingCoordinate\":-91.542,\"SouthBoundingCoordinate\":27.957}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Microwave + Radiance\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-25T07:25:19.000Z\",\"EndingDateTime\":\"2011-05-29T23:31:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/CoSMIR/DATA101\"},\"ShortName\":\"gpmcosmirmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION CONICAL SCANNING MILLIMETER-WAVE IMAGING RADIOMETER (COSMIR) + MC3E\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcosmirmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcosmirmc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmcosmirmc3e/gpmcosmirmc3e_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-05-25T16:01:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:27.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Conical Scanning Millimeter-wave Imaging Radiometer + (COSMIR) MC3E dataset used the Conical Scanning Millimeter-wave Imaging Radiometer + (CoSMIR), which was utilized during the Midlatitude Continental Convective + Clouds Experiment (MC3E) served as an airborne high-frequency simulator of + the GPM Microwave Imager (GMI), which launched in 2014. The CoSMIR was modified + with a new scan mode to acquire both conical and cross-track scan data simultaneously + in a given flight satisfying the requirements of the Precipitation Measurement + Mission (PMM) algorithm development team. The dataset provides well-calibrated + radiometric data from 9 channels between 50-183 GHz with the accuracy on the + order of +-1K. All channels besides the 89 and 165.5 GHz are horizontally + polarized.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:06:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:06:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"COSMIR\",\"LongName\":\"Conical + Scanning Millimeter-wave Imaging Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcosmirolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Conical Scanning Millimeter-wave Imaging Radiometer (CoSMIR) + OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979138680-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:08:15.067Z\",\"granule-count\":33,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kroodsma, + Rachael A. and Matthew A. Fritts.2017. GPM Ground Validation Conical Scanning + Millimeter-wave Imaging Radiometer (CoSMIR) OLYMPEX [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/COSMIR/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-129.622,\"NorthBoundingCoordinate\":49.7371,\"EastBoundingCoordinate\":-117.697,\"SouthBoundingCoordinate\":29.9313}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-05T00:00:00.000Z\",\"EndingDateTime\":\"2015-12-19T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/COSMIR/DATA301\"},\"ShortName\":\"gpmcosmirolyx\",\"EntryTitle\":\"GPM + Ground Validation Conical Scanning Millimeter-wave Imaging Radiometer (CoSMIR) + OLYMPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcosmirolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcosmirolyx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/CoSMIR/browse/Conical_20151205.png\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmcosmirolyx__1/docs/gpmcosmirolyx_dataset.pdf\"},{\"Description\":\"OLYMPEX + CoSMIR data ReadMe file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/CoSMIR/doc/readme_cosmir_olympex.txt\"},{\"Description\":\" + Observations of Storm Signatures by the Recently Modified Conical Scanning + Millimeter-Wave Imaging Radiometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2012.2200690\"},{\"Description\":\"Airborne + CoSMIR Observations Between 50 and 183 GHz over Snow-Covered Sierra Mountains\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2006.885410\"},{\"Description\":\"A + comparison of Near Concurrent Measurements from the SSMIS and CoSMIR for some + Selected Channels over the Frequency Range of 50-183 GHz\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2007.904038\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-09-15T10:09:34.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:31:48.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Conical Scanning Millimeter-wave Imaging Radiometer + (CoSMIR) OLYMPEX dataset consists of brightness temperatures from 9 channels + as measured by CoSMIR when flown on the NASA DC-8 aircraft during the Global + Precipitation Mission (GPM) Olympic Mountains Experiment (OLYMPEX) campaign. + CoSMIR is a conical and cross-track scanning radiometer with frequencies centered + at 50.3, 52.8, 89.0, 165.5, 183.31+/-1, 183.31+/-3, and 183.31+/-7 GHz. Data + files are available from November 5, 2015 thru December 19, 2015 in HDF-5 + format, with browse imagery files in PNG format containing brightness temperature + time series plots.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:08:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:08:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"COSMIR\",\"LongName\":\"Conical + Scanning Millimeter-wave Imaging Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF5\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcxsiolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation CXSI Radar Imagery OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980116575-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:11:04.146Z\",\"granule-count\":7164,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\", + Environment and Climate Change Canada .2018. GPM Ground Validation CXSI Radar + Imagery OLYMPEX [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/CXSI/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.476,\"NorthBoundingCoordinate\":49.3183,\"EastBoundingCoordinate\":-123.118,\"SouthBoundingCoordinate\":48.4119}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-10T16:40:00.000Z\",\"EndingDateTime\":\"2015-12-31T23:50:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/CXSI/DATA101\"},\"ShortName\":\"gpmcxsiolyx\",\"EntryTitle\":\"GPM + Ground Validation CXSI Radar Imagery OLYMPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcxsiolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcxsiolyx\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/EC_WxRadar_CXSI/browse/2015-12-20/olympex_CXSI_20151220_1300.gif\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"OLYMPEX + Field Campaign DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmcxsiolyx__1/docs/gpmcxsiolyx_dataset.pdf\"},{\"Description\":\"Evaluation + of Integrated Multisatellite Retrievals for GPM (IMERG) over Southern Canada + against Ground Precipitation Observations: A Preliminary Assessment\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-16-0187.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-10-19T11:10:24.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:20:09.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation CXSI Radar Imagery OLYMPEX dataset contains radar reflectivity + and precipitation rate images obtained from Environment and Climate Change + Canada (ECCC)\u2019s weather radar network during the GPM Ground Validation + Olympic Mountain Experiment (OLYMPEX), which was conducted to validate rain + and snow measurements in mid latitude frontal systems as they move from ocean + to coast to mountains and to determine how remotely sensed measurements of + precipitation by GPM can be applied to a range of hydrologic, weather forecasting, + and climate data. These data are available as GIF images for November 19, + 2015 through December 31, 2015.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"BRITISH COLUMBIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:11:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:11:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"GIF\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmprecipolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Daily Precipitation OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979686100-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:14:59.873Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Cao, + Qian and Dennis P. Lettenmaier.2018. GPM Ground Validation Daily Precipitation + OLYMPEX [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/MULTIPLE/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.734,\"NorthBoundingCoordinate\":48.4844,\"EastBoundingCoordinate\":-122.391,\"SouthBoundingCoordinate\":46.2031}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2016-04-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/MULTIPLE/DATA301\"},\"ShortName\":\"gpmprecipolyx\",\"EntryTitle\":\"GPM + Ground Validation Daily Precipitation OLYMPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmprecipolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmprecipolyx\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmprecipolyx__1/docs/gpmprecipolyx_dataset.pdf\"},{\"Description\":\"Estimation + of precipitation over the OLYMPEX domain during winter 2015-2016\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-17-0076.1\"},{\"Description\":\"Independent + Evaluation of Frozen Precipitation from WRF and PRISM in the Olympic Mountains\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-17-0026.1\"},{\"Description\":\" + The Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"The + Airborne Snow Observatory: Fusion of scanning lidar, imaging spectrometer, + and physically-based modeling for mapping snow water equivalent and snow albedo\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.rse.2016.06.018\"},{\"Description\":\"Combining + radar and rain gauge rainfall estimates using conditional merging\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1002/asl.85\"},{\"Description\":\"Multi-Radar + Multi-Sensor (MRMS) Quantitative Precipitation Estimation: Initial Operating + Capabilities\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-14-00174.1\"},{\"Description\":\"National + Mosaic and Multi-Sensor QPE (NMQ) System: Description, Results, and Future + Plans\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2011BAMS-D-11-00047.1\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-02-01T01:02:30.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-31T13:14:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Daily Precipitation Olympic Mountain Experiment (OLYMPEX) + dataset consists of a single netCDF-4 data file containing estimates of daily + precipitation, both rainfall and snowfall amounts, on a 1/32 degree spatial + resolution grid covering the extent of the OLYMPEX field campaign region in + the Olympic Mountains of the state of Washington. This data product was created + for the GPM Ground Validation OLYMPEX field campaign. These VIC precipitation + estimates are based on NOAA WSR-88D radar and rain gauge data incorporated + in NOAA\u2019s National Severe Storms Laboratory (NSSL) local gauge bias-corrected + radar quantitative precipitation estimation (QPE) model (product Q3GC) and + the Mountain Mapper QPE model (product Q3MM). The VIC hydrology model was + used to invert the snow water equivalent (SWE) values to derive precipitation + through adjustment of the precipitation-weighting factor on a grid cell by + grid cell basis. The VIC precipitation data are available from October 1, + 2015 through April 30, 2016.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:14:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:14:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"LIDAR\",\"LongName\":\"Light Detection + and Ranging\"}]},{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"},{\"ShortName\":\"RAIN GAUGES\",\"LongName\":\"RAIN + GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmncamdc8gcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION DC-8 CAMERA NADIR GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979637994-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:16:31.734Z\",\"granule-count\":15,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Munchak, + Stephen J.2013. GPM GROUND VALIDATION DC-8 CAMERA NADIR GCPEX [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/CAMERA/DATA102\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-80.4001,\"NorthBoundingCoordinate\":47.0861,\"EastBoundingCoordinate\":-67.495,\"SouthBoundingCoordinate\":43.4044}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Attitude + Characteristics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible + Wavelengths\",\"VariableLevel1\":\"Visible Imagery\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Land Surface\",\"Term\":\"Surface Thermal Properties\",\"VariableLevel1\":\"Land + Surface Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-02-20T14:06:19.000Z\",\"EndingDateTime\":\"2012-02-20T17:51:18.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/CAMERA/DATA102\"},\"ShortName\":\"gpmncamdc8gcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION DC-8 CAMERA NADIR GCPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmncamdc8gcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmncamdc8gcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/dc8_camera_nadir/browse/gcpex_nadir_cameraDC8_20120220_160619.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmncamdc8gcpex/gpmncamdc8gcpex_dataset.html\"},{\"Description\":\"AXIS + 223M Network Camera specifications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/dc8_camera_nadir/doc/AXIS_ds_223m_32713_en_0809_lo.pdf\"},{\"Description\":\"PROGRAM + - Read nadircam\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/dc8_camera_nadir/doc/read_nadircam.pro\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/dc8_camera_nadir/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-04-09T15:35:09.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:57:38.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation DC-8 Camera Nadir GCPEx dataset contains geo-located, + visible-wavelength imagery of the ground obtained from the nadir camera aboard + the NASA DC-8 in Canada during the Cold-season Precipitation Experiment (GCPEx). + GCPEx addressed shortcomings in the GPM snowfall retrieval algorithm by collecting + microphysical properties, associated remote sensing observations, and coordinated + model simulations of precipitating snow. These data sets were collected to + aid in the achievement of the over arching goal of GCPEx which is to characterize + the ability of multi-frequency active and passive microwave sensors to detect + and estimate falling snow. The data is available only for February 20, 2012, + a clear-air flight day. DC-8 Camera nadir data may be useful for determining + snow cover and lake ice cover for emissivity studies. The dataset also includes, + for convenience and reproducibility, aircraft navigation information and ground + temperatures to aid in emissivity retrievals.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:16:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:16:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA + DC-8\",\"LongName\":\"NASA Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"PRT\",\"LongName\":\"Precision + Radiation Thermometers\"},{\"ShortName\":\"VIDEO CAMERA\",\"LongName\":\"VIDEO + CAMERA\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnavdc8gcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION DC-8 NAVIGATION AND HOUSEKEEPING DATA GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979637107-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:17:39.272Z\",\"granule-count\":29,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Van + Gilst, David and John Hall.2013. GPM GROUND VALIDATION DC-8 NAVIGATION AND + HOUSEKEEPING DATA GCPEX [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GCPEX/NAV/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.985,\"NorthBoundingCoordinate\":46.9027,\"EastBoundingCoordinate\":-67.7583,\"SouthBoundingCoordinate\":31.5641}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Upper + Air Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Atmospheric Pressure Measurements\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Attitude + Characteristics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Flight + Level Winds\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Airspeed/Ground Speed\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-11T19:47:37.000Z\",\"EndingDateTime\":\"2020-02-06T20:17:26.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GCPEX/NAV/DATA201\"},\"ShortName\":\"gpmnavdc8gcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION DC-8 NAVIGATION AND HOUSEKEEPING DATA GCPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnavdc8gcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnavdc8gcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmnavdc8gcpex/gpmnavdc8gcpex_dataset.html\"},{\"Description\":\"ICATS + Serial Output Format\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/nav_dc8/doc/icats_format_readme.txt\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-04-02T13:42:20.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:27:33.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation DC-8 Navigation and Housekeeping Data GCPEx dataset, + which is composed of two types of files. GCPEx addressed shortcomings in the + GPM snowfall retrieval algorithm by collecting microphysical properties, associated + remote sensing observations, and coordinated model simulations of precipitating + snow. National Suborbital Education and Research Center (NSERC) of the University + of North Dakota (UND) provided geo-located housekeeping data containing attributes, + such as altitude, pressure, air speed, and wind speed. The NASA DC-8 Navigation + data in comma delimited IWG1 format were collected and utilized in-flight + during the GCPEx mission and retrieved from the Real-Time Mission Monitor. + Both file types are available for most of the dataset dates, however please + note that there are a few dates where only the IWG1 formatted data is available.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:17:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:17:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"},{\"ShortName\":\"RTMM\",\"LongName\":\"Real Time Mission + Monitor\"},{\"ShortName\":\"TEMPERATURE PROBES\",\"LongName\":\"TEMPERATURE + PROBES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmdowolyx2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Doppler on Wheels (DOW) OLYMPEX V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980430683-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:18:52.426Z\",\"granule-count\":12475,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Houze, + Robert A., Joshua Wurman, Stacy Brodzik and Andrew Framback.2018. GPM Ground + Validation Doppler on Wheels (DOW) OLYMPEX V2 [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DOW/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.408,\"NorthBoundingCoordinate\":48.0271,\"EastBoundingCoordinate\":-123.331,\"SouthBoundingCoordinate\":46.9499}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-06T13:34:26.000Z\",\"EndingDateTime\":\"2016-01-15T22:39:15.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/DOW/DATA201\"},\"ShortName\":\"gpmdowolyx2\",\"EntryTitle\":\"GPM + Ground Validation Doppler on Wheels (DOW) OLYMPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmdowolyx2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmdowolyx2\"},{\"Description\":\"About + the DOWs\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://www.cswr.org/contents/aboutdows.php\"},{\"Description\":\"Doppler + on Wheels\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.eol.ucar.edu/observing_facilities/dow\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmdowolyx2__2/docs/gpmdowolyx2_dataset.pdf\"},{\"Description\":\"PI + Readme File\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/DOW_V2/doc/dowv2_readme.txt\"},{\"Description\":\"The + Olympic Mountains Experiment\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project website\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-07-26T01:07:41.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:31.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Doppler on Wheels (DOW) OLYMPEX V2 dataset was obtained + by a dual-polarization and dual-frequency X-band mobile radar operated by + the Center for Severe Weather Research (CSWR) during the Olympic Mountain + Experiment (OLYMPEX) campaign. The DOW was deployed in the Chehalis Valley + for the OLYMPEX field campaign with the goal of obtaining radar reflectivity + and Doppler velocity observations in order to better understand the orographic + enhancement of precipitation during frontal passages over mountain ranges. + The DOW radar uses two 250 kW transmitters with a measurement range of roughly + 60 km. These data are available in CFradial netCDF-4 format from November + 6, 2015 through January 15, 2016.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:18:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:18:00.000Z\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOW\",\"LongName\":\"Doppler + on Wheels\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmraddpgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION DUAL POLARIZATION RADIOMETER GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979693621-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:19:57.224Z\",\"granule-count\":92,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Loehnert, + Ulrich and Maximillian Maahan.2014. GPM GROUND VALIDATION DUAL POLARIZATION + RADIOMETER GCPEX [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/RADIOMETER/DATA102\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.92,\"NorthBoundingCoordinate\":44.35,\"EastBoundingCoordinate\":-79.6,\"SouthBoundingCoordinate\":44.11}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Brightness + Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-11-23T00:00:00.000Z\",\"EndingDateTime\":\"2012-03-01T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/RADIOMETER/DATA102\"},\"ShortName\":\"gpmraddpgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION DUAL POLARIZATION RADIOMETER GCPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmraddpgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmraddpgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiometer_dual_pol/browse/gcpex_dpr_20111127_L1b.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiometer_dual_pol/doc/gpmraddpgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Snow + Microphysics Event during GCPEx Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/snow-microphysics-event-during-gcpex-field-campaign\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiometer_dual_pol/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-03-18T15:12:37.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Dual Polarization Radiometer GCPEx dataset includes + brightness temperature measurements at frequencies 90 GHz (not polarized) + and 150 GHz (HV-polarized) for the GPM Cold-season Precipitation Experiment + (GCPEx) which occurred in Ontario, Canada. GCPEx addressed shortcomings in + the GPM snowfall retrieval algorithm by collecting microphysical properties, + associated remote sensing observations, and coordinated model simulations + of precipitating snow. This dual polarization radiometer (DPR) is sensitive + to particle orientation since it observes the brightness temperature difference + between the vertical and horizontal polarization channels at 150 GHz, and + it is especially important for the retrievals of particle shape and orientation + with polarization observations. DPR also has a high sensitivity to the supercooled + liquid water in clouds due to the high-frequency window channels. Even though + the netCDF data has regular scans, the browse images are only shown at 30 + and 150 degrees. Ancillary data was also captured for the internal calibration + of the instrument.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:19:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:19:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RADIOMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkcradgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION DUAL POLARIZED C-BAND DOPPLER RADAR KING CITY GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980774909-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:27:11.387Z\",\"granule-count\":22598,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David .2013. GPM GROUND VALIDATION DUAL POLARIZED C-BAND DOPPLER RADAR KING + CITY GCPEX [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/CBAND/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-88.0,\"NorthBoundingCoordinate\":46.7,\"EastBoundingCoordinate\":-68.0,\"SouthBoundingCoordinate\":34.5}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-15T00:00:00.000Z\",\"EndingDateTime\":\"2012-03-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/CBAND/DATA101\"},\"ShortName\":\"gpmkcradgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION DUAL POLARIZED C-BAND DOPPLER RADAR KING CITY GCPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkcradgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkcradgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/WKR/browse/RHI/20120229/gcpex_wkr_20120229_193228_rhi_z_331.gif\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/WKR/browse/POLPPI/20120117/gcpex_wkr_201201170140_polppi_dbz.gif\"},{\"Description\":\"CARE + Centric DOPVOL Reflectivity\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/WKR/browse/CARE_CENTRIC/20120131/gcpex_wkr_201201310150_care_250m_convol_zdr.gif\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmkcradgcpex/gpmkcradgcpex_dataset.html\"},{\"Description\":\"WKR + Task Configuration during GCPEx (Winter 2012) \xBF\xBF\xBF Last modified: + October 16, 2012\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmkcradgcpex/WKR_GCPEx_Task_Configuration_Table.doc\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Lake + Effect Snow Event during GCPEx Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/lake-effect-snow-event-during-gcpex-field-campaign\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/WKR/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-12-10T15:26:38.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:20:09.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Dual Polarized C-Band Doppler Radar King City GCPEx + dataset has special Range Height Indicator (RHI) and sector scans of several + dual polarization parameters, such as temperature and reflectivity, measured + by the C-Band radar during the GPM Cold-season Precipitation Experiment (GCPEx) + in Ontario, Canada. Additionally, specially configured Centre for Atmospheric + Research Experiments (CARE)-centric composites were also generated. Standard + King City Radar (WKR) Interactive Radar Information System (IRIS) volume and + Plan Position Indicator (PPI) scans, along with corresponding standard PPI + imagery, are also included. Data was collected from January 15, 2012 through + March 3, 2012.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:27:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:27:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmd3rgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION DUAL-FREQUENCY DUAL-POLARIZED DOPPLER RADAR (D3R) GCPEX + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980126207-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:30:14.533Z\",\"granule-count\":12878,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Chandrasekar, + V. .2015. GPM GROUND VALIDATION DUAL-FREQUENCY DUAL-POLARIZED DOPPLER RADAR + (D3R) GCPEX [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/D3R/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-80.0512,\"NorthBoundingCoordinate\":44.5021,\"EastBoundingCoordinate\":-79.5122,\"SouthBoundingCoordinate\":43.9631}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-03T11:44:11.000Z\",\"EndingDateTime\":\"2012-02-29T21:46:01.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/D3R/DATA101\"},\"ShortName\":\"gpmd3rgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION DUAL-FREQUENCY DUAL-POLARIZED DOPPLER RADAR (D3R) GCPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmd3rgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmd3rgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/D3R/browse/2012-01-31/gcpex_d3r_ku_20120131_021518_01_rhi_150az_zdb.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/D3R/browse/2012-01-31/gcpex_d3r_ku_20120131_021202_01_ppi_3.0el_zdb.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + D3R\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"http://pmm.nasa.gov/science/ground-validation/D3R\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/d3r/gpm_d3r_campaign_dataset.html\"},{\"Description\":\"REALIZATION + OF THE NASA DUAL-FREQUENCY DUAL-POLARIZED DOPPLER RADAR (D3R)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/d3r/Vega_D3R_igarss_2010.pdf\"},{\"Description\":\"SCIENTIFIC + AND ENGINEERING OVERVIEW OF THE NASA DUAL-FREQUENCY DUALPOLARIZED DOPPLER + RADAR (D3R) SYSTEM FOR GPM GROUND VALIDATION\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/d3r/Chandra_D3R_igarss_2010.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Snow + Microphysics Event during GCPEx Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/snow-microphysics-event-during-gcpex-field-campaign\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/D3R/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-10-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:20:09.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Dual-frequency Dual-polarized Doppler Radar (D3R) GCPEx + and IFloodS data sets contain radar reflectivity and doppler velocity measurements. + The D3R was developed by a government-industry-academic consortium with funding + from NASA's Global Precipitation Measurement (GPM) Project. It operates at + the ku (13.91 GHz \xB1 25 MHz) and ku (35.56 GHz \xB1 25 MHz) frequencies + covering a fixed range from 450 m to 39.75 km. The GPM Ground Validation Dual-frequency + Dual-polarized Doppler Radar (D3R) GCPEx dataset is available in netCDF format. + Browse images are also available in .png format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:30:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:30:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"D3R\",\"LongName\":\"Dual-polarized + Doppler Radar (D3R)\"},{\"ShortName\":\"DOPPLER RADAR\",\"LongName\":\"Doppler + Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmd3ricepop__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Dual-frequency Dual-polarized Doppler Radar (D3R) ICE POP + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1983445363-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:31:53.355Z\",\"granule-count\":168789,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Chandrasekar, + V. .2019. GPM Ground Validation Dual-frequency Dual-polarized Doppler Radar + (D3R) ICE POP [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/ICEPOP/D3R/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":128.36,\"NorthBoundingCoordinate\":38.0367,\"EastBoundingCoordinate\":129.078,\"SouthBoundingCoordinate\":37.3181}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-11-01T01:45:31.000Z\",\"EndingDateTime\":\"2018-03-17T18:46:16.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/ICEPOP/D3R/DATA101\"},\"ShortName\":\"gpmd3ricepop\",\"EntryTitle\":\"GPM + Ground Validation Dual-frequency Dual-polarized Doppler Radar (D3R) ICE POP\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmd3ricepop__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmd3ricepop\"},{\"Description\":\"ICE + POP Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/ICEPOP/DATA101\"},{\"Description\":\"PMM + ICE-POP Field Campaign webpage\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://pmm.nasa.gov/ice-pop\"},{\"Description\":\"NASA + Participation in the International Collaborative Experiments for Pyeongchang + 2018 Olympic and Paralympic Winter Games (ICE-POP 2018)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20180003615.pdf\"},{\"Description\":\"ICE-POP + and the NASA Global Precipitation Measurement (GPM) Mission \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20160013407.pdf\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmd3ricepop__1/docs/gpmd3ricepop_dataset.pdf\"},{\"Description\":\"D3R + ICE POP Documentation \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/icepop/D3R/doc/D3R_ICEPOP_dataset.docx\"},{\"Description\":\"Scientific + and engineering overview of the NASA Dual-Frequency DualPolarized Doppler + Radar (D3R) system for GPM Ground Validation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/IGARSS.2010.5649440\"},{\"Description\":\"Realization + of the NASA Dual-Frequency Dual-Polarized Doppler Radar (D3R)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/IGARSS.2010.5653929\"},{\"Description\":\"Calibration + Procedures for Global Precipitation-Measurement Ground-Validation Radars\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://ieeexplore.ieee.org/abstract/document/7909473\"},{\"Description\":\"A + semi-supervised robust hydrometeor classification method for dual-polarization + radar applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-14-00097.1\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-09-21T07:09:49.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:30.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Dual-frequency Dual-polarized Doppler Radar (D3R) ICE + POP dataset includes reflectivity, differential reflectivity, copolar correlation + coefficient, differential propagation phase, radial velocity, and spectrum + width data collected by the Dual-frequency Dual-polarized Doppler Radar (D3R) + during the International Collaborative Experiments for Pyeongchang 2018 Olympic + and Paralympic Winter Games (ICE-POP) field campaign in South Korea. The two + major objectives of ICE-POP were to study severe winter weather events in + regions of complex terrain and improve the short-term forecasting of such + events. These data contributed to Global Precipitation Measurement mission + Ground Validation (GPM GV) campaign efforts to improve satellite estimates + of orographic winter precipitation. The D3R was developed by a government-industry-academic + consortium with funding from NASA's GPM Project. It operates at the ku (13.91 + GHz \xB1 25 MHz) and ka (35.56 GHz \xB1 25 MHz) frequencies covering a fixed + range from 450 m to 39.75 km. The D3R dataset files are available from November + 1, 2017 through March 17, 2018 in netCDF-4 format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:31:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:31:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ICE + POP\",\"LongName\":\"International Collaborative Experiment for PyeongChang + Olympic and Paralympics\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"D3R\",\"LongName\":\"Dual-polarized + Doppler Radar (D3R)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmd3rifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION DUAL-FREQUENCY DUAL-POLARIZED DOPPLER RADAR (D3R) IFLOODS + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1981441257-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:33:19.865Z\",\"granule-count\":56187,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Chandrasekar, + V. .2014. GPM GROUND VALIDATION DUAL-FREQUENCY DUAL-POLARIZED DOPPLER RADAR + (D3R) IFLOODS [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/D3R/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-92.9,\"NorthBoundingCoordinate\":42.5,\"EastBoundingCoordinate\":-90.1,\"SouthBoundingCoordinate\":42.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-05-09T02:59:31.000Z\",\"EndingDateTime\":\"2013-06-13T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/D3R/DATA101\"},\"ShortName\":\"gpmd3rifld\",\"EntryTitle\":\"GPM + GROUND VALIDATION DUAL-FREQUENCY DUAL-POLARIZED DOPPLER RADAR (D3R) IFLOODS\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmd3rifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmd3rifld\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/D3R/browse/2013-06-04/ku_clutterfilter_off/ifloods_d3r_ku_20130604_124423_01_RHI_az_130.5_zdb.png\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"D3R + Instrument Information Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://pmm.nasa.gov/science/ground-validation/D3R\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmd3rifld__1/docs/gpmd3rifld_dataset.pdf\"},{\"Description\":\"Realization + of the NASA Dual-Frequency Dual-Polarized Doppler Radar (D3R)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/IGARSS.2010.5653929\"},{\"Description\":\"Scientific + and engineering overview of the NASA Dual-Frequency Dual-Polarized Doppler + Radar (D3R) system for GPM Ground Validation \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/IGARSS.2010.5649440\"},{\"Description\":\"A + Semisupervised Robust Hydrometeor Classification Method for Dual-Polarization + Radar Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-14-00097.1\"},{\"Description\":\"IFloodS + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/D3R/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-02-17T11:54:02.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Dual-frequency Dual-polarized Doppler Radar (D3R) IFloodS + dataset contains radar reflectivity and doppler velocity measurements from + the Iowa Flood Studies (IFloodS) campaign. This campaign aimed to improve + satellite precipitation measurements for flood prediction by using ground + measurements to improve satellite retrieval algorithms. The D3R was developed + by a government-industry-academic consortium with funding from NASA's Global + Precipitation Measurement (GPM) Project. It operates at the ku (13.91 GHz + \xB1 25 MHz) and ka (35.56 GHz \xB1 25 MHz) frequencies covering a fixed range + from 450 m to 39.75 km. The D3R IFloodS dataset is available from May 9, 2013 + through June 13, 2013 in netCDF-3 format with corresponding browse imagery + available in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:33:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:33:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"D3R\",\"LongName\":\"Dual-polarized + Doppler Radar (D3R)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmd3riphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION DUAL-FREQUENCY DUAL-POLARIZED DOPPLER RADAR (D3R) IPHEX + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1981506869-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:35:21.367Z\",\"granule-count\":63994,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Chandrasekar, + V. .2016. GPM GROUND VALIDATION DUAL-FREQUENCY DUAL-POLARIZED DOPPLER RADAR + (D3R) IPHEX [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/D3R/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-81.9632,\"NorthBoundingCoordinate\":35.1959,\"EastBoundingCoordinate\":-81.9631,\"SouthBoundingCoordinate\":35.1959}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T17:21:53.000Z\",\"EndingDateTime\":\"2014-06-15T13:27:28.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/D3R/DATA101\"},\"ShortName\":\"gpmd3riphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION DUAL-FREQUENCY DUAL-POLARIZED DOPPLER RADAR (D3R) IPHEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmd3riphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmd3riphx\"},{\"Description\":\"Browse + Sample\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/D3R/browse/2014-05-01/ka_clutterfilter_off/iphex_d3r_ka_20140501_184519_01_rhi_291az_zdb.png\"},{\"Description\":\"PMM + D3R Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://pmm.nasa.gov/science/ground-validation/D3R\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmd3riphx__1/docs/gpmd3riphx_dataset.pdf\"},{\"Description\":\"Realization + of the NASA Dual-frequency Dual-polarized Doppler Radar (D3R)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/d3r/Vega_D3R_igarss_2010.pdf\"},{\"Description\":\"Scientific + and Engineering Overview of the NASA Dual-frequency Dual-polarized Doppler + Radar (D3R) System for GPM Ground Validation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/d3r/Chandra_D3R_igarss_2010.pdf\"},{\"Description\":\"IPHEx + Field Campaign Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/D3R/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-05-16T11:03:32.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Dual-frequency Dual-polarized Doppler Radar (D3R) IPHEx + data set contains radar reflectivity and doppler velocity measurements. The + D3R was developed by a government-industry-academic consortium with funding + from NASA's Global Precipitation Measurement (GPM) Project. It operates at + the ku (13.91 GHz \xB1 25 MHz) and ku (35.56 GHz \xB1 25 MHz) frequencies + covering a fixed range from 450 m to 39.75 km. The instrument's data are available + in netCDF-4 format with browse imagery available in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:35:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:35:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"D3R\",\"LongName\":\"Dual-polarized + Doppler Radar (D3R)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmd3rolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_35079\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2748694717-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:36:53.649Z\",\"granule-count\":290155,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Chandrasekar, + V. and Manuel Vega.2017. GPM Ground Validation Dual-frequency Dual-polarized + Doppler Radar (D3R) OLYMPEX [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/D3R/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.211,\"NorthBoundingCoordinate\":47.2773,\"EastBoundingCoordinate\":-124.211,\"SouthBoundingCoordinate\":47.2772}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-08T00:01:07.000Z\",\"EndingDateTime\":\"2016-01-15T06:29:55.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/D3R/DATA101\"},\"ShortName\":\"gpmd3rolyx\",\"EntryTitle\":\"GPM + Ground Validation Dual-frequency Dual-polarized Doppler Radar (D3R) OLYMPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmd3rolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmd3rolyx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/D3R/browse/2016-01-15/ku_clutterfilter_off/olympex_d3r_ku_20160115_003917_01_ppi_0.4el_41_zdb.png\"},{\"Description\":\"Scientific + and engineering overview of the NASA Dual-Frequency Dual-Polarized Doppler + Radar (D3R) system for GPM Ground Validation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.1109/IGARSS.2010.5649440\"},{\"Description\":\"Realization + of the NASA Dual-Frequency Dual-Polarized Doppler Radar (D3R)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.1109/IGARSS.2010.5653929\"},{\"Description\":\"Calibration + Procedures for Global Precipitation-Measurement Ground-Validation Radars\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ieeexplore.ieee.org/abstract/document/7909473\"},{\"Description\":\"Deployment + and performance of the NASA D3R during the GPM OLYMPEx field campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.1109/IGARSS.2016.7729553\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmd3rolyx__1/docs/gpmd3rolyx_dataset.pdf\"},{\"Description\":\"D3R + Data Processing for the OLYMPEx Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/D3R/doc/OLYMPEx_D3R_data_description.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"A + semi-supervised robust hydrometeor classification method for dual-polarization + radar applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-14-00097.1\"},{\"Description\":\"OLYMPEX + Field Campaign Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/D3R/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-03-31T04:03:41.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:31.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Dual-frequency Dual-polarized Doppler Radar (D3R) OLYMPEX + dataset contains radar reflectivity, velocity, differential reflectivity, + differential phase, spectrum width, and co-polar correlation products collected + during the Global Precipitation Measurement mission (GPM) Ground Validation + (GV) Olympic Mountains Experiment (OLYMPEX). The OLYMPEX field campaign took + place between November 2015 and January 2016, with additional ground sampling + continuing through February 2016, on the Olympic Peninsula in the Pacific + Northwest of the United States. The purpose of the campaign was to provide + ground-validation data for the measurements taken by instrumentation aboard + the GPM Core Observatory satellite. The Dual-frequency Dual-polarized Doppler + Radar (D3R) was developed by a government-industry-academic consortium with + funding from NASA\u2019s GPM mission and was used in several ground validation + projects. D3R operates at the Ku-band (13.91 GHz \xB1 25 MHz) and Ka-band + (35.56 GHz \xB1 25 MHz) frequencies, similar to the frequencies used for the + GPM satellite instruments, and covers a fixed range from 450 m to 40 km. For + OLYMPEX, the D3R was co-located with the NASA S-band Dual Polarimetric (NPOL) + Doppler Radar at a coastal Washington state location on the Olympic Peninsula. + Due to blockage caused by NPOL, the D3R measurement area is limited to a 220 + degree to 120 degree sector. The GPM GV D3R OLYMPEX dataset files are available + from November 8, 2015 through January 15, 2016 in netCDF-4 format along with + browse imagery of reflectivity in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-08-11T14:54:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:36:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"Description\":\"Data + Center Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"D3R\",\"LongName\":\"Dual-polarized + Doppler Radar (D3R)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmrrdukeiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Duke Micro Rain Radar (MRR) IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979626644-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:38:19.113Z\",\"granule-count\":225,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Barros, + Ana P.2017. GPM Ground Validation Duke Micro Rain Radar (MRR) IPHEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/MRR/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.0743,\"NorthBoundingCoordinate\":35.8894,\"EastBoundingCoordinate\":-82.5814,\"SouthBoundingCoordinate\":35.5843}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-06-15T23:59:55.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/MRR/DATA202\"},\"ShortName\":\"gpmmrrdukeiphx\",\"EntryTitle\":\"GPM + Ground Validation Duke Micro Rain Radar (MRR) IPHEx\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmrrdukeiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmrrdukeiphx\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Integrated + Precipitation Hydrology Experiment (IPHEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://wallops-prf.gsfc.nasa.gov/Field_Campaigns/IPHEx/index.html\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmmrrdukeiphx__1/docs/gpmmrrdukeiphx_dataset.pdf\"},{\"Description\":\"Profiles + of Raindrop Size Distributions as Retrieved by Microrain Radars\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://journals.ametsoc.org/doi/pdf/10.1175/JAM2316.1\"},{\"Description\":\"Aliasing + in Micro Rain Radar data due to strong vertical winds\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1029/2010GL046018\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-06-26T04:06:01.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Duke Micro Rain Radar (MRR) IPHEx dataset was gathered + during the Global Precipitation Measurement (GPM) Ground Validation Integrated + Precipitation and Hydrology Experiment (IPHEx) in North Carolina from May + 1, 2014 through June 15, 2014. The dataset contains measured and derived data + from three MRR instruments placed in separate locations within the study region. + The MRR is a Biral/Metek 24 GHz (K-band) vertically oriented Frequency Modulated + Continuous Wave (FM-CW) radar that measures signal backscatter from which + Doppler spectra, radar reflectivity, Doppler velocity, drop size distribution, + rain rate, liquid water content, and path integrated attenuation are derived. + \ Data files are available in ASCII data format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:38:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:38:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"MRR\",\"LongName\":\"Micro + Rain Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmwrdukeiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Duke Microwave Radiometer (MWR) IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979634924-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:39:47.322Z\",\"granule-count\":152,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Barros, + Ana P and Maria P Cadeddu.2017. GPM Ground Validation Duke Microwave Radiometer + (MWR) IPHEx [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/MWR/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.0948,\"NorthBoundingCoordinate\":35.8046,\"EastBoundingCoordinate\":-82.6604,\"SouthBoundingCoordinate\":35.5199}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Water + Vapor\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Hail\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T00:04:50.000Z\",\"EndingDateTime\":\"2014-06-15T23:59:57.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/MWR/DATA301\"},\"ShortName\":\"gpmmwrdukeiphx\",\"EntryTitle\":\"GPM + Ground Validation Duke Microwave Radiometer (MWR) IPHEx\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmwrdukeiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmwrdukeiphx\"},{\"Description\":\"ARM + Data File Standards Version 1.2\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.osti.gov/scitech/servlets/purl/1253898\"},{\"Description\":\" + Integrated Precipitation and Hydrology Experiment (IPHEx)/Orographic Precipitation + Processes Study Field Campaign Report\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.arm.gov/publications/programdocs/doe-sc-arm-16-008.pdf\"},{\"Description\":\"Microwave + Radiometer - 3 Channel (MWR3C) Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.arm.gov/publications/tech_reports/handbooks/mwr3c_handbook.pdf\"},{\"Description\":\"Automatic + Self-Calibration of ARM Microwave Radiometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.researchgate.net/publication/268202099_Automatic_Self-Calibration_of_ARM_Microwave_Radiometers\"},{\"Description\":\"Microwave + Radiometer (MWR) Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.arm.gov/publications/tech_reports/handbooks/mwr_handbook.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmmwrdukeiphx__1/docs/gpmmwrdukeiphx_dataset.pdf\"},{\"Description\":\"Analysis + and improvement of tipping calibration for ground-based microwave radiometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/36.843018\"},{\"Description\":\"A + new retrieval for cloud liquid water path using a ground-based microwave radiometer + and measurements of cloud temperature\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2000JD900817\"},{\"Description\":\" + Analysis of integrated cloud liquid and precipitable water vapor retrievals + from microwave radiometers during the Surface Heat Budget of the Arctic Ocean + project\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2000JD000055\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-07-31T11:07:30.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Duke Microwave Radiometer (MWR) IPHEx dataset consists + of data collected by the MWR, which is a sensitive microwave radiometer that + detects the microwave radiances at two frequencies: 23.8 and 31.4 GHz. The + measurements are are used to determine the presence of vapor and liquid water + molecules in the atmosphere along with other derived parameters. These data + were obtained during the Integrated Precipitation and Hydrology Experiment + (IPHEx) field experiment, which was held in North Carolina with the goal to + characterize warm season orographic precipitation regimes and the relationship + between precipitation regimes and hydrologic processes in regions of complex + terrain. These data are available for May 1, 2014 through June 15, 2014 and + are in netCDF-3 format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:39:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:39:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"MWR\",\"LongName\":\"Microwave + Water Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpadukeiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Duke Parsivel IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979656586-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:41:29.235Z\",\"granule-count\":32,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Barros, + Ana P.2017. GPM Ground Validation Duke Parsivel IPHEx [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/APU/DATA302\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.5904,\"NorthBoundingCoordinate\":35.8858,\"EastBoundingCoordinate\":-82.2711,\"SouthBoundingCoordinate\":35.0833}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Reflectance\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-06-30T23:59:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/APU/DATA302\"},\"ShortName\":\"gpmpadukeiphx\",\"EntryTitle\":\"GPM + Ground Validation Duke Parsivel IPHEx\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpadukeiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpadukeiphx\"},{\"Description\":\"Rain + Drop Measurement Techniques: A Review\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.3390/w8010029\"},{\"Description\":\"Operating + instructions Present Weather Sensor Parsivel\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.esrl.noaa.gov/psd/data/obs/instruments/OpticalDisdrometer.pdf\"},{\"Description\":\"Operating + instructions Present Weather Sensor OTT Parsivel2\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ott.com/download/operating-instructions-present-weather-sensor-ott-parsivel2/\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"Duke + IPHEx Homepage\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://iphex.pratt.duke.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmpadukeiphx__1/docs/gpmpadukeiphx_dataset.pdf\"},{\"Description\":\"Duke + Parsivel Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/disdrometers_and_gauges/parsivel_Duke/doc/Duke_Parsivel_Description.xlsx\"},{\"Description\":\"Articulating + and Stationary PARSIVEL Disdrometer Measurements in Conditions with Strong + Winds and Heavy Rainfall\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JTECH-D-12-00254.1\"},{\"Description\":\"Experimental + Quantification of the Sampling Uncertainty Associated with Measurements from + PARSIVEL Disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/2010JHM1244.1\"},{\"Description\":\"An + Optical Disdrometer for Measuring Size and Velocity of Hydrometeors\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/1520-0426(2000)017%3C0130:AODFMS%3E2.0.CO;2\"},{\"Description\":\"Comparison + of Raindrop Size Distribution Measurements by Collocated Disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JTECH-D-12-00163.1\"},{\"Description\":\"Evaluation + of the New Version of the Laser-Optical Disdrometer, OTT Parsivel2\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JTECH-D-13-00174.1\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-06-02T03:06:29.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:33:45.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Duke Parsivel IPHEx dataset were collected during the + GPM Ground Validation Integrated Precipitation and Hydrology Experiment (IPHEx) + field campaign which was held in the Southern Appalachian region, including + the Piedmont and Coastal Plain regions, of North Carolina. OTT laser-based + Parsivel instruments operated from May 1, 2014 through June 30, 2014. The + IPHEx campaign was designed to characterize warm season orographic precipitation + regimes and determine the relationship between precipitation regimes and hydrologic + processes in regions of complex terrain. The parsivel data are available + in ASCII-csv format for each of the parsivel locations and contain precipitation + intensity and drop parameters. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:41:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:41:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"DISDROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmrgdukeiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Duke Rain Gauges IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979697430-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:43:29.215Z\",\"granule-count\":45,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Barros, + Ana P.2017. GPM Ground Validation Duke Rain Gauges IPHEx [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/GAUGES/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.3713,\"NorthBoundingCoordinate\":35.8876,\"EastBoundingCoordinate\":-82.271,\"SouthBoundingCoordinate\":35.3683}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-06-15T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/GAUGES/DATA202\"},\"ShortName\":\"gpmrgdukeiphx\",\"EntryTitle\":\"GPM + Ground Validation Duke Rain Gauges IPHEx\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmrgdukeiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmrgdukeiphx\"},{\"Description\":\"Integrated + Precipitation Hydrology Experiment (IPHEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://wallops-prf.gsfc.nasa.gov/Field_Campaigns/IPHEx/index.html\"},{\"Description\":\"Detailed + Instrument Operation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/disdrometers_and_gauges/rain_gauge_Duke/doc/iphex_Duke_rain_gauge_missing_por_IOP.xlsx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmrgdukeiphx__1/docs/gpmrgdukeiphx_dataset.pdf\"},{\"Description\":\"Detailed + Instrument Operation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/disdrometers_and_gauges/rain_gauge_Duke/doc/iphex_Duke_rain_gauge_missing_por_IOP.xlsx\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Local + Random Errors in Tipping-Bucket Rain Gauge Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/1520-0426(2003)20<752:LREITB>2.0.CO;2\"},{\"Description\":\"Comparison + of Rain Gauge Measurements in the Mid-Atlantic Region\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/2009JHM1137.1\"},{\"Description\":\"Evaluation + of TRMM Ground-Validation Radar-Rain Errors Using Rain Gauge Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/2009JAMC2264.1\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-05-25T03:05:12.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Duke Rain Gauge data were collected during the GPM Ground + Validation Integrated Precipitation and Hydrology Experiment (IPHEx) field + campaign which was held in the Southern Appalachian region, including the + Piedmont and Coastal Plain regions of North Carolina. TB3 Model Tipping Bucket + rain gauges collected precipitation data from May 1, 2014 through June 15, + 2014. The IPHEx campaign was designed to characterize warm season orographic + precipitation regimes and determine the relationship between precipitation + regimes and hydrologic processes in regions of complex terrain. The rain + gauge data are available in ASCII-csv (comma separated) format for each of + the rain gauge locations.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:43:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:43:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsmdukeiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Duke Soil Moisture IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979730515-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:46:46.759Z\",\"granule-count\":535,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Barros, + Ana P, Edward Kim and Walter A Petersen.2018. GPM Ground Validation Duke + Soil Moisture IPHEx [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/GAUGES/DATA102\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.5905,\"NorthBoundingCoordinate\":36.5193,\"EastBoundingCoordinate\":-81.1315,\"SouthBoundingCoordinate\":35.3731}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Agriculture\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil + Moisture/Water Content\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Agriculture\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Agriculture\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil + Bulk Density\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Land Surface\",\"Term\":\"Topography\",\"VariableLevel1\":\"Surface + Roughness\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-27T00:00:00.000Z\",\"EndingDateTime\":\"2014-10-17T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/GAUGES/DATA102\"},\"ShortName\":\"gpmsmdukeiphx\",\"EntryTitle\":\"GPM + Ground Validation Duke Soil Moisture IPHEx\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsmdukeiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsmdukeiphx\"},{\"Description\":\"Operational + Hydrological Forecasting during the IPHEx-IOP Campaign - Meet the Challenge\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20170002552.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmsmdukeiphx__1/docs/gpmsmdukeiphx_dataset.pdf\"},{\"Description\":\"Soil + Moisture Experimental Plan for IPHEx-2014\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/Duke_soil_moisture/doc/IPHEx2014_SM_ExperimentalPlan.pdf\"},{\"Description\":\"NASA + GPM-Ground Validation Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/Duke_soil_moisture/doc/IPHEX_SciencePlan.pdf\"},{\"Description\":\"Calibration + of an impedance probe for estimation of surface soil water content over large + regions\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.jhydrol.2005.01.003\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/Duke_soil_moisture/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-01-25T02:01:20.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:27:33.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Duke Soil Moisture dataset consists of a collection + of various data obtained during the Integrated Precipitation and Hydrology + Experiment (IPHEx) which occurred in the Southern Appalachians, spanning into + the Piedmont and Coastal Plain regions of North Carolina from February 27, + 2014 through October 17, 2014. The various instruments used included Theta + Probes, Infrared Thermometers, 200-A Soil Core Samplers, a Global Positioning + System (GPS), Soil Thermometers with Scanning L-band Active Passive (SLAP) + flight concurrent survey data, and CS6161 Water Reflectometers. Data are + available in a variety of formats based on instrument, including shapefiles, + Excel files, Word document files, and ASCII formats. Browse images of site + locations and data are available in JPG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:46:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:46:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"INFRARED + THERMOMETERS\",\"LongName\":\"INFRARED THERMOMETERS\"},{\"ShortName\":\"TEMPERATURE + PROBES\",\"LongName\":\"TEMPERATURE PROBES\"},{\"ShortName\":\"THERMOMETERS\",\"LongName\":\"THERMOMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - Binary - Excel - PDF - Word\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmprecipmgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) MANUAL PRECIPITATION MEASUREMENTS + GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979685952-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:47:46.360Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David and David Hudak.2014. GPM GROUND VALIDATION ENVIRONMENT CANADA (EC) + MANUAL PRECIPITATION MEASUREMENTS GCPEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/GAUGES/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.8,\"NorthBoundingCoordinate\":44.3,\"EastBoundingCoordinate\":-79.7,\"SouthBoundingCoordinate\":44.2}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Snow + Water Equivalent\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Terrestrial + Hydrosphere\",\"Term\":\"Snow/Ice\",\"VariableLevel1\":\"Snow Density\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Terrestrial Hydrosphere\",\"Term\":\"Snow/Ice\",\"VariableLevel1\":\"Snow + Depth\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-18T16:58:00.000Z\",\"EndingDateTime\":\"2012-03-28T13:16:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/GAUGES/DATA101\"},\"ShortName\":\"gpmprecipmgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) MANUAL PRECIPITATION MEASUREMENTS + GCPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmprecipmgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmprecipmgcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmprecipmgcpex/gpmprecipmgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Lake + Effect Snow Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/lake-effect-snow\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-03-10T15:46:28.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada (EC) Manual Precipitation Measurements + GCPEx dataset was collected during the GPM Cold-season Precipitation Experiment + (GCPEx) in Ontario, Canada with data collections from January 18 - March 28, + 2012. GCPEx addressed shortcomings in the GPM snowfall retrieval algorithm + by collecting microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. Precipitation amount, + weight, snow water equivalent and present weather condition were recorded + using a Tretyakov gauge inside a double fence intercomparison reference (DFIR) + shield.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:47:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:47:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"TRETYAKOV + GAUGE\",\"LongName\":\"Tretyakov precipitation gauge\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Excel\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmrrecgcpex2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) MICRO RAIN RADAR (MRR) GCPEX V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979627039-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:48:43.187Z\",\"granule-count\":342,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David , Mark Kulie and Claire Pettersen.2015. GPM GROUND VALIDATION ENVIRONMENT + CANADA (EC) MICRO RAIN RADAR (MRR) GCPEX V2 [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/MRR/DATA203\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-81.0,\"NorthBoundingCoordinate\":46.5,\"EastBoundingCoordinate\":-78.0,\"SouthBoundingCoordinate\":43.5}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-03-14T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/MRR/DATA203\"},\"ShortName\":\"gpmmrrecgcpex2\",\"EntryTitle\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) MICRO RAIN RADAR (MRR) GCPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmrrecgcpex2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmrrecgcpex2\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/mrr_EC/browse/CARE/MRR_20120103_CARE-EC_Vel_snow.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/mrr_EC/browse/CARE/MRR_20120117_CARE-EC_Ze_snow.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/mrr_EC/browse/CARE/MRR_20120102_CARE-EC_Ze_snow.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/mrr_EC/browse/CARE/MRR_20120117_CARE-EC_Vel_snow.png\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmmrrgcpex/gpmmrrgcpex_datasetV2.html\"},{\"Description\":\"Snow + Algorithm\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmmrrgcpex/Improved_Micro_Rain_Radar.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/mrr_EC/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-05-01T15:19:55.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada (EC) Micro Rain Radar (MRR) GCPEx + V2 dataset was collected from the Micro Rain Radar (MRR) during the GPM Cold-season + Precipitation Experiment (GCPEx) in Ontario, Canada during the winter season + 2012. GCPEx addressed shortcomings in the GPM snowfall retrieval algorithm + by collecting microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. Operating at 24 GHz + the MRR, a vertically pointing Doppler radar, retrieved quantitative rain + rates, drop size distributions, radar reflectivity, and fall velocities on + vertical profiles up to several kilometers above the unit. The MRR used during + GCPEX is the second generation of the instrument manufactured by METEK (URL: + http://metek.de/product/mrr-2/). Version 2 of this dataset became active on + April 30, 2015.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:48:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:48:00.000Z\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"MRR\",\"LongName\":\"Micro + Rain Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmradpmgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) PASSIVE MICROWAVE RADIOMETER AND + SOIL MOISTURE-TEMPERATURE DATA GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979695109-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:51:07.935Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Derksen, + Chris.2013. GPM GROUND VALIDATION ENVIRONMENT CANADA (EC) PASSIVE MICROWAVE + RADIOMETER AND SOIL MOISTURE-TEMPERATURE DATA GCPEX [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/RADIOMETER/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.7906,\"NorthBoundingCoordinate\":44.2432,\"EastBoundingCoordinate\":-79.7706,\"SouthBoundingCoordinate\":44.2232}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Terrestrial Hydrosphere\",\"Term\":\"Snow/Ice\",\"VariableLevel1\":\"Snow + Depth\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Agriculture\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Agriculture\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil + Moisture/Water Content\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-12-05T19:15:00.000Z\",\"EndingDateTime\":\"2012-03-03T10:30:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/RADIOMETER/DATA101\"},\"ShortName\":\"gpmradpmgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) PASSIVE MICROWAVE RADIOMETER AND + SOIL MOISTURE-TEMPERATURE DATA GCPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmradpmgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmradpmgcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiometer_pm_CARE/doc/gpmpmradgcpex_dataset.html\"},{\"Description\":\"Technician + Daily Notes, Radiometer Dec 2011 - March 2012\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiometer_pm_CARE/doc/TechnicianDailyNotes_pm_radiometer_data_Dec2011-March2012-EC_CARE_LogBook.pdf\"},{\"Description\":\"Soil + Moisture and Surface Temperature Summary -Up for GCpex 2011/2012\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiometer_pm_CARE/doc/TechnicianNotes_soil_moisture_temperature_data_Dec2011-March2012-EC_CARE.doc\"},{\"Description\":\"Meta + data, Radiometer soil moisture data Dec 2011 - March 2012\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiometer_pm_CARE/doc/MetadataFormatInformation_pm_radiometer_soil_moisture_data_Dec2011-March2012-EC_CARE.xlsx\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Lake + Effect Snow Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/lake-effect-snow\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-10-18T15:06:15.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:32:26.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada (EC) Passive Microwave Radiometer + and Soil Moisture-Temperature Data GCPEx dataset is consisted of data during + the GPM Cold-season Precipitation Experiment (GCPEx) at the Centre for Atmospheric + Research Experiments (CARE) site in Ontario, Canada during the winter season + 2011-2012. GCPEx addressed shortcomings in the GPM snowfall retrieval algorithm + by collecting microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. Data collected includes + microwave brightness temperatures, snow and soil/snow-air interface (ground + surface temperatures), soil surface temperatures, and soil volumetric water + content. These data were acquired by multiple instruments: a passive microwave + radiometer, a water content reflectometer, thermistors, soil moisture probe.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:51:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:51:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RADIOMETERS\"},{\"ShortName\":\"SOIL + MOISTURE PROBE\",\"LongName\":\"SOIL MOISTURE PROBE\"},{\"ShortName\":\"THERMISTORS\",\"LongName\":\"THERMISTORS\"},{\"ShortName\":\"WCR\",\"LongName\":\"Water + Content Reflectometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Excel\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpossgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) PRECIPITATION OCCURRENCE SENSOR + SYSTEM (POSS) GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979685182-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:52:05.216Z\",\"granule-count\":187,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David .2013. GPM GROUND VALIDATION ENVIRONMENT CANADA (EC) PRECIPITATION OCCURRENCE + SENSOR SYSTEM (POSS) GCPEX [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/POSS/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.93,\"NorthBoundingCoordinate\":44.23,\"EastBoundingCoordinate\":-79.64,\"SouthBoundingCoordinate\":44.18}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-15T00:00:00.000Z\",\"EndingDateTime\":\"2012-03-01T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/POSS/DATA201\"},\"ShortName\":\"gpmpossgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) PRECIPITATION OCCURRENCE SENSOR + SYSTEM (POSS) GCPEX\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpossgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpossgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/poss_EC/browse/CARE/gcpex_poss_pr_20120229_EC_CARE-TNE.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmpossgcpex/gpmpossgcpex_dataset.html\"},{\"Description\":\"Description + of the POSS post processed \xBF\xBF\xBFPR\xBF\xBF\xBF file Updated Feb. 11 + 2013\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PI + DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/poss_EC/doc/POSS_Documentation_for_PR_files_130211.doc\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/poss_EC/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-09-03T14:07:31.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:20:09.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada (EC) Precipitation Occurrence Sensor + System (POSS) GCPEx dataset is comprised of data gathered during the GPM Cold-season + Precipitation Experiment (GCPEx), which took place in Ontario, Canada, January + 15 - March 1, 2012. GCPEx addressed shortcomings in the GPM snowfall retrieval + algorithm by collecting microphysical properties, associated remote sensing + observations, and coordinated model simulations of precipitating snow. The + POSS is a bi-static X-band Doppler radar designed by Environment Canada. The + POSS measures a signal whose frequency is proportional to the particle Doppler + velocity and whose amplitude is proportional to the particle scattering cross-section. + Its measurements can be used to provide information regarding precipitation + occurrence, type, rate, and raindrop size distribution.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:52:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:52:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"},{\"ShortName\":\"POSS\",\"LongName\":\"Precipitation + Occurrence Sensor System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmradmecgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) RADIOMETER GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979694410-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:53:11.686Z\",\"granule-count\":20,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David .2013. GPM GROUND VALIDATION ENVIRONMENT CANADA (EC) RADIOMETER GCPEX + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/RADIOMETER/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.7806,\"NorthBoundingCoordinate\":44.2332,\"EastBoundingCoordinate\":-79.7806,\"SouthBoundingCoordinate\":44.2332}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Pressure\",\"VariableLevel1\":\"Surface + Pressure\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Solid Earth\",\"Term\":\"Geothermal + Dynamics\",\"VariableLevel1\":\"Geothermal Temperature\",\"VariableLevel2\":\"Ambient + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Profiles\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Total Precipitable Water\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-02-14T12:52:19.000Z\",\"EndingDateTime\":\"2012-03-01T23:58:19.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/RADIOMETER/DATA201\"},\"ShortName\":\"gpmradmecgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) RADIOMETER GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmradmecgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmradmecgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiometer_CARE/browse/radiometer_CARE_TP3000a_20120214.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiometer_CARE/browse/radiometer_CARE_TP3000b_20120229.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiometer_CARE/browse/radiometer_CARE_TP3000c_20120218.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmradmecgcpex/gpmradmecgcpex_dataset.html\"},{\"Description\":\"radiometric + profiler product sheet\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/gpmradmecgcpex/RADIOMETER_TP3000_ProductSheet.pdf\"},{\"Description\":\"radiometric + profiler user manual\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/gpmradmecgcpex/RADIOMETER_TP_WV3000_UsersManual.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiometer_CARE/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-10-18T15:06:02.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada (EC) Radiometer GCPEx dataset contains + retrievals of temperature, water vapor, relative humidity, liquid water profiles + and surface parameters acquired by a passive microwave radiometer during the + GPM Cold-season Precipitation Experiment (GCPEx) in Ontario, Canada, February + 14, 2012 through March 1, 2012. GCPEx addressed shortcomings in the GPM snowfall + retrieval algorithm by collecting microphysical properties, associated remote + sensing observations, and coordinated model simulations of precipitating snow.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:53:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:53:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RADIOMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmradsecgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) RADIOSONDE GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979695305-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:54:31.357Z\",\"granule-count\":39,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David .2013. GPM GROUND VALIDATION ENVIRONMENT CANADA (EC) RADIOSONDE GCPEX + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/RADIOSONDE/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.85,\"NorthBoundingCoordinate\":44.96,\"EastBoundingCoordinate\":-78.0,\"SouthBoundingCoordinate\":43.38}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Upper + Air Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Direction\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-17T18:10:00.000Z\",\"EndingDateTime\":\"2012-02-29T18:20:14.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/RADIOSONDE/DATA101\"},\"ShortName\":\"gpmradsecgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) RADIOSONDE GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmradsecgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmradsecgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiosonde_CARE/browse/gcpex_radiosonde_CARE-20120213_1357z_edt_025.tsv.gif\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmradsecgcpex/gpmradsecgcpex_dataset.html\"},{\"Description\":\"Radiometric + profiling of temperature, water vapor and cloud liquid water using various + inversion methods\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmradsecgcpex/Solheim_RadioScience_1998.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/radiosonde_CARE/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-10-29T13:30:04.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:48:21.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada (EC) Radiosonde GCPEx dataset provides + measurements of pressure, temperature, humidity, and winds collected by Vaisala + RS92 Radiosondes during the GPM Cold-season Precipitation Experiment (GCPEx) + at the CARE site in Ontario, Canada, January 17, 2012 through February 29, + 2012. GCPEx addressed shortcomings in the GPM snowfall retrieval algorithm + by collecting microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. These data sets were + collected to aid in the achievement of the over arching goal of GCPEx which + is to characterize the ability of multi-frequency active and passive microwave + sensors to detect and estimate falling snow.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:54:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:54:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"RADIOSONDES\",\"LongName\":\"RADIOSONDES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsnowgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) SNOW SURVEYS GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979731306-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:55:28.547Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Derksen, + Chris.2014. GPM GROUND VALIDATION ENVIRONMENT CANADA (EC) SNOW SURVEYS GCPEX + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/PROBES/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.92,\"NorthBoundingCoordinate\":44.68,\"EastBoundingCoordinate\":-79.64,\"SouthBoundingCoordinate\":44.18}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Terrestrial Hydrosphere\",\"Term\":\"Snow/Ice\",\"VariableLevel1\":\"Snow + Density\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Terrestrial + Hydrosphere\",\"Term\":\"Snow/Ice\",\"VariableLevel1\":\"Snow Water Equivalent\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Terrestrial Hydrosphere\",\"Term\":\"Snow/Ice\",\"VariableLevel1\":\"Snow + Depth\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-05T00:00:00.000Z\",\"EndingDateTime\":\"2012-02-27T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/PROBES/DATA101\"},\"ShortName\":\"gpmsnowgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) SNOW SURVEYS GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsnowgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsnowgcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmsnowgcpex/gpmsnowgcpex_dataset.html\"},{\"Description\":\"GPM + Ground Validation Environment Canada (EC) Snow Surveys GCPEx\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/precipitation/snow_surveys/doc/Readme.txt\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Lake + Effect Snow Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/lake-effect-snow\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-03-11T15:47:54.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T21:48:11.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada Snow Surveys GCPEx dataset was manually + collected during the GPM Cold-season Precipitation Experiment (GCPEx), which + occurred in Ontario, Canada, January 20, 2012 through February 27, 2012 across + four sites (CARE, Steamshow, Huronia Airport, and Skydive-Jump). GCPEx addressed + shortcomings in the GPM snowfall retrieval algorithm by collecting microphysical + properties, associated remote sensing observations, and coordinated model + simulations of precipitating snow. Snow depth, water equivalent and density + transects were surveyed weekly at each of the GCPEx sites in order to provide + baseline information on the distribution of snow on the ground. Pairs of bulk + density and snow water equivalent measurements were made every 25 m along + the same transect using an ESC-30 (30 cm2 cross sectional area) snow corer. + Snow depth measurements were made every 50 cm along a 100 m transect using + a GPS equipped snow depth probe.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:55:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:55:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Field Sites\",\"ShortName\":\"FIELD + SURVEYS\",\"LongName\":\"FIELD SURVEYS\",\"Instruments\":[{\"ShortName\":\"MAGNAPROBE\",\"LongName\":\"MagnaProbe\"},{\"ShortName\":\"SNOW + TUBE\",\"LongName\":\"Snow Tube\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Excel\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmceilgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) VAISALA CEILOMETER GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979129516-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:56:20.308Z\",\"granule-count\":47,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David .2013. GPM GROUND VALIDATION ENVIRONMENT CANADA (EC) VAISALA CEILOMETER + GCPEX [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/CEILOMETERS/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.5,\"NorthBoundingCoordinate\":44.5,\"EastBoundingCoordinate\":-78.5,\"SouthBoundingCoordinate\":43.5}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Properties\",\"VariableLevel2\":\"Cloud Base Height\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Lidar\",\"VariableLevel1\":\"Lidar + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Properties\",\"VariableLevel2\":\"Cloud Height\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-15T00:00:00.000Z\",\"EndingDateTime\":\"2012-03-01T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/CEILOMETERS/DATA201\"},\"ShortName\":\"gpmceilgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) VAISALA CEILOMETER GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmceilgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmceilgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/ceilometer_EC/browse/gcpex_ceil_20120118_EC_HURONIA.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmceilgcpex/gpmceilgcpex_dataset.html\"},{\"Description\":\"ceilometer + instrument guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmceilgcpex/CEILOMETER_CT25K_UserGuide.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/ceilometer_EC/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-08-27T14:42:36.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T12:24:31.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada (EC) VAISALA Ceilometer GCPEx dataset + was collected during the GPM Cold-season Precipitation Experiment (GCPEx) + in Huronia, Canada from January 15, 2012 through March 1, 2012. The GPM Cold-season + Precipitation Experiment (GCPEx) occurred in Ontario, Canada during the winter + season of 2011-2012. GCPEx addressed shortcomings in the GPM snowfall retrieval + algorithm by collecting microphysical properties, associated remote sensing + observations, and coordinated model simulations of precipitating snow. The + CT25K ceilometer uses pulsed diode laser LIDAR technology to derive backscatter + profiles, cloud heights and vertical visibilities. It is also able to detect + 3 cloud layers simultaneously.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:56:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:56:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"CEILOMETERS\",\"LongName\":\"CEILOMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmvisecgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) VISIBILITY SENSOR FD12P AND PRESENT + WEATHER DETECTOR GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979830481-GHRC_DAAC\",\"revision-date\":\"2024-02-26T21:57:19.008Z\",\"granule-count\":47,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David .2013. GPM GROUND VALIDATION ENVIRONMENT CANADA (EC) VISIBILITY SENSOR + FD12P AND PRESENT WEATHER DETECTOR GCPEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/FD12P/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.93,\"NorthBoundingCoordinate\":44.69,\"EastBoundingCoordinate\":-79.73,\"SouthBoundingCoordinate\":44.49}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Forward Scatter\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-15T00:00:00.000Z\",\"EndingDateTime\":\"2012-03-01T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/FD12P/DATA201\"},\"ShortName\":\"gpmvisecgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) VISIBILITY SENSOR FD12P AND PRESENT + WEATHER DETECTOR GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmvisecgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmvisecgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/vis_EC/browse/gcpex_vis_20120301_EC_HURONIA.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/vis_EC/doc/gpmvisecgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/vis_EC/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-09-17T14:04:45.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:03.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada (EC) Visibility Sensor FD12P and + Present Weather Detector GCPEx dataset contains data collected from January + 15 through March 1, 2012 in Huronia, Canada for the GPM Cold-season Precipitation + Experiment (GCPEx). This dataset was collected to aid in the achievement of + the over arching goal of GCPEx which is to characterize the ability of multi-frequency + active and passive microwave sensors to detect and estimate falling snow. + The FD12P combines the functions of a forward scatter visibility meter and + a present weather detector. It also measures the intensity and the amount + of both liquid and solid precipitation.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T21:57:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T21:57:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"WEATHER + STATIONS\",\"LongName\":\"WEATHER STATIONS\",\"Instruments\":[{\"ShortName\":\"FD12P + WEATHER SENSOR\",\"LongName\":\"Vaisala FD12P Weather Sensor\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmvisecc3vp__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Environment Canada (EC) Visibility Sensor FD12P C3VP V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995871445-GHRC_DAAC\",\"revision-date\":\"2024-02-26T22:01:22.894Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Rodriguez, + Peter .2021. GPM Ground Validation Environment Canada (EC) Visibility Sensor + FD12P C3VP [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/C3VP/VISSENSOR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.791,\"NorthBoundingCoordinate\":44.242,\"EastBoundingCoordinate\":-79.772,\"SouthBoundingCoordinate\":44.222}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Liquid Surface Precipitation Rate\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Air Quality\",\"VariableLevel1\":\"Visibility\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-10-04T00:00:00.000Z\",\"EndingDateTime\":\"2007-03-31T23:59:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/C3VP/VISSENSOR/DATA101\"},\"ShortName\":\"gpmvisecc3vp\",\"EntryTitle\":\"GPM + Ground Validation Environment Canada (EC) Visibility Sensor FD12P C3VP V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmvisecc3vp__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmvisecc3vp\"},{\"Description\":\"Weather + Sensor FD12P User\u2019s Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.vaisala.com/sites/default/files/documents/FD12P%20User%20Guide%20in%20English.pdf\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmvisecc3vp__1/doc/gpmvisecc3vp_dataset.pdf\"},{\"Description\":\"NASA + GPM/PMM PARTICIPATION IN THE CANADIAN CLOUDSAT/CALIPSO VALIDATION PROJECT + (C3VP): PHYSICAL PROCESS STUDIES IN SNOW\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://radarmet.atmos.colostate.edu/c3vp/petersenetal_C3VP.pdf\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2021-01-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:03.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation (GV) Environment Canada (EC) Visibility Sensor FD12P + C3VP dataset consists of visibility and precipitation data collected at the + Environment Canada Canadian Climate station at the Centre for Atmospheric + Research Experiments (CARE) site during the Canadian CloudSat/CALIPSO Validation + Project (C3VP) field campaign. The campaign took place in southern Canada + in support of multiple science missions, including the NASA GPM mission, in + order to improve the modeling and remote sensing of winter precipitation. + The GPM GV Visibility Sensor FD12P C3VP data are available from October 4, + 2006 through March 31, 2007 in a Microsoft Excel comma-separated variable + spreadsheet. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-26T22:01:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-26T22:01:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"C3VP\",\"LongName\":\"Canadian + CloudSat/CALIPSO Validation Project\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"FD12P + WEATHER SENSOR\",\"LongName\":\"Vaisala FD12P Weather Sensor\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmxetc3vp__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Environment Canada (EC) Weather Station XET C3VP V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1998274501-GHRC_DAAC\",\"revision-date\":\"2024-02-27T15:24:08.873Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Rodriguez, + Peter .2021. GPM Ground Validation Environment Canada (EC) Weather Station + XET C3VP [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/C3VP/METSTATION/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.79,\"NorthBoundingCoordinate\":44.24,\"EastBoundingCoordinate\":-79.77,\"SouthBoundingCoordinate\":44.22}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Pressure\",\"VariableLevel1\":\"Surface + Pressure\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Relative + Humidity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Radiation\",\"VariableLevel1\":\"Solar Radiation\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Sunshine\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Agriculture\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Climate Indicators\",\"Term\":\"Cryospheric + Indicators\",\"VariableLevel1\":\"Snow Depth\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Atmospheric + Precipitation Indices\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-10-04T00:00:00.000Z\",\"EndingDateTime\":\"2007-03-31T23:59:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/C3VP/METSTATION/DATA201\"},\"ShortName\":\"gpmxetc3vp\",\"EntryTitle\":\"GPM + Ground Validation Environment Canada (EC) Weather Station XET C3VP V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmxetc3vp__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmxetc3vp\"},{\"Description\":\"AES + Guidelines for Co-Operative Climatological Autostations - Version 2.0\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.ocean-ops.org/dbcp/doc/AES_Canada_Guide20.pdf\"},{\"Description\":\"Rural/Suburban + site, Satellite Station for Lake Huron, Air (gas and particle) measurements + only\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://www.ec.gc.ca/rs-mn/default.asp?lang=En&n=F382596F-1\"},{\"Description\":\"C3VP: + Winter 2006-2007 Snowfall Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://gpm.nasa.gov/science/ground-validation/C3VP\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmxetc3vp__1/docs/gpmxetc3vp_dataset.pdf\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2021-01-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-09T10:33:58.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada (EC) Weather Station XET C3VP dataset + consists of surface meteorological data collected at the Environment Canada + (EC) XET station at the Centre for Atmospheric Research Experiments (CARE) + during the Canadian CloudSat/CALIPSO Validation Project (C3VP) field campaign. + The campaign took place in southern Canada in support of multiple science + missions, including the NASA GPM mission, in order to improve the modeling + and remote sensing of winter precipitation. The XET C3VP dataset file includes + temperature, pressure, wind speed and direction, relative humidity, solar + radiation, grass temperature, soil temperature, snow depth, sunshine, and + precipitation measurements from October 4, 2006 through March 31, 2007 in + ASCII-csv format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T15:24:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T15:24:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"C3VP\",\"LongName\":\"Canadian + CloudSat/CALIPSO Validation Project\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"THERMOMETERS\",\"LongName\":\"THERMOMETERS\"},{\"ShortName\":\"PRESSURE + PROBE\",\"LongName\":\"PRESSURE PROBE\"},{\"ShortName\":\"ANEMOMETERS\",\"LongName\":\"ANEMOMETERS\"},{\"ShortName\":\"WIND + VANES\",\"LongName\":\"WIND VANES\"},{\"ShortName\":\"PYRANOMETERS\",\"LongName\":\"PYRANOMETERS\"},{\"ShortName\":\"Pyrgeometer\",\"LongName\":\"Pyrgeometer\"},{\"ShortName\":\"SUNSHINE + RECORDERS\"},{\"ShortName\":\"ULTRASONIC DEPTH SENSOR\",\"LongName\":\"Judd + Communications Ultrasonic Depth Sensor\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmwebecgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) WEB CAMERA IMAGES GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1983018567-GHRC_DAAC\",\"revision-date\":\"2024-02-27T15:25:18.316Z\",\"granule-count\":67505,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David .2013. GPM GROUND VALIDATION ENVIRONMENT CANADA (EC) WEB CAMERA IMAGES + GCPEX [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/CAMERA/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.93,\"NorthBoundingCoordinate\":44.69,\"EastBoundingCoordinate\":-79.64,\"SouthBoundingCoordinate\":44.18}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible Wavelengths\",\"VariableLevel1\":\"Visible + Imagery\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-15T00:00:00.000Z\",\"EndingDateTime\":\"2012-03-01T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/CAMERA/DATA101\"},\"ShortName\":\"gpmwebecgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) WEB CAMERA IMAGES GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmwebecgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmwebecgcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/web_camera_EC/doc/gpmwebecgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-09-17T14:04:33.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada (EC) Web Camera Images GCPEx were + taken at 5 site locations in Ontario, Canada during the GPM Cold-season Precipitation + Experiment (GCPEx), which occurred January 15 through March 1, 2012. GCPEx + addressed shortcomings in the GPM snowfall retrieval algorithm by collecting + microphysical properties, associated remote sensing observations, and coordinated + model simulations of precipitating snow. Mounted as a fixed outdoor camera, + the AXIS P1343-E network camera had day/night functionality with an automatically + controlled IR filter, adapting to both daylight and dark lighting conditions. + These images provided visual records throughout the day of the weather conditions + at each site.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T15:25:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T15:25:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"CAMERAS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"JPEG\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmwpecgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) WIND PROFILER GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979832749-GHRC_DAAC\",\"revision-date\":\"2024-02-27T15:26:20.472Z\",\"granule-count\":47,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David .2013. GPM GROUND VALIDATION ENVIRONMENT CANADA (EC) WIND PROFILER GCPEX + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/PROFILER/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.8,\"NorthBoundingCoordinate\":44.3,\"EastBoundingCoordinate\":-79.6,\"SouthBoundingCoordinate\":44.1}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Direction\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Wind Profiles\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-15T00:00:00.000Z\",\"EndingDateTime\":\"2012-03-01T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/PROFILER/DATA201\"},\"ShortName\":\"gpmwpecgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION ENVIRONMENT CANADA (EC) WIND PROFILER GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmwpecgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmwpecgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/wind_profiler_EC/browse/gcpex_windprofiler_2012043-daily_EC_CARE.gif\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/wind_profiler_EC/doc/gpmwpecgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/wind_profiler_EC/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-10-01T15:27:30.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada (EC) Wind Profiler GCPEx dataset + provides post-processed consensus winds and daily quick look plots from the + Vaisala Wind Profiler LAP 3000. The daily plots depict wind information, such + as wind speed and wind direction, from the profiler and from the Global Environmental + Multiscale (GEM) model data. The LAP 3000 is a pulsed Doppler radar that operates + in clean air. The Wind profiler data was collected January 15, 2012 through + March 1, 2012 for the GPM Cold-season Precipitation Experiment (GCPEx) at + the CARE site in Ontario, Canada. This dataset was collected to aid in the + achievement of the over arching goal of GCPEx which is to characterize the + ability of multi-frequency active and passive microwave sensors to detect + and estimate falling snow.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T15:26:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T15:26:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"LAP-3000\",\"LongName\":\"Vaisala + LAP 3000\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmexradiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION ER-2 X-BAND RADAR (EXRAD) IPHEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979141020-GHRC_DAAC\",\"revision-date\":\"2024-02-27T15:27:41.888Z\",\"granule-count\":55,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Gerald M and Lin Tian.2016. GPM GROUND VALIDATION ER-2 X-BAND RADAR (EXRAD) + IPHEX [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/EXRAD/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-86.5619,\"NorthBoundingCoordinate\":36.5498,\"EastBoundingCoordinate\":-71.9384,\"SouthBoundingCoordinate\":26.7991}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-03T17:57:45.000Z\",\"EndingDateTime\":\"2014-06-12T23:28:34.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/EXRAD/DATA101\"},\"ShortName\":\"gpmexradiphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION ER-2 X-BAND RADAR (EXRAD) IPHEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmexradiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmexradiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"First + Flights of ER-2 X-band Radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://science.gsfc.nasa.gov/sci/content/uploadFiles/scihi_atmos_ppt/2013_4_highlights.pdf\"},{\"Description\":\"EXRAD + Description and Sample Measurements from the Nadir Beam\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://har.gsfc.nasa.gov/index.php?section=14\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmexradiphx__1/docs/gpmexradiphx_dataset.pdf\"},{\"Description\":\"Correction + of Sampling Errors in Ocean Surface Cross-Sectional Estimates from Nadir-Looking + Weather Radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(1997)014%3C0203:COSEIO%3E2.0.CO;2\"},{\"Description\":\"TRMM + Precipitation Radar Reflectivity Profiles as Compared with High-Resolution + Airborne and Ground-Based Radar Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(2001)040%3C2080:TPRRPA%3E2.0.CO;2\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-10-18T15:17:27.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation ER-2 X-band Radar (EXRAD) IPHEx dataset was collected + in support of the Global Precipitation Measurement (GPM) mission Ground Validation + Integrated Precipitation and Hydrology Experiment (IPHEx) field campaign in + North Carolina, with an intense study period occurring from May 1, 2014 through + June 15, 2014. The goal of IPHEx was to evaluate the accuracy of satellite + precipitation measurements and use the collected data for hydrology models + in the region. EXRAD is a single-frequency X-band Doppler radar that measures + reflectivity and Doppler velocity. The science instruments, including the + EXRAD, onboard the NASA ER-2 aircraft acted as a proxy for GPM satellite instruments. + This dataset is available in netCDF-3 file format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T15:27:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T15:27:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"EXRAD\",\"LongName\":\"ER-2 + Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmfltsummc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION FLIGHT SUMMARIES AND FLIGHT TRACKS IMAGERY MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979141270-GHRC_DAAC\",\"revision-date\":\"2024-02-27T15:29:52.103Z\",\"granule-count\":802,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Poellot, + Michael R.2013. GPM GROUND VALIDATION FLIGHT SUMMARIES AND FLIGHT TRACKS IMAGERY + MC3E [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/FLIGHT/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-121.0,\"NorthBoundingCoordinate\":43.0,\"EastBoundingCoordinate\":-91.0,\"SouthBoundingCoordinate\":28.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Flight + Data Logs\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Imagery\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-25T00:00:00.000Z\",\"EndingDateTime\":\"2011-06-02T19:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/FLIGHT/DATA201\"},\"ShortName\":\"gpmfltsummc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION FLIGHT SUMMARIES AND FLIGHT TRACKS IMAGERY MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmfltsummc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmfltsummc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmfltsummc3e/gpmfltsummc3e_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-02-27T15:46:30.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T12:40:30.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Flight Summaries and Flight Tracks Imagery MC3E dataset + for the Midlatitude Continental Convective Clouds Experiment (MC3E) provides + processed summaries from the University of North Dakota including sonde maps, + a radar animation, parameter versus time charts, radar track graphs, and a + summary including aircraft and instrument operational times. The MC3E took + place in central Oklahoma during the April-June 2011 period. The experiment + was a collaborative effort between the U.S. Department of Energy (DOE) Atmospheric + Radiation Measurement (ARM) Climate Research Facility and the National Aeronautics + and Space Administration's (NASA) Global Precipitation Measurement (GPM) mission + Ground Validation (GV) program. The Flight Tracks imagery includes one animation + for May 11, 2011 and the KICT 5 minute snapshots from the Real Time Mission + Monitor (RTMM). This dataset is distributed with the MC3E ER-2 Navigation + and the Citation Navigation datasets.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T15:29:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T15:29:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"COMPUTERS\",\"LongName\":\"COMPUTERS\",\"Instruments\":[{\"ShortName\":\"RTMM\",\"LongName\":\"Real + Time Mission Monitor\"}]},{\"Type\":\"Jet\",\"ShortName\":\"UND CITATION II\",\"Instruments\":[{\"ShortName\":\"RADAR\",\"LongName\":\"Radio + Detection and Ranging\"}]},{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"RADAR\",\"LongName\":\"Radio + Detection and Ranging\"}]},{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"FIXED + OBSERVATION STATIONS\",\"LongName\":\"FIXED OBSERVATION STATIONS\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"AVI + - GIF - PDF - PNG\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/csgcpex01__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION GCPEX SNOW MICROPHYSICS CASE STUDY V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979104136-GHRC_DAAC\",\"revision-date\":\"2024-02-27T15:32:55.914Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Gatlin, + Patrick N, Manil Maskey and Kaylin Bugbee.2016. GPM GROUND VALIDATION GCPEX + SNOW MICROPHYSICS CASE STUDY [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GCPEXCS/MULTIPLE/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-80.4026,\"NorthBoundingCoordinate\":46.3966,\"EastBoundingCoordinate\":-78.7616,\"SouthBoundingCoordinate\":43.4595}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Water Equivalent\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Snow + Water Equivalent\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Terrestrial + Hydrosphere\",\"Term\":\"Snow/Ice\",\"VariableLevel1\":\"Snow Density\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Terrestrial Hydrosphere\",\"Term\":\"Snow/Ice\",\"VariableLevel1\":\"Snow + Depth\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Atmospheric Pressure Measurements\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Upper Air Temperature\",\"VariableLevel2\":\"Dew + Point Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-02-24T00:00:48.000Z\",\"EndingDateTime\":\"2012-02-25T23:59:57.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GCPEXCS/MULTIPLE/DATA101\"},\"ShortName\":\"csgcpex01\",\"EntryTitle\":\"GPM + GROUND VALIDATION GCPEX SNOW MICROPHYSICS CASE STUDY V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/csgcpex01__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=csgcpex01\"},{\"Description\":\"OPeNDAP + server dataset access\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://ghrc.nsstc.nasa.gov/opendap/hyrax/case_studies/field_campaign_data/gcpex/\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"MICRO + ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/snow-microphysics-event-during-gcpex-field-campaign\"},{\"Description\":\"Lake + Effect Snow Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/lake-effect-snow\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-06-17T15:51:57.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:05:16.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation GCPEX Snow Microphysics Case Study characterizes the + 3-D microphysical evolution and distribution of snow in context of the thermodynamic + environment observed during the February 24th, 2012 event of the GPM Cold-season + Precipitation Experiment (GCPEx). The GPM Cold-season Precipitation Experiment + occurred in Ontario, Canada during the winter season of 2011-2012. GCPEx addressed + shortcomings in the GPM snowfall retrieval algorithm by collecting microphysical + properties, associated remote sensing observations, and coordinated model + simulations of snow. This case study includes data from the Airborne Second + Generation Precipitation Radar (APR-2), Dual-frequency Dual-polarized Doppler + Radar (D3R), Dual Polarization Radiometer and the NCAR Cloud Microphysics + Particle Probes.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T15:32:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T15:32:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"APR-2\",\"LongName\":\"Second + Generation Airborne Precipitation Radar\"},{\"ShortName\":\"CIPS\",\"LongName\":\"Cloud + Imaging and Particle Size\"},{\"ShortName\":\"D3R\",\"LongName\":\"Dual-polarized + Doppler Radar (D3R)\"},{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"},{\"ShortName\":\"HVPS\",\"LongName\":\"High Volume + Particle Sampler\"},{\"ShortName\":\"PMS 2D-C PROBE\",\"LongName\":\"Particle + Measuring Systems 2D-C Probe\"}]},{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"},{\"ShortName\":\"D3R\",\"LongName\":\"Dual-polarized + Doppler Radar (D3R)\"}]},{\"Type\":\"Jet\",\"ShortName\":\"UND CITATION II\",\"Instruments\":[{\"ShortName\":\"APR-2\",\"LongName\":\"Second + Generation Airborne Precipitation Radar\"},{\"ShortName\":\"CIPS\",\"LongName\":\"Cloud + Imaging and Particle Size\"},{\"ShortName\":\"HVPS\",\"LongName\":\"High Volume + Particle Sampler\"},{\"ShortName\":\"PMS 2D-C PROBE\",\"LongName\":\"Particle + Measuring Systems 2D-C Probe\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmtfmifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Global Flood Monitoring System (GFMS) Flood Maps IFloodS + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979816569-GHRC_DAAC\",\"revision-date\":\"2024-02-27T15:35:24.388Z\",\"granule-count\":4107,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Wu, + Huan , Robert F. Adler, Yudong Tian, Jianjian Wang, George J Huffman and + Hongyi Li.2018. GPM Ground Validation Global Flood Monitoring System (GFMS) + Flood Maps IFloodS [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/TMI/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-179.875,\"NorthBoundingCoordinate\":49.875,\"EastBoundingCoordinate\":179.875,\"SouthBoundingCoordinate\":-49.875}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Human Dimensions\",\"Term\":\"Natural Hazards\",\"VariableLevel1\":\"Floods\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-26T15:00:00.000Z\",\"EndingDateTime\":\"2013-06-30T21:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/TMI/DATA101\"},\"ShortName\":\"gpmtfmifld\",\"EntryTitle\":\"GPM + Ground Validation Global Flood Monitoring System (GFMS) Flood Maps IFloodS + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmtfmifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmtfmifld\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/TRMM_flood_maps/browse/maps/2013-04-03/ifloods_total_rain_2013040309.jpg\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmtfmifld__1/docs/gpmtfmifld_dataset.pdf\"},{\"Description\":\"Real-time + global flood estimation using satellite-based precipitation and a coupled + land surface and routing model\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1002/2013WR014710\"},{\"Description\":\"Evaluation + of Global Flood Detection Using Satellite-Based Rainfall and a Hydrologic + Model\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-11-087.1\"},{\"Description\":\"A + new global river network database for macroscale hydrologic modeling\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2012WR012313\"},{\"Description\":\"A + Simple hydrologically Based Model of Land Surface Water and Energy Fluxes + for GSMs\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/94JD00483\"},{\"Description\":\"The + TRMM multisatellite precipitation analysis (TMPA): quasi-global, multiyear, + combined-sensor precipitation estimates at fine scales\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM560.1\"},{\"Description\":\"GHRC + home page for IFloodS field campaign\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/TRMM_flood_maps/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-06-22T01:06:10.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-09T09:48:45.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Global Flood Monitoring System (GFMS) Flood Maps IFloodS + dataset contains global flood estimates on a 0.25 degree spatial resolution + every 3 hours, from March 26, 2013 through June 30, 2013. These data are provided + in support of the Iowa Flood Studies (IFloodS) experiment conducted in eastern + Iowa. The goals of the IFloodS campaign were to collect detailed measurements + of precipitation at the Earth\u2019s surface using ground instruments and + advanced weather radars and to simultaneously collect data from satellites + passing overhead. The data are available in netCDF-4 and ASCII formats. Flood + map and rain graph files are available in KMZ, JPG, and GIF formats.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T15:35:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T15:35:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense + Meteorological Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"},{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth + Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced + Microwave Scanning Radiometer-EOS\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission\",\"Instruments\":[{\"ShortName\":\"TMI\",\"LongName\":\"TRMM + Microwave Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA + POES\",\"LongName\":\"NOAA Polar Orbiting Environmental Satellites\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4 + - ASCII\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmgsmapjifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Global Satellite Mapping of Precipitation (GSMaP) IFloodS + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979566372-GHRC_DAAC\",\"revision-date\":\"2024-02-27T15:39:54.214Z\",\"granule-count\":3297,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kubota, + Takuji .2018. GPM Ground Validation Global Satellite Mapping of Precipitation + (GSMaP) IFloodS [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/TMI/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-179.95,\"NorthBoundingCoordinate\":59.95,\"EastBoundingCoordinate\":179.95,\"SouthBoundingCoordinate\":-59.95}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-22T15:00:00.000Z\",\"EndingDateTime\":\"2013-06-30T23:59:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/TMI/DATA201\"},\"ShortName\":\"gpmgsmapjifld\",\"EntryTitle\":\"GPM + Ground Validation Global Satellite Mapping of Precipitation (GSMaP) IFloodS + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmgsmapjifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmgsmapjifld\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/GSMaP/browse/2013-04-28/ifloods_gsmap_nrt_20130428_0400.jpg\"},{\"Description\":\"Near + Real-Time GSMaP Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://sharaku.eorc.jaxa.jp/GSMaP/\"},{\"Description\":\"IFloodS + Field Campaign DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmgsmapjifld__1/docs/gpmgsmapjifld_dataset.pdf\"},{\"Description\":\"GSMaP + Passive Microwave Precipitation Retrieval Algorithm: Algorithm Description + and Validation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.2151/jmsj.87A.119\"},{\"Description\":\"Evaluation + of Global Satellite Mapping of Precipitation Project Daily Precipitation Estimates + over the Chinese Mainland\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1155/2016/9365294\"},{\"Description\":\"Accuracy + Assessment of Global Satellite Mapping of Precipitation (GSMaP) Product over + Poyang Lake Basin, China\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.proenv.2011.09.354\"},{\"Description\":\"The + GSMaP Precipitation Retrieval Algorithm for Microwave Sounders - Part 1: Over-Ocean + Algorithm\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2009.2019954\"},{\"Description\":\"Evaluation + of GSMaP Precipitation Estimates over the Contiguous United States\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JHM1190.1\"},{\"Description\":\"A + Kalman Filter Approach to the Global Satellite Mapping of Precipitation (GSMaP) + from Combined Passive Microwave and Infrared Radiometric Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.2151/jmsj.87A.137\"},{\"Description\":\"GHRC + IFloodS project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/GSMaP/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-05-23T11:05:06.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-09T09:49:23.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Global Satellite Mapping of Precipitation (GSMaP) IFloodS + dataset consists of rainfall rate estimates from the GSMaP project. The GSMaP + global rain rate maps are derived by a collection of algorithms that utilize + microwave (MW) radiometer data and geostationary Infrared (IR) data. The GSMaP + Precipitation data product is provided on a 0.1 degree spatial resolution + every hour and was made available for use during the Global Precipitation + Measurement (GPM) Ground Validation Iowa Flood Studies (IFloodS) field campaign. + These data are available in netCDF-4 and binary formats from April 22, 2013 + through June 30, 2013. The near real-time GSMaP data can be obtained from + the JAXA GSMaP web page.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T15:39:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T15:39:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METOP-B\",\"LongName\":\"Meteorological + Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METOP-A\",\"LongName\":\"Meteorological + Operational Satellite - A\",\"Instruments\":[{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced + Microwave Sounding Unit-A\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-16\",\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense + Meteorological Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"},{\"ShortName\":\"TMI\",\"LongName\":\"TRMM Microwave + Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-15\",\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global + Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced + Microwave Scanning Radiometer 2\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4 + - Binary\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmgprof2014ifld__3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Goddard Profiling Algorithm (GPROF) 2014 IFloodS V3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979562074-GHRC_DAAC\",\"revision-date\":\"2024-02-27T15:41:33.263Z\",\"granule-count\":1365,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kummerow, + Christian .2018. GPM Ground Validation Goddard Profiling Algorithm (GPROF) + 2014 IFloodS [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/GPROF/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-123.83,\"NorthBoundingCoordinate\":51.9073,\"EastBoundingCoordinate\":-59.9776,\"SouthBoundingCoordinate\":32.0518}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Cryosphere\",\"Term\":\"Snow/Ice\",\"VariableLevel1\":\"Snow + Cover\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Water Vapor\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-31T23:45:27.000Z\",\"EndingDateTime\":\"2013-07-02T00:12:25.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/GPROF/DATA101\"},\"ShortName\":\"gpmgprof2014ifld\",\"EntryTitle\":\"GPM + Ground Validation Goddard Profiling Algorithm (GPROF) 2014 IFloodS V3\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmgprof2014ifld__3/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmgprof2014ifld\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmgprof2014ifld__3/docs/gpmgprof2014ifld_dataset.pdf\"},{\"Description\":\"A + simplified scheme for obtaining precipitation and vertical hydrometeor profiles + from passive microwave sensors\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/36.536538\"},{\"Description\":\"The + evolution of the Goddard profiling algorithm to a fully parametric scheme\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-15-0039.1\"},{\"Description\":\"GPM + GPROF2014 Algorithm Theoretical Basic Document \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/GPROF2014/doc/gpmgprof14ifld_GPM_Algorithm_Theoretical_Basis.pdf\"},{\"Description\":\"GHRC + IFloodS Project Web Page \",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-08-29T01:08:16.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Goddard Profiling Algorithm (GPROF) 2014 IFloodS dataset + consists of precipitation data derived from microwave radiometers and sounders + located on multiple satellites, including the Defense Meteorological Satellite + Program (DMSP) F16-18, the Global Change Observation Mission \u2013 Water + \\\"Shizuku\\\" (GCOM-W1), the European Space Agency's (ESA\u2019s) Meteorological + Operational satellite programme (MetOp) series, and NOAA's Polar Operational + Environmental Satellites (POES) series. The data have been consistently processed + for the Iowa Flood Studies (IFloodS) field campaign conducted in eastern Iowa + during spring 2013. The goals of the IFloodS campaign were to collect detailed + measurements of precipitation at the Earth\u2019s surface using ground instruments + and advanced weather radars and to simultaneously collect data from satellites + passing overhead. The GPROF 2014 data files are available from March 31 to + July 2, 2013 in HDF-5 format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T15:41:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T15:41:00.000Z\"}],\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F17\",\"LongName\":\"Defense Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-18\",\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METOP-B\",\"LongName\":\"Meteorological + Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-19\",\"LongName\":\"National + Oceanic & Atmospheric Administration-19\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F16\",\"LongName\":\"Defense Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F18\",\"LongName\":\"Defense Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METOP-A\",\"LongName\":\"Meteorological + Operational Satellite - A\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GCOM-W1\",\"LongName\":\"Global + Change Observation Mission 1st-Water\",\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced + Microwave Scanning Radiometer 2\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF5\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmgoes13gcpexB__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION GOES 13 VISIBLE AND INFRARED IMAGES GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1981574739-GHRC_DAAC\",\"revision-date\":\"2024-02-27T15:42:48.942Z\",\"granule-count\":67095,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hall, + John .2014. GPM GROUND VALIDATION GOES 13 VISIBLE AND INFRARED IMAGES GCPEX + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/GOES-IM/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-120.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":-20.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible Wavelengths\",\"VariableLevel1\":\"Visible + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared + Wavelengths\",\"VariableLevel1\":\"Infrared Imagery\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Infrared + Radiance\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible + Wavelengths\",\"VariableLevel1\":\"Visible Radiance\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-01T00:15:00.000Z\",\"EndingDateTime\":\"2012-03-14T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/GOES-IM/DATA301\"},\"ShortName\":\"gpmgoes13gcpexB\",\"EntryTitle\":\"GPM + GROUND VALIDATION GOES 13 VISIBLE AND INFRARED IMAGES GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmgoes13gcpexB__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmgoes13gcpexB\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/goes/gpmgoes13_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-01-14T15:35:29.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T09:36:12.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation GOES 13 Visible and Infrared Images GCPEx dataset was + produced and archived in near real time at the Global Hydrology Resource Center + throughout the GPM Cold-Season Precipitation Experiment (GCPEx). These image + files were created for use with the Real Time Mission Monitor (RTMM). Generally, + GOES-13 images are available for all dates between January 1, 2012 and March + 13, 2012 at 15 minute intervals. The GPM Ground Validation GOES-13 Visible + and Infrared Images dataset files are available in PNG format and contain + images over the MC3E campaign area.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T15:42:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T15:42:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-13\",\"LongName\":\"Geostationary + Operational Environmental Satellite 13\",\"Instruments\":[{\"ShortName\":\"GOES-13 + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmgoes13iphxB__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation GOES 13 Visible and Infrared Images IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980470811-GHRC_DAAC\",\"revision-date\":\"2024-02-27T15:44:35.413Z\",\"granule-count\":8839,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2018. GPM Ground Validation GOES 13 Visible and Infrared + Images IPHEx [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/GOES13/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-165.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":15.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Infrared + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible + Wavelengths\",\"VariableLevel1\":\"Visible Imagery\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T05:45:00.000Z\",\"EndingDateTime\":\"2014-06-16T23:45:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/GOES13/DATA101\"},\"ShortName\":\"gpmgoes13iphxB\",\"EntryTitle\":\"GPM + Ground Validation GOES 13 Visible and Infrared Images IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmgoes13iphxB__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmgoes13iphxB\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/GOES-13_images/browse/ir4/2014-05-05/iphex_2014-05-05_17-31-00_GE_GOES-13_IR4_CONUS.png\"},{\"Description\":\"IPHEx + Field Campaign DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NASA + GOES-N Series website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://www.nasa.gov/mission_pages/goes-n/index.html#.VOymYvnF8n0\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmgoes13iphxB__1/docs/gpmgoes13iphxB_dataset.pdf\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-05-18T03:05:04.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T09:34:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation GOES 13 Visible and Infrared Images IPHEx dataset contains + visible and infrared images in 3 sizes (FULL, CONUS, and EXT) from the GOES + 13 Imager obtained during the Integrated Precipitation and Hydrology Experiment + (IPHEx) field campaign that took place in the southeast region of the United + States. This collection of GOES 13 images are available at 30 minute (EXT + and CONUS) and 3 hour (FULL) intervals for dates between May 1, 2014 and June + 16, 2014. The GPM Ground Validation GOES 13 IPHEx data files are in PNG format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"WESTERN HEMISPHERE\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T15:44:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T15:44:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-13\",\"LongName\":\"Geostationary + Operational Environmental Satellite 13\",\"Instruments\":[{\"ShortName\":\"GOES-13 + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmgoes13mc3eB__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION GOES 13 VISIBLE AND INFRARED IMAGES MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1981650432-GHRC_DAAC\",\"revision-date\":\"2024-02-27T15:45:55.792Z\",\"granule-count\":65128,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hall, + John .2014. GPM GROUND VALIDATION GOES 13 VISIBLE AND INFRARED IMAGES MC3E + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/GOES-IM/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-120.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":-20.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Infrared + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible + Wavelengths\",\"VariableLevel1\":\"Visible Imagery\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible Wavelengths\",\"VariableLevel1\":\"Visible + Radiance\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared + Wavelengths\",\"VariableLevel1\":\"Infrared Radiance\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-05-06T14:45:00.000Z\",\"EndingDateTime\":\"2011-07-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/GOES-IM/DATA301\"},\"ShortName\":\"gpmgoes13mc3eB\",\"EntryTitle\":\"GPM + GROUND VALIDATION GOES 13 VISIBLE AND INFRARED IMAGES MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmgoes13mc3eB__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmgoes13mc3eB\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/goes/gpmgoes13_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-01-14T15:35:43.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T09:36:12.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation GOES 13 Visible and Infrared Images MC3E dataset was + produced and archived in near real time at the Global Hydrology Research Center + throughout the GPM Midlatitude Continental Convective Clouds Experiment (MC3E). + These image files were created for use with the Real Time Mission Monitor + (RTMM). Generally, GOES-13 images are available for all dates between May + 6, 2011 and June 30, 2011 at 15 minute intervals. The GPM Ground Validation + GOES-13 Visible and Infrared Images dataset files are available in PNG format + and contain images over the MC3E campaign area.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T15:45:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T15:45:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-13\",\"LongName\":\"Geostationary + Operational Environmental Satellite 13\",\"Instruments\":[{\"ShortName\":\"GOES-13 + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmgoes14iphxB__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation GOES 14 Visible and Infrared Images IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1981725006-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:26:26.041Z\",\"granule-count\":74637,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service and Space Science and Engineering Center .2018. GPM Ground + Validation GOES 14 Visible and Infrared Images IPHEx [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/GOES14/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-125.395,\"NorthBoundingCoordinate\":49.8525,\"EastBoundingCoordinate\":14.3952,\"SouthBoundingCoordinate\":-10.7964}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Infrared + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible + Wavelengths\",\"VariableLevel1\":\"Visible Imagery\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-08T11:15:00.000Z\",\"EndingDateTime\":\"2014-05-24T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/GOES14/DATA101\"},\"ShortName\":\"gpmgoes14iphxB\",\"EntryTitle\":\"GPM + Ground Validation GOES 14 Visible and Infrared Images IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmgoes14iphxB__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmgoes14iphxB\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/GOES-14_images/browse/ir4/png/2014-05-18/iphex_2014-05-18_00-10-00_GOES-14_IR4.png\"},{\"Description\":\"IPHEx + Field Campaign DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NASA + GOES-N Series website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://www.nasa.gov/mission_pages/goes-n/index.html#.VOymYvnF8n0\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmgoes14iphxB__1/docs/gpmgoes14iphxB_dataset.pdf\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-05-23T03:05:49.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation GOES 14 Visible and Infrared Images IPHEx dataset contains + visible and infrared images from the GOES 14 Imager collected during the Integrated + Precipitation and Hydrology Experiment (IPHEx) field campaign in the southeast + region of the United States. The GPM Ground Validation GOES 14 IPHEx dataset + files are available in PNG format at 1 minute intervals, for all dates between + May 8, 2014 and May 24, 2014.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:26:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:26:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-14\",\"LongName\":\"Geostationary + Operational Environmental Satellite 14\",\"Instruments\":[{\"ShortName\":\"GOES-14 + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"KML + - PNG\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmgoes15olyxB__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation GOES 15 Visible and Infrared Images OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1981807112-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:28:17.142Z\",\"granule-count\":61464,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2018. GPM Ground Validation GOES 15 Visible and Infrared + Images OLYMPEX [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/GOES15/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-132.0,\"NorthBoundingCoordinate\":53.0,\"EastBoundingCoordinate\":-62.0,\"SouthBoundingCoordinate\":23.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Infrared + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible + Wavelengths\",\"VariableLevel1\":\"Visible Imagery\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-05T05:15:00.000Z\",\"EndingDateTime\":\"2016-05-01T23:45:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/GOES15/DATA101\"},\"ShortName\":\"gpmgoes15olyxB\",\"EntryTitle\":\"GPM + Ground Validation GOES 15 Visible and Infrared Images OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmgoes15olyxB__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmgoes15olyxB\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/GOES-15_images/browse/ir4/2015-11-16/olympex_2015-11-16_02-30-00_GE_GOES-15_IR4_CONUS.png\"},{\"Description\":\"OLYMPEX + Field Campaign DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"GOES-N + Series\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"http://www.nasa.gov/mission_pages/goes-n/index.html#.VOymYvnF8n0\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmgoes15olyxB__1/docs/gpmgoes15olyxB_dataset.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-05-22T02:05:44.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:44:22.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation GOES 15 Visible and Infrared Images OLYMPEX dataset + contains visible and infrared images from the GOES 15 Imager during the GPM + Ground Validation Olympic Mountains Experiment (OLYMPEX) field campaign held + in the Pacific Northwest. The GOES 15 images are available for all dates between + November 5, 2015 and May 1, 2016 at 15 minute intervals. The GPM Ground Validation + GOES 15 OLYMPEX dataset files are available in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:28:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:28:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-15\",\"LongName\":\"Geostationary + Operational Environmental Satellite 15\",\"Instruments\":[{\"ShortName\":\"GOES-15 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 15-Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmhiwrapiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION HIGH ALTITUDE IMAGING WIND AND RAIN AIRBORNE PROFILER (HIWRAP) + IPHEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979602587-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:29:42.101Z\",\"granule-count\":210,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Gerald M and Lin Tian.2016. GPM GROUND VALIDATION HIGH ALTITUDE IMAGING WIND + AND RAIN AIRBORNE PROFILER (HIWRAP) IPHEX [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/HIWRAP/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-86.5619,\"NorthBoundingCoordinate\":36.6426,\"EastBoundingCoordinate\":-71.9384,\"SouthBoundingCoordinate\":26.7992}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-03T17:57:11.000Z\",\"EndingDateTime\":\"2014-06-12T23:59:44.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/HIWRAP/DATA101\"},\"ShortName\":\"gpmhiwrapiphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION HIGH ALTITUDE IMAGING WIND AND RAIN AIRBORNE PROFILER (HIWRAP) + IPHEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmhiwrapiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmhiwrapiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmhiwrapiphx__1/docs/gpmhiwrapiphx_dataset.pdf\"},{\"Description\":\" + NASA GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment + 2014 Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Characteristics + of Deep Tropical and Subtropical Convection from Nadir-Viewing High-Altitude + Airborne Doppler Radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JAS3132.1\"},{\"Description\":\"High-Altitude + Imaging Wind and Rain Airborne Radar (HIWRAP)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/IGARSS.2008.4779356\"},{\"Description\":\"Development + of the NASA High-Altitude Imaging Wind and Rain Airborne Profiler\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/AERO.2011.5747415\"},{\"Description\":\"Properties + of light stratiform rain derived from 10- and 94-GHz airborne Doppler radars + measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2006JD008144\"},{\"Description\":\" + The NASA High-Altitude Imaging Wind and Rain Airborne Profiler\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"https://doi.org/10.1109/TGRS.2015.2456501\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-06-09T15:26:19.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation High-Altitude Imaging Wind and Rain Airborne Profiler + (HIWRAP) IPHEx dataset was collected during the Global Precipitation Measurement + (GPM) Ground Validation Integrated Precipitation and Hydrology Experiment + (IPHEx) field campaign in North Carolina. The goal of IPHEx was to evaluate + the accuracy of satellite precipitation measurements and use the collected + data for hydrology models in the region. The NASA ER-2 aircraft flew during + the IPHEx field campaign to aid in GPM validation. The science instruments, + including the HIWRAP, onboard the aircraft acted as a proxy for GPM satellite + instruments. HIWRAP is a Doppler radar that combines conical scan mode measurements + at two different frequency bands (Ka- and Ku-band) and two different incidence + angles (30 and 40 degrees). Twenty-one ER-2 flights occurred from May 1, 2014 + through June 14, 2014. The HIWRAP dataset includes netCDF-4 files containing + radar reflectivity and Doppler velocity profiles along with aircraft altitude + and other navigation information.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:29:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:29:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"HIWRAP\",\"LongName\":\"High-Altitude + Imaging Wind and Rain Airborne Profiler\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF5 + - netCDF-4\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmhiwrapmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION HIGH ALTITUDE IMAGING WIND AND RAIN AIRBORNE PROFILER (HIWRAP) + MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979605470-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:30:59.178Z\",\"granule-count\":9,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Gerald M.2012. GPM GROUND VALIDATION HIGH ALTITUDE IMAGING WIND AND RAIN AIRBORNE + PROFILER (HIWRAP) MC3E [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/HIWRAP/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-104.972,\"NorthBoundingCoordinate\":41.8754,\"EastBoundingCoordinate\":-91.8186,\"SouthBoundingCoordinate\":28.1943}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-25T07:04:44.000Z\",\"EndingDateTime\":\"2011-05-29T23:00:06.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/HIWRAP/DATA101\"},\"ShortName\":\"gpmhiwrapmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION HIGH ALTITUDE IMAGING WIND AND RAIN AIRBORNE PROFILER (HIWRAP) + MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmhiwrapmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmhiwrapmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/hiwrap/browse/mc3e_hiwrap_20110524_172403-224224.gif\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmhiwrapmc3e/gpmhiwrapmc3e_dataset.html\"},{\"Description\":\"High-altitude + Imaging Wind and Rain Airborne Profiler (HIWRAP)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmhiwrapmc3e/HIWRAP_data_mc3e_v0.docx\"},{\"Description\":\"Airborne + Radar Observations of Severe Hailstorms: Implications for Future Spaceborne + Radar;Journal of Applied Meteorology and Climatology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JAMC-D-12-0144.1\"},{\"Description\":\"The + Coplane Analysis Technique for Three-Dimensional Wind Retrieval Using the + HIWRAP Airborne Doppler Radar, American Meteorological Society Volume 54, + Issue 3 (March 2015)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://journals.ametsoc.org/doi/abs/10.1175/JAMC-D-14-0203.1\"},{\"Description\":\"The + Dual Wavelength Ratio Knee: A Signature of Multiple Scattering in Airborne + Ku\xBF\xBF\xBFKa Observations; Journal of Applied Meteorology and Climatology;Journal + of Applied Meteorology and Climatology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://journals.ametsoc.org/doi/pdf/10.1175/JAMC-D-13-0341.1\"},{\"Description\":\"The + Microwave Radiative Properties of Falling Snow Derived from Realistic Ice + Particle Models. Part II: Initial Testing Using Radar, Radiometer and In Situ + Observations. Journal of Applied Meteorology and Climatology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JAMC-D-15-0131.1\"},{\"Description\":\"The + NASA High-Altitude Imaging Wind and Rain Airborne Profiler; IEEE Transactions + on Geoscience and Remote Sensing, vol.54,no.1, pp.298-310, Jan.2016\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"https://dx.doi.org/10.1109/TGRS.2015.2456501\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/hiwrap/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-04-13T16:42:56.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:44:24.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation High Altitude Imaging Wind and Rain Airborne Profiler + (HIWRAP) MC3E dataset was collected by the High-Altitude Imaging Wind and + Rain Airborne Profiler (HIWRAP), which is a dual-frequency (Ka- and Ku-band) + conical scan system, configured with a nadir viewing antenna on the high-altitude + (20 km) NASA ER-2 aircraft. It provides calibrated reflectivity and unfolded + Doppler velocity. The GPM Ground Validation High Altitude Imaging Wind and + Rain Airborne Profiler (HIWRAP) MC3E dataset consists of netCDF (.nc) files + and images (.gif). Measurements included within the data files are merged + pulse and chirp radar reflectivity profiles at 13.9 and 33.7 GHz.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:30:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:30:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"HIWRAP\",\"LongName\":\"High-Altitude + Imaging Wind and Rain Airborne Profiler\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmhiwrapolyx__1a/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation High Altitude Imaging Wind and Rain Airborne Profiler (HIWRAP) + OLYMPEX V1a\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979605662-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:32:36.095Z\",\"granule-count\":102,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Gerald M and Lin Tian.2017. GPM Ground Validation High Altitude Imaging Wind + and Rain Airborne Profiler (HIWRAP) OLYMPEX [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/HIWRAP/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-130.045,\"NorthBoundingCoordinate\":48.8322,\"EastBoundingCoordinate\":-117.774,\"SouthBoundingCoordinate\":34.1576}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Cross-Section\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Return + Power\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared + Wavelengths\",\"VariableLevel1\":\"Sensor Counts\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Sigma + Naught\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-10T17:27:33.000Z\",\"EndingDateTime\":\"2015-12-12T21:22:35.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/HIWRAP/DATA101\"},\"ShortName\":\"gpmhiwrapolyx\",\"EntryTitle\":\"GPM + Ground Validation High Altitude Imaging Wind and Rain Airborne Profiler (HIWRAP) + OLYMPEX V1a\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmhiwrapolyx__1a/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmhiwrapolyx\"},{\"Description\":\"HIWRAP + Instrument Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://har.gsfc.nasa.gov/index.php?section=13\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX Project Website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"NASA + Armstrong Fact Sheet: ER-2 High-Altitude Airborne Science Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.nasa.gov/centers/armstrong/news/FactSheets/FS-046-DFRC.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmhiwrapolyx__1/docs/gpmhiwrapolyx_dataset.pdf\"},{\"Description\":\"Development + of the NASA High-Altitude Imaging Wind and Rain Airborne Profiler\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/AERO.2011.5747415\"},{\"Description\":\"The + NASA High-Altitude Imaging Wind and Rain Airborne Profiler\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2015.2456501\"},{\"Description\":\"Characteristics + of Deep Tropical and Subtropical Convection from Nadir-Viewing High-Altitude + Airborne Doppler Radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/2009JAS3132.1\"},{\"Description\":\"Properties + of light stratiform rain derived from 10- and 94-GHz airborne Doppler radars + measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2006JD008144\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"OLYMPEX + Field Campaign Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"OLYMPEX + Field Campaign Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-05-16T01:05:52.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:44:25.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation High-Altitude Imaging Wind and Rain Airborne Profiler + (HIWRAP) OLYMPEX dataset consists of Doppler velocity and reflectivity profiles + collected by the High-Altitude Imaging Wind and Rain Airborne Profiler (HIWRAP) + onboard the NASA ER-2 high-altitude research aircraft during the Global Precipitation + Measurement mission (GPM) Ground Validation Olympic Mountains Experiment (OLYMPEX). + The OLYMPEX field campaign took place between November 2015 and January 2016, + with additional ground sampling continuing through February 2016, on the Olympic + Peninsula in the Pacific Northwest of the United States. The purpose of the + campaign was to provide ground-validation data for the measurements taken + by instrumentation aboard the GPM Core Observatory satellite. HIWRAP is a + Doppler radar that combines conical scan mode measurements at two different + frequency bands (Ka- and Ku-band) and two different incidence angles (30 and + 40 degrees) to obtain profiles of wind and rain. These Level 1B HIWRAP data + files are available from November 10 through December 12, 2015 in netCDF-3 + format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:32:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:32:00.000Z\"}],\"Version\":\"1a\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA + ER-2\",\"LongName\":\"NASA Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"HIWRAP\",\"LongName\":\"High-Altitude + Imaging Wind and Rain Airborne Profiler\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmheifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Hydro-Estimator IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979572853-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:34:30.736Z\",\"granule-count\":6201,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Scofield, + Roderick A., Clay Davenport and Robert Kuligowski.2018. GPM Ground Validation + Hydro-Estimator IFloodS [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/MULTIPLE/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-96.982,\"NorthBoundingCoordinate\":45.998,\"EastBoundingCoordinate\":-87.029,\"SouthBoundingCoordinate\":39.016}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-24T19:30:00.000Z\",\"EndingDateTime\":\"2013-06-30T23:45:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/MULTIPLE/DATA101\"},\"ShortName\":\"gpmheifld\",\"EntryTitle\":\"GPM + Ground Validation Hydro-Estimator IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmheifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmheifld\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/ifloods/gpmheifld/HE_IFloodS_RainRate.PNG\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmheifld__1/docs/gpmheifld_dataset.pdf\"},{\"Description\":\"The + NESDIS Operational Convective Precipitation Estimation Technique\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0493(1987)115%3C1773:TNOCPE%3E2.0.CO;2\"},{\"Description\":\"The + Operational GOES Infrared Rainfall Estimation Technique\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0477(1998)079%3C1883:TOGIRE%3E2.0.CO;2\"},{\"Description\":\"GHRC + IFloodS project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/content/gpm-ground-validation-iowa-flood-studies-ifloods-field-experiment\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-03-27T02:03:19.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T09:34:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Hydro-Estimator IFloodS dataset contains rainfall rate + estimates derived using NOAA\u2019s Geostationary Operational Environmental + Satellites (GOES) infrared (IR) brightness temperature data by researchers + at the NOAA Center of Satellite Applications and Research\u2019s (STAR) using + the Hydro-Estimator (H-E) algorithm. Rainfall rate estimates are produced + every 15 minutes throughout the continental United States, but for this dataset, + have been subset to the Iowa region for the Iowa Flood Studies (IFloodS) field + campaign in support of Global Precipitation Measurement (GPM) ground validation. + These data are available in netCDF-3 format and consist of rain rate values + from April 25, 2013 through June 30, 2013.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:34:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:34:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-13\",\"LongName\":\"Geostationary + Operational Environmental Satellite 13\",\"Instruments\":[{\"ShortName\":\"GOES-13 + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmheiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Hydro-Estimator IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979596455-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:35:53.735Z\",\"granule-count\":4435,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Scofield, + Roderick A., Clay Davenport and Robert Kuligowski.2018. GPM Ground Validation + Hydro-Estimator IPHEx [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/MULTIPLE/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-91.736,\"NorthBoundingCoordinate\":42.921,\"EastBoundingCoordinate\":-71.793,\"SouthBoundingCoordinate\":27.897}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-06-16T23:45:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/MULTIPLE/DATA401\"},\"ShortName\":\"gpmheiphx\",\"EntryTitle\":\"GPM + Ground Validation Hydro-Estimator IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmheiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmheiphx\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/iphex/gpmheiphx/HE_IPHEx_RainRate.PNG\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmheiphx__1/docs/gpmheiphx_dataset.pdf\"},{\"Description\":\"The + NESDIS Operational Convective Precipitation Estimation Technique\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0493(1987)115%3C1773:TNOCPE%3E2.0.CO;2\"},{\"Description\":\"The + Operational GOES Infrared Rainfall Estimation Technique\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0477(1998)079%3C1883:TOGIRE%3E2.0.CO;2\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-03-27T02:03:24.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T09:34:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Hydro-Estimator IPHEx dataset contains rainfall rate + estimates derived using NOAA\u2019s Geostationary Operational Environmental + Satellites (GOES) infrared (IR) brightness temperature data by researchers + at the NOAA Center of Satellite Applications and Research\u2019s (STAR) using + the Hydro-Estimator (H-E) algorithm. Rainfall rate estimates are produced + every 15 minutes throughout the continental United States, but for this dataset, + have been subset to the North Carolina region for the Integrated Precipitation + and Hydrology Experiment (IPHEx) field campaign in support of Global Precipitation + Measurement (GPM) ground validation. These data are available in netCDF-4 + format and consists of rain rate values from May 1, 2014 through June 16, + 2014.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:35:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:35:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-13\",\"LongName\":\"Geostationary + Operational Environmental Satellite 13\",\"Instruments\":[{\"ShortName\":\"GOES-13 + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmrfcmpifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Iowa Flood Center (IFC) NEXRAD Composite IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982957832-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:37:08.844Z\",\"granule-count\":42191,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Krajewski, + Witold F.2018. GPM Ground Validation Iowa Flood Center (IFC) NEXRAD Composite + IFloodS [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/NEXRAD/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.1542,\"NorthBoundingCoordinate\":44.5337,\"EastBoundingCoordinate\":-89.9036,\"SouthBoundingCoordinate\":40.1333}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-15T18:00:00.000Z\",\"EndingDateTime\":\"2013-06-30T23:55:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/NEXRAD/DATA101\"},\"ShortName\":\"gpmrfcmpifld\",\"EntryTitle\":\"GPM + Ground Validation Iowa Flood Center (IFC) NEXRAD Composite IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmrfcmpifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmrfcmpifld\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/composite_IFC/browse/2013-05-27/ifloods_NEXRAD_IFC_Comp_H99999999_I0007_G_20130527_004000.out.gif\"},{\"Description\":\"Federal + Meteorological Handbook Part C: WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmrfcmpifld__1/docs/gpmrfcmpifld_dataset.pdf\"},{\"Description\":\"GHRC + IFloodS project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/composite_IFC/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-03-20T11:03:36.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Iowa Flood Center (IFC) NEXRAD Composite IFloodS dataset + contains rain rate estimates derived using NEXt Generation Weather RADar system + (NEXRAD) radars in operation during the Iowa Flood Studies (IFloodS) field + campaign, in support of Global Precipitation Measurement (GPM) ground validation. + \ NEXRAD is a network of 160 stationary S-Band radars dispersed throughout + the United States and select locations abroad. Data were gathered in the vicinity + of the IFloodS field campaign which took place in Iowa and surrounding areas + during April 19, 2013 through June 30, 2013. This NEXRAD Composite data product + is available in netCDF-4 or ASCII format with associated reflectivity browse + imagery available in GIF format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:37:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:37:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - netCDF-4\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmrgifcifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Iowa Flood Center (IFC) Rain Gauges IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979697680-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:38:35.498Z\",\"granule-count\":12,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Krajewski, + Witold F.2017. GPM Ground Validation Iowa Flood Center (IFC) Rain Gauges IFloodS + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/GAUGES/DATA/101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-91.6459,\"NorthBoundingCoordinate\":41.8599,\"EastBoundingCoordinate\":-91.6348,\"SouthBoundingCoordinate\":41.8548}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Total Precipitable Water\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-28T00:00:00.000Z\",\"EndingDateTime\":\"2013-05-20T23:55:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/GAUGES/DATA/101\"},\"ShortName\":\"gpmrgifcifld\",\"EntryTitle\":\"GPM + Ground Validation Iowa Flood Center (IFC) Rain Gauges IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmrgifcifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmrgifcifld\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/disdrometers_and_gauges/rain_gauges_IFC/browse/ifloods_IA_Shueyville_Site15442_Raindata_20130428_20130506.png\"},{\"Description\":\"Global + Precipitation Measurement (GPM) Science Implementation Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://pmm.nasa.gov/sites/default/files/document_files/GPM%20Science%20Implementation%20Plan%20-%20April%202013.pdf\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmrgifcifld__1/docs/gpmrgifcifld_dataset.pdf\"},{\"Description\":\"Overall + description of the data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/disdrometers_and_gauges/rain_gauges_IFC/doc/IFLOODS_README_ET_cluster_WY.txt\"},{\"Description\":\"Local + random errors in tipping-bucket rain gauge measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2003)20%3C752:LREITB%3E2.0.CO;2\"},{\"Description\":\"Comparison + of Rain Gauge Measurements in the Mid-Atlantic Region\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JHM1137.1\"},{\"Description\":\"Evaluation + of TRMM ground-validation radar-rain errors using rain gauge measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JAMC2264.1\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/disdrometers_and_gauges/rain_gauges_IFC/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-08-08T01:08:02.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Iowa Flood Center (IFC) Rain Gauges IFloodS dataset + was collected during the Iowa Flood Studies (IFloodS) field campaign from + April 28, 2013 through May 20, 2013 near Shueyville City, Iowa. Four observation + sites (15442, 15443, 15444, and 22390), each consisting of three tipping bucket + rain gauges that collected 5-minute accumulations of precipitation data. The + main goal of IFloodS was to evaluate how well the GPM satellite rainfall data + can be used for flood forecasting. Specifically, this meant collecting detailed + measurements of precipitation at the Earth\u2019s surface using ground instruments + and advanced weather radars while simultaneously collecting data from satellites + passing overhead. These IFC Rain Gauge data are available in ASCII format, + with corresponding browse images available in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:38:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:38:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Weekly + - < Monthly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsgifcifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Iowa Flood Center (IFC) Stream Flow IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979722410-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:55:14.667Z\",\"granule-count\":126,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Krajewski, + Witold F.2018. GPM Ground Validation Iowa Flood Center (IFC) Stream Flow IFloodS + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/GAUGES/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-95.7045,\"NorthBoundingCoordinate\":43.3423,\"EastBoundingCoordinate\":-90.4685,\"SouthBoundingCoordinate\":40.7275}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Terrestrial Hydrosphere\",\"Term\":\"Surface Water\",\"VariableLevel1\":\"Surface + Water Processes/Measurements\",\"VariableLevel2\":\"Stage Height\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Terrestrial Hydrosphere\",\"Term\":\"Surface Water\",\"VariableLevel1\":\"Surface + Water Features\",\"VariableLevel2\":\"Rivers/Streams\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-31T00:00:00.000Z\",\"EndingDateTime\":\"2013-06-30T23:45:31.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/GAUGES/DATA201\"},\"ShortName\":\"gpmsgifcifld\",\"EntryTitle\":\"GPM + Ground Validation Iowa Flood Center (IFC) Stream Flow IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsgifcifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsgifcifld\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"Iowa + Flood Information System\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://ifis.iowafloodcenter.org/ifis/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/stream_flow_IFC/doc/gpmsgifcifld_dataset.pdf\"},{\"Description\":\"IFloodS + project home page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-01-18T10:01:28.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Iowa Flood Center (IFC) Stream Flow IFloodS dataset + was obtained from the IFC during the Iowa Flood Studies (IFloodS) field campaign + that extended from March 31, 2013 through June 30, 2013. The main goal of + IFloodS was to evaluate how well the GPM satellite rainfall data can be used + for flood forecasting. The IFC monitors stage levels using sensors attached + to the side of bridges throughout Iowa. The sensor data are downloaded from + the Iowa Flood Information System (IFIS) as support data for the IFloodS campaign. + The IFC Stream Flow data were collected in real-time and provide measurements + at 15 minute intervals. These IFC Stream Flow IFloodS data are available in + XML format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"STREAM + GAUGES\",\"LongName\":\"Stream Gauges\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"XML\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmxpolifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION IOWA X-BAND POLARIMETRIC MOBILE DOPPLER WEATHER RADARS IFLOODS + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1983632696-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:42:48.905Z\",\"granule-count\":114175,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Krajewski, + Witold F and Kumar Vijay Mishra.2016. GPM GROUND VALIDATION IOWA X-BAND POLARIMETRIC + MOBILE DOPPLER WEATHER RADARS IFLOODS [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/XPOL/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-92.3511,\"NorthBoundingCoordinate\":43.5375,\"EastBoundingCoordinate\":-90.9114,\"SouthBoundingCoordinate\":41.5293}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-30T22:09:14.000Z\",\"EndingDateTime\":\"2013-06-16T05:32:05.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/XPOL/DATA201\"},\"ShortName\":\"gpmxpolifld\",\"EntryTitle\":\"GPM + GROUND VALIDATION IOWA X-BAND POLARIMETRIC MOBILE DOPPLER WEATHER RADARS IFLOODS + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmxpolifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmxpolifld\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/XPOL/browse/XPOL4/2013-05-03/RHI/RHI-Psidp-MXPOL4-5-20130503-0316-09-170.0_RR_30_RGS_30.png\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"Review + of the different sources of uncertainty in single polarization radar-based + estimates of rainfall\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://link.springer.com/article/10.1007/s10712-009-9079-x\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmxpolifld__1/docs/gpmxpolifld_dataset.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/XPOL/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-09-15T11:13:25.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Iowa X-band Polarimetric Mobile Doppler Weather Radars + IFloodS dataset was gathered during the IFloodS campaign from April to June + 2013 throughout central and northeastern Iowa. The Iowa Flood Studies (IFloodS) + was a ground measurement campaign that took place throughout Iowa from May + 1 to June 15, 2013. The main goal of IFloodS was to evaluate how well the + GPM satellite rainfall data can be used for flood forecasting. Four X-band + Polarimetric (XPOL) Mobile Doppler Weather Radars were used to collected high-resolution + observations of precipitation. The data consists of reflectivity, Doppler + velocity, spectrum width, differential reflectivity, differential phase, copolar + correlation coefficient, and sound-to-noise ratios. These data are available + in netCDF, and browse image files are available in .png format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:42:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:42:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"XPOL\",\"LongName\":\"NOAA/ETL + X-band Polarimetric Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmjwlpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Joss-Waldvogel Disdrometer (JW) LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979606207-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:43:54.180Z\",\"granule-count\":324,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Moisseev, + Dmitri N, Matti Leskinen and Sabine Goeke.2019. GPM Ground Validation Joss-Waldvogel + Disdrometer (JW) LPVEx [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/JOSSWALDVOGEL/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":25.072,\"NorthBoundingCoordinate\":60.495,\"EastBoundingCoordinate\":25.092,\"SouthBoundingCoordinate\":60.475}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-10T00:00:00.000Z\",\"EndingDateTime\":\"2010-11-09T07:56:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/JOSSWALDVOGEL/DATA101\"},\"ShortName\":\"gpmjwlpvex\",\"EntryTitle\":\"GPM + Ground Validation Joss-Waldvogel Disdrometer (JW) LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmjwlpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmjwlpvex\"},{\"Description\":\" + Impact Disdrometer Instrument Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.arm.gov/publications/tech_reports/handbooks/disdrometer_handbook.pdf\"},{\"Description\":\"Disdrometer + RD-80: User Guide for DISDRODATA 4.0\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ictinternational.com/content/uploads/2018/07/Disdrodata-User-Guide-4.0-January-2018.pdf\"},{\"Description\":\"Light + Precipitation Validation Experiment (LPVEx) Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/lpvex_science_plan_June2010.pdf\"},{\"Description\":\"The + NASA CloudSat/GPM Light Precipitation Validation Experiment (LPVEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/search.jsp?R=20110015768\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmjwlpvex__1/docs/gpmjwlpvex_dataset.pdf\"},{\"Description\":\"Error + Characteristics of Rainfall Measurements by Collocated Joss\u2013Waldvogel + Disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH1734.1\"},{\"Description\":\"LPVEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/lpvex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-12-11T11:12:52.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:44:26.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Joss-Waldvogel Disdrometer (JW) LPVEx dataset consists + of precipitation drop size distribution (DSD) data collected by the Joss-Waldvogel + (JW) disdrometer during the GPM Ground Validation Light Precipitation Validation + Experiment (LPVEx). This field campaign took place around the Gulf of Finland + in September and October of 2010. The goal of the campaign was to provide + additional high-latitude, light rainfall measurements for the improvement + of GPM satellite precipitation algorithms. The JW disdrometer dataset files + are available in ASCII text format from September 10 through November 9, 2010.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:43:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:43:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"JW + DISDROMETER\",\"LongName\":\"Joss-Waldvogel Disdrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmjwnsstc__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION JOSS-WALDVOGEL DISDROMETER (JW) NSSTC V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979607107-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:44:38.064Z\",\"granule-count\":240,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, David Wolff and Larry Carey.2010. GPM GROUND VALIDATION JOSS-WALDVOGEL + DISDROMETER (JW) NSSTC [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/NSSTC/JOSSWALDVOGEL/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-86.64,\"NorthBoundingCoordinate\":34.72,\"EastBoundingCoordinate\":-86.63,\"SouthBoundingCoordinate\":34.71}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-07-05T00:00:00.000Z\",\"EndingDateTime\":\"2011-03-30T23:59:50.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/NSSTC/JOSSWALDVOGEL/DATA201\"},\"ShortName\":\"gpmjwnsstc\",\"EntryTitle\":\"GPM + GROUND VALIDATION JOSS-WALDVOGEL DISDROMETER (JW) NSSTC V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmjwnsstc__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmjwnsstc\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/related/gpmjwnsstc/gpm_joss_waldvogel.html\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2010-10-05T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Joss-Waldvogel Disdrometer (JW) NSSTC dataset was collected + by the Joss-Waldvogel (JW) disdrometer, which is an impact-type electromechanical + counter designed to measure drop size distribution (DSD). This dataset provides + rainfall data for the Global Precipitation Measurement (GPM) Mission Ground + Validation Experiment collected at the National Space Science Technology Center + (NSSTC), Huntsville, AL. There may be occasional gaps in the data when the + instrument is not resident at the NSSTC and is sent to participate in field + campaigns.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALABAMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:44:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:44:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GPMGV\",\"LongName\":\"Global + Precipitation Measurement Ground Validation\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"JW + DISDROMETER\",\"LongName\":\"Joss-Waldvogel Disdrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkapxgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KAPX NEXRAD GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980479829-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:45:39.251Z\",\"granule-count\":18350,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Climatic Data Center.2015. GPM GROUND VALIDATION KAPX NEXRAD GCPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GCPEX/NEXRAD/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-90.55,\"NorthBoundingCoordinate\":49.04,\"EastBoundingCoordinate\":-78.89,\"SouthBoundingCoordinate\":40.77}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-09T16:58:12.000Z\",\"EndingDateTime\":\"2012-03-12T14:58:39.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GCPEX/NEXRAD/DATA201\"},\"ShortName\":\"gpmkapxgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION KAPX NEXRAD GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkapxgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkapxgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KAPX/browse/2012-02-24/2012-02-24_14-03-17_KAPX_ELEV_01.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/doc_aggregate/nexradgcpex/gpmnexradgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KAPX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-06-09T15:41:23.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KAPX NEXRAD GCPEx dataset was collected during January + 9, 2012 to March 12, 2012 for the GPM Cold-season Precipitation Experiment + (GCPEx). GCPEx addressed shortcomings in GPM snowfall retrieval algorithm + by collecting microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. This data set were + collected toward achieving the overarching goal of GCPEx which is to characterize + the ability of multi-frequency active and passive microwave sensors to detect + and estimate falling snow. The Next Generation Weather Radar system (NEXRAD) + is comprised of 160 Weather Surveillance Radar-1988 Doppler (WSR-88D) sites + throughout the United States and select overseas locations. The GPM Ground + Validation NEXRAD GCPEx datasets include data files and browse image files. + These data files are available as level 2 binary files and level 3 compressed + binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"MICHIGAN\",\"Subregion3\":\"GAYLORD\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:45:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:45:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkatx2olyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation KATX NEXRAD OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980575432-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:47:01.213Z\",\"granule-count\":98698,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation KATX NEXRAD + OLYMPEX [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/NEXRAD/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-123.197,\"NorthBoundingCoordinate\":49.653,\"EastBoundingCoordinate\":-121.813,\"SouthBoundingCoordinate\":48.7357}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-09-22T22:29:00.000Z\",\"EndingDateTime\":\"2016-05-01T23:52:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/NEXRAD/DATA101\"},\"ShortName\":\"gpmkatx2olyx\",\"EntryTitle\":\"GPM + Ground Validation KATX NEXRAD OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkatx2olyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkatx2olyx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/NEXRAD2/KATX/browse/2015-11-13/olympex_Level2_KATX_20151113_0045_ELEV_01.png\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part B: Doppler Radar Theory and Meteorology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh-11B-2005.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part D: WSR-88D Unit Description and Operational + Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/FMH11D-2006.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part A: System Concepts, Responsibilities, and Procedures\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/2016FMH11PTA.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part C: WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"NOAA + Next Generation Radar (NEXRAD) Level 2 Base Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ncdc:C00345\"},{\"Description\":\"GPM\u200B + \u200BGround\u200B \u200BValidation\u200B \u200BNEXRAD\u200B \u200BOLYMPEX + User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmkatx2olyx__1/docs/gpmkatx2olyx_dataset.pdf\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1042&context=jto\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-01-10T01:01:08.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:44:28.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KATX NEXRAD OLYMPEX dataset contains data from selected + NEXt Generation Weather RADar system (NEXRAD) instruments in operation during + the Olympic Mountains Experiment (OLYMPEX) field campaign to help support + the ground validation of the Global Precipitation Measurement (GPM). NEXRAD + is a network of 160 stationary S-Band radars dispersed throughout the United + States and select locations abroad. Datasets gathered from three NEXRAD stations, + as listed below, extend from 22 September 2015 through 01 May 2016 as part + of the GPM Ground Validation OLYMPEX data. This dataset contain browse images + of base reflectivity observations in the Portable Network Graphic (PNG) format. + Base radar reflectivity is the measure of transmitted power returned to the + radar after intercepting a target, for example, rain droplets. This information + can illustrate the amount and size distribution of water particles in a given + unit volume of atmosphere. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:47:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:47:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkboxgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KBOX NEXRAD GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980683462-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:48:04.907Z\",\"granule-count\":11216,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Climatic Data Center.2015. GPM GROUND VALIDATION KBOX NEXRAD GCPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GCPEX/NEXRAD/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-76.69,\"NorthBoundingCoordinate\":46.09,\"EastBoundingCoordinate\":-65.58,\"SouthBoundingCoordinate\":37.82}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-02-06T20:02:34.000Z\",\"EndingDateTime\":\"2012-03-12T15:02:49.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GCPEX/NEXRAD/DATA202\"},\"ShortName\":\"gpmkboxgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION KBOX NEXRAD GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkboxgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkboxgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KBOX/browse/2012-02-17/2012-02-17_00-05-35_KBOX_ELEV_01.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/doc_aggregate/nexradgcpex/gpmnexradgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KBOX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-06-09T15:41:23.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KBOX NEXRAD GCPEx dataset was collected during February + 6, 2012 to March 12, 2012 for the GPM Cold-season Precipitation Experiment + (GCPEx). GCPEx addressed shortcomings in GPM snowfall retrieval algorithm + by collecting microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. These data sets were + collected toward achieving the overarching goal of GCPEx which is to characterize + the ability of multi-frequency active and passive microwave sensors to detect + and estimate falling snow. The Next Generation Weather Radar system (NEXRAD) + is comprised of 160 Weather Surveillance Radar-1988 Doppler (WSR-88D) sites + throughout the United States and select overseas locations. The GPM Ground + Validation NEXRAD GCPEx data files are available as level 2 binary files and + level 3 compressed binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"MASSACHUSETTS\",\"Subregion3\":\"BOSTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:48:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:48:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkbufgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KBUF NEXRAD GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980698247-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:49:26.809Z\",\"granule-count\":21077,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Climatic Data Center.2015. GPM GROUND VALIDATION KBUF NEXRAD GCPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GCPEX/NEXRAD/DATA203\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-84.38,\"NorthBoundingCoordinate\":47.09,\"EastBoundingCoordinate\":-73.09,\"SouthBoundingCoordinate\":38.81}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-09T04:54:10.000Z\",\"EndingDateTime\":\"2012-03-12T14:53:23.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GCPEX/NEXRAD/DATA203\"},\"ShortName\":\"gpmkbufgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION KBUF NEXRAD GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkbufgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkbufgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KBUF/browse/2012-01-01/2012-01-01_16-45-15_KBUF_ELEV_01.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/doc_aggregate/nexradgcpex/gpmnexradgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KBUF/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-06-09T15:41:23.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KBUF NEXRAD GCPEx dataset was collected during February + 6, 2012 to March 12, 2012 for the GPM Cold-season Precipitation Experiment + (GCPEx). GCPEx addressed shortcomings in GPM snowfall retrieval algorithm + by collecting microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. These data sets were + collected toward achieving the overarching goal of GCPEx which is to characterize + the ability of multi-frequency active and passive microwave sensors to detect + and estimate falling snow. The Next Generation Weather Radar system (NEXRAD) + is comprised of 160 Weather Surveillance Radar-1988 Doppler (WSR-88D) sites + throughout the United States and select overseas locations. The GPM Ground + Validation NEXRAD GCPEx data files are available as level 2 binary files and + level 3 compressed binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NEW + YORK\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:49:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:49:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkcae2iphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation KCAE NEXRAD IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980727098-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:50:53.205Z\",\"granule-count\":19797,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation KCAE NEXRAD + IPHEx [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/NEXRAD/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.2165,\"NorthBoundingCoordinate\":36.0468,\"EastBoundingCoordinate\":-79.0201,\"SouthBoundingCoordinate\":31.8504}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T05:57:00.000Z\",\"EndingDateTime\":\"2014-06-12T14:09:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/NEXRAD/DATA101\"},\"ShortName\":\"gpmkcae2iphx\",\"EntryTitle\":\"GPM + Ground Validation KCAE NEXRAD IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkcae2iphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkcae2iphx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NEXRAD2/KCAE/browse/2014-05-01/iphex_Level2_KCAE_20140501_0557_ELEV_01.png\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part B: Doppler Radar Theory and Meteorology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh-11B-2005.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part D: WSR-88D Unit Description and Operational + Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/FMH11D-2006.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part A: System Concepts, Responsibilities, and Procedures\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/2016FMH11PTA.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part C: WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NOAA + Next Generation Radar (NEXRAD) Level 2 Base Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ncdc:C00345\"},{\"Description\":\"GPM\u200B + \u200BGround\u200B \u200BValidation\u200B \u200BNEXRAD\u200B \u200BIPHEx User + Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmkcae2iphx__1/docs/gpmkcae2iphx_dataset.pdf\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1042&context=jto\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-01-05T02:01:27.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KCAE NEXRAD IPHEx datasets contain data from the KCAE + NEXt Generation Weather RADar system (NEXRAD) instrument in operation during + the Integrated Precipitation and Hydrology Experiment (IPHEx) field campaign + to help support the ground validation of the Global Precipitation Measurement + (GPM) and evaluate Quantitative Precipitation Estimation (QPE) products for + hydrologic forecasting in the southeast region of the United States. NEXRAD + is a network of 160 stationary S-Band radars dispersed throughout the United + States and select locations abroad. These images extend from May 1, 2014 + through June 12, 2014 as part of the GPM Ground Validation IPHEx datasets. + \ The NEXRAD datasets contain browse images of base reflectivity observations + in the Portable Network Graphic (PNG) format. Base radar reflectivity is the + measure of transmitted power returned to the radar after intercepting a target, + for example, rain droplets. This information can illustrate the amount and + size distribution of water particles in a given unit volume of atmosphere. + \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Subregion2\":\"SOUTH CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:50:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:50:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkcbwgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KCBW NEXRAD GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980747974-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:51:44.760Z\",\"granule-count\":19804,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Climatic Data Center.2015. GPM GROUND VALIDATION KCBW NEXRAD GCPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GCPEX/NEXRAD/DATA204\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-73.75,\"NorthBoundingCoordinate\":50.18,\"EastBoundingCoordinate\":-61.86,\"SouthBoundingCoordinate\":41.9}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-09T16:57:56.000Z\",\"EndingDateTime\":\"2012-03-12T14:44:56.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GCPEX/NEXRAD/DATA204\"},\"ShortName\":\"gpmkcbwgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION KCBW NEXRAD GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkcbwgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkcbwgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KCBW/browse/2012-02-17/2012-02-17_17-11-05_KCBW_ELEV_01.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/doc_aggregate/nexradgcpex/gpmnexradgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KCBW/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-06-09T15:41:23.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KCBW NEXRAD GCPEx dataset was collected during January + 9, 2012 to March 12, 2012 for the GPM Cold-season Precipitation Experiment + (GCPEx). GCPEx addressed shortcomings in GPM snowfall retrieval algorithm + by collecting microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. These data sets were + collected toward achieving the overarching goal of GCPEx which is to characterize + the ability of multi-frequency active and passive microwave sensors to detect + and estimate falling snow. The Next Generation Weather Radar system (NEXRAD) + is comprised of 160 Weather Surveillance Radar-1988 Doppler (WSR-88D) sites + throughout the United States and select overseas locations. The GPM Ground + Validation NEXRAD GCPEx data files are available as level 2 binary files and + level 3 compressed binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"MAINE\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:51:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:51:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkcxxgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KCXX NEXRAD GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980799755-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:53:05.871Z\",\"granule-count\":21442,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Climatic Data Center.2015. GPM GROUND VALIDATION KCXX NEXRAD GCPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GCPEX/NEXRAD/DATA205\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-78.96,\"NorthBoundingCoordinate\":48.65,\"EastBoundingCoordinate\":-67.38,\"SouthBoundingCoordinate\":40.37}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-09T16:57:05.000Z\",\"EndingDateTime\":\"2012-03-12T13:41:36.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GCPEX/NEXRAD/DATA205\"},\"ShortName\":\"gpmkcxxgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION KCXX NEXRAD GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkcxxgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkcxxgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KCXX/browse/2012-01-13/2012-01-13_12-32-17_KCXX_ELEV_01.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/doc_aggregate/nexradgcpex/gpmnexradgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KCXX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-06-09T15:41:23.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KCXX NEXRAD GCPEx dataset was collected during January + 9, 2012 to March 12, 2012 for the GPM Cold-season Precipitation Experiment + (GCPEx). GCPEx addressed shortcomings in GPM snowfall retrieval algorithm + by collecting microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. These data sets were + collected toward achieving the overarching goal of GCPEx which is to characterize + the ability of multi-frequency active and passive microwave sensors to detect + and estimate falling snow. The Next Generation Weather Radar system (NEXRAD) + is comprised of 160 Weather Surveillance Radar-1988 Doppler (WSR-88D) sites + throughout the United States and select overseas locations. The GPM Ground + Validation NEXRAD GCPEx data files are available as level 2 binary files and + level 3 compressed binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"VERMONT\",\"Subregion3\":\"BURLINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:53:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:53:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkgldmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KGLD NEXRAD MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979607582-GHRC_DAAC\",\"revision-date\":\"2024-02-27T18:54:11.839Z\",\"granule-count\":24,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2014. GPM GROUND VALIDATION KGLD NEXRAD MC3E [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/MC3E/NEXRAD/DATA206\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-107.04,\"NorthBoundingCoordinate\":43.5,\"EastBoundingCoordinate\":-96.36,\"SouthBoundingCoordinate\":35.23}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-05-18T00:00:00.000Z\",\"EndingDateTime\":\"2011-05-18T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/MC3E/NEXRAD/DATA206\"},\"ShortName\":\"gpmkgldmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION KGLD NEXRAD MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkgldmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkgldmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmkgldmc3e/2011-05-18_09-01-47_KGLD_COMPOSITE.png\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmnexradmc3e/gpmnexradmc3e_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/NEXRAD/KGLD/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-10-03T10:43:04.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KGLD NEXRAD MC3E dataset was collected from April 22, + 2011 to June 6, 2011 for the Midlatitude Continental Convective Clouds Experiment + (MC3E) which took place in central Oklahoma; however, this dataset contains + data from May 18, 2011 to June 6, 2011. MC3E was a collaborative effort between + the U.S. Department of Energy (DOE) Atmospheric Radiation Measurement (ARM) + Climate Research Facility and the National Aeronautics and Space Administration's + (NASA) Global Precipitation Measurement (GPM) mission Ground Validation (GV) + program. Radar sites include KGLD, KICT, KINX, KTLX, KTWX, KVNX. The Next + Generation Weather Radar system (NEXRAD) is comprised of 160 Weather Surveillance + Radar-1988 Doppler (WSR-88D) sites throughout the United States and select + overseas locations. The GPM Ground Validation NEXRAD MC3E data files are available + as tarred binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T18:54:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T18:54:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkgsp2iphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation KGSP NEXRAD IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1981871025-GHRC_DAAC\",\"revision-date\":\"2024-02-27T19:44:33.484Z\",\"granule-count\":20061,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation KGSP NEXRAD + IPHEx [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/NEXRAD/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-84.3182,\"NorthBoundingCoordinate\":36.9649,\"EastBoundingCoordinate\":-80.1218,\"SouthBoundingCoordinate\":32.7685}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T05:44:00.000Z\",\"EndingDateTime\":\"2014-06-12T14:10:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/NEXRAD/DATA201\"},\"ShortName\":\"gpmkgsp2iphx\",\"EntryTitle\":\"GPM + Ground Validation KGSP NEXRAD IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkgsp2iphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkgsp2iphx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NEXRAD2/KGSP/browse/2014-05-01/iphex_Level2_KGSP_20140501_0544_ELEV_01.png\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part B: Doppler Radar Theory and Meteorology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh-11B-2005.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part D: WSR-88D Unit Description and Operational + Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/FMH11D-2006.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part A: System Concepts, Responsibilities, and Procedures\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/2016FMH11PTA.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part C: WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NOAA + Next Generation Radar (NEXRAD) Level 2 Base Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ncdc:C00345\"},{\"Description\":\"GPM\u200B + \u200BGround\u200B \u200BValidation\u200B \u200BNEXRAD\u200B \u200BIPHEx User + Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmkgsp2iphx__1/docs/gpmkgsp2iphx_dataset.pdf\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1042&context=jto\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-01-05T02:01:43.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KGSP NEXRAD IPHEx dataset contain data from the KGSP + NEXt Generation Weather RADar system (NEXRAD) instruments in operation during + the Integrated Precipitation and Hydrology Experiment (IPHEx) field campaign + to help support the ground validation of the Global Precipitation Measurement + (GPM) and evaluate Quantitative Precipitation Estimation (QPE) products for + hydrologic forecasting in the southeast region of the United States. NEXRAD + is a network of 160 stationary S-Band radars dispersed throughout the United + States and select locations abroad. These images extend from May 1, 2014 through + June 12, 2014 as part of the GPM Ground Validation IPHEx datasets. The NEXRAD + datasets contain browse images of base reflectivity observations in the Portable + Network Graphic (PNG) format. Base radar reflectivity is the measure of transmitted + power returned to the radar after intercepting a target, for example, rain + droplets. This information can illustrate the amount and size distribution + of water particles in a given unit volume of atmosphere.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"SOUTH + CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T19:44:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T19:44:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkgyxgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KGYX NEXRAD GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1981898387-GHRC_DAAC\",\"revision-date\":\"2024-02-27T19:45:40.009Z\",\"granule-count\":21562,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Climatic Data Center.2015. GPM GROUND VALIDATION KGYX NEXRAD GCPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GCPEX/NEXRAD/DATA206\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-75.98,\"NorthBoundingCoordinate\":48.03,\"EastBoundingCoordinate\":-64.52,\"SouthBoundingCoordinate\":39.75}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-09T17:34:49.000Z\",\"EndingDateTime\":\"2012-03-12T14:50:16.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GCPEX/NEXRAD/DATA206\"},\"ShortName\":\"gpmkgyxgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION KGYX NEXRAD GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkgyxgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkgyxgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KGYX/browse/2012-02-01/2012-02-01_15-57-24_KGYX_ELEV_01.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/doc_aggregate/nexradgcpex/gpmnexradgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KGYX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-06-09T15:41:23.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KGYX NEXRAD GCPEx dataset was collected during January + 9, 2012 to March 12, 2012 for the GPM Cold-season Precipitation Experiment + (GCPEx). GCPEx addressed shortcomings in GPM snowfall retrieval algorithm + by collecting microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. These data sets were + collected toward achieving the overarching goal of GCPEx which is to characterize + the ability of multi-frequency active and passive microwave sensors to detect + and estimate falling snow. The Next Generation Weather Radar system (NEXRAD) + is comprised of 160 Weather Surveillance Radar-1988 Doppler (WSR-88D) sites + throughout the United States and select overseas locations. The GPM Ground + Validation NEXRAD GCPEx data files are available as level 2 binary files and + level 3 compressed binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"MAINE\",\"Subregion3\":\"PORTLAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T19:45:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T19:45:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkhtx2iphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation KHTX NEXRAD IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1981921928-GHRC_DAAC\",\"revision-date\":\"2024-02-27T19:47:21.600Z\",\"granule-count\":22358,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation KHTX NEXRAD + IPHEx [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/NEXRAD/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-88.1815,\"NorthBoundingCoordinate\":37.0288,\"EastBoundingCoordinate\":-83.9851,\"SouthBoundingCoordinate\":32.8323}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T05:50:00.000Z\",\"EndingDateTime\":\"2014-06-16T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/NEXRAD/DATA301\"},\"ShortName\":\"gpmkhtx2iphx\",\"EntryTitle\":\"GPM + Ground Validation KHTX NEXRAD IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkhtx2iphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkhtx2iphx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NEXRAD2/KHTX/browse/2014-05-01/iphex_Level2_KHTX_20140501_0550_ELEV_01.png\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part B: Doppler Radar Theory and Meteorology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh-11B-2005.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part D: WSR-88D Unit Description and Operational + Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/FMH11D-2006.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part A: System Concepts, Responsibilities, and Procedures\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/2016FMH11PTA.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part C: WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NOAA + Next Generation Radar (NEXRAD) Level 2 Base Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ncdc:C00345\"},{\"Description\":\"GPM\u200B + \u200BGround\u200B \u200BValidation\u200B \u200BNEXRAD\u200B \u200BIPHEx User + Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmkhtx2iphx__1/docs/gpmkhtx2iphx_dataset.pdf\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1042&context=jto\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-01-05T02:01:50.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KHTX NEXRAD IPHEx datasets contain data from the KHTX + NEXt Generation Weather RADar system (NEXRAD) instrument in operation during + the Integrated Precipitation and Hydrology Experiment (IPHEx) field campaign + to help support the ground validation of the Global Precipitation Measurement + (GPM) and evaluate Quantitative Precipitation Estimation (QPE) products for + hydrologic forecasting in the southeast region of the United States. NEXRAD + is a network of 160 stationary S-Band radars dispersed throughout the United + States and select locations abroad. These images extend from May 1, 2014 + through June 16, 2014 as part of the GPM Ground Validation IPHEx datasets. + \ The NEXRAD datasets contain browse images of base reflectivity observations + in the Portable Network Graphic (PNG) format. Base radar reflectivity is the + measure of transmitted power returned to the radar after intercepting a target, + for example, rain droplets. This information can illustrate the amount and + size distribution of water particles in a given unit volume of atmosphere. + \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Subregion2\":\"ALABAMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T19:47:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T19:47:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkictmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KICT NEXRAD MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979607865-GHRC_DAAC\",\"revision-date\":\"2024-02-27T19:48:12.514Z\",\"granule-count\":1103,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2014. GPM GROUND VALIDATION KICT NEXRAD MC3E [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/MC3E/NEXRAD/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-102.663,\"NorthBoundingCoordinate\":41.7919,\"EastBoundingCoordinate\":-92.2231,\"SouthBoundingCoordinate\":33.5181}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-22T00:01:38.000Z\",\"EndingDateTime\":\"2011-06-06T23:52:28.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/MC3E/NEXRAD/DATA201\"},\"ShortName\":\"gpmkictmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION KICT NEXRAD MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkictmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkictmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmkictmc3e/2011-05-20_00-58-56_KICT_ELEV_03.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmkictmc3e/2011-05-20_00-58-56_KICT_COMPOSITE.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmkictmc3e/2011-05-20_00-58-56_KICT_CAPPI_08.0.png\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmnexradmc3e/gpmnexradmc3e_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/NEXRAD/KICT/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-10-03T10:43:07.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validaiton KICT NEXRAD MC3E dataset was collected from April 22, + 2011 to June 6, 2011 for the Midlatitude Continental Convective Clouds Experiment + (MC3E) which took place in central Oklahoma. The overarching goal of MC3E + was to provide the most complete characterization of convective cloud systems, + precipitation, and the environment that has ever been obtained, providing + constraints for model cumulus parameterizations and space-based rainfall retrieval + algorithms over land that had never before been available. The Next Generation + Weather Radar system (NEXRAD) is comprised of 160 Weather Surveillance Radar-1988 + Doppler (WSR-88D) sites throughout the United States and select overseas locations. + The GPM Ground Validation NEXRAD MC3E data files are available as compressed + binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"KANSAS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T19:48:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T19:48:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkinxmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KINX NEXRAD MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979615259-GHRC_DAAC\",\"revision-date\":\"2024-02-27T19:49:04.370Z\",\"granule-count\":1091,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2014. GPM GROUND VALIDATION KINX NEXRAD MC3E [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/MC3E/NEXRAD/DATA204\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-100.685,\"NorthBoundingCoordinate\":40.3119,\"EastBoundingCoordinate\":-90.445,\"SouthBoundingCoordinate\":32.0381}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-22T00:01:18.000Z\",\"EndingDateTime\":\"2011-06-06T23:53:35.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/MC3E/NEXRAD/DATA204\"},\"ShortName\":\"gpmkinxmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION KINX NEXRAD MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkinxmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkinxmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmkinxmc3e/2011-04-25_00-03-45_KINX_COMPOSITE.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmkinxmc3e/2011-04-25_00-03-45_KINX_ELEV_04.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmkinxmc3e/2011-04-25_00-03-45_KINX_CAPPI_04.0.png\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmnexradmc3e/gpmnexradmc3e_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Browse + Imagery\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/NEXRAD/KINX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-10-03T10:43:13.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KINX NEXRAD MC3E dataset was collected from April 22, + 2011 to June 6, 2011 for the Midlatitude Continental Convective Clouds Experiment + (MC3E) which took place in central Oklahoma. The overarching goal of MC3E + was to provide the most complete characterization of convective cloud systems, + precipitation, and the environment that has ever been obtained, providing + constraints for model cumulus parameterizations and space-based rainfall retrieval + algorithms over land that had never before been available. The Next Generation + Weather Radar system (NEXRAD) is comprised of 160 Weather Surveillance Radar-1988 + Doppler (WSR-88D) sites throughout the United States and select overseas locations. + The GPM Ground Validation NEXRAD MC3E data files are available as compressed + binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T19:49:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T19:49:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmklgx2olyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation KLGX NEXRAD OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1981979131-GHRC_DAAC\",\"revision-date\":\"2024-02-27T19:50:41.974Z\",\"granule-count\":81871,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation KLGX NEXRAD + OLYMPEX [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/NEXRAD/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.784,\"NorthBoundingCoordinate\":47.5825,\"EastBoundingCoordinate\":-123.45,\"SouthBoundingCoordinate\":46.6742}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-09-22T22:29:00.000Z\",\"EndingDateTime\":\"2016-05-01T23:56:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/NEXRAD/DATA201\"},\"ShortName\":\"gpmklgx2olyx\",\"EntryTitle\":\"GPM + Ground Validation KLGX NEXRAD OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmklgx2olyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmklgx2olyx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/NEXRAD2/KLGX/browse/2015-11-15/olympex_Level2_KLGX_20151115_0027_ELEV_01.png\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part B: Doppler Radar Theory and Meteorology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh-11B-2005.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part D: WSR-88D Unit Description and Operational + Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/FMH11D-2006.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part A: System Concepts, Responsibilities, and Procedures\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/2016FMH11PTA.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part C: WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"NOAA + Next Generation Radar (NEXRAD) Level 2 Base Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ncdc:C00345\"},{\"Description\":\"GPM\u200B + \u200BGround\u200B \u200BValidation\u200B \u200BNEXRAD\u200B \u200BOLYMPEX + User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmklgx2olyx__1/docs/gpmklgx2olyx_dataset.pdf\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1042&context=jto\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-01-10T01:01:54.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:45:35.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KLGX NEXRAD OLYMPEX dataset contains data from selected + NEXt Generation Weather RADar system (NEXRAD) instruments in operation during + the Olympic Mountains Experiment (OLYMPEX) field campaign to help support + the ground validation of the Global Precipitation Measurement (GPM). NEXRAD + is a network of 160 stationary S-Band radars dispersed throughout the United + States and select locations abroad. Datasets gathered from three NEXRAD stations, + as listed below, extend from 22 September 2015 through 01 May 2016 as part + of the GPM Ground Validation OLYMPEX data. This dataset contain browse images + of base reflectivity observations in the Portable Network Graphic (PNG) format. + Base radar reflectivity is the measure of transmitted power returned to the + radar after intercepting a target, for example, rain droplets. This information + can illustrate the amount and size distribution of water particles in a given + unit volume of atmosphere. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T19:50:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T19:50:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkltx2iphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation KLTX NEXRAD IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982527995-GHRC_DAAC\",\"revision-date\":\"2024-02-27T19:52:14.404Z\",\"granule-count\":19393,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation KLTX NEXRAD + IPHEx [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/NEXRAD/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-80.5271,\"NorthBoundingCoordinate\":36.0877,\"EastBoundingCoordinate\":-76.3307,\"SouthBoundingCoordinate\":31.8912}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T05:51:00.000Z\",\"EndingDateTime\":\"2014-06-12T14:09:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/NEXRAD/DATA401\"},\"ShortName\":\"gpmkltx2iphx\",\"EntryTitle\":\"GPM + Ground Validation KLTX NEXRAD IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkltx2iphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkltx2iphx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NEXRAD2/KLTX/browse/2014-05-01/iphex_Level2_KLTX_20140501_0551_ELEV_01.png\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part B: Doppler Radar Theory and Meteorology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh-11B-2005.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part D: WSR-88D Unit Description and Operational + Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/FMH11D-2006.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part A: System Concepts, Responsibilities, and Procedures\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/2016FMH11PTA.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part C: WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NOAA + Next Generation Radar (NEXRAD) Level 2 Base Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ncdc:C00345\"},{\"Description\":\"GPM\u200B + \u200BGround\u200B \u200BValidation\u200B \u200BNEXRAD\u200B \u200BIPHEx User + Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmkltx2iphx__1/docs/gpmkltx2iphx_dataset.pdf\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1042&context=jto\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-01-05T02:01:10.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KLTX NEXRAD IPHEx dataset contain data from the KLTX + NEXt Generation Weather RADar system (NEXRAD) instrument in operation during + the Integrated Precipitation and Hydrology Experiment (IPHEx) field campaign + to help support the ground validation of the Global Precipitation Measurement + (GPM) and evaluate Quantitative Precipitation Estimation (QPE) products for + hydrologic forecasting in the southeast region of the United States. NEXRAD + is a network of 160 stationary S-Band radars dispersed throughout the United + States and select locations abroad. These images extend from May 1, 2014 + through June 12, 2014 as part of the GPM Ground Validation IPHEx datasets. + \ The NEXRAD datasets contain browse images of base reflectivity observations + in the Portable Network Graphic (PNG) format. Base radar reflectivity is the + measure of transmitted power returned to the radar after intercepting a target, + for example, rain droplets. This information can illustrate the amount and + size distribution of water particles in a given unit volume of atmosphere. + \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Subregion2\":\"SOUTH CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T19:52:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T19:52:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkmhx2iphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation KMHX NEXRAD IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982549160-GHRC_DAAC\",\"revision-date\":\"2024-02-27T19:53:48.878Z\",\"granule-count\":18030,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation KMHX NEXRAD + IPHEx [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/NEXRAD/DATA501\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-78.9743,\"NorthBoundingCoordinate\":36.8743,\"EastBoundingCoordinate\":-74.7779,\"SouthBoundingCoordinate\":32.6779}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T05:47:00.000Z\",\"EndingDateTime\":\"2014-06-10T11:21:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/NEXRAD/DATA501\"},\"ShortName\":\"gpmkmhx2iphx\",\"EntryTitle\":\"GPM + Ground Validation KMHX NEXRAD IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkmhx2iphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkmhx2iphx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NEXRAD2/KMHX/browse/2014-05-01/iphex_Level2_KMHX_20140501_0547_ELEV_01.png\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part B: Doppler Radar Theory and Meteorology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh-11B-2005.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part D: WSR-88D Unit Description and Operational + Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/FMH11D-2006.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part A: System Concepts, Responsibilities, and Procedures\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/2016FMH11PTA.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part C: WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NOAA + Next Generation Radar (NEXRAD) Level 2 Base Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ncdc:C00345\"},{\"Description\":\"GPM\u200B + \u200BGround\u200B \u200BValidation\u200B \u200BNEXRAD\u200B \u200BIPHEx User + Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmkmhx2iphx__1/docs/gpmkmhx2iphx_dataset.pdf\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1042&context=jto\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-01-05T02:01:22.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KMHX NEXRAD IPHEx dataset contain data from the KMHX + NEXt Generation Weather RADar system (NEXRAD) instrument in operation during + the Integrated Precipitation and Hydrology Experiment (IPHEx) field campaign + to help support the ground validation of the Global Precipitation Measurement + (GPM) and evaluate Quantitative Precipitation Estimation (QPE) products for + hydrologic forecasting in the southeast region of the United States. NEXRAD + is a network of 160 stationary S-Band radars dispersed throughout the United + States and select locations abroad. These images extend from May 1, 2014 + through June 12, 2014 as part of the GPM Ground Validation IPHEx datasets. + \ The NEXRAD datasets contain browse images of base reflectivity observations + in the Portable Network Graphic (PNG) format. Base radar reflectivity is the + measure of transmitted power returned to the radar after intercepting a target, + for example, rain droplets. This information can illustrate the amount and + size distribution of water particles in a given unit volume of atmosphere. + \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Subregion2\":\"NORTH CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T19:53:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T19:53:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkmrx2iphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation KMRX NEXRAD IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982636929-GHRC_DAAC\",\"revision-date\":\"2024-02-27T19:55:05.111Z\",\"granule-count\":17566,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation KMRX NEXRAD + IPHEx [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/NEXRAD/DATA601\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-85.4999,\"NorthBoundingCoordinate\":38.2668,\"EastBoundingCoordinate\":-81.3035,\"SouthBoundingCoordinate\":34.0704}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T05:53:00.000Z\",\"EndingDateTime\":\"2014-06-12T14:06:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/NEXRAD/DATA601\"},\"ShortName\":\"gpmkmrx2iphx\",\"EntryTitle\":\"GPM + Ground Validation KMRX NEXRAD IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkmrx2iphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkmrx2iphx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NEXRAD2/KMRX/browse/2014-05-01/iphex_Level2_KMRX_20140501_0553_ELEV_01.png\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part B: Doppler Radar Theory and Meteorology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh-11B-2005.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part D: WSR-88D Unit Description and Operational + Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/FMH11D-2006.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part A: System Concepts, Responsibilities, and Procedures\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/2016FMH11PTA.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part C: WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NOAA + Next Generation Radar (NEXRAD) Level 2 Base Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ncdc:C00345\"},{\"Description\":\"GPM\u200B + \u200BGround\u200B \u200BValidation\u200B \u200BNEXRAD\u200B \u200BIPHEx User + Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmkmrx2iphx__1/docs/gpmkmrx2iphx_dataset.pdf\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1042&context=jto\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-01-05T02:01:29.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KMRX NEXRAD IPHEx dataset contain data from the KMRX + NEXt Generation Weather RADar system (NEXRAD) instrument in operation during + the Integrated Precipitation and Hydrology Experiment (IPHEx) field campaign + to help support the ground validation of the Global Precipitation Measurement + (GPM) and evaluate Quantitative Precipitation Estimation (QPE) products for + hydrologic forecasting in the southeast region of the United States. NEXRAD + is a network of 160 stationary S-Band radars dispersed throughout the United + States and select locations abroad. These images extend from May 1, 2014 + through June 12, 2014 as part of the GPM Ground Validation IPHEx datasets. + \ The NEXRAD datasets contain browse images of base reflectivity observations + in the Portable Network Graphic (PNG) format. Base radar reflectivity is the + measure of transmitted power returned to the radar after intercepting a target, + for example, rain droplets. This information can illustrate the amount and + size distribution of water particles in a given unit volume of atmosphere. + \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Subregion2\":\"TENNESSEE\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T19:55:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T19:55:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkrax2iphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation KRAX NEXRAD IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982656022-GHRC_DAAC\",\"revision-date\":\"2024-02-27T19:56:37.574Z\",\"granule-count\":19221,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation KRAX NEXRAD + IPHEx [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/NEXRAD/DATA701\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-80.5879,\"NorthBoundingCoordinate\":37.7638,\"EastBoundingCoordinate\":-76.3915,\"SouthBoundingCoordinate\":33.5673}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T05:51:00.000Z\",\"EndingDateTime\":\"2014-06-12T14:08:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/NEXRAD/DATA701\"},\"ShortName\":\"gpmkrax2iphx\",\"EntryTitle\":\"GPM + Ground Validation KRAX NEXRAD IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkrax2iphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkrax2iphx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NEXRAD2/KRAX/browse/2014-05-01/iphex_Level2_KRAX_20140501_0551_ELEV_01.png\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part D: WSR-88D Unit Description and Operational + Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/FMH11D-2006.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part A: System Concepts, Responsibilities, and Procedures\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/2016FMH11PTA.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part C: WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NOAA + Next Generation Radar (NEXRAD) Level 2 Base Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ncdc:C00345\"},{\"Description\":\"GPM\u200B + \u200BGround\u200B \u200BValidation\u200B \u200BNEXRAD\u200B \u200BIPHEx User + Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmkrax2iphx__1/docs/gpmkrax2iphx_dataset.pdf\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1042&context=jto\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-01-05T02:01:05.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KRAX NEXRAD IPHEx dataset contain data from the KRAX + NEXt Generation Weather RADar system (NEXRAD) instruments in operation during + the Integrated Precipitation and Hydrology Experiment (IPHEx) field campaign + to help support the ground validation of the Global Precipitation Measurement + (GPM) and evaluate Quantitative Precipitation Estimation (QPE) products for + hydrologic forecasting in the southeast region of the United States. NEXRAD + is a network of 160 stationary S-Band radars dispersed throughout the United + States and select locations abroad. These images extend from May 1, 2014 + through June 12, 2014 as part of the GPM Ground Validation IPHEx datasets. + \ The NEXRAD datasets contain browse images of base reflectivity observations + in the Portable Network Graphic (PNG) format. Base radar reflectivity is the + measure of transmitted power returned to the radar after intercepting a target, + for example, rain droplets. This information can illustrate the amount and + size distribution of water particles in a given unit volume of atmosphere. + \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Subregion2\":\"NORTH CAROLINA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T19:56:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T19:56:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkrtx2olyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation KRTX NEXRAD OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982676252-GHRC_DAAC\",\"revision-date\":\"2024-02-27T19:57:57.446Z\",\"granule-count\":75634,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation KRTX NEXRAD + OLYMPEX [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/NEXRAD/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-123.62,\"NorthBoundingCoordinate\":46.1723,\"EastBoundingCoordinate\":-122.322,\"SouthBoundingCoordinate\":45.2604}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-03T22:04:00.000Z\",\"EndingDateTime\":\"2016-05-01T23:57:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/NEXRAD/DATA301\"},\"ShortName\":\"gpmkrtx2olyx\",\"EntryTitle\":\"GPM + Ground Validation KRTX NEXRAD OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkrtx2olyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkrtx2olyx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/NEXRAD2/KLGX/browse/2015-11-16/olympex_Level2_KLGX_20151116_0034_ELEV_01.png\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part B: Doppler Radar Theory and Meteorology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh-11B-2005.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part D: WSR-88D Unit Description and Operational + Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/FMH11D-2006.pdf\"},{\"Description\":\"Federal + Meteorological Handbook Part A: System Concepts, Responsibilities, and Procedures\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/2016FMH11PTA.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part C: WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"NOAA + Next Generation Radar (NEXRAD) Level 2 Base Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://data.nodc.noaa.gov/cgi-bin/iso?id=gov.noaa.ncdc:C00345\"},{\"Description\":\"GPM\u200B + \u200BGround\u200B \u200BValidation\u200B \u200BNEXRAD\u200B \u200BOLYMPEX + User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/gpmkrtx2olyx__1/docs/gpmkrtx2olyx_dataset.pdf\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=1042&context=jto\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-01-11T10:01:50.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:45:39.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KRTX NEXRAD OLYMPEX dataset contains data from selected + NEXt Generation Weather RADar system (NEXRAD) instruments in operation during + the Olympic Mountains Experiment (OLYMPEX) field campaign to help support + the ground validation of the Global Precipitation Measurement (GPM). NEXRAD + is a network of 160 stationary S-Band radars dispersed throughout the United + States and select locations abroad. Datasets gathered from three NEXRAD stations, + as listed below, extend from 03 November 2015 through 01 May 2016 as part + of the GPM Ground Validation OLYMPEX data. This dataset contain browse images + of base reflectivity observations in the Portable Network Graphic (PNG) format. + Base radar reflectivity is the measure of transmitted power returned to the + radar after intercepting a target, for example, rain droplets. This information + can illustrate the amount and size distribution of water particles in a given + unit volume of atmosphere. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OREGON\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-02-27T19:57:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-27T19:57:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmktlxmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KTLX NEXRAD MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979617112-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:45:41.287Z\",\"granule-count\":1104,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2014. GPM GROUND VALIDATION KTLX NEXRAD MC3E [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/MC3E/NEXRAD/DATA203\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-102.344,\"NorthBoundingCoordinate\":39.47,\"EastBoundingCoordinate\":-92.2114,\"SouthBoundingCoordinate\":31.1961}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-22T00:01:16.000Z\",\"EndingDateTime\":\"2011-06-06T23:56:43.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/MC3E/NEXRAD/DATA203\"},\"ShortName\":\"gpmktlxmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION KTLX NEXRAD MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmktlxmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmktlxmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmktlxmc3e/2011-04-23_00-00-00_KTLX_CAPPI_01.0.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmktlxmc3e/2011-04-23_00-00-00_KTLX_ELEV_01.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmktlxmc3e/2011-04-23_00-00-00_KTLX_COMPOSITE.png\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmnexradmc3e/gpmnexradmc3e_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/NEXRAD/KTLX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-10-03T10:43:17.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KTLX NEXRAD MC3E dataset was collected from April 22, + 2011 to June 6, 2011 for the Midlatitude Continental Convective Clouds Experiment + (MC3E) which took place in central Oklahoma. The overarching goal of MC3E + was to provide the most complete characterization of convective cloud systems, + precipitation, and the environment that has ever been obtained, providing + constraints for model cumulus parameterizations and space-based rainfall retrieval + algorithms over land that had never before been available. The Next Generation + Weather Radar system (NEXRAD) is comprised of 160 Weather Surveillance Radar-1988 + Doppler (WSR-88D) sites throughout the United States and select overseas locations. + The GPM Ground Validation NEXRAD MC3E data files are available as compressed + binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmktwxmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KTWX NEXRAD MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979618378-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:45:45.405Z\",\"granule-count\":24,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2014. GPM GROUND VALIDATION KTWX NEXRAD MC3E [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/MC3E/NEXRAD/DATA205\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-101.55,\"NorthBoundingCoordinate\":43.1339,\"EastBoundingCoordinate\":-90.9161,\"SouthBoundingCoordinate\":34.86}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-06-01T00:08:23.000Z\",\"EndingDateTime\":\"2011-06-01T23:59:09.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/MC3E/NEXRAD/DATA205\"},\"ShortName\":\"gpmktwxmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION KTWX NEXRAD MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmktwxmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmktwxmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmktwxmc3e/2011-06-01_22-04-23_KTWX_COMPOSITE.png\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmnexradmc3e/gpmnexradmc3e_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/NEXRAD/KTWX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-10-03T10:43:21.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KTWX NEXRAD MC3E dataset was collected from April 22, + 2011 to June 6, 2011 for the Midlatitude Continental Convective Clouds Experiment + (MC3E) which took place in central Oklahoma. The overarching goal of MC3E + was to provide the most complete characterization of convective cloud systems, + precipitation, and the environment that has ever been obtained, providing + constraints for model cumulus parameterizations and space-based rainfall retrieval + algorithms over land that had never before been available. The Next Generation + Weather Radar system (NEXRAD) is comprised of 160 Weather Surveillance Radar-1988 + Doppler (WSR-88D) sites throughout the United States and select overseas locations. + The GPM Ground Validation NEXRAD MC3E data files are available as compressed + binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"KANSAS\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmktyxgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KTYX NEXRAD GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982757348-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:45:49.590Z\",\"granule-count\":24866,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Climatic Data Center.2015. GPM GROUND VALIDATION KTYX NEXRAD GCPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GCPEX/NEXRAD/DATA207\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-81.39,\"NorthBoundingCoordinate\":47.89,\"EastBoundingCoordinate\":-69.96,\"SouthBoundingCoordinate\":39.62}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-09T16:51:47.000Z\",\"EndingDateTime\":\"2012-03-12T13:11:15.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GCPEX/NEXRAD/DATA207\"},\"ShortName\":\"gpmktyxgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION KTYX NEXRAD GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmktyxgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmktyxgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KTYX/browse/2012-01-31/2012-01-31_05-16-38_KTYX_ELEV_01.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/doc_aggregate/nexradgcpex/gpmnexradgcpex_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/NEXRAD/KTYX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-06-09T15:41:23.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KTYX NEXRAD GCPEx dataset was collected during January + 9, 2012 to March 12, 2012 for the GPM Cold-season Precipitation Experiment + (GCPEx). GCPEx addressed shortcomings in GPM snowfall retrieval algorithm + by collecting microphysical properties, associated remote sensing observations, + and coordinated model simulations of precipitating snow. These data sets were + collected toward achieving the overarching goal of GCPEx which is to characterize + the ability of multi-frequency active and passive microwave sensors to detect + and estimate falling snow. The Next Generation Weather Radar system (NEXRAD) + is comprised of 160 Weather Surveillance Radar-1988 Doppler (WSR-88D) sites + throughout the United States and select overseas locations. The GPM Ground + Validation NEXRAD GCPEx data files are available as level 2 binary files and + level 3 compressed binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NEW + YORK\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmastmetlpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Kumpula Mast Meteorological Data LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979620314-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:46:13.708Z\",\"granule-count\":66,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Moisseev, + Dmitri N, Matti Leskinen and Sabine Goeke.2019. GPM Ground Validation Kumpula + Mast Meteorological Data LPVEx [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/MET/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":24.9517,\"NorthBoundingCoordinate\":60.2125,\"EastBoundingCoordinate\":24.9717,\"SouthBoundingCoordinate\":60.1925}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Shortwave + Radiation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Biosphere\",\"Term\":\"Vegetation\",\"VariableLevel1\":\"Photosynthetically + Active Radiation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Radiation\",\"VariableLevel1\":\"Longwave Radiation\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Net + Radiation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-16T22:00:00.000Z\",\"EndingDateTime\":\"2010-10-21T21:59:39.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/MET/DATA101\"},\"ShortName\":\"gpmmastmetlpvex\",\"EntryTitle\":\"GPM + Ground Validation Kumpula Mast Meteorological Data LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmastmetlpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmastmetlpvex\"},{\"Description\":\"Light + Precipitation Validation Experiment (LPVEx) Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/lpvex_science_plan_June2010.pdf\"},{\"Description\":\"The + NASA CloudSat/GPM Light Precipitation Validation Experiment (LPVEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/search.jsp?R=20110015768\"},{\"Description\":\"Instruction + Sheet - CNR1 Net Radiometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.kippzonen.com/Download/86/Instruction-Sheet-Net-Radiometers-CNR1?ShowInfo=true\"},{\"Description\":\"PAR + lite Photosynthetic Active Radiometer Instruction Manual\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.kippzonen.com/Download/116/PAR-Lite-Manual?ShowInfo=true\"},{\"Description\":\"CNR1 + Net Radiometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.campbellsci.com/cnr1\"},{\"Description\":\"Station + for Measuring Earth Surface-Atmosphere Relations - SMEAR Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://www.atm.helsinki.fi/globalsmear/images/Smear-concept-locked-11sept18.pdf\"},{\"Description\":\"SMEAR\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.atm.helsinki.fi/SMEAR/index.php/smear-iii\"},{\"Description\":\"PT100 + platinum resistance thermometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.picotech.com/library/application-note/pt100-platinum-resistance-thermometers\"},{\"Description\":\"Ultrasonic + Anemometer 2D\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.thiesclima.com/en/Products/Wind-Ultrasonic-Anemometer/?art=145\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/Meteorological_data/Kumpula/doc/gpmmastmetlpvex_dataset.pdf\"},{\"Description\":\"Dataset + ReadMe File\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/Meteorological_data/Kumpula/doc/README.txt\"},{\"Description\":\"The + urban measurement station SMEAR III: Continuous monitoring of air pollution + and surface-atmosphere interactions in Helsinki, Finland\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://helda.helsinki.fi/bitstream/handle/10138/233627/ber14A-086.pdf?sequence=1\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-09-21T06:09:13.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T11:56:13.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Kumpula Mast Meteorological Data LPVEx dataset is comprised + of temperature, radiation, and wind measurements collected by the Station + for Measuring Ecosystem-Atmosphere Relations III (SMEAR III) Kumpula Mast + in Helsinki, Finland. This occurred during the Global Precipitation Measurement + (GPM) mission Light Precipitation Validation Experiment (LPVEx) field campaign. + \ This field campaign took place around the Gulf of Finland, aiming to provide + additional high-latitude, light rainfall measurements for the improvement + of GPM satellite precipitation algorithms. These meteorological dataset files + are available from September 17 through October 21, 2010 in ASCII text format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"ANEMOMETERS\",\"LongName\":\"ANEMOMETERS\"},{\"ShortName\":\"RADIOMETERS\"},{\"ShortName\":\"Thermometers\",\"LongName\":\"Thermometers\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkvnxmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION KVNX NEXRAD MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979618519-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:45:57.383Z\",\"granule-count\":1098,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2014. GPM GROUND VALIDATION KVNX NEXRAD MC3E [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/MC3E/NEXRAD/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-103.286,\"NorthBoundingCoordinate\":40.8778,\"EastBoundingCoordinate\":-92.9706,\"SouthBoundingCoordinate\":32.6042}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-22T00:01:35.000Z\",\"EndingDateTime\":\"2011-06-06T23:52:18.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/MC3E/NEXRAD/DATA202\"},\"ShortName\":\"gpmkvnxmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION KVNX NEXRAD MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkvnxmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkvnxmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmkvnxmc3e/2011-05-11_23-04-05_KVNX_COMPOSITE.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmkvnxmc3e/2011-05-11_23-04-05_KVNX_CAPPI_05.0.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmkvnxmc3e/2011-05-11_23-04-05_KVNX_ELEV_05.png\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmnexradmc3e/gpmnexradmc3e_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/NEXRAD/KVNX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-10-03T10:43:25.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation KVNX NEXRAD MC3E dataset was collected from April 22, + 2011 to June 6, 2011 for the Midlatitude Continental Convective Clouds Experiment + (MC3E). The overarching goal of MC3E was to provide the most complete characterization + of convective cloud systems, precipitation, and the environment that has ever + been obtained, providing constraints for model cumulus parameterizations and + space-based rainfall retrieval algorithms over land that had never before + been available. The Next Generation Weather Radar system (NEXRAD) is comprised + of 160 Weather Surveillance Radar-1988 Doppler (WSR-88D) sites throughout + the United States and select overseas locations. The GPM Ground Validation + NEXRAD MC3E data files are available as compressed binary files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmlipiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Lightning Instrument Package (LIP) IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995570101-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:46:05.347Z\",\"granule-count\":20,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Lang, + Timothy .2020. GPM Ground Validation Lightning Instrument Package (LIP) IPHEx + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/LIP/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-121.853,\"NorthBoundingCoordinate\":36.6427,\"EastBoundingCoordinate\":-71.6108,\"SouthBoundingCoordinate\":26.7991}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Lightning\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T18:00:29.000Z\",\"EndingDateTime\":\"2014-06-14T21:26:01.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/LIP/DATA101\"},\"ShortName\":\"gpmlipiphx\",\"EntryTitle\":\"GPM + Ground Validation Lightning Instrument Package (LIP) IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmlipiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmlipiphx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/LIP/browse/iphex_lip_14123_06.png\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/LIP/doc/gpmlipiphx_dataset.pdf\"},{\"Description\":\"Retrieving + storm electric fields from aircraft field mill data. Part II: Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH1918.1\"},{\"Description\":\"General + matrix inversion technique for the calibration of electric field sensor arrays + on aircraft platforms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH2080.1\"},{\"Description\":\"A + low-noise, microprocessor-controlled, internally digitizing rotating-vane + electric field mill for airborne platforms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH2039.1\"},{\"Description\":\"IPHEx + Field Campaign Project Home Page \",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Integrated + Precipitation and Hydrology Experiment (IPHEx) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/integrated-precipitation-and-hydrology-experiment-iphex\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/LIP/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-05-19T09:05:02.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Lightning Instrument Package (LIP) IPHEx dataset consists + of electrical field measurements of lightning and navigation data collected + by the Lightning Instrument Package (LIP) flown aboard a NASA ER-2 high-altitude + aircraft during the GPM Ground Validation Integrated Precipitation and Hydrology + Experiment (IPHEx) held in North Carolina. The goal of IPHEx was to evaluate + the accuracy of satellite precipitation measurements and use the collected + data for hydrology models in the region. These data files are available in + ASCII format and browse imagery in PNG format from May 1, 2014 through June + 14, 2014.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"LIP\",\"LongName\":\"Lightning + Instrument Package\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmvertixgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION MCGILL VERTICAL POINTING X-BAND (VERTIX) RADAR GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979830182-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:57:24.639Z\",\"granule-count\":52,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kollias, + Pavlos .2013. GPM GROUND VALIDATION MCGILL VERTICAL POINTING X-BAND (VERTIX) + RADAR GCPEX [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/VERTIX/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.7906,\"NorthBoundingCoordinate\":44.2432,\"EastBoundingCoordinate\":-79.7706,\"SouthBoundingCoordinate\":44.2232}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-15T17:19:09.000Z\",\"EndingDateTime\":\"2012-02-29T23:59:58.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/VERTIX/DATA301\"},\"ShortName\":\"gpmvertixgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION MCGILL VERTICAL POINTING X-BAND (VERTIX) RADAR GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmvertixgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmvertixgcpex\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/VERTIX/browse/EC_CARE_xband_vertix_20120211.gif\"},{\"Description\":\"GPM + Cold-season Precipitation Experiment (GCPEx) Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://pmm.nasa.gov/sites/default/files/document_files/GCPEx_science_plan_CURRENT.pdf\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"GCPEx + Field Site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://pmm.nasa.gov/GCPEx/field-site\"},{\"Description\":\"McGill + X-band radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://www.radar.mcgill.ca/facilities/vertixmenu.html\"},{\"Description\":\"VertiX + - Example: Vertically pointing X-band radar (VertiX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://www.radar.mcgill.ca/science/ex-instrument/ex-vertix.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/VERTIX/doc/gpmvertixgcpex_dataset.pdf\"},{\"Description\":\"McGill + GCPEx VertiX and W-band Radar NetCDF Data Documentation \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/VERTIX/doc/McGill_data_documentation_gcpex.txt\"},{\"Description\":\"Measurements + of melting layer attenuation at X-band frequencies\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/97RS00492\"},{\"Description\":\"Global + Precipitation Measurement Cold Season Precipitation Experiment (GCPEX): For + Measurement\u2019s Sake, Let It Snow\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-13-00262.1\"},{\"Description\":\"Structure + and Evolution of a Warm Frontal Precipitation Band during the GPM Cold Season + Precipitation Experiment (GCPEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/MWR-D-16-0072.1\"},{\"Description\":\"Observations + of supercooled water and secondary ice generation by a vertically pointing + X-band Doppler radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/S0169-8095(01)00124-7\"},{\"Description\":\"GCPEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/VERTIX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-12-17T14:21:27.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:51:06.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation McGill Vertical Pointing X-Band (VertiX) Radar GCPEx + dataset consists of radar reflectivity and Doppler velocity data collected + by the Vertically Pointing X-band (VertiX) radar during the Global Precipitation + Measurement (GPM) mission Cold-season Precipitation Experiment (GCPEx) field + campaign in Ontario, Canada during the 2011-2012 winter season. VertiX can + detect all precipitation targets and some ice clouds, as well as measure the + Doppler velocity of precipitation targets. These measurements contributed + to the overarching goal of GCPEx to collect various snowfall data for the + improvement of GPM satellite winter precipitation estimates. These data files + are available from January 15 through February 29, 2012 in netCDF-3 format + with browse imagery available in GIF format. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"VERTICAL + POINTING RADAR\",\"LongName\":\"VERTICAL POINTING RADAR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmwbandgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION MCGILL W-BAND RADAR GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979831134-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:57:46.096Z\",\"granule-count\":20,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kollias, + Pavlos .2014. GPM GROUND VALIDATION MCGILL W-BAND RADAR GCPEX [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/WBAND/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.781,\"NorthBoundingCoordinate\":44.2336,\"EastBoundingCoordinate\":-79.7802,\"SouthBoundingCoordinate\":44.2328}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Wind + Dynamics\",\"VariableLevel2\":\"Vertical Wind Velocity/Speed\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-02-01T22:26:47.000Z\",\"EndingDateTime\":\"2012-02-29T20:56:13.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/WBAND/DATA301\"},\"ShortName\":\"gpmwbandgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION MCGILL W-BAND RADAR GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmwbandgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmwbandgcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mcgill/gpmxwbandgcpex_dataset.html\"},{\"Description\":\"netcdf + files created for both radars(WBAND, VERTIX) operated by McGill University\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/VERTIX/doc/McGill_data_documentation_gcpex.txt\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-01-13T12:40:42.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T00:13:22.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation McGill W-Band Radar GCPEx dataset was collected from + February 1, 2012 to February 29, 2012 at the CARE site in Ontario, Canada + as a part of the GPM Cold-season Precipitation Experiment (GCPEx). This datset + was collected to aid in the achievement of the over arching goal of GCPEx + which is to characterize the ability of multi-frequency active and passive + microwave sensors to detect and estimate falling snow. The W-Band radar is + a single antenna, 94-GHz pulsed Doppler, vertical pointing radar system. Data + products from the W-Band radar include radar reflectivity, Doppler moments, + and Doppler spectra of variable lengths. The W-Band radar is primarily used + to research various cloud properties. The GPM Ground Validation McGill W-Band + Radar GCPEx dataset is available in netCDF format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"W-Band + Radar\",\"LongName\":\"W-Band Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmrgnaifld2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION MET ONE RAIN GAUGE PAIRS IFLOODS V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979699547-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:54:17.287Z\",\"granule-count\":116,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, David Wolff, Jianxin Wang and Ali Tokay.2016. GPM GROUND VALIDATION + MET ONE RAIN GAUGE PAIRS IFLOODS V2 [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/GAUGE/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-93.5207,\"NorthBoundingCoordinate\":43.3706,\"EastBoundingCoordinate\":-91.1898,\"SouthBoundingCoordinate\":41.8471}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-06T22:34:00.000Z\",\"EndingDateTime\":\"2013-12-27T20:56:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/GAUGE/DATA202\"},\"ShortName\":\"gpmrgnaifld2\",\"EntryTitle\":\"GPM + GROUND VALIDATION MET ONE RAIN GAUGE PAIRS IFLOODS V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmrgnaifld2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmrgnaifld2\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/disdrometers_and_gauges/rain_gauge_NASA/doc/gpmrgnaifld2_dataset.pdf\"},{\"Description\":\"Quality-controlled + and Cubic Spline interpolated rain rates from IFloodS NASA gauges NASA0008\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/disdrometers_and_gauges/rain_gauge_NASA/doc/README_IFloodS_APU-NASA_GMIN_v2.txt\"},{\"Description\":\"Quality-controlled + and reformatted rainfall data taken from IFloodS NASA gauges NASA00008 \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/disdrometers_and_gauges/rain_gauge_NASA/doc/README_IFloodS_APU-NASA_GAG_v2.txt\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-07-26T16:37:30.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Met One Rain Gauge Pairs IFloodS V2 data measures the + amount of fallen precipitation collected by a Model 380 tipping bucket rain + gauge made by Met One Instruments, Inc. The gauge has a 30.5 cm diameter catchment + funnel. Precipitation is collected to a resolution of 0.254 mm of liquid water + for each bucket tip. These gauges measure rainfall over a 1 second interval. + This data set has two types of files, the 1 second rainfall data and a 1-minute + cubic-spline interpolated rain rate produced using the method described in + Wang, 2008. There are two rain gauges located on each station (A or B), each + with their own set of data files. Data were collected from April 2013 through + December 2013 as part of the GPM Ground Validation Iowa Flood Studies (IFloodS) + Field Experiment. More detailed information about the Met One Model 380 Precipitation + Gauge is available at http://www.metone.com/docs/370_380_precipitation_gauge.pdf\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmrgnaiphx2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION MET ONE RAIN GAUGE PAIRS IPHEX V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979700275-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:54:21.386Z\",\"granule-count\":156,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, David Wolff, Jianxin Wang and Ali Tokay.2016. GPM GROUND VALIDATION + MET ONE RAIN GAUGE PAIRS IPHEX V2 [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/GAUGES/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.5908,\"NorthBoundingCoordinate\":35.8857,\"EastBoundingCoordinate\":-82.5649,\"SouthBoundingCoordinate\":35.083}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-09-11T19:20:59.000Z\",\"EndingDateTime\":\"2014-10-30T15:58:45.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/GAUGES/DATA201\"},\"ShortName\":\"gpmrgnaiphx2\",\"EntryTitle\":\"GPM + GROUND VALIDATION MET ONE RAIN GAUGE PAIRS IPHEX V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmrgnaiphx2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmrgnaiphx2\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/disdrometers_and_gauges/rain_gauge_NASA/doc/gpmrgnaiphx2_dataset.pdf\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Local + Random Errors in Tipping-Bucket Rain Gauge Measurements \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2003)20%3C752:LREITB%3E2.0.CO;2\"},{\"Description\":\"Comparison + of Rain Gauge Measurements in the Mid-Atlantic Region\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JHM1137.1\"},{\"Description\":\"Estimating + Rain Rates from Tipping-Bucket Rain Gauge Measurements \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2007JTECHA895.1\"},{\"Description\":\"Evaluation + of TRMM Rain Estimates Using Ground Measurements over Central Florida \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAMC-D-11-080.1\"},{\"Description\":\"Evaluation + of TRMM Ground-Validation Radar-Rain Errors Using Rain Gauge Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JAMC2264.1\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-07-28T18:15:18.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Met One Rain Gauge IPHEx V2 data were collected during + the Integrated Precipitation and Hydrology Experiment (IPHEx) using Met One + Model 380 tipping bucket precipitation gauges from September 11, 2013 to + October 30, 2014 in the Southern Appalachians, spanning into the Piedmont + and Coastal Plain regions of North Carolina. The goal of IPHEx was to evaluate + the accuracy of satellite precipitation measurements and use the collected + data for hydrology models in the region. The dataset contains two ASCII files + per rain gauge with two rain gauges on a station platform. The gag dataset + is quality-controlled reformatted precipitation recorded in millimeters at + a temporal resolution of 1 minute and the gmin dataset contains cubic spline + interpolated rain rates in millimeters per hour at 1 minute resolution.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmrgnaolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Met One Rain Gauge Pairs OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979701018-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:54:29.578Z\",\"granule-count\":214,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, David Wolff, Jianxin Wang and Ali Tokay.2017. GPM Ground Validation + Met One Rain Gauge Pairs OLYMPEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/GAUGES/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.369,\"NorthBoundingCoordinate\":48.0795,\"EastBoundingCoordinate\":-122.631,\"SouthBoundingCoordinate\":46.4478}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-01-01T17:25:00.000Z\",\"EndingDateTime\":\"2016-06-20T10:26:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/GAUGES/DATA201\"},\"ShortName\":\"gpmrgnaolyx\",\"EntryTitle\":\"GPM + Ground Validation Met One Rain Gauge Pairs OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmrgnaolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmrgnaolyx\"},{\"Description\":\"Met + One Rain Gage Models 380 and 385\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://s.campbellsci.com/documents/us/manuals/met1.pdf\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX Web Site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/disdrometers_and_gauges/rain_gauge_NASA/doc/gpmrgnaolyx_dataset.pdf\"},{\"Description\":\"Local + Random Errors in Tipping-Bucket Rain Gauge Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/1520-0426(2003)20%3C752:LREITB%3E2.0.CO;2\"},{\"Description\":\"Comparison + of Rain Gauge Measurements in the Mid-Atlantic Region\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/2009JHM1137.1\"},{\"Description\":\"Estimating + Rain Rates from Tipping-Bucket Rain Gauge Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/2007JTECHA895.1\"},{\"Description\":\"Evaluation + of TRMM Ground-Validation Radar-Rain Errors Using Rain Gauge Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/2009JAMC2264.1\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"Evaluation + of TRMM rain estimates using ground measurements over central Florida\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAMC-D-11-080.1\"},{\"Description\":\"OLYMPEX + Field Campaign Project Home Page \",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-05-25T09:05:46.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Met One Rain Gauge Pairs OLYMPEX dataset contains precipitation + amount and precipitation rate data collected during the Global Precipitation + Measurement mission (GPM) Ground Validation (GV) Olympic Mountains Experiment + (OLYMPEX). The OLYMPEX field campaign took place between November 2015 and + January 2016, with additional ground sampling continuing through February + 2016, on the Olympic Peninsula in the Pacific Northwest of the United States. + The purpose of the campaign was to provide ground-validation data for the + measurements taken by instrumentation aboard the GPM Core Observatory satellite. + The Met One Rain Gauge Pairs are tipping bucket precipitation gauges which + collect precipitation amounts and calculate precipitation rates. This dataset + contains two ASCII-tsv files per rain gauge and two rain gauges are located + on each station platform. The Met One Rain Gauge Pairs OLYMPEX dataset files + are available from January 1, 2015 through June 20, 2016 in ASCII-tsv format. + \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Annual\"],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmgaugewff__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Met One Rain Gauge Pairs Wallops Flight Facility (WFF) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980463538-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:40:28.379Z\",\"granule-count\":7166,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Wang, + Jianxin .2019. GPM Ground Validation Met One Rain Gauge Pairs Wallops Flight + Facility (WFF) [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/WFF/RAINGAUGE/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-75.879,\"NorthBoundingCoordinate\":38.3699,\"EastBoundingCoordinate\":-75.3188,\"SouthBoundingCoordinate\":37.4531}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-04-10T17:41:00.000Z\",\"EndingDateTime\":\"2018-10-01T13:37:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/WFF/RAINGAUGE/DATA101\"},\"ShortName\":\"gpmgaugewff\",\"EntryTitle\":\"GPM + Ground Validation Met One Rain Gauge Pairs Wallops Flight Facility (WFF) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmgaugewff__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmgaugewff\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/wff/rain_gauge/doc/gpmgaugewff_dataset.pdf\"},{\"Description\":\"Local + random errors in tipping \xADbucket rain gauge measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2003)20%3C752:LREITB%3E2.0.CO;2\"},{\"Description\":\"Comparison + of Rain Gauge Measurements in the Mid-\xADAtlantic Region\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JHM1137.1\"},{\"Description\":\"Estimating + rain rates from tipping\xAD bucket rain gauge measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2007JTECHA895.1\"},{\"Description\":\"Evaluation + of TRMM ground\xAD validation radar \xADrain errors using rain gauge measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JAMC2264.1\"},{\"Description\":\"Evaluation + of TRMM rain estimates using ground measurements over central Florida\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAMC-D-11-080.1\"},{\"Description\":\"GPM + Precipitation Science Research Facility at Wallops Flight Facility\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"http://wallops-prf.gsfc.nasa.gov/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-01-31T09:01:56.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Met One Rain Gauge Pairs Wallops Flight Facility (WFF) + dataset contains rain rate data from 4 rain gauge networks located in Virginia + and Maryland near the Wallops Flight Facility (WFF): Nassawadox, Pocomoke, + HalfDeg and Wallops Flight Facility (WFF) Assorted Gauges. These data were + collected in support of the Global Precipitation Mission (GPM) Ground Validation + (GV) campaign. The Met One Rain Gauge Pairs are tipping bucket precipitation + gauges which collect precipitation amounts and calculate rain rates. The dataset + contains 3 products: formatted gauge tips (GAG), interpolated one-minute rain + rates for a year (GMIN), and interpolated one-minute rain rates for a month + (2A56). Data are available in ASCII format for the period of April 10, 2012 + through October 1, 2018.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"VIRGINIA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GPMGV\",\"LongName\":\"Global + Precipitation Measurement Ground Validation\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmettecgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION METEOROLOGICAL TOWER ENVIRONMENT CANADA GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979620588-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:46:17.796Z\",\"granule-count\":235,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hudak, + David .2013. GPM GROUND VALIDATION METEOROLOGICAL TOWER ENVIRONMENT CANADA + GCPEX [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/METTOWER/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.93,\"NorthBoundingCoordinate\":44.69,\"EastBoundingCoordinate\":-79.64,\"SouthBoundingCoordinate\":44.18}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Radiation\",\"VariableLevel1\":\"Solar Radiation\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Pressure\",\"VariableLevel1\":\"Atmospheric + Pressure Measurements\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Air Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-15T00:00:00.000Z\",\"EndingDateTime\":\"2012-03-01T23:59:58.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/METTOWER/DATA101\"},\"ShortName\":\"gpmmettecgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION METEOROLOGICAL TOWER ENVIRONMENT CANADA GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmettecgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmettecgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/met_tower_EC/browse/STEAMSHOW/gcpex_met_20120124_EC_STEAMSHOW.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmmettecgcpex/gpmmettecgcpex_dataset.html\"},{\"Description\":\"GCPEX + Met Tower Instruments\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/gpmmettecgcpex/GCPEX_Met_Tower_instruments.html\"},{\"Description\":\"Data + Deciphering(format) information\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmmettecgcpex/GCPEX_MET_decipher.txt\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/met_tower_EC/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-04-30T11:15:47.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T00:16:05.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Meteorological Tower Environment Canada GCPEx dataset + provides temperature, relative humidity, 10 m winds, pressure and solar radiation + data collected by a suite of standard meteorological instruments attached + to a 10 m met tower. The GPM Cold-season Precipitation Experiment (GCPEx) + addressed shortcomings in the GPM snowfall retrieval algorithm by collecting + microphysical properties, associated remote sensing observations, and coordinated + model simulations of precipitating snow. Data was gathered over the Ontario + region of Canada in 2012 from January 15th through March 1st. Browse images + are available online. The observation station was assembled by Automated Transportable + Meteorological Observation Station (ATMOS).\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"Meteorological + Stations\",\"LongName\":\"Meteorological Stations\",\"Instruments\":[{\"ShortName\":\"BAROMETERS\",\"LongName\":\"BAROMETERS\"},{\"ShortName\":\"HUMIDITY + SENSORS\",\"LongName\":\"HUMIDITY SENSORS\"},{\"ShortName\":\"PYRANOMETERS\",\"LongName\":\"PYRANOMETERS\"},{\"ShortName\":\"TEMPERATURE + PROBES\",\"LongName\":\"TEMPERATURE PROBES\"},{\"ShortName\":\"WIND MONITOR\",\"LongName\":\"WIND + MONITOR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmrricepop__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Micro Rain Radar (MRR) ICE POP V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979627999-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:47:22.275Z\",\"granule-count\":373,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Gatlin, + Patrick N and Matthew T. Wingo.2019. GPM Ground Validation Micro Rain Radar + (MRR) ICE POP [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/ICEPOP/MRR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":128.717,\"NorthBoundingCoordinate\":37.74,\"EastBoundingCoordinate\":128.808,\"SouthBoundingCoordinate\":37.6754}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-11-01T00:00:02.000Z\",\"EndingDateTime\":\"2018-03-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/ICEPOP/MRR/DATA101\"},\"ShortName\":\"gpmmrricepop\",\"EntryTitle\":\"GPM + Ground Validation Micro Rain Radar (MRR) ICE POP V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmrricepop__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmrricepop\"},{\"Description\":\"ICE + POP Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/ICEPOP/DATA101\"},{\"Description\":\"NASA + Participation in the International Collaborative Experiments for Pyeongchang + 2018 Olympic and Paralympic Winter Games (ICE-POP 2018)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20180003615.pdf\"},{\"Description\":\"ICE-POP + and the NASA Global Precipitation Measurement (GPM) Mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20160013407.pdf\"},{\"Description\":\"Micro + Rain Radar MRR|MRR-2\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://metek.de/product/mrr-2/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/icepop/MRR/doc/gpmmrricepop_dataset.pdf\"},{\"Description\":\"Improved + Micro Rain Radar snow measurements using Doppler spectra post-processing\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.5194/amt-5-2661-2012\"},{\"Description\":\"Profiles + of Raindrop Size Distributions as Retrieved by Microrain Radars\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAM2316.1\"},{\"Description\":\"Aliasing + in Micro Rain Radar data due to strong vertical winds\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2010GL046018\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-08-09T02:08:23.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:11.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Micro Rain Radar (MRR) ICE POP dataset was collected + during the International Collaborative Experiments for Pyeongchang 2018 Olympic + and Paralympic Winter Games (ICE-POP) field campaign in South Korea. The two + major objectives of ICE-POP were to study severe winter weather events in + regions of complex terrain and improve the short-term forecasting of such + events. These data contributed to Global Precipitation Measurement mission + Ground Validation (GPM GV) campaign efforts to improve satellite estimates + of orographic winter precipitation. This dataset consists of precipitation + data collected by two MRR instruments from November 1, 2017 to March 1, 2018. + These data are available in netCDF-3 and ASCII text formats.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ICE + POP\",\"LongName\":\"International Collaborative Experiment for PyeongChang + Olympic and Paralympics\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"MRR\",\"LongName\":\"Micro + Rain Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - netCDF-3\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmrrlpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Micro Rain Radar (MRR) LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979628511-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:47:26.796Z\",\"granule-count\":986,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Gatlin, + Patrick N.2019. GPM Ground Validation Micro Rain Radar (MRR) LPVEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/MRR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":21.3281,\"NorthBoundingCoordinate\":60.4864,\"EastBoundingCoordinate\":25.6294,\"SouthBoundingCoordinate\":59.3778}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-05-19T10:39:03.000Z\",\"EndingDateTime\":\"2011-03-30T23:59:58.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/MRR/DATA101\"},\"ShortName\":\"gpmmrrlpvex\",\"EntryTitle\":\"GPM + Ground Validation Micro Rain Radar (MRR) LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmrrlpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmrrlpvex\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/mrr/doc/gpmmrrlpvex_dataset.pdf\"},{\"Description\":\"Profiles + of Raindrop Size Distributions as Retrieved by Microrain Radars\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAM2316.1\"},{\"Description\":\"Aliasing + in Micro Rain Radar data due to strong vertical winds\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2010GL046018\"},{\"Description\":\"LPVEx + project homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/LPVEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-06-05T10:06:25.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:35:54.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Micro Rain Radar (MRR) LPVEx dataset was collected during + the Global Precipitation Measurement (GPM) mission Ground Validation Light + Precipitation Validation Experiment (LPVEx) field campaign. The LPVEx field + campaign took place around the Gulf of Finland in September and October of + 2010. The goal of the campaign was to provide additional high altitude, light + rainfall measurements for the improvement of GPM satellite precipitation algorithms. + The MRR is a Biral/Metek 24 GHz (K-band) vertically oriented Frequency Modulated + Continuous Wave (FM-CW) radar that measures signal backscatter from which + Doppler spectra, radar reflectivity, Doppler velocity, drop size distribution, + rain rate, liquid water content, and path integrated attenuation are derived. + The dataset contains measured and derived data from MRR instruments placed + at four remote sites (Jarvenpaa, Emasalo, Harmaja, and the research vessel + Aranda). Data files are available in ASCII data format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Vessels\",\"ShortName\":\"R/V ARANDA\",\"Instruments\":[{\"ShortName\":\"MRR\",\"LongName\":\"Micro + Rain Radar\"}]},{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"MRR\",\"LongName\":\"Micro + Rain Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmrrnaachiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION MICRO RAIN RADAR (MRR) NASA ACHIEVE IPHEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979629744-GHRC_DAAC\",\"revision-date\":\"2022-07-05T17:14:15.962Z\",\"granule-count\":40,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Tsay, + Si-Chee , Adrian Loftus and Peter Pantina.2016. GPM GROUND VALIDATION MICRO + RAIN RADAR (MRR) NASA ACHIEVE IPHEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/MRR/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.176,\"NorthBoundingCoordinate\":35.562,\"EastBoundingCoordinate\":-83.044,\"SouthBoundingCoordinate\":35.482}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-06T00:00:00.000Z\",\"EndingDateTime\":\"2014-06-15T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/MRR/DATA201\"},\"ShortName\":\"gpmmrrnaachiphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION MICRO RAIN RADAR (MRR) NASA ACHIEVE IPHEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmrrnaachiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/portal/ghrc/search?q=gpmmrrnaachiphx&ghrccloud/data/\"},{\"Description\":\"MRR + Physical Basics\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://mpimet.mpg.de/fileadmin/atmosphaere/barbados/Instrumentation/MRR-physical-basics_20090707.pdf\"},{\"Description\":\"MRR-2 + Micro Rain RADAR User Manual\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.inscc.utah.edu/~u0546592/CFOG/4DHIRAJ/mrr-manual.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://dx.doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Micro + Rain Radar MRR|MRR-2\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://metek.de/product/mrr-2/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/mrr_NASA_ACHIEVE/doc/gpmmrrnaachiphx_dataset.pdf\"},{\"Description\":\"Integrated + Precipitation and Hydrology Experiment (IPHEx)/Orographic Precipitation Processes + Study Field Campaign Report\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.2172/1248894\"},{\"Description\":\"Profiles + of Raindrop Size Distributions as Retrieved by Microrain Radars\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAM2316.1\"},{\"Description\":\"Aliasing + in Micro Rain Radar data due to strong vertical winds\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1029/2010GL046018\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"IPHEx + Field Campaign Micro Article \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/investigation-microphysics-and-precipitation-atlantic-coast-threatening-snowstorms\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-08-09T14:58:53.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-07-05T08:52:03.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Micro Rain Radar (MRR) NASA ACHIEVE IPHEx dataset was + gathered during the Global Precipitation Measurement (GPM) Ground Validation + Integrated Precipitation and Hydrology Experiment (IPHEx) in North Carolina + from May 1, 2014 through June 15, 2014. The dataset includes data from the + MRR instrument, which is part of the NASA Goddard Space Flight Center (GSFC) + ACHIEVE ground-based mobile laboratory. The MRR is a Biral/Metek 24 GHz (K-band) + vertically oriented Frequency Modulated Continuous Wave (FM\u2013CW) radar + that measures Doppler spectra, radar reflectivity, Doppler velocity, drop + size distribution, rain rate, liquid water content, and path integrated attenuation. + Data files are available in ASCII 'ave' data format. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEX\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"MRR\",\"LongName\":\"Micro + Rain Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmrrhymex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION MICRO RAIN RADAR (MRR) NASA HYMEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979627522-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:47:17.793Z\",\"granule-count\":340,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Patrick N Gatlin and Matthew T. Wingo.2015. GPM GROUND VALIDATION + MICRO RAIN RADAR (MRR) NASA HYMEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/HYMEX/MRR/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":4.06,\"NorthBoundingCoordinate\":44.2,\"EastBoundingCoordinate\":12.5,\"SouthBoundingCoordinate\":41.8}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Wind Dynamics\",\"VariableLevel2\":\"Vertical + Wind Velocity/Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-09-07T00:00:00.000Z\",\"EndingDateTime\":\"2012-11-12T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/HYMEX/MRR/DATA201\"},\"ShortName\":\"gpmmrrhymex\",\"EntryTitle\":\"GPM + GROUND VALIDATION MICRO RAIN RADAR (MRR) NASA HYMEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmrrhymex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmrrhymex\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/hymex/mrr_NASA/doc/gpmmrrhymex_dataset.pdf\"},{\"Description\":\"NASA + MRR Data Format\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/hymex/mrr_NASA/doc/DataFormat_mrr_hymex.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://www.hymex.org\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-09-01T14:23:04.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA Micro Rain Radar (MRR) HyMeX is a vertically pointing + Doppler radar that obtained measurements of vertical velocity, drop size distribution, + rainfall rate, attenuation, liquid water content, and reflectivity factor + during the HYdrological cycle in Mediterranean EXperiment (HyMeX) campaign. + The HYdrological cycle in Mediterranean EXperiment (HyMeX) aimed to improve + the understanding, quantification and modelling of the hydrological cycle + in the Mediterranean, with emphasis on the predictability and evolution of + extreme weather events, inter-annual to decadal variability of the Mediterranean + coupled system, and associated trends in the context of global change. Furthermore, + this campaign aimed to improve observational and modelling systems, better + predict extreme events, simulate the long-term water-cycle, and provide guidelines + for adaptation measures. Special Observation Period 1 (SOP1), which was from + September 5 to November 6, 2012, was dedicated to heavy precipitation and + flash-flooding. More information about HyMeX is available at http://www.hymex.org/.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HyMeX\",\"LongName\":\"HYdrological + cycle in Mediterranean EXperiment (HyMeX)\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"MRR\",\"LongName\":\"Micro + Rain Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmrrnaifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION MICRO RAIN RADAR (MRR) NASA IFLOODS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979630589-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:47:38.786Z\",\"granule-count\":405,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Patrick N Gatlin and Matthew T. Wingo.2015. GPM GROUND VALIDATION + MICRO RAIN RADAR (MRR) NASA IFLOODS [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/MRR/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-92.5,\"NorthBoundingCoordinate\":42.3,\"EastBoundingCoordinate\":-91.8,\"SouthBoundingCoordinate\":41.8}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Wind Dynamics\",\"VariableLevel2\":\"Vertical + Wind Velocity/Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-11T00:00:00.000Z\",\"EndingDateTime\":\"2013-06-16T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/MRR/DATA201\"},\"ShortName\":\"gpmmrrnaifld\",\"EntryTitle\":\"GPM + GROUND VALIDATION MICRO RAIN RADAR (MRR) NASA IFLOODS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmrrnaifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmrrnaifld\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/mrr_NASA/doc/gpmmrrnaifld_dataset.pdf\"},{\"Description\":\"NASA + MRR Data Format\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/mrr_NASA/doc/DataFormat_mrr_ifloods.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-09-01T14:23:40.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Micro Rain Radar (MRR) NASA IFloodS dataset was collected + by a Micro Rain Radar (MRR), which is a vertically pointing Doppler radar + which provided measurements of vertical velocity, drop size distribution, + rainfall rate, attenuation, liquid water content, and reflectivity factor + during the Iowa Flood Study (IFloodS), which took place in eastern Iowa during + the spring of 2013. The goals of the campaign were to collect detailed measurements + of precipitation at the Earth's surface using ground instruments and advanced + weather radars and, simultaneously, collect data from satellites passing overhead. + \ A total of four MRRs were deployed, each adjacent to a two-dimensional video + disdrometer (2DVD). Each MRR-2DVD site had one or more Autonomous Parsivel2 + Unit (APU) with tipping bucket rain gauges either collocated or within 4-8 + km away. The dataset covers the period of April 11, 2013 through June 16, + 2013, but each MRR deployed may not contain data during the entirety of this + period.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"MRR\",\"LongName\":\"Micro + Rain Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmrrnaiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION MICRO RAIN RADAR (MRR) NASA IPHEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979631125-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:47:43.029Z\",\"granule-count\":840,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Patrick N Gatlin and Matthew T. Wingo.2015. GPM GROUND VALIDATION + MICRO RAIN RADAR (MRR) NASA IPHEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/MRR/DATA203\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.1,\"NorthBoundingCoordinate\":35.52,\"EastBoundingCoordinate\":-83.05,\"SouthBoundingCoordinate\":35.22}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Wind + Dynamics\",\"VariableLevel2\":\"Vertical Wind Velocity/Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-04-22T00:00:00.000Z\",\"EndingDateTime\":\"2014-10-17T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/MRR/DATA203\"},\"ShortName\":\"gpmmrrnaiphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION MICRO RAIN RADAR (MRR) NASA IPHEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmrrnaiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmrrnaiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/mrr_NASA/doc/gpmmrrnaiphx_dataset.pdf\"},{\"Description\":\"NASA + MRR Data Format IPHEx\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/mrr_NASA/doc/DataFormat_mrr_iphex.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-08-25T15:14:38.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA Micro Rain Radar (MRR) is a vertically pointing + Doppler radar which provided measurements of vertical velocity, drop size + distribution, rainfall rate, attenuation, liquid water content, and reflectivity + factor obtained during the Integrated Precipitation and Hydrology Experiment + (IPHEx), which took place in western North Carolina during the spring of 2014. + A total of four MRRs were deployed, some co-located with other instruments + and some were moved to different locations during the campaign. The dataset + covers the period of April 22, 2014 through June 16, 2014, but each MRR deployed + may not contain data during the entirety of this period. Two MRRs remained + deployed through October 17, 2014 and data from these are also included in + this dataset.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"MRR\",\"LongName\":\"Micro + Rain Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmrrolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Micro Rain Radar (MRR) OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979632302-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:47:51.104Z\",\"granule-count\":2331,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A and Patrick N Gatlin.2017. GPM Ground Validation Micro Rain Radar + (MRR) OLYMPEX [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/MRR/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-123.993,\"NorthBoundingCoordinate\":47.9704,\"EastBoundingCoordinate\":-123.499,\"SouthBoundingCoordinate\":47.3599}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-10-30T18:14:44.000Z\",\"EndingDateTime\":\"2016-05-22T19:06:48.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/MRR/DATA201\"},\"ShortName\":\"gpmmrrolyx\",\"EntryTitle\":\"GPM + Ground Validation Micro Rain Radar (MRR) OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmrrolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmrrolyx\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/MRR/doc/gpmmrrolyx_dataset.pdf\"},{\"Description\":\"Profiles + of Raindrop Size Distributions as Retrieved by Microrain Radars\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://journals.ametsoc.org/doi/pdf/10.1175/JAM2316.1\"},{\"Description\":\"Aliasing + in Micro Rain Radar data due to strong vertical winds\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1029/2010GL046018\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-06-28T01:06:17.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:15.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Micro Rain Radar (MRR) OLYMPEX dataset was gathered + during the Global Precipitation Measurement (GPM) Ground Validation OLYMPEX + field campaign held at Washington\u2019s Olympic Peninsula from October 31, + 2014 through May 22, 2016. The dataset contains measured and derived data + from MRR instruments placed in four separate locations within the study region. + The MRR is a Biral/Metek 24 GHz (K-band) vertically oriented Frequency Modulated + Continuous Wave (FM-CW) radar that measures signal backscatter from which + Doppler spectra, radar reflectivity, Doppler velocity, drop size distribution, + rain rate, liquid water content, and path integrated attenuation are derived. + Data files are available in ASCII data format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"MRR\",\"LongName\":\"Micro + Rain Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmascolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Microwave Atmospheric Sounder on Cubesat (MASC) OLYMPEX + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979620173-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:46:09.407Z\",\"granule-count\":16,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Padmanabhan, + Sharmila and Robert Stachnik.2018. GPM Ground Validation Microwave Atmospheric + Sounder on Cubesat (MASC) OLYMPEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/MASC/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-129.184,\"NorthBoundingCoordinate\":49.4608,\"EastBoundingCoordinate\":-119.73,\"SouthBoundingCoordinate\":39.1659}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Microwave + Radiance\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-10T18:37:59.000Z\",\"EndingDateTime\":\"2015-12-13T18:23:57.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/MASC/DATA101\"},\"ShortName\":\"gpmmascolyx\",\"EntryTitle\":\"GPM + Ground Validation Microwave Atmospheric Sounder on Cubesat (MASC) OLYMPEX + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmascolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmascolyx\"},{\"Description\":\"Multi-Frequency + Radar/Passive Microwave Observations and Simulations of Cold Season Precipitation + from GPM and OLYMPEX data.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.isac.cnr.it/~ipwg/meetings/bologna-2016/Bologna2016_Orals/4-3_Turk.pdf\"},{\"Description\":\"OLYMPEX + Field Campaign DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/MASC/doc/gpmmascolyx_dataset.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX) \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-06-18T01:06:40.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:33:16.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Microwave Atmospheric Sounder on Cubesat (MASC) OLYMPEX + dataset consists of microwave radiance measurements collected during the GPM + Ground Validation Olympic Mountains Experiment (OLYMPEX) field campaign held + in the Pacific Northwest. These data were collected by the MASC aboard the + NASA DC-8 aircraft, for dates between November 10, 2016 and December 13, 2016. + \ The data are provided in HDF-EOS5 format. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"MASC\",\"LongName\":\"Microwave + Atmospheric Sounder for CubeSat\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF5\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmisrepgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION MISSION REPORTS GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979621014-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:46:21.854Z\",\"granule-count\":1244,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A.2016. GPM GROUND VALIDATION MISSION REPORTS GCPEX [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/REPORTS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-80.7563,\"NorthBoundingCoordinate\":46.9027,\"EastBoundingCoordinate\":-67.7583,\"SouthBoundingCoordinate\":42.7243}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Flight Data Logs\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather Events\",\"VariableLevel1\":\"Weather/Climate + Advisories\",\"VariableLevel2\":\"Weather Forecast\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-09-06T00:00:00.000Z\",\"EndingDateTime\":\"2012-05-11T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/REPORTS/DATA101\"},\"ShortName\":\"gpmmisrepgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION MISSION REPORTS GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmisrepgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmisrepgcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/reports/doc/gpmmisrepgcpex_dataset.pdf\"},{\"Description\":\"GCPEx + Case Summary Table\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/reports/doc/GCPEX_CaseSummaryTable.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/gcpex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-03-23T15:29:22.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T16:33:03.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Mission Reports GCPEx dataset consists of various reports + filed by the scientists during the GPM Cold-season Precipitation Experiment + (GCPEx) campaign which took place from January 15 - February 29, 2012 in Ontario, + Canada; however, this dataset spans from September 4, 2011 to May 11, 2012. + GCPEx addressed shortcomings in GPM snowfall retrieval algorithm by collecting + microphysical properties, associated remote sensing observations, and coordinating + model simulations of precipitating snow. Report categories include the Mission + Scientist, Mission Manager, Instrument Scientists, Weather Forecasts and Plan + of Day. Many reports have additional information attached.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Reports\",\"ShortName\":\"MISSION + REPORTS\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"LongName\":\"Visual + Observations\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Various: + GIF, JPEG, PowerPoint, Word, PDF\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmrms__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Multi-Radar/Multi-Sensor (MRMS) Precipitation Reanalysis + for Satellite Validation Product V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980955793-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:46:41.804Z\",\"granule-count\":608294,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kirstetter, + Pierre , Walter A Petersen and Jonathan J Gourley.2018. GPM Ground Validation + Multi-Radar/Multi-Sensor (MRMS) Precipitation Reanalysis for Satellite Validation + Product [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MRMS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-130.0,\"NorthBoundingCoordinate\":55.0,\"EastBoundingCoordinate\":-60.0,\"SouthBoundingCoordinate\":20.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-02T00:14:00.000Z\",\"EndingDateTime\":\"2018-10-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MRMS/DATA101\"},\"ShortName\":\"gpmmrms\",\"EntryTitle\":\"GPM + Ground Validation Multi-Radar/Multi-Sensor (MRMS) Precipitation Reanalysis + for Satellite Validation Product V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmrms__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmrms\"},{\"Description\":\"MRMS + Fact Sheet\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.nssl.noaa.gov/news/factsheets/MRMS_2015.March.16.pdf\"},{\"Description\":\"MRMS + Product Descriptions\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://wallops-prf.gsfc.nasa.gov/NMQ/Docs/DailyProducts.pdf\"},{\"Description\":\"NSSL + MRMS Webpage\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.nssl.noaa.gov/projects/mrms/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/mrms/doc/gpmmrms_dataset.pdf\"},{\"Description\":\"Toward + a Framework for Systematic Error modeling of Spaceborne Precipitation Radar + with NOAA/NSSL Ground Radar-Based National Mosaic QPE\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-11-0139.1\"},{\"Description\":\"Multi-Radar + Multi-Sensor (MRMS) Quantitative Precipitation Estimation: Initial Operating + Capabilities\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-14-00174.1\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-12-21T02:12:50.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Multi-Radar/Multi-Sensor (MRMS) Precipitation Reanalysis + for Satellite Validation Product dataset contains precipitation rate and type + estimates, quality control products, and precipitation corrective factors + products. These data products were created using the NOAA MRMS System which + ingests Weather Surveillance Radar 88 Doppler (WSR-88D) radar data, Rapid + Update Cycle (RAP) model analysis fields, and gauge data. It should be noted + that these data products are not standard MRMS. Significant post-processing + is applied to MRMS to generate products specifically adapted to satellite + purposes and needs over North America. These data are available from March + 2, 2014 through October 30, 2018 in ASCII format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"},{\"ShortName\":\"RAIN GAUGES\",\"LongName\":\"RAIN + GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmepfl__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NASA EPFL-LTE Parsivel DSD Data Lausanne, Switzerland V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980443814-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:40:09.203Z\",\"granule-count\":19020,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Berne, + Alexis and Joel Jaffrain.2016. GPM Ground Validation NASA EPFL-LTE Parsivel + DSD Data Lausanne, Switzerland [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/EPFL/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":6.56273,\"NorthBoundingCoordinate\":46.5219,\"EastBoundingCoordinate\":6.57258,\"SouthBoundingCoordinate\":46.5176}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-11-26T00:00:00.000Z\",\"EndingDateTime\":\"2010-09-29T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/EPFL/DATA201\"},\"ShortName\":\"gpmepfl\",\"EntryTitle\":\"GPM + Ground Validation NASA EPFL-LTE Parsivel DSD Data Lausanne, Switzerland V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmepfl__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmepfl\"},{\"Description\":\"R-cran + statistical software functions for EPFL data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/epfl/doc/Library_Rcran-Switzerland_EPFL.R\"},{\"Description\":\"EPFL + Precipitation Events Network 2009-2010\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/epfl/doc/EPFL_Precip_Events_Network_2009-2010.xls\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/epfl/doc/EPFL-LTE_Network_disdro-NASA.pdf\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-12-22T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA EPFL-LTE Parsivel DSD Data Lausanne, Switzerland + dataset consists of a network of 16 Parsivel disdrometers deployed on the + Ecole Polytechnique Federale de Lausanne (EPFL) campus in Lausanne, Switzerland + for about 16 months from March 2009 to July 2010. The distribution of the + disdrometers was to cover a typical operational radar pixel (about 1x1 km2). + Since all the stations were not deployed at the same time, additional data + are available from November 2008 to September 2010. The dataset also consists + of a list of precipitation events that occurred throughout the study period. + There are two types of data, raw data and filtered volumic drop size distribution + data. These data are in ASCII (.dat, .txt) format that are compressed into + .gz files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GPMGV\",\"LongName\":\"Global + Precipitation Measurement Ground Validation\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DISDROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnaver2iphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NASA ER-2 Navigation Data IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979637631-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:48:24.920Z\",\"granule-count\":70,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Moes, + Timothy R, Christopher R Miller and Carl Sorenson.2016. GPM Ground Validation + NASA ER-2 Navigation Data IPHEx [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/NAV/DATA002\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-86.562,\"NorthBoundingCoordinate\":36.6427,\"EastBoundingCoordinate\":-71.6108,\"SouthBoundingCoordinate\":30.3944}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Attitude + Characteristics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Flight + Level Winds\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Upper Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Upper + Level Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Direction\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-04T13:43:34.000Z\",\"EndingDateTime\":\"2014-06-13T00:06:18.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/NAV/DATA002\"},\"ShortName\":\"gpmnaver2iphx\",\"EntryTitle\":\"GPM + Ground Validation NASA ER-2 Navigation Data IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnaver2iphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnaver2iphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"IPHEx: + Integrated Precipitation and Hydrology Experiment\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://iphex.pratt.duke.edu/node/64\"},{\"Description\":\"ntegrated + Precipitation and Hydrology Experiment (IPHEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://pmm.nasa.gov/IPHEx\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NAV_ER2/doc/gpmnaver2iphx_dataset.pdf\"},{\"Description\":\"IWG1 + ASCII Packet Definition\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NAV_ER2/doc/IWG1_Packet_Definition.pdf\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-03-25T15:28:19.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA ER-2 Navigation Data IPHEx dataset was gathered + during the GPM Ground Validation Integrated Precipitation and Hydrology Experiment + (IPHEx) in North Carolina. The ER-2 Aircraft flew during the IPHEx field campaign + to aid in GPM validation. The science instruments onboard the aircraft acted + as a proxy for GPM satellite instruments. Twenty-one ER-2 flights occurred + during May 1, 2014 through June 14, 2014. The dataset consists of navigation + data, as well as meteorological parameters collected by an on-board navigation + recorder every second of the flight. The data are available in ASCII and + XML formats.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"INS\",\"LongName\":\"Inertial + Navigation System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - XML\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmer2navmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NASA ER-2 NAVIGATION DATA MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979140850-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:40:13.932Z\",\"granule-count\":26,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Freudinger, + Lawrence.2012. GPM GROUND VALIDATION NASA ER-2 NAVIGATION DATA MC3E [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/NAV/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-121.0,\"NorthBoundingCoordinate\":43.0,\"EastBoundingCoordinate\":-91.0,\"SouthBoundingCoordinate\":28.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Attitude + Characteristics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Flight + Level Winds\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-22T18:16:49.000Z\",\"EndingDateTime\":\"2011-06-03T15:18:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/NAV/DATA101\"},\"ShortName\":\"gpmer2navmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION NASA ER-2 NAVIGATION DATA MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmer2navmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmer2navmc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmer2navmc3e/gpmer2navmc3e_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/flight_tracks_summaries/data/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-04-13T13:52:13.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:27:33.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA ER-2 Navigation Data MC3E dataset contains information + recorded by an on board navigation recorder (NavRec). In addition to typical + navigation data (e.g. date, time, lat/lon and altitude) it contains outside + meteorological parameters such as wind speed, wind direction, and temperature. + These ASCII text files were recorded every second for the length of the flight. + The Flight Summaries and Flight Track Imagery dataset which includes sonde + maps, radar animation, and 5-minute KICT track snapshots is distributed with + this dataset.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"INS\",\"LongName\":\"Inertial + Navigation System\"},{\"ShortName\":\"NAVREC\",\"LongName\":\"ER-2 NAV Recorder\"},{\"ShortName\":\"TEMPERATURE + PROBES\",\"LongName\":\"TEMPERATURE PROBES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnaver2olyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NASA ER-2 Navigation Data OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979637800-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:48:29.502Z\",\"granule-count\":45,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Mace, + Jay .2017. GPM Ground Validation NASA ER-2 Navigation Data OLYMPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/NAV/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-130.045,\"NorthBoundingCoordinate\":49.634,\"EastBoundingCoordinate\":-117.775,\"SouthBoundingCoordinate\":34.1577}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Airspeed/Ground + Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Flight Data Logs\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Data + Synchronization Time\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-09T17:36:25.000Z\",\"EndingDateTime\":\"2015-12-15T20:07:36.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/NAV/DATA201\"},\"ShortName\":\"gpmnaver2olyx\",\"EntryTitle\":\"GPM + Ground Validation NASA ER-2 Navigation Data OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnaver2olyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnaver2olyx\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"NASA + Armstrong Fact Sheet: ER-2 High-Altitude Airborne Science Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.nasa.gov/centers/armstrong/news/FactSheets/FS-046-DFRC.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/NAV_ER2/doc/gpmnaver2olyx_dataset.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-10-30T10:10:24.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA ER-2 Navigation Data OLYMPEX dataset supplies navigation + data collected by the NASA ER-2 aircraft for flights that occurred during + November 9, 2015 through December 15, 2015 for one of the GPM Ground Validation + field campaigns called the Olympic Mountains Experiment (OLYMPEX). This navigation + dataset consists of multiple altitude, pressure, temperature parameters, airspeed, + and ground speed measurements in ASCII, ASCII-IWG1, and XML data file formats.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"INS\",\"LongName\":\"Inertial + Navigation System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - XML\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmrrnagcpex2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NASA MICRO RAIN RADAR (MRR) GCPEX V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979629962-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:47:34.705Z\",\"granule-count\":282,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Claire Pettersen, Mark Kulie, Patrick N Gatlin and Matthew T. Wingo.2015. + GPM GROUND VALIDATION NASA MICRO RAIN RADAR (MRR) GCPEX V2 [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/MRR/DATA204\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.7814,\"NorthBoundingCoordinate\":44.2336,\"EastBoundingCoordinate\":-79.7175,\"SouthBoundingCoordinate\":44.1806}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-10-24T20:59:00.000Z\",\"EndingDateTime\":\"2012-03-13T15:14:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/MRR/DATA204\"},\"ShortName\":\"gpmmrrnagcpex2\",\"EntryTitle\":\"GPM + GROUND VALIDATION NASA MICRO RAIN RADAR (MRR) GCPEX V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmrrnagcpex2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmrrnagcpex2\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/mrr_NASA/browse/STEAMSHOW/MRR_20111130_NASA-STEAMSHOW_Vel_snow.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/mrr_NASA/browse/STEAMSHOW/MRR_20111130_NASA-STEAMSHOW_Ze_snow.png\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmmrrgcpex/gpmmrrgcpex_datasetV2.html\"},{\"Description\":\"Snow + Algorithm\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmmrrgcpex/Improved_Micro_Rain_Radar.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/mrr_NASA/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-05-13T15:24:18.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA Micro Rain Radar (MRR) GCPEx dataset was collected + by a Micro Rain Radar (MRR), which is a vertically pointing Doppler radar + which provides measurements of vertical velocity, drop size distribution, + rainfall rate, attenuation, liquid water content, and reflectivity factor + obtained during the GPM Cold-season Precipitation Experiment (GCPEx), which + took place in Canada during Winter 2011-2012. GCPEx addressed shortcomings + in the GPM snowfall retrieval algorithm by collecting microphysical properties, + associated remote sensing observations, and coordinated model simulations + of precipitating snow. The MRR is a frequency-modulated continuous wave (FMCW) + vertically pointing Doppler radar, which operates at 24.24GHz, and it is the + second generation of the instrument manufactured by METEK (http://metek.de/product/mrr-2/). + NASA MRR data was collected from late October 2011 through March 2013. Version + 2 of the dataset became active on 13-May-2015.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"MRR\",\"LongName\":\"Micro + Rain Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmmrrnamc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NASA MICRO RAIN RADAR (MRR) MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979632108-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:47:47.072Z\",\"granule-count\":46,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Patrick N Gatlin and Matthew T. Wingo.2012. GPM GROUND VALIDATION + NASA MICRO RAIN RADAR (MRR) MC3E [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/MRR/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.4872,\"NorthBoundingCoordinate\":36.6058,\"EastBoundingCoordinate\":-97.4869,\"SouthBoundingCoordinate\":36.605}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-22T00:00:00.000Z\",\"EndingDateTime\":\"2011-06-06T16:44:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/MRR/DATA201\"},\"ShortName\":\"gpmmrrnamc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION NASA MICRO RAIN RADAR (MRR) MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmmrrnamc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmmrrnamc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmmrrnamc3e/gpmmrrnamc3e_dataset.html\"},{\"Description\":\"Micro + rain radar 2nd generation (MRR2), MC3E Field Campaign October 19, 2012\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/mc3e/gpmmrrnamc3e/DataFormat_mrr_NASA__mc3e.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-12-04T12:14:43.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA Micro Rain Radar (MRR) MC3E dataset was collected + by a Micro Rain Radar (MRR), which is a vertically pointing Doppler radar + which provides measurements of vertical velocity, drop size distribution, + rainfall rate, attenuation, liquid water content, and reflectivity factor + obtained during the Midlatitude Continental Convective Clouds Experiment (MC3E), + which took place in Oklahoma during the Spring of 2011. The MRR is a frequency-modulated + continuous wave (FMCW) vertically pointing Doppler radar, which operates at + 24.24GHz, and is the second generation of the instrument manufactured by METEK + (URL: http://metek.de/product/mrr-2/).\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"MRR\",\"LongName\":\"Micro + Rain Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnpolifld2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NASA S-BAND DUAL POLARIMETRIC (NPOL) DOPPLER RADAR IFLOODS + V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979638123-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:48:56.358Z\",\"granule-count\":115,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, David A Marks and David Wolff.2015. GPM GROUND VALIDATION NASA + S-BAND DUAL POLARIMETRIC (NPOL) DOPPLER RADAR IFLOODS V2 [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/NPOL/DATA102\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-92.5128,\"NorthBoundingCoordinate\":42.2708,\"EastBoundingCoordinate\":-92.5056,\"SouthBoundingCoordinate\":42.2656}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-30T15:25:52.000Z\",\"EndingDateTime\":\"2013-06-16T04:39:52.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/NPOL/DATA102\"},\"ShortName\":\"gpmnpolifld2\",\"EntryTitle\":\"GPM + GROUND VALIDATION NASA S-BAND DUAL POLARIMETRIC (NPOL) DOPPLER RADAR IFLOODS + V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnpolifld2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnpolifld2\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/ifloods/gpmnpolifld2/ifloods_npol1_20130613_040255_VR_130.4AZ_RHI.png\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + NASA NPOL Radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/node/340\"},{\"Description\":\"Improving + Flood Forecasting\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://iowafloodcenter.org/nasa-university-of-iowa-ground-measurement-campaign-to-improve-flood-forecasting/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NPOL/doc/gpmnpolifld2_dataset.pdf\"},{\"Description\":\"Potential + Role of Dual-Polarization Radar in the Validation of Satellite Precipitation + Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2008BAMS2177.1\"},{\"Description\":\"Dual + Polarimetric Quality Control for Nasa's Global Precipitation Measurement (GPM) + Mission Ground Validation Program\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://www.researchgate.net/profile/Jason_Pippitt/publication/283302814_DUAL_POLARIMETRIC_QUALITY_CONTROL_FOR_NASA'S_GLOBAL_PRECIPITATION_MEASUREMENT_GPM_MISSION_GROUND_VALIDATION_PROGRAM/links/563211c108ae3de9381e487a.pdf\"},{\"Description\":\"IFloodS + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NPOL/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-06-02T14:09:22.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA S-Band Dual Polarimetric (NPOL) Doppler Radar IFloodS + dataset was collected from April 30 to June 16, 2013 near Traer, Iowa as part + of the Global Precipitation Measurement (GPM) mission Iowa Flood Studies (IFloodS) + campaign. Officially the IFloodS campaign ran from May 1 to June 15 but the + NPOL Doppler radar was installed and calibrated prior to the start, allowing + for the wider period of record. The NPOL radar, developed by a research team + from Wallops Flight Facility, is a fully transportable and self-contained + S-band (10 cm), scanning dual-polarimetric, doppler research radar that collected + and operated nearly continuously during the IFloodS field campaign. It takes + accurate volumetric measurements of precipitation including rainfall rate, + particle size distributions, water content and precipitation type. The NPOL + Doppler Radar IFloodS data is available in Universal Format (UF) with browse + images available in PNG file format. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NPOL\",\"LongName\":\"NASA + Portable S-band Multiparameter Weather Research Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"UF\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnpoliphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NASA S-Band Dual Polarimetric (NPOL) Doppler Radar IPHEx + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979638428-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:49:00.774Z\",\"granule-count\":50,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Wolff, + David and David A Marks.2016. GPM Ground Validation NASA S-Band Dual Polarimetric + (NPOL) Doppler Radar IPHEx [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/NPOL/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-81.9631,\"NorthBoundingCoordinate\":35.1958,\"EastBoundingCoordinate\":-81.9631,\"SouthBoundingCoordinate\":35.1958}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-04-27T18:49:46.000Z\",\"EndingDateTime\":\"2014-06-16T11:29:16.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/NPOL/DATA101\"},\"ShortName\":\"gpmnpoliphx\",\"EntryTitle\":\"GPM + Ground Validation NASA S-Band Dual Polarimetric (NPOL) Doppler Radar IPHEx + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnpoliphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnpoliphx\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/iphex/gpmnpoliphx/iphex_npol1_20140607_000402_CZ_sw01_PPI.png\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"Improving + Flood Forecasting\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://iowafloodcenter.org/nasa-university-of-iowa-ground-measurement-campaign-to-improve-flood-forecasting/\"},{\"Description\":\"Integrated + Precipitation Hydrology Experiment (IPHEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://wallops-prf.gsfc.nasa.gov/Field_Campaigns/IPHEx/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NPOL/doc/gpmnpoliphx_dataset.pdf\"},{\"Description\":\"Potential + Role of Dual-Polarization Radar in the Validation of Satellite Precipitation + Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/2008BAMS2177.1\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NPOL/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-10-18T13:58:32.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA S-Band Dual Polarimetric (NPOL) Doppler Radar IPHEx + dataset was collected during the GPM Ground Validation Integrated Precipitation + and Hydrology Experiment (IPHEx) field campaign conducted in South Carolina + from April 27, 2014 through June 16, 2014. The NPOL Doppler Radar scanned + in high-resolution Plan Position Indicator (PPI), Range-Height Indicator (RHI), + and PPI Sector (PPS) scan modes and provided measurements of precipitation + in liquid, mixed, and ice phases. Data files are available in tarred universal + format (UF) files, and browse images are available in compressed PNG files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NPOL\",\"LongName\":\"NASA + Portable S-band Multiparameter Weather Research Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"UF\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnpolmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NASA S-BAND DUAL POLARIMETRIC (NPOL) DOPPLER RADAR MC3E + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979638913-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:49:05.320Z\",\"granule-count\":51,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Gerlach, + John and Walter A Petersen.2012. GPM GROUND VALIDATION NASA S-BAND DUAL POLARIMETRIC + (NPOL) DOPPLER RADAR MC3E [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/NPOL/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-99.0,\"NorthBoundingCoordinate\":38.0,\"EastBoundingCoordinate\":-95.5,\"SouthBoundingCoordinate\":35.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-11T00:00:00.000Z\",\"EndingDateTime\":\"2011-06-03T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/NPOL/DATA101\"},\"ShortName\":\"gpmnpolmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION NASA S-BAND DUAL POLARIMETRIC (NPOL) DOPPLER RADAR MC3E + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnpolmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnpolmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmnpolmc3e/npol1_2011_0427_120015_VR_sw00_PPI.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmnpolmc3e/npol1_2011_0427_120000_CZ_sw00_RHI.png\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmnpolmc3e/gpmnpolmc3e_dataset.html\"},{\"Description\":\"The + CSU Hydrometeor Identification Algorithm (HID) README\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/NPOL/doc/README_HID_mc3e_npol.txt\"},{\"Description\":\"NPOL + Imagery from MC3E\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/NPOL/doc/NPOL_MC3E_Images.pdf\"},{\"Description\":\"NPOL + MC3E log\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PI + DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/NPOL/doc/NPOL_MC3E_log.doc\"},{\"Description\":\"MC3E + NPOL Scanning\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/NPOL/doc/NPOL_MC3E_scanning_FINAL_0.pdf\"},{\"Description\":\"NASA + Polarimetric Radar (NPOL) Data from MC3E\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/NPOL/doc/MC3E_NPOL_Data_Contents.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/NPOL/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-03-30T14:47:08.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA S-band Dual Polarimetric (NPOL) Doppler Radar MC3E + dataset was collected by the NASA NPOL radar, which was developed by a research + team from Wallops Flight Facility, is a fully transportable and self-contained + S-band (10 cm), scanning dual-polarimetric, doppler research radar that collected + data nearly continuously during the Midlatitude Continental Convective Clouds + Experiment (MC3E) field campaign. The overarching goal was to provide the + most complete characterization of convective cloud systems, precipitation, + and the environment that has ever been obtained, providing constraints for + model cumulus parameterizations and space-based rainfall retrieval algorithms + over land that had never before been available. NPOL scanned in high resolution + Range Height Indicator (RHI) mode (every 40 sec) and provided measurements + of precipitation in liquid, mixed and ice phase. The scanning strategy emphasized + vertical structure sampling via RHI and narrow sector-volume data collections. + Additional files were processed from the UF files using the Colorado State + University (CSU) Hydrometeor Identification Algorithm (HID) providing classification + of hydrometeors (e.g. rain, drizzle, hail, ice crystals, wet or dry snow, + graupel density). Data was collected from April 11, 2011 through June 3, 2011.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NPOL\",\"LongName\":\"NASA + Portable S-band Multiparameter Weather Research Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"UF\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnpololyx2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NASA S-Band Dual Polarimetric (NPOL) Doppler Radar OLYMPEX + V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979639066-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:49:09.511Z\",\"granule-count\":48,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Wolff, + David , David A Marks, Walter A Petersen and Jason Pippit.2017. GPM Ground + Validation NASA S-Band Dual Polarimetric (NPOL) Doppler Radar OLYMPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/NPOL/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-126.275,\"NorthBoundingCoordinate\":48.6684,\"EastBoundingCoordinate\":-122.256,\"SouthBoundingCoordinate\":45.9605}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Total + Precipitable Water\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-05T16:12:56.000Z\",\"EndingDateTime\":\"2016-01-15T00:17:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/NPOL/DATA301\"},\"ShortName\":\"gpmnpololyx2\",\"EntryTitle\":\"GPM + Ground Validation NASA S-Band Dual Polarimetric (NPOL) Doppler Radar OLYMPEX + V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnpololyx2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnpololyx2\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/NPOL/browse/olympex_npol1_20160106_003728_CZ_sw00_PPI.png\"},{\"Description\":\"Olympic + Mountain Experiment (Olympex)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://wallops-prf.gsfc.nasa.gov/Field_Campaigns/Olympex/\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/NPOL/doc/gpmnpololyx2_dataset.pdf\"},{\"Description\":\"GPM-GV + DSD Retrievals Flowchart\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/NPOL/doc/DSDflowchart.png\"},{\"Description\":\"NPOL + OLYMPEX Data Processing V2.0 Read Me File\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/NPOL/doc/NPOL_OLYMPEXv2_README.txt\"},{\"Description\":\"Potential + Role of Dual-Polarization Radar in the Validation of Satellite Precipitation + Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2008BAMS2177.1\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/NPOL/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-10-10T04:10:17.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:39.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA S-Band Dual Polarimetric (NPOL) Doppler Radar OLYMPEX + V2 dataset consists of rain rate, reflectivity, Doppler velocity, and other + radar measurements obtained from the NPOL radar during the Global Precipitation + Mission (GPM) Olympic Mountains Experiment (OLYMPEX) campaign. NPOL,developed + by a research team from Wallops Flight Facility, is a fully transportable + and self-contained S-band (10 cm), scanning dual-polarimetric Doppler research + radar that was placed near the ocean on the Olympic Peninsula. Data files + are available from November 5, 2015 thru January 15, 2016 in Universal Format + (UF), with browse imagery files in PNG format containing corrected radar reflectivity, + differential reflectivity, specific differential phase, differential phase, + co-polar correlation, and Doppler velocity images.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NPOL\",\"LongName\":\"NASA + Portable S-band Multiparameter Weather Research Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"UF\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnpolwff__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NASA S-Band Dual Polarimetric (NPOL) Doppler Radar Wallops + Flight Facility (WFF) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979639203-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:49:13.588Z\",\"granule-count\":171,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Wolff, + David , David A Marks, Walter A Petersen and Jason Pippit.2018. GPM Ground + Validation NASA S-Band Dual Polarimetric (NPOL) Doppler Radar Wallops Flight + Facility (WFF) [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/WFF/NPOL/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-77.1056,\"NorthBoundingCoordinate\":39.6219,\"EastBoundingCoordinate\":-73.6272,\"SouthBoundingCoordinate\":36.8989}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Total + Precipitable Water\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-12-06T19:55:38.000Z\",\"EndingDateTime\":\"2017-04-28T13:55:03.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/WFF/NPOL/DATA101\"},\"ShortName\":\"gpmnpolwff\",\"EntryTitle\":\"GPM + Ground Validation NASA S-Band Dual Polarimetric (NPOL) Doppler Radar Wallops + Flight Facility (WFF) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnpolwff__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnpolwff\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/related_projects/gpmnpolwff/wallops_npol1_20131209_000153_KD_sw01_PPI.png\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/wff/NPOL/doc/gpmnpolwff_dataset.pdf\"},{\"Description\":\"Report + on a Meeting to Establish a Common Doppler Radar Data Exchange Format\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://journals.ametsoc.org/doi/pdf/10.1175/1520-0477-61.11.1401\"},{\"Description\":\"Potential + Role of Dual-Polarization Radar in the Validation of Satellite Precipitation + Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2008BAMS2177.1\"},{\"Description\":\"GPM + Precipitation Science Research Facility at Wallops Flight Facility\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"http://wallops-prf.gsfc.nasa.gov/\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/wff/NPOL/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-04-26T01:04:36.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:39.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA S-Band Dual-Polarimetric (NPOL) Doppler Radar Wallops + Flight Facility (WFF) dataset consists of rain rate, reflectivity, Doppler + velocity, and other radar measurements obtained from the NPOL doppler radar + positioned at the Wallops Flight Facility (WFF) in support of the Global Precipitation + Mission (GPM). NPOL was developed by scientists at WFF and is a fully transportable + and self-contained S-band (10 cm), scanning dual-polarimetric Doppler research + radar that was placed near Newark, Maryland between GPM GV missions. Data + files are available from December 6, 2013 thru April 28, 2017 in Universal + Format (UF), with browse files in PNG format containing images of corrected + radar reflectivity, differential reflectivity, specific differential phase, + co-polar correlation, and Doppler velocity images. Data are tarred into daily + collections of files and zipped for storage and quick download.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"MARYLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GPMGV\",\"LongName\":\"Global + Precipitation Measurement Ground Validation\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NPOL\",\"LongName\":\"NASA + Portable S-band Multiparameter Weather Research Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"UF\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmwacrc3vp__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NASA W-band Aircraft Cloud Radar (WACR) C3VP V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995871494-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:57:41.786Z\",\"granule-count\":51,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Austin, + Richard .2020. GPM Ground Validation NASA W-band Aircraft Cloud Radar (WACR) + C3VP [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/C3VP/WACR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.7829,\"NorthBoundingCoordinate\":44.2308,\"EastBoundingCoordinate\":-79.7828,\"SouthBoundingCoordinate\":44.2306}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-10-30T19:39:02.000Z\",\"EndingDateTime\":\"2007-03-02T04:46:50.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/C3VP/WACR/DATA101\"},\"ShortName\":\"gpmwacrc3vp\",\"EntryTitle\":\"GPM + Ground Validation NASA W-band Aircraft Cloud Radar (WACR) C3VP V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmwacrc3vp__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmwacrc3vp\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/related_projects/gpmwacrc3vp/c3vp_wacr_data_summary_20061031_151642_v1.jpg\"},{\"Description\":\"Airborne + Cloud Radar / CloudSat Validation Radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://airbornescience.jpl.nasa.gov/instruments/acr-cvr\"},{\"Description\":\"Airborne + Cloud Radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://airbornescience.nasa.gov/instrument/Airborne_Cloud_Radar\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/c3vp/wacr/doc/gpmwacrc3vp_dataset.pdf\"},{\"Description\":\"The + NASA DC-8 airborne cloud radar: design and preliminary results\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1109/IGARSS.1997.608896\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/c3vp/wacr/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-12-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:20:09.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA W-band Airborne Cloud Radar (WACR) C3VP dataset + consists of calibrated co- and cross-polarized radar reflectivity at 94 GHz + during the Canadian CloudSat/CALIPSO Validation Project (C3VP) field campaign. + The campaign took place in southern Canada in support of multiple science + missions, including the NASA GPM mission, in order to improve the modeling + and remote sensing of winter precipitation. The WACR is used for cloud sensing + and microphysics. During C3VP, the WACR was deployed as a surface-based, zenith-pointing + instrument in the Cloud Radar Trailer at the Centre for Atmospheric Research + Experiments (CARE) facility in Ontario, Canada. The data include radar reflectivities + in zenith-pointing orientation at the CARE facility. The dataset files are + available in netCDF format from October 30, 2006 through March 2, 2007.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"C3VP\",\"LongName\":\"Canadian + CloudSat/CALIPSO Validation Project\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnmqifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation National Mosaic and Multi-Sensor QPE (NMQ) System IFloodS + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982783702-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:48:38.115Z\",\"granule-count\":24131,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kirstetter, + Pierre , Jonathan J Gourley, Jian Zhang and Walter A Petersen.2018. GPM Ground + Validation National Mosaic and Multi-Sensor QPE (NMQ) System IFloodS [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/NMQ/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-130.0,\"NorthBoundingCoordinate\":55.0,\"EastBoundingCoordinate\":-60.0,\"SouthBoundingCoordinate\":20.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\",\"VariableLevel2\":\"Hourly Precipitation Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-01T00:20:00.000Z\",\"EndingDateTime\":\"2013-06-30T23:55:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/NMQ/DATA101\"},\"ShortName\":\"gpmnmqifld\",\"EntryTitle\":\"GPM + Ground Validation National Mosaic and Multi-Sensor QPE (NMQ) System IFloodS + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnmqifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnmqifld\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NMQ/doc/gpmnmqifld_dataset.pdf\"},{\"Description\":\"An + Hourly Assimilation - Forecast Cycle: The RUC\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0493(2004)132%3C0495:AHACTR%3E2.0.CO;2\"},{\"Description\":\"National + Mosaic and Multi-Sensor QPE (NMQ) System: Description, Results, and Future + Plans\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2011BAMS-D-11-00047.1\"},{\"Description\":\"GHRC + IFloodS project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/content/gpm-ground-validation-iowa-flood-studies-ifloods-field-experiment\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-05-11T03:05:56.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation National Mosaic and Multi-Sensor QPE (NMQ) System IFloodS + dataset contains quality control products, real time rain rate estimates, + hourly precipitation rate estimates, and three-dimensional reflectivity products. + These data products are also referred to as Multi-Radar Multi-Sensor Precipitation + Reanalysis for Satellite Validation (MRMS) product and were created using + the NOAA NMQ System which ingests Weather Surveillance Radar 88 Doppler (WSR-88D) + radar data, Rapid Update Cycle (RUC) model analysis fields, and Hydrometeorological + Automated Data Systems (HADS) gauge data. The files provided in this dataset + are from the NMQ system output obtained during the GPM Iowa Flood Studies + (IFloodS) field campaign that occurred throughout Iowa. These data are available + in ASCII, netCDF-4, and binary formats for the dates between April 1, 2013 + through June 30, 2013.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"},{\"ShortName\":\"RAIN GAUGES\",\"LongName\":\"RAIN + GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - Binary - netCDF-4\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnmqiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation National Mosaic and Multi-Sensor QPE (NMQ) System IPHEx + V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980963390-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:48:42.080Z\",\"granule-count\":267018,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kirstetter, + Pierre , Jonathan J Gourley, Jian Zhang and Walter A Petersen.2018. GPM Ground + Validation National Mosaic and Multi-Sensor QPE (NMQ) System IPHEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/NMQ/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-87.1,\"NorthBoundingCoordinate\":38.705,\"EastBoundingCoordinate\":-78.695,\"SouthBoundingCoordinate\":32.7}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\",\"VariableLevel2\":\"Hourly Precipitation Amount\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\",\"VariableLevel2\":\"24 Hour Precipitation Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-04-30T00:00:01.000Z\",\"EndingDateTime\":\"2014-06-16T23:58:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/NMQ/DATA101\"},\"ShortName\":\"gpmnmqiphx\",\"EntryTitle\":\"GPM + Ground Validation National Mosaic and Multi-Sensor QPE (NMQ) System IPHEx + V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnmqiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnmqiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NMQ/doc/gpmnmqiphx_dataset.pdf\"},{\"Description\":\"National + Mosaic and Multi-Sensor QPE (NMQ) System: Description, Results, and Future + Plans\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2011BAMS-D-11-00047.1\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-03-12T02:03:40.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation National Mosaic and Multi-Sensor QPE (NMQ) System IPHEx + dataset consists of six different data products: precipitation rate, hourly + rainfall accumulation, daily rainfall accumulation, hybrid scan reflectivity, + three-dimensional reflectivity, and vertically integrated liquid content estimates. + These data products were created using the NOAA NMQ System which ingests Weather + Surveillance Radar 88 Doppler (WSR-88D) radar data, Rapid Update Cycle (RUC) + model analysis fields, and Hydrometeorological Automated Data Systems (HADS) + gauge data. The files provided in this dataset are from system output during + the GPM Integrated Precipitation and Hydrology Experiment (IPHEx) field campaign + that occurred in the Southern Appalachians, spanning into the Piedmont and + Coastal Plain regions of North Carolina. These data are available in ASCII + and netCDF-4 formats for dates between April 30, 2014 through June 16, 2014.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"CBR\",\"LongName\":\"C-BAND + RADAR\"},{\"ShortName\":\"DOPPLER RADAR\",\"LongName\":\"Doppler Radar\"},{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - netCDF-4\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnrlrtifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Naval Research Laboratory (NRL) Near-Real Time Rain Rates + IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979639569-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:49:18.611Z\",\"granule-count\":3090,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Yang, + Song .2018. GPM Ground Validation Naval Research Laboratory (NRL) Near-Real + Time Rain Rates IFloodS [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/INFRARED/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-179.875,\"NorthBoundingCoordinate\":59.875,\"EastBoundingCoordinate\":179.875,\"SouthBoundingCoordinate\":-59.875}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-23T01:00:00.000Z\",\"EndingDateTime\":\"2013-06-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/INFRARED/DATA101\"},\"ShortName\":\"gpmnrlrtifld\",\"EntryTitle\":\"GPM + Ground Validation Naval Research Laboratory (NRL) Near-Real Time Rain Rates + IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnrlrtifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnrlrtifld\"},{\"Description\":\"Browse + Sample\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NRL/browse/2013-04-29/ifloods_nrl_20130429_0100.jpg\"},{\"Description\":\"The + NRL-Blend High Resolution Precipitation Product and its Application to Land + Surface Hydrology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.1007/978-90-481-2915-7_6\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NRL/doc/gpmnrlrtifld_dataset.pdf\"},{\"Description\":\"Climatologically + Tuned Reflectivity-Rain Rate Relations and Links to Area-Time Integrals\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(1990)029%3C1120:CTRRRR%3E2.0.CO;2\"},{\"Description\":\"Intercomparison + of High-Resolution Precipitation Products over Northwest Europe\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-11-042.1\"},{\"Description\":\"The + Window Probability Matching Method for Rainfall Measurements with Radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(1994)033%3C0682:TWPMMF%3E2.0.CO;2\"},{\"Description\":\" + A Combined Satellite Infrared and Passive Microwave Technique for Estimation + of Small-Scale Rainfall\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0469(2001)058%3C0742:ACSIAP%3E2.0.CO;2\"},{\"Description\":\"IFloodS + project home page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/content/gpm-ground-validation-iowa-flood-studies-ifloods-field-experiment\"},{\"Description\":\"NRL-blended + Products Website\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET + LANDING PAGE\",\"URL\":\"https://www.nrlmry.navy.mil/sat-bin/rain.cgi\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NRL/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-08-31T01:08:44.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Naval Research Laboratory (NRL) Near-Real Time Rain + Rates IFloodS data product was created for the GPM Iowa Flood Studies (IFloodS) + field campaign from April 23, 2013 through June 30, 2013. The IFloodS field + campaign was a ground measurement campaign that took place in eastern Iowa. + The goals of the campaign were to collect detailed measurements of precipitation + at the Earth\u2019s surface using ground instruments and advanced weather + radars and to simultaneously collect data from satellites passing overhead. + This NRL real time rain rates data product was produced using the Probability + Matching Method with rain gauge, Defense Meteorological Satellite Program + (DMSP) F15 Special Sensor Microwave - Imager (SSM/I), and DMSP F16 Special + Sensor Microwave - Imager/Sounder (SSMIS) data. This data product includes + rain rate estimates and files are available in netCDF-4 and binary formats, + as well as corresponding browse imagery in JPG format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-15\",\"LongName\":\"Geostationary + Operational Environmental Satellite 15\",\"Instruments\":[{\"ShortName\":\"GOES-15 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 15-Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F15\",\"LongName\":\"Defense Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F16\",\"LongName\":\"Defense Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary + - netCDF-4\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnavdc8olyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Navigation Data DC-8 OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979637324-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:48:20.819Z\",\"granule-count\":73,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Yang + Martin, Melissa .2017. GPM Ground Validation Navigation Data DC-8 OLYMPEX + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/NAV/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-129.061,\"NorthBoundingCoordinate\":49.3344,\"EastBoundingCoordinate\":-117.797,\"SouthBoundingCoordinate\":30.3686}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Airspeed/Ground + Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Flight Data Logs\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Attitude + Characteristics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Flight + Level Winds\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-05T17:20:48.000Z\",\"EndingDateTime\":\"2015-12-19T21:53:05.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/NAV/DATA301\"},\"ShortName\":\"gpmnavdc8olyx\",\"EntryTitle\":\"GPM + Ground Validation Navigation Data DC-8 OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnavdc8olyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnavdc8olyx\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"NASA + Armstrong Fact Sheet: DC-8 Airborne Science Laboratory\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.nasa.gov/centers/armstrong/news/FactSheets/FS-050-DFRC.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/NAV_DC8/doc/gpmnavdc8olyx_dataset.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-11-09T06:11:57.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:37:54.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NASA DC-8 Navigation Data OLYMPEX dataset supplies navigation + data collected by the NASA DC-8 aircraft for flights that occurred during + November 5, 2015 through December 19, 2015 for the Olympic Mountains Experiment + (OLYMPEX) GPM Ground Validation field campaign. This navigation dataset consists + of multiple altitude, pressure, temperature, airspeed, and ground speed measurements + in ASCII-IWG1 and XML data formats.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA + DC-8\",\"LongName\":\"NASA Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"INS\",\"LongName\":\"Inertial + Navigation System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - XML\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmparprbgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NCAR CLOUD MICROPHYSICS PARTICLE PROBES GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979667328-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:51:21.809Z\",\"granule-count\":95,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Andrew J, Aaron Bansemer and Michael R Poellot.2014. GPM GROUND VALIDATION + NCAR CLOUD MICROPHYSICS PARTICLE PROBES GCPEX [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/MUTIPLE/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-80.549,\"NorthBoundingCoordinate\":46.3966,\"EastBoundingCoordinate\":-78.7659,\"SouthBoundingCoordinate\":43.4595}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Droplet Distribution\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-19T14:48:05.000Z\",\"EndingDateTime\":\"2012-02-24T20:15:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/MUTIPLE/DATA201\"},\"ShortName\":\"gpmparprbgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION NCAR CLOUD MICROPHYSICS PARTICLE PROBES GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmparprbgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmparprbgcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/cloud_microphysics_Citation/NCAR_particle_probes/browse/20120119/20120119_145900_HVPS3.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/cloud_microphysics_Citation/NCAR_particle_probes/browse/20120119/20120119_151000_CIP.png\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/particle_probe/gpm_ncarparprb_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Snow + Microphysics Event during GCPEx Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/snow-microphysics-event-during-gcpex-field-campaign\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/cloud_microphysics_Citation/NCAR_particle_probes/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-02-25T14:27:20.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:45.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NCAR Cloud Microphysics Particle Probes GCPEx data was + collected during the GPM Cold-season Precipitation Experiment (GCPEx), which + occurred in Ontario, Canada during the winter season of 2011 through 2012. + GCPEx addressed shortcomings in the GPM snowfall retrieval algorithm by collecting + microphysical properties, associated remote sensing observations, and coordinated + model simulations of precipitating snow. The GPM Ground Validation NCAR Cloud + Microphysics Particle Probes GCPEx dataset was obtained from three instruments + carried aboard the University of North Dakota (UND) Cessna Citation aircraft. + These probes, the 2D-C, Cloud Imaging Probe (CIP) and High Volume Precipitation + Spectrometer (HVPS-3), collected particle size distributions and particle + images which were processed by the National Center for Atmospheric Research + (NCAR). Data were collected January 16, 2012 through February 25, 2012. A + related cloud microphysics dataset, GPM Ground Validation UND Citation Cloud + Microphysics GCPEx is also available.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND Citation + II\",\"Instruments\":[{\"ShortName\":\"CIPS\",\"LongName\":\"Cloud Imaging + and Particle Size\"},{\"ShortName\":\"HVPS-3\",\"LongName\":\"High Volume + Precipitation Spectrometer 3\"},{\"ShortName\":\"PMS 2D-C PROBE\",\"LongName\":\"Particle + Measuring Systems 2D-C Probe\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - netCDF-4\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmparprbmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NCAR CLOUD MICROPHYSICS PARTICLE PROBES MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979667818-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:51:31.878Z\",\"granule-count\":60,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Andrew J, Aaron Bansemer and Michael R Poellot.2013. GPM GROUND VALIDATION + NCAR CLOUD MICROPHYSICS PARTICLE PROBES MC3E [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/MULTIPLE/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-98.5,\"NorthBoundingCoordinate\":37.5,\"EastBoundingCoordinate\":-96.5,\"SouthBoundingCoordinate\":35.5}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Droplet Distribution\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-22T21:49:38.000Z\",\"EndingDateTime\":\"2011-06-02T18:19:36.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/MULTIPLE/DATA202\"},\"ShortName\":\"gpmparprbmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION NCAR CLOUD MICROPHYSICS PARTICLE PROBES MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmparprbmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmparprbmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/cloud_microphysics_Citation/NCAR_particle_probes/browse/20110511/20110511_170200_2DC7.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/cloud_microphysics_Citation/NCAR_particle_probes/browse/20110511/20110511_171900_HVPS3.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/cloud_microphysics_Citation/NCAR_particle_probes/browse/20110511/20110511_165500_CIP.png\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/particle_probe/gpm_ncarparprb_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/cloud_microphysics_Citation/NCAR_particle_probes/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-02-12T14:05:30.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:46.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NCAR Cloud Microphysics Particle Probes MC3E dataset + was collected during the Midlatitude Continental Convective Clouds Experiment + (MC3E), which took place in central Oklahoma during the April-June 2011 period. + The overarching goal was to provide the most complete characterization of + convective cloud systems, precipitation, and the environment that has ever + been obtained, providing constraints for model cumulus parameterization and + space-based rainfall retrieval algorithms over land that had never before + been available. The GPM Ground Validation NCAR Cloud Microphysics Particle + Probes MC3E dataset was obtained from three instruments carried aboard the + University of North Dakota (UND) Cessna Citation aircraft. These probes, the + 2D-C, Cloud Imaging Probe (CIP) and High Volume Precipitation Spectrometer + (HVPS-3), collected particle size distributions and particle images which + were processed by the National Center for Atmospheric Research (NCAR). Data + were collected April 22, 2011 through June 2, 2011.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND Citation + II\",\"Instruments\":[{\"ShortName\":\"2DC\",\"LongName\":\"2D Cloud Probe\"},{\"ShortName\":\"CIPS\",\"LongName\":\"Cloud + Imaging and Particle Size\"},{\"ShortName\":\"HVPS-3\",\"LongName\":\"High + Volume Precipitation Spectrometer 3\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmparprbiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NCAR Particle Probes IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979667535-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:51:26.115Z\",\"granule-count\":137,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Andrew J, Aaron Bansemer and Michael R Poellot.2017. GPM Ground Validation + NCAR Particle Probes IPHEx [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://doi.org/10.5067/GPMGV/IPHEX/MUTIPLE/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-84.934,\"NorthBoundingCoordinate\":36.4839,\"EastBoundingCoordinate\":-75.3234,\"SouthBoundingCoordinate\":30.3971}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-09T19:00:10.000Z\",\"EndingDateTime\":\"2014-06-12T19:51:10.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/MUTIPLE/DATA201\"},\"ShortName\":\"gpmparprbiphx\",\"EntryTitle\":\"GPM + Ground Validation NCAR Particle Probes IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmparprbiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmparprbiphx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/cloud_microphysics_Citation/NCAR_particle_probes/browse/20140611/20140611_171000_HVPS3.png\"},{\"Description\":\"Integrated + Precipitation and Hydrology Experiment (IPHEx)/Orographic Precipitation Processes + Study Field Campaign Report\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.2172/1248894\"},{\"Description\":\"NASA + GPM-Ground Validation Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://gpm.nasa.gov/sites/default/files/imce/IPHEX-Field%20Experiment%20Plan_Current.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/cloud_microphysics_Citation/NCAR_particle_probes/doc/gpmparprbiphx_dataset.pdf\"},{\"Description\":\"Shattering + and Particle Interarrival Times Measured by Optical Array Probes in Ice Clouds\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JTECH1922.1\"},{\"Description\":\"Effective + Ice Particle Densities Derived from Aircraft Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/1520-0469(2004)061<0982:EIPDDF>2.0.CO;2\"},{\"Description\":\"The + 2D-S (Stereo) Probe: Design and Preliminary Tests of a New Airborne, High-Speed, + High-Resolution Particle Imaging Probe\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JTECH1927.1\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"IPHEx + Field Campaign Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/integrated-precipitation-and-hydrology-experiment-iphex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/cloud_microphysics_Citation/NCAR_particle_probes/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-06-26T03:06:42.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:32:21.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NCAR Particle Probes IPHEx dataset consists of Ice Water + Content (IWC), particle number concentration normalized by bin width, and + total particle number concentration data that were collected from three particle + probes onboard the University of North Dakota (UND) Citation II aircraft during + the Global Precipitation Mission (GPM) Ground Validation Integrated Precipitation + and Hydrology Experiment (IPHEx). These instruments include the PMS Two-Dimensional + Cloud probe (2D-C), the SPEC Two-Dimensional Stereo probe (2D-S), and the + SPEC High Volume Precipitation Spectrometer version 3 (HVPS-3). The IPHEx + campaign took place in North Carolina with the goal of evaluating the accuracy + of satellite precipitation measurements and using the collected data for hydrology + models in the region. The campaign\u2019s intense study period occurred from + May 1 through June 15, 2014. All instruments are two-dimensional optical array + probes which record images of particles that travel through the sampling area. + The data files are available from May 9 through June 12, 2014 in ASCII format + using the NASA Ames format specification. Browse images of instrument array + 5-sec measurements are available in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEX\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND CITATION + II\",\"Instruments\":[{\"ShortName\":\"2DC\",\"LongName\":\"2D Cloud Probe\"},{\"ShortName\":\"2DS\",\"LongName\":\"2D-STEREO + PARTICLE PROBE (2DS)\"},{\"ShortName\":\"HVPS\",\"LongName\":\"High Volume + Particle Sampler\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmparprbolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NCAR Particle Probes OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979667997-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:51:36.038Z\",\"granule-count\":126,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Andrew J, Aaron Bansemer and Michael R Poellot.2017. GPM Ground Validation + NCAR Particle Probes OLYMPEX [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/PROBES/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-126.129,\"NorthBoundingCoordinate\":48.3535,\"EastBoundingCoordinate\":-97.1811,\"SouthBoundingCoordinate\":46.2209}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-12T19:15:00.000Z\",\"EndingDateTime\":\"2015-12-20T21:01:40.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/PROBES/DATA201\"},\"ShortName\":\"gpmparprbolyx\",\"EntryTitle\":\"GPM + Ground Validation NCAR Particle Probes OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmparprbolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmparprbolyx\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/cloud_microphysics_Citation/NCAR_particle_probes/browse/11122015_193600_2DC7.png\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/cloud_microphysics_Citation/NCAR_particle_probes/doc/gpmparprbolyx_dataset.pdf\"},{\"Description\":\"PI + Read Me File\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/cloud_microphysics_Citation/NCAR_particle_probes/doc/Readme.txt\"},{\"Description\":\"Shattering + and Particle Interarrival Times Measured by Optical Array Probes in Ice Clouds\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH1922.1\"},{\"Description\":\"Effective + Ice Particle Densities Derived from Aircraft Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0469(2004)061%3C0982:EIPDDF%3E2.0.CO;2\"},{\"Description\":\"The + 2D-S (Stereo) Probe: Design and Preliminary Tests of a New Airborne, High-Speed, + High-Resolution Particle Imaging Probe\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH1927.1\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-08-28T09:08:48.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:46.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NCAR Particle Probes OLYMPEX dataset consists of ice + water content, particle concentration normalized by bin width, and total particle + concentration collected from three instruments flown on the University of + North Dakota (UND) Citation aircraft during selected dates in November and + December 2015. The PMS Two-Dimensional Cloud probe (2D-C), the SPEC Two-dimensional + Stereo probe (2D-S), and two SPEC High Volume Precipitation Spectrometer 3 + (HVPS-3) instruments were used in the Global Precipitation Mission (GPM) Olympic + Mountains Experiment (OLYMPEX) campaign. All instruments are two-dimensional + optical array probes which record images of particles that travel through + the sampling area. Data files are available in ASCII format, and browse images + are available in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND CITATION + II\",\"Instruments\":[{\"ShortName\":\"2DC\",\"LongName\":\"2D Cloud Probe\"},{\"ShortName\":\"2DS\",\"LongName\":\"2D-STEREO + PARTICLE PROBE (2DS)\"},{\"ShortName\":\"HVPS\",\"LongName\":\"High Volume + Particle Sampler\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkarx2ifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NEXRAD LEVEL II KARX IFLOODS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980499098-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:43:09.789Z\",\"granule-count\":20904,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2015. GPM GROUND VALIDATION NEXRAD LEVEL II KARX IFLOODS + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/IFLOODS/NEXRAD/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-96.92,\"NorthBoundingCoordinate\":47.96,\"EastBoundingCoordinate\":-85.47,\"SouthBoundingCoordinate\":39.68}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-29T20:54:00.000Z\",\"EndingDateTime\":\"2013-06-18T16:33:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/IFLOODS/NEXRAD/DATA201\"},\"ShortName\":\"gpmkarx2ifld\",\"EntryTitle\":\"GPM + GROUND VALIDATION NEXRAD LEVEL II KARX IFLOODS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkarx2ifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkarx2ifld\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NEXRAD2/KARX/browse/2013-04-17/Level2_KARX_20130417_1316_ELEV_01.png\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"NEXRAD\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.ncdc.noaa.gov/data-access/radar-data/nexrad\"},{\"Description\":\"NOAA + NEXt-Generation RADar (NEXRAD) Products\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://catalog.data.gov/dataset/noaa-next-generation-radar-nexrad-products\"},{\"Description\":\"Federal + Meteorological Handbooks\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.ofcm.gov/publications/fmh/allfmh2.htm\"},{\"Description\":\"Nexrad: + next generation weather radar (WSR-88D)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://link.galegroup.com/apps/doc/A9215749/AONE?u=naal_athens&sid=AONE&xid=c3266bae\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/jto/vol1/iss2/art4\"},{\"Description\":\"IFloodS + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NEXRAD2/KARX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-02-24T15:04:20.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Next Generation Weather Radar (NEXRAD) Level II IFloodS + datasets were collected from four sites (see Table 1) from March 29, 2013 + to June 18, 2013 for the GPM Ground Validation Iowa Flood Studies (IFloodS) + field campaign in central-northeastern Iowa. Officially, the IFloodS campaign + ran from May 1 to June 15, 2013 but the NEXRAD data was collected prior to + the start, allowing for the wider period of record. There are currently 160 + Weather Surveillance Radar-1988 Doppler (WSR-88D) or NEXRAD sites throughout + the United States and select overseas locations. The resulting data includes + the base data (Level-II) and the derived products (Level-III). These Level-II + datasets include three meteorological base data quantities: reflectivity, + mean radial velocity, and spectrum width. The GPM Ground Validation NEXRAD + Level II IFloodS data files are in a custom binary format; the visualization + and decoding of the data requires specialized software. Browse imagery is + available in PNG file format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WISCONSIN\",\"Subregion3\":\"LA + CROSSE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkdmx2ifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NEXRAD LEVEL II KDMX IFLOODS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980823116-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:43:53.161Z\",\"granule-count\":17336,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2015. GPM GROUND VALIDATION NEXRAD LEVEL II KDMX IFLOODS + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/IFLOODS/NEXRAD/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-99.26,\"NorthBoundingCoordinate\":45.87,\"EastBoundingCoordinate\":-88.18,\"SouthBoundingCoordinate\":37.59}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-29T20:51:00.000Z\",\"EndingDateTime\":\"2013-06-18T16:39:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/IFLOODS/NEXRAD/DATA202\"},\"ShortName\":\"gpmkdmx2ifld\",\"EntryTitle\":\"GPM + GROUND VALIDATION NEXRAD LEVEL II KDMX IFLOODS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkdmx2ifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkdmx2ifld\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NEXRAD2/KDMX/browse/2013-04-09/Level2_KDMX_20130409_0822_ELEV_02.png\"},{\"Description\":\" + IFloodS Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"NEXRAD\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.ncdc.noaa.gov/data-access/radar-data/nexrad\"},{\"Description\":\"NOAA + NEXt-Generation RADar (NEXRAD) Products\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://catalog.data.gov/dataset/noaa-next-generation-radar-nexrad-products\"},{\"Description\":\"Federal + Meteorological Handbooks\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.ofcm.gov/publications/fmh/allfmh2.htm\"},{\"Description\":\"Nexrad: + next generation weather radar (WSR-88D)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://link.galegroup.com/apps/doc/A9215749/AONE?u=naal_athens&sid=AONE&xid=c3266bae\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/jto/vol1/iss2/art4\"},{\"Description\":\" + IFloodS Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NEXRAD2/KDMX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-03-03T14:59:22.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Next Generation Weather Radar (NEXRAD) Level II IFloodS + datasets were collected from four sites (see Table 1) from March 29, 2013 + to June 18, 2013 for the GPM Ground Validation Iowa Flood Studies (IFloodS) + field campaign in central-northeastern Iowa. Officially, the IFloodS campaign + ran from May 1 to June 15, 2013 but the NEXRAD data was collected prior to + the start, allowing for the wider period of record. There are currently 160 + Weather Surveillance Radar-1988 Doppler (WSR-88D) or NEXRAD sites throughout + the United States and select overseas locations. The resulting data includes + the base data (Level-II) and the derived products (Level-III). These Level-II + datasets include three meteorological base data quantities: reflectivity, + mean radial velocity, and spectrum width. The GPM Ground Validation NEXRAD + Level II IFloodS data files are in a custom binary format; the visualization + and decoding of the data requires specialized software. Browse imagery is + available in PNG file format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\",\"Subregion3\":\"DES + MOINES\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkdvn2ifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NEXRAD LEVEL II KDVN IFLOODS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980884933-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:44:01.210Z\",\"granule-count\":19716,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2015. GPM GROUND VALIDATION NEXRAD LEVEL II KDVN IFLOODS + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/IFLOODS/NEXRAD/DATA203\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-96.1,\"NorthBoundingCoordinate\":45.75,\"EastBoundingCoordinate\":-85.06,\"SouthBoundingCoordinate\":37.47}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-29T20:52:00.000Z\",\"EndingDateTime\":\"2013-06-18T16:42:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/IFLOODS/NEXRAD/DATA203\"},\"ShortName\":\"gpmkdvn2ifld\",\"EntryTitle\":\"GPM + GROUND VALIDATION NEXRAD LEVEL II KDVN IFLOODS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkdvn2ifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkdvn2ifld\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NEXRAD2/KDVN/browse/2013-05-03/Level2_KDVN_20130503_0124_ELEV_01.png\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"NOAA + National Centers for Environmental Information\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.ncdc.noaa.gov/data-access/radar-data/nexrad\"},{\"Description\":\"Nexrad: + next generation weather radar (WSR-88D)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://link.galegroup.com/apps/doc/A9215749/AONE?u=naal_athens&sid=AONE&xid=c3266bae\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/jto/vol1/iss2/art4\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part B: Doppler Radar Theory and Meteorology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh-11B-2005.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part D: WSR-88D Unit Description and Operational + Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/FMH11D-2006.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part A: System Concepts, Responsibilities, + and Procedures\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/2016FMH11PTA.pdf\"},{\"Description\":\"Federal + Meteorological Handbook No. 11 Part C: WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IFloodS + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NEXRAD2/KDVN/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-03-03T14:59:22.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Next Generation Weather Radar (NEXRAD) Level II IFloodS + datasets were collected from four sites (see Table 1) from March 29, 2013 + to June 18, 2013 for the GPM Ground Validation Iowa Flood Studies (IFloodS) + field campaign in central-northeastern Iowa. Officially, the IFloodS campaign + ran from May 1 to June 15, 2013 but the NEXRAD data was collected prior to + the start, allowing for the wider period of record. There are currently 160 + Weather Surveillance Radar-1988 Doppler (WSR-88D) or NEXRAD sites throughout + the United States and select overseas locations. The resulting data includes + the base data (Level-II) and the derived products (Level-III). These Level-II + datasets include three meteorological base data quantities: reflectivity, + mean radial velocity, and spectrum width. The GPM Ground Validation NEXRAD + Level II IFloodS data files are in a custom binary format; the visualization + and decoding of the data requires specialized software. Browse imagery is + available in PNG file format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\",\"Subregion3\":\"DAVENPORT\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkmpx2ifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NEXRAD LEVEL II KMPX IFLOODS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982568561-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:45:17.341Z\",\"granule-count\":18362,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"National + Weather Service .2015. GPM GROUND VALIDATION NEXRAD LEVEL II KMPX IFLOODS + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/IFLOODS/NEXRAD/DATA204\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-99.4,\"NorthBoundingCoordinate\":48.99,\"EastBoundingCoordinate\":-87.74,\"SouthBoundingCoordinate\":40.71}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-29T20:51:00.000Z\",\"EndingDateTime\":\"2013-06-18T15:15:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/IFLOODS/NEXRAD/DATA204\"},\"ShortName\":\"gpmkmpx2ifld\",\"EntryTitle\":\"GPM + GROUND VALIDATION NEXRAD LEVEL II KMPX IFLOODS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkmpx2ifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkmpx2ifld\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NEXRAD2/KMPX/browse/2013-06-04/Level2_KMPX_20130604_0851_ELEV_01.png\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"NEXRAD\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.ncdc.noaa.gov/data-access/radar-data/nexrad\"},{\"Description\":\"NOAA + NEXt-Generation RADar (NEXRAD) Products\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://catalog.data.gov/dataset/noaa-next-generation-radar-nexrad-products\"},{\"Description\":\"Federal + Meteorological Handbooks\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.ofcm.gov/publications/fmh/allfmh2.htm\"},{\"Description\":\"Nexrad: + next generation weather radar (WSR-88D)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://link.galegroup.com/apps/doc/A9215749/AONE?u=naal_athens&sid=AONE&xid=c3266bae\"},{\"Description\":\"A + Review of NEXRAD Level II: Data, Distribution, and Applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://docs.lib.purdue.edu/jto/vol1/iss2/art4\"},{\"Description\":\"IFloodS + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NEXRAD2/KMPX/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-03-03T14:59:12.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Next Generation Weather Radar (NEXRAD) Level II IFloodS + datasets were collected from four sites (see Table 1) from March 29, 2013 + to June 18, 2013 for the GPM Ground Validation Iowa Flood Studies (IFloodS) + field campaign in central-northeastern Iowa. Officially, the IFloodS campaign + ran from May 1 to June 15, 2013 but the NEXRAD data was collected prior to + the start, allowing for the wider period of record. There are currently 160 + Weather Surveillance Radar-1988 Doppler (WSR-88D) or NEXRAD sites throughout + the United States and select overseas locations. The resulting data includes + the base data (Level-II) and the derived products (Level-III). These Level-II + datasets include three meteorological base data quantities: reflectivity, + mean radial velocity, and spectrum width. The GPM Ground Validation NEXRAD + Level II IFloodS data files are in a custom binary format; the visualization + and decoding of the data requires specialized software. Browse imagery is + available in PNG file format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"MINNESOTA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkarx3ifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NEXRAD Level III KARX IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980520923-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:43:14.843Z\",\"granule-count\":41238,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation NEXRAD Level + III KARX IFloodS [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/NEXRAD/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-91.6401,\"NorthBoundingCoordinate\":44.2721,\"EastBoundingCoordinate\":-90.7419,\"SouthBoundingCoordinate\":43.3739}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-29T21:02:00.000Z\",\"EndingDateTime\":\"2013-06-18T16:40:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/NEXRAD/DATA201\"},\"ShortName\":\"gpmkarx3ifld\",\"EntryTitle\":\"GPM + Ground Validation NEXRAD Level III KARX IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkarx3ifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkarx3ifld\"},{\"Description\":\"WSR-88D + Meteorological Observations: Part C WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"GPM + Ground Validation NEXRAD Level III IFloodS User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NEXRAD3/KARX/doc/gpmnexrad3iflds_dataset.pdf\"},{\"Description\":\"NEXRAD + NWS Polarimetric Precipitation Product Evaluation for IFloodS\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-14-0148.1\"},{\"Description\":\"Estimation + of Rainfall Based on the Results of Polarimetric Echo Classification\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2008JAMC1753.1\"},{\"Description\":\"GHRC + IFloodS project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-03-05T12:03:10.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NEXRAD Level III KARX IFloodS dataset contain precipitation + products derived from selected NEXt Generation Weather RADar system (NEXRAD) + radars in operation during the Iowa Flood Studies (IFloodS) field campaign + to help support the ground validation of the Global Precipitation Measurement + (GPM). NEXRAD is a network of 160 stationary S-Band radars dispersed throughout + the United States and select locations abroad. Data were gathered from four + NEXRAD stations in the vicinity of the IFloodS campaign during March 29, + 2013 through June 18, 2013. This dataset contains data files of digital instantaneous + precipitation rate (DPR) and storm total accumulation estimates (DTA) in NIDS + binary format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WISCONSIN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"NIDS\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkdmx3ifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NEXRAD Level III KDMX IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980844236-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:43:57.194Z\",\"granule-count\":33190,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation NEXRAD Level + III KDMX IFloodS [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/NEXRAD/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-94.1719,\"NorthBoundingCoordinate\":42.1802,\"EastBoundingCoordinate\":-93.2737,\"SouthBoundingCoordinate\":41.282}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-29T21:05:00.000Z\",\"EndingDateTime\":\"2013-06-18T16:32:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/NEXRAD/DATA401\"},\"ShortName\":\"gpmkdmx3ifld\",\"EntryTitle\":\"GPM + Ground Validation NEXRAD Level III KDMX IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkdmx3ifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkdmx3ifld\"},{\"Description\":\"WSR-88D + Meteorological Observations: Part C WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"GPM + Ground Validation NEXRAD Level III IFloodS User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NEXRAD3/KDMX/doc/gpmnexrad3iflds_dataset.pdf\"},{\"Description\":\"NEXRAD + NWS Polarimetric Precipitation Product Evaluation for IFloodS\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-14-0148.1\"},{\"Description\":\"Estimation + of Rainfall Based on the Results of Polarimetric Echo Classification\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2008JAMC1753.1\"},{\"Description\":\"GHRC + IFloodS project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-03-05T12:03:59.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NEXRAD Level III KDMX IFloodS dataset contain precipitation + products derived from selected NEXt Generation Weather RADar system (NEXRAD) + radars in operation during the Iowa Flood Studies (IFloodS) field campaign + to help support the ground validation of the Global Precipitation Measurement + (GPM). NEXRAD is a network of 160 stationary S-Band radars dispersed throughout + the United States and select locations abroad. Data were gathered from four + NEXRAD stations in the vicinity of the IFloodS campaign during March 29, + 2013 through June 18, 2013. This dataset contains data files of digital instantaneous + precipitation rate (DPR) and storm total accumulation estimates (DTA) in NIDS + binary format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"NIDS\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkdvn3ifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NEXRAD Level III KDVN IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980906311-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:44:05.289Z\",\"granule-count\":37868,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation NEXRAD Level + III KDVN IFloodS [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/NEXRAD/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-91.0439,\"NorthBoundingCoordinate\":42.0625,\"EastBoundingCoordinate\":-90.1457,\"SouthBoundingCoordinate\":41.1643}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-29T21:06:00.000Z\",\"EndingDateTime\":\"2013-06-18T16:35:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/NEXRAD/DATA301\"},\"ShortName\":\"gpmkdvn3ifld\",\"EntryTitle\":\"GPM + Ground Validation NEXRAD Level III KDVN IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkdvn3ifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkdvn3ifld\"},{\"Description\":\"WSR-88D + Meteorological Observations: Part C WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"GPM + Ground Validation NEXRAD Level III IFloodS User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NEXRAD3/KDVN/doc/gpmnexrad3iflds_dataset.pdf\"},{\"Description\":\"NEXRAD + NWS Polarimetric Precipitation Product Evaluation for IFloodS\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-14-0148.1\"},{\"Description\":\"Estimation + of Rainfall Based on the Results of Polarimetric Echo Classification\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2008JAMC1753.1\"},{\"Description\":\"GHRC + IFloodS project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-03-05T12:03:49.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NEXRAD Level III KDVN IFloodS dataset contain precipitation + products derived from selected NEXt Generation Weather RADar system (NEXRAD) + radars in operation during the Iowa Flood Studies (IFloodS) field campaign + to help support the ground validation of the Global Precipitation Measurement + (GPM). NEXRAD is a network of 160 stationary S-Band radars dispersed throughout + the United States and select locations abroad. Data were gathered from four + NEXRAD stations in the vicinity of the IFloodS campaign during March 29, + 2013 through June 18, 2013. This dataset contains data files of digital instantaneous + precipitation rate (DPR) and storm total accumulation estimates (DTA) in NIDS + binary format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"NIDS\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmkmpx3ifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NEXRAD Level III KMPX IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982587652-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:45:21.170Z\",\"granule-count\":35224,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Unidata + \ and NWS Radar Operations Center.2018. GPM Ground Validation NEXRAD Level + III KMPX IFloodS [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/NEXRAD/DATA501\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-94.0144,\"NorthBoundingCoordinate\":45.298,\"EastBoundingCoordinate\":-93.1162,\"SouthBoundingCoordinate\":44.3998}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-29T21:05:00.000Z\",\"EndingDateTime\":\"2013-06-18T15:03:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/NEXRAD/DATA501\"},\"ShortName\":\"gpmkmpx3ifld\",\"EntryTitle\":\"GPM + Ground Validation NEXRAD Level III KMPX IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmkmpx3ifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmkmpx3ifld\"},{\"Description\":\"WSR-88D + Meteorological Observations: Part C WSR-88D Products and Algorithms\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.ofcm.gov/publications/fmh/FMH11/fmh11partC.pdf\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"GPM + Ground Validation NEXRAD Level III IFloodS User Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/NEXRAD3/KMPX/doc/gpmnexrad3iflds_dataset.pdf\"},{\"Description\":\"NEXRAD + NWS Polarimetric Precipitation Product Evaluation for IFloodS\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-14-0148.1\"},{\"Description\":\"Estimation + of Rainfall Based on the Results of Polarimetric Echo Classification\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2008JAMC1753.1\"},{\"Description\":\"GHRC + IFloodS project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-03-05T12:03:57.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NEXRAD Level III KMPX IFloodS dataset contain precipitation + products derived from selected NEXt Generation Weather RADar system (NEXRAD) + radars in operation during the Iowa Flood Studies (IFloodS) field campaign + to help support the ground validation of the Global Precipitation Measurement + (GPM). NEXRAD is a network of 160 stationary S-Band radars dispersed throughout + the United States and select locations abroad. Data were gathered from four + NEXRAD stations in the vicinity of the IFloodS campaign during March 29, + 2013 through June 18, 2013. This dataset contains data files of digital instantaneous + precipitation rate (DPR) and storm total accumulation estimates (DTA) in NIDS + binary format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"MINNESOTA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"NIDS\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcmorphnifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NOAA CPC MORPHING TECHNIQUE (CMORPH) IFLOODS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980101480-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:38:59.958Z\",\"granule-count\":13104,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Joyce, + Robert .2016. GPM GROUND VALIDATION NOAA CPC MORPHING TECHNIQUE (CMORPH) IFLOODS + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/CMORPH/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":60.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-60.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Anomalies\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-01T00:00:00.000Z\",\"EndingDateTime\":\"2013-06-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/CMORPH/DATA201\"},\"ShortName\":\"gpmcmorphnifld\",\"EntryTitle\":\"GPM + GROUND VALIDATION NOAA CPC MORPHING TECHNIQUE (CMORPH) IFLOODS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcmorphnifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcmorphnifld\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/doc_aggregate_gpm/cmorph/gpmcmorphifld_gpmcmorphiphx_datasets.pdf\"},{\"Description\":\"CMORPH: + A Method that Produces Global Precipitation Estimates from Passive Microwave + and Infrared Data at High Spatial and Temporal Resolution\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://journals.ametsoc.org/doi/pdf/10.1175/1525-7541%282004%29005%3C0487%3ACAMTPG%3E2.0.CO%3B2\"},{\"Description\":\"NOAA + CPC Morphing Technique (CMORPH)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://www.cpc.ncep.noaa.gov/products/janowiak/cmorph_description.html\"},{\"Description\":\"CMORPH + \ Raw Data Description and code for data approx. 8km, 1/2 hourly\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"ftp://ftp.cpc.ncep.noaa.gov/precip/global_CMORPH/README.cmorph.8km_30minute\"},{\"Description\":\"Algorithm + Inventory - CMORPH\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"http://www.isac.cnr.it/~ipwg/algorithms/inventory/CMORPH.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/IFloodS\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-04-19T16:32:49.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:25.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NOAA CPC Morphing Technique (CMORPH) IFloodS dataset + consists of global precipitation analyses data produced by the NOAA Climate + Prediction Center (CPC). The Iowa Flood Studies (IFloodS) campaign was a ground + measurement campaign that took place in eastern Iowa from May 1 to June 15, + 2013. The goals of the campaign were to collect detailed measurements of precipitation + at the Earth's\\nsurface using ground instruments and advanced weather radars + and, simultaneously, collect data from satellites passing overhead. The CPC + morphing technique uses precipitation estimates from low orbiter satellite + microwave observations to produce global precipitation analyses at a high + temporal and spatial resolution. Data has been selected for the Iowa Flood + Studies (IFloodS) field campaign which took place from April 1, 2013 to June + 30, 2013. The dataset includes both the near real-time raw data and bias corrected + data from NOAA in binary and netCDF format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"CMORPH\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary + - netCDF-4\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcmorphniphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NOAA CPC MORPHING TECHNIQUE (CMORPH) IPHEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979134074-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:39:04.284Z\",\"granule-count\":3240,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Joyce, + Robert .2016. GPM GROUND VALIDATION NOAA CPC MORPHING TECHNIQUE (CMORPH) IPHEX + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/CMORPH/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-179.964,\"NorthBoundingCoordinate\":59.9636,\"EastBoundingCoordinate\":179.964,\"SouthBoundingCoordinate\":-59.9636}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Anomalies\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-06-14T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/CMORPH/DATA201\"},\"ShortName\":\"gpmcmorphniphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION NOAA CPC MORPHING TECHNIQUE (CMORPH) IPHEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcmorphniphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcmorphniphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NOAA + CPC Morphing Technique (CMORPH)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://www.cpc.ncep.noaa.gov/products/janowiak/cmorph_description.html\"},{\"Description\":\"Improved + United States Precipitation Quality Control System and Analysis\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://www.cpc.ncep.noaa.gov/research_papers/ncep_cpc_atlas/7/index.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/CMORPH/doc/gpmcmorphniphx_dataset.pdf\"},{\"Description\":\"CMORPH + Raw Data Description and code for data approx. 8km, 1/2 hourly\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"ftp://ftp.cpc.ncep.noaa.gov/precip/global_CMORPH/README.cmorph.8km_30minute\"},{\"Description\":\" + NASA GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment + 2014 Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"CMORPH: + A Method that Produces Global Precipitation Estimates from Passive Microwave + and Infrared Data at High Spatial and Temporal Resolution\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1525-7541(2004)005%3C0487:CAMTPG%3E2.0.CO;2\"},{\"Description\":\"Special + sensor microwave imager derived global rainfall estimates for climatological + applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/97JD01210\"},{\"Description\":\"Precipitation + characteristics over land from the NOAA\u201015 AMSU sensor\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2000GL011665\"},{\"Description\":\"The + Evolution of the Goddard Profiling Algorithm (GPROF) for Rainfall Estimation + from Passive Microwave Sensors\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(2001)040%3C1801:TEOTGP%3E2.0.CO;2\"},{\"Description\":\"Algorithm + Inventory - CMORPH\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"http://www.isac.cnr.it/~ipwg/algorithms/inventory/CMORPH.pdf\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-04-19T16:32:37.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:33:04.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NOAA CPC Morphing Technique (CMORPH) IPHEx dataset consists + of global precipitation analyses data produced by the NOAA Climate Prediction + Center (CPC) during the Global Precipitation Mission (GPM) Integrated Precipitation + and Hydrology Experiment (IPHEx) field campaign in North Carolina. The goal + of IPHEx was to evaluate the accuracy of satellite precipitation measurements + and use the collected data for hydrology models in the region. The CPC morphing + technique uses precipitation estimates from low orbiter satellite microwave + observations to produce global precipitation analyses at a high temporal and + spatial resolution. CMORPH data has been selected from May 1, 2014 through + June 14, 2014, during the IPHEx field campaign. These data files are available + in raw binary and netCDF-4 file format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"CMORPH\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary + - netCDF-4\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpanoaamc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NOAA PARSIVEL MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979663392-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:51:09.429Z\",\"granule-count\":378,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Williams, + Christopher.2013. GPM GROUND VALIDATION NOAA PARSIVEL MC3E [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/APU/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-121.0,\"NorthBoundingCoordinate\":43.0,\"EastBoundingCoordinate\":-91.0,\"SouthBoundingCoordinate\":28.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-05T00:00:00.000Z\",\"EndingDateTime\":\"2011-06-06T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/APU/DATA201\"},\"ShortName\":\"gpmpanoaamc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION NOAA PARSIVEL MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpanoaamc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpanoaamc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmpanoaamc3e/sgpparsivelC1.a1.20110415.ZRND.mc3e.jpg\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmpanoaamc3e/gpmpanoaamc3e_dataset.html\"},{\"Description\":\"MC3E + NOAA Parsivel data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/disdrometers_and_gauges/parsivel_NOAA/doc/MC3E_NOAA_Parsivel_data.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/disdrometers_and_gauges/parsivel_NOAA/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-02-13T10:13:45.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NOAA Parsivel MC3E dataset was collected in central + Oklahoma during the Midlatitude Continental Convective Clouds Experiment (MC3E) + from April 5, 2011 through June 6, 2011. The NOAA Parsivel dataset includes + processed data consisting of either moment data (e.g., reflectivity and rain + rate estimates) or raindrop number concentration estimates; the data provided + a reference reflectivity to calibrate the S-band profiler during the experiment. + The moment data includes 1-minute resolution estimates of rain rate, reflectivity, + and other parameters related to the health of the Parsivel instrument. The + raindrop number concentration data are also at 1-minute resolution and are + the result of converting the observed raindrop passing the sensor into the + number of raindrops expected in a unit volume per diameter interval. Both + the moment data and the number concentration data were saved in daily files + in ASCII format. Daily images were also generated from the Parsivel observations + and contain the 1-minute reflectivity, rain rate, and number concentration + N(D); browse images are saved in TIF format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"APU\",\"LongName\":\"Autonomous + Parsivel Unit (APU)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsbdminmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NOAA S-BAND PROFILER MINUTE DATA MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979702104-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:54:48.666Z\",\"granule-count\":1310,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Williams, + Christopher.2013. GPM GROUND VALIDATION NOAA S-BAND PROFILER MINUTE DATA MC3E + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/SBAND/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.49,\"NorthBoundingCoordinate\":36.61,\"EastBoundingCoordinate\":-97.49,\"SouthBoundingCoordinate\":36.61}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Return + Power\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-16T00:00:00.000Z\",\"EndingDateTime\":\"2011-06-07T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/SBAND/DATA201\"},\"ShortName\":\"gpmsbdminmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION NOAA S-BAND PROFILER MINUTE DATA MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsbdminmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsbdminmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmsbdminmc3e/sgp1sbdprecipmomC1.a1.20110603.070000.hourly.mc3e.jpg\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmsbandmc3e/gpm_noaa_sband_mc3e.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/profiler/sband_products/min_dwell/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-01-10T11:55:28.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:51:06.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NOAA S-Band Profiler Minute Data MC3E dataset was gathered + during the Midlatitude Continental Convective Clouds Experiment (MC3E) in + Oklahoma from April-June 2011. The overarching goal was to provide the most + complete characterization of convective cloud systems, precipitation, and + the environment that has ever been obtained, providing constraints for model + cumulus parameterizations and space-based rainfall retrieval algorithms over + land that had never before been available. The S-band 2.8 GHz profiler measured + the backscattered power from raindrops and ice particles as precipitating + cloud systems pass overhead. After calibration, the instrument provided an + unattenuated reflectivity estimate through the precipitation. Spectra and + moment files are included in netCDF format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"VERTICAL + POINTING RADAR\",\"LongName\":\"VERTICAL POINTING RADAR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsbdorgmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NOAA S-BAND PROFILER ORIGINAL DWELL DATA MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979704337-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:54:53.089Z\",\"granule-count\":7550,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Williams, + Christopher.2013. GPM GROUND VALIDATION NOAA S-BAND PROFILER ORIGINAL DWELL + DATA MC3E [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/SBAND/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.49,\"NorthBoundingCoordinate\":36.61,\"EastBoundingCoordinate\":-97.49,\"SouthBoundingCoordinate\":36.61}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Return + Power\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-16T00:00:00.000Z\",\"EndingDateTime\":\"2011-06-07T14:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/SBAND/DATA202\"},\"ShortName\":\"gpmsbdorgmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION NOAA S-BAND PROFILER ORIGINAL DWELL DATA MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsbdorgmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsbdorgmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmsbdorgmc3e/sgpsbdattenmomC1.a1.20110417.000000.daily.mc3e.jpg\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmsbdorgmc3e/sgpsbdprecipmomC1.a1.20110417.070000.hourly.mc3e.jpg\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmsbandmc3e/gpm_noaa_sband_mc3e.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/profiler/sband_products/org_dwell/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-01-29T12:06:15.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:51:06.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NOAA S-Band Profiler Original Dwell Data MC3E dataset + was gathered during the Midlatitude Continental Convective Clouds Experiment + (MC3E) in Oklahoma from April 16, 2011 to June 7, 2011. The overarching goal + was to provide the most complete characterization of convective cloud systems, + precipitation, and the environment that has ever been obtained, providing + constraints for model cumulus parameterizations and space-based rainfall retrieval + algorithms over land that had never before been available. The S-band profiler + operated at 2.8 GHz, pointed vertically, and measured the backscattered power + from raindrops and ice particles as precipitating cloud systems passed overhead. + The S-band operated in two modes: precipitation mode and attenuated mode. + The precipitation mode was the normal or full-power mode, and the attenuated + mode was the low-power mode. The profiler alternated between modes collecting + either 7 or 9 consecutive precipitation mode profiles separated by 1 attenuated + mode profile. Both modes processed radar pulses collected during a 7-second + dwell before calculating the Doppler velocity spectra at each radar range + gate that were separated by 60-meters in the vertical. The attenuated and + precipitation mode data are available in moment, pop spectra (uncalibrated + raw spectra) and calibrated spectra hourly files. The S-band spectra were + calibrated against the surface disdrometer to determine a radar calibration + constant. Calibrated spectra were constructed for each profile and are expressed + as reflectivity spectral density. After calibration, the instrument provides + a reflectivity estimate through the precipitation. Data is in hourly files + in the netCDF format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"VERTICAL + POINTING RADAR\",\"LongName\":\"VERTICAL POINTING RADAR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsbdrwncmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NOAA S-BAND PROFILER RAW DATA NETCDF FORMAT MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979713613-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:54:57.425Z\",\"granule-count\":2928,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Williams, + Christopher.2013. GPM GROUND VALIDATION NOAA S-BAND PROFILER RAW DATA NETCDF + FORMAT MC3E [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/SBAND/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-121.0,\"NorthBoundingCoordinate\":43.0,\"EastBoundingCoordinate\":-91.0,\"SouthBoundingCoordinate\":28.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Return + Power\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-08T16:55:48.000Z\",\"EndingDateTime\":\"2011-06-07T14:00:39.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/SBAND/DATA101\"},\"ShortName\":\"gpmsbdrwncmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION NOAA S-BAND PROFILER RAW DATA NETCDF FORMAT MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsbdrwncmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsbdrwncmc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmsbandmc3e/gpm_noaa_sband_mc3e.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-01-29T12:06:28.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:51:06.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NOAA S-Band Profiler Raw Data NetCDF Format MC3E dataset + was gathered during the Midlatitude Continental Convective Clouds Experiment + (MC3E) in Oklahoma April 8, 2011 to June 7, 2011 and consists of uncalibrated + Doppler velocity spectra data in units of relative power return. The overarching + goal was to provide the most complete characterization of convective cloud + systems, precipitation, and the environment that has ever been obtained, providing + constraints for model cumulus parameterizations and space-based rainfall retrieval + algorithms over land that had never before been available. The S-band 2.8 + GHz profiler points vertically and measures the backscattered power from raindrops + and ice particles as precipitating cloud systems pass overhead. The profiler + processes radar pulses during a 7-second dwell before calculating and saving + uncalibrated Doppler velocity spectra at each range gate that were separated + by 60-meters vertically. Data collected during each hour are saved in two + files. All precipitation mode profiles are saved in one hourly data file and + all attenuated mode profiles are saved in another hourly data file. Calibrated + data can be obtained from the S-band Original Dwell and Minute datasets.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"VERTICAL + POINTING RADAR\",\"LongName\":\"VERTICAL POINTING RADAR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsbdrwspcmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NOAA S-BAND PROFILER RAW DATA SPC FORMAT MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979716838-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:55:01.600Z\",\"granule-count\":244,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Williams, + Christopher.2013. GPM GROUND VALIDATION NOAA S-BAND PROFILER RAW DATA SPC + FORMAT MC3E [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/SBAND/DATA102\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-121.0,\"NorthBoundingCoordinate\":43.0,\"EastBoundingCoordinate\":-91.0,\"SouthBoundingCoordinate\":28.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Return + Power\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-08T00:00:00.000Z\",\"EndingDateTime\":\"2011-06-07T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/SBAND/DATA102\"},\"ShortName\":\"gpmsbdrwspcmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION NOAA S-BAND PROFILER RAW DATA SPC FORMAT MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsbdrwspcmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsbdrwspcmc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmsbandmc3e/gpm_noaa_sband_mc3e.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-01-29T12:06:39.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:51:06.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NOAA S-Band Profiler Raw Data SPC Format MC3E dataset + is the S-band Profiler Raw dataset was saved in Vaisala SPC format. The numeric + values in both formats are exactly the same. The overarching goal was to provide + the most complete characterization of convective cloud systems, precipitation, + and the environment that has ever been obtained, providing constraints for + model cumulus parameterizations and space-based rainfall retrieval algorithms + over land that had never before been available. The S-band Profiler Raw dataset + in the proprietary Vaisala SPC format was gathered during the Midlatitude + Continental Convective Clouds Experiment (MC3E) in Oklahoma April 8, 2011 + to June 7, 2011 and consists of uncalibrated Doppler velocity spectra data + in units of relative power return. The S-band 2.8 GHz profiler points vertically + and measures the backscattered power from raindrops and ice particles as precipitating + cloud systems pass overhead. The profiler processes radar pulses during a + 7-second dwell before calculating and saving uncalibrated Doppler velocity + spectra at each range gate that were separated by 60-meters vertically. Data + collected during each hour are saved in two files. All precipitation mode + profiles are saved in one hourly data file and all attenuated mode profiles + are saved in another hourly data file. Calibrated data can be obtained from + the S-band Original Dwell and Minute datasets. Specialized read software may + be purchased from Vaisala.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"VERTICAL + POINTING RADAR\",\"LongName\":\"VERTICAL POINTING RADAR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"SPC\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsurmetmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NOAA SURFACE METEOROLOGICAL STATION MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979815678-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:56:42.696Z\",\"granule-count\":64,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Williams, + Christopher.2012. GPM GROUND VALIDATION NOAA SURFACE METEOROLOGICAL STATION + MC3E [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/METSTATION/DATA001\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.49,\"NorthBoundingCoordinate\":36.61,\"EastBoundingCoordinate\":-97.49,\"SouthBoundingCoordinate\":36.61}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-05T00:00:00.000Z\",\"EndingDateTime\":\"2011-06-07T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"0\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/METSTATION/DATA001\"},\"ShortName\":\"gpmsurmetmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION NOAA SURFACE METEOROLOGICAL STATION MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsurmetmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsurmetmc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmsurmetmc3e/gpmsurmetmc3e_dataset.html\"},{\"Description\":\"PI + Readme\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PI + DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/mc3e/gpmsurmetmc3e/MC3E_NOAA_Surface_Met_Description_2012_08_23v1.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-08-28T08:19:59.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T00:16:05.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NOAA Surface Meteorological Station MC3E dataset was + collected at the NOAA Southern Great Plains Facility for the Midlatitude Continental + Convective Clouds Experiment (MC3E) and includes measurements of wind speed, + wind direction, temperature, humidity and precipitation. The overarching goal + was to provide the most complete characterization of convective cloud systems, + precipitation, and the environment that has ever been obtained, providing + constraints for model cumulus parameterizations and space-based rainfall retrieval + algorithms over land that had never before been available. The instruments + gathering this data were respectively a propeller wind monitor located 10 + meters above the ground, a temperature and humidity sensor at the ground, + and a tipping rain gauge at the ground. These data were collected from April + 5, 2011 to June 7, 2011.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"Meteorological + Stations\",\"LongName\":\"Meteorological Stations\",\"Instruments\":[{\"ShortName\":\"HUMIDITY + SENSORS\",\"LongName\":\"HUMIDITY SENSORS\"},{\"ShortName\":\"RAIN GAUGES\",\"LongName\":\"RAIN + GAUGES\"},{\"ShortName\":\"TEMPERATURE SENSORS\",\"LongName\":\"TEMPERATURE + SENSORS\"},{\"ShortName\":\"WIND MONITOR\",\"LongName\":\"WIND MONITOR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmuhfnoaamc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION NOAA UHF 449 PROFILER MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979827921-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:57:16.047Z\",\"granule-count\":1494,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Williams, + Christopher.2012. GPM GROUND VALIDATION NOAA UHF 449 PROFILER MC3E [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/PROFILER/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.491,\"NorthBoundingCoordinate\":36.601,\"EastBoundingCoordinate\":-97.489,\"SouthBoundingCoordinate\":36.599}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Wind + Profiles\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Wind Dynamics\",\"VariableLevel2\":\"Vertical + Wind Velocity/Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Return + Power\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-08T16:00:11.000Z\",\"EndingDateTime\":\"2011-06-07T13:50:51.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/PROFILER/DATA101\"},\"ShortName\":\"gpmuhfnoaamc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION NOAA UHF 449 PROFILER MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmuhfnoaamc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmuhfnoaamc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/mc3e/gpmuhfnoaamc3e/MC3E_449MHzSpectra_2.8GHzSpectra_20110520_061023.jpg\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmuhf449mc3e/gpm_noaa_uhf449_mc3e.html\"},{\"Description\":\"Description + of Data Collected by the NOAA 449-MHz and 2.8-GHz Profilers during the Mid-latitude + Continental Convective Cloud Experiment (MC3E) 22 April \xBF\xBF\xBF 6 June + 2011 (TEXT)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmuhf449mc3e/Profiler_MC3E_Data_Description_2012_08_29v2.pdf\"},{\"Description\":\"Description + of Data Collected by the NOAA 449-MHz and 2.8-GHz Profilers during the Mid-latitude + Continental Convective Cloud Experiment (MC3E) 22 April-6 June 2011 (DOCUMENT)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmuhf449mc3e/Profiler_MC3E_Data_Description_2012_08_29v2.docx\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/profiler/uhf449/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-09-11T11:36:15.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T00:18:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NOAA UHF 449 Profiler MC3E dataset was collected during + the NASA supported Midlatitude Continental Convective Clouds Experiment (MC3E). + The overarching goal was to provide the most complete characterization of + convective cloud systems, precipitation, and the environment that has ever + been obtained, providing constraints for model cumulus parameterizations and + space-based rainfall retrieval algorithms over land that had never before + been available. The Ultra High Frequency 449 MHz profiler was one of three + NOAA deployed instruments which also included a Parsivel and a 2.8 GHz profiler + (S-Band). The 449 MHz profiler raw data files provide estimates of the vertical + air motion during precipitation from near the surface to just below the freezing + level. Used together with the S-band profiler, vertical profiles of raindrop + size distributions can be retrieved. The raw 449MGx profiler data consists + of uncalibrated Doppler velocity spectra data in units of relative power return.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"WIND + PROFILERS\",\"LongName\":\"WIND PROFILERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnoxpiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation NOAA X-band Polarimetric Radar (NOXP) IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982808837-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:48:46.777Z\",\"granule-count\":37875,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Gourley, + Jonathan J, Pierre Kirstetter, David P Jorgensen and Robert Cifelli.2018. + GPM Ground Validation NOAA X-band Polarimetric Radar (NOXP) IPHEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/NOXP/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.9083,\"NorthBoundingCoordinate\":36.5613,\"EastBoundingCoordinate\":-81.9141,\"SouthBoundingCoordinate\":34.5671}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Cross-Section\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-04-21T17:19:44.000Z\",\"EndingDateTime\":\"2014-06-15T23:58:07.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/NOXP/DATA101\"},\"ShortName\":\"gpmnoxpiphx\",\"EntryTitle\":\"GPM + Ground Validation NOAA X-band Polarimetric Radar (NOXP) IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnoxpiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnoxpiphx\"},{\"Description\":\"Research + Tools: Mobile Radar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.nssl.noaa.gov/tools/radar/mobile/\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NOXP/doc/gpmnoxpiphx_dataset.pdf\"},{\"Description\":\"Evaluation + of Operational and Experimental Precipitation Algorithms and Microphysical + Insights during IPHEx\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-17-0080.1\"},{\"Description\":\"Correction + of Polarimetric Radar Reflectivity Measurements and Rainfall Estimates for + Apparent Vertical Profile in Stratiform Rain\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JAMC-D-12-0140.1\"},{\"Description\":\" + Evaluation of a new Polarimetric Algorithm for Rain-Path Attenuation Correction + of X-Band Radar Observations Against Disdrometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1109/TGRS.2013.2250979\"},{\"Description\":\" + Optimum Estimation of Rain Microphysical Parameters from X-Band Dual-Polarization + Radar Observables\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1109/TGRS.2012.2211606\"},{\"Description\":\"Performance + Evaluation of a New Dual-Polarization Microphysical Algorithm Based on Long-Term + X-Band Radar and Disdrometer Observations\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JHM-D-12-057.1\"},{\"Description\":\"Review + of the Different Sources of Uncertainty in Single Polarization Radar-Based + Estimates of Rainfall\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1007/s10712-009-9079-x\"},{\"Description\":\"Toward + a Polarimetric Radar Classification Scheme for Coalescence-Dominant Precipitation: + Application to Complex Terrain\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-17-0016.1\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"View + Site Photos\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/NOXP/photos/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-02-23T03:02:57.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation NOAA X-band dual-Polarimetric radar (NOXP) IPHEx dataset + consists of differential reflectivity, differential phase shift, co-polar + cross correlation, radial Doppler velocity, spectrum width, signal index, + melting layer index, reflectivity, drop size distribution, and rainfall rate + observations, as well as other radar parameters, collected by NOXP mobile + radar during the GPM Integrated Precipitation and Hydrology Experiment (IPHEx) + field campaign. The IPHEx field campaign occurred in the Southern Appalachians, + spanning into the Piedmont and Coastal Plain regions of North Carolina. The + NOXP radar, operated by the NOAA National Severe Storm Laboratory (NSSL), + was positioned in the Pigeon River basin of the Great Smoky Mountains of North + Carolina. NOXP data are available in netCDF-3 format for dates between April + 21, 2014 through June 15, 2014. The dataset includes weather condition photos + taken at the NOXP radar site in JPG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NOXP\",\"LongName\":\"X-band + Polarimetric Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmoumesmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION OKLAHOMA CLIMATOLOGICAL SURVEY MESONET MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982849730-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:50:35.971Z\",\"granule-count\":11039,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Oklahoma + Climatological Survey.2013. GPM GROUND VALIDATION OKLAHOMA CLIMATOLOGICAL + SURVEY MESONET MC3E [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/MULTIPLE/DATA203\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-103.0,\"NorthBoundingCoordinate\":37.0,\"EastBoundingCoordinate\":-94.0,\"SouthBoundingCoordinate\":33.28}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Agriculture\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil + Moisture/Water Content\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Direction\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Climate Indicators\",\"Term\":\"Land Surface/Agriculture + Indicators\",\"VariableLevel1\":\"Soil Moisture\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Atmospheric Pressure Measurements\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Air Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-22T00:00:00.000Z\",\"EndingDateTime\":\"2011-06-06T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/MULTIPLE/DATA203\"},\"ShortName\":\"gpmoumesmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION OKLAHOMA CLIMATOLOGICAL SURVEY MESONET MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmoumesmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmoumesmc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmoumesmc3e/gpmoumesmc3e_dataset.html\"},{\"Description\":\"About + MDF/MTS Files\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://www.mesonet.org/index.php/site/about/mdf_mts_files\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-03-26T11:29:48.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T00:16:05.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Oklahoma Climatological Survey Mesonet MC3E data were + collected during the Midlatitude Continental Convective Clouds Experiment + (MC3E) in central Oklahoma during the April-June 2011 period. The overarching + goal was to provide the most complete characterization of convective cloud + systems, precipitation, and the environment that has ever been obtained, providing + constraints for model cumulus parameterizations and space-based rainfall retrieval + algorithms over land that had never before been available. Collected by a + network of weather stations, this dataset is composed of 15 minute and 5 minute + files with one file per site per day in mts format. Data can be read as ASCII + text. Multiple parameters found in this dataset include relative humidity, + air temperature, wind speed and direction, precipitation and calibrated soil + moisture. More information on the contents and data format can be found at + http://www.mesonet.org/index.php/site/about/mdf_mts_files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"Mesonet\",\"LongName\":\"Mesoscale + Meteorological Network\",\"Instruments\":[{\"ShortName\":\"APS\",\"LongName\":\"Air + Pressure Sensor\"},{\"ShortName\":\"HUMIDITY SENSORS\",\"LongName\":\"HUMIDITY + SENSORS\"},{\"ShortName\":\"RAIN GAUGES\",\"LongName\":\"RAIN GAUGES\"},{\"ShortName\":\"SOIL + MOISTURE PROBE\",\"LongName\":\"SOIL MOISTURE PROBE\"},{\"ShortName\":\"TEMPERATURE + SENSORS\",\"LongName\":\"TEMPERATURE SENSORS\"},{\"ShortName\":\"WIND MONITOR\",\"LongName\":\"WIND + MONITOR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmodmlpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Optical Disdrometer (ODM) LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995569990-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:49:22.960Z\",\"granule-count\":12,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Klepp, + Christian .2019. GPM Ground Validation Optical Disdrometer (ODM) LPVEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/ODM/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":21.3281,\"NorthBoundingCoordinate\":60.2792,\"EastBoundingCoordinate\":25.5378,\"SouthBoundingCoordinate\":59.3778}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-15T00:01:22.000Z\",\"EndingDateTime\":\"2010-09-26T10:11:20.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/ODM/DATA101\"},\"ShortName\":\"gpmodmlpvex\",\"EntryTitle\":\"GPM + Ground Validation Optical Disdrometer (ODM) LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmodmlpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmodmlpvex\"},{\"Description\":\"Light + Precipitation Evaluation Experiment (LPVEx) Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/lpvex_science_plan_June2010.pdf\"},{\"Description\":\"The + NASA CloudSat/GPM Light Precipitation Validation Experiment (LPVEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/search.jsp?R=20110015768\"},{\"Description\":\"Research + Vessel Aranda and research cruises\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.syke.fi/en-US/Services/Research_Vessel_Aranda\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/odm/doc/gpmodmlpvex_dataset.pdf\"},{\"Description\":\"Ocean + Rainfall And Ice-phase precipitation measurement Network\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://icdc.cen.uni-hamburg.de/fileadmin/user_upload/icdc_Bilder/oceanrain/OceanRAIN1.0_README.pdf\"},{\"Description\":\"On + the distinctiveness of observed oceanic raindrop distributions\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.5194/acp-19-6969-2019\"},{\"Description\":\"An + automatic precipitation phase distinction algorithm for optical disdrometer + data over the global ocean\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.5194/amt-9-1637-2016\"},{\"Description\":\"Characteristics + of raindrop spectra as normalized gamma distribution from a Joss-Waldvogel + disdrometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.atmosres.2012.01.013\"},{\"Description\":\"The + oceanic shipboard precipitation measurement network for surface validation + - OceanRAIN\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.atmosres.2014.12.014\"},{\"Description\":\"LPVEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/lpvex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-11-13T01:11:56.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:40.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Optical Disdrometer (ODM) LPVEx dataset consists of + precipitation particle size distribution data collected by the Eigenbrodt + Optical Disdrometer (ODM) deployed onboard the RV Aranda research vessel. + ODM was specifically designed to measure precipitation on ship-based platforms + that experience high and variable winds. ODM\u2019s ability to maintain the + optimal orientation with respect to the wind allows it to obtain more accurate + precipitation measurements in this type of environment. The ODM data were + collected as part of the Light Precipitation Validation Experiment (LPVEx) + in September and October of 2010 around the Gulf of Finland. The overarching + goals of LPVEx were to detect and understand the process of light rainfall + formation at high latitudes and to conduct a comprehensive evaluation of precipitation + algorithms for current and future satellite platforms. The ODM dataset files + are available in ASCII text format from September 15 through September 26, + 2010.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Vessels\",\"ShortName\":\"R/V ARANDA\",\"Instruments\":[{\"ShortName\":\"ODM\",\"LongName\":\"Optical + Disdrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_31512\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2683417176-GHRC_DAAC\",\"revision-date\":\"2023-06-12T20:49:11.657Z\",\"granule-count\":58,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":53.335,\"WestBoundingCoordinate\":-179.999,\"EastBoundingCoordinate\":179.999,\"SouthBoundingCoordinate\":-18.928}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\",\"VariableLevel2\":\"WIND SPEED\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-10-18T00:00:00.000Z\",\"EndingDateTime\":\"2021-07-28T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/PAL/DATA101\"},\"ShortName\":\"gpmpal\",\"EntryTitle\":\"GPM + Ground Validation Passive Aquatic Listener (PAL)\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"Evaluating + satellite precipitation estimates over oceans using passive aquatic listeners\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2022GL102087\"},{\"Description\":\"OBSERVATIONS + OF LARGE-SCALE RAINFALL, WIND, AND SEA SURFACE SALINITY VARIABILITY IN THE + EASTERN TROPICAL PACIFIC\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.jstor.org/stable/26651179\"},{\"Description\":\"High-resolution + Precipitation and Wind Measurements from Passive Aquatic Listeners (PALs)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/PAL/doc/PAL_precip_wind_dataset_for_NASA_PMM.pdf + \"},{\"Description\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/PAL/doc/PAL_precip_wind_dataset_for_NASA_PMM.pdf + \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\" http://www.jstor.org/stable/24861850\"},{\"Description\":\"GPM + Ground Validation Passive Aquatic Listener (PAL) User's Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/PAL/doc/gpmpal_dataset.pdf\"}],\"Abstract\":\"The + GPM Ground Validation Passive Aquatic Listener (PAL) dataset contains underwater + hydrophone data at a one-minute time step with a typical 5 km diameter footprint + when deployed or drifting at 1 km depth. Areal rain rate and wind speed estimates + are mutually exclusive, meaning that time periods that are unambiguously identified + as rain are used to estimate rain rate, and wind speed is only estimated in + the absence of rain. The data are available in netCDF-4 format and include + time, interpolated geolocation data, the rain rate or wind speed estimates + for each time, and location pair. PALs are deployed irregularly on Argo ocean + profiling floats and moorings, typically as part of field campaigns. As such, + the number of PALs collecting data is inconsistent in time and space. The + entire dataset covers the period from October 18, 2010, through July 28, 2021.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-05-08T14:24:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-06-12T20:49:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GPMGV\",\"LongName\":\"Global + Precipitation Measurement Ground Validation\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"},{\"Type\":\"Telephone\",\"Value\":\"256-961-7932\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"PALS\",\"LongName\":\"Passive + Active L-band System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpawneemc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION PAWNEE RADAR MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979668711-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:51:39.766Z\",\"granule-count\":18,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Rutledge, + Steven A.2013. GPM GROUND VALIDATION PAWNEE RADAR MC3E [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/PAWNEE/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-121.0,\"NorthBoundingCoordinate\":43.0,\"EastBoundingCoordinate\":-91.0,\"SouthBoundingCoordinate\":28.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Mean + Radial Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Return + Power\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-05-24T19:47:26.000Z\",\"EndingDateTime\":\"2011-05-24T21:05:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/PAWNEE/DATA201\"},\"ShortName\":\"gpmpawneemc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION PAWNEE RADAR MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpawneemc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpawneemc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmpawneemc3e/gpm_chill_pawnee_mc3e.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-03-06T15:51:52.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:20:09.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Pawnee Radar MC3E dataset was collected by the Pawnee + radar data for the Midlatitude Continental Convective Clouds Experiment (MC3E) + held in Oklahoma were collected on May 24, 2011 to support the CHILL radar + and the NASA ER-2 instrumentation data. The Pawnee is a single polarization + (V polarization) Doppler radar. During the ER2 flight, the Pawnee conducted + a wide azimuth opening PPI sector volume scan oriented towards the east designed + to provide general 3D coverage of the ER2 flight area. When the ER2 reported + starting a course reversal, the CHILL and Pawnee radars attempted to start + sector scans at the same time to support dual Doppler wind analyses. In an + effort to expand the MC3E sampling to a wider geographical area, the NASA + ER2 aircraft was directed to Northeastern Colorado while widespread rain was + in progress on May 24, 2011. The aircraft flew a series of pre-defined ground + tracks that coincided with radials from the CHILL radar. This aided in keeping + the aircraft in the plane of a series of RHI scans done by CHILL. The single + polarization Pawnee radar maintained volume coverage of the echo system while + the radial flight legs were in progress. During aircraft course reversals + at the ends of the radial legs, the CHILL and Pawnee radars started volume + scans in synchronization to support dual Doppler wind syntheses. CHILL and + Pawnee radar data are available as separate datasets.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"UF\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpmastmetlpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Physicum Building Mast Meteorological Data LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979684512-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:52:11.377Z\",\"granule-count\":23,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Moisseev, + Dmitri N, Matti Leskinen and Sabine Goeke.2019. GPM Ground Validation Physicum + Building Mast Meteorological Data LPVEx [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/MET/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":24.9533,\"NorthBoundingCoordinate\":60.2147,\"EastBoundingCoordinate\":24.9733,\"SouthBoundingCoordinate\":60.1947}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Pressure\",\"VariableLevel1\":\"Surface + Pressure\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Biosphere\",\"Term\":\"Vegetation\",\"VariableLevel1\":\"Photosynthetically + Active Radiation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Relative + Humidity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Radiation\",\"VariableLevel1\":\"Longwave Radiation\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Shortwave + Radiation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Dew + Point Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-16T22:00:00.000Z\",\"EndingDateTime\":\"2010-10-22T21:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/MET/DATA201\"},\"ShortName\":\"gpmpmastmetlpvex\",\"EntryTitle\":\"GPM + Ground Validation Physicum Building Mast Meteorological Data LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpmastmetlpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpmastmetlpvex\"},{\"Description\":\"Light + Precipitation Validation Experiment (LPVEx) Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/lpvex_science_plan_June2010.pdf\"},{\"Description\":\"The + NASA CloudSat/GPM Light Precipitation Validation Experiment (LPVEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/search.jsp?R=20110015768\"},{\"Description\":\"Instruction + Sheet - CNR1 Net Radiometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.kippzonen.com/Download/86/Instruction-Sheet-Net-Radiometers-CNR1?ShowInfo=true\"},{\"Description\":\"PAR + lite Photosynthetic Active Radiometer Instruction Manual\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.kippzonen.com/Download/116/PAR-Lite-Manual?ShowInfo=true\"},{\"Description\":\"Anemometer + WAA151 User\u2019s Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.vaisala.com/sites/default/files/documents/WAA151_User_Guide_in_English.pdf\"},{\"Description\":\"Wind + Vane WAV151 User\u2019s Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.vaisala.com/sites/default/files/documents/WAV151_User_Guide_in_English.pdf\"},{\"Description\":\"Station + for Measuring Earth Surface-Atmosphere Relations - SMEAR Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://www.atm.helsinki.fi/globalsmear/images/Smear-concept-locked-11sept18.pdf\"},{\"Description\":\"SMEAR\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.atm.helsinki.fi/SMEAR/index.php/smear-iii\"},{\"Description\":\"CNR1 + Net Radiometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.campbellsci.com/cnr1\"},{\"Description\":\"OTT + Pluvio2 - Weighing Rain Gauge\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.ott.com/en-us/products/meteorological-sensors-26/ott-pluvio2-weighing-rain-gauge-963/\"},{\"Description\":\"PT100 + platinum resistance thermometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.picotech.com/library/application-note/pt100-platinum-resistance-thermometers\"},{\"Description\":\"Vaisala + HUMICAP Sensor for Measuring Relative Humidity\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.vaisala.com/sites/default/files/documents/HUMICAP-Technology-description-B210781EN-C.pdf\"},{\"Description\":\"Present + Weather Detector PWD12\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.vaisala.com/en/products/instruments-sensors-and-other-measurement-devices/weather-stations-and-sensors/pwd12\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/Meteorological_data/Physicum/doc/gpmpmastmetlpvex_dataset.pdf\"},{\"Description\":\"Physicum + Dataset ReadMe File\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/Meteorological_data/Physicum/doc/README.txt\"},{\"Description\":\"The + urban measurement station SMEAR III: Continuous monitoring of air pollution + and surface-atmosphere interactions in Helsinki, Finland\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://helda.helsinki.fi/bitstream/handle/10138/233627/ber14A-086.pdf?sequence=1\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-09-21T10:09:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:29:29.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Physicum Building Mast Meteorological Data LPVEx dataset + consists of meteorological data (temperature, pressure, wind, precipitation, + and radiation) collected from the Station for Measuring Ecosystem-Atmosphere + Relations III (SMEAR III) at the University of Helsinki\u2019s Physicum building + rooftop weather station in Helsinki, Finland. These data were collected during + the Global Precipitation Measurement (GPM) mission Light Precipitation Validation + Experiment (LPVEx) field campaign that took place around the Gulf of Finland, + aiming to provide additional high-latitude, light rainfall measurements for + the improvement of GPM satellite precipitation algorithms. These meteorological + data files are available from September 16 through October 22, 2010 in ASCII-CSV + and ASCII text formats.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"ANEMOMETERS\",\"LongName\":\"ANEMOMETERS\"},{\"ShortName\":\"HUMIDITY + SENSORS\",\"LongName\":\"HUMIDITY SENSORS\"},{\"ShortName\":\"RADIOMETERS\"},{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"},{\"ShortName\":\"TEMPERATURE SENSORS\",\"LongName\":\"TEMPERATURE + SENSORS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmplgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION PLUVIO PRECIPITATION GAUGE GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979683115-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:51:57.918Z\",\"granule-count\":277,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay and Patrick N Gatlin.2013. GPM GROUND VALIDATION PLUVIO + PRECIPITATION GAUGE GCPEX [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/PLUVIO/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.93,\"NorthBoundingCoordinate\":44.69,\"EastBoundingCoordinate\":-79.64,\"SouthBoundingCoordinate\":44.17}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-12-08T00:00:00.000Z\",\"EndingDateTime\":\"2012-02-29T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/PLUVIO/DATA301\"},\"ShortName\":\"gpmplgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION PLUVIO PRECIPITATION GAUGE GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmplgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmplgcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/disdrometers_and_gauges/pluvio/doc/gpmplgcpex_dataset.html\"},{\"Description\":\"GCPEx + Feild Campaign PLUVIO^2 October 2011 - March 2012\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/disdrometers_and_gauges/pluvio/doc/DataFormat_Pluvio_gcpex.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-04-23T11:28:16.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Pluvio Precipitation Gauge GCPEx dataset contains both + one minute measurements and a cumulative record of the accumulation and intensity + for liquid, solid, and mixed precipitation collected during the GPM Cold-season + Precipitation Experiment (GCPEx). GCPEx addressed shortcomings in the GPM + snowfall retrieval algorithm by collecting microphysical properties, associated + remote sensing observations, and coordinated model simulations of precipitating + snow. GCPEx took place in Ontario, Canada uring the winter season of December + 2011 through February 2012 where data was collected at five sites: CARE, Huronia, + Steamshow, Skydive and Morton.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpllpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION PLUVIO PRECIPITATION GAUGE LPVEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979683525-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:52:02.565Z\",\"granule-count\":151,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay and David Wolff.2011. GPM GROUND VALIDATION PLUVIO PRECIPITATION + GAUGE LPVEX [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/PLUVIO/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":24.04,\"NorthBoundingCoordinate\":60.29,\"EastBoundingCoordinate\":25.37,\"SouthBoundingCoordinate\":60.12}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-15T00:00:00.000Z\",\"EndingDateTime\":\"2011-01-13T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/PLUVIO/DATA301\"},\"ShortName\":\"gpmpllpvex\",\"EntryTitle\":\"GPM + GROUND VALIDATION PLUVIO PRECIPITATION GAUGE LPVEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpllpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpllpvex\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/pluvio/gpm_pluvio_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/LPVEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-01-28T10:18:15.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:29:29.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Pluvio Precipitation Gauge LPVEx dataset contains both + one minute measurements and a cumulative record of the accumulation and intensity + of liquid, solid, and mixed precipitation. This dataset was collected during + the Light Precipitation Experiment (LPVEx) which was part of the Global Precipitation + Measurement (GPM) Misson Ground Validation Experiment which took place in + Finland from September 2010 to October 2010. The experiment leveraged in situ + microphysical property measurements, coordinated remote sensing observations, + and cloud resolving model simulations of high latitude precipitation systems + to conduct a comprehensive evaluation of precipitation algorithms for current + and future satellite platforms. The campaign will use these measurements to + better understand the process of light rainfall formation at high latitudes + and augment the currently limited database of light rainfall microphysical + properties that form the critical assumptions at the root of satellite retrieval + algorithm. Data were collected at three sites: Harmaja, Emasalo, and Jarvenpaa.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"},{\"ShortName\":\"TEMPERATURE SENSORS\",\"LongName\":\"TEMPERATURE + SENSORS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmplolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Pluvio Precipitation Gauges OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979684276-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:52:06.908Z\",\"granule-count\":36,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay and Patrick N Gatlin.2017. GPM Ground Validation Pluvio + Precipitation Gauges OLYMPEX [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/PLUVIO/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-123.867,\"NorthBoundingCoordinate\":47.68,\"EastBoundingCoordinate\":-123.581,\"SouthBoundingCoordinate\":47.3898}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Drizzle\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Water Equivalent\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Snow + Water Equivalent\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Total + Surface Precipitation Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-10-31T23:55:00.000Z\",\"EndingDateTime\":\"2016-01-31T23:54:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/PLUVIO/DATA301\"},\"ShortName\":\"gpmplolyx\",\"EntryTitle\":\"GPM + Ground Validation Pluvio Precipitation Gauges OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmplolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmplolyx\"},{\"Description\":\"OTT + Pluvio\xB2: Weighing Precipitation Gauge and Advances in Precipitation Measurement + Technology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.wmo.int/pages/prog/www/IMOP/publications/IOM-96_TECO-2008/P2(18)_Nemeth_Germany.pdf\"},{\"Description\":\"Evaluation + of OTT PLUVIO Precipitation Gage versus Belfort Universal Precipitation Gage + 5-780\u2013Supplemental Data, January 15 through July 16, 2002\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://pubs.usgs.gov/fs/fs07703/fs07703.pdf\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX Web Site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/disdrometers_and_gauges/pluvio/doc/gpmplolyx_dataset.pdf\"},{\"Description\":\"Pluvio + Weighing Bucket Gauge data processing during Olympic Mountain Experiment (OLYMPEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/disdrometers_and_gauges/pluvio/doc/readme_pluvio_olympex-2.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"OLYMPEX + Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://pmm.nasa.gov/olympex\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-05-19T11:05:41.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Pluvio Precipitation Gauges OLYMPEX dataset contains + one-minute precipitation rate and precipitation accumulation measurements, + as well as start and end times of precipitation events, that were collected + during the Olympic Mountain Experiment (OLYMPEX) field campaign on the Olympic + Peninsula in the Pacific Northwest of the United States. A Pluvio 400 weighing + bucket gauge created by OTT Hydromet in Kempten, Germany was used to collect + data at three different sites: Neilton Point (apu04), Wynoochee Trailer (apu10), + and Upper Quinault Enchanted Valley (apu30). Data were collected from October + 31, 2015 through January 31, 2016, but exact dates vary by site. Data files + are available in ASCII-tsv format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpersucifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Precipitation Estimation from Remotely Sensed Information + using Artificial Neural Networks Cloud Classification System (PERSIANN-CCS) + IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979668994-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:51:49.495Z\",\"granule-count\":8736,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Braithwaite, + Dan .2017. GPM Ground Validation Precipitation Estimation from Remotely Sensed + Information using Artificial Neural Networks Cloud Classification System (PERSIANN-CCS) + IFloodS [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/PERSIANN/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-96.84,\"NorthBoundingCoordinate\":45.24,\"EastBoundingCoordinate\":-87.16,\"SouthBoundingCoordinate\":39.36}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Total Precipitable Water\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-01T00:00:00.000Z\",\"EndingDateTime\":\"2013-07-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/PERSIANN/DATA101\"},\"ShortName\":\"gpmpersucifld\",\"EntryTitle\":\"GPM + Ground Validation Precipitation Estimation from Remotely Sensed Information + using Artificial Neural Networks Cloud Classification System (PERSIANN-CCS) + IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpersucifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpersucifld\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/PERSIANN/doc/gpmpersucifld_dataset.pdf\"},{\"Description\":\"Evaluation + of PERSIANN-CCS Rainfall Measurement Using the NAME Event Rain Gauge Network\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM574.1\"},{\"Description\":\"On + an Enhanced PERSIANN-CCS Algorithm for Precipitation Estimation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-11-00146.1\"},{\"Description\":\"GPM + Ground Validation Iowa Flood Studies (IFloodS) Field Experiment\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"CHRS + UC Irvine Data Portal\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://chrsdata.eng.uci.edu/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-11-30T11:11:57.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T09:46:53.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Precipitation Estimation from Remotely Sensed Information + using Artificial Neural Networks Cloud Classification System (PERSIANN-CCS) + IFloodS dataset is a subset from the global 30-minute PERSIANN-CCS files generated + in near-real time selected for the time period of the GPM Ground Validation + Iowa Flood Studies (IFloodS) field campaign. The main goal of IFloodS were + to collect detailed measurements of precipitation at the Earth\u2019s surface + using ground instruments and advanced weather radars and to simultaneously + collect data from satellites passing overhead. This PERSIANN-CCS data product + is available in ASCII and netCDF-4 formats from April 1, 2013 thru July 1, + 2013. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METEOSAT-6\",\"LongName\":\"Meteosat + Operational Programme 3 (MOP-3)\",\"Instruments\":[{\"ShortName\":\"VISSR-METEOSAT\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (METEOSAT Series)\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"AQUA\",\"LongName\":\"Earth Observing + System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced + Microwave Scanning Radiometer-EOS\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-16\",\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-15\",\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GMS-5\",\"LongName\":\"Geostationary + Meteorological Satellite-5\",\"Instruments\":[{\"ShortName\":\"VISSR-GMS\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (GMS Series)\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"NOAA-17\",\"LongName\":\"National Oceanic & Atmospheric + Administration-17\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-2/F13\",\"LongName\":\"Defense Meteorological Satellite Program-F13\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-2/F14\",\"LongName\":\"Defense Meteorological Satellite Program-F14\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-8\",\"LongName\":\"Geostationary + Operational Environmental Satellite 8\",\"Instruments\":[{\"ShortName\":\"GOES-8 + IMAGER\",\"LongName\":\"GOES-8 Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METEOSAT-7\",\"LongName\":\"METEOSAT-7\",\"Instruments\":[{\"ShortName\":\"VISSR-METEOSAT\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (METEOSAT Series)\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F15\",\"LongName\":\"Defense + Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-10\",\"LongName\":\"Geostationary + Operational Environmental Satellite 10\",\"Instruments\":[{\"ShortName\":\"GOES-10 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 10-Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"},{\"ShortName\":\"TMI\",\"LongName\":\"TRMM Microwave + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - netCDF-4\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpipicepop__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Precipitation Imaging Package (PIP) ICE POP V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979681288-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:51:53.601Z\",\"granule-count\":1556,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Bliven, + Larry .2020. GPM Ground Validation Precipitation Imaging Package (PIP) ICE + POP [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/ICEPOP/PIP/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":128.7,\"NorthBoundingCoordinate\":37.7382,\"EastBoundingCoordinate\":128.806,\"SouthBoundingCoordinate\":37.6652}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-06-18T15:42:00.000Z\",\"EndingDateTime\":\"2018-12-30T23:50:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/ICEPOP/PIP/DATA101\"},\"ShortName\":\"gpmpipicepop\",\"EntryTitle\":\"GPM + Ground Validation Precipitation Imaging Package (PIP) ICE POP V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpipicepop__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpipicepop\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/icepop/PIP/browse/PNG/2018/05/icepop_pip_002_20180501_summaryplt.png\"},{\"Description\":\"NASA + Participation in the International Collaborative Experiments for Pyeongchang + 2018 Olympic and Paralympic Winter Games (ICE-POP 2018)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20180003615.pdf\"},{\"Description\":\"ICE-POP + and the NASA Global Precipitation Measurement (GPM) Mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/20160013407.pdf\"},{\"Description\":\"ICE + POP Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/ICEPOP/DATA101\"},{\"Description\":\"PIP + Observations For Precipitation Studies\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://wallops-prf.gsfc.nasa.gov/Disdrometer/PIP/0_PIP_Website_2018_02_28_html/PIP_Publications/PIP_Observations_For_Precipitation_Studies.pdf\"},{\"Description\":\"Vertical + Radar Data and Precipitation Imaging for Winter Weather Events in Upper Michigan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.weather.gov/media/grr/GLOM2015/Presentations/Kluber-WinterVerticalRadar.pdf\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/icepop/PIP/doc/gpmpipicepop_dataset.pdf\"},{\"Description\":\"Express + Setup Guide: the Precipitation Imaging Package (PIP)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/icepop/PIP/doc/Express_Setup_Guide.pdf\"},{\"Description\":\"User + Manual: the Precipitation Imaging Package (PIP)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/icepop/PIP/doc/PIP_User_Manual.pdf\"},{\"Description\":\"ICE-POP + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ice-pop\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/icepop/PIP/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-01-15T11:01:33.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:47.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Precipitation Imaging Package (PIP) ICE POP dataset + includes precipitation measurements and video images collected by the Precipitation + Imaging Package (PIP) during the International Collaborative Experiments for + Pyeongchang 2018 Olympic and Paralympic Winter Games (ICE-POP) field campaign + in South Korea. The two major objectives of ICE-POP were to study severe + winter weather events in regions of complex terrain and improve the short-term + forecasting of such events. These data contributed to the Global Precipitation + Measurement mission Ground Validation (GPM GV) campaign efforts to improve + satellite estimates of orographic winter precipitation. Data values obtained + using PIP measurements include particle size distributions, fall velocity + distributions, precipitation density estimates, and precipitation rates. The + dataset files are available from June 18, 2017 through December 30, 2018 as + generic data files (.dat) in ASCII-CSV format with browse imagery and video + available in PNG and AVI format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ICE + POP\",\"LongName\":\"International Collaborative Experiment for PyeongChang + Olympic and Paralympics\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"PIP\",\"LongName\":\"Precipitation + Imaging Probe\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmposslpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Precipitation Occurrence Sensor System (POSS) LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979685546-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:52:20.119Z\",\"granule-count\":200,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Rodriguez, + Peter .2019. GPM Ground Validation Precipitation Occurrence Sensor System + (POSS) LPVEx [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/POSS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":25.0822,\"NorthBoundingCoordinate\":60.4847,\"EastBoundingCoordinate\":25.6248,\"SouthBoundingCoordinate\":60.2038}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-17T13:49:00.000Z\",\"EndingDateTime\":\"2011-04-20T05:36:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/POSS/DATA101\"},\"ShortName\":\"gpmposslpvex\",\"EntryTitle\":\"GPM + Ground Validation Precipitation Occurrence Sensor System (POSS) LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmposslpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmposslpvex\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/poss/browse/Jarvenpaa/lpvex_poss_PR_20101014_JAR.png\"},{\"Description\":\"Light + Precipitation Validation Experiment (LPVEx) Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/lpvex_science_plan_June2010.pdf\"},{\"Description\":\"The + NASA CloudSat/GPM Light Precipitation Validation Experiment (LPVEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/search.jsp?R=20110015768\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/poss/doc/gpmposslpvex_dataset.pdf\"},{\"Description\":\"Description + of the POSS post processed \u201CPR\u201D file \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/poss/doc/2013-Feb-11_Documentation_for_New_Gen_PR_files.pdf\"},{\"Description\":\"WRF\u2013 + SBM Simulations of Melting-Layer Structure in Mixed-Phase Precipitation Events + Observed during LPVEx\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAMC-D-13-0334.1\"},{\"Description\":\"Sampling + Errors in the Measurement of Rainfall Parameters Using the Precipitation Occurrence + Sensor System (POSS)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH1956.1\"},{\"Description\":\"Performance + of the Precipitation Occurrence Sensor System as a Precipitation Gauge\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2007JTECHA957.1\"},{\"Description\":\"LPVEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/lpvex\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/poss/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-07-23T02:07:53.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:47:13.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Precipitation Occurrence Sensor System (POSS) LPVEx + dataset consists of precipitation and radar parameter estimates for both liquid + and solid precipitation. Measurements were collected by the Precipitation + Occurrence Sensor System (POSS) during the Global Precipitation Measurement + (GPM) mission Light Precipitation Validation Experiment (LPVEx) field campaign. + \ This field campaign took place around the Gulf of Finland in September and + October of 2010. The goal of the campaign was to provide additional high-latitude, + light rainfall measurements for the improvement of GPM satellite precipitation + algorithms. The POSS dataset files are available from September 18, 2010 through + April 20, 2011 for two POSS sites: Emasalo and Jarvenpaa. The data files are + in CSV format with browse imagery in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"POSS\",\"LongName\":\"Precipitation + Occurrence Sensor System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpvigcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION PRECIPITATION VIDEO IMAGER (PVI) GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979686308-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:52:33.939Z\",\"granule-count\":310,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Blivens, + Francis.2014. GPM GROUND VALIDATION PRECIPITATION VIDEO IMAGER (PVI) GCPEX + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/PVI/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.93,\"NorthBoundingCoordinate\":44.69,\"EastBoundingCoordinate\":-79.72,\"SouthBoundingCoordinate\":44.18}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-11-04T21:16:00.000Z\",\"EndingDateTime\":\"2012-03-10T20:48:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/PVI/DATA301\"},\"ShortName\":\"gpmpvigcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION PRECIPITATION VIDEO IMAGER (PVI) GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpvigcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpvigcpex\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/precipitation/pvi/browse/2012_02_29/GCPEx_pvi_20120229_care_101_dsd_D_dis2_noair.bmp\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/precipitation/pvi/browse/2012_02_29/GCPEx_pvi_20120229_care_101_dsd_L_dis2_noair.bmp\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/precipitation/pvi/browse/2012_02_29/GCPEx_pvi_20120229_care_101_dsd_W_dis2_noair.bmp\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmpvigcpex/gpmpvigcpex_dataset.html\"},{\"Description\":\"Presenting + the Snowflake Video Imager (SVI) Volume 26, Issue 2 (February 2009)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.1175/2008JTECHA1148.1\"},{\"Description\":\"GCPEX + Daily PVI Summary\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/precipitation/pvi/doc/GCPEX_DailyPVISummary.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/precipitation/pvi/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-06-18T15:22:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Precipitation Video Imager (PVI) GCPEx dataset collected + precipitation particle images and drop size distribution data from November + 2011 through March 2012during the GPM Cold-season Precipitation Experiment + (GCPEx). Data files in an Excel format contain the average, minimum, and logarithmic + drop size distribution bin sizes and number of particles. Browse images are + available online. The PVI instrument was designed by Dr. Larry Bliven at NASA + Wallops Flight Facility.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"PVI\",\"LongName\":\"Precipitation + Video Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Excel\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmpvilpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Precipitation Video Imager (PVI) LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979687446-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:52:38.367Z\",\"granule-count\":5329,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Wolff, + David and Larry Bliven.2019. GPM Ground Validation Precipitation Video Imager + (PVI) LPVEx [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/PVI/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":104.99,\"NorthBoundingCoordinate\":40.01,\"EastBoundingCoordinate\":105.01,\"SouthBoundingCoordinate\":39.99}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-17T15:41:00.000Z\",\"EndingDateTime\":\"2011-05-11T09:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/PVI/DATA101\"},\"ShortName\":\"gpmpvilpvex\",\"EntryTitle\":\"GPM + Ground Validation Precipitation Video Imager (PVI) LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmpvilpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmpvilpvex\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/pvi/browse/Level_2/20100918/lpvex_pvi_20100918_snow_D_lin_I.bmp\"},{\"Description\":\"Light + Precipitation Validation Experiment (LPVEx) Science Plan \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/lpvex_science_plan_June2010.pdf\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/pvi/doc/gpmpvilpvex_dataset.pdf\"},{\"Description\":\"Presenting + the Snowflake Video Imager (SVI)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2008JTECHA1148.1\"},{\"Description\":\"LPVEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/LPVEx\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/pvi/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-07-25T12:07:04.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:37:08.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Precipitation Video Imager (PVI) LPVEx dataset consists + of precipitation particle images and drop size distribution (DSD) data collected + by the Precipitation Video Imager (PVI) during the Global Precipitation Measurement + (GPM) mission Light Precipitation Validation Experiment (LPVEx) field campaign. + This field campaign took place around the Gulf of Finland in September and + October of 2010. The goal of the campaign was to provide additional high-latitude, + light rainfall measurements for the improvement of GPM satellite precipitation + algorithms. The PVI instrument was designed by Dr. Larry Bliven at NASA Wallops + Flight Facility. Data files are available from September 17, 2010 through + May 11, 2011 in Excel format and contain the average, minimum, and logarithmic + DSD bin sizes and number of particles per unit time. Browse images are available + in BMP and JPG formats.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"PVI\",\"LongName\":\"Precipitation + Video Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Excel + - ICI\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmrgnamc3e2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION RAIN GAUGE PAIRS MC3E V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979700643-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:54:25.582Z\",\"granule-count\":64,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, David Wolff, Jianxin Wang and Ali Tokay.2016. GPM GROUND VALIDATION + RAIN GAUGE PAIRS MC3E V2 [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/GAUGE/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.5515,\"NorthBoundingCoordinate\":36.6381,\"EastBoundingCoordinate\":-97.4261,\"SouthBoundingCoordinate\":36.5644}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-22T00:45:00.000Z\",\"EndingDateTime\":\"2011-06-06T14:56:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/GAUGE/DATA202\"},\"ShortName\":\"gpmrgnamc3e2\",\"EntryTitle\":\"GPM + GROUND VALIDATION RAIN GAUGE PAIRS MC3E V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmrgnamc3e2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmrgnamc3e2\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/disdrometers_and_gauges/rain_gauge/doc/gpmrgnamc3e2_dataset.pdf\"},{\"Description\":\"Data + format NASA MC3E Rain Gauge V2 GMIN files\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/disdrometers_and_gauges/rain_gauge/doc/README_MC3E_APU-NASA_GMIN_v2.txt\"},{\"Description\":\"Data + format NASA MC3E Rain Gauge V2 Gauge files\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/disdrometers_and_gauges/rain_gauge/doc/README_MC3E_APU-NASA_GAG_v2.txt\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-07-28T18:15:18.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Rain Gauge Pairs MC3E V2 data measures the amount of + fallen precipitation collected by tipping bucket rain gauges made by Met One + Instruments, Inc. and Campbell Scientific Corp. Precipitation from each is + collected to a resolution of 0.254 mm of liquid water for each bucket tip. + These gauges record the rainfall at a 1-minute resolution. This data set has + two types of files, the recorded rainfall value (mm) and a cubic-spline interpolated + rain rate (mm/hr) produced using the method described in Wang, 2008. There + are two rain gauges located on each station (A or B), each with their own + set of data files. Data were collected from April 2011 through June 2011 as + part of the GPM Ground Validation Mid-latitude Continental Convective Cloud + Experiment (MC3E). Detailed information about the Met One Model 380 Precipitation + Gauge is available at http://www.metone.com/docs/370_380_precipitation_gauge.pdf. + Details about the Campbell Scientific rain gauge is found at https://s.campbellsci.com/documents/us/product-brochures/b_385.pdf.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmrgachiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Rain Gauges NASA ACHIEVE IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979697152-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:54:05.188Z\",\"granule-count\":83,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Tsay, + Si-Chee , Adrian Loftus and Peter Pantina.2015. GPM Ground Validation Rain + Gauges NASA ACHIEVE IPHEx [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/GAUGES/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.1,\"NorthBoundingCoordinate\":35.52,\"EastBoundingCoordinate\":-83.08,\"SouthBoundingCoordinate\":35.51}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\",\"VariableLevel2\":\"24 Hour Precipitation Amount\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-06-15T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/GAUGES/DATA101\"},\"ShortName\":\"gpmrgachiphx\",\"EntryTitle\":\"GPM + Ground Validation Rain Gauges NASA ACHIEVE IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmrgachiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmrgachiphx\"},{\"Description\":\"Optical + Rain Gauge Instrument Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.arm.gov/publications/tech_reports/handbooks/org_handbook.pdf\"},{\"Description\":\"Tipping + Bucket Rain Gauge Users Manual\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://novalynx.com/manuals/260-2500-manual.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"SMARTLabs + (Surface-based Mobile Atmospheric Research \\\"&\\\"Testbed Laboratories) + Web page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"http://smartlabs.gsfc.nasa.gov\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/disdrometers_and_gauges/rain_gauge_NASA_ACHIEVE/doc/gpmrgachiphx_dataset.pdf\"},{\"Description\":\"Local + Random Errors in Tipping-Bucket Rain Gauge Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2003)20%3C752:LREITB%3E2.0.CO;2\"},{\"Description\":\"Comparison + of Rain Gauge Measurements in the Mid-Atlantic Region\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JHM1137.1\"},{\"Description\":\"Evaluation + of TRMM Ground-Validation Radar-Rain Errors Using Rain Gauge Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JAMC2264.1\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-07-31T14:16:22.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Rain Gauges NASA ACHIEVE IPHEx dataset was gathered + during the GPM Ground Validation Integrated Precipitation and Hydrology Experiment + (IPHEx) in North Carolina from May 9, 2014 through June 14, 2014. This dataset + includes data from the Optical Scientific Optical Rain Gauge instrument and + Novalynx Tipping Bucket Rain Gauge instrument which are both part of the NASA + Goddard Space Flight Center (GSFC) ACHIEVE ground-based mobile laboratory. + The optical rain gauge obtains high sensitivity optical measurements for precipitation + rate and quantity, as well as measures 24-hour cumulative precipitation, precipitation + rate, and temperature. The tipping bucket rain gauge is a standard tipping + bucket rain gauge that measures 24-hour cumulative precipitation. Data files + are available in netCDF-3 format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmparawifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Raw Autonomous Parsivel Unit (APU) IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979666077-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:51:17.496Z\",\"granule-count\":576,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Patrick N Gatlin and Matthew T. Wingo.2019. GPM Ground Validation + Raw Autonomous Parsivel Unit (APU) IFloodS [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/APU/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-92.2749,\"NorthBoundingCoordinate\":42.142,\"EastBoundingCoordinate\":-91.323,\"SouthBoundingCoordinate\":41.3826}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-01T20:37:20.000Z\",\"EndingDateTime\":\"2013-05-24T20:08:10.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/APU/DATA401\"},\"ShortName\":\"gpmparawifld\",\"EntryTitle\":\"GPM + Ground Validation Raw Autonomous Parsivel Unit (APU) IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmparawifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmparawifld\"},{\"Description\":\"OTT + Parsivel - Enhanced Precipitation Identifier For Present Weather, Drop Size + Distribution And Radar Reflectivity - OTT Messtechnik, Germany\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.wmo.int/pages/prog/www/IMOP/publications/IOM-94-TECO2006/P1(08)_Nemeth_Germany.pdf\"},{\"Description\":\"OTT + Parsivel2 - Laser Weather Sensor\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.ott.com/en-us/products/meteorological-sensors-26/ott-parsivel2-laser-weather-sensor-2392/\"},{\"Description\":\"Improving + Flood Forecasting\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://iowafloodcenter.org/nasa-university-of-iowa-ground-measurement-campaign-to-improve-flood-forecasting/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/disdrometers_and_gauges/parsivel_raw/doc/gpmparawifld_dataset.pdf\"},{\"Description\":\"IFloodS + Field Campaign Data Format Documentation: Parsivel2\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/disdrometers_and_gauges/parsivel/doc/DataFormat_parsivel_ifloods.pdf\"},{\"Description\":\"Evaluation + of the New Version of the Laser-Optical Disdrometer, OTT Parsivel2\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH-D-13-00174.1\"},{\"Description\":\"Terminal + velocity and shape of cloud and precipitation drops aloft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0469(1976)033%3C0851:TVASOC%3E2.0.CO;2\"},{\"Description\":\"IFloodS + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-12-19T09:12:28.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Raw Autonomous Parsivel Unit (APU) IFloodS dataset was + collected by 14 Autonomous Parsivel Unit (APU) sites in eastern Iowa during + the Global Precipitation Measurement (GPM) mission Iowa Flood Studies (IFloodS) + field campaign. The campaign aimed to collect detailed measurements of precipitation + at the Earth\u2019s surface using ground instruments and advanced weather + radars while simultaneously collecting data from satellites passing overhead. + APU is an optical disdrometer system that measures precipitation particle + size and fall velocity. This dataset consists of APU-calculated parameters + and unfiltered drop spectrum data. The dataset files are available in ASCII + text format from April 1 through May 24, 2013. Officially, the IFloodS campaign + ran from May 1 to June 15, 2013, but the APUs were installed and had begun + collecting data prior to the start of the campaign.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"APU\",\"LongName\":\"Autonomous + Parsivel Unit (APU)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmrefpreiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Reference Precipitation IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1982863420-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:53:57.416Z\",\"granule-count\":87672,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Liao, + Mochi and Ana P Barros.2019. GPM Ground Validation Reference Precipitation + IPHEx [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/GAUGES/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.6,\"NorthBoundingCoordinate\":36.0,\"EastBoundingCoordinate\":-82.6,\"SouthBoundingCoordinate\":35.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2007-12-31T23:00:00.000Z\",\"EndingDateTime\":\"2017-12-31T23:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/GAUGES/DATA401\"},\"ShortName\":\"gpmrefpreiphx\",\"EntryTitle\":\"GPM + Ground Validation Reference Precipitation IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmrefpreiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmrefpreiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/Reference_Precip/doc/gpmrefpreiphx_dataset.pdf\"},{\"Description\":\"The + Integrated Precipitation and Hydrology Experiment \u2013 Hydrologic Applications + for the Southeast US (IPHEX-H4SE) Part IV: High-Resolution Enhanced StageIV-Raingauge + Combined Precipitation Product.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/Reference_Precip/doc/IPHEX-Reference-Precipitation-Report-V1.pdf\"},{\"Description\":\"IPHEx: + Integrated Precipitation and Hydrology Experiment \",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"IPHEx-Southern + Appalachian Mountains -- Rainfall Data 2008-2014\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.7924/G8CJ8BJK\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-08-23T02:08:14.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Reference Precipitation IPHEx dataset consists of 10 + years (December 31, 2007-December 31, 2017) of hourly rainfall intensity at + 1 km2 resolution over the core region of the Integrated Precipitation and + Hydrology Experiment (IPHEx), that is centered in the Pigeon River Basin in + North Carolina. The goal of the IPHEx field campaign was to evaluate the accuracy + of satellite precipitation measurements and use the collected data for hydrology + models in the region. Data files are available in ASCII format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"DOPPLER + RADAR\",\"LongName\":\"Doppler Radar\"},{\"ShortName\":\"RAIN GAUGES\",\"LongName\":\"RAIN + GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmrefifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Reference Rainfall Data Product IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979695522-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:53:53.347Z\",\"granule-count\":1103,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Krajewski, + Witold F and Bongchul Seo.2018. GPM Ground Validation Reference Rainfall + Data Product IFloodS [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/MULTIPLE/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-94.4625,\"NorthBoundingCoordinate\":44.2128,\"EastBoundingCoordinate\":-89.8996,\"SouthBoundingCoordinate\":40.7292}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-05-01T01:00:00.000Z\",\"EndingDateTime\":\"2013-06-16T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/MULTIPLE/DATA301\"},\"ShortName\":\"gpmrefifld\",\"EntryTitle\":\"GPM + Ground Validation Reference Rainfall Data Product IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmrefifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmrefifld\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/reference_maps/doc/gpmrefifld_dataset.pdf\"},{\"Description\":\"Uncertainty + in radar-rainfall composite and its impact on hydrologic prediction for the + eastern Iowa flood of 2008\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1002/wrcr.20244\"},{\"Description\":\"Hydro-NEXRAD-2: + real-time access to customized radar-rainfall for hydrologic applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.2166/hydro.2012.227\"},{\"Description\":\"Radar-rainfall + estimation algorithms of Hydro-NEXRAD\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.2166/hydro.2010.003\"},{\"Description\":\"GHRC + IFloodS Project Web Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-08-22T02:08:36.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Reference Rainfall Data Product IFloodS dataset contains + hourly rainfall accumulation estimates over central and northeastern Iowa + for the period of 1 May to 16 June, 2013. This product is created by combining + ground-based radar estimates collected for the Iowa Flood Studies (IFloodS) + campaign. The goals of the IFloodS campaign were to collect detailed measurements + of precipitation at the Earth\u2019s surface using ground instruments and + advanced weather radars and to simultaneously collect data from satellites + passing overhead. The data are available in gzipped ASCII files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"NEXRAD\",\"LongName\":\"NEXt + Generation RADar\"},{\"ShortName\":\"NPOL\",\"LongName\":\"NASA Portable S-band + Multiparameter Weather Research Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsatpaifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Satellite Overpasses IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979701486-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:54:44.369Z\",\"granule-count\":182,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A.2020. GPM Ground Validation Satellite Overpasses IFloodS [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/MULTIPLE/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-98.12,\"NorthBoundingCoordinate\":47.39,\"EastBoundingCoordinate\":-85.86,\"SouthBoundingCoordinate\":38.41}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Solid Earth\",\"Term\":\"Gravity/Gravitational Field\",\"VariableLevel1\":\"Satellite + Orbits/Revolution\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-01T00:21:15.000Z\",\"EndingDateTime\":\"2013-06-30T23:10:41.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/MULTIPLE/DATA401\"},\"ShortName\":\"gpmsatpaifld\",\"EntryTitle\":\"GPM + Ground Validation Satellite Overpasses IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsatpaifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsatpaifld\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/SatPass/browse/png/ifloods_sat_passes_20130614.png\"},{\"Description\":\"Catalog + of Earth Satellite Orbits\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/OrbitsCatalog\"},{\"Description\":\"MetOp + Satellite Information\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.eumetsat.int/website/home/Satellites/CurrentSatellites/Metop/index.html\"},{\"Description\":\"Aqua + Earth-observing satellite mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://aqua.nasa.gov/\"},{\"Description\":\"CloudSat + Mission Overview\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.nasa.gov/mission_pages/cloudsat/mission/index.html\"},{\"Description\":\"NPP + Mission Overview\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.nasa.gov/mission_pages/NPP/mission_overview/index.html\"},{\"Description\":\"Terra: + the EOS Flagship\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://terra.nasa.gov/\"},{\"Description\":\"Defense + Meteorological Satellite Program (DMSP)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.ospo.noaa.gov/Operations/DMSP/index.html\"},{\"Description\":\"NOAA + Satellites\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://www.nesdis.noaa.gov/content/our-satellites\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/SatPass/doc/gpmsatpaifld_dataset.pdf\"},{\"Description\":\"IFloodS + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-01-14T01:01:24.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Satellite Overpasses IFloodS dataset contains plots + of satellite overpass paths centered over eastern Iowa during the Global Precipitation + Measurement (GPM) mission Iowa Flood Studies (IFloodS) field campaign. The + campaign aimed to collect detailed measurements of precipitation at the Earth\u2019s + surface while simultaneously collecting data from satellites passing overhead. + This dataset consists of paths for Earth observation satellites operating + during the campaign: NASA\u2019s AQUA, TERRA, and CloudSat satellites; NOAA\u2019s + NOAA-15, NOAA-16, NOAA-17, NOAA-18, and Suomi NPP satellites; Europe\u2019s + MetOp-A and MetOp-B satellites, and DMSP\u2019s F-15, F-16, F-17, and F-18 + satellites. The satellite overpasses are provided as PNG plot images and as + KML files with which the paths can be imported and viewed in Google Earth.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METOP-A\",\"LongName\":\"Meteorological + Operational Satellite - A\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F16\",\"LongName\":\"Defense Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METOP-B\",\"LongName\":\"Meteorological + Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F18\",\"LongName\":\"Defense Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth + Observing System, TERRA (AM-1)\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-16\",\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-17\",\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-18\",\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"SUOMI-NPP\",\"LongName\":\"Suomi + National Polar-orbiting Partnership\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-15\",\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"AQUA\",\"LongName\":\"Earth + Observing System, AQUA\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"CLOUDSAT\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F17\",\"LongName\":\"Defense Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F15\",\"LongName\":\"Defense Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"KML + - PNG\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsimorbc3vp__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION SATELLITE SIMULATED ORBITS C3VP V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979727317-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:55:23.890Z\",\"granule-count\":250,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Matsui, + Toshihisa.2013. GPM GROUND VALIDATION SATELLITE SIMULATED ORBITS C3VP [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/C3VP/OVERPASS/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":25.0,\"NorthBoundingCoordinate\":75.0,\"EastBoundingCoordinate\":23.0,\"SouthBoundingCoordinate\":34.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Land + Surface\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil Moisture/Water Content\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Skin Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Emissivity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Air Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2007-01-20T00:00:00.000Z\",\"EndingDateTime\":\"2007-01-23T00:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/C3VP/OVERPASS/DATA401\"},\"ShortName\":\"gpmsimorbc3vp\",\"EntryTitle\":\"GPM + GROUND VALIDATION SATELLITE SIMULATED ORBITS C3VP V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsimorbc3vp__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsimorbc3vp\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/related/satsimorb/gpmsimorb_dataset.html\"},{\"Description\":\"Brief + Description of The Synthetic GPM Simulator Database\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/simulated_orbits/TWPICE/doc/Simulator_Database_V1.doc\"},{\"Description\":\"Brief + Description of The Synthetic GPM Simulator Database\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/simulated_orbits/MC3E/doc/Simulator_Database_V1.doc\"},{\"Description\":\"Development + of the Synthetic GPM Simulator upon the MC3E measurements (POWERPOINT)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/simulated_orbits/TWPICE/doc/GPM_Simulator_Matsui_Oral_AGUFM11.pptx\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"http://pmm.nasa.gov/science/ground-validation/C3VP/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-07-03T13:56:39.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:47:53.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Satellite Simulated Orbits C3VP dataset is available + in the Orbital database, which takes account for the atmospheric profiles, + the cloud/rain profiles, and the detailed surface/terrain information from + the Cloud-Resolving Model (CRM) database. Unique geometry and antenna gain + patterns of each sensor (GMI imager, GMI sounder, DPR Ku, DPR Ka_MA, DPR Ka_HS) + are considered. The Orbital database consists of satellite orbit parameters, + geolocation of Field of View and satellite location, and simulated Level 1B/Level + 2-like parameters in satellite orbital grid. Orbital data covers a portion + of sampling right over the Cloud-resolving model (CRM) domain. All orbital + data format is NetCDF3, and it contains dimensions, parameter descriptions, + and parameter units. Each project's data is distributed as a separate dataset. + MC3E occurred in Oklahoma, USA in 2011; LPVEX took place in Finland in 2010; + C3VP experiment was held in Canada in 2007 and TWP-ICE took place in Australia + in 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"C3VP\",\"LongName\":\"Canadian + CloudSat/CALIPSO Validation Project\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"CRM\",\"LongName\":\"Cloud + Resolving Model\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"},{\"ShortName\":\"GMI\",\"LongName\":\"Global Precipitation + Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsimorblpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION SATELLITE SIMULATED ORBITS LPVEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979728494-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:55:28.152Z\",\"granule-count\":250,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Matsui, + Toshihisa.2013. GPM GROUND VALIDATION SATELLITE SIMULATED ORBITS LPVEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/OVERPASS/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":23.0,\"NorthBoundingCoordinate\":75.0,\"EastBoundingCoordinate\":25.0,\"SouthBoundingCoordinate\":34.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Land + Surface\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil Moisture/Water Content\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Skin Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Emissivity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-21T00:00:00.000Z\",\"EndingDateTime\":\"2010-10-21T00:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/OVERPASS/DATA401\"},\"ShortName\":\"gpmsimorblpvex\",\"EntryTitle\":\"GPM + GROUND VALIDATION SATELLITE SIMULATED ORBITS LPVEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsimorblpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsimorblpvex\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/related/satsimorb/gpmsimorb_dataset.html\"},{\"Description\":\"Brief + Description of The Synthetic GPM Simulator Database\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/simulated_orbits/TWPICE/doc/Simulator_Database_V1.doc\"},{\"Description\":\"Development + of the Synthetic GPM Simulator upon the MC3E measurements (POWERPOINT)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/simulated_orbits/TWPICE/doc/GPM_Simulator_Matsui_Oral_AGUFM11.pptx\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/LPVEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-07-03T13:56:39.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:47:54.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Satellite Simulated Orbits LPVEx dataset is available + in the Orbital database, which takes account for the atmospheric profiles, + the cloud/rain profiles, and the detailed surface/terrain information from + the Cloud-Resolving Model (CRM) database. Unique geometry and antenna gain + patterns of each sensor (GMI imager, GMI sounder, DPR Ku, DPR Ka_MA, DPR Ka_HS) + are considered. The Orbital database consists of satellite orbit parameters, + geolocation of Field of View and satellite location, and simulated Level 1B/Level + 2-like parameters in satellite orbital grid. Orbital data covers a portion + of sampling right over the Cloud-resolving model (CRM) domain. All orbital + data format is NetCDF3, and it contains dimensions, parameter descriptions, + and parameter units. Each project's data is distributed as a separate dataset. + MC3E occurred in Oklahoma, USA in 2011; LPVEX took place in Finland in 2010; + C3VP experiment was held in Canada in 2007 and TWP-ICE took place in Australia + in 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"CRM\",\"LongName\":\"Cloud + Resolving Model\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"},{\"ShortName\":\"GMI\",\"LongName\":\"Global Precipitation + Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsimorbmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION SATELLITE SIMULATED ORBITS MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979728927-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:55:32.255Z\",\"granule-count\":242,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Matsui, + Toshihisa.2013. GPM GROUND VALIDATION SATELLITE SIMULATED ORBITS MC3E [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/OVERPASS/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-121.0,\"NorthBoundingCoordinate\":43.0,\"EastBoundingCoordinate\":-91.0,\"SouthBoundingCoordinate\":28.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Land + Surface\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil Moisture/Water Content\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Skin Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Radiation\",\"VariableLevel1\":\"Emissivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-25T00:00:00.000Z\",\"EndingDateTime\":\"2011-05-21T00:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/OVERPASS/DATA401\"},\"ShortName\":\"gpmsimorbmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION SATELLITE SIMULATED ORBITS MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsimorbmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsimorbmc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/related/satsimorb/gpmsimorb_dataset.html\"},{\"Description\":\"Brief + Description of The Synthetic GPM Simulator Database\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/simulated_orbits/MC3E/doc/Simulator_Database_V1.doc\"},{\"Description\":\"Development + of the Synthetic GPM Simulator upon the MC3E measurements (POWERPOINT)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/simulated_orbits/TWPICE/doc/GPM_Simulator_Matsui_Oral_AGUFM11.pptx\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-07-03T13:56:39.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:47:54.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Satellite Simulated Orbits MC3E dataset is available + in the Orbital database , which takes account for the atmospheric profiles, + the cloud/rain profiles, and the detailed surface/terrain information from + the Cloud-Resolving Model (CRM) database. Unique geometry and antenna gain + patterns of each sensor (GMI imager, GMI sounder, DPR Ku, DPR Ka_MA, DPR Ka_HS) + are considered. The Orbital database consists of satellite orbit parameters, + geolocation of Field of View and satellite location, and simulated Level 1B/Level + 2-like parameters in satellite orbital grid. Orbital data covers a portion + of sampling right over the Cloud-resolving model (CRM) domain. All orbital + data format is NetCDF3, and it contains dimensions, parameter descriptions, + and parameter units. Each project's data is distributed as a separate dataset. + MC3E occurred in Oklahoma, USA in 2011; LPVEX took place in Finland in 2010; + C3VP experiment was held in Canada in 2007 and TWP-ICE took place in Australia + in 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"CRM\",\"LongName\":\"Cloud + Resolving Model\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"},{\"ShortName\":\"GMI\",\"LongName\":\"Global Precipitation + Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsimorbtwpice__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION SATELLITE SIMULATED ORBITS TWP-ICE V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979729803-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:55:36.451Z\",\"granule-count\":197,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Matsui, + Toshihisa.2013. GPM GROUND VALIDATION SATELLITE SIMULATED ORBITS TWP-ICE [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/TWPICE/OVERPASS/DATA401\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":125.0,\"NorthBoundingCoordinate\":-10.0,\"EastBoundingCoordinate\":140.0,\"SouthBoundingCoordinate\":-25.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Land + Surface\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil Moisture/Water Content\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Skin Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Emissivity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-01-23T00:00:00.000Z\",\"EndingDateTime\":\"2006-02-06T18:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/TWPICE/OVERPASS/DATA401\"},\"ShortName\":\"gpmsimorbtwpice\",\"EntryTitle\":\"GPM + GROUND VALIDATION SATELLITE SIMULATED ORBITS TWP-ICE V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsimorbtwpice__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsimorbtwpice\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/related/satsimorb/gpmsimorb_dataset.html\"},{\"Description\":\"Brief + Description of The Synthetic GPM Simulator Database\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/simulated_orbits/TWPICE/doc/Simulator_Database_V1.doc\"},{\"Description\":\"Development + of the Synthetic GPM Simulator upon the MC3E measurements (POWERPOINT)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/simulated_orbits/TWPICE/doc/GPM_Simulator_Matsui_Oral_AGUFM11.pptx\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"http://acrf-campaign.arm.gov/twpice/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-07-03T13:56:39.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:47:55.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Satellite Simulated Orbits TWP-ICE dataset is available + in the Orbital database, which takes account for the atmospheric profiles, + the cloud/rain profiles, and the detailed surface/terrain information from + the Cloud-Resolving Model (CRM) database. Unique geometry and antenna gain + patterns of each sensor (GMI imager, GMI sounder, DPR Ku, DPR Ka_MA, DPR Ka_HS) + are considered. The Orbital database consists of satellite orbit parameters, + geolocation of Field of View and satellite location, and simulated Level 1B/Level + 2-like parameters in satellite orbital grid. Orbital data covers a portion + of sampling right over the Cloud-resolving model (CRM) domain. All orbital + data format is NetCDF3, and it contains dimensions, parameter descriptions, + and parameter units. Each project's data is distributed as a separate dataset. + MC3E occurred in Oklahoma, USA in 2011; LPVEX took place in Finland in 2010; + C3VP experiment was held in Canada in 2007 and TWP-ICE took place in Australia + in 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"TWP-ICE\",\"LongName\":\"Tropical + Warm Pool - International Cloud Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"CRM\",\"LongName\":\"Cloud + Resolving Model\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"},{\"ShortName\":\"GMI\",\"LongName\":\"Global Precipitation + Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmseafluxicepop__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation SEA FLUX ICE POP V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995570197-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:55:10.481Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Roberts, + Jason Brent .2020. GPM Ground Validation SEA FLUX ICE POP [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/ICEPOP/SEAFLUX/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":98.5,\"NorthBoundingCoordinate\":54.25,\"EastBoundingCoordinate\":177.5,\"SouthBoundingCoordinate\":8.5}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Oceans\",\"Term\":\"Ocean Temperature\",\"VariableLevel1\":\"Sea + Surface Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Heat + Flux\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Profiles\",\"VariableLevel2\":\"Latent Heat Flux\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-09-01T00:30:00.000Z\",\"EndingDateTime\":\"2018-04-30T23:30:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/ICEPOP/SEAFLUX/DATA101\"},\"ShortName\":\"gpmseafluxicepop\",\"EntryTitle\":\"GPM + Ground Validation SEA FLUX ICE POP V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmseafluxicepop__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmseafluxicepop/data/\"},{\"Description\":\"ICE-POP + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/ICEPOP/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/icepop/SEAFLUX/doc/gpmseafluxicepop_dataset.pdf\"},{\"Description\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.3390/rs10081306\"},{\"Description\":\"On + the Exchange of Momentum over the Open Ocean\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JPO-D-13-0225.1\"},{\"Description\":\"Daily + high-resolution-blended analyses for sea surface temperature\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2007JCLI1824.1\"},{\"Description\":\"Improving + Near\u2010Surface Retrievals of Surface Humidity Over the Global Open Oceans + From Passive Microwave Observations\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2018EA000436\"},{\"Description\":\"Predicting + near-surface atmospheric variables from Special Sensor Microwave/Imager using + neural networks with a first-guess approach\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2007JD009322\"},{\"Description\":\"ICE-POP + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ice-pop\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-05-07T12:05:30.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-31T12:09:11.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation SEA FLUX ICE POP dataset includes estimates of ocean + surface latent and sensible heat fluxes, 10m wind speed, 10m air temperature, + 10m air humidity, and skin sea surface temperature in support of the International + Collaborative Experiments for Pyeongchang 2018 Olympic and Paralympic Winter + Games (ICE-POP) field campaign in South Korea. The two major objectives of + ICE-POP were to study severe winter weather events in regions of complex terrain + and improve the short-term forecasting of such events. These data contributed + to the Global Precipitation Measurement mission Ground Validation (GPM GV) + campaign efforts to improve satellite estimates of orographic winter precipitation. + This data file is available in netCDF-4 format from September 1, 2017 through + April 30, 2018.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ICE + POP\",\"LongName\":\"International Collaborative Experiment for PyeongChang + Olympic and Paralympics\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"Models\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmscampriphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Self-Calibrating Multivariate Precipitation Retrieval (SCaMPR) + IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979717298-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:55:06.338Z\",\"granule-count\":4429,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kuligowski, + Robert .2017. GPM Ground Validation Self-Calibrating Multivariate Precipitation + Retrieval (SCaMPR) IPHEx [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/SCAMPR/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-91.741,\"NorthBoundingCoordinate\":42.921,\"EastBoundingCoordinate\":-71.798,\"SouthBoundingCoordinate\":27.897}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-04-30T23:47:00.000Z\",\"EndingDateTime\":\"2014-06-16T23:45:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/SCAMPR/DATA301\"},\"ShortName\":\"gpmscampriphx\",\"EntryTitle\":\"GPM + Ground Validation Self-Calibrating Multivariate Precipitation Retrieval (SCaMPR) + IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmscampriphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmscampriphx\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/SCaMPR/browse/2014-05-12/iphex_scampr_201405121000.6H.gif\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/SCaMPR/doc/gpmscampriphx_dataset.pdf\"},{\"Description\":\"Impact + of TRMM data on a low-latency, high-resolution precipitation algorithm for + flash flood forecasting\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAMC-D-12-0107.1\"},{\"Description\":\"A + self-calibrating real-time GOES rainfall algorithm for short-term rainfall + estimates\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1525-7541(2002)003%3C0112:ASCRTG%3E2.0.CO;2\"},{\"Description\":\"Rainfall + Rate (QPE) Algorithm Theoretical Basis Document\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"http://www.goes-r.gov/products/ATBDs/baseline/Hydro_RRQPE_v2.0_no_color.pdf\"},{\"Description\":\"IPHEx: + Integrated Precipitation and Hydrology Experiment\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-10-10T05:10:44.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Self-Calibrating Multivariate Precipitation Retrieval + (SCaMPR) IPHEx dataset contains rainfall rate measurements derived using the + SCaMPR algorithm to combine GOES infrared (IR) data and derived parameters + as inputs. The SCaMPR algorithm is calibrated using microwave rainfall estimates + from the Special Sensor Microwave/Imager (SSM/I) and Advanced Microwave Sounding + Unit (AMSU). This dataset contains the values for the time period of the + IPHEx campaign from April 30, 2015 to June 17, 2015. The IPHEx campaign was + designed to characterize warm season orographic precipitation regimes and + determine the relationship between precipitation regimes and hydrologic processes + in regions of complex terrain. These data are available in netCDF-4 format, + while browse images are available in GIF format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense + Meteorological Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"},{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES\",\"LongName\":\"NOAA + Geostationary Operational Environmental Satellites\",\"Instruments\":[{\"ShortName\":\"GOES-15 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 15-Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsnowolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Snow Depth Monitoring System OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979732987-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:56:11.731Z\",\"granule-count\":6,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Lundquist, + Jessica D., William Ryan Currier and Bill Baccus.2018. GPM Ground Validation + Snow Depth Monitoring System OLYMPEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/SNOWTUBE/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-123.707,\"NorthBoundingCoordinate\":47.8224,\"EastBoundingCoordinate\":-123.033,\"SouthBoundingCoordinate\":47.5008}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Climate Indicators\",\"Term\":\"Cryospheric Indicators\",\"VariableLevel1\":\"Snow + Depth\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Relative + Humidity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-09-05T00:00:00.000Z\",\"EndingDateTime\":\"2016-07-26T08:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/SNOWTUBE/DATA101\"},\"ShortName\":\"gpmsnowolyx\",\"EntryTitle\":\"GPM + Ground Validation Snow Depth Monitoring System OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsnowolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsnowolyx\"},{\"Description\":\" + An independent evaluation of frozen precipitation from the WRF model and PRISM + in the Olympic Mountains for WY 2015 and 2016\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://digital.lib.washington.edu/researchworks/handle/1773/38604\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/snow_depth_monitoring/doc/gpmsnowolyx_dataset.pdf\"},{\"Description\":\"Independent + Evaluation of Frozen Precipitation from WRF and PRISM in the Olympic Mountains\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-17-0026.1\"},{\"Description\":\"Evergreen + trees as inexpensive radiation shields for temperature sensors\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2008WR006979\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/snow_depth_monitoring/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-05-01T02:05:08.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:41:15.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Snow Depth Monitoring System OLYMPEX dataset consists + of snow depth, temperature, and relative humidity measurements which were + collected using snow depth poles, time lapse cameras, temperature/relative + humidity sensors, and manual snow surveys. This dataset was collected during + the GPM Ground Validation Olympic Mountain Experiment (OLYMPEX) held on the + Olympic Peninsula in the Pacific Northwest of the United States. The analyzed + data files are available in netCDF-3 data format. The dataset includes the + individual camera photos of snow poles taken hourly during the field campaign, + provided as JPG images. There are up to 3 cameras/poles per study site location. + \ In addition, a Microsoft Excel data file contains results of a manual snow + survey taken on the specific days of the Airborne Snow Observatory OLYMPEX + overflights. In total, measurements contained in this dataset extend from + September 5, 2014 through August 20, 2016, but the primary field campaign + data were collected during the fall 2015 to spring 2016 time period.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Annual\"],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"CAMERA\",\"LongName\":\"Camera\"},{\"ShortName\":\"HUMIDITY + SENSORS\",\"LongName\":\"HUMIDITY SENSORS\"},{\"ShortName\":\"SNOW TUBE\",\"LongName\":\"Snow + Tube\"},{\"ShortName\":\"TEMPERATURE SENSORS\",\"LongName\":\"TEMPERATURE + SENSORS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Excel + - netCDF-3\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmrgsaiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Southern Appalachian Rain Gauge IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2014483499-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:54:33.837Z\",\"granule-count\":45,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Barros, + Ana P, Douglas Miller, Anna M Wilson, Gregory Cutrell, Malarvizhi Arulraj, + Paul E. Super and Walter A Petersen.2017. GPM Ground Validation Southern Appalachian + Rain Gauge IPHEx [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/GAUGES/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.3713,\"NorthBoundingCoordinate\":35.8876,\"EastBoundingCoordinate\":-81.232,\"SouthBoundingCoordinate\":35.3683}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-01-03T07:20:16.000Z\",\"EndingDateTime\":\"2014-12-31T17:18:13.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/GAUGES/DATA301\"},\"ShortName\":\"gpmrgsaiphx\",\"EntryTitle\":\"GPM + Ground Validation Southern Appalachian Rain Gauge IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmrgsaiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmrgsaiphx\"},{\"Description\":\"Global + Precipitation Measurement (GPM) Science Implementation Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://pmm.nasa.gov/sites/default/files/document_files/GPM%20Science%20Implementation%20Plan%20-%20April%202013.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/disdrometers_and_gauges/rain_gauge_SA/doc/gpmrgsaiphx_dataset.pdf\"},{\"Description\":\" + Local random errors in tipping-bucket rain gauge measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2003)20%3C752:LREITB%3E2.0.CO;2\"},{\"Description\":\"Comparison + of Rain Gauge Measurements in the Mid-Atlantic Region\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JHM1137.1\"},{\"Description\":\"Evaluation + of TRMM ground-validation radar-rain errors using rain gauge measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JAMC2264.1\"},{\"Description\":\"IPHEx: + Integrated Precipitation and Hydrology Experiment\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"IPHEx-Southern + Appalachian Mountains -- Rainfall Data 2008-2014\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.7924/G8CJ8BJK\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-11-28T10:11:49.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Southern Appalachian Rain Gauge IPHEx dataset was collected + during the Integrated Precipitation and Hydrology Experiment (IPHEx) field + campaign consisting of 45 observation sites. The main goal of IPHEx were to + \ characterize warm season orographic precipitation regimes and hydrologic + processes in regions of complex terrain, to contribute to the development, + evaluation, and improvement of remote sensing precipitation algorithms in + support of the GPM mission. These data are available in ASCII-csv format from + January 3, 2008 thru December 31, 2014. Data collection began in 2008 due + to the entire network being funded by the NASA Precipitation Measurement Missions + (PMM) to make these observations of orographic precipitation in preparation + for the IPHEx field campaign.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Annual\"],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsslpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION SPECIAL SENSOR MICROWAVE IMAGER/SOUNDER (SSMI/S) LPVEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979814673-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:56:34.323Z\",\"granule-count\":627,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kidd, + Chris.2012. GPM GROUND VALIDATION SPECIAL SENSOR MICROWAVE IMAGER/SOUNDER + (SSMI/S) LPVEX [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/SSMIS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-30.79,\"NorthBoundingCoordinate\":89.56,\"EastBoundingCoordinate\":172.28,\"SouthBoundingCoordinate\":27.89}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-01T03:52:00.000Z\",\"EndingDateTime\":\"2011-03-31T18:27:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/SSMIS/DATA101\"},\"ShortName\":\"gpmsslpvex\",\"EntryTitle\":\"GPM + GROUND VALIDATION SPECIAL SENSOR MICROWAVE IMAGER/SOUNDER (SSMI/S) LPVEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsslpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsslpvex\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/lpvex/gpmsslpvex/gpmsslpvex_dataset.html\"},{\"Description\":\"NOAA's + National Climatic Data Center: Temperature Data Record File (TOR) April 10, + 2007\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PI + DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/lpvex/gpmsslpvex/ssmis-tdr.pdf\"},{\"Description\":\"LPVEx + extracted SSMIS Temperature Data Records\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/lpvex/gpmsslpvex/LPVEx_TDRs.doc\"},{\"Description\":\"program + to read extracted NOAA TDR SSMIS data\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/lpvex/gpmsslpvex/read_SSMIS_LPVEx_summary.f\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/LPVEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-01-31T13:25:30.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:47:58.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Special Sensor Microwave Imager/Sounder (SSMI/S) LPVEx + dataset contains brightness temperature data processed from the NOAA CLASS + QC temperature data records for the Light Precipitation Validation Experiment + (LVPEX), part of the Global Precipitation Measurement project. The mission + was to detect and characterize light rain and evaluate their estimates of + rainfall intensity in high latitude, shallow freezing level environments.Only + data with swaths within the area of interest are included. The temporal range + of the data includes the LPVEx campaign period (September 1, 2010) and extends + through the end of March 31, 2011.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F18\",\"LongName\":\"Defense Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F17\",\"LongName\":\"Defense Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F16\",\"LongName\":\"Defense Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"XTDR\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsurmetc3vp__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Surface Meteorological Station C3VP V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2003136676-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:56:38.356Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Rodriguez, + Peter .2021. GPM Ground Validation Surface Meteorological Station C3VP [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/C3VP/METSTATION/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.87,\"NorthBoundingCoordinate\":44.33,\"EastBoundingCoordinate\":-79.67,\"SouthBoundingCoordinate\":44.13}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-11-01T13:00:00.000Z\",\"EndingDateTime\":\"2007-03-31T21:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/C3VP/METSTATION/DATA101\"},\"ShortName\":\"gpmsurmetc3vp\",\"EntryTitle\":\"GPM + Ground Validation Surface Meteorological Station C3VP V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsurmetc3vp__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsurmetc3vp\"},{\"Description\":\"AES + Guidelines for Co-Operative Climatological Autostations - Version 2.0\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.ocean-ops.org/dbcp/doc/AES_Canada_Guide20.pdf\"},{\"Description\":\"C3VP: + Winter 2006-2007 Snowfall Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://gpm.nasa.gov/science/ground-validation/C3VP\"},{\"Description\":\"Egbert, + Ontario Instrument Site Information\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.ec.gc.ca/rs-mn/default.asp?lang=En&n=F382596F-1\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/c3vp/ccc/doc/gpmsurmetc3vp_dataset.pdf\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2021-02-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Environment Canada (EC) Surface Meteorological Station + C3VP dataset consists of meteorological data collected at the Environment + Canada (EC) climate station at the Centre for Atmospheric Research Experiments + (CARE) during the Canadian CloudSat/CALIPSO Validation Project (C3VP) field + campaign. The campaign took place in southern Canada in support of multiple + science missions, including the NASA GPM mission, in order to improve the + modeling and remote sensing of winter precipitation. The GPM GV EC Surface + Meteorological Station C3VP data include surface temperature and precipitation + data available from November 1, 2005 through March 31, 2007 in Microsoft Excel + format. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"C3VP\",\"LongName\":\"Canadian + CloudSat/CALIPSO Validation Project\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"},{\"ShortName\":\"Thermometers\",\"LongName\":\"Thermometers\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Excel\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmtpshpgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION TOTAL PRECIPITATION SENSOR (HOTPLATE) GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979827156-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:57:07.831Z\",\"granule-count\":147,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Patrick N Gatlin and Matthew T. Wingo.2013. GPM GROUND VALIDATION + TOTAL PRECIPITATION SENSOR (HOTPLATE) GCPEX [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/TPS/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.78,\"NorthBoundingCoordinate\":44.3,\"EastBoundingCoordinate\":-79.64,\"SouthBoundingCoordinate\":44.2}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Radiation\",\"VariableLevel1\":\"Solar Radiation\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Surface Pressure\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Longwave + Radiation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Relative + Humidity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-11-07T00:00:00.000Z\",\"EndingDateTime\":\"2012-02-21T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/TPS/DATA201\"},\"ShortName\":\"gpmtpshpgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION TOTAL PRECIPITATION SENSOR (HOTPLATE) GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmtpshpgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmtpshpgcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/gcpex/gpmtpshpgcpex/gpmtpshpgcpex_dataset.html\"},{\"Description\":\" + Total Precipitation Sensor TPS-3100 (HotPlate), GCPEx Field Campaign Last + updated October 23, 2013\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/disdrometers_and_gauges/tps_hotplate/doc/DataFormat_hotplate_gcpex.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-11-12T14:47:16.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-10T15:15:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Total Precipitation Sensor (HotPlate) GCPEx dataset + provides a measure of the liquid precipitation rate and accumulation for snow. + Additional data includes measurements of temperature, wind speed, relative + humidity, pressure, and solar and infrared radiation flux. These data were + gathered during the GPM Cold-season Precipitation Experiment (GCPEx) at the + CARE and SkyDive sites in Ontario, Canada during November 7, 2011 - February + 21, 2012. These data sets were collected to aid in the achievement of the + over arching goal of GCPEx which is to characterize the ability of multi-frequency + active and passive microwave sensors to detect and estimate falling snow.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"TOTAL + PRECIPITATION SENSOR (HOTPLATE)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmasinaiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION TOTAL SKY IMAGER IPHEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1980067507-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:37:26.831Z\",\"granule-count\":32417,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Tsay, + Si-Chee , Adrian Loftus and Peter Pantina.2015. GPM GROUND VALIDATION TOTAL + SKY IMAGER IPHEX [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/SKY-IMAGER/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.18,\"NorthBoundingCoordinate\":35.56,\"EastBoundingCoordinate\":-83.04,\"SouthBoundingCoordinate\":35.48}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Properties\",\"VariableLevel2\":\"Cloud Fraction\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-06T20:54:00.000Z\",\"EndingDateTime\":\"2014-06-15T22:19:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/SKY-IMAGER/DATA101\"},\"ShortName\":\"gpmasinaiphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION TOTAL SKY IMAGER IPHEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmasinaiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmasinaiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/AllSkyImager/doc/gpmasinaiphx_dataset.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"IPHEx + Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"IPHEx + Field Campaign Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/integrated-precipitation-and-hydrology-experiment-iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-11-10T15:02:54.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:30:17.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Total Sky Imager IPHEx dataset was gathered during the + GPM Ground Validation Integrated Precipitation and Hydrology Experiment (IPHEx) + in North Carolina from May 9, 2014 through June 14, 2014. The dataset includes + data from the total sky imager instrument which is part of the NASA Goddard + Space Flight Center (GSFC) ACHIEVE ground-based mobile laboratory. It is an + automatic, full-color sky imager system providing real-time, full color digital + images of daytime sky conditions. Data files are available in the JPEG image + format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"TSI\",\"LongName\":\"TOTAL + SKY IMAGER\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"JPEG\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmtrm2A25iphx__7/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation TRMM 2A25 NRT Precipitation Radar IPHEx V7\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979827468-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:57:11.899Z\",\"granule-count\":221,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Stocker, + Erich .2018. GPM Ground Validation TRMM 2A25 NRT Precipitation Radar IPHEx + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/TRMM/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-92.739,\"NorthBoundingCoordinate\":36.2271,\"EastBoundingCoordinate\":-70.8148,\"SouthBoundingCoordinate\":25.8391}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T00:31:50.000Z\",\"EndingDateTime\":\"2014-06-16T23:43:27.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/TRMM/DATA101\"},\"ShortName\":\"gpmtrm2A25iphx\",\"EntryTitle\":\"GPM + Ground Validation TRMM 2A25 NRT Precipitation Radar IPHEx V7\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmtrm2A25iphx__7/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmtrm2A25iphx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/2A25_radar/browse/2014-05-01/iphex_2A25_20140501T00-22-26Z.7.PNG\"},{\"Description\":\"NASA + GES DISC README Document for the Tropical Rainfall Measurement Mission (TRMM) + Version 7\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L2/TRMM_2A25/doc/README.TRMM_V7.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/2A25_radar/doc/gpmtrm2A25iphx_dataset.pdf\"},{\"Description\":\"Scoping + a field experiment: error diagnostics of TRMM precipitation radar estimates + in complex terrain as a basis for IPHEx2014\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.5194/hess-19-1501-2015\"},{\"Description\":\"Development + of Precipitation Radar onboard the Tropical Rainfall Measuring Mission (TRMM) + satellite\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/36.898669\"},{\"Description\":\"Intercomparison + of Single Frequency Methods for Retrieving a Vertical Rain Profile from Airborne + or Spaceborne Data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426%281994%29011%3C1507:IOSFMF%3E2.0.CO;2\"},{\"Description\":\"GHRC + home page for IPHEx campaign\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data \",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/2A25_radar/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-06-20T10:06:34.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation TRMM 2A25 NRT Precipitation Radar IPHEx data are estimates + of instantaneous three-dimensional distribution of rain from the Tropical + Rainfall Measuring Mission (TRMM) Precipitation Radar (PR). The TRMM 2A25 + (NRT) orbital precipitation radar data from NASA GES DISC have been extracted + for the southeast US region for May 1 to June 16, 2014 during the GPM Ground + Validation Integrated Precipitation and Hydrology Experiment (IPHEx) field + campaign. This data product contains the average rainfall rate between two + predefined altitudes derived from each radar beam position. Other output data + include parameters of Z-R relationships (R=aZb), integrated rain rate of each + beam, range bin numbers of rain layer boundaries, and many intermediate parameters. + Data files are available in HDF-4 format, while corresponding browse images + are also available in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"7\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmtmpaifld__7/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation TRMM Multi-satellite Precipitation Analysis (TMPA) IFloodS + V7\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979823036-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:56:56.422Z\",\"granule-count\":1456,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Huffman, + George J, Erich Stocker, David T Bolvin and Eric J Nelkin.2018. GPM Ground + Validation TRMM Multi-satellite Precipitation Analysis (TMPA) IFloodS [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/MULTIPLE/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-179.875,\"NorthBoundingCoordinate\":59.875,\"EastBoundingCoordinate\":179.875,\"SouthBoundingCoordinate\":-59.875}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\",\"VariableLevel2\":\"3 And 6 Hour Precipitation Amount\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-01T00:00:00.000Z\",\"EndingDateTime\":\"2013-06-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/MULTIPLE/DATA201\"},\"ShortName\":\"gpmtmpaifld\",\"EntryTitle\":\"GPM + Ground Validation TRMM Multi-satellite Precipitation Analysis (TMPA) IFloodS + V7\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmtmpaifld__7/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmtmpaifld\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/TMPA/browse/2013-06-26/ifloods_tmpa_3hrly_rain_2013062612.jpg\"},{\"Description\":\"The + TRMM Multi-satellite Precipitation Analysis (TMPA)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.1007/978-90-481-2915-7\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/TMPA/doc/gpmtmpaifld_dataset.pdf\"},{\"Description\":\"The + TRMM Multi-satellite Precipitation Analysis (TMPA): Quasi-global, multiyear, + combined-sensor precipitation estimates at fine scales\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JHM560.1\"},{\"Description\":\"Comparison + of precipitation estimates between Version 7 3-hourly TRMM Multi-Satellite + Precipitation Analysis (TMPA) near-real-time and research products\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1016/j.atmosres.2014.07.032\"},{\"Description\":\"Validation + of TRMM multi-satellite precipitation analysis (TMPA) products in the Peruvian + Andes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1016/j.atmosres.2014.11.012\"},{\"Description\":\"GHRC + IFloodS project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/TMPA/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-07-19T10:07:41.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation TRMM Multi-satellite Precipitation Analysis (TMPA) IFloodS + dataset is a subset of the TMPA 3B42RT gridded precipitation real-time product + selected for the time period of the GPM Ground Validation Iowa Flood Studies + (IFloodS) held in Iowa during April 1, 2013 to June 30, 2013. The goals of + IFloodS were to collect detailed measurements of precipitation at the Earth\u2019s + surface using ground instruments and advanced weather radars and to simultaneously + collect data from satellites passing overhead. TMPA is a calibration-based + sequential scheme for combining microwave (MW) and infrared (IR) precipitation + estimates from multiple satellites, as well as surface precipitation gauge + analyses where feasible, to produce precipitation estimates at fine scales: + 3-hourly, 0.25 degree maps. The TMPA IFloodS product is available in netCDF-4 + and binary formats, as well as 3-hour rainfall browse images in JPG format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"Version\":\"7\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"AQUA\",\"LongName\":\"Earth + Observing System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced + Microwave Scanning Radiometer-EOS\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA + POES\",\"LongName\":\"NOAA Polar Orbiting Environmental Satellites\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-2/F14\",\"LongName\":\"Defense Meteorological Satellite Program-F14\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission\",\"Instruments\":[{\"ShortName\":\"TMI\",\"LongName\":\"TRMM + Microwave Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F15\",\"LongName\":\"Defense Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F17\",\"LongName\":\"Defense Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-2/F13\",\"LongName\":\"Defense Meteorological Satellite Program-F13\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F16\",\"LongName\":\"Defense Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary + - netCDF-4\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmtmpaiphx__7/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation TRMM Multi-satellite Precipitation Analysis (TMPA) IPHEx + V7\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979825245-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:57:03.609Z\",\"granule-count\":752,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Huffman, + George J, Erich Stocker, David T Bolvin and Eric J Nelkin.2017. GPM Ground + Validation TRMM Multi-satellite Precipitation Analysis (TMPA) IPHEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/MULTIPLE/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":60.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-60.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-06-16T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/MULTIPLE/DATA301\"},\"ShortName\":\"gpmtmpaiphx\",\"EntryTitle\":\"GPM + Ground Validation TRMM Multi-satellite Precipitation Analysis (TMPA) IPHEx + V7\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmtmpaiphx__7/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmtmpaiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/TMPA/doc/gpmtmpaiphx_dataset.pdf\"},{\"Description\":\"The + TRMM Multisatellite Precipitation Analysis (TMPA): Quasi-Global, Multiyear, + Combined-Sensor Precipitation Estimates at Fine Scales\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JHM560.1\"},{\"Description\":\"The + TRMM Multisatellite Precipitation Analysis (TMPA): Quasi-Global, Multiyear, + Combined-Sensor Precipitation Estimates at Fine Scales\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"http://dx.doi.org/10.1175/JHM560.1\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-01-13T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + GPM Ground Validation TRMM Multi-satellite Precipitation Analysis (TMPA) IPHEx + dataset is a subset of the TMPA 3B42RT gridded precipitation product selected + for the time period of the GPM Ground Validation Integrated Precipitation + and Hydrology Experiment (IPHEx) held in North Carolina during May 1, 2014 + to June 15, 2014. The goal of IPHEx was to characterize warm season orographic + precipitation regimes and the relationship between precipitation regimes and + hydrologic processes in regions of complex terrain. This dataset contains + 3-hourly, 0.25 degree maps of precipitation derived using microwave (MW), + infra-red (IR), surface precipitation gauge measurements, and other rain + products that include the TRMM Precipitation Radar (PR) data. The IPHEx TMPA + product is available in netCDF-4 and binary formats.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"Version\":\"7\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"AQUA\",\"LongName\":\"Earth + Observing System, AQUA\",\"Instruments\":[{\"ShortName\":\"AMSR-E\",\"LongName\":\"Advanced + Microwave Scanning Radiometer-EOS\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission\",\"Instruments\":[{\"ShortName\":\"TMI\",\"LongName\":\"TRMM + Microwave Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F17\",\"LongName\":\"Defense Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-2/F13\",\"LongName\":\"Defense Meteorological Satellite Program-F13\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F15\",\"LongName\":\"Defense Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-17\",\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"Instruments\":[{\"ShortName\":\"AMSU-B\",\"LongName\":\"Advanced + Microwave Sounding Unit-B\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-2/F14\",\"LongName\":\"Defense Meteorological Satellite Program-F14\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F16\",\"LongName\":\"Defense Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpm2dc3vp__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Two-Dimensional Video Disdrometer (2DVD) C3VP V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995569530-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:35:54.150Z\",\"granule-count\":65,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Gatlin, + Patrick N.2020. GPM Ground Validation Two-Dimensional Video Disdrometer (2DVD) + C3VP [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/C3VP/2DVD/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.7906,\"NorthBoundingCoordinate\":44.2432,\"EastBoundingCoordinate\":-79.7706,\"SouthBoundingCoordinate\":44.2232}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Cryosphere\",\"Term\":\"Snow/Ice\",\"VariableLevel1\":\"Snow + Density\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-12-02T08:23:53.000Z\",\"EndingDateTime\":\"2007-04-09T23:45:50.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/C3VP/2DVD/DATA101\"},\"ShortName\":\"gpm2dc3vp\",\"EntryTitle\":\"GPM + Ground Validation Two-Dimensional Video Disdrometer (2DVD) C3VP V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpm2dc3vp__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpm2dc3vp\"},{\"Description\":\"C3VP: + Winter 2006-2007 Snowfall Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://gpm.nasa.gov/science/ground-validation/C3VP\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/c3vp/2dvd/doc/gpm2dc3vp_dataset.pdf\"},{\"Description\":\"C3VP + Field Campaign 2DVD Data Format Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/c3vp/2dvd/doc/DataFormat_2dvd_snow_c3vp.pdf\"},{\"Description\":\"Terminal + velocity and shape of cloud and precipitation drops aloft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0469(1976)033%3C0851:TVASOC%3E2.0.CO;2\"},{\"Description\":\"Two-Dimensional + Video Disdrometer: A Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2002)019%3C0602:TDVDAD%3E2.0.CO;2\"},{\"Description\":\"A + Methodology to Derive Radar Reflectivity\u2013Liquid Equivalent Snow Rate + Relations Using C-Band Radar and a 2D Video Disdrometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/2009JTECHA1284.1\"},{\"Description\":\"Comparison + of drop size distribution measurements by impact and optical disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(2001)040%3C2083:CODSDM%3E2.0.CO;2\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-05-07T12:05:50.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:55.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Two-Dimensional Video Disdrometer (2DVD) C3VP dataset + consists of snowfall data collected by the Two-Dimensional Video Disdrometer + (2DVD) during the Canadian CloudSat/CALIPSO Validation Project (C3VP) field + campaign. The campaign took place in southern Canada in support of multiple + science missions, including the NASA GPM mission, in order to improve the + modeling and remote sensing of winter precipitation. The 2DVD measures precipitation + characteristics such as size, shape, and velocity. During C3VP, there was + one 2DVD instrument deployed at the Meteorological Service of Canada (MSC) + operated Centre for Atmospheric Research Experiments (CARE) facility in Ontario, + Canada. The data include diameter, volume, and fall speed information for + individual snowflakes. The dataset files are available in ASCII text format + from December 2, 2006 through April 9, 2007.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"C3VP\",\"LongName\":\"Canadian + CloudSat/CALIPSO Validation Project\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"2DVD\",\"LongName\":\"Two-dimensional + Video Disdrometer (2DVD)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpm2dgcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) GCPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979122157-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:35:58.657Z\",\"granule-count\":226,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2013. GPM GROUND + VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) GCPEX [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/2DVD/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-79.93,\"NorthBoundingCoordinate\":44.6862,\"EastBoundingCoordinate\":-79.64,\"SouthBoundingCoordinate\":44.1765}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-10-27T00:00:49.000Z\",\"EndingDateTime\":\"2012-02-27T20:17:05.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/2DVD/DATA101\"},\"ShortName\":\"gpm2dgcpex\",\"EntryTitle\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) GCPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpm2dgcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpm2dgcpex\"},{\"Description\":\"GCPEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/GCPEX/DATA101\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/2dvd/gpm_2dvd_campaign_dataset.html\"},{\"Description\":\"GCPEx + Field Campaign October 2011 - March 2012\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/gcpex/gpm2dgcpex/DataFormat_2dvd_gcpex.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Instrument: + 2DVD Disdrometer Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/instrument-2dvd-disdrometer\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-06-04T11:36:43.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Two-Dimensional Video Disdrometer (2DVD) GCPEX dataset + was collected by the Two-Dimensional Video Disdrometer (2DVD) data, which + was collected during the GPM Cold-season Precipitation Experiment (GCPEx) + held in Ontario, Canada. GCPeX occurred in Ontario, Canada during the winter + season of 2011-2012. GCPEx addressed shortcomings in the GPM snowfall retrieval + algorithm by collecting microphysical properties, associated remote sensing + observations, and coordinated model simulations of precipitating snow.Collected + from six sites, the data contains daily ascii files with information on individual + snowflakes and hydrometeors, and binary files preprocessed from raw camera + data. Overall data dates range from 27 October 2011 through 27 February 2012 + depending on the specific site.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"2DVD\",\"LongName\":\"Two-dimensional + Video Disdrometer (2DVD)\"},{\"ShortName\":\"DISDROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpm2dhymex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) HYMEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979122485-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:36:02.885Z\",\"granule-count\":75,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2016. GPM GROUND + VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) HYMEX [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/HYMEX/2DVD/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":4.0975,\"NorthBoundingCoordinate\":44.1372,\"EastBoundingCoordinate\":12.4938,\"SouthBoundingCoordinate\":41.8936}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-09-12T16:39:39.000Z\",\"EndingDateTime\":\"2012-11-13T03:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/HYMEX/2DVD/DATA301\"},\"ShortName\":\"gpm2dhymex\",\"EntryTitle\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) HYMEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpm2dhymex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpm2dhymex\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"HyMeX + Two-Dimensional Video Disdrometer (2DVD) Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/hymex/2dvd/doc/gpm2dhymex_dataset.pdf\"},{\"Description\":\"Midlatitude + Continental Convective Clouds Experiment\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/hymex/2dvd/doc/DataFormat_2dvd_hymex.pdf\"},{\"Description\":\"Instrument: + 2DVD Disdrometer Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/instrument-2dvd-disdrometer\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-02-16T14:15:05.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Two-Dimensional Video Disdrometer (2DVD) HyMeX data + was collected during the HYdrological cycle in Mediterranean EXperiment (HyMeX), + which provided data on raindrop size and precipitation drop size distribution. + The 2DVD measured the size of raindrops and also recorded two side view optical + images of each raindrop. Used for in situ measurements of precipitation drop + size distribution, this instrument recorded orthogonal image projections of + raindrops as they crossed its sensing area and provided velocity and shape + of individual raindrops.The HyMeX 2DVD data were collected in France and Italy + from September 12, 2012 to November 12, 2012. The data are in ASCII format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HyMeX\",\"LongName\":\"HYdrological + cycle in Mediterranean EXperiment (HyMeX)\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"< + 1 second\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"2DVD\",\"LongName\":\"Two-dimensional + Video Disdrometer (2DVD)\"},{\"ShortName\":\"DISDROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpm2difld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) IFLOODS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979122689-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:36:07.639Z\",\"granule-count\":359,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2014. GPM GROUND + VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) IFLOODS [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/2DVD/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-92.4636,\"NorthBoundingCoordinate\":42.2388,\"EastBoundingCoordinate\":-91.5417,\"SouthBoundingCoordinate\":41.6407}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-03T22:36:08.000Z\",\"EndingDateTime\":\"2013-06-18T12:51:51.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/2DVD/DATA301\"},\"ShortName\":\"gpm2difld\",\"EntryTitle\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) IFLOODS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpm2difld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpm2difld\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/disdrometers_and_gauges/2dvd/doc/gpm2difld_dataset.pdf\"},{\"Description\":\"IFloodS + Field Campaign Data Format documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/2dvd/DataFormat_2dvd_ifloods.pdf\"},{\"Description\":\"Terminal + velocity and shape of cloud and precipitation drops aloft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0469(1976)033%3C0851:TVASOC%3E2.0.CO;2\"},{\"Description\":\"The + terminal velocity of fall for water drops in stagnant air\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0469(1949)006%3C0243:TTVOFF%3E2.0.CO;2\"},{\"Description\":\"Two-Dimensional + Video Disdrometer: A Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2002)019%3C0602:TDVDAD%3E2.0.CO;2\"},{\"Description\":\"Comparison + of drop size distribution measurements by impact and optical disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(2001)040%3C2083:CODSDM%3E2.0.CO;2\"},{\"Description\":\"IFloodS + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instrument: + 2DVD Disdrometer Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/instrument-2dvd-disdrometer\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-07-08T16:09:58.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:13:27.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Two-Dimensional Video Disdrometer (2DVD) IFloodS dataset + was collected during the GPM Ground Validation Iowa Flood Studies (IFLoodS) + field campaign in central-northeastern Iowa in 2013. This campaign aimed to + improve satellite precipitation measurements for flood prediction by using + ground measurements to improve satellite retrieval algorithms. The Two-Dimensional + Video Disdrometer (2DVD), developed by Joanneum Research (Graz, Austria), + measures raindrop characteristics such as size distribution, shape, and velocity. + The 2DVD IFloodS data was collected from 6 sites from April 3, 2013 to June + 18, 2013. Officially, the IFloodS campaign ran from May 1 to June 15, 2013 + but the 2DVD instruments were installed and calibrated prior to the start, + allowing for the wider period of record. The dataset contains daily ASCII + files that include measurements for various precipitation parameters.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"2DVD\",\"LongName\":\"Two-dimensional + Video Disdrometer (2DVD)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpm2diphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) IPHEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979123144-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:36:11.986Z\",\"granule-count\":277,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2014. GPM GROUND + VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) IPHEX [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/IPHEX/2DVD/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.0948,\"NorthBoundingCoordinate\":35.5858,\"EastBoundingCoordinate\":-82.0565,\"SouthBoundingCoordinate\":35.2266}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-04-23T00:00:00.000Z\",\"EndingDateTime\":\"2014-06-17T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/IPHEX/2DVD/DATA301\"},\"ShortName\":\"gpm2diphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) IPHEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpm2diphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpm2diphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/disdrometers_and_gauges/2dvd/doc/gpm2diphx_dataset.pdf\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Terminal + Velocity and Shape of Cloud and Precipitation Drops Aloft \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0469(1976)033%3C0851:TVASOC%3E2.0.CO;2\"},{\"Description\":\"The + Terminal Velocity of Fall For Water Droplets in Stagnant Air\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0469(1949)006%3C0243:TTVOFF%3E2.0.CO;2\"},{\"Description\":\"Experimental + Quantification of the Sampling Uncertainty Associated with Measurements from + PARSIVEL Disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2010JHM1244.1\"},{\"Description\":\"Two-Dimensional + Video Disdrometer: A Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2002)019%3C0602:TDVDAD%3E2.0.CO;2\"},{\"Description\":\"Comparison + of Drop Size Distribution Measurements by Impact and Optical Disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(2001)040%3C2083:CODSDM%3E2.0.CO;2\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2014-11-13T15:51:36.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Two-Dimensional Video Disdrometer (2DVD) IPHEx dataset + was collected during the GPM Ground Validation Integrated Precipitation and + Hydrology Experiment (IPHEx) held in North Carolina. The goal of IPHEx was + to evaluate the accuracy of satellite precipitation measurements and use the + collected data for hydrology models in the region. Collected from five sites, + the data contains daily ASCII files with information on individual hydrometeors + including the number of hydrometeors, raindrop size distribution, and particle + concentration. Overall data dates range from April 23, 2014 through June 17, + 2014; exact dates may vary per site.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"2DVD\",\"LongName\":\"Two-dimensional + Video Disdrometer (2DVD)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpm2dlpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) LPVEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979123518-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:36:16.554Z\",\"granule-count\":89,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2011. GPM GROUND + VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) LPVEX [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/2DVD/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":24.9749,\"NorthBoundingCoordinate\":60.4846,\"EastBoundingCoordinate\":25.6247,\"SouthBoundingCoordinate\":60.1045}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-15T00:00:00.000Z\",\"EndingDateTime\":\"2010-10-20T23:59:42.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/2DVD/DATA301\"},\"ShortName\":\"gpm2dlpvex\",\"EntryTitle\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) LPVEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpm2dlpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpm2dlpvex\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/2dvd/gpm_2dvd_campaign_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/LPVEx\"},{\"Description\":\"Instrument: + 2DVD Disdrometer Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/instrument-2dvd-disdrometer\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-01-27T12:32:35.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Two-Dimensional Video Disdrometer (2DVD) LPVEx dataset + was collected during the Light Precipitation Evaluation Experiment (LPVEx), + which took place in September and October 2010 in the Gulf of Finland. The + experiment aimed to characterize the ability of CloudSat, the Global Precipitation + Mission (GPM) Dual-frequency Precipitation Radar (DPR), and existing/planned + passive microwave (PMW) sensors, such as the GPM microwave imager (GMI), to + detect light rain and evaluate their estimates of rainfall intensity in high + latitude, shallow freezing level environments.The experiment leveraged in + situ microphysical property measurements, coordinated remote sensing observations, + and cloud resolving model simulations of high latitude precipitation systems + to conduct a comprehensive evaluation of precipitation algorithms for current + and future satellite platforms. The campaign will use these measurements to + better understand the process of light rainfall formation at high latitudes + and augment the currently limited database of light rainfall microphysical + properties that form the critical assumptions at the root of satellite retrieval + algorithm.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"2DVD\",\"LongName\":\"Two-dimensional + Video Disdrometer (2DVD)\"},{\"ShortName\":\"DISDROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Various: + Binary, ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpm2dmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979123780-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:36:23.065Z\",\"granule-count\":206,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2012. GPM GROUND + VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) MC3E [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/2DVD/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.5323,\"NorthBoundingCoordinate\":36.6334,\"EastBoundingCoordinate\":-97.4447,\"SouthBoundingCoordinate\":36.5784}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-21T16:22:00.000Z\",\"EndingDateTime\":\"2011-06-06T17:13:25.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/2DVD/DATA301\"},\"ShortName\":\"gpm2dmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpm2dmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpm2dmc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/2dvd/gpm_2dvd_campaign_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instrument: + 2DVD Disdrometer Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/instrument-2dvd-disdrometer\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-02-24T15:48:29.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Two-Dimensional Video Disdrometer (2DVD) MC3E dataset + was collected during the Midlatitude Continental Convective Clouds Experiment + (MC3E), which provides data on raindrop size and precipitation drop size distribution. + The MC3E took place in central Oklahoma during the April-June 2011 period. + The experiment was a collaborative effort between the U.S. Department of Energy + (DOE) Atmospheric Radiation Measurement (ARM) Climate Research Facility and + the National Aeronautics and Space Administration's (NASA) Global Precipitation + Measurement (GPM) mission Ground Validation (GV) program. The field campaign + leveraged the unprecedented observing infrastructure currently available in + the central United States, combined with an extensive sounding array, remote + sensing and in situ aircraft observations, NASA GPM ground validation remote + sensors, and new ARM instrumentation purchased with American Recovery and + Reinvestment Act funding. The overarching goal was to provide the most complete + characterization of convective cloud systems, precipitation, and the environment + that has ever been obtained, providing constraints for model cumulus parameterizations + and space-based rainfall retrieval algorithms over land that had never before + been available.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"< + 1 second\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"2DVD\",\"LongName\":\"Two-dimensional + Video Disdrometer (2DVD)\"},{\"ShortName\":\"DISDROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpm2dnsstc__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) NSSTC V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979124928-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:36:27.396Z\",\"granule-count\":332,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2010. GPM GROUND + VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) NSSTC [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/NSSTC/2DVD/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-86.6419,\"NorthBoundingCoordinate\":34.7233,\"EastBoundingCoordinate\":-86.6419,\"SouthBoundingCoordinate\":34.7233}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-11-20T20:05:25.000Z\",\"EndingDateTime\":\"2011-10-13T22:00:22.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/NSSTC/2DVD/DATA201\"},\"ShortName\":\"gpm2dnsstc\",\"EntryTitle\":\"GPM + GROUND VALIDATION TWO-DIMENSIONAL VIDEO DISDROMETER (2DVD) NSSTC V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpm2dnsstc__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpm2dnsstc\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/related/gpm2dnsstc/gpm_2dvd_nsstc_dataset.html\"},{\"Description\":\"GPM + GV Huntsville, AL Data Format documentation: Two-dimensional video disdrometer + (2DVD), NSSTC November 2009 - October 2011\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/related/gpm2dnsstc/DataFormat_2dvd_nsstc.pdf\"},{\"Description\":\"Instrument: + 2DVD Disdrometer Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/instrument-2dvd-disdrometer\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2010-10-05T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T14:36:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Two-Dimensional Video Disdrometer (2DVD) NSSTC dataset + was collected by the Two-Dimensional Video Disdrometer (2DVD), which uses + two high speed line scan cameras which provide continuous measurements of + size distribution, shape and fall velocities of all precipitation particles + and types. This 2DVD is the third generation 2D video disdrometer designed + by Joanneum Research of Graz, Austria. This dataset provides rainfall data + for the Global Precipitation Measurement (GPM) Mission Ground Validation Experiment + collected at the National Space Science Technology Center (NSSTC) in Hunstville, + AL. There may be occasional gaps in the data when the instrument is not resident + at the NSSTC and is sent to participate in field campaigns.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALABAMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GPMGV\",\"LongName\":\"Global + Precipitation Measurement Ground Validation\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"< + 1 second\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"Ground-based Observations\",\"Instruments\":[{\"ShortName\":\"2DVD\",\"LongName\":\"Two-dimensional + Video Disdrometer (2DVD)\"},{\"ShortName\":\"DISDROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpm2dvdolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Two-Dimensional Video Disdrometer (2DVD) OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979125379-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:36:31.982Z\",\"granule-count\":53,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, David Wolff, Matthew T. Wingo and Ali Tokay.2017. GPM Ground Validation + Two-Dimensional Video Disdrometer (2DVD) OLYMPEX [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/2DVD/DATA/301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-123.993,\"NorthBoundingCoordinate\":47.514,\"EastBoundingCoordinate\":-123.812,\"SouthBoundingCoordinate\":47.36}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Total + Surface Precipitation Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-10-31T22:28:00.000Z\",\"EndingDateTime\":\"2016-01-17T21:30:44.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/2DVD/DATA/301\"},\"ShortName\":\"gpm2dvdolyx\",\"EntryTitle\":\"GPM + Ground Validation Two-Dimensional Video Disdrometer (2DVD) OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpm2dvdolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpm2dvdolyx\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX Web Site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/disdrometers_and_gauges/2dvd/doc/gpm2dvdolyx_dataset.pdf\"},{\"Description\":\"Two-Dimensional + Video Disdrometer: A Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2002)019%3C0602:TDVDAD%3E2.0.CO;2\"},{\"Description\":\"Drop + Shapes, Model Comparisons, and Calculations of Polarimetric Radar Parameters + in Rain\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JTECH2051.1\"},{\"Description\":\"Comparison + of Drop Size Distribution Measurements by Impact and Optical Disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(2001)040%3C2083:CODSDM%3E2.0.CO;2\"},{\"Description\":\"Rainfall + Microphysics and Radar Properties: Analysis Methods for Drop Size Spectra\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(1998)037%3C0912:RMARPA%3E2.0.CO;2\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"Terminal + Velocity and Shape of Cloud and Precipitation Drops Aloft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0469(1976)033%3C0851:TVASOC%3E2.0.CO;2\"},{\"Description\":\"The + 2D-Video-Distrometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1007/978-3-540-77655-0_1\"},{\"Description\":\"OLYMPEX + Field Campaign Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"2DVD + Instrument Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/instrument-2dvd-disdrometer\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-11-17T08:11:34.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Two-Dimensional Video Disdrometer (2DVD) OLYMPEX dataset + contains information on individual hydrometeors including their size distribution, + terminal fall speed, and total concentration collected during the Global Precipitation + Measurement mission (GPM) Ground Validation (GV) Olympic Mountains Experiment + (OLYMPEX). The OLYMPEX field campaign took place between November 2015 and + January 2016, with additional ground sampling continuing through February + 2016, on the Olympic Peninsula in the Pacific Northwest of the United States. + The purpose of the campaign was to provide ground-validation data for the + measurements taken by instrumentation aboard the GPM Core Observatory satellite. + The Two-Dimensional Video Disdrometer (2DVD) data were collected from four + sites during the campaign. The dataset files are available from October 31, + 2015 through January 17, 2016 (though the exact dates may vary per site) in + ASCII-tsv format. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"2DVD\",\"LongName\":\"Two-dimensional + Video Disdrometer (2DVD)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpm2dwff2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Two-Dimensional Video Disdrometer (2DVD) WFF V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979125920-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:36:36.470Z\",\"granule-count\":55,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A, Ali Tokay, Patrick N Gatlin and Matthew T. Wingo.2019. GPM Ground + Validation Two-Dimensional Video Disdrometer (2DVD) WFF V2 [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/WFF/2DVD/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-75.4781,\"NorthBoundingCoordinate\":37.9442,\"EastBoundingCoordinate\":-75.4572,\"SouthBoundingCoordinate\":37.9289}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Droplet + Size\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-07-24T06:13:00.000Z\",\"EndingDateTime\":\"2015-10-05T11:56:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/WFF/2DVD/DATA301\"},\"ShortName\":\"gpm2dwff2\",\"EntryTitle\":\"GPM + Ground Validation Two-Dimensional Video Disdrometer (2DVD) WFF V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpm2dwff2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpm2dwff2\"},{\"Description\":\"Wallops + Disdrometer data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://wallops-prf.gsfc.nasa.gov/Disdrometer/index.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/wff/2dvd_V2/doc/gpm2dwff2_dataset.pdf\"},{\"Description\":\"Two-Dimensional + Video Disdrometer: A Description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2002)019%3C0602:TDVDAD%3E2.0.CO;2\"},{\"Description\":\"The + 2D-video-disdrometer, Precipitation: Advances in Measurement, Estimation and + Prediction\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1007/978-3-540-77655-0_1\"},{\"Description\":\"Drop + Shapes, Model Comparisons, and Calculations of Polarimetric Radar Parameters + in Rain\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JTECH2051.1\"},{\"Description\":\"Comparison + of Drop Size Distribution Measurements by Impact and Optical Disdrometers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(2001)040%3C2083:CODSDM%3E2.0.CO;2\"},{\"Description\":\"Rainfall + Microphysics and Radar Properties: Analysis Methods for Drop Size Spectra\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(1998)037%3C0912:RMARPA%3E2.0.CO;2\"},{\"Description\":\"GPM + Precipitation Science Research Facility at Wallops Flight Facility\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"http://wallops-prf.gsfc.nasa.gov/\"},{\"Description\":\"Instrument: + 2DVD Disdrometer Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/instrument-2dvd-disdrometer\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-04-11T10:04:56.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:42:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Two-Dimensional Video Disdrometer (2DVD) WFF data were + collected during the Global Precipitation Mission (GPM) Ground Validation + (GV) campaign at the NASA Wallops Flight Facility (WFF) in Wallops Island, + Virginia. These data consist of the size, equivalent diameter, fall speed, + oblateness, cross-sectional area of raindrops, particle concentration, total + number of drops, total drop concentration, liquid water content, rain rate, + reflectivity, and rain event characteristics. The data are in ASCII format + and available from July 24, 2013 through October 5, 2015.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"VIRGINIA\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"GPMGV\",\"LongName\":\"Global + Precipitation Measurement Ground Validation\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Weekly + - < Monthly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"2DVD\",\"LongName\":\"Two-dimensional + Video Disdrometer (2DVD)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmradioiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation UNCA Upper Air Radiosonde IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979694031-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:53:37.031Z\",\"granule-count\":168,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Miller, + Douglas .2016. GPM Ground Validation UNCA Upper Air Radiosonde IPHEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/RADIOSONDE/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-82.5944,\"NorthBoundingCoordinate\":36.5301,\"EastBoundingCoordinate\":-81.4548,\"SouthBoundingCoordinate\":35.1665}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Pressure\",\"VariableLevel1\":\"Atmospheric + Pressure Measurements\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Dew + Point Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Altitude\",\"VariableLevel1\":\"Geopotential + Height\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Upper Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Upper + Level Winds\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-04-29T23:58:00.000Z\",\"EndingDateTime\":\"2014-06-12T22:28:33.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/RADIOSONDE/DATA201\"},\"ShortName\":\"gpmradioiphx\",\"EntryTitle\":\"GPM + Ground Validation UNCA Upper Air Radiosonde IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmradioiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmradioiphx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/radiosonde/browse/2014-04-29/iphex_radiosonde_20140429_iop01_snd01.png\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"iMet-1-ABxn + Radiosonde 403 MHz GPS with Pressure Sensor\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://intermetsystems.com/ee/pdf/iMet-1-ABxn_Data_150316.pdf\"},{\"Description\":\"IPHEx2014 + current data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://www.atms.unca.edu/iphex/rt_iphex_2014.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/radiosonde/doc/gpmradioiphx_dataset.pdf\"},{\"Description\":\"GHRC + IPHEx project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/radiosonde/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-12-05T13:48:47.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation UNCA Upper Air Radiosonde IPHEx dataset was collected + from April 29, 2014 through June 12, 2014 during the GPM Ground Validation + Integrated Precipitation and Hydrology Experiment (IPHEx) held in North Carolina. + The goal of IPHEx was to characterize warm season orographic precipitation + regimes and the relationship between precipitation regimes and hydrologic + processes in regions of complex terrain. These radiosonde data files include + pressure, geometric height, temperature, relative humidity, dew point temperature, + wind direction, and wind speed measurements at various levels of the troposphere. + The data are available in ASCII-tsv format files, and browse imagery are available + as Portable Network Graphics (PNG) format files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RADIOSONDES\",\"LongName\":\"Radiosondes\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcmgcpex2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION UND CITATION CLOUD MICROPHYSICS GCPEX V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979131261-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:38:43.460Z\",\"granule-count\":164,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Delene, + David and Michael R Poellot.2016. GPM GROUND VALIDATION UND CITATION CLOUD + MICROPHYSICS GCPEX V2 [indicate subset used]. Dataset available online from + the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/MULTIPLE/DATA203\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-80.3847,\"NorthBoundingCoordinate\":46.3615,\"EastBoundingCoordinate\":-78.7659,\"SouthBoundingCoordinate\":43.4595}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Dew Point Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Wind + Dynamics\",\"VariableLevel2\":\"Turbulence\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Attitude Characteristics\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Particulate + Matter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Particle Properties\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-19T14:48:04.000Z\",\"EndingDateTime\":\"2012-02-24T20:15:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/MULTIPLE/DATA203\"},\"ShortName\":\"gpmcmgcpex2\",\"EntryTitle\":\"GPM + GROUND VALIDATION UND CITATION CLOUD MICROPHYSICS GCPEX V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcmgcpex2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcmgcpex2\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/cloud_microphysics_Citation/UND_cloud_microphysics/browse/20120119_144804/CP20120119_150413_488.png\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/cloud_microphysics_Citation/UND_cloud_microphysics/doc/gpmcmgcpex2_dataset.pdf\"},{\"Description\":\"University + of North Dakota Cessna Citation GCPEx Data Set\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/cloud_microphysics_Citation/UND_cloud_microphysics/doc/UNDCitationDataSummary.pdf\"},{\"Description\":\"GCPEX + Citation Mission Summary\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/cloud_microphysics_Citation/UND_cloud_microphysics/doc/GCPEX_UND_Citation_Mission_Summary.pdf\"},{\"Description\":\"GCPEx + Citation Data Edit Overview\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/cloud_microphysics_Citation/UND_cloud_microphysics/doc/GCPEX_Citation_Data_Edit.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/cloud_microphysics_Citation/UND_cloud_microphysics/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-05-31T11:10:09.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:24.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation UND Citation Cloud Microphysics GCPEx dataset includes + instrument measurements of cloud microphysics, state of atmosphere parameters. + bulk aerosols, three-dimensional winds, and turbulence. These measurements + were taken by the University of North Dakota's (UND) Cessna Citation aircraft, + an in situ platform used during the GCPEx campaign. The GPM Ground Validation + UND Citation Cloud Microphysics GCPEx data are stored as a separate file for + each flight, including both a primary file containing direct and derived parameters, + and raw data for each cloud instrument aboard the Citation. This dataset contains + measurements collected across 12 data missions from January 19, 2012 through + February 24, 2012. Navigation files for this dataset were updated July 2015.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND Citation + II\",\"Instruments\":[{\"ShortName\":\"CDP\",\"LongName\":\"Cloud Droplet + Probe\"},{\"ShortName\":\"CPC\",\"LongName\":\"Cloud Particle Counter\"},{\"ShortName\":\"CPI + PROBES\"},{\"ShortName\":\"HVPS\",\"LongName\":\"High Volume Particle Sampler\"},{\"ShortName\":\"INS\",\"LongName\":\"Inertial + Navigation System\"},{\"ShortName\":\"LASER HYGROMETERS\"},{\"ShortName\":\"NEVZOROV + PROBE\",\"LongName\":\"Nevzorov Water Vapor Probe\"},{\"ShortName\":\"PMS + 2D-C PROBE\",\"LongName\":\"Particle Measuring Systems 2D-C Probe\"},{\"ShortName\":\"PMS + KING PROBE\"},{\"ShortName\":\"ROSEMOUNT ICING DETECTOR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Various: + ASCII, Binary\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcmiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION UND CITATION CLOUD MICROPHYSICS IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979131539-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:38:47.595Z\",\"granule-count\":537,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Poellot, + Michael R and Andrew J Heymsfield.2015. GPM GROUND VALIDATION UND CITATION + CLOUD MICROPHYSICS IPHEx [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/MULTIPLE/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.1,\"NorthBoundingCoordinate\":35.59,\"EastBoundingCoordinate\":-82.06,\"SouthBoundingCoordinate\":35.23}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Dew Point Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Attitude + Characteristics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Particulate + Matter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Particle Properties\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-06T17:45:37.000Z\",\"EndingDateTime\":\"2014-06-13T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/MULTIPLE/DATA201\"},\"ShortName\":\"gpmcmiphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION UND CITATION CLOUD MICROPHYSICS IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcmiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcmiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/cloud_microphysics_Citation/UND_cloud_microphysics/doc/gpmcmiphx_dataset.pdf\"},{\"Description\":\"PI + Document\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PI + DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/iphex/citation_mission/Citation_IPHEX_MissionSummary.pdf\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-04-28T18:45:24.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:24.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + University of North Dakota (UND) Cessna Citation aircraft, an in-situ platform + for the IPHEx campaign, carried a suite of instruments for measurements of + cloud microphysics, state of the atmosphere parameters, aerosols, three-dimensional + winds and turbulence. The data are stored as a separate file for each flight, + with a primary (*.iphex_ file containing both direct and derived parameters. + \ Raw data files for each cloud instrument are also archived for investigators + who wish to use their own processing software. Citation flight navigation + data is also included in this dataset.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND Citation + II\",\"Instruments\":[{\"ShortName\":\"CDP\",\"LongName\":\"Cloud Droplet + Probe\"},{\"ShortName\":\"CPC\",\"LongName\":\"Cloud Particle Counter\"},{\"ShortName\":\"CPI + PROBES\"},{\"ShortName\":\"HVPS\",\"LongName\":\"High Volume Particle Sampler\"},{\"ShortName\":\"INS\",\"LongName\":\"Inertial + Navigation System\"},{\"ShortName\":\"LASER HYGROMETERS\"},{\"ShortName\":\"NEVZOROV + PROBE\",\"LongName\":\"Nevzorov Water Vapor Probe\"},{\"ShortName\":\"PMS + 2D-C PROBE\",\"LongName\":\"Particle Measuring Systems 2D-C Probe\"},{\"ShortName\":\"PMS + KING PROBE\"},{\"ShortName\":\"ROSEMOUNT ICING DETECTOR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - Binary\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcmmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION UND CITATION CLOUD MICROPHYSICS MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979132182-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:38:51.686Z\",\"granule-count\":451,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Delene, + David and Michael R Poellot.2012. GPM GROUND VALIDATION UND CITATION CLOUD + MICROPHYSICS MC3E [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/MULTIPLE/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-99.1654,\"NorthBoundingCoordinate\":40.944,\"EastBoundingCoordinate\":-95.2302,\"SouthBoundingCoordinate\":34.3247}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Wind + Dynamics\",\"VariableLevel2\":\"Turbulence\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Attitude Characteristics\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Dew Point Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-22T21:49:38.000Z\",\"EndingDateTime\":\"2011-06-02T18:19:36.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/MULTIPLE/DATA201\"},\"ShortName\":\"gpmcmmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION UND CITATION CLOUD MICROPHYSICS MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcmmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcmmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/cloud_microphysics_Citation/UND_cloud_microphysics/browse/20110530/CPI_dataCP20110530_151912_132.png\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmcmmc3e/gpmcmmc3e_dataset.html\"},{\"Description\":\"Citation + MC3E Data Quality; submitted on September 9, 2014\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmcmmc3e/Citation_MC3E_Data_Quality_2014-09_v2.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/cloud_microphysics_Citation/UND_cloud_microphysics/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-10-16T12:12:24.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:43:25.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation UND Citation Cloud Microphysics MC3E dataset was collected + during the Midlatitude Continental Convective Clouds Experiment (MC3E), which + took place in central Oklahoma during the April-June 2011 period. The experiment + was a collaborative effort between the U.S. Department of Energy (DOE) Atmospheric + Radiation Measurement (ARM) Climate Research Facility and the National Aeronautics + and Space Administration's (NASA) Global Precipitation Measurement (GPM) mission + Ground Validation (GV) program. The University of North Dakota (UND) Cessna + Citation aircraft, an in-situ platform for the MC3E campaign, carried a suite + of instruments for measurements of cloud microphysics, state of the atmosphere + parameters, aerosols, three-dimensional winds and turbulence. The Citation + flew 15 data missions, which totaled 42.6 flight hours. The data are stored + as a separate file for each flight. Raw data files for each cloud instrument + are also archived to allow investigators to use their own processing software. + Particle size spectra for the imaging probes were processed by NCAR and are + archived and distributed as a separate dataset (Particle probes).\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND Citation + II\",\"Instruments\":[{\"ShortName\":\"CDP\",\"LongName\":\"Cloud Droplet + Probe\"},{\"ShortName\":\"CPI PROBES\"},{\"ShortName\":\"HVPS\",\"LongName\":\"High + Volume Particle Sampler\"},{\"ShortName\":\"INS\",\"LongName\":\"Inertial + Navigation System\"},{\"ShortName\":\"LASER HYGROMETERS\"},{\"ShortName\":\"PARTICLE + SPECTROMETERS\"},{\"ShortName\":\"PMS 2D-C PROBE\",\"LongName\":\"Particle + Measuring Systems 2D-C Probe\"},{\"ShortName\":\"PMS KING PROBE\"},{\"ShortName\":\"ROSEMOUNT + ICING DETECTOR\"},{\"ShortName\":\"UHSAS\",\"LongName\":\"Ultra-High Sensitivity + Aerosol Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - Binary\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmcmolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation UND Citation Cloud Microphysics OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979132803-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:38:55.677Z\",\"granule-count\":978,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Poellot, + Michael R, Andrew J Heymsfield and Aaron Bansemer.2017. GPM Ground Validation + UND Citation Cloud Microphysics OLYMPEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/MULTIPLE/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-126.129,\"NorthBoundingCoordinate\":48.3535,\"EastBoundingCoordinate\":-97.1811,\"SouthBoundingCoordinate\":46.2209}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Particle Size Distribution\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indices\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-12T18:49:13.000Z\",\"EndingDateTime\":\"2015-12-19T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/MULTIPLE/DATA201\"},\"ShortName\":\"gpmcmolyx\",\"EntryTitle\":\"GPM + Ground Validation UND Citation Cloud Microphysics OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmcmolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmcmolyx\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/cloud_microphysics_Citation/UND_cloud_microphysics/browse/20151124_155525/CP20151124_161619_333.png\"},{\"Description\":\"OLYMPEX + Ground Validation Experiment Field Operations Plans (Version 3)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://olympex.atmos.washington.edu/docs/OLYMPEX_OpsPlan.pdf\"},{\"Description\":\"M300 + Reference Guide - Description of Instrument Measurement Output\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.scieng.com/pdf/M300Reference.pdf\"},{\"Description\":\"2D-S + Technical Manual Rev. 3.1: A Two Dimensional, Stereo, Particle Imaging Probe + (Also includes Documentation for Model 2D-128)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.specinc.com/sites/default/files/software_and_manuals/2D-S_Technical%20Manual_rev3.1_20110228.pdf\"},{\"Description\":\"Cloud + Particle Image CPD V2.5 User\u2019s Manual\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.specinc.com/sites/default/files/software_and_manuals/CPI_Technical%20Manual_rev1.2_20130226.pdf\"},{\"Description\":\"HVPS + V3 Technical Manual Rev. 1.2: A High Volume Precipitation Spectrometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.specinc.com/sites/default/files/software_and_manuals/HVPS_Technical%20Manual_rev1.2_20130227.pdf\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/cloud_microphysics_Citation/UND_cloud_microphysics/doc/gpmcmolyx_dataset.pdf\"},{\"Description\":\"Airborne + Data Processing and Analysis Software Package\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1007/s12145-010-0061-4\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-09-15T11:09:50.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:39:45.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation UND Citation Cloud Microphysics OLYMPEX dataset includes + measurements of cloud microphysics, state of the atmosphere parameters, three-dimensional + winds, and turbulence. These measurements were taken during the OLYMPEX campaign + by the University of North Dakota\u2019s (UND) Cessna Citation II aircraft + over a series of 20 flights totaling roughly 60 flight hours. The UND Citation + Cloud Microphysics data are stored as separate files for each flight, with + a primary (*.olympex) file containing both direct and derived parameters. + Raw data files for each instrument are also archived for investigators who + wish to use their own processing software. Data are available from flights + that occurred from November 12, 2015 through December 19, 2015 in ASCII, ASCII-csv, + and binary formats, while browse images are available in PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND CITATION + II\",\"Instruments\":[{\"ShortName\":\"2DC\",\"LongName\":\"2D Cloud Probe\"},{\"ShortName\":\"2DS\",\"LongName\":\"2D-STEREO + PARTICLE PROBE (2DS)\"},{\"ShortName\":\"CDP\",\"LongName\":\"Cloud Droplet + Probe\"},{\"ShortName\":\"CPI PROBES\"},{\"ShortName\":\"HVPS\",\"LongName\":\"High + Volume Particle Sampler\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - Binary\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnavcitgcpex2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION UND CITATION NAVIGATION DATA GCPEX V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979635204-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:48:00.054Z\",\"granule-count\":13,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Delene, + David and Michael R Poellot.2016. GPM GROUND VALIDATION UND CITATION NAVIGATION + DATA GCPEX V2 [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/GCPEX/NAV/DATA002\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-80.549,\"NorthBoundingCoordinate\":46.3966,\"EastBoundingCoordinate\":-78.7659,\"SouthBoundingCoordinate\":43.4595}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Attitude + Characteristics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Data Synchronization Time\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Upper + Air Temperature\",\"VariableLevel2\":\"Dew Point Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Wind + Dynamics\",\"VariableLevel2\":\"Turbulence\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Atmospheric Pressure Measurements\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-19T14:48:06.000Z\",\"EndingDateTime\":\"2012-02-24T20:14:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"0\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/GCPEX/NAV/DATA002\"},\"ShortName\":\"gpmnavcitgcpex2\",\"EntryTitle\":\"GPM + GROUND VALIDATION UND CITATION NAVIGATION DATA GCPEX V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnavcitgcpex2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnavcitgcpex2\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/gcpex/nav_citation/doc/gpmnavcitgcpex2_dataset.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GCPEx\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-05-31T11:10:02.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:16.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation UND Citation Navigation Data GCPEx V2 dataset was collected + by the Cessna Citation II Research, which was aircraft, owned, and operated + by the University of North Dakota (UND), participated in the GPM Cold-season + Precipitation Experiment (GCPEx) by serving as an in situ microphysics sampling + platform. GCPEx addressed shortcomings in the GPM snowfall retrieval algorithm + by collecting microphysical properties associated remote sensing observations, + and coordinated model simulations of precipitating snow. These data sets were + collected to aid in the achievement Data User Guide of the overarching goal + of GCPEx, which is to characterize the ability of multi-frequency active and + passive microwave sensors to detect and estimate falling snow. The GCPEx navigation + data set collected wind speed amongst several other parameters. It would + also be beneficial to list the other parameters it collected.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ONTARIO\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"GCPEx\",\"LongName\":\"GPM + Cold Season Precipitation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND Citation + II\",\"Instruments\":[{\"ShortName\":\"Accelerometers\"},{\"ShortName\":\"GNSS\",\"LongName\":\"GNSS + RECEIVERS\"},{\"ShortName\":\"GPS\",\"LongName\":\"Global Positioning System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PDF + - ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnavcitiphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION UND CITATION NAVIGATION DATA IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979635316-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:48:04.391Z\",\"granule-count\":33,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Poellot, + Michael R, Andrew J Heymsfield and David Delene.2015. GPM GROUND VALIDATION + UND CITATION NAVIGATION DATA IPHEx [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/NAV/DATA/001\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-81.0,\"NorthBoundingCoordinate\":46.5,\"EastBoundingCoordinate\":-78.0,\"SouthBoundingCoordinate\":43.5}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Wind + Dynamics\",\"VariableLevel2\":\"Turbulence\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Data Synchronization Time\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Attitude + Characteristics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Atmospheric Pressure Measurements\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Airspeed/Ground + Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Upper Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Upper + Level Winds\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-06T17:45:38.000Z\",\"EndingDateTime\":\"2014-06-13T23:39:40.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/NAV/DATA/001\"},\"ShortName\":\"gpmnavcitiphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION UND CITATION NAVIGATION DATA IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnavcitiphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnavcitiphx\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"Cessna + Citation II Research Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://airborneresearch.atmos.und.edu/\"},{\"Description\":\"Citation + Research Aircraft Data File Format \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://airborneresearch.atmos.und.edu/dataformat.aspx\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/nav_citation/doc/gpmnavcitiphx_dataset.pdf\"},{\"Description\":\"IPHEx + Citation Mission Summary\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/iphex/citation_mission/Citation_IPHEX_MissionSummary.pdf\"},{\"Description\":\"NASA + GPM-Ground Validation: Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.7924/G8CC0XMR\"},{\"Description\":\"Airborne + data processing and analysis software package\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1007/s12145-010-0061-4\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-04-30T12:46:35.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:27:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation UND Citation Navigation Data IPHEx dataset supplies + navigation data collected by the Cessna Citation II aircraft for flights that + occurred during March 6, 2014 through June 13, 2014 for the Global Precipitation + Measurement Ground Validation Integrated Precipitation and Hydrology Experiment + (IPHEx) field campaign in North Carolina. The goal of IPHEx was to evaluate + the accuracy of satellite precipitation measurements and use the collected + data for hydrology models in the region. The Cessna Citation II Research aircraft, + owned and operated by the University of North Dakota (UND), participated in + the IPHEx field campaign by serving as an in situ microphysics sampling platform. + This navigation dataset consists of final processed files containing records + that include flight time, aircraft location (latitude, longitude, and altitude), + air temperature, wind speed, and other relevant aircraft parameters in ASCII + format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEx\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND CITATION + II\",\"Instruments\":[{\"ShortName\":\"Accelerometers\"},{\"ShortName\":\"GNSS\",\"LongName\":\"GNSS + RECEIVERS\"},{\"ShortName\":\"GPS\",\"LongName\":\"Global Positioning System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnavcitmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION UND CITATION NAVIGATION DATA MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979635449-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:48:08.697Z\",\"granule-count\":54,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Poellot, + Michael R.2012. GPM GROUND VALIDATION UND CITATION NAVIGATION DATA MC3E [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/NAV/DATA102\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-99.4669,\"NorthBoundingCoordinate\":48.5123,\"EastBoundingCoordinate\":-95.2302,\"SouthBoundingCoordinate\":34.3247}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Flight Data Logs\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Data + Synchronization Time\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Attitude Characteristics\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Pressure\",\"VariableLevel1\":\"Atmospheric + Pressure Measurements\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Wind Dynamics\",\"VariableLevel2\":\"Turbulence\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-01T15:30:59.000Z\",\"EndingDateTime\":\"2011-06-02T18:48:21.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/NAV/DATA102\"},\"ShortName\":\"gpmnavcitmc3e\",\"EntryTitle\":\"GPM + GROUND VALIDATION UND CITATION NAVIGATION DATA MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnavcitmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnavcitmc3e\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"GPM + Mission Concept\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://pmm.nasa.gov/GPM\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/gpmgv/mc3e/gpmnavcitmc3e/gpmnavcitmc3e_dataset.html\"},{\"Description\":\"Citation + MC3E Data Quality As of June 27, 2011\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/gpmgv/mc3e/gpmnavcitmc3e/Data_Quality_Overview_Citation_MC3E.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/flight_tracks_summaries/data/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-04-09T15:02:18.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:17.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation UND Citation Navigation Data MC3E dataset was collected + by the Cessna Citation II Research aircraft owned and operated by the University + of North Dakota (UND) participated in the Midlatitude Continental Convective + Clouds Experiment (MC3E) supplying navigation data and also carrying cloud + microphysics instruments. This navigation dataset consists of files (.txt) + from UND containing records with flight time (UT seconds from midnight) and + aircraft latitude, longitude and altitude. The dataset also contains the IWG1 + data collected during the mission. Data was collected from April 1, 2011 through + June 2, 2011.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND Citation + II\",\"Instruments\":[{\"ShortName\":\"Accelerometers\"},{\"ShortName\":\"GNSS\",\"LongName\":\"GNSS + RECEIVERS\"},{\"ShortName\":\"GPS\",\"LongName\":\"Global Positioning System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmnavcitolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation UND Citation Navigation Data OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979636604-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:48:12.565Z\",\"granule-count\":20,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Delene, + David .2017. GPM Ground Validation UND Citation Navigation Data OLYMPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/NAV/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-126.129,\"NorthBoundingCoordinate\":48.2994,\"EastBoundingCoordinate\":-122.134,\"SouthBoundingCoordinate\":46.2209}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Airspeed/Ground + Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Flight Data Logs\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Attitude + Characteristics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Flight + Level Winds\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-12T19:16:14.000Z\",\"EndingDateTime\":\"2015-12-19T03:59:55.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/NAV/DATA101\"},\"ShortName\":\"gpmnavcitolyx\",\"EntryTitle\":\"GPM + Ground Validation UND Citation Navigation Data OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmnavcitolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmnavcitolyx\"},{\"Description\":\"OLYMPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"Cessna + Citation II Research Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://atlantis.aero.und.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/NAV_CITATION/doc/gpmnavcitolyx_dataset.pdf\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-11-10T03:11:56.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:46:17.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation UND Citation Navigation Data OLYMPEX dataset supplies + navigation data collected by the Cessna Citation II aircraft for flights that + occurred during November 12, 2015 through December 19, 2015 for the Olympic + Mountains Experiment (OLYMPEX) GPM Ground Validation field campaign. This + navigation dataset consists of multiple altitude, pressure, temperature, airspeed, + and ground speed measurements in ASCII format. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"UND + CITATION II\",\"Instruments\":[{\"ShortName\":\"INS\",\"LongName\":\"Inertial + Navigation System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsondelpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Upper Air Radiosonde LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979814144-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:56:24.976Z\",\"granule-count\":127,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Moisseev, + Dmitri N.2019. GPM Ground Validation Upper Air Radiosonde LPVEx [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/RADIOSONDE/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":24.877,\"NorthBoundingCoordinate\":61.01,\"EastBoundingCoordinate\":26.96,\"SouthBoundingCoordinate\":58.8}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Upper + Air Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Atmospheric Pressure Measurements\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Upper + Level Winds\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-15T04:23:21.000Z\",\"EndingDateTime\":\"2011-01-28T12:30:04.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/RADIOSONDE/DATA101\"},\"ShortName\":\"gpmsondelpvex\",\"EntryTitle\":\"GPM + Ground Validation Upper Air Radiosonde LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsondelpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsondelpvex\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/radiosonde/browse/Kumpula/lpvex_Kumpula_20101014_1058.png\"},{\"Description\":\"Radiosonde: + The dataset documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.eol.ucar.edu/projects/ceop/dm/archive/eop1/data/CAMP/tibet/sonde/doc/radiosonde.htm\"},{\"Description\":\"Automatic + Sounding Station Vaisala AUTOSONDE AS41\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.vaisala.com/sites/default/files/documents/AUTOSONDE%20AS41%20Datasheet%20B211636EN-A_2%20pages.pdf\"},{\"Description\":\"Vaisala + MARWIN Sounding System MW32\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.vaisala.com/sites/default/files/documents/WEA-DEF-MW32-Datasheet-B210776EN-E-LOW-v3.pdf\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/radiosonde/doc/gpmsondelpvex_dataset.pdf\"},{\"Description\":\"WRF\u2013SBM + Simulations of Melting-Layer Structure in Mixed-Phase Precipitation Events + Observed during LPVEx\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAMC-D-13-0334.1\"},{\"Description\":\"Light + Precipitation Validation Experiment (LPVEx) Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/lpvex_science_plan_June2010.pdf\"},{\"Description\":\"The + NASA CloudSat/GPM Light Precipitation Validation Experiment (LPVEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://ntrs.nasa.gov/search.jsp?R=20110015768\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset \",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/LPVEx\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/radiosonde/browse/Kumpula/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-05-14T09:05:39.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:47:57.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Radiosonde LPVEx dataset consists of sounding data collected + as part of the Global Precipitation Measurement (GPM) mission Ground Validation + Light Precipitation Validation Experiment (LPVEx). This field campaign took + place around the Gulf of Finland in September and October of 2010. The goal + of the campaign was to provide additional high altitude, light rainfall measurements + for the improvement of GPM satellite precipitation algorithms. The Vaisala + RS92 radiosonde was used to produce vertical profiles of atmospheric temperature, + pressure, humidity, and winds. The radiosondes were launched from two locations: + Kumpula and Vantaa. The Upper Air Radiosonde LPVEx dataset consists of TSV + data files and PNG browse image files.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RADIOSONDES\",\"LongName\":\"Radiosondes\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsondeolyx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Upper Air Radiosonde OLYMPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979814484-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:56:29.344Z\",\"granule-count\":20,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Rutledge, + Steven A, , Kate Young, Holger Voemel, David Hudak and Peter Rodriguez.2018. + GPM Ground Validation Upper Air Radiosonde OLYMPEX [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/OLYMPEX/RADIOSONDES/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-128.88,\"NorthBoundingCoordinate\":50.68,\"EastBoundingCoordinate\":-120.439,\"SouthBoundingCoordinate\":43.5473}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Pressure\",\"VariableLevel1\":\"Atmospheric + Pressure Measurements\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Upper Air Temperature\",\"VariableLevel2\":\"Dew + Point Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Relative + Humidity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Wind Dynamics\",\"VariableLevel2\":\"Horizontal + Wind Velocity/Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Wind Dynamics\",\"VariableLevel2\":\"Vertical + Wind Velocity/Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Altitude\",\"VariableLevel1\":\"Geopotential + Height\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Speed\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-10-28T22:59:59.000Z\",\"EndingDateTime\":\"2016-01-16T18:40:21.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/OLYMPEX/RADIOSONDES/DATA101\"},\"ShortName\":\"gpmsondeolyx\",\"EntryTitle\":\"GPM + Ground Validation Upper Air Radiosonde OLYMPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsondeolyx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsondeolyx\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/upa_soundings/browse/TS/olympex_upa_skewt_ts_snds_20151117_23.png\"},{\"Description\":\"National + Weather Service: Upper Air web page \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.weather.gov/epz/upperair\"},{\"Description\":\"Upper + Air Data Continuity Study Test Plan for the Sippican B2 and Vaisala RS92 NGP + Radiosondes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://www.nws.noaa.gov/directives/sym/pd01014001curr.pdf\"},{\"Description\":\"Vaisala + Radiosonde RS92-SGP User\u2019s Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://www.vaisala.com/sites/default/files/documents/Vaisala%20Radiosonde%20RS92%20Users%20Guide_M210295EN-J.pdf\"},{\"Description\":\"OLYMPEX + Field Campaign DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/OLYMPEX/DATA101\"},{\"Description\":\"University + of Washington OLYMPEX project web site\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://olympex.atmos.washington.edu/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/upa_soundings/doc/gpmsondeolyx_dataset.pdf\"},{\"Description\":\"Quality-Control + of Upper-Air Soundings for OLYMPEX\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/upa_soundings/doc/OLYMPEX_sonde_qc.pdf\"},{\"Description\":\"Level + 3.0 Data Read Me File\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/upa_soundings/doc/OLYMPEX_upaL3.0_readme\"},{\"Description\":\"Level + 4.0 Data Read Me File\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/upa_soundings/doc/OLYMPEX_upaL4.0_readme\"},{\"Description\":\"Time + Series Radiosonde Images Read Me File\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/upa_soundings/doc/OLYMPEX_upa_ts_snds_readme\"},{\"Description\":\"The + Olympic Mountains Experiment (OLYMPEX)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://dx.doi.org/10.1175/BAMS-D-16-0182.1\"},{\"Description\":\"Software + to Plot Level 3.0 data\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/upa_soundings/doc/read_upaL2_eol.f\"},{\"Description\":\"Software + to Plot Level 4.0 data\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/upa_soundings/doc/read_upaL4.f\"},{\"Description\":\"GHRC + OLYMPEX project web page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/olympex\"},{\"Description\":\"Olympic + Mountains Experiment (OLYMPEX) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/olympic-mountains-experiment-olympex\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/olympex/upa_soundings/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-05-17T03:05:21.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:26:10.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Upper Air Radiosonde OLYMPEX dataset was collected from + October 28, 2015 through January 16, 2016 during the GPM Ground Validation + Olympic Mountain Experiment (OLYMPEX) held on the Olympic Peninsula in the + Pacific Northwest of the United States. Radiosondes were released from 5 locations: + 3 in US - KSLE, KUIL, and NPOL site; and 2 in Canada - ECCC instrument site + and CYZT. A total of 651 radiosondes were launched and collected during + OLYMPEX from these sites. In addition, Level 4 dropsonde data were reprocessed + to match the Level-4 data format and content of the radiosonde files and is + also provided here. The dropsondes were released from the NASA DC-8 aircraft + during specific flights in December 2015 and are published as the AVAPS dataset. + \ This Upper Air Radiosonde dataset contains Level 0 through Level 4 data + containing dew point temperature, pressure, air temperature, relative humidity, + horizontal wind speed, vertical wind speed, wind direction, rise or drop rate, + and geopotential height measurements. The data files are available in ASCII, + ASCII-EOL, and netCDF-3 formats, as well as Skew-T and time series plots in + PNG format. The lower level datasets (Level 0 raw data through Level 2 data) + are only available upon request from the NASA GHRC DAAC. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WASHINGTON\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"OLYMPEX\",\"LongName\":\"Olympic + Mountain Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Weekly + - < Monthly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"DROPSONDES\"},{\"ShortName\":\"RADIOSONDES\",\"LongName\":\"Radiosondes\"}]},{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"RADIOSONDES\",\"LongName\":\"Radiosondes\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - netCDF-3\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmarsifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation USDA ARS Soil Moisture IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979128995-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:37:22.659Z\",\"granule-count\":90,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Cosh, + Michael H..2021. GPM Ground Validation USDA ARS Soil Moisture IFloodS [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/PROBES/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-93.5991,\"NorthBoundingCoordinate\":42.5546,\"EastBoundingCoordinate\":-93.2108,\"SouthBoundingCoordinate\":42.3183}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Agriculture\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Agriculture\",\"Term\":\"Soils\",\"VariableLevel1\":\"Soil + Moisture/Water Content\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Amount\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Agriculture\",\"Term\":\"Soils\",\"VariableLevel1\":\"Electrical + Conductivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-16T12:00:00.000Z\",\"EndingDateTime\":\"2013-06-04T13:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/PROBES/DATA301\"},\"ShortName\":\"gpmarsifld\",\"EntryTitle\":\"GPM + Ground Validation USDA ARS Soil Moisture IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmarsifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmarsifld\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/ARS_soil_moisture/doc/gpmarsifld_dataset.pdf\"},{\"Description\":\"Local + random errors in tipping-bucket rain gauge measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2003)20%3C752:LREITB%3E2.0.CO;2\"},{\"Description\":\"Soil + Moisture Model Calibration and Validation: An ARS Watershed on the South Fork + Iowa River\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JHM-D-14-0145.1\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2021-01-13T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:51:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation United States Department of Agriculture (USDA) Agricultural + Research Service (ARS) Soil Moisture IFloodS dataset was collected during + the Iowa Flood Studies (IFloodS) ground measurement campaign from April 17, + 2013 to June 4, 2013. The goals of the campaign were to collect detailed measurements + of precipitation at the Earth\u2019s surface using ground instruments and + advanced weather radars and to simultaneously collect data from satellites + passing overhead. A total of 15 stations were deployed near the South Fork + River in North Central Iowa. The soil moisture probes measure hourly instantaneous + measurements of the real dielectric permittivity, soil temperature, bulk electrical + conductivity, and volumetric soil moisture. This dataset also consists of + precipitation amount, air temperature, relative humidity, vapor pressure, + wind speed, wind direction, and solar radiation measurements. The data files + are available in ASCII-csv and Excel file formats.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"Probes\",\"LongName\":\"Probes\"},{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - Excel\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmsgusgsifld__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation USGS Stream Flow IFloodS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979723016-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:55:19.022Z\",\"granule-count\":92,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\" + .2017. GPM Ground Validation USGS Stream Flow IFloodS [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/IFLOODS/GAUGES/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-96.5619,\"NorthBoundingCoordinate\":43.4697,\"EastBoundingCoordinate\":-90.1904,\"SouthBoundingCoordinate\":40.6017}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Terrestrial Hydrosphere\",\"Term\":\"Surface Water\",\"VariableLevel1\":\"Surface + Water Processes/Measurements\",\"VariableLevel2\":\"Stage Height\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Terrestrial Hydrosphere\",\"Term\":\"Surface Water\",\"VariableLevel1\":\"Surface + Water Features\",\"VariableLevel2\":\"Rivers/Streams\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-07-24T23:40:00.000Z\",\"EndingDateTime\":\"2013-07-01T11:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IFLOODS/GAUGES/DATA301\"},\"ShortName\":\"gpmsgusgsifld\",\"EntryTitle\":\"GPM + Ground Validation USGS Stream Flow IFloodS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmsgusgsifld__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmsgusgsifld\"},{\"Description\":\"Streamflow + Information for the Nation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://pubs.usgs.gov/fs/FS-006-97/FS-006-97.pdf\"},{\"Description\":\"How + Streamflow is Measured\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://water.usgs.gov/edu/measureflow.html\"},{\"Description\":\"IFloodS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IFLOODS/DATA101\"},{\"Description\":\"USGS + Water Data for the Nation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5066/F7P55KJN\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/ifloods/stream_flow_USGS/doc/gpmsgusgsifld_dataset.pdf\"},{\"Description\":\"IFloodS + project home page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/ifloods\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-12-21T02:12:16.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-09T16:16:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation USGS Stream Flow IFloodS dataset was obtained from USGS + during the Iowa Flood Studies (IFloodS) field campaign that extended from + March 30, 2013 through June 30, 2013. The main goal of IFloodS was to evaluate + how well the GPM satellite rainfall data can be used for flood forecasting. + The USGS monitors streamflow using gauges on streams and rivers throughout + the U.S. For the IFloodS field campaign, streamflow data from about 200 gauges + in the Iowa IFloodS study area were downloaded from the USGS web site as support + data for the campaign. The USGS streamflow data were collected in real-time + and provide measurements at 15-60 minute intervals. These USGS Stream Flow + data are available in XML format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IFloodS\",\"LongName\":\"Iowa + Flood Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"STREAM + GAUGES\",\"LongName\":\"Stream Gauges\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"XML\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmceiliphx__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION VAISALA CEILOMETER IPHEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979129865-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:37:55.996Z\",\"granule-count\":42,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Tsay, + Si-Chee , Adrian Loftus and Peter Pantina.2015. GPM GROUND VALIDATION VAISALA + CEILOMETER IPHEx [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/IPHEX/CEILOMETER/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-83.18,\"NorthBoundingCoordinate\":35.56,\"EastBoundingCoordinate\":-83.04,\"SouthBoundingCoordinate\":35.48}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Lidar\",\"VariableLevel1\":\"Lidar + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Properties\",\"VariableLevel2\":\"Cloud Height\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Properties\",\"VariableLevel2\":\"Cloud Base Height\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Altitude\",\"VariableLevel1\":\"Planetary + Boundary Layer Height\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-05-06T00:00:00.000Z\",\"EndingDateTime\":\"2014-06-16T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/IPHEX/CEILOMETER/DATA101\"},\"ShortName\":\"gpmceiliphx\",\"EntryTitle\":\"GPM + GROUND VALIDATION VAISALA CEILOMETER IPHEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmceiliphx__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmceiliphx\"},{\"Description\":\"Ceilometer + CL51\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://www.vaisala.com/sites/default/files/documents/CL51-Datasheet-B210861EN-D.pdf\"},{\"Description\":\"IPHEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/IPHEX/DATA101\"},{\"Description\":\"NASA + GPM-Ground Validation Integrated Precipitation and Hydrology Experiment 2014 + Science Plan\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://gpm.nasa.gov/sites/default/files/imce/IPHEX-Field%20Experiment%20Plan_Current.pdf\"},{\"Description\":\"SMARTLabs + (Surface-based Mobile Atmospheric Research \\\"&\\\"Testbed Laboratories) + Web page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"http://smartlabs.gsfc.nasa.gov\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/iphex/ceilometer/doc/gpmceiliphx_dataset.pdf\"},{\"Description\":\"Integrated + Precipitation and Hydrology Experiment (IPHEx)/Orographic Precipitation Processes + Study Field Campaign Report\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.2172/1248894\"},{\"Description\":\"IPHEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/iphex\"},{\"Description\":\"IPHEx + Field Campaign Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/investigation-microphysics-and-precipitation-atlantic-coast-threatening-snowstorms\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-07-17T08:27:39.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:31:24.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Vaisala Ceilometer IPHEx dataset consists of vertical + profiles of attenuated backscatter and cloud base and boundary layer height + data gathered during the Global Precipitation Mission (GPM) Ground Validation + Integrated Precipitation and Hydrology Experiment (IPHEx) in North Carolina. + The goal of IPHEx was to evaluate the accuracy of satellite precipitation + measurements and use the collected data for hydrology models in the region + during an intense study period from May 1 through June 15, 2014. This dataset + includes data from the Vaisala Ceilometer CL51 which is part of the NASA Goddard + Space Flight Center (GSFC) Aerosol-Cloud-Humidity Interactions Exploring and + Validating Enterprise (ACHIEVE) ground-based mobile laboratory. It measures + vertical profiles of aerosol backscatter and performs a retrieval of cloud + base detection and boundary layer structure. The data files are available + from May 6 through June 16, 2014 in netCDF-3 format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + CAROLINA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IPHEX\",\"LongName\":\"Integrated + Precipitation and Hydrology Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"CEILOMETERS\",\"LongName\":\"CEILOMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmvn__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Validation Network (VN) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995579435-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:57:37.721Z\",\"granule-count\":173226,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Petersen, + Walter A.2021. GPM Ground Validation Validation Network (VN) [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/WFF/MULTIPLE/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-169.499,\"NorthBoundingCoordinate\":65.634,\"EastBoundingCoordinate\":169.948,\"SouthBoundingCoordinate\":-31.818}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-09T08:25:43.000Z\",\"EndingDateTime\":\"2021-07-31T23:12:32.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/WFF/MULTIPLE/DATA101\"},\"ShortName\":\"gpmvn\",\"EntryTitle\":\"GPM + Ground Validation Validation Network (VN) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmvn__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmvn\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/vn/doc/gpmvn_dataset.pdf\"},{\"Description\":\"GPM + Ground Validation System Validation Network Data Product User's Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/relatedProjects/vn/doc/Val_Network_Users_Guide_Vol_2.pdf\"},{\"Description\":\"The + Use of TRMM Precipitation Radar Observations in Determining Ground Radar Calibration + Biases\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0426(2001)018%3C0616:TUOTPR%3E2.0.CO;2\"},{\"Description\":\"Quantitative + Cross Validation of Space-Based and Ground-Based Radar Observations\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0450(2001)040%3C2071:QCVOSB%3E2.0.CO;2\"},{\"Description\":\"A + Ground Validation Network for the Global Precipitation Measurement Mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2010JTECHA1403.1\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2021-09-23T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:27:29.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Validation Network (VN) dataset contains reflectivity, + hydrometeor identification, rain rate, correlation coefficient, and quality + control variables and estimates. This data product was created using the Validation + Network (VN), which performs a direct match-up of the Global Precipitation + Mission (GPM)\u2019s space-based Dual-frequency Precipitation Radar (DPR) + and Microwave Imager (GMI) data with ground radar data from NOAA Weather Surveillance + Radar-1988 Doppler (WSR-88D) radars. These data are available from March 9, + 2014 through July 31, 2021 in netCDF-3 format, though it should be noted that + this dataset will be updated periodically. \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"NORTHERN HEMISPHERE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"Ground Stations\",\"Instruments\":[{\"ShortName\":\"Polarimetric + Radar\",\"LongName\":\"Polarimetric Radar\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation Measurement\",\"Instruments\":[{\"ShortName\":\"DPR\",\"LongName\":\"Dual-frequency + Precipitation Radar\"},{\"ShortName\":\"GMI\",\"LongName\":\"Global Precipitation + Measurement Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmwrfmc3e__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Weather Research and Forecasting (WRF) Images MC3E V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979735447-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:58:19.711Z\",\"granule-count\":12941,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Peters-Lidard, + Christa .2018. GPM Ground Validation Weather Research and Forecasting (WRF) + Images MC3E [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/MC3E/WRF/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-115.0,\"NorthBoundingCoordinate\":45.0,\"EastBoundingCoordinate\":-80.0,\"SouthBoundingCoordinate\":25.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Dew Point Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Altitude\",\"VariableLevel1\":\"Geopotential + Height\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Relative + Humidity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-04-19T12:00:00.000Z\",\"EndingDateTime\":\"2011-06-06T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/MC3E/WRF/DATA101\"},\"ShortName\":\"gpmwrfmc3e\",\"EntryTitle\":\"GPM + Ground Validation Weather Research and Forecasting (WRF) Images MC3E V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmwrfmc3e__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmwrfmc3e\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/WRF/browse/2011-04-28-00/mc3e_wrf_basic_2011042800_20110428_0000.png\"},{\"Description\":\"MC3E + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/MC3E/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/mc3e/WRF/doc/gpmwrfmc3e_dataset.pdf\"},{\"Description\":\"A + time split non hydrostatic atmospheric model for weather research and forecasting + applications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.jcp.2007.01.037\"},{\"Description\":\"MC3E + Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/mc3e\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-11-15T11:11:40.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-31T12:22:10.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Weather Research and Forecasting (WRF) Images MC3E dataset + consists of browse only images showing radar reflectivity, radar echo top, + convective available potential energy (CAPE), temperature, geopotential height, + wind speed, relative humidity, rain water, snow, cloud water, cloud ice, and + graupel. These data were simulated by the Weather Research and Forecasting + (WRF) for the period of the GPM Ground Validation Mid-\xADlatitude Continental + Convective Cloud Experiment (MC3E) field campaign. The overarching goal of + the MC3E field campaign was to provide the most complete characterization + of convective cloud systems, precipitation, and the environment ever obtained + and to provide new constraints for model cumulus parameterizations and space-\xADbased + rainfall retrieval algorithms over land. Browse imagery files in PNG and GIF + formats are available for April 19, 2011 through June 6, 2011.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OKLAHOMA\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MC3E\",\"LongName\":\"Midlatitude + Continental Convective Clouds Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"WRF\",\"LongName\":\"Weather + Research and Forecasting (WRF) Model\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"GIF + - PNG\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmwrflpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + Ground Validation Weather Research and Forecasting (WRF) Model LPVEx V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979833249-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:58:15.633Z\",\"granule-count\":99,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Thompson, + Segayle .2020. GPM Ground Validation Weather Research and Forecasting (WRF) + Model LPVEx [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/MODELS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":20.806,\"NorthBoundingCoordinate\":61.88,\"EastBoundingCoordinate\":28.314,\"SouthBoundingCoordinate\":58.264}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-20T12:00:00.000Z\",\"EndingDateTime\":\"2010-10-20T13:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/MODELS/DATA101\"},\"ShortName\":\"gpmwrflpvex\",\"EntryTitle\":\"GPM + Ground Validation Weather Research and Forecasting (WRF) Model LPVEx V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmwrflpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmwrflpvex\"},{\"Description\":\" + The NASA CloudSat/GPM Light Precipitation Validation Experiment (LPVEx)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ntrs.nasa.gov/search.jsp?R=20110015768\"},{\"Description\":\"The + Weather Research and Forecasting Model\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.mmm.ucar.edu/weather-research-and-forecasting-model\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/WRF/doc/gpmwrflpvex_dataset.pdf\"},{\"Description\":\"WRF\u2013SBM + Simulations of Melting-Layer Structure in Mixed-Phase Precipitation Events + Observed during LPVEx\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAMC-D-13-0334.1\"},{\"Description\":\"LPVEx + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/lpvex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-03-13T12:03:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-31T12:15:41.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Weather Research and Forecasting (WRF) Images LPVEx + includes model data simulated by the Weather Research and Forecasting (WRF) + model for the GPM Ground Validation Light Precipitation Validation Experiment + (LPVEx). This field campaign took place around the Gulf of Finland in September + and October of 2010. The goal of the campaign was to provide additional high-latitude, + light rainfall measurements for the improvement of GPM satellite precipitation + algorithms. The WRF model provided simulations of the precipitation events + that were observed during the campaign. The LPVEx WRF dataset files are available + from September 20 through October 20, 2010 in netCDF-3 format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"WRF\",\"LongName\":\"Weather + Research and Forecasting (WRF) Model\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmwcrlpvex__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION WYOMING CLOUD RADAR (WCR) LPVEX V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979831481-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:57:54.325Z\",\"granule-count\":122,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"L'Ecuyer, + Tristan and Jeffrey French.2013. GPM GROUND VALIDATION WYOMING CLOUD RADAR + (WCR) LPVEX [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/WCR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":19.8372,\"NorthBoundingCoordinate\":61.5401,\"EastBoundingCoordinate\":26.5131,\"SouthBoundingCoordinate\":59.631}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-16T07:44:41.000Z\",\"EndingDateTime\":\"2010-10-20T11:02:52.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/WCR/DATA101\"},\"ShortName\":\"gpmwcrlpvex\",\"EntryTitle\":\"GPM + GROUND VALIDATION WYOMING CLOUD RADAR (WCR) LPVEX V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmwcrlpvex__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmwcrlpvex\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/gpmValidation/lpvex/gpmwcrlpvex/WCR.LPVEX10.20100929.075031_080900.CPP_.DV1_.down_.png\"},{\"Description\":\"Wyoming + Cloud Radar (WCR)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/doi:10.15786/M2237S\"},{\"Description\":\"University + of Wyoming King Air Research Aircraft\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/doi:10.15786/M29M1V\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/cloud_radar/doc/gpmwcrlpvex_dataset.pdf\"},{\"Description\":\"LPVEx + WCR User Notes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/cloud_radar/doc/WCR_user_notes_lpvex.pdf\"},{\"Description\":\"Identifying + drizzle within marine stratus with W-band radar reflectivity\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.atmosres.2003.08.001\"},{\"Description\":\"Light + Precipitation Evaluation Experiment (LPVEx) Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/LPVEx\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/cloud_radar/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-06-18T13:00:21.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Wyoming Cloud Radar (WCR) LPVEx V2 dataset includes + reflectivity and Doppler velocity measurements obtained by the Wyoming Cloud + Radar (WCR) flown on board the University of Wyoming King Air (UWKA) aircraft, + as well as aircraft navigation parameters. These data were collected as part + of the Light Precipitation Validation Experiment (LPVEx) in September and + October of 2010 around the Gulf of Finland. The dataset was collected to aid + in achieving the overarching goals of LPVEx, to conduct a comprehensive evaluation + of precipitation algorithms for current and future satellite platforms and + to detect and understand the process of light rainfall formation at high latitudes. + Data files are available in netCDF-3 format from September 16 through October + 20, 2010 along with browse imagery in PDF and PNG format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"UWKA\",\"LongName\":\"University + of Wyoming King Air\",\"Instruments\":[{\"ShortName\":\"WCR\",\"LongName\":\"Wyoming + Cloud Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gpmwkacmlpvex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM + GROUND VALIDATION WYOMING KING AIR CLOUD MICROPHYSICS LPVEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979831801-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:58:02.225Z\",\"granule-count\":34,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"L'Ecuyer, + Tristan and Jeffrey French.2013. GPM GROUND VALIDATION WYOMING KING AIR + CLOUD MICROPHYSICS LPVEX [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GPMGV/LPVEX/MULTPLE/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":19.8372,\"NorthBoundingCoordinate\":61.5401,\"EastBoundingCoordinate\":26.5131,\"SouthBoundingCoordinate\":59.6884}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Terrestrial Hydrosphere\",\"Term\":\"Water Quality/Water + Chemistry\",\"VariableLevel1\":\"Gases\",\"VariableLevel2\":\"Dissolved Carbon + Dioxide\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Attitude Characteristics\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Pressure\",\"VariableLevel1\":\"Static + Pressure\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Airspeed/Ground Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Dew Point Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-11T12:24:07.000Z\",\"EndingDateTime\":\"2010-10-20T11:17:23.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPMGV/LPVEX/MULTPLE/DATA202\"},\"ShortName\":\"gpmwkacmlpvex\",\"EntryTitle\":\"GPM + GROUND VALIDATION WYOMING KING AIR CLOUD MICROPHYSICS LPVEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gpmwkacmlpvex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gpmwkacmlpvex\"},{\"Description\":\"Global + Precipitation Measurement Home Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://pmm.nasa.gov/GPM\"},{\"Description\":\"University + of Wyoming King Air Research Aircraft Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/doi:10.15786/M29M1V\"},{\"Description\":\"LPVEx + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/GPMGV/LPVEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/UWKA_cloudmicro/doc/gpmwkacmlpvex_dataset.pdf\"},{\"Description\":\"GPM + GV Dataset Summary for LPVEx Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/UWKA_cloudmicro/doc/LPVEX_Dataset_summary_forDAAC2.pdf\"},{\"Description\":\"University + of Wyoming King Air/LPVEX Data: Release Notes for {LPVEX_QC13}\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/gpmValidation/lpvex/UWKA_cloudmicro/doc/UWKA_cloudmicro_ReleaseNotes.pdf\"},{\"Description\":\"Light + Precipitation Evaluation Experiment (LPVEx) Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/lpvex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2013-06-18T12:59:54.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:37:58.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GPM Ground Validation Wyoming King Air Cloud Microphysics LPVEx dataset includes, + in addition to aircraft parameters, many scientific parameters, such as static + pressure, dew point temperature, relative humidity, mixing ratio, liquid water + content, and droplet concentration. These data were collected as part of the + Light Precipitation Evaluation Experiment (LPVEx) from September 11, 2010 + to October 20, 2010 in the Gulf of Finland. The dataset was collected to aid + in achieving the overarching goals of LPVEx, to conduct a comprehensive evaluation + of precipitation algorithms for current and future satellite platforms and + to detect and understand the process of light rainfall formation at high latitudes. + It should be noted that multiple instruments were carried aboard the University + of Wyoming King Air (UWKA) including the Cloud Microphysics instrument and + the Wyoming Cloud Radar (WCR) instrument. Data files are in netCDF-3 format. + \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"LPVEX\",\"LongName\":\"Light + Precipitation Validation Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"UWKA\",\"LongName\":\"University + of Wyoming King Air\",\"Instruments\":[{\"ShortName\":\"CDP\",\"LongName\":\"Cloud + Droplet Probe\"},{\"ShortName\":\"FSSP\",\"LongName\":\"Forward Scattering + Spectrometer Probe\"},{\"ShortName\":\"GPS\",\"LongName\":\"Global Positioning + System\"},{\"ShortName\":\"LICOR GAS EXCHANGE SYSTEM\",\"LongName\":\"LICOR + GAS EXCHANGE SYSTEM\"},{\"ShortName\":\"NEVZOROV PROBE\",\"LongName\":\"Nevzorov + Water Vapor Probe\"},{\"ShortName\":\"PMS 2D-C PROBE\",\"LongName\":\"Particle + Measuring Systems 2D-C Probe\"},{\"ShortName\":\"PMS 2D-P PROBE\",\"LongName\":\"Particle + Measuring Systems 2D-P Probe\"},{\"ShortName\":\"ROSEMOUNT PROBES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3IMERGDE_06\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1598621097-GES_DISC\",\"revision-date\":\"2023-08-04T15:11:37.224Z\",\"granule-count\":8712,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., E.F. Stocker, D.T. Bolvin, E.J. Nelkin, Jackson Tan\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGDE_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + IMERG Early Precipitation L3 1 day 0.1 degree x 0.1 degree V06\",\"SeriesName\":\"GPM_3IMERGDE\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/IMERGDE/DAY/06\"},\"ShortName\":\"GPM_3IMERGDE\",\"EntryTitle\":\"GPM + IMERG Early Precipitation L3 1 day 0.1 degree x 0.1 degree V06 (GPM_3IMERGDE) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Hong, Y., K. L. Hsu, + S. Sorooshian, and X. Gao\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Precipitation + Estimation from Remotely Sensed Imagery Using an Artificial Neural Network + Cloud Classification System\",\"Series\":\"J. Appl. Meteorol\",\"Volume\":\"43\",\"Pages\":\"1834-1852\"},{\"Author\":\"Huffman, + G. J., R. F. Adler, D. T. Bolvin, G. Gu, E. J. Nelkin, K. P. Bowman, Y. Hong, + E. F. Stocker, and D. B. Wolff\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"The + TRMM Multi-satellite Precipitation Analysis: Quasi-Global, Multi-Year, Combined-Sensor + Precipitation Estimates at Fine Scale.\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"8(1)\",\"Pages\":\"38-55\"},{\"Author\":\"Joyce, + R. J., P. Xie, and J. E. Janowiak\",\"PublicationDate\":\"2011-01-01T00:00:00.000Z\",\"Title\":\"Kalman + Filter Based CMORPH\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"12\",\"Pages\":\"1547-1563\",\"DOI\":{\"DOI\":\"10.1175/JHM-D-11-022.1\"}},{\"Author\":\"Rudolf, + B., and U. Schneider\",\"PublicationDate\":\"2005-01-01T00:00:00.000Z\",\"Title\":\"Calculation + of Gridded Precipitation Data for the Global Land-Surface Using In-Situ Gauge + Observations\",\"Series\":\"Proc. of the 2nd Internat. Precip. Working Group + Workshop\",\"Volume\":\"25-28 October 2004, Monterey, CAs\",\"Pages\":\"231-247\"}],\"Quality\":\"The + quality of this derived daily product is similar to the quality of the source + data, GPM_3IMERGHHE. Since this is an \\\"Early\\\" estimate of the accumulated + precipitation for the day, it is best used when expedited estimates are sought, + and lower accuracy can be tolerated.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Daily + Accumulated Precipitation Estimate (Early) from GPM IMERG (0.1 degree x 0.1 + degree) (GPM_3IMERGDE)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3IMERGDE.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGDE_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3IMERGDE.06/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGDE.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/dods/GPM_3IMERGDE_06.info\",\"Description\":\"The + GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting + and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA + SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/thredds/catalog/aggregation/GPM_3IMERGDE.06/catalog.html\",\"Description\":\"Access + the data via the THREDDS.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE SERVICE + API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3IMERGDE_06\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/#dataKeyword=IMERGDE\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a web-based tool that allows users to analyze gridded data interactively + online without having to download any data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_ATBD_V06.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/MorphingInV06IMERG.pdf\",\"Description\":\"Release + notes; New Morphing algorithm\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_V06_release_notes.pdf\",\"Description\":\"IMERG + Release Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_doc.06.pdf\",\"Description\":\"IMERG + Technical Documentation\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_QI.pdf\",\"Description\":\"IMERG + Quality Index\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Integrated Multi-satellitE Retrievals for GPM (IMERG) is the unified U.S. + algorithm that provides the multi-satellite precipitation product for the + U.S. GPM team.\\n\\nVersion 06 is the current version of the data set. Older + versions will no longer be available and have been superseded by Version 06.\\n\\nThis + dataset is the GPM Level 3 IMERG *Early* Daily 10 x 10 km (GPM_3IMERGDE) + derived from the half-hourly GPM_3IMERGHHE. The derived result represents + an early (expedited) estimate of the daily accumulated precipitation. The + dataset is produced at the NASA Goddard Earth Sciences (GES) Data and Information + Services Center (DISC) by simply summing the valid precipitation retrievals + for the day in GPM_3IMERGHHE and giving the result in (mm). The latency of + the derived Early daily product is a couple of minutes after the last granule + of GPM_3IMERGHHE for the UTC data day is received at GES DISC. Since the target + latency of GPM_3IMERGHHE is 4 hours, the daily should appear about 4 hours + after the closure of the UTC day. For information on the original data (GPM_3IMERGHHE), + please see the Documentation (Related URL). \\n\\nIn the original IMERG algorithm, + the precipitation estimates from the various precipitation-relevant satellite + passive microwave (PMW) sensors comprising the GPM constellation are computed + using the 2017 version of the Goddard Profiling Algorithm (GPROF2017), then + gridded, intercalibrated to the GPM Combined Ku Radar-Radiometer Algorithm + (CORRA) product, and merged into half-hourly 0.1\xB0x0.1\xB0 (roughly 10x10 + km) fields. Note that CORRA is adjusted to the monthly Global Precipitation + Climatology Project (GPCP) Satellite-Gauge (SG) product over high-latitude + ocean and tropical land to correct known biases.\\n\\nThe half-hourly intercalibrated + merged PMW estimates are then input to both the Climate Prediction Center + (CPC) Morphing-Kalman Filter (CMORPH-KF) Lagrangian time interpolation scheme + and the Precipitation Estimation from Remotely Sensed Information using Artificial + Neural Networks Cloud Classification System (PERSIANN-CCS) re-calibration + scheme. In parallel, CPC assembles the zenith-angle-corrected, intercalibrated + merged geo-IR fields and forwards them to PPS for input to the PERSIANN-CCS + algorithm (supported by an asynchronous re-calibration cycle) which are then + input to the CMORPH-KF morphing (quasi-Lagrangian time interpolation) scheme.\\n\\nThe + CMORPH-KF morphing (supported by an asynchronous KF weights updating cycle) + uses the PMW and IR estimates to create half-hourly estimates. The motion + vectors for the morphing are computed by maximizing the pattern correlation + of successive hours of the vertically integrated vapor (TQV) provided by the + Modern-Era Retrospective Analysis for Research and Applications, Version 2 + (MERRA-2) and Goddard Earth Observing System model Version 5 (GEOS-5) Forward + Processing (FP) for the post-real-time (Final) Run and the near-real-time + (Early and Late) Runs, respectively. The KF uses the morphed data as the \u201Cforecast\u201D + and the IR estimates as the \u201Cobservations\u201D, with weighting that + depends on the time interval(s) away from the microwave overpass time. The + IR becomes important after about \xB190 minutes away from the overpass time.\\n\\nThe + IMERG system is run twice in near-real time:\\n\\n\\\"Early\\\" multi-satellite + product ~4 hr after observation time using only forward morphing and\\n\\\"Late\\\" + multi-satellite product ~14 hr after observation time, using both forward + and backward morphing\\nand once after the monthly gauge analysis is received:\\n\\n\\\"Final\\\", + satellite-gauge product ~3.5 months after the observation month, using both + forward and backward morphing and including monthly gauge analyses.\\n\\nCurrently, + the near-real-time Early and Late half-hourly estimates have no concluding + calibration, while in the post-real-time Final Run the multi-satellite half-hourly + estimates are adjusted so that they sum to the Final Run monthly satellite-gauge + combination. In all cases the output contains multiple fields that provide + information on the input data, selected intermediate fields, and estimation + quality. In general, the complete calibrated precipitation, precipitationCal, + is the data field of choice for most users.\\n\\n\\nThe following describes + the derivation of the Daily in more details.\\n\\nThe daily accumulation is + derived by summing *valid* retrievals in a grid cell for the data day. Since + the 0.5-hourly source data are in mm/hr, a factor of 0.5 is applied to the + sum. Thus, for every grid cell we have \\nPdaily = 0.5 + * SUM{Pi * 1[Pi valid]}, i=[1,Nf]\\nPdaily_cnt = SUM{1[Pi valid]}\\n\\nwhere:\\nPdaily + \ - Daily accumulation (mm)\\nPi - 0.5-hourly input, + in (mm/hr)\\nNf - Number of 0.5-hourly files per day, Nf=48\\n1[.] + \ - Indicator function; 1 when Pi is valid, 0 otherwise\\nPdaily_cnt + \ - Number of valid retrievals in a grid cell per day.\\n\\nGrid cells + for which Pdaily_cnt=0, are set to fill value in the Daily files.\\nNote that + Pi=0 is a valid value.\\n\\n\\nOn occasion, the 0.5-hourly source data have + fill values for Pi in a very few grid cells. The total accumulation for such + grid cells is still issued, inspite of the likelihood that thus resulting + accumulation has a larger uncertainty in representing the \\\"true\\\" daily + total. These events are easily detectable using \\\"counts\\\" variables that + contain Pdaily_cnt, whereby users can screen out any grid cells for which\\n + Pdaily_cnt less than Nf.\\n\\n\\nThere are various ways the accumulated daily + error could be estimated from the source 0.5-hourly error. In this release, + the daily error provided in the data files is calculated as follows. First, + squared 0.5-hourly errors are summed, and then square root of the sum is taken. + Similarly to the precipitation, a factor of 0.5 is finally applied:\\n\\nPerr_daily + = 0.5 * { SUM[ (Perr_i * 1[Perr_i valid])^2 ] }^0.5 , i=[1,Nf]\\nNcnt_err + \ = SUM( 1[Perr_i valid] )\\n\\nwhere:\\nPerr_daily\\t- Magnitude of the + daily accumulated error power, (mm)\\nNcnt_err\\t- The counts for the error + variable\\n\\nThus computed Perr_daily represents the worst case scenario + that assumes the error in the 0.5-hourly source data, which is given in mm/hr, + is accumulating within the 0.5-hourly period of the source data and then during + the day. These values, however, can easily be conveted to root mean square + error estimate of the rainfall rate:\\n\\nrms_err = { (Perr_daily/0.5) ^2 + / Ncnt_err }^0.5\\t(mm/hr)\\n\\n\\nThis estimate assumes that the error given + in the 0.5-hourly files is representative of the error of the rainfall rate + (mm/hr) within the 0.5-hour window of the files, and it is random throughout + the day. Note, this should be interpreted as the error of the rainfall rate + (mm/hr) for the day, not the daily accumulation.\\n\\n\\n\",\"Purpose\":\"The + Integrated Multi-Satellite Retrievals for GPM (IMERG) algorithm is designed + to leverage the international constellation of precipitation-relevant satellites + to create a long record of uniformly time/space gridded precipitation estimates + for the globe. The algorithm is focused on creating the best estimate at each + time step, meaning that it is not a Climate Data Record, although the ideal + is as homogenous a record as possible.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + LAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-19T12:19:34.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-01-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Multi-sensor + Analysis\",\"ShortName\":\"IMERG\",\"LongName\":\"Integrated Multi-satellitE + Retrievals for GPM\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\",\"ComposedOf\":[{\"ShortName\":\"Multi-sensor + Analysis \"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"associations\":{\"services\":[\"S2623982501-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGHHE.06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3IMERGHHE_06\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2623982501-GES_DISC\"}]},\"has-variables\":false,\"concept-id\":\"C1598621094-GES_DISC\",\"revision-date\":\"2023-08-04T15:14:04.155Z\",\"granule-count\":418204,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., E.F. Stocker, D.T. Bolvin, E.J. Nelkin, Jackson Tan\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGHHE_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + IMERG Early Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V06\",\"SeriesName\":\"GPM_3IMERGHHE\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/IMERG/3B-HH-E/06\"},\"ShortName\":\"GPM_3IMERGHHE\",\"EntryTitle\":\"GPM + IMERG Early Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V06 (GPM_3IMERGHHE) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Hong, Y., K. L. Hsu, + S. Sorooshian, and X. Gao\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Precipitation + Estimation from Remotely Sensed Imagery Using an Artificial Neural Network + Cloud Classification System\",\"Series\":\"J. Appl. Meteorol\",\"Volume\":\"43\",\"Pages\":\"1834-1852\"},{\"Author\":\"Huffman, + G. J., R. F. Adler, D. T. Bolvin, G. Gu, E. J. Nelkin, K. P. Bowman, Y. Hong, + E. F. Stocker, and D. B. Wolff\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"The + TRMM Multi-satellite Precipitation Analysis: Quasi-Global, Multi-Year, Combined-Sensor + Precipitation Estimates at Fine Scale.\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"8(1)\",\"Pages\":\"38-55\"},{\"Author\":\"Joyce, + R. J., P. Xie, and J. E. Janowiak\",\"PublicationDate\":\"2011-01-01T00:00:00.000Z\",\"Title\":\"Kalman + Filter Based CMORPH\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"12\",\"Pages\":\"1547-1563\",\"DOI\":{\"DOI\":\"10.1175/JHM-D-11-022.1\"}},{\"Author\":\"Rudolf, + B., and U. Schneider\",\"PublicationDate\":\"2005-01-01T00:00:00.000Z\",\"Title\":\"Calculation + of Gridded Precipitation Data for the Global Land-Surface Using In-Situ Gauge + Observations\",\"Series\":\"Proc. of the 2nd Internat. Precip. Working Group + Workshop\",\"Volume\":\"25-28 October 2004, Monterey, CAs\",\"Pages\":\"231-247\"}],\"Quality\":\"Quality + is discussed in detail in the Technical Documentation (See IMERG Quality Index).\\nThe + *data access policy* is \\\"freely available\\\" with three common-sense caveats:\\n\\n1. + \ The data set source should be acknowledged when the data are used, in the + form:\\n\\\"The IMERG data were provided by the NASA/Goddard Space Flight + Center's Mesoscale Atmospheric Processes Laboratory and PPS, which develop + and compute IMERG as a contribution to GPM, and archived at the NASA [enter + PPS or GES DISC].\\\"\\n\\n2. New users are urged to obtain their own current, + clean copy from an official archive, rather than taking a version from a third + party that might be damaged or out of date.\\n\\n3. Errors and difficulties + in the original datasets should be reported to the dataset creators. Access + and format issues at third-party sites should be directed to their contacts.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGHHE.06/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation (Early) from GPM IMERG (0.1 degree x 0.1 degree) (GPM_3IMERGHHE)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3IMERGHHE.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGHHE_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3IMERGHHE.06/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/#dataKeyword=IMERGHHE\",\"Description\":\"Online + visualization and analysis\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/hyrax/GPM_L3/GPM_3IMERGHHE.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/dods/GPM_3IMERGHHE_06.info\",\"Description\":\"The + GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting + and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA + SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/thredds/catalog/aggregation/GPM_3IMERGHHE.06/catalog.html\",\"Description\":\"Access + the data via the THREDDS.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE SERVICE + API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3IMERGHHE_06\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_ATBD_V06.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/MorphingInV06IMERG.pdf\",\"Description\":\"Release + notes; New Morphing algorithm\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_V06_release_notes.pdf\",\"Description\":\"IMERG + Release Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_doc.06.pdf\",\"Description\":\"IMERG + Technical Documentation\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_QI.pdf\",\"Description\":\"IMERG + Quality Index\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://arcgis.gesdisc.eosdis.nasa.gov/authoritative/rest/services/GPM_3IMERGHHE_06/ImageServer\",\"Description\":\"ArcGIS + REST API portal\",\"Subtype\":\"GIS\",\"Type\":\"GET RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://arcgis.gesdisc.eosdis.nasa.gov/portal/home/webmap/viewer.html?webmap=8d3a4d3a046a47bab816d85c5280d3b1\",\"Description\":\"ArcGIS + Enterprise Web Map\",\"Subtype\":\"GIS\",\"Type\":\"GET RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Integrated Multi-satellitE Retrievals for GPM (IMERG) is the unified U.S. + algorithm that provides the multi-satellite precipitation product for the + U.S. GPM team.\\n\\nMinor Version 06B is the current version of the data set. + Older versions will no longer be available and have been superseded by Version + 06B.\\n\\nThe precipitation estimates from the various precipitation-relevant + satellite passive microwave (PMW) sensors comprising the GPM constellation + are computed using the 2017 version of the Goddard Profiling Algorithm (GPROF2017), + then gridded, intercalibrated to the GPM Combined Ku Radar-Radiometer Algorithm + (CORRA) product, and merged into half-hourly 0.1\xB0x0.1\xB0 (roughly 10x10 + km) fields. Note that CORRA is adjusted to the monthly Global Precipitation + Climatology Project (GPCP) Satellite-Gauge (SG) product over high-latitude + ocean and tropical land to correct known biases.\\n\\nThe half-hourly intercalibrated + merged PMW estimates are then input to both the Climate Prediction Center + (CPC) Morphing-Kalman Filter (CMORPH-KF) Lagrangian time interpolation scheme + and the Precipitation Estimation from Remotely Sensed Information using Artificial + Neural Networks Cloud Classification System (PERSIANN-CCS) re-calibration + scheme. In parallel, CPC assembles the zenith-angle-corrected, intercalibrated + merged geo-IR fields and forwards them to PPS for input to the PERSIANN-CCS + algorithm (supported by an asynchronous re-calibration cycle) which are then + input to the CMORPH-KF morphing (quasi-Lagrangian time interpolation) scheme. + \\nThe CMORPH-KF morphing (supported by an asynchronous KF weights updating + cycle) uses the PMW and IR estimates to create half-hourly estimates. The + motion vectors for the morphing are computed by maximizing the pattern correlation + of successive hours of the vertically integrated vapor (TQV) provided by the + Modern-Era Retrospective Analysis for Research and Applications, Version 2 + (MERRA-2) and Goddard Earth Observing System model Version 5 (GEOS-5) Forward + Processing (FP) for the post-real-time (Final) Run and the near-real-time + (Early and Late) Runs, respectively. The KF uses the morphed data as the \u201Cforecast\u201D + and the IR estimates as the \u201Cobservations\u201D, with weighting that + depends on the time interval(s) away from the microwave overpass time. The + IR becomes important after about \xB190 minutes away from the overpass time.\\n\\nThe + IMERG system is run twice in near-real time:\\n\\n\\\"Early\\\" multi-satellite + product ~4 hr after observation time using only forward morphing and\\n\\\"Late\\\" + multi-satellite product ~14 hr after observation time, using both forward + and backward morphing\\nand once after the monthly gauge analysis is received:\\n\\n\\\"Final\\\", + satellite-gauge product ~3.5 months after the observation month, using both + forward and backward morphing and including monthly gauge analyses.\\n\\nCurrently, + the near-real-time Early and Late half-hourly estimates have no concluding + calibration, while in the post-real-time Final Run the multi-satellite half-hourly + estimates are adjusted so that they sum to the Final Run monthly satellite-gauge + combination. In all cases the output contains multiple fields that provide + information on the input data, selected intermediate fields, and estimation + quality. In general, the complete calibrated precipitation, precipitationCal, + is the data field of choice for most users.\\n\\nBriefly describing the Early + Run, the input precipitation estimates computed from the various satellite + passive microwave sensors are intercalibrated to the CORRA product (because + it is presumed to be the best snapshot TRMM/GPM estimate after adjustment + to the monthly GPCP SG), then \\\"forward morphed\\\" and combined with microwave + precipitation-calibrated geo-IR fields to provide half-hourly precipitation + estimates on a 0.1\xB0x0.1\xB0 (roughly 10x10 km) grid over the globe. Precipitation + phase is computed using analyses of surface temperature, humidity, and pressure. + The current period of record is June 2000 to the present (delayed by about + 4 hours).\\n\\n\\n\",\"Purpose\":\"The Integrated Multi-Satellite Retrievals + for GPM (IMERG) algorithm is designed to leverage the international constellation + of precipitation-relevant satellites to create a long record of uniformly + time/space gridded precipitation estimates for the globe. The algorithm is + focused on creating the best estimate at each time step, meaning that it is + not a Climate Data Record, although the ideal is as homogenous a record as + possible.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-19T12:19:34.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-01-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Multi-sensor + Analysis\",\"ShortName\":\"IMERG\",\"LongName\":\"Integrated Multi-satellitE + Retrievals for GPM\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\",\"ComposedOf\":[{\"ShortName\":\"Multi-sensor + Analysis \"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":35,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGDF.06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3IMERGDF_06\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1598621096-GES_DISC\",\"revision-date\":\"2023-08-04T15:12:53.934Z\",\"granule-count\":7792,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., E.F. Stocker, D.T. Bolvin, E.J. Nelkin, Jackson Tan\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGDF_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06\",\"SeriesName\":\"GPM_3IMERGDF\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2021-09-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/IMERGDF/DAY/06\"},\"ShortName\":\"GPM_3IMERGDF\",\"EntryTitle\":\"GPM + IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 (GPM_3IMERGDF) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Hong, Y., K. L. Hsu, + S. Sorooshian, and X. Gao\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Precipitation + Estimation from Remotely Sensed Imagery Using an Artificial Neural Network + Cloud Classification System\",\"Series\":\"J. Appl. Meteorol\",\"Volume\":\"43\",\"Pages\":\"1834-1852\"},{\"Author\":\"Huffman, + G. J., R. F. Adler, D. T. Bolvin, G. Gu, E. J. Nelkin, K. P. Bowman, Y. Hong, + E. F. Stocker, and D. B. Wolff\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"The + TRMM Multi-satellite Precipitation Analysis: Quasi-Global, Multi-Year, Combined-Sensor + Precipitation Estimates at Fine Scale.\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"8(1)\",\"Pages\":\"38-55\"},{\"Author\":\"Joyce, + R. J., P. Xie, and J. E. Janowiak\",\"PublicationDate\":\"2011-01-01T00:00:00.000Z\",\"Title\":\"Kalman + Filter Based CMORPH\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"12\",\"Pages\":\"1547-1563\",\"DOI\":{\"DOI\":\"10.1175/JHM-D-11-022.1\"}},{\"Author\":\"Rudolf, + B., and U. Schneider\",\"PublicationDate\":\"2005-01-01T00:00:00.000Z\",\"Title\":\"Calculation + of Gridded Precipitation Data for the Global Land-Surface Using In-Situ Gauge + Observations\",\"Series\":\"Proc. of the 2nd Internat. Precip. Working Group + Workshop\",\"Volume\":\"25-28 October 2004, Monterey, CAs\",\"Pages\":\"231-247\"}],\"Quality\":\"The + quality of this derived daily product is similar to the quality of the source + data, GPM_3IMERGDHH. Since this is the \\\"Final\\\" estimate of the accumulated + precipitation for the day, it is best used when highest accuracy is desired, + and the large latency (2 months) can be tolerated.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGDF.06/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Daily + Accumulated Precipitation Estimate (Final) from GPM IMERG (0.1 degree x 0.1 + degree) (GPM_3IMERGDF)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3IMERGDF_06.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGDF_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3IMERGDF.06/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGDF.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/dods/GPM_3IMERGDF_06.info\",\"Description\":\"The + GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting + and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA + SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/thredds/catalog/aggregation/GPM_3IMERGDF.06/catalog.html\",\"Description\":\"Access + the data via the THREDDS.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE SERVICE + API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3IMERGDF_06\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/#dataKeyword=IMERGDF\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a web-based tool that allows users to analyze gridded data interactively + online without having to download any data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_ATBD_V06.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/MorphingInV06IMERG.pdf\",\"Description\":\"Release + notes; New Morphing algorithm\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_doc.06.pdf\",\"Description\":\"IMERG + Technical Documentation\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_QI.pdf\",\"Description\":\"IMERG + Quality Index\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_TRMMera-caveats.pdf\",\"Description\":\"Caveats + for IMERG extention into TRMM era\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_V06_release_notes.pdf\",\"Description\":\"IMERG + Release Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Integrated Multi-satellitE Retrievals for GPM (IMERG) is the unified U.S. + algorithm that provides the multi-satellite precipitation product for the + U.S. GPM team. \\n\\nVersion 06 is the current version of the data set. Older + versions will no longer be available and have been superseded by Version 06.\\n\\nThis + dataset is the GPM Level 3 IMERG *Final* Daily 10 x 10 km (GPM_3IMERGDF) + derived from the half-hourly GPM_3IMERGHH. The derived result represents the + final estimate of the Daily accumulated precipitation. The dataset is produced + at the NASA Goddard Earth Sciences (GES) Data and Information Services Center + (DISC) by simply summing the valid precipitation retrievals for the day in + GPM_3IMERGHH and giving the result in (mm). \\n\\nThe latency of the derived + *Final* Daily product depends on the delivery of the IMERG *Final* Half-Hourly + product GPM_IMERGHH. Since the latter are delivered in a batch, once per month + for the entire month, with 2-3 months latency, so will be the latency for + the Final Daily, plus about 24 hours. Thus, e.g. the Dailies for January can + be expected to appear no earlier than April 2. \\n\\nIn the original IMERG + algorithm, the precipitation estimates from the various precipitation-relevant + satellite passive microwave (PMW) sensors comprising the GPM constellation + are computed using the 2017 version of the Goddard Profiling Algorithm (GPROF2017), + then gridded, intercalibrated to the GPM Combined Ku Radar-Radiometer Algorithm + (CORRA) product, and merged into half-hourly 0.1\xB0x0.1\xB0 (roughly 10x10 + km) fields. Note that CORRA is adjusted to the monthly Global Precipitation + Climatology Project (GPCP) Satellite-Gauge (SG) product over high-latitude + ocean and tropical land to correct known biases.\\n\\nThe half-hourly intercalibrated + merged PMW estimates are then input to both the Climate Prediction Center + (CPC) Morphing-Kalman Filter (CMORPH-KF) Lagrangian time interpolation scheme + and the Precipitation Estimation from Remotely Sensed Information using Artificial + Neural Networks Cloud Classification System (PERSIANN-CCS) re-calibration + scheme. In parallel, CPC assembles the zenith-angle-corrected, intercalibrated + merged geo-IR fields and forwards them to PPS for input to the PERSIANN-CCS + algorithm (supported by an asynchronous re-calibration cycle) which are then + input to the CMORPH-KF morphing (quasi-Lagrangian time interpolation) scheme.\\n\\nThe + CMORPH-KF morphing (supported by an asynchronous KF weights updating cycle) + uses the PMW and IR estimates to create half-hourly estimates. The motion + vectors for the morphing are computed by maximizing the pattern correlation + of successive hours of the vertically integrated vapor (TQV) provided by the + Modern-Era Retrospective Analysis for Research and Applications, Version 2 + (MERRA-2) and Goddard Earth Observing System model Version 5 (GEOS-5) Forward + Processing (FP) for the post-real-time (Final) Run and the near-real-time + (Early and Late) Runs, respectively. The KF uses the morphed data as the \u201Cforecast\u201D + and the IR estimates as the \u201Cobservations\u201D, with weighting that + depends on the time interval(s) away from the microwave overpass time. The + IR becomes important after about \xB190 minutes away from the overpass time.\\n\\nThe + IMERG system is run twice in near-real time:\\n\\n\\\"Early\\\" multi-satellite + product ~4 hr after observation time using only forward morphing and\\n\\\"Late\\\" + multi-satellite product ~14 hr after observation time, using both forward + and backward morphing\\nand once after the monthly gauge analysis is received:\\n\\n\\\"Final\\\", + satellite-gauge product ~3.5 months after the observation month, using both + forward and backward morphing and including monthly gauge analyses.\\n\\nCurrently, + the near-real-time Early and Late half-hourly estimates have no concluding + calibration, while in the post-real-time Final Run the multi-satellite half-hourly + estimates are adjusted so that they sum to the Final Run monthly satellite-gauge + combination. In all cases the output contains multiple fields that provide + information on the input data, selected intermediate fields, and estimation + quality. In general, the complete calibrated precipitation, precipitationCal, + is the data field of choice for most users.\\n\\n\\n\\nThe following describes + the derivation of the Daily in more details.\\n\\nThe daily accumulation is + derived by summing *valid* retrievals in a grid cell for the data day. Since + the 0.5-hourly source data are in mm/hr, a factor of 0.5 is applied to the + sum. Thus, for every grid cell we have \\n\\nPdaily = 0.5 + * SUM{Pi * 1[Pi valid]}, i=[1,Nf]\\nPdaily_cnt = SUM{1[Pi valid]}\\n\\nwhere:\\nPdaily + \ - Daily accumulation (mm)\\nPi - 0.5-hourly input, + in (mm/hr)\\nNf - Number of 0.5-hourly files per day, Nf=48\\n1[.] + \ - Indicator function; 1 when Pi is valid, 0 otherwise\\nPdaily_cnt + \ - Number of valid retrievals in a grid cell per day.\\n\\nGrid cells + for which Pdaily_cnt=0, are set to fill value in the Daily files.\\nNote that + Pi=0 is a valid value.\\n\\n\\nOn occasion, the 0.5-hourly source data have + fill values for Pi in a very few grid cells. The total accumulation for such + grid cells is still issued, inspite of the likelihood that thus resulting + accumulation has a larger uncertainty in representing the \\\"true\\\" daily + total. These events are easily detectable using \\\"counts\\\" variables that + contain Pdaily_cnt, whereby users can screen out any grid cells for which\\n + Pdaily_cnt less than Nf.\\n\\n\\nThere are various ways the accumulated daily + error could be estimated from the source 0.5-hourly error. In this release, + the daily error provided in the data files is calculated as follows. First, + squared 0.5-hourly errors are summed, and then square root of the sum is taken. + Similarly to the precipitation, a factor of 0.5 is finally applied:\\n\\nPerr_daily + = 0.5 * { SUM[ (Perr_i * 1[Perr_i valid])^2 ] }^0.5 , i=[1,Nf]\\nNcnt_err + \ = SUM( 1[Perr_i valid] )\\n\\nwhere:\\nPerr_daily\\t- Magnitude of the + daily accumulated error power, (mm)\\nNcnt_err\\t- The counts for the error + variable\\n\\nThus computed Perr_daily represents the worst case scenario + that assumes the error in the 0.5-hourly source data, which is given in mm/hr, + is accumulating within the 0.5-hourly period of the source data and then during + the day. These values, however, can easily be conveted to root mean square + error estimate of the rainfall rate:\\n\\nrms_err = { (Perr_daily/0.5) ^2 + / Ncnt_err }^0.5\\t(mm/hr)\\n\\n\\nThis estimate assumes that the error given + in the 0.5-hourly files is representative of the error of the rainfall rate + (mm/hr) within the 0.5-hour window of the files, and it is random throughout + the day. Note, this should be interpreted as the error of the rainfall rate + (mm/hr) for the day, not the daily accumulation.\\n\\n\\n\",\"Purpose\":\"The + Integrated Multi-Satellite Retrievals for GPM (IMERG) algorithm is designed + to leverage the international constellation of precipitation-relevant satellites + to create a long record of uniformly time/space gridded precipitation estimates + for the globe. The algorithm is focused on creating the best estimate at each + time step, meaning that it is not a Climate Data Record, although the ideal + is as homogenous a record as possible.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + LAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-19T12:19:34.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-01-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Multi-sensor + Analysis\",\"ShortName\":\"IMERG\",\"LongName\":\"Integrated Multi-satellitE + Retrievals for GPM\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\",\"ComposedOf\":[{\"ShortName\":\"Multi-sensor + Analysis \"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGDF.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3IMERGDF_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2723754864-GES_DISC\",\"revision-date\":\"2024-01-09T19:15:12.420Z\",\"granule-count\":8583,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., E.F. Stocker, D.T. Bolvin, E.J. Nelkin, Jackson Tan\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGDF_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V07\",\"SeriesName\":\"GPM_3IMERGDF\",\"ReleaseDate\":\"2023-07-12T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/IMERGDF/DAY/07\"},\"ShortName\":\"GPM_3IMERGDF\",\"EntryTitle\":\"GPM + IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V07 (GPM_3IMERGDF) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Hong, Y., K. L. Hsu, + S. Sorooshian, and X. Gao\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Precipitation + Estimation from Remotely Sensed Imagery Using an Artificial Neural Network + Cloud Classification System\",\"Series\":\"J. Appl. Meteorol\",\"Volume\":\"43\",\"Pages\":\"1834-1852\"},{\"Author\":\"Huffman, + G. J., R. F. Adler, D. T. Bolvin, G. Gu, E. J. Nelkin, K. P. Bowman, Y. Hong, + E. F. Stocker, and D. B. Wolff\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"The + TRMM Multi-satellite Precipitation Analysis: Quasi-Global, Multi-Year, Combined-Sensor + Precipitation Estimates at Fine Scale.\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"8(1)\",\"Pages\":\"38-55\"},{\"Author\":\"Joyce, + R. J., P. Xie, and J. E. Janowiak\",\"PublicationDate\":\"2011-01-01T00:00:00.000Z\",\"Title\":\"Kalman + Filter Based CMORPH\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"12\",\"Pages\":\"1547-1563\",\"DOI\":{\"DOI\":\"10.1175/JHM-D-11-022.1\"}},{\"Author\":\"Rudolf, + B., and U. Schneider\",\"PublicationDate\":\"2005-01-01T00:00:00.000Z\",\"Title\":\"Calculation + of Gridded Precipitation Data for the Global Land-Surface Using In-Situ Gauge + Observations\",\"Series\":\"Proc. of the 2nd Internat. Precip. Working Group + Workshop\",\"Volume\":\"25-28 October 2004, Monterey, CAs\",\"Pages\":\"231-247\"}],\"Quality\":\"The + quality of this derived daily product is similar to the quality of the source + data, GPM_3IMERGDHH. Since this is the \\\"Final\\\" estimate of the accumulated + precipitation for the day, it is best used when highest accuracy is desired, + and the large latency (2 months) can be tolerated.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGDF.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Daily + Accumulated Precipitation Estimate (Final) from GPM IMERG (0.1 degree x 0.1 + degree) (GPM_3IMERGDF)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3IMERGDF_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGDF_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3IMERGDF.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGDF.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/dods/GPM_3IMERGDF_07.info\",\"Description\":\"The + GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting + and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA + SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/thredds/catalog/aggregation/GPM_3IMERGDF.07/catalog.html\",\"Description\":\"Access + the data via the THREDDS.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE SERVICE + API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3IMERGDF_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/#dataKeyword=IMERGDF\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a web-based tool that allows users to analyze gridded data interactively + online without having to download any data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/IMERG_V07_ATBD_final.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/IMERG_TechnicalDocumentation_final.pdf\",\"Description\":\"IMERG + Technical Documentation\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_QI.pdf\",\"Description\":\"IMERG + Quality Index\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_TRMMera-caveats.pdf\",\"Description\":\"Caveats + for IMERG extention into TRMM era\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov/resources/documents/imerg-v07-release-notes\",\"Description\":\"IMERG + Release Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-07-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"\\nVersion + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe Integrated Multi-satellitE + Retrievals for GPM (IMERG) IMERG is a NASA product estimating global surface + precipitation rates at a high resolution of 0.1\xB0 every half-hour beginning + 2000. It is part of the joint NASA-JAXA Global Precipitation Measurement + (GPM) mission, using the GPM Core Observatory satellite as the standard to + combine precipitation observations from an international constellation of + satellites using advanced techniques. IMERG can be used for global-scale + applications as well as over regions with sparse or no reliable surface observations. + \ The fine spatial and temporal resolution of IMERG data allows them to be + accumulated to the scale of the application for increased skill. IMERG has + three Runs with varying latencies in response to a range of application needs: + rapid-response applications (Early Run, 4-h latency), same/next-day applications + (Late Run, 14-h latency), and post-real-time research (Final Run, 3.5-month + latency). While IMERG strives for consistency and accuracy, satellite estimates + of precipitation are expected to have lower skill over frozen surfaces, complex + terrain, and coastal zones. As well, the changing GPM satellite constellation + over time may introduce artifacts that affect studies focusing on multi-year + changes.\\n\\nThis dataset is the GPM Level 3 IMERG *Final* Daily 10 x 10 + km (GPM_3IMERGDF) derived from the half-hourly GPM_3IMERGHH. The derived + result represents the Final estimate of the daily mean precipitation rate + in mm/day. The dataset is produced by first computing the mean precipitation + rate in (mm/hour) in every grid cell, and then multiplying the result by 24. + \ This minimizes the possible dry bias in versions before \\\"07\\\", in the + simple daily totals for cells where less than 48 half-hourly observations + are valid for the day. The latter under-sampling is very rare in the combined + microwave-infrared and rain gauge dataset, variable \\\"precipitation\\\", + \ and appears in higher latitudes. Thus, in most cases users of global \\\"precipitation\\\" + data will not notice any difference. This correction, however, is noticeable + in the high-quality microwave retrieval, variable \\\"MWprecipitation\\\", + where the occurrence of less than 48 valid half-hourly samples per day is + very common. The counts of the valid half-hourly samples per day have always + been provided as a separate variable, and users of daily data were advised + to pay close attention to that variable and use it to calculate the correct + precipitation daily rates. Starting with version \\\"07\\\", this is done + in production to minimize possible misinterpretations of the data. The counts + are still provided in the data, but they are only given to gauge the significance + of the daily rates, and reconstruct the simple totals if someone wishes to + do so. \\n\\nThe latency of the derived *Final* Daily product depends on the + delivery of the IMERG *Final* Half-Hourly product GPM_IMERGHH. Since the latter + are delivered in a batch, once per month for the entire month, with 2-3 months + latency, so will be the latency for the Final Daily, plus about 24 hours. + Thus, e.g. the Dailies for January can be expected to appear no earlier than + April 2. \\n\\n\\n\\nThe daily mean rate (mm/day) is derived by first computing + the mean precipitation rate (mm/hour) in a grid cell for the data day, and + then multiplying the result by 24. Thus, for every grid cell we have \\n\\nPdaily_mean + \ = SUM{Pi * 1[Pi valid]} / Pdaily_cnt * 24, i=[1,Nf]\\n\\nWhere:\\nPdaily_cnt + = SUM{1[Pi valid]}\\n\\nPi - half-hourly input, in (mm/hr)\\nNf + \ - Number of half-hourly files per day, Nf=48\\n1[.] - + Indicator function; 1 when Pi is valid, 0 otherwise\\nPdaily_cnt - Number + of valid retrievals in a grid cell per day.\\n\\nGrid cells for which Pdaily_cnt=0, + are set to fill value in the Daily files.\\nNote that Pi=0 is a valid value.\\n\\nPdaily_cnt + are provided in the data files as variables \\\"precipitation_cnt\\\" and + \\\"MWprecipitation_cnt\\\", for correspondingly the microwave-IR-gauge and + microwave-only retrievals. They are only given to gauge the significance of + the daily rates, and reconstruct the simple totals if someone wishes to do + so. \\n\\nThere are various ways the daily error could be estimated from the + source half-hourly random error (variable \\\"randomError\\\"). The daily + error provided in the data files is calculated in a fashion similar to the + daily mean precipitation rate. First, the mean of the squared half-hourly + \\\"randomError\\\" for the day is computed, and the resulting (mm^2/hr) + is converted to (mm^2/day). Finally, square root is taken to get the result + in (mm/day):\\n\\nPerr_daily = { SUM{ (Perr_i)^2 * 1[Perr_i valid] ) } / Ncnt_err + \ * 24}^0.5, i=[1,Nf]\\nNcnt_err = SUM( 1[Perr_i valid] )\\n\\nwhere:\\nPerr_i\\t\\t- + half-hourly input, \\\"randomError\\\", (mm/hr)\\nPerr_daily\\t- Magnitude + of the daily error, (mm/day)\\nNcnt_err\\t\\t- Number of valid half-hour error + estimates\\n\\nAgain, the sum of squared \\\"randomError\\\" can be reconstructed, + and other estimates can be derived using the available counts in the Daily + files.\\n\",\"Purpose\":\"The Integrated Multi-Satellite Retrievals for GPM + (IMERG) algorithm is designed to leverage the international constellation + of precipitation-relevant satellites to create a long record of uniformly + time/space gridded precipitation estimates for the globe. The algorithm is + focused on creating the best estimate at each time step, meaning that it is + not a Climate Data Record, although the ideal is as homogenous a record as + possible.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2022-04-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-07-12T00:00:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2023-12-12T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Multi-sensor + Analysis\",\"ShortName\":\"IMERG\",\"LongName\":\"Integrated Multi-satellitE + Retrievals for GPM\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\",\"ComposedOf\":[{\"ShortName\":\"Multi-sensor + Analysis \"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3IMERGM_06\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1598621092-GES_DISC\",\"revision-date\":\"2023-08-04T15:14:35.727Z\",\"granule-count\":256,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., E.F. Stocker, D.T. Bolvin, E.J. Nelkin, Jackson Tan\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGM_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + IMERG Final Precipitation L3 1 month 0.1 degree x 0.1 degree V06\",\"SeriesName\":\"GPM_3IMERGM\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2021-09-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/IMERG/3B-MONTH/06\"},\"ShortName\":\"GPM_3IMERGM\",\"EntryTitle\":\"GPM + IMERG Final Precipitation L3 1 month 0.1 degree x 0.1 degree V06 (GPM_3IMERGM) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Hong, Y., K. L. Hsu, + S. Sorooshian, and X. Gao, 2004\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Precipitation + Estimation from Remotely Sensed Imagery Using an Artificial Neural Network + Cloud Classification System\",\"Series\":\"J. Appl. Meteorol.\",\"Volume\":\"43\",\"Pages\":\"1834-1852\"},{\"Author\":\"Huffman, + G. J., R. F. Adler, D. T. Bolvin, G. Gu, E. J. Nelkin, K. P. Bowman, Y. Hong, + E. F. Stocker, and D. B. Wolff\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"The + TRMM Multi-satellite Precipitation Analysis: Quasi-Global, Multi-Year, Combined-Sensor + Precipitation Estimates at Fine Scale\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"8\",\"Pages\":\"38-55\"},{\"Author\":\"Joyce, + R. J., P. Xie, and J. E. Janowiak\",\"PublicationDate\":\"2011-01-01T00:00:00.000Z\",\"Title\":\"Kalman + Filter Based CMORPH\",\"Series\":\"J. Hydrometeor.\",\"Pages\":\"1547-1563\"},{\"Author\":\"Rudolf, + B., and U. Schneider\",\"PublicationDate\":\"2005-01-01T00:00:00.000Z\",\"Title\":\"Calculation + of Gridded Precipitation Data for the Global Land-Surface Using In-Situ Gauge + Observations. Proc. of the 2nd Internat. Precip. Working Group Workshop\",\"Pages\":\"231-247\"}],\"Quality\":\"Quality + is discussed in detail in the Technical Documentation (See IMERG Quality Index). + \\nThe *data access policy* is \\\"freely available\\\" with three common-sense + caveats:\\n\\n1. The data set source should be acknowledged when the data + are used, in the form:\\n\\\"The IMERG data were provided by the NASA/Goddard + Space Flight Center's Mesoscale Atmospheric Processes Laboratory and PPS, + which develop and compute IMERG as a contribution to GPM, and archived at + the NASA [enter PPS or GES DISC].\\\"\\n\\n2. New users are urged to obtain + their own current, clean copy from an official archive, rather than taking + a version from a third party that might be damaged or out of date.\\n\\n3. + \ Errors and difficulties in the original datasets should be reported to + the dataset creators. Access and format issues at third-party sites should + be directed to their contacts.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation (Final) from GPM IMERG (0.1 degree x 0.1 degree) (GPM_3IMERGM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3IMERGM_06.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGM_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3IMERGM.06/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/#dataKeyword=IMERGM\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a web-based tool that allows users to analyze gridded data interactively + online without having to download any data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3IMERGM_06\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGM.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/dods/GPM_3IMERGM_06.info\",\"Description\":\"The + GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting + and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA + SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/thredds/catalog/aggregation/GPM_3IMERGM.06/catalog.html\",\"Description\":\"Access + the data via the THREDDS.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE SERVICE + API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_ATBD_V06.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/MorphingInV06IMERG.pdf\",\"Description\":\"Release + notes; New Morphing algorithm\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_doc.06.pdf\",\"Description\":\"IMERG + Technical Documentation\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_QI.pdf\",\"Description\":\"IMERG + Quality Index\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_TRMMera-caveats.pdf\",\"Description\":\"Caveats + for IMERG extention into TRMM era\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_V06_release_notes.pdf\",\"Description\":\"IMERG + Release Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Integrated Multi-satellitE Retrievals for GPM (IMERG) is the unified U.S. + algorithm that provides the multi-satellite precipitation product for the + U.S. GPM team.\\n\\nMinor Version 06B is the current version of the data set. + Older versions will no longer be available and have been superseded by Version + 06B.\\n\\nThe precipitation estimates from the various precipitation-relevant + satellite passive microwave (PMW) sensors comprising the GPM constellation + are computed using the 2017 version of the Goddard Profiling Algorithm (GPROF2017), + then gridded, intercalibrated to the GPM Combined Ku Radar-Radiometer Algorithm + (CORRA) product, and merged into half-hourly 0.1\xB0x0.1\xB0 (roughly 10x10 + km) fields. Note that CORRA is adjusted to the monthly Global Precipitation + Climatology Project (GPCP) Satellite-Gauge (SG) product over high-latitude + ocean and tropical land to correct known biases.\\n\\nThe half-hourly intercalibrated + merged PMW estimates are then input to both the Climate Prediction Center + (CPC) Morphing-Kalman Filter (CMORPH-KF) Lagrangian time interpolation scheme + and the Precipitation Estimation from Remotely Sensed Information using Artificial + Neural Networks Cloud Classification System (PERSIANN-CCS) re-calibration + scheme. In parallel, CPC assembles the zenith-angle-corrected, intercalibrated + merged geo-IR fields and forwards them to PPS for input to the PERSIANN-CCS + algorithm (supported by an asynchronous re-calibration cycle) which are then + input to the CMORPH-KF morphing (quasi-Lagrangian time interpolation) scheme. + The CMORPH-KF morphing (supported by an asynchronous KF weights updating cycle) + uses the PMW and IR estimates to create half-hourly estimates. The motion + vectors for the morphing are computed by maximizing the pattern correlation + of successive hours of the vertically integrated vapor (TQV) provided by the + Modern-Era Retrospective Analysis for Research and Applications, Version 2 + (MERRA-2) and Goddard Earth Observing System model Version 5 (GEOS-5) Forward + Processing (FP) for the post-real-time (Final) Run and the near-real-time + (Early and Late) Runs, respectively. The KF uses the morphed data as the \u201Cforecast\u201D + and the IR estimates as the \u201Cobservations\u201D, with weighting that + depends on the time interval(s) away from the microwave overpass time. The + IR becomes important after about \xB190 minutes away from the overpass time.\\n\\nThe + IMERG system is run twice in near-real time:\\n\\n\\\"Early\\\" multi-satellite + product ~4 hr after observation time using only forward morphing and\\n\\\"Late\\\" + multi-satellite product ~14 hr after observation time, using both forward + and backward morphing\\nand once after the monthly gauge analysis is received:\\n\\n\\\"Final\\\", + satellite-gauge product ~3.5 months after the observation month, using both + forward and backward morphing and including monthly gauge analyses.\\n\\nCurrently, + the near-real-time Early and Late half-hourly estimates have no concluding + calibration, while in the post-real-time Final Run the multi-satellite half-hourly + estimates are adjusted so that they sum to the Final Run monthly satellite-gauge + combination. In all cases the output contains multiple fields that provide + information on the input data, selected intermediate fields, and estimation + quality. In general, the complete calibrated precipitation, precipitationCal, + is the data field of choice for most users.\\n\\nBriefly describing the Final + Run, the input precipitation estimates computed from the various satellite + passive microwave sensors are intercalibrated to the CORRA product (because + it is presumed to be the best snapshot TRMM/GPM estimate after adjustment + to the monthly GPCP SG), then \\\"forward/backward morphed\\\" and combined + with microwave precipitation-calibrated geo-IR fields, and adjusted with seasonal + GPCP SG surface precipitation data to provide half-hourly and monthly precipitation + estimates on a 0.1\xB0x0.1\xB0 (roughly 10x10 km) grid over the globe. Precipitation + phase is computed using analyses of surface temperature, humidity, and pressure. + The current period of record is June 2000 to the present (delayed by about + 3.5 months).\\n\\n\\n\",\"Purpose\":\"The Integrated Multi-Satellite Retrievals + for GPM (IMERG) algorithm is designed to leverage the international constellation + of precipitation-relevant satellites to create a long record of uniformly + time/space gridded precipitation estimates for the globe. The algorithm is + focused on creating the best estimate at each time step, meaning that it is + not a Climate Data Record, although the ideal is as homogenous a record as + possible.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-19T12:19:34.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-01-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Multi-sensor + Analysis\",\"ShortName\":\"IMERG\",\"LongName\":\"Integrated Multi-satellitE + Retrievals for GPM\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\",\"ComposedOf\":[{\"ShortName\":\"Multi-sensor + Analysis \"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3IMERGM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2723754851-GES_DISC\",\"revision-date\":\"2024-01-09T19:15:12.290Z\",\"granule-count\":282,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., E.F. Stocker, D.T. Bolvin, E.J. Nelkin, Jackson Tan\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + IMERG Final Precipitation L3 1 month 0.1 degree x 0.1 degree V07\",\"SeriesName\":\"GPM_3IMERGM\",\"ReleaseDate\":\"2023-07-12T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/IMERG/3B-MONTH/07\"},\"ShortName\":\"GPM_3IMERGM\",\"EntryTitle\":\"GPM + IMERG Final Precipitation L3 1 month 0.1 degree x 0.1 degree V07 (GPM_3IMERGM) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Hong, Y., K. L. Hsu, + S. Sorooshian, and X. Gao, 2004\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Precipitation + Estimation from Remotely Sensed Imagery Using an Artificial Neural Network + Cloud Classification System\",\"Series\":\"J. Appl. Meteorol.\",\"Volume\":\"43\",\"Pages\":\"1834-1852\"},{\"Author\":\"Huffman, + G. J., R. F. Adler, D. T. Bolvin, G. Gu, E. J. Nelkin, K. P. Bowman, Y. Hong, + E. F. Stocker, and D. B. Wolff\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"The + TRMM Multi-satellite Precipitation Analysis: Quasi-Global, Multi-Year, Combined-Sensor + Precipitation Estimates at Fine Scale\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"8\",\"Pages\":\"38-55\"},{\"Author\":\"Joyce, + R. J., P. Xie, and J. E. Janowiak\",\"PublicationDate\":\"2011-01-01T00:00:00.000Z\",\"Title\":\"Kalman + Filter Based CMORPH\",\"Series\":\"J. Hydrometeor.\",\"Pages\":\"1547-1563\"},{\"Author\":\"Rudolf, + B., and U. Schneider\",\"PublicationDate\":\"2005-01-01T00:00:00.000Z\",\"Title\":\"Calculation + of Gridded Precipitation Data for the Global Land-Surface Using In-Situ Gauge + Observations. Proc. of the 2nd Internat. Precip. Working Group Workshop\",\"Pages\":\"231-247\"}],\"Quality\":\"Quality + is discussed in detail in the Technical Documentation (See IMERG Quality Index). + \\nThe *data access policy* is \\\"freely available\\\" with three common-sense + caveats:\\n\\n1. The data set source should be acknowledged when the data + are used, in the form:\\n\\\"The IMERG data were provided by the NASA/Goddard + Space Flight Center's Mesoscale Atmospheric Processes Laboratory and PPS, + which develop and compute IMERG as a contribution to GPM, and archived at + the NASA [enter PPS or GES DISC].\\\"\\n\\n2. New users are urged to obtain + their own current, clean copy from an official archive, rather than taking + a version from a third party that might be damaged or out of date.\\n\\n3. + \ Errors and difficulties in the original datasets should be reported to + the dataset creators. Access and format issues at third-party sites should + be directed to their contacts.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation (Final) from GPM IMERG (0.1 degree x 0.1 degree) (GPM_3IMERGM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3IMERGM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3IMERGM.07/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/#dataKeyword=IMERGM\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a web-based tool that allows users to analyze gridded data interactively + online without having to download any data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3IMERGM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/dods/GPM_3IMERGM_07.info\",\"Description\":\"The + GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting + and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA + SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/thredds/catalog/aggregation/GPM_3IMERGM.07/catalog.html\",\"Description\":\"Access + the data via the THREDDS.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE SERVICE + API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/IMERG_V07_ATBD_final.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/IMERG_TechnicalDocumentation_final.pdf\",\"Description\":\"IMERG + Technical Documentation\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_QI.pdf\",\"Description\":\"IMERG + Quality Index\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_TRMMera-caveats.pdf\",\"Description\":\"Caveats + for IMERG extention into TRMM era\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov/resources/documents/imerg-v07-release-notes\",\"Description\":\"IMERG + Release Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-07-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"\\nVersion + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe Integrated Multi-satellitE + Retrievals for GPM (IMERG) IMERG is a NASA product estimating global surface + precipitation rates at a high resolution of 0.1\xB0 every half-hour beginning + 2000. It is part of the joint NASA-JAXA Global Precipitation Measurement + (GPM) mission, using the GPM Core Observatory satellite as the standard to + combine precipitation observations from an international constellation of + satellites using advanced techniques. IMERG can be used for global-scale + applications as well as over regions with sparse or no reliable surface observations. + \ The fine spatial and temporal resolution of IMERG data allows them to be + accumulated to the scale of the application for increased skill. IMERG has + three Runs with varying latencies in response to a range of application needs: + rapid-response applications (Early Run, 4-h latency), same/next-day applications + (Late Run, 14-h latency), and post-real-time research (Final Run, 3.5-month + latency). While IMERG strives for consistency and accuracy, satellite estimates + of precipitation are expected to have lower skill over frozen surfaces, complex + terrain, and coastal zones. As well, the changing GPM satellite constellation + over time may introduce artifacts that affect studies focusing on multi-year + changes.\\n\\n\\n\\n\",\"Purpose\":\"The Integrated Multi-Satellite Retrievals + for GPM (IMERG) algorithm is designed to leverage the international constellation + of precipitation-relevant satellites to create a long record of uniformly + time/space gridded precipitation estimates for the globe. The algorithm is + focused on creating the best estimate at each time step, meaning that it is + not a Climate Data Record, although the ideal is as homogenous a record as + possible.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-07-12T00:00:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2023-12-12T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Multi-sensor + Analysis\",\"ShortName\":\"IMERG\",\"LongName\":\"Integrated Multi-satellitE + Retrievals for GPM\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\",\"ComposedOf\":[{\"ShortName\":\"Multi-sensor + Analysis \"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2548641840-GES_DISC\",\"V2548642031-GES_DISC\",\"V2548640923-GES_DISC\",\"V2548641891-GES_DISC\",\"V2548642357-GES_DISC\",\"V2548641711-GES_DISC\",\"V2548642119-GES_DISC\",\"V2548640843-GES_DISC\",\"V2548641517-GES_DISC\",\"V2548640766-GES_DISC\",\"V2548642023-GES_DISC\",\"V2548642196-GES_DISC\",\"V2548642027-GES_DISC\",\"V2548641948-GES_DISC\",\"V2548642051-GES_DISC\",\"V2548641782-GES_DISC\",\"V2548641854-GES_DISC\",\"V2548640711-GES_DISC\",\"V2548642263-GES_DISC\"],\"services\":[\"S2701049693-XYZ_PROV\",\"S2623993680-GES_DISC\"]},\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGHH.06/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GPM_3IMERGHH_06\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2548641840-GES_DISC\"},{\"concept-id\":\"V2548642031-GES_DISC\"},{\"concept-id\":\"V2548640923-GES_DISC\"},{\"concept-id\":\"V2548641891-GES_DISC\"},{\"concept-id\":\"V2548642357-GES_DISC\"},{\"concept-id\":\"V2548641711-GES_DISC\"},{\"concept-id\":\"V2548642119-GES_DISC\"},{\"concept-id\":\"V2548640843-GES_DISC\"},{\"concept-id\":\"V2548641517-GES_DISC\"},{\"concept-id\":\"V2548640766-GES_DISC\"},{\"concept-id\":\"V2548642023-GES_DISC\"},{\"concept-id\":\"V2548642196-GES_DISC\"},{\"concept-id\":\"V2548642027-GES_DISC\"},{\"concept-id\":\"V2548641948-GES_DISC\"},{\"concept-id\":\"V2548642051-GES_DISC\"},{\"concept-id\":\"V2548641782-GES_DISC\"},{\"concept-id\":\"V2548641854-GES_DISC\"},{\"concept-id\":\"V2548640711-GES_DISC\"},{\"concept-id\":\"V2548642263-GES_DISC\"}],\"services\":[{\"concept-id\":\"S2701049693-XYZ_PROV\"},{\"concept-id\":\"S2623993680-GES_DISC\"}]},\"has-variables\":true,\"concept-id\":\"C1598621093-GES_DISC\",\"revision-date\":\"2023-06-20T15:20:45.867Z\",\"granule-count\":374016,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., E.F. Stocker, D.T. Bolvin, E.J. Nelkin, Jackson Tan\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGHH_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + IMERG Final Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V06\",\"SeriesName\":\"GPM_3IMERGHH\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2021-09-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/IMERG/3B-HH/06\"},\"ShortName\":\"GPM_3IMERGHH\",\"EntryTitle\":\"GPM + IMERG Final Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V06 (GPM_3IMERGHH) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Hong, Y., K. L. Hsu, + S. Sorooshian, and X. Gao\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Precipitation + Estimation from Remotely Sensed Imagery Using an Artificial Neural Network + Cloud Classification System\",\"Series\":\"J. Appl. Meteorol\",\"Volume\":\"43\",\"Pages\":\"1834-1852\"},{\"Author\":\"Huffman, + G. J., R. F. Adler, D. T. Bolvin, G. Gu, E. J. Nelkin, K. P. Bowman, Y. Hong, + E. F. Stocker, and D. B. Wolff\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"The + TRMM Multi-satellite Precipitation Analysis: Quasi-Global, Multi-Year, Combined-Sensor + Precipitation Estimates at Fine Scale.\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"8(1)\",\"Pages\":\"38-55\"},{\"Author\":\"Joyce, + R. J., P. Xie, and J. E. Janowiak\",\"PublicationDate\":\"2011-01-01T00:00:00.000Z\",\"Title\":\"Kalman + Filter Based CMORPH\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"12\",\"Pages\":\"1547-1563\",\"DOI\":{\"DOI\":\"10.1175/JHM-D-11-022.1\"}},{\"Author\":\"Rudolf, + B., and U. Schneider\",\"PublicationDate\":\"2005-01-01T00:00:00.000Z\",\"Title\":\"Calculation + of Gridded Precipitation Data for the Global Land-Surface Using In-Situ Gauge + Observations\",\"Series\":\"Proc. of the 2nd Internat. Precip. Working Group + Workshop\",\"Volume\":\"25-28 October 2004, Monterey, CAs\",\"Pages\":\"231-247\"}],\"Quality\":\"Quality + is discussed in detail in the Technical Documentation (See IMERG Quality Index).\\nThe + *data access policy* is \\\"freely available\\\" with three common-sense caveats:\\n\\n1. + \ The data set source should be acknowledged when the data are used, in the + form:\\n\\\"The IMERG data were provided by the NASA/Goddard Space Flight + Center's Mesoscale Atmospheric Processes Laboratory and PPS, which develop + and compute IMERG as a contribution to GPM, and archived at the NASA [enter + PPS or GES DISC].\\\"\\n\\n2. New users are urged to obtain their own current, + clean copy from an official archive, rather than taking a version from a third + party that might be damaged or out of date.\\n\\n3. Errors and difficulties + in the original datasets should be reported to the dataset creators. Access + and format issues at third-party sites should be directed to their contacts.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGHH.06/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation (Final) from GPM IMERG (0.1 degree x 0.1 degree) (GPM_3IMERGHH)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3IMERGHH_06.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGHH_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3IMERGHH.06/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/#dataKeyword=IMERGHH\",\"Description\":\"Online + visualization and analysis\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGHH.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/dods/GPM_3IMERGHH_06.info\",\"Description\":\"The + GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting + and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA + SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/thredds/catalog/aggregation/GPM_3IMERGHH.06/catalog.html\",\"Description\":\"Access + the data via the THREDDS.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE SERVICE + API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3IMERGHH_06\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_ATBD_V06.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/MorphingInV06IMERG.pdf\",\"Description\":\"Release + notes; New Morphing algorithm\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_doc.06.pdf\",\"Description\":\"IMERG + Technical Documentation\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_QI.pdf\",\"Description\":\"IMERG + Quality Index\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_TRMMera-caveats.pdf\",\"Description\":\"Caveats + for IMERG extention into TRMM era\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_V06_release_notes.pdf\",\"Description\":\"IMERG + Release Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/documents?title=In-region%20Direct%20S3%20Zarr%20Cache%20Access\",\"Description\":\"In-region + Direct S3 Zarr Cache Access\",\"Subtype\":\"PRODUCT USAGE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arcgis.gesdisc.eosdis.nasa.gov/authoritative/rest/services/GPM_3IMERGHH_06/ImageServer\",\"Description\":\"ArcGIS + REST API portal\",\"Subtype\":\"GIS\",\"Type\":\"GET RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://arcgis.gesdisc.eosdis.nasa.gov/portal/home/webmap/viewer.html?webmap=62fe84bce52c49909b0b08c6d6241ce3\",\"Description\":\"ArcGIS + Enterprise Web Map\",\"Subtype\":\"GIS\",\"Type\":\"GET RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Integrated Multi-satellitE Retrievals for GPM (IMERG) is the unified U.S. + algorithm that provides the multi-satellite precipitation product for the + U.S. GPM team.\\n\\nMinor Version 06B is the current version of the data set. + Older versions will no longer be available and have been superseded by Version + 06B.\\n\\nThe precipitation estimates from the various precipitation-relevant + satellite passive microwave (PMW) sensors comprising the GPM constellation + are computed using the 2017 version of the Goddard Profiling Algorithm (GPROF2017), + then gridded, intercalibrated to the GPM Combined Ku Radar-Radiometer Algorithm + (CORRA) product, and merged into half-hourly 0.1\xB0x0.1\xB0 (roughly 10x10 + km) fields. Note that CORRA is adjusted to the monthly Global Precipitation + Climatology Project (GPCP) Satellite-Gauge (SG) product over high-latitude + ocean and tropical land to correct known biases.\\n\\nThe half-hourly intercalibrated + merged PMW estimates are then input to both the Climate Prediction Center + (CPC) Morphing-Kalman Filter (CMORPH-KF) Lagrangian time interpolation scheme + and the Precipitation Estimation from Remotely Sensed Information using Artificial + Neural Networks Cloud Classification System (PERSIANN-CCS) re-calibration + scheme. In parallel, CPC assembles the zenith-angle-corrected, intercalibrated + merged geo-IR fields and forwards them to PPS for input to the PERSIANN-CCS + algorithm (supported by an asynchronous re-calibration cycle) which are then + input to the CMORPH-KF morphing (quasi-Lagrangian time interpolation) scheme.\\n\\nThe + CMORPH-KF morphing (supported by an asynchronous KF weights updating cycle) + uses the PMW and IR estimates to create half-hourly estimates. The motion + vectors for the morphing are computed by maximizing the pattern correlation + of successive hours of the vertically integrated vapor (TQV) provided by the + Modern-Era Retrospective Analysis for Research and Applications, Version 2 + (MERRA-2) and Goddard Earth Observing System model Version 5 (GEOS-5) Forward + Processing (FP) for the post-real-time (Final) Run and the near-real-time + (Early and Late) Runs, respectively. The KF uses the morphed data as the \u201Cforecast\u201D + and the IR estimates as the \u201Cobservations\u201D, with weighting that + depends on the time interval(s) away from the microwave overpass time. The + IR becomes important after about \xB190 minutes away from the overpass time.\\n\\nThe + IMERG system is run twice in near-real time:\\n\\n\\\"Early\\\" multi-satellite + product ~4 hr after observation time using only forward morphing and\\n\\\"Late\\\" + multi-satellite product ~14 hr after observation time, using both forward + and backward morphing\\nand once after the monthly gauge analysis is received:\\n\\n\\\"Final\\\", + satellite-gauge product ~3.5 months after the observation month, using both + forward and backward morphing and including monthly gauge analyses.\\n\\nCurrently, + the near-real-time Early and Late half-hourly estimates have no concluding + calibration, while in the post-real-time Final Run the multi-satellite half-hourly + estimates are adjusted so that they sum to the Final Run monthly satellite-gauge + combination. In all cases the output contains multiple fields that provide + information on the input data, selected intermediate fields, and estimation + quality. In general, the complete calibrated precipitation, precipitationCal, + is the data field of choice for most users.\\n\\nBriefly describing the Final + Run, the input precipitation estimates computed from the various satellite + passive microwave sensors are intercalibrated to the CORRA product (because + it is presumed to be the best snapshot TRMM/GPM estimate after adjustment + to the monthly GPCP SG), then \\\"forward/backward morphed\\\" and combined + with microwave precipitation-calibrated geo-IR fields, and adjusted with seasonal + GPCP SG surface precipitation data to provide half-hourly and monthly precipitation + estimates on a 0.1\xB0x0.1\xB0 (roughly 10x10 km) grid over the globe. Precipitation + phase is computed using analyses of surface temperature, humidity, and pressure. + The current period of record is June 2000 to the present (delayed by about + 3.5 months).\\n\\n\\n\",\"Purpose\":\"The Integrated Multi-Satellite Retrievals + for GPM (IMERG) algorithm is designed to leverage the international constellation + of precipitation-relevant satellites to create a long record of uniformly + time/space gridded precipitation estimates for the globe. The algorithm is + focused on creating the best estimate at each time step, meaning that it is + not a Climate Data Record, although the ideal is as homogenous a record as + possible.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-19T12:19:34.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-01-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Multi-sensor + Analysis\",\"ShortName\":\"IMERG\",\"LongName\":\"Integrated Multi-satellitE + Retrievals for GPM\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\",\"ComposedOf\":[{\"ShortName\":\"Multi-sensor + Analysis \"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGHH.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3IMERGHH_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2723754847-GES_DISC\",\"revision-date\":\"2024-01-09T19:15:12.190Z\",\"granule-count\":411984,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., E.F. Stocker, D.T. Bolvin, E.J. Nelkin, Jackson Tan\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGHH_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + IMERG Final Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V07\",\"SeriesName\":\"GPM_3IMERGHH\",\"ReleaseDate\":\"2023-07-12T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/IMERG/3B-HH/07\"},\"ShortName\":\"GPM_3IMERGHH\",\"EntryTitle\":\"GPM + IMERG Final Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V07 (GPM_3IMERGHH) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Hong, Y., K. L. Hsu, + S. Sorooshian, and X. Gao\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Precipitation + Estimation from Remotely Sensed Imagery Using an Artificial Neural Network + Cloud Classification System\",\"Series\":\"J. Appl. Meteorol\",\"Volume\":\"43\",\"Pages\":\"1834-1852\"},{\"Author\":\"Huffman, + G. J., R. F. Adler, D. T. Bolvin, G. Gu, E. J. Nelkin, K. P. Bowman, Y. Hong, + E. F. Stocker, and D. B. Wolff\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"The + TRMM Multi-satellite Precipitation Analysis: Quasi-Global, Multi-Year, Combined-Sensor + Precipitation Estimates at Fine Scale.\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"8(1)\",\"Pages\":\"38-55\"},{\"Author\":\"Joyce, + R. J., P. Xie, and J. E. Janowiak\",\"PublicationDate\":\"2011-01-01T00:00:00.000Z\",\"Title\":\"Kalman + Filter Based CMORPH\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"12\",\"Pages\":\"1547-1563\",\"DOI\":{\"DOI\":\"10.1175/JHM-D-11-022.1\"}},{\"Author\":\"Rudolf, + B., and U. Schneider\",\"PublicationDate\":\"2005-01-01T00:00:00.000Z\",\"Title\":\"Calculation + of Gridded Precipitation Data for the Global Land-Surface Using In-Situ Gauge + Observations\",\"Series\":\"Proc. of the 2nd Internat. Precip. Working Group + Workshop\",\"Volume\":\"25-28 October 2004, Monterey, CAs\",\"Pages\":\"231-247\"}],\"Quality\":\"Quality + is discussed in detail in the Technical Documentation (See IMERG Quality Index).\\nThe + *data access policy* is \\\"freely available\\\" with three common-sense caveats:\\n\\n1. + \ The data set source should be acknowledged when the data are used, in the + form:\\n\\\"The IMERG data were provided by the NASA/Goddard Space Flight + Center's Mesoscale Atmospheric Processes Laboratory and PPS, which develop + and compute IMERG as a contribution to GPM, and archived at the NASA [enter + PPS or GES DISC].\\\"\\n\\n2. New users are urged to obtain their own current, + clean copy from an official archive, rather than taking a version from a third + party that might be damaged or out of date.\\n\\n3. Errors and difficulties + in the original datasets should be reported to the dataset creators. Access + and format issues at third-party sites should be directed to their contacts.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGHH.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation (Final) from GPM IMERG (0.1 degree x 0.1 degree) (GPM_3IMERGHH)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3IMERGHH_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGHH_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3IMERGHH.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/#dataKeyword=IMERGHH\",\"Description\":\"Online + visualization and analysis\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGHH.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/dods/GPM_3IMERGHH_07.info\",\"Description\":\"The + GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting + and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA + SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/thredds/catalog/aggregation/GPM_3IMERGHH.07/catalog.html\",\"Description\":\"Access + the data via the THREDDS.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE SERVICE + API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3IMERGHH_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/IMERG_V07_ATBD_final.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/IMERG_TechnicalDocumentation_final.pdf\",\"Description\":\"IMERG + Technical Documentation\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_QI.pdf\",\"Description\":\"IMERG + Quality Index\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_TRMMera-caveats.pdf\",\"Description\":\"Caveats + for IMERG extention into TRMM era\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov/resources/documents/imerg-v07-release-notes\",\"Description\":\"IMERG + Release Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-07-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"\\nVersion + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe Integrated Multi-satellitE + Retrievals for GPM (IMERG) IMERG is a NASA product estimating global surface + precipitation rates at a high resolution of 0.1\xB0 every half-hour beginning + 2000. It is part of the joint NASA-JAXA Global Precipitation Measurement + (GPM) mission, using the GPM Core Observatory satellite as the standard to + combine precipitation observations from an international constellation of + satellites using advanced techniques. IMERG can be used for global-scale + applications as well as over regions with sparse or no reliable surface observations. + \ The fine spatial and temporal resolution of IMERG data allows them to be + accumulated to the scale of the application for increased skill. IMERG has + three Runs with varying latencies in response to a range of application needs: + rapid-response applications (Early Run, 4-h latency), same/next-day applications + (Late Run, 14-h latency), and post-real-time research (Final Run, 3.5-month + latency). While IMERG strives for consistency and accuracy, satellite estimates + of precipitation are expected to have lower skill over frozen surfaces, complex + terrain, and coastal zones. As well, the changing GPM satellite constellation + over time may introduce artifacts that affect studies focusing on multi-year + changes.\\n\\n\",\"Purpose\":\"The Integrated Multi-Satellite Retrievals for + GPM (IMERG) algorithm is designed to leverage the international constellation + of precipitation-relevant satellites to create a long record of uniformly + time/space gridded precipitation estimates for the globe. The algorithm is + focused on creating the best estimate at each time step, meaning that it is + not a Climate Data Record, although the ideal is as homogenous a record as + possible.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-07-12T00:00:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2023-12-12T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Multi-sensor + Analysis\",\"ShortName\":\"IMERG\",\"LongName\":\"Integrated Multi-satellitE + Retrievals for GPM\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\",\"ComposedOf\":[{\"ShortName\":\"Multi-sensor + Analysis \"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3IMERGDL_06\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1598621098-GES_DISC\",\"revision-date\":\"2023-08-04T15:13:24.225Z\",\"granule-count\":8712,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., E.F. Stocker, D.T. Bolvin, E.J. Nelkin, Jackson Tan\",\"Editor\":\"Andrey + Savtchenko\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGDL_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + IMERG Late Precipitation L3 1 day 0.1 degree x 0.1 degree V06\",\"SeriesName\":\"GPM_3IMERGDL\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/IMERGDL/DAY/06\"},\"ShortName\":\"GPM_3IMERGDL\",\"EntryTitle\":\"GPM + IMERG Late Precipitation L3 1 day 0.1 degree x 0.1 degree V06 (GPM_3IMERGDL) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Hong, Y., K. L. Hsu, + S. Sorooshian, and X. Gao\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Precipitation + Estimation from Remotely Sensed Imagery Using an Artificial Neural Network + Cloud Classification System\",\"Series\":\"J. Appl. Meteorol\",\"Volume\":\"43\",\"Pages\":\"1834-1852\"},{\"Author\":\"Huffman, + G. J., R. F. Adler, D. T. Bolvin, G. Gu, E. J. Nelkin, K. P. Bowman, Y. Hong, + E. F. Stocker, and D. B. Wolff\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"The + TRMM Multi-satellite Precipitation Analysis: Quasi-Global, Multi-Year, Combined-Sensor + Precipitation Estimates at Fine Scale.\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"8(1)\",\"Pages\":\"38-55\"},{\"Author\":\"Joyce, + R. J., P. Xie, and J. E. Janowiak\",\"PublicationDate\":\"2011-01-01T00:00:00.000Z\",\"Title\":\"Kalman + Filter Based CMORPH\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"12\",\"Pages\":\"1547-1563\",\"DOI\":{\"DOI\":\"10.1175/JHM-D-11-022.1\"}},{\"Author\":\"Rudolf, + B., and U. Schneider\",\"PublicationDate\":\"2005-01-01T00:00:00.000Z\",\"Title\":\"Calculation + of Gridded Precipitation Data for the Global Land-Surface Using In-Situ Gauge + Observations\",\"Series\":\"Proc. of the 2nd Internat. Precip. Working Group + Workshop\",\"Volume\":\"25-28 October 2004, Monterey, CAs\",\"Pages\":\"231-247\"}],\"Quality\":\"The + quality of this derived daily product is similar to the quality of the source + data, GPM_3IMERGHHL. Since this is the \\\"Late\\\" estimate of the accumulated + precipitation for the day, it is best used when accuracy better than the \\\"Early\\\" + estimate is desired, and latency of about 12 hours can be tolerated.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Daily + Accumulated Precipitation Estimate (Late) from GPM IMERG (0.1 degree x 0.1 + degree) (GPM_3IMERGDL)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3IMERGDL.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGDL_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3IMERGDL.06/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGDL.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/dods/GPM_3IMERGDL_06.info\",\"Description\":\"The + GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting + and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA + SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/thredds/catalog/aggregation/GPM_3IMERGDL.06/catalog.html\",\"Description\":\"Access + the data via the THREDDS.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE SERVICE + API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3IMERGDL_06\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/#dataKeyword=IMERGDL\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a web-based tool that allows users to analyze gridded data interactively + online without having to download any data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_ATBD_V06.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/MorphingInV06IMERG.pdf\",\"Description\":\"Release + notes; New Morphing algorithm\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_V06_release_notes.pdf\",\"Description\":\"IMERG + Release Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_doc.06.pdf\",\"Description\":\"IMERG + Technical Documentation\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_QI.pdf\",\"Description\":\"IMERG + Quality Index\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Integrated Multi-satellitE Retrievals for GPM (IMERG) is the unified U.S. + algorithm that provides the multi-satellite precipitation product for the + U.S. GPM team.\\n\\nVersion 06 is the current version of the data set. Older + versions will no longer be available and have been superseded by Version 06.\\n\\nThis + dataset is the GPM Level 3 IMERG Late Daily 10 x 10 km (GPM_3IMERGDL) derived + from the half-hourly GPM_3IMERGHHL. The derived result represents a Late expedited + estimate of the daily accumulated precipitation. The dataset is produced at + the NASA Goddard Earth Sciences (GES) Data and Information Services Center + (DISC) by simply summing the valid precipitation retrievals for the day in + GPM_3IMERGHHL and giving the result in (mm). The latency of the derived late + daily product is a couple of minutes after the last granule of GPM_3IMERGHHL + for the UTC data day is received at GES DISC. Since the target latency of + GPM_3IMERGHHL is 12 hours, the daily should appear about 12 hours after the + closure of the UTC day. For information on the original data (GPM_3IMERGHHL), + please see the Documentation (Related URL). \\n\\nIn the original IMERG algorithm, + the precipitation estimates from the various precipitation-relevant satellite + passive microwave (PMW) sensors comprising the GPM constellation are computed + using the 2017 version of the Goddard Profiling Algorithm (GPROF2017), then + gridded, intercalibrated to the GPM Combined Ku Radar-Radiometer Algorithm + (CORRA) product, and merged into half-hourly 0.1\xB0x0.1\xB0 (roughly 10x10 + km) fields. Note that CORRA is adjusted to the monthly Global Precipitation + Climatology Project (GPCP) Satellite-Gauge (SG) product over high-latitude + ocean and tropical land to correct known biases.\\n\\nThe half-hourly intercalibrated + merged PMW estimates are then input to both the Climate Prediction Center + (CPC) Morphing-Kalman Filter (CMORPH-KF) Lagrangian time interpolation scheme + and the Precipitation Estimation from Remotely Sensed Information using Artificial + Neural Networks Cloud Classification System (PERSIANN-CCS) re-calibration + scheme. In parallel, CPC assembles the zenith-angle-corrected, intercalibrated + merged geo-IR fields and forwards them to PPS for input to the PERSIANN-CCS + algorithm (supported by an asynchronous re-calibration cycle) which are then + input to the CMORPH-KF morphing (quasi-Lagrangian time interpolation) scheme.\\n\\nThe + CMORPH-KF morphing (supported by an asynchronous KF weights updating cycle) + uses the PMW and IR estimates to create half-hourly estimates. The motion + vectors for the morphing are computed by maximizing the pattern correlation + of successive hours of the vertically integrated vapor (TQV) provided by the + Modern-Era Retrospective Analysis for Research and Applications, Version 2 + (MERRA-2) and Goddard Earth Observing System model Version 5 (GEOS-5) Forward + Processing (FP) for the post-real-time (Final) Run and the near-real-time + (Early and Late) Runs, respectively. The KF uses the morphed data as the \u201Cforecast\u201D + and the IR estimates as the \u201Cobservations\u201D, with weighting that + depends on the time interval(s) away from the microwave overpass time. The + IR becomes important after about \xB190 minutes away from the overpass time.\\n\\nThe + IMERG system is run twice in near-real time:\\n\\n\\\"Early\\\" multi-satellite + product ~4 hr after observation time using only forward morphing and\\n\\\"Late\\\" + multi-satellite product ~14 hr after observation time, using both forward + and backward morphing\\nand once after the monthly gauge analysis is received:\\n\\n\\\"Final\\\", + satellite-gauge product ~3.5 months after the observation month, using both + forward and backward morphing and including monthly gauge analyses.\\n\\nCurrently, + the near-real-time Early and Late half-hourly estimates have no concluding + calibration, while in the post-real-time Final Run the multi-satellite half-hourly + estimates are adjusted so that they sum to the Final Run monthly satellite-gauge + combination. In all cases the output contains multiple fields that provide + information on the input data, selected intermediate fields, and estimation + quality. In general, the complete calibrated precipitation, precipitationCal, + is the data field of choice for most users.\\n\\n\\nThe following describes + the derivation of the Daily in more details.\\n\\nThe daily accumulation is + derived by summing *valid* retrievals in a grid cell for the data day. Since + the 0.5-hourly source data are in mm/hr, a factor of 0.5 is applied to the + sum. Thus, for every grid cell we have \\n\\nPdaily = 0.5 + * SUM{Pi * 1[Pi valid]}, i=[1,Nf]\\nPdaily_cnt = SUM{1[Pi valid]}\\n\\nwhere:\\nPdaily + \ - Daily accumulation (mm)\\nPi - 0.5-hourly input, + in (mm/hr)\\nNf - Number of 0.5-hourly files per day, Nf=48\\n1[.] + \ - Indicator function; 1 when Pi is valid, 0 otherwise\\nPdaily_cnt + \ - Number of valid retrievals in a grid cell per day.\\n\\nGrid cells + for which Pdaily_cnt=0, are set to fill value in the Daily files.\\nNote that + Pi=0 is a valid value.\\n\\n\\nOn occasion, the 0.5-hourly source data have + fill values for Pi in a very few grid cells. The total accumulation for such + grid cells is still issued, inspite of the likelihood that thus resulting + accumulation has a larger uncertainty in representing the \\\"true\\\" daily + total. These events are easily detectable using \\\"counts\\\" variables that + contain Pdaily_cnt, whereby users can screen out any grid cells for which\\n + Pdaily_cnt less than Nf.\\n\\n\\nThere are various ways the accumulated daily + error could be estimated from the source 0.5-hourly error. In this release, + the daily error provided in the data files is calculated as follows. First, + squared 0.5-hourly errors are summed, and then square root of the sum is taken. + Similarly to the precipitation, a factor of 0.5 is finally applied:\\n\\nPerr_daily + = 0.5 * { SUM[ (Perr_i * 1[Perr_i valid])^2 ] }^0.5 , i=[1,Nf]\\nNcnt_err + \ = SUM( 1[Perr_i valid] )\\n\\nwhere:\\nPerr_daily\\t- Magnitude of the + daily accumulated error power, (mm)\\nNcnt_err\\t- The counts for the error + variable\\n\\nThus computed Perr_daily represents the worst case scenario + that assumes the error in the 0.5-hourly source data, which is given in mm/hr, + is accumulating within the 0.5-hourly period of the source data and then during + the day. These values, however, can easily be conveted to root mean square + error estimate of the rainfall rate:\\n\\nrms_err = { (Perr_daily/0.5) ^2 + / Ncnt_err }^0.5\\t(mm/hr)\\n\\n\\nThis estimate assumes that the error given + in the 0.5-hourly files is representative of the error of the rainfall rate + (mm/hr) within the 0.5-hour window of the files, and it is random throughout + the day. Note, this should be interpreted as the error of the rainfall rate + (mm/hr) for the day, not the daily accumulation.\\n\\n\\n\\n\",\"Purpose\":\"The + Integrated Multi-Satellite Retrievals for GPM (IMERG) algorithm is designed + to leverage the international constellation of precipitation-relevant satellites + to create a long record of uniformly time/space gridded precipitation estimates + for the globe. The algorithm is focused on creating the best estimate at each + time step, meaning that it is not a Climate Data Record, although the ideal + is as homogenous a record as possible.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + LAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-19T12:19:34.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-01-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Multi-sensor + Analysis\",\"ShortName\":\"IMERG\",\"LongName\":\"Integrated Multi-satellitE + Retrievals for GPM\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\",\"ComposedOf\":[{\"ShortName\":\"Multi-sensor + Analysis \"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGHHL.06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3IMERGHHL_06\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1598621095-GES_DISC\",\"revision-date\":\"2023-08-04T15:13:43.427Z\",\"granule-count\":418176,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Huffman, + G.J., E.F. Stocker, D.T. Bolvin, E.J. Nelkin, Jackson Tan\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGHHL_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + IMERG Late Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V06\",\"SeriesName\":\"GPM_3IMERGHHL\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"SOLID + PRECIPITATION\",\"VariableLevel2\":\"SNOW\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-06-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/IMERG/3B-HH-L/06\"},\"ShortName\":\"GPM_3IMERGHHL\",\"EntryTitle\":\"GPM + IMERG Late Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V06 (GPM_3IMERGHHL) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Hong, Y., K. L. Hsu, + S. Sorooshian, and X. Gao\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Precipitation + Estimation from Remotely Sensed Imagery Using an Artificial Neural Network + Cloud Classification System\",\"Series\":\"J. Appl. Meteorol\",\"Volume\":\"43\",\"Pages\":\"1834-1852\"},{\"Author\":\"Huffman, + G. J., R. F. Adler, D. T. Bolvin, G. Gu, E. J. Nelkin, K. P. Bowman, Y. Hong, + E. F. Stocker, and D. B. Wolff\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"The + TRMM Multi-satellite Precipitation Analysis: Quasi-Global, Multi-Year, Combined-Sensor + Precipitation Estimates at Fine Scale.\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"8(1)\",\"Pages\":\"38-55\"},{\"Author\":\"Joyce, + R. J., P. Xie, and J. E. Janowiak\",\"PublicationDate\":\"2011-01-01T00:00:00.000Z\",\"Title\":\"Kalman + Filter Based CMORPH\",\"Series\":\"J. Hydrometeor.\",\"Volume\":\"12\",\"Pages\":\"1547-1563\",\"DOI\":{\"DOI\":\"10.1175/JHM-D-11-022.1\"}},{\"Author\":\"Rudolf, + B., and U. Schneider\",\"PublicationDate\":\"2005-01-01T00:00:00.000Z\",\"Title\":\"Calculation + of Gridded Precipitation Data for the Global Land-Surface Using In-Situ Gauge + Observations\",\"Series\":\"Proc. of the 2nd Internat. Precip. Working Group + Workshop\",\"Volume\":\"25-28 October 2004, Monterey, CAs\",\"Pages\":\"231-247\"}],\"Quality\":\"Quality + is discussed in detail in the Technical Documentation (See IMERG Quality Index).\\nThe + *data access policy* is \\\"freely available\\\" with three common-sense caveats:\\n\\n1. + \ The data set source should be acknowledged when the data are used, in the + form:\\n\\\"The IMERG data were provided by the NASA/Goddard Space Flight + Center's Mesoscale Atmospheric Processes Laboratory and PPS, which develop + and compute IMERG as a contribution to GPM, and archived at the NASA [enter + PPS or GES DISC].\\\"\\n\\n2. New users are urged to obtain their own current, + clean copy from an official archive, rather than taking a version from a third + party that might be damaged or out of date.\\n\\n3. Errors and difficulties + in the original datasets should be reported to the dataset creators. Access + and format issues at third-party sites should be directed to their contacts.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L3/GPM_3IMERGHHL.06/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation (Late) from GPM IMERG (0.1 degree x 0.1 degree) (GPM_3IMERGHHL)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3IMERGHHL.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3IMERGHHL_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3IMERGHHL.06/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/#dataKeyword=IMERGHHL\",\"Description\":\"Online + visualization and analysis\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/hyrax/GPM_L3/GPM_3IMERGHHL.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/dods/GPM_3IMERGHHL_06.info\",\"Description\":\"The + GrADS Data Server (GDS) is another form of OPeNDAP that provides subsetting + and some analysis services across the Internet.\",\"Subtype\":\"GRADS DATA + SERVER (GDS)\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/thredds/catalog/aggregation/GPM_3IMERGHHL.06/catalog.html\",\"Description\":\"Access + the data via the THREDDS.\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE SERVICE + API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3IMERGHHL_06\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_ATBD_V06.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/MorphingInV06IMERG.pdf\",\"Description\":\"Release + notes; New Morphing algorithm\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_V06_release_notes.pdf\",\"Description\":\"IMERG + Release Notes\",\"Subtype\":\"IMPORTANT NOTICE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERG_doc.06.pdf\",\"Description\":\"IMERG + Technical Documentation\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/IMERGV06_QI.pdf\",\"Description\":\"IMERG + Quality Index\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Integrated Multi-satellitE Retrievals for GPM (IMERG) is the unified U.S. + algorithm that provides the multi-satellite precipitation product for the + U.S. GPM team.\\n\\nMinor Version 06B is the current version of the data set. + Older versions will no longer be available and have been superseded by Version + 06B.\\n\\nThe precipitation estimates from the various precipitation-relevant + satellite passive microwave (PMW) sensors comprising the GPM constellation + are computed using the 2017 version of the Goddard Profiling Algorithm (GPROF2017), + then gridded, intercalibrated to the GPM Combined Ku Radar-Radiometer Algorithm + (CORRA) product, and merged into half-hourly 0.1\xB0x0.1\xB0 (roughly 10x10 + km) fields. Note that CORRA is adjusted to the monthly Global Precipitation + Climatology Project (GPCP) Satellite-Gauge (SG) product over high-latitude + ocean and tropical land to correct known biases.\\n\\nThe half-hourly intercalibrated + merged PMW estimates are then input to both the Climate Prediction Center + (CPC) Morphing-Kalman Filter (CMORPH-KF) Lagrangian time interpolation scheme + and the Precipitation Estimation from Remotely Sensed Information using Artificial + Neural Networks Cloud Classification System (PERSIANN-CCS) re-calibration + scheme. In parallel, CPC assembles the zenith-angle-corrected, intercalibrated + merged geo-IR fields and forwards them to PPS for input to the PERSIANN-CCS + algorithm (supported by an asynchronous re-calibration cycle) which are then + input to the CMORPH-KF morphing (quasi-Lagrangian time interpolation) scheme. + \\nThe CMORPH-KF morphing (supported by an asynchronous KF weights updating + cycle) uses the PMW and IR estimates to create half-hourly estimates. The + motion vectors for the morphing are computed by maximizing the pattern correlation + of successive hours of the vertically integrated vapor (TQV) provided by the + Modern-Era Retrospective Analysis for Research and Applications, Version 2 + (MERRA-2) and Goddard Earth Observing System model Version 5 (GEOS-5) Forward + Processing (FP) for the post-real-time (Final) Run and the near-real-time + (Early and Late) Runs, respectively. The KF uses the morphed data as the \u201Cforecast\u201D + and the IR estimates as the \u201Cobservations\u201D, with weighting that + depends on the time interval(s) away from the microwave overpass time. The + IR becomes important after about \xB190 minutes away from the overpass time.\\n\\nThe + IMERG system is run twice in near-real time:\\n\\n\\\"Early\\\" multi-satellite + product ~4 hr after observation time using only forward morphing and\\n\\\"Late\\\" + multi-satellite product ~14 hr after observation time, using both forward + and backward morphing\\nand once after the monthly gauge analysis is received:\\n\\n\\\"Final\\\", + satellite-gauge product ~3.5 months after the observation month, using both + forward and backward morphing and including monthly gauge analyses.\\n\\nCurrently, + the near-real-time Early and Late half-hourly estimates have no concluding + calibration, while in the post-real-time Final Run the multi-satellite half-hourly + estimates are adjusted so that they sum to the Final Run monthly satellite-gauge + combination. In all cases the output contains multiple fields that provide + information on the input data, selected intermediate fields, and estimation + quality. In general, the complete calibrated precipitation, precipitationCal, + is the data field of choice for most users.\\n\\nBriefly describing the Late + Run, the input precipitation estimates computed from the various satellite + passive microwave sensors are intercalibrated to the CORRA product (because + it is presumed to be the best snapshot TRMM/GPM estimate after adjustment + to the monthly GPCP SG), then \\\"forward/backward morphed\\\" and combined + with microwave precipitation-calibrated geo-IR fields to provide half-hourly + precipitation estimates on a 0.1\xB0x0.1\xB0 (roughly 10x10 km) grid over + the globe. Precipitation phase is computed using analyses of surface temperature, + humidity, and pressure. The current period of record is June 2000 to the present + (delayed by about 14 hours).\\n\\n\\n\\n\",\"Purpose\":\"The Integrated Multi-Satellite + Retrievals for GPM (IMERG) algorithm is designed to leverage the international + constellation of precipitation-relevant satellites to create a long record + of uniformly time/space gridded precipitation estimates for the globe. The + algorithm is focused on creating the best estimate at each time step, meaning + that it is not a Climate Data Record, although the ideal is as homogenous + a record as possible.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-19T12:19:34.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-01-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Multi-sensor + Analysis\",\"ShortName\":\"IMERG\",\"LongName\":\"Integrated Multi-satellitE + Retrievals for GPM\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\",\"ComposedOf\":[{\"ShortName\":\"Multi-sensor + Analysis \"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFMETOPAMHS_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFMETOPAMHS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134196-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:37.283Z\",\"granule-count\":66583,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFMETOPAMHS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-A (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07\",\"SeriesName\":\"GPM_2AGPROFMETOPAMHS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-11-23T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPA/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFMETOPAMHS_CLIM\",\"EntryTitle\":\"GPM + MHS on METOP-A (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07 (GPM_2AGPROFMETOPAMHS_CLIM) at GES DISC\",\"Quality\":\"The major sources + of systematic errors in these algorithms are the quality of the a-priori database, + and the estimate of the model uncertainties that are needed to construct a + Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFMETOPAMHS_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on METOP-A GPROF (17 km x 17 km) (GPM_2AGPROFMETOPAMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFMETOPAMHS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFMETOPAMHS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFMETOPAMHS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFMETOPAMHS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFMETOPAMHS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07.\\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ AMSR2 + (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ SAPHIR + (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by GPM. + For each sensor, there are nearrealtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:58.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-A\",\"LongName\":\"Meteorological + Operational Satellite - A\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFMETOPAMHS_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135591-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:38.768Z\",\"granule-count\":4711,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPAMHS_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-A (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFMETOPAMHS_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-11-23T00:00:00.000Z\",\"EndingDateTime\":\"2019-12-23T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPA/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFMETOPAMHS_DAY_CLIM\",\"EntryTitle\":\"GPM + MHS on METOP-A (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07 (GPM_3GPROFMETOPAMHS_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on METOP-A GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFMETOPAMHS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFMETOPAMHS_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPAMHS_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFMETOPAMHS_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFMETOPAMHS_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFMETOPAMHS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07.\\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\\n\\nThe purpose of the 3GPROF + algorithm is to provide monthly and daily mean precipitation and related retrieved + parameters from the Level 2 GPROF precipitation profiling algorithm for the + GPM core and constellation satellites. Each 3GPROF product contains global + 0.25 degree x 0.25 degree gridded monthly/daily means. Because this product + is an accumulation of the Level 2 retrieval products, much more information + is available via the GPROF Level 2 documentation.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-A\",\"LongName\":\"Meteorological + Operational Satellite - A\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFMETOPAMHS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135573-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:38.657Z\",\"granule-count\":157,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPAMHS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-A (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFMETOPAMHS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-11-01T00:00:00.000Z\",\"EndingDateTime\":\"2019-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPA/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFMETOPAMHS_CLIM\",\"EntryTitle\":\"GPM + MHS on METOP-A (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07 (GPM_3GPROFMETOPAMHS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on METOP-A GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFMETOPAMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFMETOPAMHS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPAMHS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFMETOPAMHS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFMETOPAMHS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFMETOPAMHS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-A\",\"LongName\":\"Meteorological + Operational Satellite - A\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CMETOPAMHS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CMETOPAMHS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133025-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:36.615Z\",\"granule-count\":66722,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM MHS on METOP-A Common Calibrated Brightness Temperature + L1C 1.5 hours 17 km V07\",\"SeriesName\":\"GPM_1CMETOPAMHS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CMETOPAMHS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-11-23T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPA/1C/07\"},\"ShortName\":\"GPM_1CMETOPAMHS\",\"EntryTitle\":\"GPM + MHS on METOP-A Common Calibrated Brightness Temperature L1C 1.5 hours 17 km + V07 (GPM_1CMETOPAMHS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CMETOPAMHS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from METOPA (GPM_1CMETOPAMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CMETOPAMHS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CMETOPAMHS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CMETOPAMHS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CMETOPAMHS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CMETOPAMHS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\n1CAMSR2 contains common + calibrated brightness temperature from the AMSR2 passive microwave instrument + flown on the GCOMW1 satellite. This products contains 6 swaths. Swath 1 has + channels 10.65V 10.65H. Swath 2 has channels 18.7V 18.7H. Swath 3 has channels + 23.8V 23.8H. Swath 4 has channels 36.5V 36.5H. Swath S5 has 2 high frequency + A-Scan channels (89V 89H). Swath S6 has 2 high frequency B-Scan channels (89V + 89H). Data for all six swaths is observed in the same revolution of the instrument. + High frequency A and high frequency B data are observed in separate feedhorns. + All 1C products have a common L1C data structure, simple and generic. Each + L1C swath includes scan time, latitude and longitude, scan status, quality, + incidence angle, Sun glint angle, and the intercalibrated brightness temperature + (Tc). One or more swaths are included in a product. The radiometer data are + recalibrated to a common basis so that precipitation products derived from + them are consistent.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-05T01:59:46.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-A\",\"LongName\":\"Meteorological + Operational Satellite - A\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFMETOPBMHS_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFMETOPBMHS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134219-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:38.028Z\",\"granule-count\":58712,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFMETOPBMHS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-B (GPROF) Climate-based Radiometer Precipitation Profiling L2A + 1.5 hours 17 km V07\",\"SeriesName\":\"GPM_2AGPROFMETOPBMHS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-09-25T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPB/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFMETOPBMHS_CLIM\",\"EntryTitle\":\"GPM + MHS on METOP-B (GPROF) Climate-based Radiometer Precipitation Profiling L2A + 1.5 hours 17 km V07 (GPM_2AGPROFMETOPBMHS_CLIM) at GES DISC\",\"Quality\":\"The + major sources of systematic errors in these algorithms are the quality of + the a-priori database, and the estimate of the model uncertainties that are + needed to construct a Bayesian algorithm. Some error can also be introduced + by the ancillary information (surface type, surface temperature, and total + precipitable water) used to subset the a-priori database in the algorithm. + Because passive microwave signatures at the pixel level represent primarily + integrated quantities, neither the vertical structure nor the near-surface + precipitation from radiometers are typically as good as their radar counterparts. + Solutions are also smoothed by the Bayesian scheme, leading to fewer extremes + relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFMETOPBMHS_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on METOP-B GPROF (17 km x 17 km) (GPM_2AGPROFMETOPBMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFMETOPBMHS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFMETOPBMHS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFMETOPBMHS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFMETOPBMHS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFMETOPBMHS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\nThe 2AGPROF (also known as, + GPM GPROF (Level 2)) algorithm retrieves consistent precipitation and related + science fields from the following GMI and partner passive microwave sensors: + GMI, SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18) AMSR2 (GCOM-W1), TMI MHS + (NOAA 18&19, METOP A&B), ATMS (NPP), SAPHIR (MT1) This provides the bulk of + the 3-hour coverage achieved by GPM. For each sensor, there are near-realtime + (NRT) products, standard products, and climate products. These differ only + in the amount of data that are available within 3 hours, 48 hours, and 3 months + of collection, as well as the ancillary data used. The NRT product uses GANAL + forecast fields. Standard products use the GANAL analysis product, while the + climate product uses ECMWF reanalysis in order to allow for consistent data + records with earlier missions. These earlier data may be archived separately. + The main strength of the product is the large sampling provided. The GPM radiometer + algorithms are Bayesian-type algorithms. These algorithms search an a-priori + database of potential rain profiles and retrieve a weighted average of these + entries based upon the proximity of the observed brightness temperature (Tb) + to the simulated Tb corresponding to each rain profile. By using the same + a-priori database of rain profiles, with appropriate simulated Tb for each + constellation sensor, the Bayesian method is completely parametric and thus + well suited for GPM's constellation approach. The a-priori information will + be supplied by the combined algorithm supplied by GPM's core satellite as + soon after launch as feasible. Databases for V0 of the algorithm had to be + constructed from various sources as described in the ATBD. The solution provides + a mean rain rate as well as the vertical structure of cloud and precipitation + hydrometeors and their uncertainty. ABSTRACT\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:58.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-B\",\"LongName\":\"Meteorological + Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFMETOPBMHS_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135750-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:39.999Z\",\"granule-count\":4139,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPBMHS_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-B (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFMETOPBMHS_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-09-25T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPB/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFMETOPBMHS_DAY_CLIM\",\"EntryTitle\":\"GPM + MHS on METOP-B (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFMETOPBMHS_DAY_CLIM) at GES + DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the reliance + on a single sensor for each output file, thus limiting the available sampling + to two times a day or less, except at high latitudes. In addition, with the + exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors are + in Sun-synchronous orbits, meaning that they observe a given point on the + Earth's surface at the same local times each day. Over land regions in particular, + this can lead to large sampling errors associated with the diurnal cycle. + Errors due to the limited sampling and differences in the sampling times between + Sun-synchronous satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on METOP-B GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFMETOPBMHS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFMETOPBMHS_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPBMHS_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFMETOPBMHS_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFMETOPBMHS_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFMETOPBMHS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-B\",\"LongName\":\"Meteorological + Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFMETOPBMHS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135677-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:39.646Z\",\"granule-count\":136,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPBMHS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-B (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFMETOPBMHS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-09-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPB/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFMETOPBMHS_CLIM\",\"EntryTitle\":\"GPM + MHS on METOP-B (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07 (GPM_3GPROFMETOPBMHS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on METOP-B GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFMETOPBMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFMETOPBMHS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPBMHS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFMETOPBMHS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFMETOPBMHS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFMETOPBMHS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-B\",\"LongName\":\"Meteorological + Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFMETOPBMHS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFMETOPBMHS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133816-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:37.660Z\",\"granule-count\":9857,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFMETOPBMHS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-B (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07\",\"SeriesName\":\"GPM_2AGPROFMETOPBMHS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-01-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPB/GPROF/2A/07\"},\"ShortName\":\"GPM_2AGPROFMETOPBMHS\",\"EntryTitle\":\"GPM + MHS on METOP-B (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07 (GPM_2AGPROFMETOPBMHS) at GES DISC\",\"Quality\":\"The major sources + of systematic errors in these algorithms are the quality of the a-priori database, + and the estimate of the model uncertainties that are needed to construct a + Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFMETOPBMHS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on METOP-B GPROF (17 km x 17 km) (GPM_2AGPROFMETOPBMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFMETOPBMHS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFMETOPBMHS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFMETOPBMHS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFMETOPBMHS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFMETOPBMHS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe 2AGPROF (also + known as, GPM GPROF (Level 2)) algorithm retrieves consistent precipitation + and related science fields from the following GMI and partner passive microwave + sensors: GMI, SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18) AMSR2 (GCOM-W1), + TMI MHS (NOAA 18&19, METOP A&B), ATMS (NPP), SAPHIR (MT1) This provides the + bulk of the 3-hour coverage achieved by GPM. For each sensor, there are near-realtime + (NRT) products, standard products, and climate products. These differ only + in the amount of data that are available within 3 hours, 48 hours, and 3 months + of collection, as well as the ancillary data used. The NRT product uses GANAL + forecast fields. Standard products use the GANAL analysis product, while the + climate product uses ECMWF reanalysis in order to allow for consistent data + records with earlier missions. These earlier data may be archived separately. + The main strength of the product is the large sampling provided. The GPM radiometer + algorithms are Bayesian-type algorithms. These algorithms search an a-priori + database of potential rain profiles and retrieve a weighted average of these + entries based upon the proximity of the observed brightness temperature (Tb) + to the simulated Tb corresponding to each rain profile. By using the same + a-priori database of rain profiles, with appropriate simulated Tb for each + constellation sensor, the Bayesian method is completely parametric and thus + well suited for GPM's constellation approach. The a-priori information will + be supplied by the combined algorithm supplied by GPM's core satellite as + soon after launch as feasible. Databases for V0 of the algorithm had to be + constructed from various sources as described in the ATBD. The solution provides + a mean rain rate as well as the vertical structure of cloud and precipitation + hydrometeors and their uncertainty. ABSTRACT\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:58.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-B\",\"LongName\":\"Meteorological + Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFMETOPBMHS_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134788-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:39.665Z\",\"granule-count\":693,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPBMHS_DAY_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-B (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFMETOPBMHS_DAY\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPB/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFMETOPBMHS_DAY\",\"EntryTitle\":\"GPM + MHS on METOP-B (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07 (GPM_3GPROFMETOPBMHS_DAY) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on METOP-B GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFMETOPBMHS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFMETOPBMHS_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPBMHS_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFMETOPBMHS_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFMETOPBMHS_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFMETOPBMHS_DAY_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-B\",\"LongName\":\"Meteorological + Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFMETOPBMHS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134767-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:39.267Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPBMHS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-B (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFMETOPBMHS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPB/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFMETOPBMHS\",\"EntryTitle\":\"GPM + MHS on METOP-B (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07 (GPM_3GPROFMETOPBMHS) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on METOP-B GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFMETOPBMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFMETOPBMHS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPBMHS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFMETOPBMHS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFMETOPBMHS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFMETOPBMHS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-B\",\"LongName\":\"Meteorological + Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CMETOPBMHS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CMETOPBMHS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133072-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:36.566Z\",\"granule-count\":59538,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM MHS on METOP-B Common Calibrated Brightness Temperature + L1C 1.5 hours 17 km V07\",\"SeriesName\":\"GPM_1CMETOPBMHS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CMETOPBMHS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-09-25T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPB/1C/07\"},\"ShortName\":\"GPM_1CMETOPBMHS\",\"EntryTitle\":\"GPM + MHS on METOP-B Common Calibrated Brightness Temperature L1C 1.5 hours 17 km + V07 (GPM_1CMETOPBMHS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CMETOPBMHS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from METOPB (GPM_1CMETOPBMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CMETOPBMHS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CMETOPBMHS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CMETOPBMHS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CMETOPBMHS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CMETOPBMHS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n1CAMSR2 contains common + calibrated brightness temperature from the AMSR2 passive microwave instrument + flown on the GCOMW1 satellite. This products contains 6 swaths. Swath 1 has + channels 10.65V 10.65H. Swath 2 has channels 18.7V 18.7H. Swath 3 has channels + 23.8V 23.8H. Swath 4 has channels 36.5V 36.5H. Swath S5 has 2 high frequency + A-Scan channels (89V 89H). Swath S6 has 2 high frequency B-Scan channels (89V + 89H). Data for all six swaths is observed in the same revolution of the instrument. + High frequency A and high frequency B data are observed in separate feedhorns. + All 1C products have a common L1C data structure, simple and generic. Each + L1C swath includes scan time, latitude and longitude, scan status, quality, + incidence angle, Sun glint angle, and the intercalibrated brightness temperature + (Tc). One or more swaths are included in a product. The radiometer data are + recalibrated to a common basis so that precipitation products derived from + them are consistent.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-05T01:59:46.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-B\",\"LongName\":\"Meteorological + Operational Satellite - B\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFMETOPCMHS_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFMETOPCMHS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134246-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:38.553Z\",\"granule-count\":26974,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFMETOPCMHS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-C (GPROF) Climate-based Radiometer Precipitation Profiling L2A + 1.5 hours 17 km V07\",\"SeriesName\":\"GPM_2AGPROFMETOPCMHS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-11-16T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPC/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFMETOPCMHS_CLIM\",\"EntryTitle\":\"GPM + MHS on METOP-C (GPROF) Climate-based Radiometer Precipitation Profiling L2A + 1.5 hours 17 km V07 (GPM_2AGPROFMETOPCMHS_CLIM) at GES DISC\",\"Quality\":\"The + major sources of systematic errors in these algorithms are the quality of + the a-priori database, and the estimate of the model uncertainties that are + needed to construct a Bayesian algorithm. Some error can also be introduced + by the ancillary information (surface type, surface temperature, and total + precipitable water) used to subset the a-priori database in the algorithm. + Because passive microwave signatures at the pixel level represent primarily + integrated quantities, neither the vertical structure nor the near-surface + precipitation from radiometers are typically as good as their radar counterparts. + Solutions are also smoothed by the Bayesian scheme, leading to fewer extremes + relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFMETOPCMHS_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from MHS on METOP-C GPROF (17 km x 17 km) (GPM_2AGPROFMETOPCMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFMETOPCMHS_CLIM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFMETOPCMHS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFMETOPCMHS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFMETOPCMHS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFMETOPCMHS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\nThe 2AGPROF (also known as, + GPM GPROF (Level 2)) algorithm retrieves consistent precipitation and related + science fields from the following GMI and partner passive microwave sensors: + GMI, SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18) AMSR2 (GCOM-W1), TMI MHS + (NOAA 18&19, METOP A;B;C), ATMS (NPP), SAPHIR (MT1) This provides the bulk + of the 3-hour coverage achieved by GPM. For each sensor, there are near-realtime + (NRT) products, standard products, and climate products. These differ only + in the amount of data that are available within 3 hours, 48 hours, and 3 months + of collection, as well as the ancillary data used. The NRT product uses GANAL + forecast fields. Standard products use the GANAL analysis product, while the + climate product uses ECMWF reanalysis in order to allow for consistent data + records with earlier missions. These earlier data may be archived separately. + The main strength of the product is the large sampling provided. The GPM radiometer + algorithms are Bayesian-type algorithms. These algorithms search an a-priori + database of potential rain profiles and retrieve a weighted average of these + entries based upon the proximity of the observed brightness temperature (Tb) + to the simulated Tb corresponding to each rain profile. By using the same + a-priori database of rain profiles, with appropriate simulated Tb for each + constellation sensor, the Bayesian method is completely parametric and thus + well suited for GPM's constellation approach. The a-priori information will + be supplied by the combined algorithm supplied by GPM's core satellite as + soon after launch as feasible. Databases for V0 of the algorithm had to be + constructed from various sources as described in the ATBD. The solution provides + a mean rain rate as well as the vertical structure of cloud and precipitation + hydrometeors and their uncertainty. ABSTRACT\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:58.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-C\",\"LongName\":\"Meteorological + Operational Satellite - C\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFMETOPCMHS_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135780-GES_DISC\",\"revision-date\":\"2024-03-14T18:38:51.474Z\",\"granule-count\":1901,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPCMHS_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-C (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFMETOPCMHS_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-11-16T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPC/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFMETOPCMHS_DAY_CLIM\",\"EntryTitle\":\"GPM + MHS on METOP-C (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 day 0.25 degree x 0.25 degree V07 (GPM_3GPROFMETOPCMHS_DAY_CLIM) at GES + DISC\",\"Quality\":\"The primary limitation of the 3GPROF product is the reliance + on a single sensor for each output file, thus limiting the available sampling + to two times a day or less, except at high latitudes. In addition, with the + exception of the GMI, TMI, and SAPHIR sensors, all of the other sensors are + in Sun-synchronous orbits, meaning that they observe a given point on the + Earth's surface at the same local times each day. Over land regions in particular, + this can lead to large sampling errors associated with the diurnal cycle. + Errors due to the limited sampling and differences in the sampling times between + Sun-synchronous satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, + METOP-B, and GCOM-W1) can lead to significant differences in the monthly mean + values between satellites/sensors. The sampling errors are largest over land + regions with large diurnal cycles in precipitation. Other sources of error + that can significantly impact the 3GPROF products include difficulties over + certain surface types such as sea ice, snow, frozen ground, and deserts, and + limited sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from MHS on METOP-C GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFMETOPCMHS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFMETOPCMHS_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPCMHS_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFMETOPCMHS_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFMETOPCMHS_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFMETOPCMHS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-C\",\"LongName\":\"Meteorological + Operational Satellite - C\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFMETOPCMHS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135766-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:40.467Z\",\"granule-count\":62,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPCMHS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-C (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFMETOPCMHS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-11-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPC/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFMETOPCMHS_CLIM\",\"EntryTitle\":\"GPM + MHS on METOP-C (GPROF) Climate-based Radiometer Precipitation Profiling L3 + 1 month 0.25 degree x 0.25 degree V07 (GPM_3GPROFMETOPCMHS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from MHS on METOP-C GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFMETOPCMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFMETOPCMHS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPCMHS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFMETOPCMHS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFMETOPCMHS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFMETOPCMHS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-C\",\"LongName\":\"Meteorological + Operational Satellite - C\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFMETOPCMHS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFMETOPCMHS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133834-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:38.514Z\",\"granule-count\":9904,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFMETOPCMHS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-C (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07\",\"SeriesName\":\"GPM_2AGPROFMETOPCMHS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-07-02T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPC/GPROF/2A/07\"},\"ShortName\":\"GPM_2AGPROFMETOPCMHS\",\"EntryTitle\":\"GPM + MHS on METOP-C (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07 (GPM_2AGPROFMETOPCMHS) at GES DISC\",\"Quality\":\"The major sources + of systematic errors in these algorithms are the quality of the a-priori database, + and the estimate of the model uncertainties that are needed to construct a + Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFMETOPCMHS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on METOP-B GPROF (17 km x 17 km) (GPM_2AGPROFMETOPBMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFMETOPCMHS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFMETOPCMHS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFMETOPCMHS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFMETOPCMHS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFMETOPCMHS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. \\n\\nThe 2AGPROF (also known + as, GPM GPROF (Level 2)) algorithm retrieves consistent precipitation and + related science fields from the following GMI and partner passive microwave + sensors: GMI, SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18) AMSR2 (GCOM-W1), + TMI MHS (NOAA 18&19, METOP A;B;C), ATMS (NPP), SAPHIR (MT1) This provides + the bulk of the 3-hour coverage achieved by GPM. For each sensor, there are + near-realtime (NRT) products, standard products, and climate products. These + differ only in the amount of data that are available within 3 hours, 48 hours, + and 3 months of collection, as well as the ancillary data used. The NRT product + uses GANAL forecast fields. Standard products use the GANAL analysis product, + while the climate product uses ECMWF reanalysis in order to allow for consistent + data records with earlier missions. These earlier data may be archived separately. + The main strength of the product is the large sampling provided. The GPM radiometer + algorithms are Bayesian-type algorithms. These algorithms search an a-priori + database of potential rain profiles and retrieve a weighted average of these + entries based upon the proximity of the observed brightness temperature (Tb) + to the simulated Tb corresponding to each rain profile. By using the same + a-priori database of rain profiles, with appropriate simulated Tb for each + constellation sensor, the Bayesian method is completely parametric and thus + well suited for GPM's constellation approach. The a-priori information will + be supplied by the combined algorithm supplied by GPM's core satellite as + soon after launch as feasible. Databases for V0 of the algorithm had to be + constructed from various sources as described in the ATBD. The solution provides + a mean rain rate as well as the vertical structure of cloud and precipitation + hydrometeors and their uncertainty. ABSTRACT\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:58.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-C\",\"LongName\":\"Meteorological + Operational Satellite - C\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFMETOPCMHS_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134822-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:40.906Z\",\"granule-count\":696,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPCMHS_DAY_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-C (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFMETOPCMHS_DAY\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-07-03T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPC/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFMETOPCMHS_DAY\",\"EntryTitle\":\"GPM + MHS on METOP-C (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07 (GPM_3GPROFMETOPCMHS_DAY) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on METOP-B GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFMETOPBMHS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFMETOPCMHS_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPCMHS_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFMETOPCMHS_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFMETOPCMHS_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFMETOPCMHS_DAY_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. \\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-C\",\"LongName\":\"Meteorological + Operational Satellite - C\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFMETOPCMHS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134803-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:40.146Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPCMHS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on METOP-C (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFMETOPCMHS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-07-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPC/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFMETOPCMHS\",\"EntryTitle\":\"GPM + MHS on METOP-C (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 + degree x 0.25 degree V07 (GPM_3GPROFMETOPCMHS) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on METOP-B GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFMETOPBMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFMETOPCMHS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFMETOPCMHS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFMETOPCMHS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFMETOPCMHS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFMETOPCMHS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. \\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-C\",\"LongName\":\"Meteorological + Operational Satellite - C\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CMETOPCMHS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CMETOPCMHS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133127-GES_DISC\",\"revision-date\":\"2024-03-14T18:36:36.844Z\",\"granule-count\":27798,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM MHS on METOP-C Common Calibrated Brightness Temperature + L1C 1.5 hours 17 km V07\",\"SeriesName\":\"GPM_1CMETOPCMHS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CMETOPCMHS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-11-16T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/METOPC/1C/07\"},\"ShortName\":\"GPM_1CMETOPCMHS\",\"EntryTitle\":\"GPM + MHS on METOP-C Common Calibrated Brightness Temperature L1C 1.5 hours 17 km + V07 (GPM_1CMETOPCMHS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CMETOPCMHS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from METOPB (GPM_1CMETOPBMHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CMETOPCMHS.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CMETOPCMHS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CMETOPCMHS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CMETOPCMHS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CMETOPCMHS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. \\n\\n1CAMSR2 contains common calibrated + brightness temperature from the AMSR2 passive microwave instrument flown on + the GCOMW1 satellite. This products contains 6 swaths. Swath 1 has channels + 10.65V 10.65H. Swath 2 has channels 18.7V 18.7H. Swath 3 has channels 23.8V + 23.8H. Swath 4 has channels 36.5V 36.5H. Swath S5 has 2 high frequency A-Scan + channels (89V 89H). Swath S6 has 2 high frequency B-Scan channels (89V 89H). + Data for all six swaths is observed in the same revolution of the instrument. + High frequency A and high frequency B data are observed in separate feedhorns. + All 1C products have a common L1C data structure, simple and generic. Each + L1C swath includes scan time, latitude and longitude, scan status, quality, + incidence angle, Sun glint angle, and the intercalibrated brightness temperature + (Tc). One or more swaths are included in a product. The radiometer data are + recalibrated to a common basis so that precipitation products derived from + them are consistent.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-05T01:59:46.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP-C\",\"LongName\":\"Meteorological + Operational Satellite - C\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA18MHS_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFNOAA18MHS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134345-GES_DISC\",\"revision-date\":\"2024-02-09T17:40:00.967Z\",\"granule-count\":68958,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA18MHS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on NOAA-18 (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07\",\"SeriesName\":\"GPM_2AGPROFNOAA18MHS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-05-25T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/NOAA18/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFNOAA18MHS_CLIM\",\"EntryTitle\":\"GPM + MHS on NOAA-18 (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07 (GPM_2AGPROFNOAA18MHS_CLIM) at GES DISC\",\"Quality\":\"The major sources + of systematic errors in these algorithms are the quality of the a-priori database, + and the estimate of the model uncertainties that are needed to construct a + Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA18MHS_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on NOAA-18 GPROF (17 km x 17 km) (GPM_2AGPROFNOAA18MHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFNOAA18MHS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA18MHS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFNOAA18MHS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFNOAA18MHS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFNOAA18MHS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07.\\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\nThe 2AGPROF (also known as, + GPM GPROF (Level 2)) algorithm retrieves consistent precipitation and related + science fields from the following GMI and partner passive microwave sensors: + GMI, SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18) AMSR2 (GCOM-W1), TMI MHS + (NOAA 18&19, METOP A&B), ATMS (NPP), SAPHIR (MT1) This provides the bulk of + the 3-hour coverage achieved by GPM. For each sensor, there are near-realtime + (NRT) products, standard products, and climate products. These differ only + in the amount of data that are available within 3 hours, 48 hours, and 3 months + of collection, as well as the ancillary data used. The NRT product uses GANAL + forecast fields. Standard products use the GANAL analysis product, while the + climate product uses ECMWF reanalysis in order to allow for consistent data + records with earlier missions. These earlier data may be archived separately. + The main strength of the product is the large sampling provided. The GPM radiometer + algorithms are Bayesian-type algorithms. These algorithms search an a-priori + database of potential rain profiles and retrieve a weighted average of these + entries based upon the proximity of the observed brightness temperature (Tb) + to the simulated Tb corresponding to each rain profile. By using the same + a-priori database of rain profiles, with appropriate simulated Tb for each + constellation sensor, the Bayesian method is completely parametric and thus + well suited for GPM's constellation approach. The a-priori information will + be supplied by the combined algorithm supplied by GPM's core satellite as + soon after launch as feasible. Databases for V0 of the algorithm had to be + constructed from various sources as described in the ATBD. The solution provides + a mean rain rate as well as the vertical structure of cloud and precipitation + hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-18\",\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA18MHS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CNOAA18MHS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133406-GES_DISC\",\"revision-date\":\"2023-07-12T14:58:49.623Z\",\"granule-count\":68962,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM MHS on NOAA-18 Common Calibrated Brightness Temperature + L1C 1.5 hours 17 km V07\",\"SeriesName\":\"GPM_1CNOAA18MHS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA18MHS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-05-25T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/NOAA18/1C/07\"},\"ShortName\":\"GPM_1CNOAA18MHS\",\"EntryTitle\":\"GPM + MHS on NOAA-18 Common Calibrated Brightness Temperature L1C 1.5 hours 17 km + V07 (GPM_1CNOAA18MHS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA18MHS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from GPM MHS on NOAA-18 (GPM_1CNOAA18MHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CNOAA18MHS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA18MHS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CNOAA18MHS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CNOAA18MHS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CNOAA18MHS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nAll 1C products have + a common L1C data structure, simple and generic. Each L1C swath includes scan + time, latitude and longitude, scan status, quality, incidence angle, Sun glint + angle, and the intercalibrated brightness temperature (Tc). One or more swaths + are included in a product. The radiometer data are recalibrated to a common + basis so that precipitation products derived from them are consistent. 1CMHS + contains common calibrated brightness temperature from the MHS passive microwave + instrument flown on the NOAA and METOPS satellites. Swath S1 is the only swath + and has 5 channels (89.0GHzV, 157.0GHzV, 183.3GHz+/-250MHzH, 183.3GHz+/- 500MHzH, + and 190.3 GHzV). MHS is very similar to AMSU-B. The scan period is 2.667s.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-05T01:59:46.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-18\",\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA19MHS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFNOAA19MHS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133875-GES_DISC\",\"revision-date\":\"2024-01-24T21:01:06.276Z\",\"granule-count\":9789,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA19MHS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on NOAA-19 (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07\",\"SeriesName\":\"GPM_2AGPROFNOAA19MHS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-01-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/NOAA19/GPROF/2A/07\"},\"ShortName\":\"GPM_2AGPROFNOAA19MHS\",\"EntryTitle\":\"GPM + MHS on NOAA-19 (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07 (GPM_2AGPROFNOAA19MHS) at GES DISC\",\"Quality\":\"The major sources + of systematic errors in these algorithms are the quality of the a-priori database, + and the estimate of the model uncertainties that are needed to construct a + Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA19MHS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on NOAA-19 GPROF (17 km x 17 km) (GPM_2AGPROFNOAA19MHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFNOAA19MHS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA19MHS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFNOAA19MHS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFNOAA19MHS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFNOAA19MHS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 2AGPROF (also known + as, GPM GPROF (Level 2)) algorithm retrieves consistent precipitation and + related science fields from the following GMI and partner passive microwave + sensors: GMI, SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18) AMSR2 (GCOM-W1), + TMI MHS (NOAA 18&19, METOP A&B), ATMS (NPP), SAPHIR (MT1) This provides the + bulk of the 3-hour coverage achieved by GPM. For each sensor, there are near-realtime + (NRT) products, standard products, and climate products. These differ only + in the amount of data that are available within 3 hours, 48 hours, and 3 months + of collection, as well as the ancillary data used. The NRT product uses GANAL + forecast fields. Standard products use the GANAL analysis product, while the + climate product uses ECMWF reanalysis in order to allow for consistent data + records with earlier missions. These earlier data may be archived separately. + The main strength of the product is the large sampling provided. The GPM radiometer + algorithms are Bayesian-type algorithms. These algorithms search an a-priori + database of potential rain profiles and retrieve a weighted average of these + entries based upon the proximity of the observed brightness temperature (Tb) + to the simulated Tb corresponding to each rain profile. By using the same + a-priori database of rain profiles, with appropriate simulated Tb for each + constellation sensor, the Bayesian method is completely parametric and thus + well suited for GPM's constellation approach. The a-priori information will + be supplied by the combined algorithm supplied by GPM's core satellite as + soon after launch as feasible. Databases for V0 of the algorithm had to be + constructed from various sources as described in the ATBD. The solution provides + a mean rain rate as well as the vertical structure of cloud and precipitation + hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 610.2 Bldg 32 Rm S131.5\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"21230\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global Precipitation + Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"NOAA-19\",\"LongName\":\"National Oceanic & Atmospheric + Administration-19\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA19MHS_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFNOAA19MHS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134366-GES_DISC\",\"revision-date\":\"2024-02-09T17:01:11.087Z\",\"granule-count\":76680,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA19MHS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on NOAA-19 (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07\",\"SeriesName\":\"GPM_2AGPROFNOAA19MHS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-02-12T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/NOAA19/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFNOAA19MHS_CLIM\",\"EntryTitle\":\"GPM + MHS on NOAA-19 (GPROF) Radiometer Precipitation Profiling L2A 1.5 hours 17 + km V07 (GPM_2AGPROFNOAA19MHS_CLIM) at GES DISC\",\"Quality\":\"The major sources + of systematic errors in these algorithms are the quality of the a-priori database, + and the estimate of the model uncertainties that are needed to construct a + Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFNOAA19MHS_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on NOAA-19 GPROF (17 km x 17 km) (GPM_2AGPROFNOAA19MHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFNOAA19MHS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFNOAA19MHS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFNOAA19MHS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFNOAA19MHS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFNOAA19MHS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07.\\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\nThe 2AGPROF (also known as, + GPM GPROF (Level 2)) algorithm retrieves consistent precipitation and related + science fields from the following GMI and partner passive microwave sensors: + GMI, SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18) AMSR2 (GCOM-W1), TMI MHS + (NOAA 18&19, METOP A&B), ATMS (NPP), SAPHIR (MT1) This provides the bulk of + the 3-hour coverage achieved by GPM. For each sensor, there are near-realtime + (NRT) products, standard products, and climate products. These differ only + in the amount of data that are available within 3 hours, 48 hours, and 3 months + of collection, as well as the ancillary data used. The NRT product uses GANAL + forecast fields. Standard products use the GANAL analysis product, while the + climate product uses ECMWF reanalysis in order to allow for consistent data + records with earlier missions. These earlier data may be archived separately. + The main strength of the product is the large sampling provided. The GPM radiometer + algorithms are Bayesian-type algorithms. These algorithms search an a-priori + database of potential rain profiles and retrieve a weighted average of these + entries based upon the proximity of the observed brightness temperature (Tb) + to the simulated Tb corresponding to each rain profile. By using the same + a-priori database of rain profiles, with appropriate simulated Tb for each + constellation sensor, the Bayesian method is completely parametric and thus + well suited for GPM's constellation approach. The a-priori information will + be supplied by the combined algorithm supplied by GPM's core satellite as + soon after launch as feasible. Databases for V0 of the algorithm had to be + constructed from various sources as described in the ATBD. The solution provides + a mean rain rate as well as the vertical structure of cloud and precipitation + hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 610.2 Bldg 32 Rm S131.5\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"21230\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-19\",\"LongName\":\"National + Oceanic & Atmospheric Administration-19\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA19MHS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CNOAA19MHS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133458-GES_DISC\",\"revision-date\":\"2023-07-12T14:58:17.675Z\",\"granule-count\":77844,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM MHS on NOAA-19 Common Calibrated Brightness Temperatures + L1C 1.5 hours 17 km V07\",\"SeriesName\":\"GPM_1CNOAA19MHS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA19MHS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-02-12T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/NOAA19/1C/07\"},\"ShortName\":\"GPM_1CNOAA19MHS\",\"EntryTitle\":\"GPM + MHS on NOAA-19 Common Calibrated Brightness Temperatures L1C 1.5 hours 17 + km V07 (GPM_1CNOAA19MHS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CNOAA19MHS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from GPM MHS on NOAA-19 (GPM_1CNOAA19MHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CNOAA19MHS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CNOAA19MHS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CNOAA19MHS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CNOAA19MHS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CNOAA19MHS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n1CAMSR2 contains common + calibrated brightness temperature from the AMSR2 passive microwave instrument + flown on the GCOMW1 satellite. This products contains 6 swaths. Swath 1 has + channels 10.65V 10.65H. Swath 2 has channels 18.7V 18.7H. Swath 3 has channels + 23.8V 23.8H. Swath 4 has channels 36.5V 36.5H. Swath S5 has 2 high frequency + A-Scan channels (89V 89H). Swath S6 has 2 high frequency B-Scan channels (89V + 89H). Data for all six swaths is observed in the same revolution of the instrument. + High frequency A and high frequency B data are observed in separate feedhorns. + All 1C products have a common L1C data structure, simple and generic. Each + L1C swath includes scan time, latitude and longitude, scan status, quality, + incidence angle, Sun glint angle, and the intercalibrated brightness temperature + (Tc). One or more swaths are included in a product. The radiometer data are + recalibrated to a common basis so that precipitation products derived from + them are consistent.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-05T01:59:46.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-19\",\"LongName\":\"National + Oceanic & Atmospheric Administration-19\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA18MHS_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135974-GES_DISC\",\"revision-date\":\"2023-08-04T15:05:27.806Z\",\"granule-count\":4895,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA18MHS_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on NOAA18 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA18MHS_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-05-25T00:00:00.000Z\",\"EndingDateTime\":\"2018-10-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/NOAA18/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFNOAA18MHS_DAY_CLIM\",\"EntryTitle\":\"GPM + MHS on NOAA18 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07 (GPM_3GPROFNOAA18MHS_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on NOAA-18 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA18MHS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA18MHS_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA18MHS_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA18MHS_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA18MHS_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA18MHS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-18\",\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA18MHS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135951-GES_DISC\",\"revision-date\":\"2023-08-04T15:04:53.032Z\",\"granule-count\":162,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA18MHS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on NOAA18 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA18MHS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2018-10-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/NOAA18/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFNOAA18MHS_CLIM\",\"EntryTitle\":\"GPM + MHS on NOAA18 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree + x 0.25 degree V07 (GPM_3GPROFNOAA18MHS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on NOAA-18 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA18MHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA18MHS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA18MHS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA18MHS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA18MHS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA18MHS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-18\",\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA19MHS_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134857-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:06.967Z\",\"granule-count\":696,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA19MHS_DAY_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on NOAA19 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA19MHS_DAY\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/NOAA19/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFNOAA19MHS_DAY\",\"EntryTitle\":\"GPM + MHS on NOAA19 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07 (GPM_3GPROFNOAA19MHS_DAY) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on NOAA-19 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA19MHS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA19MHS_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA19MHS_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA19MHS_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA19MHS_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA19MHS_DAY_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-19\",\"LongName\":\"National + Oceanic & Atmospheric Administration-19\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA19MHS_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264136015-GES_DISC\",\"revision-date\":\"2023-08-04T15:07:00.968Z\",\"granule-count\":5447,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA19MHS_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on NOAA19 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA19MHS_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-02-12T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/NOAA19/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFNOAA19MHS_DAY_CLIM\",\"EntryTitle\":\"GPM + MHS on NOAA19 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07 (GPM_3GPROFNOAA19MHS_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on NOAA-19 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA19MHS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA19MHS_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA19MHS_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA19MHS_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA19MHS_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA19MHS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-19\",\"LongName\":\"National + Oceanic & Atmospheric Administration-19\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA19MHS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134845-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:07.319Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA19MHS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on NOAA19 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA19MHS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/NOAA19/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFNOAA19MHS\",\"EntryTitle\":\"GPM + MHS on NOAA19 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree + x 0.25 degree V07 (GPM_3GPROFNOAA19MHS) at GES DISC\",\"Quality\":\"The primary + limitation of the 3GPROF product is the reliance on a single sensor for each + output file, thus limiting the available sampling to two times a day or less, + except at high latitudes. In addition, with the exception of the GMI, TMI, + and SAPHIR sensors, all of the other sensors are in Sun-synchronous orbits, + meaning that they observe a given point on the Earth's surface at the same + local times each day. Over land regions in particular, this can lead to large + sampling errors associated with the diurnal cycle. Errors due to the limited + sampling and differences in the sampling times between Sun-synchronous satellites + (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, and GCOM-W1) + can lead to significant differences in the monthly mean values between satellites/sensors. + The sampling errors are largest over land regions with large diurnal cycles + in precipitation. Other sources of error that can significantly impact the + 3GPROF products include difficulties over certain surface types such as sea + ice, snow, frozen ground, and deserts, and limited sensitivity of the sounder + instruments (in particular to light precipitation and/or shallow warm rain + systems). The sounders include the ATMS, MHS, and SAPHIR sensors, which do + not have channels with sensitivity to the surface and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on NOAA-19 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA19MHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA19MHS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA19MHS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA19MHS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA19MHS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA19MHS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-19\",\"LongName\":\"National + Oceanic & Atmospheric Administration-19\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFNOAA19MHS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135995-GES_DISC\",\"revision-date\":\"2023-08-04T15:06:26.218Z\",\"granule-count\":179,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA19MHS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + MHS on NOAA19 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFNOAA19MHS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/MHS/NOAA19/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFNOAA19MHS_CLIM\",\"EntryTitle\":\"GPM + MHS on NOAA19 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree + x 0.25 degree V07 (GPM_3GPROFNOAA19MHS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM MHS on NOAA-19 GPROF (0.25 degree x 0.25 degree) (GPM_3GPROFNOAA19MHS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFNOAA19MHS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFNOAA19MHS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFNOAA19MHS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFNOAA19MHS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFNOAA19MHS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from EUMETSAT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/mhs.php\",\"Description\":\"Instrument + Description from NOAA\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions are no longer available + and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products differ + from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:03.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-19\",\"LongName\":\"National + Oceanic & Atmospheric Administration-19\",\"Instruments\":[{\"ShortName\":\"MHS\",\"LongName\":\"Microwave + Humidity Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3CMB_TRMM_DAY.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3CMB_TRMM_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132469-GES_DISC\",\"revision-date\":\"2023-08-01T16:02:10.565Z\",\"granule-count\":6155,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"William + Olson\",\"Title\":\"GPM PR and TMI on TRMM (Combined Precipitation) L3 1 day + 0.25x0.25 degree V07\",\"SeriesName\":\"GPM_3CMB_TRMM_DAY\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3CMB_TRMM_DAY_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":40,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-40}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PRTMI/TRMM/3B-DAY/07\"},\"ShortName\":\"GPM_3CMB_TRMM_DAY\",\"EntryTitle\":\"GPM + PR and TMI on TRMM (Combined Precipitation) L3 1 day 0.25x0.25 degree V07 + (GPM_3CMB_TRMM_DAY) at GES DISC\",\"Quality\":\"The results presented in the + Level 3 product are simple conditioned statistics of the Level 2 retrievals. + Any errors/limitations are inherent to the Level 2 retrieval issues already + presented.\\n \\n Issues with sampling must be considered + when using these data. For the daily products, the number of measurements + in each 0.25-degree box is very limited. While this is a convenient resolution + that can be used to create larger grids, the values at the 0.25-degree resolution + should be used with caution. The standard deviation is not computed at the + daily level for this very reason.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3CMB_TRMM_DAY.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3CMB_TRMM_DAY.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3CMB_TRMM_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3CMB_TRMM_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3CMB_TRMM_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3CMB_TRMM_DAY_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"PMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pmm.nasa.gov/TRMM/trmm-instruments\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + core observatory anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + a new (GPM-formated) TRMM product. There is no equivalent in the old TRMM + suite of products.\\n\\nThis is the GPM-like formatted TRMM Combined Precipitation + (TRMM Ku radar and microwave radiometer/imager), first released with the \\\"V8\\\" + TRMM reprocessing. \\nGombined Radar-Radiometer Algorithm performs two basic + functions: \\n\\nFirst, it provides, in principle, the most accurate, high + resolution estimates of surface rainfall rate and precipitation vertical distributions + that can be achieved from a spaceborne platform, and it is therefore valuable + for applications where information regarding instantaneous storm structure + are vital.\\n\\nSecond, a global, representative collection of combined algorithm + estimates will yield a single common reference dataset that can be used to + \u201Ccross-calibrate\u201D rain rate estimates from all of the passive microwave + radiometers in the TRMM and GPM constellations.\\n\\nThe cross-calibration + of radiometer estimates is crucial for developing a consistent, high time-resolution + precipitation record for climate science and prediction model validation\\napplications. + \ \\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:02.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WILLIAM\",\"LastName\":\"OLSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6314\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"bill.olson@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"},{\"ShortName\":\"TMI\",\"LongName\":\"TRMM Microwave + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3CMB_TRMM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3CMB_TRMM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132450-GES_DISC\",\"revision-date\":\"2023-08-04T18:58:31.363Z\",\"granule-count\":206,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"William + Olson\",\"Title\":\"GPM PR and TMI on TRMM (Combined Precipitation) L3 1 month + 0.25x0.25 degree V07\",\"SeriesName\":\"GPM_3CMB_TRMM\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3CMB_TRMM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":40,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-40}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-01T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PRTMI/TRMM/3B-MONTH/07\"},\"ShortName\":\"GPM_3CMB_TRMM\",\"EntryTitle\":\"GPM + PR and TMI on TRMM (Combined Precipitation) L3 1 month 0.25x0.25 degree V07 + (GPM_3CMB_TRMM) at GES DISC\",\"Quality\":\"The results presented in the Level + 3 product are simple conditioned statistics of the Level 2 retrievals. Any + errors/limitations are inherent to the Level 2 retrieval issues already presented.\\n + \ \\n Issues with sampling must be considered when + using these data. For the daily products, the number of measurements in each + 0.25-degree box is very limited. While this is a convenient resolution that + can be used to create larger grids, the values at the 0.25-degree resolution + should be used with caution. The standard deviation is not computed at the + daily level for this very reason.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3CMB_TRMM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3CMB_TRMM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3CMB_TRMM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3CMB_TRMM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3CMB_TRMM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3CMB_TRMM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"PMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pmm.nasa.gov/TRMM/trmm-instruments\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + core observatory anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM_3B31\\n\\nThis + is the GPM-like formatted TRMM Combined Precipitation (TRMM Ku radar and microwave + radiometer/imager), first released with the \\\"V8\\\" TRMM reprocessing.\\nGombined + Radar-Radiometer Algorithm performs two basic functions:\\n\\nFirst, it provides, + in principle, the most accurate, high resolution estimates of surface rainfall + rate and precipitation vertical distributions that can be achieved from a + spaceborne platform, and it is therefore valuable for applications where information + regarding instantaneous storm structure are vital.\\n\\nSecond, a global, + representative collection of combined algorithm estimates will yield a single + common reference dataset that can be used to \u201Ccross-calibrate\u201D rain + rate estimates from all of the passive microwave radiometers in the TRMM and + GPM constellations.\\n\\nThe cross-calibration of radiometer estimates is + crucial for developing a consistent, high time-resolution precipitation record + for climate science and prediction model validation\\napplications. \\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:02.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WILLIAM\",\"LastName\":\"OLSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6314\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"bill.olson@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"},{\"ShortName\":\"TMI\",\"LongName\":\"TRMM Microwave + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L2/GPM_2HCSH_TRMM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2HCSH_TRMM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132377-GES_DISC\",\"revision-date\":\"2023-08-01T15:56:10.801Z\",\"granule-count\":95915,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR and TMI on TRMM Combined + Convective-Stratiform Latent Heating Profiles L2 1.5 hours 5 km V07\",\"SeriesName\":\"GPM_2HCSH_TRMM\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2HCSH_TRMM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":37,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-37}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + DYNAMICS\",\"VariableLevel2\":\"HEAT FLUX\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-12-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PRTMI/TRMM/CSH/2H/07\"},\"ShortName\":\"GPM_2HCSH_TRMM\",\"EntryTitle\":\"GPM + PR and TMI on TRMM Combined Convective-Stratiform Latent Heating Profiles + L2 1.5 hours 5 km V07 (GPM_2HCSH_TRMM) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Tao, + W-K., Y. N. Takayabu, S. Lang, S. Shige, W. Olson, A. Hou, G. Skofronick-Jackson + et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"TRMM + latent heating retrieval: Applications and comparisons with field campaigns + and large-scale analyses\",\"Series\":\"Meteorological Monographs\",\"DOI\":{\"DOI\":\"10.1175/AMSMONOGRAPHS-D-15-0013.1\"}},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and D. E. Johnson\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part I: Development + of a model-based algorithm\",\"Series\":\"J. Appl. Meteor.\",\"Volume\":\"43\",\"Pages\":\"1095-1113\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and C.-L. Shie\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part II: Algorithm + improvement and heating estimates over tropical ocean regions\",\"Series\":\"J. + Appl. Meteor. Climatol\",\"Volume\":\"46\",\"Pages\":\"1098-1124\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, and W.-K. Tao\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part III: Estimating + apparent moisture sink profiles over tropical oceans\",\"Series\":\"J. Appl. + Meteor. Climatol\",\"Volume\":\"47\",\"Pages\":\"620-640\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, S. Kida, W.-K. Tao, X. Zeng, C. Yokoyama, and T. L'Ecuyer\",\"PublicationDate\":\"2009-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part IV: Co mparisons + of lookup tables from two- and three-dimensional cloud-resolving model simulations\",\"Series\":\"J. + Climate\",\"Volume\":\"22\",\"Pages\":\"5577-5594\"},{\"Author\":\"Morita, + J., Y. N. Takayabu, S. Shige, and Y. Kodama\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Analysis + of rainfall characteristics of the Madden-Julian oscillation using TRMM satellite + data\",\"Series\":\"Dyn. Atmos. Oceans\",\"Volume\":\"42\",\"Pages\":\"107-126\"},{\"Author\":\"Tao, + W.-K., E. A. Smith, R. F. Adler, Z. S. Haddad, A. Y. Hou, T. Iguchi, R. Kakar, + T. N. Krishnamurti, C. D. Kummerow, S. Lang, R. Meneghini, K. Nakamura, T. + Nakazawa, K. Okamoto, W. S. Olson, S. Satoh, S. Shige, J. Simpson, Y. Takayabu, + G. J. Tripoli, and S. Yang\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Retrieval + of latent heating from TRMM measurements\",\"Series\":\"Bull. Amer. Meteor. + Soc.\",\"Volume\":\"87\",\"Pages\":\"1555-1572\"},{\"Author\":\"Stoker, E., + F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L2/GPM_2HCSH_TRMM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2HCSH_TRMM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2HCSH_TRMM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L2/GPM_2HCSH_TRMM.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L2/GPM_2HCSH_TRMM.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2HCSH_TRMM\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/CSH_ATBD.pdf\",\"Description\":\"Details + of the caveats to consider in this product.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/Release_Notes_CSH_V7.pdf\",\"Description\":\"Details + of the caveats to consider in the old format\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is a new (GPM-formated) TRMM product. The equivalent old TRMM legacy product + is TRMM_2H31.\\n\\nVersion 07 is the current version of the data set. Older + versions will no longer be available and have been superseded by Version 07.\\n\\nEstimating + vertical profiles of latent heating released by precipitating cloud systems + is one of the key objectives of TRMM, together with accurately measuring the + horizontal distribution of tropical rainfall.\\n\\nThe method uses TRMM PR + information [precipitation-top height (PTH), precipitation rates at the surface + and melting level, and rain type] to select heating profiles from lookup tables. + Heating-profile lookup tables for the three rain types\u2014convective, shallow + stratiform, and anvil rain (deep stratiform with a melting level)\u2014were + derived from numerical simulations of tropical cloud systems from the Tropical + Ocean and Global Atmosphere Coupled Ocean\u2013Atmosphere Response Experiment + (TOGA COARE) utilizing a cloud-resolving model (CRM). The CSH algorithm is + severely limited by the inherent sensitivity of the TRMM PR. For latent heating, + the quantity required is actually cloud top, but the PR can detect only precipitation-sized + particles.\\n\\nBecause observed information on precipitation depth is used + in addition to precipitation type and intensity, differences between shallow + and deep convection are more distinct in the CSH algorithm in comparison with + the CSH algorithm.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2021-12-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"YUKARI\",\"LastName\":\"TAKAYABU, + PH.D.\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Kashiwa-Campus, + General Research Bldg.-215\",\"Graduate School of Science, University of Tokyo\"],\"City\":\"TOKYO\",\"Country\":\"JAPAN\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+81-4-7136-4402\"},{\"Type\":\"Email\",\"Value\":\"yukari@aori.u-tokyo.ac.jp\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"},{\"ShortName\":\"TMI\",\"LongName\":\"TRMM Microwave + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3HCSH_TRMM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3HCSH_TRMM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132528-GES_DISC\",\"revision-date\":\"2023-08-21T20:18:22.449Z\",\"granule-count\":206,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR and TMI on TRMM Combined + Convective-Stratiform Latent Heating Profiles L3 1 month 0.25x0.25 degree + V07\",\"SeriesName\":\"GPM_3HCSH_TRMM\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3HCSH_TRMM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + DYNAMICS\",\"VariableLevel2\":\"HEAT FLUX\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-01T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PRTMI/TRMM/CSH/3B-MONTH/07\"},\"ShortName\":\"GPM_3HCSH_TRMM\",\"EntryTitle\":\"GPM + PR and TMI on TRMM Combined Convective-Stratiform Latent Heating Profiles + L3 1 month 0.25x0.25 degree V07 (GPM_3HCSH_TRMM) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Tao, + W-K., Y. N. Takayabu, S. Lang, S. Shige, W. Olson, A. Hou, G. Skofronick-Jackson + et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"TRMM + latent heating retrieval: Applications and comparisons with field campaigns + and large-scale analyses\",\"Series\":\"Meteorological Monographs\",\"DOI\":{\"DOI\":\"10.1175/AMSMONOGRAPHS-D-15-0013.1\"}},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and D. E. Johnson\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part I: Development + of a model-based algorithm\",\"Series\":\"J. Appl. Meteor.\",\"Volume\":\"43\",\"Pages\":\"1095-1113\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and C.-L. Shie\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part II: Algorithm + improvement and heating estimates over tropical ocean regions\",\"Series\":\"J. + Appl. Meteor. Climatol\",\"Volume\":\"46\",\"Pages\":\"1098-1124\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, and W.-K. Tao\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part III: Estimating + apparent moisture sink profiles over tropical oceans\",\"Series\":\"J. Appl. + Meteor. Climatol\",\"Volume\":\"47\",\"Pages\":\"620-640\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, S. Kida, W.-K. Tao, X. Zeng, C. Yokoyama, and T. L'Ecuyer\",\"PublicationDate\":\"2009-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part IV: Co mparisons + of lookup tables from two- and three-dimensional cloud-resolving model simulations\",\"Series\":\"J. + Climate\",\"Volume\":\"22\",\"Pages\":\"5577-5594\"},{\"Author\":\"Morita, + J., Y. N. Takayabu, S. Shige, and Y. Kodama\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Analysis + of rainfall characteristics of the Madden-Julian oscillation using TRMM satellite + data\",\"Series\":\"Dyn. Atmos. Oceans\",\"Volume\":\"42\",\"Pages\":\"107-126\"},{\"Author\":\"Tao, + W.-K., E. A. Smith, R. F. Adler, Z. S. Haddad, A. Y. Hou, T. Iguchi, R. Kakar, + T. N. Krishnamurti, C. D. Kummerow, S. Lang, R. Meneghini, K. Nakamura, T. + Nakazawa, K. Okamoto, W. S. Olson, S. Satoh, S. Shige, J. Simpson, Y. Takayabu, + G. J. Tripoli, and S. Yang\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Retrieval + of latent heating from TRMM measurements\",\"Series\":\"Bull. Amer. Meteor. + Soc.\",\"Volume\":\"87\",\"Pages\":\"1555-1572\"},{\"Author\":\"Stoker, E., + F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3HCSH_TRMM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3HCSH_TRMM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3HCSH_TRMM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3HCSH_TRMM.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3HCSH_TRMM.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3HCSH_TRMM\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/CSH_ATBD.pdf\",\"Description\":\"Details + of the caveats to consider in this product.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/Release_Notes_CSH_V7.pdf\",\"Description\":\"Details + of the caveats to consider in this product.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM legacy TRMM_3H31\\n\\nVersion + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nEstimating vertical + profiles of latent heating released by precipitating cloud systems is one + of the key objectives of TRMM, together with accurately measuring the horizontal + distribution of tropical rainfall.\\n\\nThe method uses TRMM PR information + [precipitation-top height (PTH), precipitation rates at the surface and melting + level, and rain type] to select heating profiles from lookup tables. Heating-profile + lookup tables for the three rain types\u2014convective, shallow stratiform, + and anvil rain (deep stratiform with a melting level)\u2014were derived from + numerical simulations of tropical cloud systems from the Tropical Ocean and + Global Atmosphere Coupled Ocean\u2013Atmosphere Response Experiment (TOGA + COARE) utilizing a cloud-resolving model (CRM). The CSH algorithm is severely + limited by the inherent sensitivity of the TRMM PR. For latent heating, the + quantity required is actually cloud top, but the PR can detect only precipitation-sized + particles.\\n\\nBecause observed information on precipitation depth is used + in addition to precipitation type and intensity, differences between shallow + and deep convection are more distinct in the CSH algorithm in comparison with + the CSH algorithm.\\n\\nMonthly Spectral Latent Heating produces 0.25x0.25 + degree grid of latent heating profiles from the TRMM PR rain. The grids are + in the Planetary Grid 2 structure matching the Dual-frequency PR on the core + GPM observatory that covers 67S to 67N degrees of latitudes. Areas beyond + the \xB140 degrees of latitudes are padded with empty grid cells.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:05.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"YUKARI\",\"LastName\":\"TAKAYABU, + PH.D.\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Kashiwa-Campus, + General Research Bldg.-215\",\"Graduate School of Science, University of Tokyo\"],\"City\":\"TOKYO\",\"Country\":\"JAPAN\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+81-4-7136-4402\"},{\"Type\":\"Email\",\"Value\":\"yukari@aori.u-tokyo.ac.jp\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"},{\"ShortName\":\"TMI\",\"LongName\":\"TRMM Microwave + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3GCSH_TRMM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GCSH_TRMM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132506-GES_DISC\",\"revision-date\":\"2023-08-01T16:03:02.490Z\",\"granule-count\":95913,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR and TMI on TRMM Combined + Gridded Orbital Convective-Stratiform Latent Heating Profiles L3 1.5 hours + 0.25x0.25 degree V07\",\"SeriesName\":\"GPM_3GCSH_TRMM\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GCSH_TRMM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":37,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-37}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + DYNAMICS\",\"VariableLevel2\":\"HEAT FLUX\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PRTMI/TRMM/CSH/3G/07\"},\"ShortName\":\"GPM_3GCSH_TRMM\",\"EntryTitle\":\"GPM + PR and TMI on TRMM Combined Gridded Orbital Convective-Stratiform Latent Heating + Profiles L3 1.5 hours 0.25x0.25 degree V07 (GPM_3GCSH_TRMM) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Tao, + W-K., Y. N. Takayabu, S. Lang, S. Shige, W. Olson, A. Hou, G. Skofronick-Jackson + et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"TRMM + latent heating retrieval: Applications and comparisons with field campaigns + and large-scale analyses\",\"Series\":\"Meteorological Monographs\",\"DOI\":{\"DOI\":\"10.1175/AMSMONOGRAPHS-D-15-0013.1\"}},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and D. E. Johnson\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part I: Development + of a model-based algorithm\",\"Series\":\"J. Appl. Meteor.\",\"Volume\":\"43\",\"Pages\":\"1095-1113\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and C.-L. Shie\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part II: Algorithm + improvement and heating estimates over tropical ocean regions\",\"Series\":\"J. + Appl. Meteor. Climatol\",\"Volume\":\"46\",\"Pages\":\"1098-1124\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, and W.-K. Tao\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part III: Estimating + apparent moisture sink profiles over tropical oceans\",\"Series\":\"J. Appl. + Meteor. Climatol\",\"Volume\":\"47\",\"Pages\":\"620-640\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, S. Kida, W.-K. Tao, X. Zeng, C. Yokoyama, and T. L'Ecuyer\",\"PublicationDate\":\"2009-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part IV: Co mparisons + of lookup tables from two- and three-dimensional cloud-resolving model simulations\",\"Series\":\"J. + Climate\",\"Volume\":\"22\",\"Pages\":\"5577-5594\"},{\"Author\":\"Morita, + J., Y. N. Takayabu, S. Shige, and Y. Kodama\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Analysis + of rainfall characteristics of the Madden-Julian oscillation using TRMM satellite + data\",\"Series\":\"Dyn. Atmos. Oceans\",\"Volume\":\"42\",\"Pages\":\"107-126\"},{\"Author\":\"Tao, + W.-K., E. A. Smith, R. F. Adler, Z. S. Haddad, A. Y. Hou, T. Iguchi, R. Kakar, + T. N. Krishnamurti, C. D. Kummerow, S. Lang, R. Meneghini, K. Nakamura, T. + Nakazawa, K. Okamoto, W. S. Olson, S. Satoh, S. Shige, J. Simpson, Y. Takayabu, + G. J. Tripoli, and S. Yang\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Retrieval + of latent heating from TRMM measurements\",\"Series\":\"Bull. Amer. Meteor. + Soc.\",\"Volume\":\"87\",\"Pages\":\"1555-1572\"},{\"Author\":\"Stoker, E., + F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3GCSH_TRMM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GCSH_TRMM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GCSH_TRMM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3GCSH_TRMM.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3GCSH_TRMM.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GCSH_TRMM\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/Release_Notes_CSH_V7.pdf\",\"Description\":\"Details + of the caveats to consider in this product.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM legacy product + TRMM_3G31.\\n\\nVersion 07 is the current version of the data set. Older versions + will no longer be available and have been superseded by Version 07.\\n\\nEstimating + vertical profiles of latent heating released by precipitating cloud systems + is one of the key objectives of TRMM, together with accurately measuring the + horizontal distribution of tropical rainfall.\\n\\nThe method uses TRMM PR + information [precipitation-top height (PTH), precipitation rates at the surface + and melting level, and rain type] to select heating profiles from lookup tables. + Heating-profile lookup tables for the three rain types\u2014convective, shallow + stratiform, and anvil rain (deep stratiform with a melting level)\u2014were + derived from numerical simulations of tropical cloud systems from the Tropical + Ocean and Global Atmosphere Coupled Ocean\u2013Atmosphere Response Experiment + (TOGA COARE) utilizing a cloud-resolving model (CRM). The CSH algorithm is + severely limited by the inherent sensitivity of the TRMM PR. For latent heating, + the quantity required is actually cloud top, but the PR can detect only precipitation-sized + particles.\\n\\nBecause observed information on precipitation depth is used + in addition to precipitation type and intensity, differences between shallow + and deep convection are more distinct in the CSH algorithm in comparison with + the CSH algorithm.\\n\\nThe Gridded Orbital Spectral Latent Heating is actually + one orbit gridded onto a global map with 0.25x0.25 degree grid cell size. + These latent heating profiles from the TRMM Precipitation Radar (PR) rain. + The granule temporal size is one orbit.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:02.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"YUKARI\",\"LastName\":\"TAKAYABU, + PH.D.\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Kashiwa-Campus, + General Research Bldg.-215\",\"Graduate School of Science, University of Tokyo\"],\"City\":\"TOKYO\",\"Country\":\"JAPAN\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+81-4-7136-4402\"},{\"Type\":\"Email\",\"Value\":\"yukari@aori.u-tokyo.ac.jp\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"},{\"ShortName\":\"TMI\",\"LongName\":\"TRMM Microwave + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L2/GPM_2BCMB_TRMM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2BCMB_TRMM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132362-GES_DISC\",\"revision-date\":\"2023-08-01T15:53:08.653Z\",\"granule-count\":95882,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"William + Olson\",\"Title\":\"GPM PR and TMI on TRMM Combined Precipitation L2B 1.5 + hours 5 km V07\",\"SeriesName\":\"GPM_2BCMB_TRMM\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2BCMB_TRMM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":40,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-40}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PRTMI/TRMM/2B/07\"},\"ShortName\":\"GPM_2BCMB_TRMM\",\"EntryTitle\":\"GPM + PR and TMI on TRMM Combined Precipitation L2B 1.5 hours 5 km V07 (GPM_2BCMB_TRMM) + at GES DISC\",\"Quality\":\"There are uncertainties in the interpretation + of data from any one of the instruments (KuPR, KaPR, and GMI). By using data + from multiple instruments, further constraints on the solution of precipitation + structure improve the final product.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L2/GPM_2BCMB_TRMM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2BCMB_TRMM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2BCMB_TRMM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L2/GPM_2BCMB_TRMM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L2/GPM_2BCMB_TRMM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2BCMB_TRMM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"PMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/Caveats_and_Changes_for_public_release_Combined_V7.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pmm.nasa.gov/TRMM/trmm-instruments\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + core observatory anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM_2B31\\n\\nThis + is the GPM-like formatted TRMM Combined Precipitation (TRMM Ku radar and microwave + radiometer/imager), first released with the \\\"V8\\\" TRMM reprocessing. + \\n\\nGombined Radar-Radiometer Algorithm performs two basic functions: \\n\\nFirst, + it provides, in principle, the most accurate, high resolution estimates of + surface rainfall rate and precipitation vertical distributions that can be + achieved from a spaceborne platform, and it is therefore valuable for applications + where information regarding instantaneous storm structure are vital. \\n\\nSecond, + a global, representative collection of combined algorithm estimates will yield + a single common reference dataset that can be used to \u201Ccross-calibrate\u201D + rain rate estimates from all of the passive microwave radiometers in the TRMM + and GPM constellations.\\n\\nThe cross-calibration of radiometer estimates + is crucial for developing a consistent, high time-resolution precipitation + record for climate science and prediction model validation \\napplications. + \ \\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WILLIAM\",\"LastName\":\"OLSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6314\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"bill.olson@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"},{\"ShortName\":\"TMI\",\"LongName\":\"TRMM Microwave + Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1/GPM_1BPR.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1BPR_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132201-GES_DISC\",\"revision-date\":\"2023-08-01T15:37:07.849Z\",\"granule-count\":98312,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR on TRMM Echo Power + L1B 1.5 hours 5 km V07\",\"SeriesName\":\"GPM_1BPR\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1BPR_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":38,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-38}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RADAR + BACKSCATTER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RADAR + REFLECTIVITY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PR/TRMM/1B/07\"},\"ShortName\":\"GPM_1BPR\",\"EntryTitle\":\"GPM + PR on TRMM Echo Power L1B 1.5 hours 5 km V07 (GPM_1BPR) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"A + Table structure (called Scan Status) is included in the HDF file, containing + entries on a scan-by-scan basis.These entries include a geolocation flag and + a data quality flag, indicating the percentage of pixels along each scan with + values within a pre-defined range.\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1/GPM_1BPR.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1BPR.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1BPR_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L1/GPM_1BPR.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L1/GPM_1BPR.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1BPR\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/formatChangesV7.pdf\",\"Description\":\"Comparison + between TRMM versions 6 and 7.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.eorc.jaxa.jp/TRMM/documents/PR_algorithm_product_information/pr_manual/PR_Instruction_Manual_V7_L1.pdf\",\"Description\":\"TRMM + Precipitation Radar Instruction Manual (provided by JAXA)\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM_1B21,1C21\\n\\n + Version 07 is the current version of the data set. Previous versions have + been superseded by Version 07.\\nThe TRMM Precipitation Radar (PR), the first + of its kind in space, is an electronically scanning radar, operating at 13.8 + GHz that measures the 3-D rainfall distribution over both land and ocean, + and defines the layer depth of the precipitation.\\n \\nThe + 1B21 calculates the received power at the PR receiver input point from the + Level-0 count value which is linearly proportional to the logarithm of the + PR receiver output power. To convert the count value to the input power, extensive + internal calibrations are applied, which are mainly based upon the system + model, temperature dependence of model parameters and many temperature sensors + attached at various locations of the PR. Periodically the input-output characteristics + are measured using an internal calibration loop for the IF unit and later + receiver stages. To make an absolute calibration, an Active Radar Calibrator + (ARC) is placed at Kansai Branch of CRL and overall system gain of the PR + is being measured every 2 months. Using the transfer function based on the + above internal and external calibrations, the PR received power is obtained. + Note that the value assumes that the signal follows the Rayleigh fading, so + if the fading characteristics of a scatter is different, a small bias error + may occur (within 1 or 2 dB).\\n\\t\\nChanges in horizontal resolution resulting + from the TRMM boost that occurred on 24 August 2001:\\n\\nPre-Boost (before + 7 August 2001): Temporal Resolution: 91.5 min/orbit ~ 16 orbits/day; Swath + Width: 215 km; Horizontal Resolution: 4.3 km \\n\\nPost-Boost (after 24 August + 2001): Temporal Resolution: 92.5 min/orbit ~ 16 orbits/day; Swath Width: 247 + km; Horizontal Resolution: 5.0 km\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2021-12-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3GSLH_TRMM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GSLH_TRMM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132393-GES_DISC\",\"revision-date\":\"2023-08-21T18:56:26.439Z\",\"granule-count\":95915,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR on TRMM Gridded Orbital + Spectral Latent Heating Profiles L3 1.5 hours 0.5x0.5 degree V07\",\"SeriesName\":\"GPM_3GSLH_TRMM\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GSLH_TRMM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":37,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-37}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + DYNAMICS\",\"VariableLevel2\":\"HEAT FLUX\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PR/TRMM/SLH/3A/07\"},\"ShortName\":\"GPM_3GSLH_TRMM\",\"EntryTitle\":\"GPM + PR on TRMM Gridded Orbital Spectral Latent Heating Profiles L3 1.5 hours 0.5x0.5 + degree V07 (GPM_3GSLH_TRMM) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Tao, + W-K., Y. N. Takayabu, S. Lang, S. Shige, W. Olson, A. Hou, G. Skofronick-Jackson + et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"TRMM + latent heating retrieval: Applications and comparisons with field campaigns + and large-scale analyses\",\"Series\":\"Meteorological Monographs\",\"DOI\":{\"DOI\":\"10.1175/AMSMONOGRAPHS-D-15-0013.1\"}},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and D. E. Johnson\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part I: Development + of a model-based algorithm\",\"Series\":\"J. Appl. Meteor.\",\"Volume\":\"43\",\"Pages\":\"1095-1113\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and C.-L. Shie\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part II: Algorithm + improvement and heating estimates over tropical ocean regions\",\"Series\":\"J. + Appl. Meteor. Climatol\",\"Volume\":\"46\",\"Pages\":\"1098-1124\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, and W.-K. Tao\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part III: Estimating + apparent moisture sink profiles over tropical oceans\",\"Series\":\"J. Appl. + Meteor. Climatol\",\"Volume\":\"47\",\"Pages\":\"620-640\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, S. Kida, W.-K. Tao, X. Zeng, C. Yokoyama, and T. L'Ecuyer\",\"PublicationDate\":\"2009-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part IV: Co mparisons + of lookup tables from two- and three-dimensional cloud-resolving model simulations\",\"Series\":\"J. + Climate\",\"Volume\":\"22\",\"Pages\":\"5577-5594\"},{\"Author\":\"Morita, + J., Y. N. Takayabu, S. Shige, and Y. Kodama\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Analysis + of rainfall characteristics of the Madden-Julian oscillation using TRMM satellite + data\",\"Series\":\"Dyn. Atmos. Oceans\",\"Volume\":\"42\",\"Pages\":\"107-126\"},{\"Author\":\"Tao, + W.-K., E. A. Smith, R. F. Adler, Z. S. Haddad, A. Y. Hou, T. Iguchi, R. Kakar, + T. N. Krishnamurti, C. D. Kummerow, S. Lang, R. Meneghini, K. Nakamura, T. + Nakazawa, K. Okamoto, W. S. Olson, S. Satoh, S. Shige, J. Simpson, Y. Takayabu, + G. J. Tripoli, and S. Yang\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Retrieval + of latent heating from TRMM measurements\",\"Series\":\"Bull. Amer. Meteor. + Soc.\",\"Volume\":\"87\",\"Pages\":\"1555-1572\"},{\"Author\":\"Stoker, E., + F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3GSLH_TRMM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GSLH_TRMM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GSLH_TRMM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3GSLH_TRMM.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3GSLH_TRMM.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GSLH_TRMM\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/V7A_SLH_caveats.pdf\",\"Description\":\"Details + of the caveats to consider in this product.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM_3G25\\n\\nVersion + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nEstimating vertical + profiles of latent heating released by precipitating cloud systems is one + of the key objectives of TRMM, together with accurately measuring the horizontal + distribution of tropical rainfall.\\n\\nThe method uses TRMM PR information + [precipitation-top height (PTH), precipitation rates at the surface and melting + level, and rain type] to select heating profiles from lookup tables. Heating-profile + lookup tables for the three rain types\u2014convective, shallow stratiform, + and anvil rain (deep stratiform with a melting level)\u2014were derived from + numerical simulations of tropical cloud systems from the Tropical Ocean and + Global Atmosphere Coupled Ocean\u2013Atmosphere Response Experiment (TOGA + COARE) utilizing a cloud-resolving model (CRM). The SLH algorithm is severely + limited by the inherent sensitivity of the TRMM PR. For latent heating, the + quantity required is actually cloud top, but the PR can detect only precipitation-sized + particles.\\n\\nBecause observed information on precipitation depth is used + in addition to precipitation type and intensity, differences between shallow + and deep convection are more distinct in the SLH algorithm in comparison with + the CSH algorithm.\\n\\nThe Gridded Orbital Spectral Latent Heating is actually + one orbit gridded onto a global map with 0.5 degree x 0.5 degree grid cell + size. These latent heating profiles from the TRMM Precipitation Radar (PR) + rain. The granule temporal size is one orbit.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2021-12-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"YUKARI\",\"LastName\":\"TAKAYABU, + PH.D.\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Kashiwa-Campus, + General Research Bldg.-215\",\"Graduate School of Science, University of Tokyo\"],\"City\":\"TOKYO\",\"Country\":\"JAPAN\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+81-4-7136-4402\"},{\"Type\":\"Email\",\"Value\":\"yukari@aori.u-tokyo.ac.jp\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3PRD.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3PRD_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132424-GES_DISC\",\"revision-date\":\"2023-08-22T15:27:01.672Z\",\"granule-count\":6155,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR on TRMM Precipitation + Statistics, at Surface and Fixed Heights 1 day 0.25x0.25 degree V07\",\"SeriesName\":\"GPM_3PRD\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PRD_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PR/TRMM/3A-DAY/07\"},\"ShortName\":\"GPM_3PRD\",\"EntryTitle\":\"GPM + PR on TRMM Precipitation Statistics, at Surface and Fixed Heights 1 day 0.25x0.25 + degree V07 (GPM_3PRD) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Taylor + I.J., G.M. Heymsfield, R. Meneghini, and L.S. Miller\",\"PublicationDate\":\"1997-01-01T00:00:00.000Z\",\"Title\":\"Correction + of sampling errors in ocean surface cross-sectional estimates from nadir-looking + \ weather radar.\",\"Series\":\"J. Atmos. Oceanic Technol\",\"Volume\":\"14\",\"Pages\":\"203-210\"},{\"Author\":\"Iguchi, + T. and R. Meneghini\",\"PublicationDate\":\"1994-01-01T00:00:00.000Z\",\"Title\":\"Intercomparisons + of single-frequency methods for retrieving a vertical rain profile from airborne + or spaceborne radar data.\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"11\",\"Pages\":\"1507-1516\"},{\"Author\":\"Kozu, + T.\",\"PublicationDate\":\"1995-01-01T00:00:00.000Z\",\"Title\":\"A generalized + surface echo radar equation for down-looking pencil beam radar.\",\"Series\":\"IEICE + Trans. Commun.\",\"Volume\":\"E78-B\",\"Pages\":\"1245-1248\"},{\"Author\":\"Marzoug, + M. and P. Amayenc\",\"PublicationDate\":\"1994-01-01T00:00:00.000Z\",\"Title\":\"A + class of single- and dual-frequency algorithms for rain rate profiling from + a spaceborne radar. Part I: Principle and tests from numerical simulations.\",\"Series\":\"J. + Atmos. Oceanic Technol.,\",\"Volume\":\"11\",\"Pages\":\"1480-1506\"},{\"Author\":\"Meneghini, + R. and K. Nakamura\",\"PublicationDate\":\"1990-01-01T00:00:00.000Z\",\"Title\":\"Range + profiling of the rain rate by an airborne weather radar.\",\"Series\":\"Remote + Sens. Environ.\",\"Volume\":\"31\",\"Pages\":\"193-209\"},{\"Author\":\"Meneghini, + R., and J. A. Jones\",\"PublicationDate\":\"1993-01-01T00:00:00.000Z\",\"Title\":\"An + approach to estimate the areal rain-rate distribution from spaceborne radar + by the use of multiple thresholds\",\"Series\":\"J. Appl. Meteor.\",\"Volume\":\"32\",\"Pages\":\"386\u2013398\"},{\"Author\":\"Meneghini, + R.\",\"PublicationDate\":\"1998-01-01T00:00:00.000Z\",\"Title\":\"Application + of a threshold method to airborne\u2013spaceborne attenuating-wavelength radar + for the estimation of space\u2013time rain-rate statistics\",\"Series\":\"J. + Appl. Meteor.\",\"Volume\":\"37\",\"Pages\":\"924\u2013938\"},{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"Missing + data scans are checked by monitoring the Scan Status contained in the TRMM + 1C-21 product. Scan Status is a Table structure containing entries on a scan-by-scan + basis. These entries include a geolocation flag and a data quality flag, indicating + the percentage of pixels along each scan with values within a pre-defined + range. If Scan Status indicates a missing scan, then no processing is done + for that scan for the 3A25 product. However, checks for individual missing + variables are not done explicitly.\\n\\t\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3PRD.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3PRD.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PRD_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3PRD.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3PRD.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3PRD\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://www.eorc.jaxa.jp/TRMM/documents/PR_algorithm_product_information/pr_manual/PR_Instruction_Manual_V7_L1.pdf\",\"Description\":\"TRMM + Precipitation Radar Instruction Manual (old format, provided by JAXA)\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + a new (GPM-formated) TRMM product. There is no equivalent in the old TRMM + suite of products.\\n\\nVersion 07 is the current version of the data set. + Older versions will no longer be available and have been superseded by Version + 07.\\n\\nThis is the GPM-like formatted TRMM Precipitation Radar (PR) daily + gridded data, first released with the \\\"V8\\\" TRMM reprocessing. The daily + radar grid data is new for TRMM nomenclature and is introduced for consistency + with the GPM Dual-frequency Precipitation Radar (DPR). The closest ancestor + was 3A25 which was a monthly radar statistics.\\n\\nThis product consists + of daily statistics of the PR measurements at (0.25x0.25) degrees horizontal + resolution.\\n\\nThe objective of the algorithm is to calculate various daily + statistics from the level 2 PR\\noutput products. Four types of statistics + are calculated:\\n1. Probabilities of occurrence (count values)\\n2. Means + and standard deviations\\nIn all cases, the statistics are conditioned on + the presence of rain or some other quantity such\\nas the presence of stratiform + rain or the presence of a bright-band. For example, to compute\\nthe unconditioned + mean rain rate, the conditional mean must be multiplied by the probability\\nof + rain which, in turn is calculated from the ratio of rain counts to the total + number of\\nobservations in the box of interest. \\n\\nThe grids are in the + Planetary Grid 2 structure matching the Dual-frequency PR on the core GPM + observatory that covers 67S to 67N degrees of latitudes. Areas beyond the + \xB140 degrees of latitudes are padded with empty grid cells. \\n\\t\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:05.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JUN\",\"LastName\":\"AWAKA\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Hokkaido + Tokai University\",\"Department of Electronics and Information Engineering\",\"Minami-ku, + Minami-sawa, 5-1-1-1\"],\"City\":\"Sapporo\",\"StateProvince\":\"Hokkaido\",\"PostalCode\":\"005-8601\",\"Country\":\"JAPAN\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+81-115-71-5111\"},{\"Type\":\"Email\",\"Value\":\"awaka@de.htokai.ac.jp\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L2/GPM_2APR.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2APR_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132215-GES_DISC\",\"revision-date\":\"2023-08-01T15:52:21.046Z\",\"granule-count\":95912,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR on TRMM Reflectivity, + Precipitation Characteristics and Rate, at Surface and Profile L2 1.5 hours + V07\",\"SeriesName\":\"GPM_2APR\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2APR_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":38,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-38}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"SIGMA + NAUGHT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PR/TRMM/2A/07\"},\"ShortName\":\"GPM_2APR\",\"EntryTitle\":\"GPM + PR on TRMM Reflectivity, Precipitation Characteristics and Rate, at Surface + and Profile L2 1.5 hours V07 (GPM_2APR) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Taylor + I.J., G.M. Heymsfield, R. Meneghini, and L.S. Miller\",\"PublicationDate\":\"1997-01-01T00:00:00.000Z\",\"Title\":\"Correction + of sampling errors in ocean surface cross-sectional estimates from nadir-looking + \ weather radar.\",\"Series\":\"J. Atmos. Oceanic Technol\",\"Volume\":\"14\",\"Pages\":\"203-210\"},{\"Author\":\"Iguchi, + T. and R. Meneghini\",\"PublicationDate\":\"1994-01-01T00:00:00.000Z\",\"Title\":\"Intercomparisons + of single-frequency methods for retrieving a vertical rain profile from airborne + or spaceborne radar data.\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"11\",\"Pages\":\"1507-1516\"},{\"Author\":\"Kozu, + T.\",\"PublicationDate\":\"1995-01-01T00:00:00.000Z\",\"Title\":\"A generalized + surface echo radar equation for down-looking pencil beam radar.\",\"Series\":\"IEICE + Trans. Commun.\",\"Volume\":\"E78-B\",\"Pages\":\"1245-1248\"},{\"Author\":\"Marzoug, + M. and P. Amayenc\",\"PublicationDate\":\"1994-01-01T00:00:00.000Z\",\"Title\":\"A + class of single- and dual-frequency algorithms for rain rate profiling from + a spaceborne radar. Part I: Principle and tests from numerical simulations.\",\"Series\":\"J. + Atmos. Oceanic Technol.,\",\"Volume\":\"11\",\"Pages\":\"1480-1506\"},{\"Author\":\"Meneghini, + R. and K. Nakamura\",\"PublicationDate\":\"1990-01-01T00:00:00.000Z\",\"Title\":\"Range + profiling of the rain rate by an airborne weather radar.\",\"Series\":\"Remote + Sens. Environ.\",\"Volume\":\"31\",\"Pages\":\"193-209\"},{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"A + Table structure (called Scan Status) is included in the HDF file, containing + entries on a scan-by-scan basis. These entries include a geolocation flag + and a data quality flag, indicating the percentage of pixels along each scan + with values within a pre-defined range.\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L2/GPM_2APR.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2APR.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2APR_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L2/GPM_2APR.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L2/GPM_2APR.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2APR\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://www.eorc.jaxa.jp/TRMM/documents/PR_algorithm_product_information/pr_manual/PR_Instruction_Manual_V7_L1.pdf\",\"Description\":\"TRMM + Precipitation Radar Instruction Manual (old format, provided by JAXA)\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new, GPM-like, format for TRMM Precipitation Radar L2 data that now + incorporates what was known as 2A21, 2A23 and 2A25 datasets.\\n\\nThe primary + purpose of 2A21 is to compute the path-integrated attenuation (PIA) using + the surface reference technique (SRT). The surface reference technique rests + on the assumption that the difference between the measurements of the normalized + surface cross section outside and within the rain provides an estimate of + the PIA. The secondary purpose of 2A21 is to compute the normalized radar + cross sections (\\\"sigma-not\\\" or Normalized Radar Cross-Sectin (NRTS)) + of the surface under rain-free conditions. \\n\\nMain objectives of 2A23 are + as follows:\\n(a) Detection of bright band (BB) and determination of the height + of BB, the\\nstrength of BB, and the width (i.e. thickness) of BB when BB + exists.\\n(b) Classification of rain type into the following three categories:\\n- + stratiform,\\n - convective,\\n - other,\\nwhere \\\"other\\\" means (ice) + cloud only and/or maybe noise.\\n (c) Detection of shallow isolated and shallow + non-isolated.\\n (d) Output of Rain/No-rain flag.\\n (e) Computation of the + estimated height of freezing level.\\n (f) Output of the height of storm top. + \\n\\nThe objectives of 2A25 are to correct for the rain attenuation in measured + radar reflectivity (Zm) and to estimate the instantaneous three-dimensional + distribution of rain from the TRMM Precipitation Radar (PR) data. The estimated + vertical profiles of attenuation-corrected radar reflectivity factor (Ze) + and rainfall rate (R) are given at each resolution cell of the PR. The estimated + rainfall rate at the actual surface height and the average rainfall rate between + the two predefined altitudes (2 and 4 km) are also calculated for each beam + position.\\n\\nChanges in horizontal resolution resulting from the TRMM boost + that occurred on 24 August 2001:\\n\\nPre-Boost (before 7 August 2001): Temporal + Resolution: 91.5 min/orbit ~ 16 orbits/day; Swath Width: 215 km; Horizontal + Resolution: 4.3 km \\n\\nPost-Boost (after 24 August 2001): Temporal Resolution: + 92.5 min/orbit ~ 16 orbits/day; Swath Width: 247 km; Horizontal Resolution: + 5.0 km\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2021-12-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JUN\",\"LastName\":\"AWAKA\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Hokkaido + Tokai University\",\"Department of Electronics and Information Engineering\",\"Minami-ku, + Minami-sawa, 5-1-1-1\"],\"City\":\"Sapporo\",\"StateProvince\":\"Hokkaido\",\"PostalCode\":\"005-8601\",\"Country\":\"JAPAN\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+81-115-71-5111\"},{\"Type\":\"Email\",\"Value\":\"awaka@de.htokai.ac.jp\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3PR.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3PR_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132415-GES_DISC\",\"revision-date\":\"2023-08-21T21:04:23.609Z\",\"granule-count\":206,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR on TRMM Reflectivity, + Precipitation Statistics, Histograms, at Surface and Fixed Heights, 1 month + 5x5 and 0.25x0.25 degree V07\",\"SeriesName\":\"GPM_3PR\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PR_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-01T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PR/TRMM/3A-MONTH/07\"},\"ShortName\":\"GPM_3PR\",\"EntryTitle\":\"GPM + PR on TRMM Reflectivity, Precipitation Statistics, Histograms, at Surface + and Fixed Heights, 1 month 5x5 and 0.25x0.25 degree V07 (GPM_3PR) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Taylor + I.J., G.M. Heymsfield, R. Meneghini, and L.S. Miller\",\"PublicationDate\":\"1997-01-01T00:00:00.000Z\",\"Title\":\"Correction + of sampling errors in ocean surface cross-sectional estimates from nadir-looking + \ weather radar.\",\"Series\":\"J. Atmos. Oceanic Technol\",\"Volume\":\"14\",\"Pages\":\"203-210\"},{\"Author\":\"Iguchi, + T. and R. Meneghini\",\"PublicationDate\":\"1994-01-01T00:00:00.000Z\",\"Title\":\"Intercomparisons + of single-frequency methods for retrieving a vertical rain profile from airborne + or spaceborne radar data.\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"11\",\"Pages\":\"1507-1516\"},{\"Author\":\"Kozu, + T.\",\"PublicationDate\":\"1995-01-01T00:00:00.000Z\",\"Title\":\"A generalized + surface echo radar equation for down-looking pencil beam radar.\",\"Series\":\"IEICE + Trans. Commun.\",\"Volume\":\"E78-B\",\"Pages\":\"1245-1248\"},{\"Author\":\"Marzoug, + M. and P. Amayenc\",\"PublicationDate\":\"1994-01-01T00:00:00.000Z\",\"Title\":\"A + class of single- and dual-frequency algorithms for rain rate profiling from + a spaceborne radar. Part I: Principle and tests from numerical simulations.\",\"Series\":\"J. + Atmos. Oceanic Technol.,\",\"Volume\":\"11\",\"Pages\":\"1480-1506\"},{\"Author\":\"Meneghini, + R. and K. Nakamura\",\"PublicationDate\":\"1990-01-01T00:00:00.000Z\",\"Title\":\"Range + profiling of the rain rate by an airborne weather radar.\",\"Series\":\"Remote + Sens. Environ.\",\"Volume\":\"31\",\"Pages\":\"193-209\"},{\"Author\":\"Meneghini, + R., and J. A. Jones\",\"PublicationDate\":\"1993-01-01T00:00:00.000Z\",\"Title\":\"An + approach to estimate the areal rain-rate distribution from spaceborne radar + by the use of multiple thresholds\",\"Series\":\"J. Appl. Meteor.\",\"Volume\":\"32\",\"Pages\":\"386\u2013398\"},{\"Author\":\"Meneghini, + R.\",\"PublicationDate\":\"1998-01-01T00:00:00.000Z\",\"Title\":\"Application + of a threshold method to airborne\u2013spaceborne attenuating-wavelength radar + for the estimation of space\u2013time rain-rate statistics\",\"Series\":\"J. + Appl. Meteor.\",\"Volume\":\"37\",\"Pages\":\"924\u2013938\"},{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"Missing + data scans are checked by monitoring the Scan Status contained in the TRMM + 1C-21 product. Scan Status is a Table structure containing entries on a scan-by-scan + basis. These entries include a geolocation flag and a data quality flag, indicating + the percentage of pixels along each scan with values within a pre-defined + range. If Scan Status indicates a missing scan, then no processing is done + for that scan for the 3A25 product. However, checks for individual missing + variables are not done explicitly.\\n\\t\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3PR.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3PR.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PR_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3PR.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3PR.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3PR\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://www.eorc.jaxa.jp/TRMM/documents/PR_algorithm_product_information/pr_manual/PR_Instruction_Manual_V7_L1.pdf\",\"Description\":\"TRMM + Precipitation Radar Instruction Manual (old format, provided by JAXA)\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM_3A25,3A26\\n\\nVersion + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThis is the GPM-like + formatted TRMM Precipitation Radar (PR) monthly gridded data, first released + with the \\\"V8\\\" TRMM reprocessing. The TRMM radar Level 3 grids are now + consistent with the GPM Dual-frequency Precipitation Radar (DPR). The closest + ancestor of this dataset was the monthly radar statistics 3A25.\\n\\nThis + product consists of monthly statistics of the PR measurements at 0.25x0.25 + degrees, and monthly histograms and statistics at 5x5 degrees, horizontal + resolution.\\n\\nThe objective of the algorithm is to calculate various daily + statistics from the level 2 PR\\noutput products. Four types of statistics + are calculated:\\n1. Probabilities of occurrence (count values)\\n2. Means + and standard deviations\\n3. Histograms\\n4. Correlation coefficients\\nIn + all cases, the statistics are conditioned on the presence of rain or some + other quantity such\\nas the presence of stratiform rain or the presence of + a bright-band. For example, to compute\\nthe unconditioned mean rain rate, + the conditional mean must be multiplied by the probability\\nof rain which, + in turn is calculated from the ratio of rain counts to the total number of\\nobservations + in the box of interest.\\n\\nThe grids are in the Planetary Grid 2 structure + matching the Dual-frequency PR on the core GPM observatory that covers 67S + to 67N degrees of latitudes. The low resolution 5x5 deg grid covers 70S to + 70N. Areas beyond the \xB140 degrees of latitudes are padded with empty grid + cells.\\n\\n\\t\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:05.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JUN\",\"LastName\":\"AWAKA\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Hokkaido + Tokai University\",\"Department of Electronics and Information Engineering\",\"Minami-ku, + Minami-sawa, 5-1-1-1\"],\"City\":\"Sapporo\",\"StateProvince\":\"Hokkaido\",\"PostalCode\":\"005-8601\",\"Country\":\"JAPAN\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+81-115-71-5111\"},{\"Type\":\"Email\",\"Value\":\"awaka@de.htokai.ac.jp\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3PR_ASC.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3PR_ASC_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132435-GES_DISC\",\"revision-date\":\"2023-08-22T15:33:22.843Z\",\"granule-count\":6155,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR on TRMM Reflectivity, + Precipitation Statistics, Histograms, at Surface and Fixed Heights, Ascending, + 1 day 5x5 and 0.25x0.25 degree V07\",\"SeriesName\":\"GPM_3PR_ASC\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PR_ASC_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PR/TRMM/3A-ASC/07\"},\"ShortName\":\"GPM_3PR_ASC\",\"EntryTitle\":\"GPM + PR on TRMM Reflectivity, Precipitation Statistics, Histograms, at Surface + and Fixed Heights, Ascending, 1 day 5x5 and 0.25x0.25 degree V07 (GPM_3PR_ASC) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Taylor I.J., G.M. Heymsfield, + R. Meneghini, and L.S. Miller\",\"PublicationDate\":\"1997-01-01T00:00:00.000Z\",\"Title\":\"Correction + of sampling errors in ocean surface cross-sectional estimates from nadir-looking + \ weather radar.\",\"Series\":\"J. Atmos. Oceanic Technol\",\"Volume\":\"14\",\"Pages\":\"203-210\"},{\"Author\":\"Iguchi, + T. and R. Meneghini\",\"PublicationDate\":\"1994-01-01T00:00:00.000Z\",\"Title\":\"Intercomparisons + of single-frequency methods for retrieving a vertical rain profile from airborne + or spaceborne radar data.\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"11\",\"Pages\":\"1507-1516\"},{\"Author\":\"Kozu, + T.\",\"PublicationDate\":\"1995-01-01T00:00:00.000Z\",\"Title\":\"A generalized + surface echo radar equation for down-looking pencil beam radar.\",\"Series\":\"IEICE + Trans. Commun.\",\"Volume\":\"E78-B\",\"Pages\":\"1245-1248\"},{\"Author\":\"Marzoug, + M. and P. Amayenc\",\"PublicationDate\":\"1994-01-01T00:00:00.000Z\",\"Title\":\"A + class of single- and dual-frequency algorithms for rain rate profiling from + a spaceborne radar. Part I: Principle and tests from numerical simulations.\",\"Series\":\"J. + Atmos. Oceanic Technol.,\",\"Volume\":\"11\",\"Pages\":\"1480-1506\"},{\"Author\":\"Meneghini, + R. and K. Nakamura\",\"PublicationDate\":\"1990-01-01T00:00:00.000Z\",\"Title\":\"Range + profiling of the rain rate by an airborne weather radar.\",\"Series\":\"Remote + Sens. Environ.\",\"Volume\":\"31\",\"Pages\":\"193-209\"},{\"Author\":\"Meneghini, + R., and J. A. Jones\",\"PublicationDate\":\"1993-01-01T00:00:00.000Z\",\"Title\":\"An + approach to estimate the areal rain-rate distribution from spaceborne radar + by the use of multiple thresholds\",\"Series\":\"J. Appl. Meteor.\",\"Volume\":\"32\",\"Pages\":\"386\u2013398\"},{\"Author\":\"Meneghini, + R.\",\"PublicationDate\":\"1998-01-01T00:00:00.000Z\",\"Title\":\"Application + of a threshold method to airborne\u2013spaceborne attenuating-wavelength radar + for the estimation of space\u2013time rain-rate statistics\",\"Series\":\"J. + Appl. Meteor.\",\"Volume\":\"37\",\"Pages\":\"924\u2013938\"},{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"Missing + data scans are checked by monitoring the Scan Status contained in the TRMM + 1C-21 product. Scan Status is a Table structure containing entries on a scan-by-scan + basis. These entries include a geolocation flag and a data quality flag, indicating + the percentage of pixels along each scan with values within a pre-defined + range. If Scan Status indicates a missing scan, then no processing is done + for that scan for the 3A25 product. However, checks for individual missing + variables are not done explicitly.\\n\\t\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3PR_ASC.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3PR_ASC.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PR_ASC_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3PR_ASC.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3PR_ASC.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3PR_ASC\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://www.eorc.jaxa.jp/TRMM/documents/PR_algorithm_product_information/pr_manual/PR_Instruction_Manual_V7_L1.pdf\",\"Description\":\"TRMM + Precipitation Radar Instruction Manual (old format, provided by JAXA)\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + a new (GPM-formated) TRMM product. There is no equivalent in the old TRMM + suite of products.\\n\\nVersion 07 is the current version of the data set. + Older versions will no longer be available and have been superseded by Version + 07.\\n\\nThis product consists of Ascending daily statistics of the PR measurements + at both a low (5 degrees x 5 degrees) and a high (0.25 degrees x 0.25 degrees) + horizontal resolution. The low resolution grids are in the Planetary Grid + 1 structure and include 1) mean and standard deviation of the rain rate, reflectivity, + path-integrated attenuation (PIA), storm height, Xi, bright band height and + the NUBF (Non-Uniform Beam Filling) correction; 2) rain fractions; 3) histograms + of the storm height, bright-band height, snow-ice layer, reflectivity, rain + rate, path-attenuation and NUBF correction; 4) correlation coefficients. The + high resolution grids are in the Planetary Grid 2 structure and contain mean + rain rate along with standard deviation and rain fractions.\\n\\nThe grids + are in the Planetary Grid 2 structure matching the Dual-frequency PR on the + core GPM observatory that covers 67S to 67N degrees of latitudes. The low + resolution 5x5 deg grid covers 70S to 70N. Areas beyond the \xB140 degrees + of latitudes are padded with empty grid cells.\\n\\t\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:05.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JUN\",\"LastName\":\"AWAKA\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Hokkaido + Tokai University\",\"Department of Electronics and Information Engineering\",\"Minami-ku, + Minami-sawa, 5-1-1-1\"],\"City\":\"Sapporo\",\"StateProvince\":\"Hokkaido\",\"PostalCode\":\"005-8601\",\"Country\":\"JAPAN\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+81-115-71-5111\"},{\"Type\":\"Email\",\"Value\":\"awaka@de.htokai.ac.jp\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3PR_DES.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3PR_DES_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132441-GES_DISC\",\"revision-date\":\"2023-08-22T15:40:24.137Z\",\"granule-count\":6155,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR on TRMM Reflectivity, + Precipitation Statistics, Histograms, at Surface and Fixed Heights, Descending, + 1 day 5x5 and 0.25x0.25 degree V07\",\"SeriesName\":\"GPM_3PR_DES\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PR_DES_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PR/TRMM/3A-DES/07\"},\"ShortName\":\"GPM_3PR_DES\",\"EntryTitle\":\"GPM + PR on TRMM Reflectivity, Precipitation Statistics, Histograms, at Surface + and Fixed Heights, Descending, 1 day 5x5 and 0.25x0.25 degree V07 (GPM_3PR_DES) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Taylor I.J., G.M. Heymsfield, + R. Meneghini, and L.S. Miller\",\"PublicationDate\":\"1997-01-01T00:00:00.000Z\",\"Title\":\"Correction + of sampling errors in ocean surface cross-sectional estimates from nadir-looking + \ weather radar.\",\"Series\":\"J. Atmos. Oceanic Technol\",\"Volume\":\"14\",\"Pages\":\"203-210\"},{\"Author\":\"Iguchi, + T. and R. Meneghini\",\"PublicationDate\":\"1994-01-01T00:00:00.000Z\",\"Title\":\"Intercomparisons + of single-frequency methods for retrieving a vertical rain profile from airborne + or spaceborne radar data.\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"11\",\"Pages\":\"1507-1516\"},{\"Author\":\"Kozu, + T.\",\"PublicationDate\":\"1995-01-01T00:00:00.000Z\",\"Title\":\"A generalized + surface echo radar equation for down-looking pencil beam radar.\",\"Series\":\"IEICE + Trans. Commun.\",\"Volume\":\"E78-B\",\"Pages\":\"1245-1248\"},{\"Author\":\"Marzoug, + M. and P. Amayenc\",\"PublicationDate\":\"1994-01-01T00:00:00.000Z\",\"Title\":\"A + class of single- and dual-frequency algorithms for rain rate profiling from + a spaceborne radar. Part I: Principle and tests from numerical simulations.\",\"Series\":\"J. + Atmos. Oceanic Technol.,\",\"Volume\":\"11\",\"Pages\":\"1480-1506\"},{\"Author\":\"Meneghini, + R. and K. Nakamura\",\"PublicationDate\":\"1990-01-01T00:00:00.000Z\",\"Title\":\"Range + profiling of the rain rate by an airborne weather radar.\",\"Series\":\"Remote + Sens. Environ.\",\"Volume\":\"31\",\"Pages\":\"193-209\"},{\"Author\":\"Meneghini, + R., and J. A. Jones\",\"PublicationDate\":\"1993-01-01T00:00:00.000Z\",\"Title\":\"An + approach to estimate the areal rain-rate distribution from spaceborne radar + by the use of multiple thresholds\",\"Series\":\"J. Appl. Meteor.\",\"Volume\":\"32\",\"Pages\":\"386\u2013398\"},{\"Author\":\"Meneghini, + R.\",\"PublicationDate\":\"1998-01-01T00:00:00.000Z\",\"Title\":\"Application + of a threshold method to airborne\u2013spaceborne attenuating-wavelength radar + for the estimation of space\u2013time rain-rate statistics\",\"Series\":\"J. + Appl. Meteor.\",\"Volume\":\"37\",\"Pages\":\"924\u2013938\"},{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"Missing + data scans are checked by monitoring the Scan Status contained in the TRMM + 1C-21 product. Scan Status is a Table structure containing entries on a scan-by-scan + basis. These entries include a geolocation flag and a data quality flag, indicating + the percentage of pixels along each scan with values within a pre-defined + range. If Scan Status indicates a missing scan, then no processing is done + for that scan for the 3A25 product. However, checks for individual missing + variables are not done explicitly.\\n\\t\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3PR_DES.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3PR_DES.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PR_DES_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3PR_DES.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3PR_DES.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3PR_DES\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://www.eorc.jaxa.jp/TRMM/documents/PR_algorithm_product_information/pr_manual/PR_Instruction_Manual_V7_L1.pdf\",\"Description\":\"TRMM + Precipitation Radar Instruction Manual (old format, provided by JAXA)\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + a new (GPM-formated) TRMM product. There is no equivalent in the old TRMM + suite of products.\\n\\nVersion 07 is the current version of the data set. + Older versions will no longer be available and have been superseded by Version + 07.\\n\\nThis product consists of Descending daily statistics of the PR measurements + at both a low (5 degrees x 5 degrees) and a high (0.25 degrees x 0.25 degrees) + horizontal resolution. The low resolution grids are in the Planetary Grid + 1 structure and include 1) mean and standard deviation of the rain rate, reflectivity, + path-integrated attenuation (PIA), storm height, Xi, bright band height and + the NUBF (Non-Uniform Beam Filling) correction; 2) rain fractions; 3) histograms + of the storm height, bright-band height, snow-ice layer, reflectivity, rain + rate, path-attenuation and NUBF correction; 4) correlation coefficients. The + high resolution grids are in the Planetary Grid 2 structure and contain mean + rain rate along with standard deviation and rain fractions.\\n\\nThe grids + are in the Planetary Grid 2 structure matching the Dual-frequency PR on the + core GPM observatory that covers 67S to 67N degrees of latitudes. The low + resolution 5x5 deg grid covers 70S to 70N. Areas beyond the \xB140 degrees + of latitudes are padded with empty grid cells.\\n\\t\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:05.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JUN\",\"LastName\":\"AWAKA\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Hokkaido + Tokai University\",\"Department of Electronics and Information Engineering\",\"Minami-ku, + Minami-sawa, 5-1-1-1\"],\"City\":\"Sapporo\",\"StateProvince\":\"Hokkaido\",\"PostalCode\":\"005-8601\",\"Country\":\"JAPAN\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+81-115-71-5111\"},{\"Type\":\"Email\",\"Value\":\"awaka@de.htokai.ac.jp\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3HSLH_TRMM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3HSLH_TRMM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132394-GES_DISC\",\"revision-date\":\"2023-08-21T20:33:17.254Z\",\"granule-count\":206,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR on TRMM Spectral Latent + Heating L3 1 month 0.5 degree x 0.5 degree V07\",\"SeriesName\":\"GPM_3HSLH_TRMM\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3HSLH_TRMM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + DYNAMICS\",\"VariableLevel2\":\"HEAT FLUX\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-01T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PR/TRMM/SLH/3A-MONTH/07\"},\"ShortName\":\"GPM_3HSLH_TRMM\",\"EntryTitle\":\"GPM + PR on TRMM Spectral Latent Heating L3 1 month 0.5 degree x 0.5 degree V07 + (GPM_3HSLH_TRMM) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Tao, + W-K., Y. N. Takayabu, S. Lang, S. Shige, W. Olson, A. Hou, G. Skofronick-Jackson + et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"TRMM + latent heating retrieval: Applications and comparisons with field campaigns + and large-scale analyses\",\"Series\":\"Meteorological Monographs\",\"DOI\":{\"DOI\":\"10.1175/AMSMONOGRAPHS-D-15-0013.1\"}},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and D. E. Johnson\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part I: Development + of a model-based algorithm\",\"Series\":\"J. Appl. Meteor.\",\"Volume\":\"43\",\"Pages\":\"1095-1113\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and C.-L. Shie\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part II: Algorithm + improvement and heating estimates over tropical ocean regions\",\"Series\":\"J. + Appl. Meteor. Climatol\",\"Volume\":\"46\",\"Pages\":\"1098-1124\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, and W.-K. Tao\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part III: Estimating + apparent moisture sink profiles over tropical oceans\",\"Series\":\"J. Appl. + Meteor. Climatol\",\"Volume\":\"47\",\"Pages\":\"620-640\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, S. Kida, W.-K. Tao, X. Zeng, C. Yokoyama, and T. L'Ecuyer\",\"PublicationDate\":\"2009-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part IV: Co mparisons + of lookup tables from two- and three-dimensional cloud-resolving model simulations\",\"Series\":\"J. + Climate\",\"Volume\":\"22\",\"Pages\":\"5577-5594\"},{\"Author\":\"Morita, + J., Y. N. Takayabu, S. Shige, and Y. Kodama\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Analysis + of rainfall characteristics of the Madden-Julian oscillation using TRMM satellite + data\",\"Series\":\"Dyn. Atmos. Oceans\",\"Volume\":\"42\",\"Pages\":\"107-126\"},{\"Author\":\"Tao, + W.-K., E. A. Smith, R. F. Adler, Z. S. Haddad, A. Y. Hou, T. Iguchi, R. Kakar, + T. N. Krishnamurti, C. D. Kummerow, S. Lang, R. Meneghini, K. Nakamura, T. + Nakazawa, K. Okamoto, W. S. Olson, S. Satoh, S. Shige, J. Simpson, Y. Takayabu, + G. J. Tripoli, and S. Yang\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Retrieval + of latent heating from TRMM measurements\",\"Series\":\"Bull. Amer. Meteor. + Soc.\",\"Volume\":\"87\",\"Pages\":\"1555-1572\"},{\"Author\":\"Stoker, E., + F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3HSLH_TRMM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3HSLH_TRMM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3HSLH_TRMM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3HSLH_TRMM.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3HSLH_TRMM.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3HSLH_TRMM\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/CSH_ATBD.pdf\",\"Description\":\"Details + of the caveats to consider in this product.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/V7A_SLH_caveats.pdf\",\"Description\":\"Details + of the caveats to consider in this product.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM_3H25\\n\\nVersion + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nEstimating vertical + profiles of latent heating released by precipitating cloud systems is one + of the key objectives of TRMM, together with accurately measuring the horizontal + distribution of tropical rainfall.\\n\\nThe method uses TRMM PR information + [precipitation-top height (PTH), precipitation rates at the surface and melting + level, and rain type] to select heating profiles from lookup tables. Heating-profile + lookup tables for the three rain types\u2014convective, shallow stratiform, + and anvil rain (deep stratiform with a melting level)\u2014were derived from + numerical simulations of tropical cloud systems from the Tropical Ocean and + Global Atmosphere Coupled Ocean\u2013Atmosphere Response Experiment (TOGA + COARE) utilizing a cloud-resolving model (CRM). The SLH algorithm is severely + limited by the inherent sensitivity of the TRMM PR. For latent heating, the + quantity required is actually cloud top, but the PR can detect only precipitation-sized + particles.\\n\\nBecause observed information on precipitation depth is used + in addition to precipitation type and intensity, differences between shallow + and deep convection are more distinct in the SLH algorithm in comparison with + the CSH algorithm.\\n\\nMonthly Spectral Latent Heating produces 0.5 degree + x 0.5 degree grid of latent heating profiles from the TRMM PR rain. The grids + are in the Planetary Grid 2 structure matching the Dual-frequency PR on the + core GPM observatory that covers 67S to 67N degrees of latitudes. Areas beyond + the \xB140 degrees of latitudes are padded with empty grid cells.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2021-12-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"YUKARI\",\"LastName\":\"TAKAYABU, + PH.D.\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Kashiwa-Campus, + General Research Bldg.-215\",\"Graduate School of Science, University of Tokyo\"],\"City\":\"TOKYO\",\"Country\":\"JAPAN\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+81-4-7136-4402\"},{\"Type\":\"Email\",\"Value\":\"yukari@aori.u-tokyo.ac.jp\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L2/GPM_2HSLH_TRMM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2HSLH_TRMM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132245-GES_DISC\",\"revision-date\":\"2023-08-01T15:57:27.544Z\",\"granule-count\":95152,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR on TRMM Spectral Latent + Heating Profiles L2 1.5 hours 5 km V07\",\"SeriesName\":\"GPM_2HSLH_TRMM\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2HSLH_TRMM_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":37,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-37}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + DYNAMICS\",\"VariableLevel2\":\"HEAT FLUX\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PR/TRMM/SLH/2H/07\"},\"ShortName\":\"GPM_2HSLH_TRMM\",\"EntryTitle\":\"GPM + PR on TRMM Spectral Latent Heating Profiles L2 1.5 hours 5 km V07 (GPM_2HSLH_TRMM) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Tao, W-K., Y. N. Takayabu, + S. Lang, S. Shige, W. Olson, A. Hou, G. Skofronick-Jackson et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"TRMM + latent heating retrieval: Applications and comparisons with field campaigns + and large-scale analyses\",\"Series\":\"Meteorological Monographs\",\"DOI\":{\"DOI\":\"10.1175/AMSMONOGRAPHS-D-15-0013.1\"}},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and D. E. Johnson\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part I: Development + of a model-based algorithm\",\"Series\":\"J. Appl. Meteor.\",\"Volume\":\"43\",\"Pages\":\"1095-1113\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and C.-L. Shie\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part II: Algorithm + improvement and heating estimates over tropical ocean regions\",\"Series\":\"J. + Appl. Meteor. Climatol\",\"Volume\":\"46\",\"Pages\":\"1098-1124\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, and W.-K. Tao\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part III: Estimating + apparent moisture sink profiles over tropical oceans\",\"Series\":\"J. Appl. + Meteor. Climatol\",\"Volume\":\"47\",\"Pages\":\"620-640\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, S. Kida, W.-K. Tao, X. Zeng, C. Yokoyama, and T. L'Ecuyer\",\"PublicationDate\":\"2009-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part IV: Co mparisons + of lookup tables from two- and three-dimensional cloud-resolving model simulations\",\"Series\":\"J. + Climate\",\"Volume\":\"22\",\"Pages\":\"5577-5594\"},{\"Author\":\"Morita, + J., Y. N. Takayabu, S. Shige, and Y. Kodama\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Analysis + of rainfall characteristics of the Madden-Julian oscillation using TRMM satellite + data\",\"Series\":\"Dyn. Atmos. Oceans\",\"Volume\":\"42\",\"Pages\":\"107-126\"},{\"Author\":\"Tao, + W.-K., E. A. Smith, R. F. Adler, Z. S. Haddad, A. Y. Hou, T. Iguchi, R. Kakar, + T. N. Krishnamurti, C. D. Kummerow, S. Lang, R. Meneghini, K. Nakamura, T. + Nakazawa, K. Okamoto, W. S. Olson, S. Satoh, S. Shige, J. Simpson, Y. Takayabu, + G. J. Tripoli, and S. Yang\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Retrieval + of latent heating from TRMM measurements\",\"Series\":\"Bull. Amer. Meteor. + Soc.\",\"Volume\":\"87\",\"Pages\":\"1555-1572\"},{\"Author\":\"Stoker, E., + F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L2/GPM_2HSLH_TRMM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2HSLH_TRMM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2HSLH_TRMM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L2/GPM_2HSLH_TRMM.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L2/GPM_2HSLH_TRMM.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2HSLH_TRMM\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/CSH_ATBD.pdf\",\"Description\":\"Details + of the caveats to consider in this product.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/V7A_SLH_caveats.pdf\",\"Description\":\"Details + of the caveats to consider in the old format\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + a new (GPM-formated) TRMM product. There is no equivalent in the old TRMM + suite of products.\\n\\nVersion 07 is the current version of the data set. + Older versions will no longer be available and have been superseded by Version + 07.\\n\\nEstimating vertical profiles of latent heating released by precipitating + cloud systems is one of the key objectives of TRMM, together with accurately + measuring the horizontal distribution of tropical rainfall.\\n\\nThe method + uses TRMM PR information [precipitation-top height (PTH), precipitation rates + at the surface and melting level, and rain type] to select heating profiles + from lookup tables. Heating-profile lookup tables for the three rain types\u2014convective, + shallow stratiform, and anvil rain (deep stratiform with a melting level)\u2014were + derived from numerical simulations of tropical cloud systems from the Tropical + Ocean and Global Atmosphere Coupled Ocean\u2013Atmosphere Response Experiment + (TOGA COARE) utilizing a cloud-resolving model (CRM). The SLH algorithm is + severely limited by the inherent sensitivity of the TRMM PR. For latent heating, + the quantity required is actually cloud top, but the PR can detect only precipitation-sized + particles.\\n\\nBecause observed information on precipitation depth is used + in addition to precipitation type and intensity, differences between shallow + and deep convection are more distinct in the SLH algorithm in comparison with + the CSH algorithm.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2021-12-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"YUKARI\",\"LastName\":\"TAKAYABU, + PH.D.\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Kashiwa-Campus, + General Research Bldg.-215\",\"Graduate School of Science, University of Tokyo\"],\"City\":\"TOKYO\",\"Country\":\"JAPAN\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+81-4-7136-4402\"},{\"Type\":\"Email\",\"Value\":\"yukari@aori.u-tokyo.ac.jp\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3HSLH_TRMM_DAY.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3HSLH_TRMM_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132414-GES_DISC\",\"revision-date\":\"2023-08-21T20:51:31.368Z\",\"granule-count\":6155,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM PR on TRMM Spectral Latent + Heating Profiles L3 1 Day 0.5x0.5 degree V07\",\"SeriesName\":\"GPM_3HSLH_TRMM_DAY\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3HSLH_TRMM_DAY_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":67,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-67}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + DYNAMICS\",\"VariableLevel2\":\"HEAT FLUX\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/PR/TRMM/SLH/3A-DAY/07\"},\"ShortName\":\"GPM_3HSLH_TRMM_DAY\",\"EntryTitle\":\"GPM + PR on TRMM Spectral Latent Heating Profiles L3 1 Day 0.5x0.5 degree V07 (GPM_3HSLH_TRMM_DAY) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Tao, W-K., Y. N. Takayabu, + S. Lang, S. Shige, W. Olson, A. Hou, G. Skofronick-Jackson et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"TRMM + latent heating retrieval: Applications and comparisons with field campaigns + and large-scale analyses\",\"Series\":\"Meteorological Monographs\",\"DOI\":{\"DOI\":\"10.1175/AMSMONOGRAPHS-D-15-0013.1\"}},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and D. E. Johnson\",\"PublicationDate\":\"2004-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part I: Development + of a model-based algorithm\",\"Series\":\"J. Appl. Meteor.\",\"Volume\":\"43\",\"Pages\":\"1095-1113\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, W.-K. Tao, and C.-L. Shie\",\"PublicationDate\":\"2007-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part II: Algorithm + improvement and heating estimates over tropical ocean regions\",\"Series\":\"J. + Appl. Meteor. Climatol\",\"Volume\":\"46\",\"Pages\":\"1098-1124\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, and W.-K. Tao\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part III: Estimating + apparent moisture sink profiles over tropical oceans\",\"Series\":\"J. Appl. + Meteor. Climatol\",\"Volume\":\"47\",\"Pages\":\"620-640\"},{\"Author\":\"Shige, + S., Y. N. Takayabu, S. Kida, W.-K. Tao, X. Zeng, C. Yokoyama, and T. L'Ecuyer\",\"PublicationDate\":\"2009-01-01T00:00:00.000Z\",\"Title\":\"Spectral + retrieval of latent heating profiles from TRMM PR data. Part IV: Co mparisons + of lookup tables from two- and three-dimensional cloud-resolving model simulations\",\"Series\":\"J. + Climate\",\"Volume\":\"22\",\"Pages\":\"5577-5594\"},{\"Author\":\"Morita, + J., Y. N. Takayabu, S. Shige, and Y. Kodama\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Analysis + of rainfall characteristics of the Madden-Julian oscillation using TRMM satellite + data\",\"Series\":\"Dyn. Atmos. Oceans\",\"Volume\":\"42\",\"Pages\":\"107-126\"},{\"Author\":\"Tao, + W.-K., E. A. Smith, R. F. Adler, Z. S. Haddad, A. Y. Hou, T. Iguchi, R. Kakar, + T. N. Krishnamurti, C. D. Kummerow, S. Lang, R. Meneghini, K. Nakamura, T. + Nakazawa, K. Okamoto, W. S. Olson, S. Satoh, S. Shige, J. Simpson, Y. Takayabu, + G. J. Tripoli, and S. Yang\",\"PublicationDate\":\"2006-01-01T00:00:00.000Z\",\"Title\":\"Retrieval + of latent heating from TRMM measurements\",\"Series\":\"Bull. Amer. Meteor. + Soc.\",\"Volume\":\"87\",\"Pages\":\"1555-1572\"},{\"Author\":\"Stoker, E., + F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3HSLH_TRMM_DAY.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3HSLH_TRMM_DAY.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3HSLH_TRMM_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3HSLH_TRMM_DAY.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3HSLH_TRMM_DAY.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3HSLH_TRMM_DAY\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/CSH_ATBD.pdf\",\"Description\":\"Details + of the caveats to consider in this product.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/V7A_SLH_caveats.pdf\",\"Description\":\"Details + of the caveats to consider in this product.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + a new (GPM-formated) TRMM product. There is no equivalent in the old TRMM + suite of products.\\n\\nVersion 07 is the current version of the data set. + Older versions will no longer be available and have been superseded by Version + 07.\\n\\nEstimating vertical profiles of latent heating released by precipitating + cloud systems is one of the key objectives of TRMM, together with accurately + measuring the horizontal distribution of tropical rainfall.\\n\\nThe method + uses TRMM PR information [precipitation-top height (PTH), precipitation rates + at the surface and melting level, and rain type] to select heating profiles + from lookup tables. Heating-profile lookup tables for the three rain types\u2014convective, + shallow stratiform, and anvil rain (deep stratiform with a melting level)\u2014were + derived from numerical simulations of tropical cloud systems from the Tropical + Ocean and Global Atmosphere Coupled Ocean\u2013Atmosphere Response Experiment + (TOGA COARE) utilizing a cloud-resolving model (CRM). The SLH algorithm is + severely limited by the inherent sensitivity of the TRMM PR. For latent heating, + the quantity required is actually cloud top, but the PR can detect only precipitation-sized + particles.\\n\\nBecause observed information on precipitation depth is used + in addition to precipitation type and intensity, differences between shallow + and deep convection are more distinct in the SLH algorithm in comparison with + the CSH algorithm.\\n\\nDaily Spectral Latent Heating produces 0.5 degree + x 0.5 degree grid of latent heating profiles from the TRMM PR rain. The grids + are in the Planetary Grid 2 structure matching the Dual-frequency PR on the + core GPM observatory that covers 67S to 67N degrees of latitudes. Areas beyond + the \xB140 degrees of latitudes are padded with empty grid cells.\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2021-12-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"YUKARI\",\"LastName\":\"TAKAYABU, + PH.D.\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Kashiwa-Campus, + General Research Bldg.-215\",\"Graduate School of Science, University of Tokyo\"],\"City\":\"TOKYO\",\"Country\":\"JAPAN\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+81-4-7136-4402\"},{\"Type\":\"Email\",\"Value\":\"yukari@aori.u-tokyo.ac.jp\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM + Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2APRPSMT1SAPHIR_CLIM_06\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1596594715-GES_DISC\",\"revision-date\":\"2023-05-19T13:43:53.123Z\",\"granule-count\":39261,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Christopher + Kidd\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2APRPSMT1SAPHIR_CLIM_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SAPHIR on MT1 (PRPS) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 10 km V06\",\"SeriesName\":\"GPM_2APRPSMT1SAPHIR_CLIM\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":30,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-30}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-10-13T00:00:00.000Z\",\"EndingDateTime\":\"2021-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SAPHIR/MT1/PRPSCLIM/2A/06\"},\"ShortName\":\"GPM_2APRPSMT1SAPHIR_CLIM\",\"EntryTitle\":\"GPM + SAPHIR on MT1 (PRPS) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 10 km V06 (GPM_2APRPSMT1SAPHIR_CLIM) at GES DISC\",\"Quality\":\"The + major sources of systematic errors in these algorithms are the quality of + the a-priori database, and the estimate of the model uncertainties that are + needed to construct a Bayesian algorithm. Some error can also be introduced + by the ancillary information (surface type, surface temperature, and total + precipitable water) used to subset the a-priori database in the algorithm. + Because passive microwave signatures at the pixel level represent primarily + integrated quantities, neither the vertical structure nor the near-surface + precipitation from radiometers are typically as good as their radar counterparts. + Solutions are also smoothed by the Bayesian scheme, leading to fewer extremes + relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SAPHIR on MT1 (PRPS) Radiometer Precipitation Profiling L2 1.5 hours 10 km + (GPM_2APRPSMT1SAPHIR)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2APRPSMT1SAPHIR.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2APRPSMT1SAPHIR_CLIM_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2APRPSMT1SAPHIR_CLIM.06/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2APRPSMT1SAPHIR_CLIM.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2APRPSMT1SAPHIR_CLIM_06\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/20180203_SAPHIR-ATBD.pdf\",\"Description\":\"The + PRPS Algorithm Theoretical Base Document\",\"Subtype\":\"ALGORITHM THEORETICAL + BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/atbd.html\",\"Description\":\"All + available GPM Algorithm Theoretical Base Documents\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/saphir.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 6 is the current version of this dataset. Older versions are no longer available + and have been superseded by Version 6.\\n\\nThe Precipitation Retrieval and + Profiling Scheme (PRPS)is designed to provide a best estimate of precipitation + based upon matched SAPHIR-DPR observations. This fulfils in part the essence + of GPM (and its predecessor, TRMM) in which the core observatory acts as a + calibrator of precipitation retrievals for the international constellation + of passive microwave instruments. In doing so the retrievals from the partner + constellation sensors are able to provide greater temporal sampling and great + spatial coverage than is possible from the DPR instrument alone. However, + the limitations of the DPR instrument are transferred through the retrieval + scheme to the resulting precipitation products.\\n\\nFundamental to the design + of the PRPS is the independence from any dynamic ancillary data sets: the + retrieval is based solely upon the satellite radiances, a static a priori + radiance-rainrate database (and index), and (static) topographical data. Critically, + the technique is independent of any model information, unlike the retrievals + generated through the Goddard PROFiling (GPROF) scheme: this independence + is advantageous when generating products across time scales from near real-time + (inaccessibility to model data) to climatological scales (circumventing trends + in model data).\\n\\nThe algorithm is designed to generate instantaneous estimates + of precipitation at a constant resolution (regardless of scan position), for + all scan positions and scan lines. In addition to the actual precipitation + estimate, an assessment of the error is made, and a measure of the \u2018fit\u2019 + of the observations to the database provided. A quality flag is also provided, + with any bad data generating a \u2018missing flag\u2019 in the retrieval.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-25T16:40:10.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRIS\",\"LastName\":\"KIDD\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Greenbelt + Road\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20770\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6091\"},{\"Type\":\"Email\",\"Value\":\"chris.kidd@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"MT1\",\"LongName\":\"Megha-Tropiques\",\"Instruments\":[{\"ShortName\":\"SAPHIR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3PRPSMT1SAPHIR_DAY_CLIM_06\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1596594719-GES_DISC\",\"revision-date\":\"2022-04-04T16:10:09.162Z\",\"granule-count\":3522,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Christopher + Kidd\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PRPSMT1SAPHIR_DAY_CLIM_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SAPHIR on MT1 (PRPS) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 x 0.25 degree V06\",\"SeriesName\":\"GPM_3PRPSMT1SAPHIR_DAY_CLIM\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-10-13T00:00:00.000Z\",\"EndingDateTime\":\"2021-12-31T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SAPHIR/MT1/PRPSCLIM/3A-DAY/06\"},\"ShortName\":\"GPM_3PRPSMT1SAPHIR_DAY_CLIM\",\"EntryTitle\":\"GPM + SAPHIR on MT1 (PRPS) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 x 0.25 degree V06 (GPM_3PRPSMT1SAPHIR_DAY_CLIM) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SAPHIR on MT1 (PRPS) Radiometer Precipitation Profiling L3 1 day 0.25 x 0.25 + degree (GPM_3PRPSMT1SAPHIR_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3PRPSMT1SAPHIR_DAY.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PRPSMT1SAPHIR_DAY_CLIM_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/s4pa/GPM_L3/GPM_3PRPSMT1SAPHIR_DAY_CLIM.06/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3PRPSMT1SAPHIR_DAY_CLIM.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3PRPSMT1SAPHIR_DAY_CLIM_06\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/20180203_SAPHIR-ATBD.pdf\",\"Description\":\"The + PRPS Algorithm Theoretical Base Document\",\"Subtype\":\"ALGORITHM THEORETICAL + BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/atbd.html\",\"Description\":\"All + available GPM Algorithm Theoretical Base Documents\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/saphir.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"CLIM\\\" products differ from their \\\"regular\\\" counterparts (without + the \\\"CLIM\\\" in the name) by the ancillary data they use. They are Climate-Reference + products, which requires homogeneous ancillary data over the climate time + series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather + Forecasts, 2-3 months lag behind the regular production) reanalysis is used + as ancillary data to derive surface and atmospheric conditions required by + the GPROF algorithm for the \\\"CLIM\\\" output. \\n\\nThe Precipitation Retrieval + and Profiling Scheme (PRPS)is designed to provide a best estimate of precipitation + based upon matched SAPHIR-DPR observations. This fulfils in part the essence + of GPM (and its predecessor, TRMM) in which the core observatory acts as a + calibrator of precipitation retrievals for the international constellation + of passive microwave instruments. In doing so the retrievals from the partner + constellation sensors are able to provide greater temporal sampling and great + spatial coverage than is possible from the DPR instrument alone. However, + the limitations of the DPR instrument are transferred through the retrieval + scheme to the resulting precipitation products.\\n\\nFundamental to the design + of the PRPS is the independence from any dynamic ancillary data sets: the + retrieval is based solely upon the satellite radiances, a static a priori + radiance-rainrate database (and index), and (static) topographical data. Critically, + the technique is independent of any model information, unlike the retrievals + generated through the Goddard PROFiling (GPROF) scheme: this independence + is advantageous when generating products across time scales from near real-time + (inaccessibility to model data) to climatological scales (circumventing trends + in model data).\\n\\nThe algorithm is designed to generate instantaneous estimates + of precipitation at a constant resolution (regardless of scan position), for + all scan positions and scan lines. In addition to the actual precipitation + estimate, an assessment of the error is made, and a measure of the \u2018fit\u2019 + of the observations to the database provided. A quality flag is also provided, + with any bad data generating a \u2018missing flag\u2019 in the retrieval.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-25T16:40:10.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRIS\",\"LastName\":\"KIDD\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Greenbelt + Road\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20770\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6091\"},{\"Type\":\"Email\",\"Value\":\"chris.kidd@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"MT1\",\"LongName\":\"Megha-Tropiques\",\"Instruments\":[{\"ShortName\":\"SAPHIR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3PRPSMT1SAPHIR_CLIM_06\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1596594717-GES_DISC\",\"revision-date\":\"2022-04-04T16:09:47.737Z\",\"granule-count\":120,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Christopher + Kidd\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PRPSMT1SAPHIR_CLIM_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SAPHIR on MT1 (PRPS) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 x 0.25 degree V06\",\"SeriesName\":\"GPM_3PRPSMT1SAPHIR_CLIM\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2021-12-31T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SAPHIR/MT1/PRPSCLIM/3A-MONTH/06\"},\"ShortName\":\"GPM_3PRPSMT1SAPHIR_CLIM\",\"EntryTitle\":\"GPM + SAPHIR on MT1 (PRPS) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 x 0.25 degree V06 (GPM_3PRPSMT1SAPHIR_CLIM) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SAPHIR on MT1 (PRPS) Radiometer Precipitation Profiling L3 1 month 0.25 x + 0.25 degree (GPM_3PRPSMT1SAPHIR)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3PRPSMT1SAPHIR.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PRPSMT1SAPHIR_CLIM_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/s4pa/GPM_L3/GPM_3PRPSMT1SAPHIR_CLIM.06/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3PRPSMT1SAPHIR_CLIM.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3PRPSMT1SAPHIR_CLIM_06\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/20180203_SAPHIR-ATBD.pdf\",\"Description\":\"The + PRPS Algorithm Theoretical Base Document\",\"Subtype\":\"ALGORITHM THEORETICAL + BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/atbd.html\",\"Description\":\"All + available GPM Algorithm Theoretical Base Documents\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/saphir.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"CLIM\\\" products differ from their \\\"regular\\\" counterparts (without + the \\\"CLIM\\\" in the name) by the ancillary data they use. They are Climate-Reference + products, which requires homogeneous ancillary data over the climate time + series. Hence, the ECMWF-Interim (European Centre for Medium-Range Weather + Forecasts, 2-3 months lag behind the regular production) reanalysis is used + as ancillary data to derive surface and atmospheric conditions required by + the GPROF algorithm for the \\\"CLIM\\\" output. \\n\\n\\nThe Precipitation + Retrieval and Profiling Scheme (PRPS)is designed to provide a best estimate + of precipitation based upon matched SAPHIR-DPR observations. This fulfils + in part the essence of GPM (and its predecessor, TRMM) in which the core observatory + acts as a calibrator of precipitation retrievals for the international constellation + of passive microwave instruments. In doing so the retrievals from the partner + constellation sensors are able to provide greater temporal sampling and great + spatial coverage than is possible from the DPR instrument alone. However, + the limitations of the DPR instrument are transferred through the retrieval + scheme to the resulting precipitation products.\\n\\nFundamental to the design + of the PRPS is the independence from any dynamic ancillary data sets: the + retrieval is based solely upon the satellite radiances, a static a priori + radiance-rainrate database (and index), and (static) topographical data. Critically, + the technique is independent of any model information, unlike the retrievals + generated through the Goddard PROFiling (GPROF) scheme: this independence + is advantageous when generating products across time scales from near real-time + (inaccessibility to model\\ndata) to climatological scales (circumventing + trends in model data).\\n\\nThe algorithm is designed to generate instantaneous + estimates of precipitation at a constant resolution (regardless of scan position), + for all scan positions and scan lines. In addition to the actual precipitation + estimate, an assessment of the error is made, and a measure of the \u2018fit\u2019 + of the observations to the database provided. A quality flag is also provided, + with any bad data generating a \u2018missing flag\u2019 in the retrieval.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-25T16:40:10.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRIS\",\"LastName\":\"KIDD\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Greenbelt + Road\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20770\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6091\"},{\"Type\":\"Email\",\"Value\":\"chris.kidd@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"MT1\",\"LongName\":\"Megha-Tropiques\",\"Instruments\":[{\"ShortName\":\"SAPHIR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2APRPSMT1SAPHIR_06\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1596594714-GES_DISC\",\"revision-date\":\"2023-07-12T13:36:57.999Z\",\"granule-count\":28266,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Christopher + Kidd\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2APRPSMT1SAPHIR_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SAPHIR on MT1 (PRPS) Radiometer Precipitation Profiling L2 1.5 hours 10 km + V06\",\"SeriesName\":\"GPM_2APRPSMT1SAPHIR\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":30,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-30}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-01-31T00:00:00.000Z\",\"EndingDateTime\":\"2022-01-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SAPHIR/MT1/PRPS/2A/06\"},\"ShortName\":\"GPM_2APRPSMT1SAPHIR\",\"EntryTitle\":\"GPM + SAPHIR on MT1 (PRPS) Radiometer Precipitation Profiling L2 1.5 hours 10 km + V06 (GPM_2APRPSMT1SAPHIR) at GES DISC\",\"Quality\":\"The major sources of + systematic errors in these algorithms are the quality of the a-priori database, + and the estimate of the model uncertainties that are needed to construct a + Bayesian algorithm. Some error can also be introduced by the ancillary information + (surface type, surface temperature, and total precipitable water) used to + subset the a-priori database in the algorithm. Because passive microwave signatures + at the pixel level represent primarily integrated quantities, neither the + vertical structure nor the near-surface precipitation from radiometers are + typically as good as their radar counterparts. Solutions are also smoothed + by the Bayesian scheme, leading to fewer extremes relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SAPHIR on MT1 (PRPS) Radiometer Precipitation Profiling L2 1.5 hours 10 km + (GPM_2APRPSMT1SAPHIR)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2APRPSMT1SAPHIR_06.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2APRPSMT1SAPHIR_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2APRPSMT1SAPHIR.06/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2APRPSMT1SAPHIR.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2APRPSMT1SAPHIR_06\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/20180203_SAPHIR-ATBD.pdf\",\"Description\":\"The + PRPS Algorithm Theoretical Base Document\",\"Subtype\":\"ALGORITHM THEORETICAL + BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/atbd.html\",\"Description\":\"All + available GPM Algorithm Theoretical Base Documents\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/GPMfilespec/filespec.GPM.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/saphir.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 6 is the current version of this dataset. Older versions are no longer available + and have been superseded by Version 6.\\n\\nThe Precipitation Retrieval and + Profiling Scheme (PRPS)is designed to provide a best estimate of precipitation + based upon matched SAPHIR-DPR observations. This fulfils in part the essence + of GPM (and its predecessor, TRMM) in which the core observatory acts as a + calibrator of precipitation retrievals for the international constellation + of passive microwave instruments. In doing so the retrievals from the partner + constellation sensors are able to provide greater temporal sampling and great + spatial coverage than is possible from the DPR instrument alone. However, + the limitations of the DPR instrument are transferred through the retrieval + scheme to the resulting precipitation products.\\n\\nFundamental to the design + of the PRPS is the independence from any dynamic ancillary data sets: the + retrieval is based solely upon the satellite radiances, a static a priori + radiance-rainrate database (and index), and (static) topographical data. Critically, + the technique is independent of any model information, unlike the retrievals + generated through the Goddard PROFiling (GPROF) scheme: this independence + is advantageous when generating products across time scales from near real-time + (inaccessibility to model data) to climatological scales (circumventing trends + in model data).\\n\\nThe algorithm is designed to generate instantaneous estimates + of precipitation at a constant resolution (regardless of scan position), for + all scan positions and scan lines. In addition to the actual precipitation + estimate, an assessment of the error is made, and a measure of the \u2018fit\u2019 + of the observations to the database provided. A quality flag is also provided, + with any bad data generating a \u2018missing flag\u2019 in the retrieval. + \ \\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-25T16:50:41.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRIS\",\"LastName\":\"KIDD\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Greenbelt + Road\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20770\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6091\"},{\"Type\":\"Email\",\"Value\":\"chris.kidd@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"MT1\",\"LongName\":\"Megha-Tropiques\",\"Instruments\":[{\"ShortName\":\"SAPHIR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3PRPSMT1SAPHIR_DAY_06\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1596594718-GES_DISC\",\"revision-date\":\"2023-08-04T15:15:43.916Z\",\"granule-count\":2703,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Christopher + Kidd\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PRPSMT1SAPHIR_DAY_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SAPHIR on MT1 (PRPS) Radiometer Precipitation Profiling L3 1 day 0.25 x 0.25 + degree V06\",\"SeriesName\":\"GPM_3PRPSMT1SAPHIR_DAY\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\",\"EndingDateTime\":\"2021-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SAPHIR/MT1/PRPS/3A-DAY/06\"},\"ShortName\":\"GPM_3PRPSMT1SAPHIR_DAY\",\"EntryTitle\":\"GPM + SAPHIR on MT1 (PRPS) Radiometer Precipitation Profiling L3 1 day 0.25 x 0.25 + degree V06 (GPM_3PRPSMT1SAPHIR_DAY) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SAPHIR on MT1 (PRPS) Radiometer Precipitation Profiling L3 1 day 0.25 x 0.25 + degree (GPM_3PRPSMT1SAPHIR_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3PRPSMT1SAPHIR_DAY_06.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PRPSMT1SAPHIR_DAY_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/s4pa/GPM_L3/GPM_3PRPSMT1SAPHIR_DAY.06/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3PRPSMT1SAPHIR_DAY.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3PRPSMT1SAPHIR_DAY_06\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/20180203_SAPHIR-ATBD.pdf\",\"Description\":\"The + PRPS Algorithm Theoretical Base Document\",\"Subtype\":\"ALGORITHM THEORETICAL + BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/atbd.html\",\"Description\":\"All + available GPM Algorithm Theoretical Base Documents\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/saphir.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 6 is the current version of this dataset. Older versions are no longer available + and have been superseded by Version 6.\\n\\nThe Precipitation Retrieval and + Profiling Scheme (PRPS)is designed to provide a best estimate of precipitation + based upon matched SAPHIR-DPR observations. This fulfils in part the essence + of GPM (and its predecessor, TRMM) in which the core observatory acts as a + calibrator of precipitation retrievals for the international constellation + of passive microwave instruments. In doing so the retrievals from the partner + constellation sensors are able to provide greater temporal sampling and great + spatial coverage than is possible from the DPR instrument alone. However, + the limitations of the DPR instrument are transferred through the retrieval + scheme to the resulting precipitation products. \\n\\nFundamental to the + design of the PRPS is the independence from any dynamic ancillary data sets: + the retrieval is based solely upon the satellite radiances, a static a priori + radiance-rainrate database (and index), and (static) topographical data. Critically, + the technique is independent of any model information, unlike the retrievals + generated through the Goddard PROFiling (GPROF) scheme: this independence + is advantageous when generating products across time scales from near real-time + (inaccessibility to model data) to climatological scales (circumventing trends + in model data).\\n\\nThe algorithm is designed to generate instantaneous estimates + of precipitation at a constant resolution (regardless of scan position), for + all scan positions and scan lines. In addition to the actual precipitation + estimate, an assessment of the error is made, and a measure of the \u2018fit\u2019 + of the observations to the database provided. A quality flag is also provided, + with any bad data generating a \u2018missing flag\u2019 in the retrieval.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-25T16:50:41.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRIS\",\"LastName\":\"KIDD\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Greenbelt + Road\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20770\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6091\"},{\"Type\":\"Email\",\"Value\":\"chris.kidd@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"MT1\",\"LongName\":\"Megha-Tropiques\",\"Instruments\":[{\"ShortName\":\"SAPHIR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3PRPSMT1SAPHIR_06\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1596594716-GES_DISC\",\"revision-date\":\"2023-08-04T15:15:05.742Z\",\"granule-count\":92,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Christopher + Kidd\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PRPSMT1SAPHIR_06.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SAPHIR on MT1 (PRPS) Radiometer Precipitation Profiling L3 1 month 0.25 x + 0.25 degree V06\",\"SeriesName\":\"GPM_3PRPSMT1SAPHIR\",\"ReleaseDate\":\"2019-03-20T00:00:00.000Z\",\"Version\":\"06\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\",\"EndingDateTime\":\"2021-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SAPHIR/MT1/PRPS/3A-MONTH/06\"},\"ShortName\":\"GPM_3PRPSMT1SAPHIR\",\"EntryTitle\":\"GPM + SAPHIR on MT1 (PRPS) Radiometer Precipitation Profiling L3 1 month 0.25 x + 0.25 degree V06 (GPM_3PRPSMT1SAPHIR) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SAPHIR on MT1 (PRPS) Radiometer Precipitation Profiling L3 1 month 0.25 x + 0.25 degree (GPM_3PRPSMT1SAPHIR)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3PRPSMT1SAPHIR_06.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3PRPSMT1SAPHIR_06.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/s4pa/GPM_L3/GPM_3PRPSMT1SAPHIR.06/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3PRPSMT1SAPHIR.06/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3PRPSMT1SAPHIR_06\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/20180203_SAPHIR-ATBD.pdf\",\"Description\":\"The + PRPS Algorithm Theoretical Base Document\",\"Subtype\":\"ALGORITHM THEORETICAL + BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/atbd.html\",\"Description\":\"All + available GPM Algorithm Theoretical Base Documents\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/saphir.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 6 is the current version of this dataset. Older versions are no longer available + and have been superseded by Version 6.\\n\\nThe Precipitation Retrieval and + Profiling Scheme (PRPS)is designed to provide a best estimate of precipitation + based upon matched SAPHIR-DPR observations. This fulfils in part the essence + of GPM (and its predecessor, TRMM) in which the core observatory acts as a + calibrator of precipitation retrievals for the international constellation + of passive microwave instruments. In doing so the retrievals from the partner + constellation sensors are able to provide greater temporal sampling and great + spatial coverage than is possible from the DPR instrument alone. However, + the limitations of the DPR instrument are transferred through the retrieval + scheme to the resulting precipitation products.\\n\\nFundamental to the design + of the PRPS is the independence from any dynamic ancillary data sets: the + retrieval is based solely upon the satellite radiances, a static a priori + radiance-rainrate database (and index), and (static) topographical data. Critically, + the technique is independent of any model information, unlike the retrievals + generated through the Goddard PROFiling (GPROF) scheme: this independence + is advantageous when generating products across time scales from near real-time + (inaccessibility to model data) to climatological scales (circumventing trends + in model data).\\n\\nThe algorithm is designed to generate instantaneous estimates + of precipitation at a constant resolution (regardless of scan position), for + all scan positions and scan lines. In addition to the actual precipitation + estimate, an assessment of the error is made, and a measure of the \u2018fit\u2019 + of the observations to the database provided. A quality flag is also provided, + with any bad data generating a \u2018missing flag\u2019 in the retrieval.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-25T16:50:41.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2020-10-31T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"06\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRIS\",\"LastName\":\"KIDD\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Greenbelt + Road\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20770\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6091\"},{\"Type\":\"Email\",\"Value\":\"chris.kidd@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"MT1\",\"LongName\":\"Megha-Tropiques\",\"Instruments\":[{\"ShortName\":\"SAPHIR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CMT1SAPHIR.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CMT1SAPHIR_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133181-GES_DISC\",\"revision-date\":\"2023-07-12T15:00:49.901Z\",\"granule-count\":39262,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM SAPHIR on MT1 Common Calibrated Brightness Temperature + L1C 1.5 hours 10 km V07\",\"SeriesName\":\"GPM_1CMT1SAPHIR\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CMT1SAPHIR_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":30,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-30}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-10-13T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SAPHIR/MT1/1C/07\"},\"ShortName\":\"GPM_1CMT1SAPHIR\",\"EntryTitle\":\"GPM + SAPHIR on MT1 Common Calibrated Brightness Temperature L1C 1.5 hours 10 km + V07 (GPM_1CMT1SAPHIR) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CMT1SAPHIR.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from GPM SAPHIR on MT1 (GPM_1CMT1SAPHIR)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CMT1SAPHIR_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CMT1SAPHIR_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CMT1SAPHIR.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CMT1SAPHIR.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CMT1SAPHIR_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/saphir.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n1CAMSR2 contains common + calibrated brightness temperature from the AMSR2 passive microwave instrument + flown on the GCOMW1 satellite. This products contains 6 swaths. Swath 1 has + channels 10.65V 10.65H. Swath 2 has channels 18.7V 18.7H. Swath 3 has channels + 23.8V 23.8H. Swath 4 has channels 36.5V 36.5H. Swath S5 has 2 high frequency + A-Scan channels (89V 89H). Swath S6 has 2 high frequency B-Scan channels (89V + 89H). Data for all six swaths is observed in the same revolution of the instrument. + High frequency A and high frequency B data are observed in separate feedhorns. + All 1C products have a common L1C data structure, simple and generic. Each + L1C swath includes scan time, latitude and longitude, scan status, quality, + incidence angle, Sun glint angle, and the intercalibrated brightness temperature + (Tc). One or more swaths are included in a product. The radiometer data are + recalibrated to a common basis so that precipitation products derived from + them are consistent.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-05T01:59:46.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"MT1\",\"LongName\":\"Megha-Tropiques\",\"Instruments\":[{\"ShortName\":\"SAPHIR\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF08SSMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133957-GES_DISC\",\"revision-date\":\"2023-03-09T21:08:38.847Z\",\"granule-count\":20956,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF08SSMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSM/I on F08 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km V07\",\"SeriesName\":\"GPM_2AGPROFF08SSMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1987-07-09T00:00:00.000Z\",\"EndingDateTime\":\"1991-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F08/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFF08SSMI_CLIM\",\"EntryTitle\":\"GPM + SSM/I on F08 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km V07 (GPM_2AGPROFF08SSMI_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the orbitly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSM/I on F08 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km (GPM_2AGPROFF08SSMI_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF08SSMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF08SSMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF08SSMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF08SSMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF08SSMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 7 is the current version of the data set. Older versions will no longer be + available and have been superseded by the current version.\\n\\nThe 'CLIM' + \ products differ from their 'regular' counterparts (without the 'CLIM' in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F11, F13, F14, F15); SSMIS (DMSP F16, F17, F18, + F19)\\n+ AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS + (NPP)\\n+ SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage + achieved by GPM. For each sensor, there are nearrealtime (NRT) products, standard + products, and climate products. These differ only in the amount of data that + are available within 3 hours, 48 hours, and 3 months of collection, as well + as the ancillary data used. The NRT product uses GANAL forecast fields. Standard + products use the GANAL analysis product, while the climate product uses ECMWF + reanalysis in order to allow for consistent data records with earlier missions. + These earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F8\",\"LongName\":\"Defense + Meteorological Satellite Program-F8\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF10SSMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133962-GES_DISC\",\"revision-date\":\"2023-03-10T00:58:39.872Z\",\"granule-count\":32913,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF10SSMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSM/I on F10 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km V07\",\"SeriesName\":\"GPM_2AGPROFF10SSMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-12-08T00:00:00.000Z\",\"EndingDateTime\":\"1997-11-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F10/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFF10SSMI_CLIM\",\"EntryTitle\":\"GPM + SSM/I on F10 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km V07 (GPM_2AGPROFF10SSMI_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the orbitly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSM/I on F10 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km (GPM_2AGPROFF10SSMI_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF10SSMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF10SSMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF10SSMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF10SSMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF10SSMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 7 is the current version of the data set. Older versions will no longer be + available and have been superseded by the current version.\\n\\nThe 'CLIM' + \ products differ from their 'regular' counterparts (without the 'CLIM' in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F11, F13, F14, F15); SSMIS (DMSP F16, F17, F18, + F19)\\n+ AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS + (NPP)\\n+ SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage + achieved by GPM. For each sensor, there are nearrealtime (NRT) products, standard + products, and climate products. These differ only in the amount of data that + are available within 3 hours, 48 hours, and 3 months of collection, as well + as the ancillary data used. The NRT product uses GANAL forecast fields. Standard + products use the GANAL analysis product, while the climate product uses ECMWF + reanalysis in order to allow for consistent data records with earlier missions. + These earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F10\",\"LongName\":\"Defense + Meteorological Satellite Program-F10\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF11SSMI_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF11SSMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133965-GES_DISC\",\"revision-date\":\"2024-01-11T18:41:02.522Z\",\"granule-count\":38595,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF11SSMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSM/I on F11 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 13 km V07\",\"SeriesName\":\"GPM_2AGPROFF11SSMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-12-03T00:00:00.000Z\",\"EndingDateTime\":\"2000-05-16T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F11/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFF11SSMI_CLIM\",\"EntryTitle\":\"GPM + SSM/I on F11 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 13 km V07 (GPM_2AGPROFF11SSMI_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the orbitly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF11SSMI_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSM/I on F11 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 13 km (GPM_2AGPROFF11SSMI_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF11SSMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF11SSMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF11SSMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF11SSMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF11SSMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F11, F13, F14, F15); SSMIS (DMSP F16, F17, F18, + F19)\\n+ AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS + (NPP)\\n+ SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage + achieved by GPM. For each sensor, there are nearrealtime (NRT) products, standard + products, and climate products. These differ only in the amount of data that + are available within 3 hours, 48 hours, and 3 months of collection, as well + as the ancillary data used. The NRT product uses GANAL forecast fields. Standard + products use the GANAL analysis product, while the climate product uses ECMWF + reanalysis in order to allow for consistent data records with earlier missions. + These earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F11\",\"LongName\":\"Defense + Meteorological Satellite Program-F11\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF13SSMI_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF13SSMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133990-GES_DISC\",\"revision-date\":\"2024-02-12T14:25:44.557Z\",\"granule-count\":74409,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF13SSMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSM/I on F13 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km V07\",\"SeriesName\":\"GPM_2AGPROFF13SSMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-05-03T00:00:00.000Z\",\"EndingDateTime\":\"2009-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F13/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFF13SSMI_CLIM\",\"EntryTitle\":\"GPM + SSM/I on F13 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km V07 (GPM_2AGPROFF13SSMI_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the orbitly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF13SSMI_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSM/I on F13 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km (GPM_2AGPROFF13SSMI_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF13SSMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF13SSMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF13SSMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF13SSMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF13SSMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F11, F13, F14, F15); SSMIS (DMSP F16, F17, F18, + F19)\\n+ AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS + (NPP)\\n+ SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage + achieved by GPM. For each sensor, there are nearrealtime (NRT) products, standard + products, and climate products. These differ only in the amount of data that + are available within 3 hours, 48 hours, and 3 months of collection, as well + as the ancillary data used. The NRT product uses GANAL forecast fields. Standard + products use the GANAL analysis product, while the climate product uses ECMWF + reanalysis in order to allow for consistent data records with earlier missions. + These earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F13\",\"LongName\":\"Defense + Meteorological Satellite Program-F13\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF14SSMI_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF14SSMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134011-GES_DISC\",\"revision-date\":\"2024-01-12T15:00:04.632Z\",\"granule-count\":58076,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF14SSMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSM/I on F14 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km V07\",\"SeriesName\":\"GPM_2AGPROFF14SSMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-05-07T00:00:00.000Z\",\"EndingDateTime\":\"2008-08-24T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F14/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFF14SSMI_CLIM\",\"EntryTitle\":\"GPM + SSM/I on F14 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km V07 (GPM_2AGPROFF14SSMI_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the orbitly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF14SSMI_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSM/I on F14 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km (GPM_2AGPROFF14SSMI_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF14SSMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF14SSMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF14SSMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF14SSMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF14SSMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F11, F13, F14, F15); SSMIS (DMSP F16, F17, F18, + F19)\\n+ AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS + (NPP)\\n+ SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage + achieved by GPM. For each sensor, there are nearrealtime (NRT) products, standard + products, and climate products. These differ only in the amount of data that + are available within 3 hours, 48 hours, and 3 months of collection, as well + as the ancillary data used. The NRT product uses GANAL forecast fields. Standard + products use the GANAL analysis product, while the climate product uses ECMWF + reanalysis in order to allow for consistent data records with earlier missions. + These earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F14\",\"LongName\":\"Defense + Meteorological Satellite Program-F14\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF15SSMI_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF15SSMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134016-GES_DISC\",\"revision-date\":\"2024-01-12T14:48:56.749Z\",\"granule-count\":31608,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF15SSMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSM/I on F15 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km V07\",\"SeriesName\":\"GPM_2AGPROFF15SSMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-02-23T00:00:00.000Z\",\"EndingDateTime\":\"2006-08-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F15/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFF15SSMI_CLIM\",\"EntryTitle\":\"GPM + SSM/I on F15 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km V07 (GPM_2AGPROFF15SSMI_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the orbitly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF15SSMI_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSM/I on F15 (GPROF) Climate-based Radiometer Precipitation Profiling L2 1.5 + hours 12 km (GPM_2AGPROFF15SSMI_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF15SSMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF15SSMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF15SSMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF15SSMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF15SSMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F11, F13, F14, F15); SSMIS (DMSP F16, F17, F18, + F19)\\n+ AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS + (NPP)\\n+ SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage + achieved by GPM. For each sensor, there are nearrealtime (NRT) products, standard + products, and climate products. These differ only in the amount of data that + are available within 3 hours, 48 hours, and 3 months of collection, as well + as the ancillary data used. The NRT product uses GANAL forecast fields. Standard + products use the GANAL analysis product, while the climate product uses ECMWF + reanalysis in order to allow for consistent data records with earlier missions. + These earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F15\",\"LongName\":\"Defense + Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF08SSMI_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135026-GES_DISC\",\"revision-date\":\"2022-08-23T06:16:10.852Z\",\"granule-count\":1568,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF08SSMI_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMI on F08 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF08SSMI_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1987-07-09T00:00:00.000Z\",\"EndingDateTime\":\"1991-12-31T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F08/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF08SSMI_DAY_CLIM\",\"EntryTitle\":\"GPM + SSMI on F08 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF08SSMI_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSMI on F08 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree (GPM_3GPROFF08SSMI_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF08SSMI_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF08SSMI_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF08SSMI_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF08SSMI_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF08SSMI_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/ATBD_GPM_V5B_April15_2018.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 7 is the current version of the data set. Older versions will no longer be + available and have been superseded by the current version. \\n\\nThe \\\"CLIM\\\" + \ products differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" + in the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F8\",\"LongName\":\"Defense + Meteorological Satellite Program-F8\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF08SSMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135006-GES_DISC\",\"revision-date\":\"2022-08-23T06:16:06.758Z\",\"granule-count\":54,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF08SSMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMI on F08 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF08SSMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1987-07-01T00:00:00.000Z\",\"EndingDateTime\":\"1991-12-31T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F08/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF08SSMI_CLIM\",\"EntryTitle\":\"GPM + SSMI on F08 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07 (GPM_3GPROFF08SSMI_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSMI on F08 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree (GPM_3GPROFF08SSMI_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF08SSMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF08SSMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF08SSMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF08SSMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF08SSMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/ATBD_GPM_V5B_April15_2018.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 7 is the current version of the data set. Older versions will no longer be + available and have been superseded by the current version. \\n\\nThe \\\"CLIM\\\" + \ products differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" + in the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F8\",\"LongName\":\"Defense + Meteorological Satellite Program-F8\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF08SSMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CF08SSMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132714-GES_DISC\",\"revision-date\":\"2023-07-12T15:27:23.311Z\",\"granule-count\":21030,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM SSMI on F08 Common Calibrated Brightness Temperatures + L1C 1.5 hours 13 km V07\",\"SeriesName\":\"GPM_1CF08SSMI\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF08SSMI_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1987-07-09T00:00:00.000Z\",\"EndingDateTime\":\"1991-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F08/1C/07\"},\"ShortName\":\"GPM_1CF08SSMI\",\"EntryTitle\":\"GPM + SSMI on F08 Common Calibrated Brightness Temperatures L1C 1.5 hours 13 km + V07 (GPM_1CF08SSMI) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF08SSMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from F08 SSMI \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CF08SSMI.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF08SSMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CF08SSMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CF08SSMI_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"All + 1C products have a common L1C data structure, simple and generic. Each L1C + swath includes scan time, latitude and longitude, scan status, quality, incidence + angle, Sun glint angle, and the intercalibrated brightness temperature (Tc). + One or more swaths are included in a product. The radiometer data are recalibrated + to a common basis so that precipitation products derived from them are consistent. + 1CSSMIS contains common calibrated brightness temperature from the SSMIS passive + microwave instruments flown on the DMSP satellites. Swath S1 has 3 low frequency + channels (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath + S3 has 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has + 2 high frequency channels (91V 91H). All the above frequencies are in GHz. + Earth observations for all four swaths are taken during a 144o segment of + the instrument rotation when SSMIS scans in the direction of foreward satellite + motion. We define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F8\",\"LongName\":\"Defense + Meteorological Satellite Program-F8\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF10SSMI_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135079-GES_DISC\",\"revision-date\":\"2022-08-23T06:16:19.079Z\",\"granule-count\":2457,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF10SSMI_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMI on F10 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF10SSMI_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-12-08T00:00:00.000Z\",\"EndingDateTime\":\"1997-11-14T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F10/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF10SSMI_DAY_CLIM\",\"EntryTitle\":\"GPM + SSMI on F10 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF10SSMI_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSMI on F10 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree (GPM_3GPROFF10SSMI_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF10SSMI_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF10SSMI_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF10SSMI_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF10SSMI_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF10SSMI_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/ATBD_GPM_V5B_April15_2018.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 7 is the current version of the data set. Older versions will no longer be + available and have been superseded by the current version. \\n\\nThe \\\"CLIM\\\" + \ products differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" + in the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F10\",\"LongName\":\"Defense + Meteorological Satellite Program-F10\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF10SSMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135047-GES_DISC\",\"revision-date\":\"2022-08-23T06:16:14.918Z\",\"granule-count\":84,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF10SSMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMI on F10 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF10SSMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-12-01T00:00:00.000Z\",\"EndingDateTime\":\"1997-11-30T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F10/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF10SSMI_CLIM\",\"EntryTitle\":\"GPM + SSMI on F10 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07 (GPM_3GPROFF10SSMI_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSMI on F10 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree (GPM_3GPROFF10SSMI_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF10SSMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF10SSMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF10SSMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF10SSMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF10SSMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/ATBD_GPM_V5B_April15_2018.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 7 is the current version of the data set. Older versions will no longer be + available and have been superseded by the current version. \\n\\nThe \\\"CLIM\\\" + \ products differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" + in the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F10\",\"LongName\":\"Defense + Meteorological Satellite Program-F10\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF10SSMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CF10SSMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132748-GES_DISC\",\"revision-date\":\"2023-07-12T15:26:51.044Z\",\"granule-count\":32973,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM SSMI on F10 Common Calibrated Brightness Temperatures + L1C 1.5 hours 13 km V07\",\"SeriesName\":\"GPM_1CF10SSMI\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF10SSMI_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-12-08T00:00:00.000Z\",\"EndingDateTime\":\"1997-11-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F10/1C/07\"},\"ShortName\":\"GPM_1CF10SSMI\",\"EntryTitle\":\"GPM + SSMI on F10 Common Calibrated Brightness Temperatures L1C 1.5 hours 13 km + V07 (GPM_1CF10SSMI) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF10SSMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from F10 SSMI \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CF10SSMI.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF10SSMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CF10SSMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CF10SSMI_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"All + 1C products have a common L1C data structure, simple and generic. Each L1C + swath includes scan time, latitude and longitude, scan status, quality, incidence + angle, Sun glint angle, and the intercalibrated brightness temperature (Tc). + One or more swaths are included in a product. The radiometer data are recalibrated + to a common basis so that precipitation products derived from them are consistent. + 1CSSMIS contains common calibrated brightness temperature from the SSMIS passive + microwave instruments flown on the DMSP satellites. Swath S1 has 3 low frequency + channels (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath + S3 has 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has + 2 high frequency channels (91V 91H). All the above frequencies are in GHz. + Earth observations for all four swaths are taken during a 144o segment of + the instrument rotation when SSMIS scans in the direction of foreward satellite + motion. We define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F10\",\"LongName\":\"Defense + Meteorological Satellite Program-F10\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF11SSMI_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135158-GES_DISC\",\"revision-date\":\"2023-08-04T14:36:06.137Z\",\"granule-count\":3002,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF11SSMI_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMI on F11 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF11SSMI_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-12-03T00:00:00.000Z\",\"EndingDateTime\":\"2000-05-16T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F11/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF11SSMI_DAY_CLIM\",\"EntryTitle\":\"GPM + SSMI on F11 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF11SSMI_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSMI on F11 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree (GPM_3GPROFF11SSMI_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF11SSMI_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF11SSMI_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF11SSMI_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF11SSMI_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF11SSMI_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F11\",\"LongName\":\"Defense + Meteorological Satellite Program-F11\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF11SSMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135111-GES_DISC\",\"revision-date\":\"2023-08-04T14:35:20.704Z\",\"granule-count\":102,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF11SSMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMI on F11 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF11SSMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-12-01T00:00:00.000Z\",\"EndingDateTime\":\"2000-05-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F11/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF11SSMI_CLIM\",\"EntryTitle\":\"GPM + SSMI on F11 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07 (GPM_3GPROFF11SSMI_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSMI on F11 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree (GPM_3GPROFF11SSMI_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF11SSMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF11SSMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF11SSMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF11SSMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF11SSMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F11\",\"LongName\":\"Defense + Meteorological Satellite Program-F11\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF11SSMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CF11SSMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132779-GES_DISC\",\"revision-date\":\"2023-07-12T15:26:21.632Z\",\"granule-count\":38800,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM SSMI on F11 Common Calibrated Brightness Temperatures + L1C 1.5 hours 13 km V07\",\"SeriesName\":\"GPM_1CF11SSMI\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF11SSMI_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-12-03T00:00:00.000Z\",\"EndingDateTime\":\"2000-05-16T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F11/1C/07\"},\"ShortName\":\"GPM_1CF11SSMI\",\"EntryTitle\":\"GPM + SSMI on F11 Common Calibrated Brightness Temperatures L1C 1.5 hours 13 km + V07 (GPM_1CF11SSMI) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF11SSMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from F11 SSMI \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CF11SSMI.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF11SSMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CF11SSMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CF11SSMI_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"All + 1C products have a common L1C data structure, simple and generic. Each L1C + swath includes scan time, latitude and longitude, scan status, quality, incidence + angle, Sun glint angle, and the intercalibrated brightness temperature (Tc). + One or more swaths are included in a product. The radiometer data are recalibrated + to a common basis so that precipitation products derived from them are consistent. + 1CSSMIS contains common calibrated brightness temperature from the SSMIS passive + microwave instruments flown on the DMSP satellites. Swath S1 has 3 low frequency + channels (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath + S3 has 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has + 2 high frequency channels (91V 91H). All the above frequencies are in GHz. + Earth observations for all four swaths are taken during a 144o segment of + the instrument rotation when SSMIS scans in the direction of foreward satellite + motion. We define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F11\",\"LongName\":\"Defense + Meteorological Satellite Program-F11\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF13SSMI_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135209-GES_DISC\",\"revision-date\":\"2023-08-04T14:37:02.027Z\",\"granule-count\":5313,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF13SSMI_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMI on F13 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF13SSMI_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2009-11-19T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F13/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF13SSMI_DAY_CLIM\",\"EntryTitle\":\"GPM + SSMI on F13 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF13SSMI_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSMI on F13 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree (GPM_3GPROFF13SSMI_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF13SSMI_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF13SSMI_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF13SSMI_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF13SSMI_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF13SSMI_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F13\",\"LongName\":\"Defense + Meteorological Satellite Program-F13\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF13SSMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135190-GES_DISC\",\"revision-date\":\"2023-08-04T14:36:37.562Z\",\"granule-count\":175,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF13SSMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMI on F13 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF13SSMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2009-11-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F13/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF13SSMI_CLIM\",\"EntryTitle\":\"GPM + SSMI on F13 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07 (GPM_3GPROFF13SSMI_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSMI on F13 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree (GPM_3GPROFF13SSMI_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF13SSMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF13SSMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF13SSMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF13SSMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF13SSMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F13\",\"LongName\":\"Defense + Meteorological Satellite Program-F13\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF13SSMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CF13SSMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132810-GES_DISC\",\"revision-date\":\"2023-07-12T15:25:52.094Z\",\"granule-count\":74454,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM SSMI on F13 Common Calibrated Brightness Temperatures + L1C 1.5 hours 13 km V07\",\"SeriesName\":\"GPM_1CF13SSMI\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF13SSMI_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-05-03T00:00:00.000Z\",\"EndingDateTime\":\"2009-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F13/1C/07\"},\"ShortName\":\"GPM_1CF13SSMI\",\"EntryTitle\":\"GPM + SSMI on F13 Common Calibrated Brightness Temperatures L1C 1.5 hours 13 km + V07 (GPM_1CF13SSMI) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF13SSMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from F13 SSMI \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CF13SSMI.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF13SSMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CF13SSMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CF13SSMI_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"All + 1C products have a common L1C data structure, simple and generic. Each L1C + swath includes scan time, latitude and longitude, scan status, quality, incidence + angle, Sun glint angle, and the intercalibrated brightness temperature (Tc). + One or more swaths are included in a product. The radiometer data are recalibrated + to a common basis so that precipitation products derived from them are consistent. + 1CSSMIS contains common calibrated brightness temperature from the SSMIS passive + microwave instruments flown on the DMSP satellites. Swath S1 has 3 low frequency + channels (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath + S3 has 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has + 2 high frequency channels (91V 91H). All the above frequencies are in GHz. + Earth observations for all four swaths are taken during a 144o segment of + the instrument rotation when SSMIS scans in the direction of foreward satellite + motion. We define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F13\",\"LongName\":\"Defense + Meteorological Satellite Program-F13\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF14SSMI_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135246-GES_DISC\",\"revision-date\":\"2023-08-04T14:37:44.834Z\",\"granule-count\":4126,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF14SSMI_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMI on F14 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF14SSMI_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2008-08-23T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F14/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF14SSMI_DAY_CLIM\",\"EntryTitle\":\"GPM + SSMI on F14 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF14SSMI_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSMI on F14 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree (GPM_3GPROFF14SSMI_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF14SSMI_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF14SSMI_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF14SSMI_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF14SSMI_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF14SSMI_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F14\",\"LongName\":\"Defense + Meteorological Satellite Program-F14\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF14SSMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135224-GES_DISC\",\"revision-date\":\"2023-08-04T14:37:23.425Z\",\"granule-count\":136,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF14SSMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMI on F14 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF14SSMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2008-08-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F14/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF14SSMI_CLIM\",\"EntryTitle\":\"GPM + SSMI on F14 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07 (GPM_3GPROFF14SSMI_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSMI on F14 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree (GPM_3GPROFF14SSMI_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF14SSMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF14SSMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF14SSMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF14SSMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF14SSMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F14\",\"LongName\":\"Defense + Meteorological Satellite Program-F14\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF14SSMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CF14SSMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132837-GES_DISC\",\"revision-date\":\"2023-07-12T15:25:24.984Z\",\"granule-count\":58084,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM SSMI on F14 Common Calibrated Brightness Temperatures + L1C 1.5 hours 13 km V07\",\"SeriesName\":\"GPM_1CF14SSMI\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF14SSMI_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-05-07T00:00:00.000Z\",\"EndingDateTime\":\"2008-08-24T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F14/1C/07\"},\"ShortName\":\"GPM_1CF14SSMI\",\"EntryTitle\":\"GPM + SSMI on F14 Common Calibrated Brightness Temperatures L1C 1.5 hours 13 km + V07 (GPM_1CF14SSMI) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF14SSMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from F14 SSMI \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CF14SSMI.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF14SSMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CF14SSMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CF14SSMI_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"All + 1C products have a common L1C data structure, simple and generic. Each L1C + swath includes scan time, latitude and longitude, scan status, quality, incidence + angle, Sun glint angle, and the intercalibrated brightness temperature (Tc). + One or more swaths are included in a product. The radiometer data are recalibrated + to a common basis so that precipitation products derived from them are consistent. + 1CSSMIS contains common calibrated brightness temperature from the SSMIS passive + microwave instruments flown on the DMSP satellites. Swath S1 has 3 low frequency + channels (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath + S3 has 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has + 2 high frequency channels (91V 91H). All the above frequencies are in GHz. + Earth observations for all four swaths are taken during a 144o segment of + the instrument rotation when SSMIS scans in the direction of foreward satellite + motion. We define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-2/F14\",\"LongName\":\"Defense + Meteorological Satellite Program-F14\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF15SSMI_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135294-GES_DISC\",\"revision-date\":\"2023-08-04T14:38:38.182Z\",\"granule-count\":2244,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF15SSMI_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMI on F15 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF15SSMI_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-02-23T00:00:00.000Z\",\"EndingDateTime\":\"2006-08-13T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F15/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF15SSMI_DAY_CLIM\",\"EntryTitle\":\"GPM + SSMI on F15 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF15SSMI_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSMI on F15 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree (GPM_3GPROFF15SSMI_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF15SSMI_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF15SSMI_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF15SSMI_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF15SSMI_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF15SSMI_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F15\",\"LongName\":\"Defense + Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF15SSMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135273-GES_DISC\",\"revision-date\":\"2023-08-04T14:38:13.545Z\",\"granule-count\":77,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF15SSMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMI on F15 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF15SSMI_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-02-01T00:00:00.000Z\",\"EndingDateTime\":\"2006-08-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F15/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF15SSMI_CLIM\",\"EntryTitle\":\"GPM + SSMI on F15 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07 (GPM_3GPROFF15SSMI_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"GPM + SSMI on F15 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree (GPM_3GPROFF15SSMI_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF15SSMI_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF15SSMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF15SSMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF15SSMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF15SSMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F15\",\"LongName\":\"Defense + Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF15SSMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CF15SSMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132856-GES_DISC\",\"revision-date\":\"2023-07-12T15:23:47.214Z\",\"granule-count\":31610,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM SSMI on F15 Common Calibrated Brightness Temperatures + L1C 1.5 hours 13 km V07\",\"SeriesName\":\"GPM_1CF15SSMI\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF15SSMI_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-02-23T00:00:00.000Z\",\"EndingDateTime\":\"2006-08-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMI/F15/1C/07\"},\"ShortName\":\"GPM_1CF15SSMI\",\"EntryTitle\":\"GPM + SSMI on F15 Common Calibrated Brightness Temperatures L1C 1.5 hours 13 km + V07 (GPM_1CF15SSMI) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF15SSMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from F15 SSMI \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CF15SSMI.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF15SSMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CF15SSMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CF15SSMI_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.wmo-sat.info/oscar/instruments/view/533\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"All + 1C products have a common L1C data structure, simple and generic. Each L1C + swath includes scan time, latitude and longitude, scan status, quality, incidence + angle, Sun glint angle, and the intercalibrated brightness temperature (Tc). + One or more swaths are included in a product. The radiometer data are recalibrated + to a common basis so that precipitation products derived from them are consistent. + 1CSSMIS contains common calibrated brightness temperature from the SSMIS passive + microwave instruments flown on the DMSP satellites. Swath S1 has 3 low frequency + channels (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath + S3 has 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has + 2 high frequency channels (91V 91H). All the above frequencies are in GHz. + Earth observations for all four swaths are taken during a 144o segment of + the instrument rotation when SSMIS scans in the direction of foreward satellite + motion. We define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F15\",\"LongName\":\"Defense + Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF16SSMIS_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF16SSMIS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134019-GES_DISC\",\"revision-date\":\"2024-01-12T15:48:32.241Z\",\"granule-count\":91510,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF16SSMIS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F16 (GPROF) Climate-based Radiometer Precipitation Profiling 1.5 + hours 12 km V07\",\"SeriesName\":\"GPM_2AGPROFF16SSMIS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-11-20T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F16/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFF16SSMIS_CLIM\",\"EntryTitle\":\"GPM + SSMIS on F16 (GPROF) Climate-based Radiometer Precipitation Profiling 1.5 + hours 12 km V07 (GPM_2AGPROFF16SSMIS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the orbitly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF16SSMIS_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM SSMIS on F16 GPROF (12 km x 12 km) (GPM_2AGPROFF16SSMIS_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF16SSMIS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF16SSMIS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF16SSMIS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF16SSMIS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF16SSMIS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ AMSR2 + (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ SAPHIR + (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by GPM. + For each sensor, there are nearrealtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F16\",\"LongName\":\"Defense + Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF16SSMIS_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135339-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:07.407Z\",\"granule-count\":6508,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF16SSMIS_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F16 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF16SSMIS_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-11-20T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F16/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF16SSMIS_DAY_CLIM\",\"EntryTitle\":\"GPM + SSMIS on F16 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF16SSMIS_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM SSMIS on F16 GPROF (25 km x 25 km) (GPM_3GPROFF16SSMIS_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF16SSMIS_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF16SSMIS_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF16SSMIS_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF16SSMIS_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF16SSMIS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F16\",\"LongName\":\"Defense + Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF16SSMIS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135319-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:08.316Z\",\"granule-count\":214,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF16SSMIS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F16 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF16SSMIS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-11-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F16/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF16SSMIS_CLIM\",\"EntryTitle\":\"GPM + SSMIS on F16 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07 (GPM_3GPROFF16SSMIS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM SSMIS on F16 GPROF (25 km x 25 km) (GPM_3GPROFF16SSMIS_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF16SSMIS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF16SSMIS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF16SSMIS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF16SSMIS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF16SSMIS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F16\",\"LongName\":\"Defense + Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF16SSMIS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF16SSMIS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133638-GES_DISC\",\"revision-date\":\"2024-01-12T15:11:12.730Z\",\"granule-count\":9746,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF16SSMIS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F16 (GPROF) Radiometer Precipitation Profiling L2 1.5 hours 12 km + V07\",\"SeriesName\":\"GPM_2AGPROFF16SSMIS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-01-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F16/GPROF/2A/07\"},\"ShortName\":\"GPM_2AGPROFF16SSMIS\",\"EntryTitle\":\"GPM + SSMIS on F16 (GPROF) Radiometer Precipitation Profiling L2 1.5 hours 12 km + V07 (GPM_2AGPROFF16SSMIS) at GES DISC\",\"Quality\":\"The primary limitation + of the 3GPROF product is the reliance on a single sensor for each output file, + thus limiting the available sampling to two times a day or less, except at + high latitudes. In addition, with the exception of the GMI, TMI, and SAPHIR + sensors, all of the other sensors are in Sun-synchronous orbits, meaning that + they observe a given point on the Earth's surface at the same local times + each day. Over land regions in particular, this can lead to large sampling + errors associated with the diurnal cycle. Errors due to the limited sampling + and differences in the sampling times between Sun-synchronous satellites (e.g., + F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, and GCOM-W1) can lead + to significant differences in the orbitly mean values between satellites/sensors. + The sampling errors are largest over land regions with large diurnal cycles + in precipitation. Other sources of error that can significantly impact the + 3GPROF products include difficulties over certain surface types such as sea + ice, snow, frozen ground, and deserts, and limited sensitivity of the sounder + instruments (in particular to light precipitation and/or shallow warm rain + systems). The sounders include the ATMS, MHS, and SAPHIR sensors, which do + not have channels with sensitivity to the surface and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF16SSMIS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from F16 GPROF (GPM_2AGPROFF16SSMIS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF16SSMIS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF16SSMIS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF16SSMIS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF16SSMIS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF16SSMIS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 2AGPROF (Goddard + Profiling) algorithm retrieves consistent precipitation and related science + fields from the following GMI and partner passive microwave sensors:\\n+ TMI + (TRMM)\\n+ GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ + AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ + SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by + GPM. For each sensor, there are nearrealtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F16\",\"LongName\":\"Defense + Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF16SSMIS_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134526-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:08.333Z\",\"granule-count\":695,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF16SSMIS_DAY_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F16 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF16SSMIS_DAY\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F16/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF16SSMIS_DAY\",\"EntryTitle\":\"GPM + SSMIS on F16 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07 (GPM_3GPROFF16SSMIS_DAY) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from F16 GPROF (25 km x 25 km) (GPM_3GPROFF16SSMIS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF16SSMIS_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF16SSMIS_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF16SSMIS_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF16SSMIS_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF16SSMIS_DAY_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F16\",\"LongName\":\"Defense + Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF16SSMIS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134492-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:08.225Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF16SSMIS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F16 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF16SSMIS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F16/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF16SSMIS\",\"EntryTitle\":\"GPM + SSMIS on F16 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree + x 0.25 degree V07 (GPM_3GPROFF16SSMIS) at GES DISC\",\"Quality\":\"The primary + limitation of the 3GPROF product is the reliance on a single sensor for each + output file, thus limiting the available sampling to two times a day or less, + except at high latitudes. In addition, with the exception of the GMI, TMI, + and SAPHIR sensors, all of the other sensors are in Sun-synchronous orbits, + meaning that they observe a given point on the Earth's surface at the same + local times each day. Over land regions in particular, this can lead to large + sampling errors associated with the diurnal cycle. Errors due to the limited + sampling and differences in the sampling times between Sun-synchronous satellites + (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, and GCOM-W1) + can lead to significant differences in the monthly mean values between satellites/sensors. + The sampling errors are largest over land regions with large diurnal cycles + in precipitation. Other sources of error that can significantly impact the + 3GPROF products include difficulties over certain surface types such as sea + ice, snow, frozen ground, and deserts, and limited sensitivity of the sounder + instruments (in particular to light precipitation and/or shallow warm rain + systems). The sounders include the ATMS, MHS, and SAPHIR sensors, which do + not have channels with sensitivity to the surface and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from F16 GPROF (25 km x 25 km) (GPM_3GPROFF16SSMIS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF16SSMIS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF16SSMIS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF16SSMIS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF16SSMIS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF16SSMIS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F16\",\"LongName\":\"Defense + Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF16SSMIS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CF16SSMIS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132881-GES_DISC\",\"revision-date\":\"2023-07-12T15:23:05.908Z\",\"granule-count\":94175,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM SSMIS on F16 Common Calibrated Brightness Temperatures + L1C 1.5 hours 12 km V07\",\"SeriesName\":\"GPM_1CF16SSMIS\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF16SSMIS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-11-20T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F16/1C/07\"},\"ShortName\":\"GPM_1CF16SSMIS\",\"EntryTitle\":\"GPM + SSMIS on F16 Common Calibrated Brightness Temperatures L1C 1.5 hours 12 km + V07 (GPM_1CF16SSMIS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF16SSMIS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from F16 SSMIS (GPM_1CF16SSMIS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CF16SSMIS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF16SSMIS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CF16SSMIS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CF16SSMIS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CF16SSMIS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nAll 1C products have + a common L1C data structure, simple and generic. Each L1C swath includes scan + time, latitude and longitude, scan status, quality, incidence angle, Sun glint + angle, and the intercalibrated brightness temperature (Tc). One or more swaths + are included in a product. The radiometer data are recalibrated to a common + basis so that precipitation products derived from them are consistent. 1CSSMIS + contains common calibrated brightness temperature from the SSMIS passive microwave + instruments flown on the DMSP satellites. Swath S1 has 3 low frequency channels + (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath S3 has + 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has 2 high + frequency channels (91V 91H). All the above frequencies are in GHz. Earth + observations for all four swaths are taken during a 144o segment of the instrument + rotation when SSMIS scans in the direction of foreward satellite motion. We + define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F16\",\"LongName\":\"Defense + Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF17SSMIS_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF17SSMIS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134035-GES_DISC\",\"revision-date\":\"2024-01-10T21:37:41.400Z\",\"granule-count\":81374,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF17SSMIS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F17 (GPROF) Climate-based Radiometer Precipitation Profiling 1.5 + hours 12 km V07\",\"SeriesName\":\"GPM_2AGPROFF17SSMIS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-03-19T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F17/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFF17SSMIS_CLIM\",\"EntryTitle\":\"GPM + SSMIS on F17 (GPROF) Climate-based Radiometer Precipitation Profiling 1.5 + hours 12 km V07 (GPM_2AGPROFF17SSMIS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the orbitly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF17SSMIS_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM SSMIS on F17 GPROF (12 km x 12 km) (GPM_2AGPROFF17SSMIS_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF17SSMIS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF17SSMIS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF17SSMIS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF17SSMIS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF17SSMIS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ AMSR2 + (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ SAPHIR + (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by GPM. + For each sensor, there are nearrealtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F17\",\"LongName\":\"Defense + Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF17SSMIS_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135388-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:08.467Z\",\"granule-count\":5787,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF17SSMIS_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F17 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF17SSMIS_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-03-19T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F17/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF17SSMIS_DAY_CLIM\",\"EntryTitle\":\"GPM + SSMIS on F17 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF17SSMIS_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F17, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM SSMIS on F17 GPROF (25 km x 25 km) (GPM_3GPROFF17SSMIS_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF17SSMIS_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF17SSMIS_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF17SSMIS_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF17SSMIS_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF17SSMIS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F17\",\"LongName\":\"Defense + Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF17SSMIS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135360-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:08.743Z\",\"granule-count\":190,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF17SSMIS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F17 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF17SSMIS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-03-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F17/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF17SSMIS_CLIM\",\"EntryTitle\":\"GPM + SSMIS on F17 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07 (GPM_3GPROFF17SSMIS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F17, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM SSMIS on F17 GPROF (25 km x 25 km) (GPM_3GPROFF17SSMIS_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF17SSMIS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF17SSMIS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF17SSMIS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF17SSMIS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF17SSMIS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F17\",\"LongName\":\"Defense + Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF17SSMIS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF17SSMIS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133661-GES_DISC\",\"revision-date\":\"2024-02-12T16:47:48.540Z\",\"granule-count\":9809,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF17SSMIS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F17 (GPROF) Radiometer Precipitation Profiling L2 1.5 hours 12 km + V07\",\"SeriesName\":\"GPM_2AGPROFF17SSMIS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-01-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F17/GPROF/2A/07\"},\"ShortName\":\"GPM_2AGPROFF17SSMIS\",\"EntryTitle\":\"GPM + SSMIS on F17 (GPROF) Radiometer Precipitation Profiling L2 1.5 hours 12 km + V07 (GPM_2AGPROFF17SSMIS) at GES DISC\",\"Quality\":\"The primary limitation + of the 3GPROF product is the reliance on a single sensor for each output file, + thus limiting the available sampling to two times a day or less, except at + high latitudes. In addition, with the exception of the GMI, TMI, and SAPHIR + sensors, all of the other sensors are in Sun-synchronous orbits, meaning that + they observe a given point on the Earth's surface at the same local times + each day. Over land regions in particular, this can lead to large sampling + errors associated with the diurnal cycle. Errors due to the limited sampling + and differences in the sampling times between Sun-synchronous satellites (e.g., + F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, and GCOM-W1) can lead + to significant differences in the orbitly mean values between satellites/sensors. + The sampling errors are largest over land regions with large diurnal cycles + in precipitation. Other sources of error that can significantly impact the + 3GPROF products include difficulties over certain surface types such as sea + ice, snow, frozen ground, and deserts, and limited sensitivity of the sounder + instruments (in particular to light precipitation and/or shallow warm rain + systems). The sounders include the ATMS, MHS, and SAPHIR sensors, which do + not have channels with sensitivity to the surface and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF17SSMIS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from F17 GPROF (GPM_2AGPROFF17SSMIS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF17SSMIS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF17SSMIS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF17SSMIS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF17SSMIS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF17SSMIS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 2AGPROF (Goddard + Profiling) algorithm retrieves consistent precipitation and related science + fields from the following GMI and partner passive microwave sensors:\\n+ TMI + (TRMM)\\n+ GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ + AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ + SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by + GPM. For each sensor, there are nearrealtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F17\",\"LongName\":\"Defense + Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF17SSMIS_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134565-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:08.983Z\",\"granule-count\":696,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF17SSMIS_DAY_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F17 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF17SSMIS_DAY\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F17/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF17SSMIS_DAY\",\"EntryTitle\":\"GPM + SSMIS on F17 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07 (GPM_3GPROFF17SSMIS_DAY) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F17, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation Rate from F17 GPROF (25 km x 25 km) (GPM_3GPROFF17SSMIS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF17SSMIS_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF17SSMIS_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF17SSMIS_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF17SSMIS_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF17SSMIS_DAY_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F17\",\"LongName\":\"Defense + Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF17SSMIS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134547-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:09.407Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF17SSMIS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F17 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF17SSMIS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F17/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF17SSMIS\",\"EntryTitle\":\"GPM + SSMIS on F17 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree + x 0.25 degree V07 (GPM_3GPROFF17SSMIS) at GES DISC\",\"Quality\":\"The primary + limitation of the 3GPROF product is the reliance on a single sensor for each + output file, thus limiting the available sampling to two times a day or less, + except at high latitudes. In addition, with the exception of the GMI, TMI, + and SAPHIR sensors, all of the other sensors are in Sun-synchronous orbits, + meaning that they observe a given point on the Earth's surface at the same + local times each day. Over land regions in particular, this can lead to large + sampling errors associated with the diurnal cycle. Errors due to the limited + sampling and differences in the sampling times between Sun-synchronous satellites + (e.g., F17, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, and GCOM-W1) + can lead to significant differences in the monthly mean values between satellites/sensors. + The sampling errors are largest over land regions with large diurnal cycles + in precipitation. Other sources of error that can significantly impact the + 3GPROF products include difficulties over certain surface types such as sea + ice, snow, frozen ground, and deserts, and limited sensitivity of the sounder + instruments (in particular to light precipitation and/or shallow warm rain + systems). The sounders include the ATMS, MHS, and SAPHIR sensors, which do + not have channels with sensitivity to the surface and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation Rate from F17 GPROF (25 km x 25 km) (GPM_3GPROFF17SSMIS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF17SSMIS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF17SSMIS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF17SSMIS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF17SSMIS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF17SSMIS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F17\",\"LongName\":\"Defense + Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF17SSMIS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CF17SSMIS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132902-GES_DISC\",\"revision-date\":\"2023-07-12T15:22:32.414Z\",\"granule-count\":82214,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM SSMIS on F17 Common Calibrated Brightness Temperatures + L1C 1.5 hours 12 km V07\",\"SeriesName\":\"GPM_1CF17SSMIS\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF17SSMIS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-03-19T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F17/1C/07\"},\"ShortName\":\"GPM_1CF17SSMIS\",\"EntryTitle\":\"GPM + SSMIS on F17 Common Calibrated Brightness Temperatures L1C 1.5 hours 12 km + V07 (GPM_1CF17SSMIS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF17SSMIS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from F17 SSMIS (GPM_1CF17SSMIS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CF17SSMIS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF17SSMIS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CF17SSMIS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CF17SSMIS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CF17SSMIS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nAll 1C products have + a common L1C data structure, simple and generic. Each L1C swath includes scan + time, latitude and longitude, scan status, quality, incidence angle, Sun glint + angle, and the intercalibrated brightness temperature (Tc). One or more swaths + are included in a product. The radiometer data are recalibrated to a common + basis so that precipitation products derived from them are consistent. 1CSSMIS + contains common calibrated brightness temperature from the SSMIS passive microwave + instruments flown on the DMSP satellites. Swath S1 has 3 low frequency channels + (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath S3 has + 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has 2 high + frequency channels (91V 91H). All the above frequencies are in GHz. Earth + observations for all four swaths are taken during a 144o segment of the instrument + rotation when SSMIS scans in the direction of foreward satellite motion. We + define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F17\",\"LongName\":\"Defense + Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF18SSMIS_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF18SSMIS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134059-GES_DISC\",\"revision-date\":\"2024-01-17T19:20:35.261Z\",\"granule-count\":71291,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF18SSMIS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F18 (GPROF) Climate-based Radiometer Precipitation Profiling 1.5 + hours 12 km V07\",\"SeriesName\":\"GPM_2AGPROFF18SSMIS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F18/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFF18SSMIS_CLIM\",\"EntryTitle\":\"GPM + SSMIS on F18 (GPROF) Climate-based Radiometer Precipitation Profiling 1.5 + hours 12 km V07 (GPM_2AGPROFF18SSMIS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the orbitly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF18SSMIS_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM SSMIS on F18 GPROF (12 km x 12 km) (GPM_2AGPROFF18SSMIS_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF18SSMIS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF18SSMIS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF18SSMIS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF18SSMIS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF18SSMIS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ AMSR2 + (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ SAPHIR + (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by GPM. + For each sensor, there are nearrealtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F18\",\"LongName\":\"Defense + Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF18SSMIS_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135441-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:09.464Z\",\"granule-count\":5072,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF18SSMIS_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F18 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF18SSMIS_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F18/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF18SSMIS_DAY_CLIM\",\"EntryTitle\":\"GPM + SSMIS on F18 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF18SSMIS_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F18, F18, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM SSMIS on F18 GPROF (25 km x 25 km) (GPM_3GPROFF18SSMIS_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF18SSMIS_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF18SSMIS_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF18SSMIS_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF18SSMIS_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF18SSMIS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n3GPROF products provide global gridded + monthly/daily precipitation averages from multiple satellites that can be + used for climate studies. The 3GPROF products are based on retrievals from + high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F18\",\"LongName\":\"Defense + Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF18SSMIS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135411-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:09.726Z\",\"granule-count\":166,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF18SSMIS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F18 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF18SSMIS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-03-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F18/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF18SSMIS_CLIM\",\"EntryTitle\":\"GPM + SSMIS on F18 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07 (GPM_3GPROFF18SSMIS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F18, F18, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM SSMIS on F18 GPROF (25 km x 25 km) (GPM_3GPROFF18SSMIS_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF18SSMIS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF18SSMIS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF18SSMIS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF18SSMIS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF18SSMIS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F18\",\"LongName\":\"Defense + Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF18SSMIS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF18SSMIS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133688-GES_DISC\",\"revision-date\":\"2024-01-17T20:06:21.884Z\",\"granule-count\":9783,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF18SSMIS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F18 (GPROF) Radiometer Precipitation Profiling L2 1.5 hours 12 km + V07\",\"SeriesName\":\"GPM_2AGPROFF18SSMIS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-01-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F18/GPROF/2A/07\"},\"ShortName\":\"GPM_2AGPROFF18SSMIS\",\"EntryTitle\":\"GPM + SSMIS on F18 (GPROF) Radiometer Precipitation Profiling L2 1.5 hours 12 km + V07 (GPM_2AGPROFF18SSMIS) at GES DISC\",\"Quality\":\"The primary limitation + of the 3GPROF product is the reliance on a single sensor for each output file, + thus limiting the available sampling to two times a day or less, except at + high latitudes. In addition, with the exception of the GMI, TMI, and SAPHIR + sensors, all of the other sensors are in Sun-synchronous orbits, meaning that + they observe a given point on the Earth's surface at the same local times + each day. Over land regions in particular, this can lead to large sampling + errors associated with the diurnal cycle. Errors due to the limited sampling + and differences in the sampling times between Sun-synchronous satellites (e.g., + F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, and GCOM-W1) can lead + to significant differences in the orbitly mean values between satellites/sensors. + The sampling errors are largest over land regions with large diurnal cycles + in precipitation. Other sources of error that can significantly impact the + 3GPROF products include difficulties over certain surface types such as sea + ice, snow, frozen ground, and deserts, and limited sensitivity of the sounder + instruments (in particular to light precipitation and/or shallow warm rain + systems). The sounders include the ATMS, MHS, and SAPHIR sensors, which do + not have channels with sensitivity to the surface and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF18SSMIS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from F18 GPROF (GPM_2AGPROFF18SSMIS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF18SSMIS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF18SSMIS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF18SSMIS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF18SSMIS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF18SSMIS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 2AGPROF (Goddard + Profiling) algorithm retrieves consistent precipitation and related science + fields from the following GMI and partner passive microwave sensors:\\n+ TMI + (TRMM)\\n+ GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ + AMSR2 (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ + SAPHIR (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by + GPM. For each sensor, there are nearrealtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F18\",\"LongName\":\"Defense + Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF18SSMIS_DAY_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134615-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:10.037Z\",\"granule-count\":696,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF18SSMIS_DAY_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F18 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF18SSMIS_DAY\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F18/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF18SSMIS_DAY\",\"EntryTitle\":\"GPM + SSMIS on F18 (GPROF) Radiometer Precipitation Profiling L3 1 day 0.25 degree + x 0.25 degree V07 (GPM_3GPROFF18SSMIS_DAY) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F18, F18, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation Rate from F18 GPROF (25 km x 25 km) (GPM_3GPROFF18SSMIS_DAY)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF18SSMIS_DAY_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF18SSMIS_DAY_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF18SSMIS_DAY.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF18SSMIS_DAY.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF18SSMIS_DAY_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F18\",\"LongName\":\"Defense + Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF18SSMIS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134592-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:10.198Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF18SSMIS_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F18 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree + x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF18SSMIS\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-02-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F18/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF18SSMIS\",\"EntryTitle\":\"GPM + SSMIS on F18 (GPROF) Radiometer Precipitation Profiling L3 1 month 0.25 degree + x 0.25 degree V07 (GPM_3GPROFF18SSMIS) at GES DISC\",\"Quality\":\"The primary + limitation of the 3GPROF product is the reliance on a single sensor for each + output file, thus limiting the available sampling to two times a day or less, + except at high latitudes. In addition, with the exception of the GMI, TMI, + and SAPHIR sensors, all of the other sensors are in Sun-synchronous orbits, + meaning that they observe a given point on the Earth's surface at the same + local times each day. Over land regions in particular, this can lead to large + sampling errors associated with the diurnal cycle. Errors due to the limited + sampling and differences in the sampling times between Sun-synchronous satellites + (e.g., F18, F18, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, and GCOM-W1) + can lead to significant differences in the monthly mean values between satellites/sensors. + The sampling errors are largest over land regions with large diurnal cycles + in precipitation. Other sources of error that can significantly impact the + 3GPROF products include difficulties over certain surface types such as sea + ice, snow, frozen ground, and deserts, and limited sensitivity of the sounder + instruments (in particular to light precipitation and/or shallow warm rain + systems). The sounders include the ATMS, MHS, and SAPHIR sensors, which do + not have channels with sensitivity to the surface and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation Rate from F18 GPROF (25 km x 25 km) (GPM_3GPROFF18SSMIS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF18SSMIS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF18SSMIS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF18SSMIS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF18SSMIS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF18SSMIS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\n3GPROF products provide + global gridded monthly/daily precipitation averages from multiple satellites + that can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F18\",\"LongName\":\"Defense + Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF18SSMIS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CF18SSMIS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132936-GES_DISC\",\"revision-date\":\"2023-07-12T15:21:48.317Z\",\"granule-count\":72130,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM SSMIS on F18 Common Calibrated Brightness Temperatures + L1C 1.5 hours 12 km V07\",\"SeriesName\":\"GPM_1CF18SSMIS\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF18SSMIS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-03-08T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F18/1C/07\"},\"ShortName\":\"GPM_1CF18SSMIS\",\"EntryTitle\":\"GPM + SSMIS on F18 Common Calibrated Brightness Temperatures L1C 1.5 hours 12 km + V07 (GPM_1CF18SSMIS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF18SSMIS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from F18 SSMIS (GPM_1CF18SSMIS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CF18SSMIS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF18SSMIS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CF18SSMIS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CF18SSMIS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CF18SSMIS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nAll 1C products have + a common L1C data structure, simple and generic. Each L1C swath includes scan + time, latitude and longitude, scan status, quality, incidence angle, Sun glint + angle, and the intercalibrated brightness temperature (Tc). One or more swaths + are included in a product. The radiometer data are recalibrated to a common + basis so that precipitation products derived from them are consistent. 1CSSMIS + contains common calibrated brightness temperature from the SSMIS passive microwave + instruments flown on the DMSP satellites. Swath S1 has 3 low frequency channels + (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath S3 has + 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has 2 high + frequency channels (91V 91H). All the above frequencies are in GHz. Earth + observations for all four swaths are taken during a 144o segment of the instrument + rotation when SSMIS scans in the direction of foreward satellite motion. We + define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F18\",\"LongName\":\"Defense + Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF19SSMIS_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFF19SSMIS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134106-GES_DISC\",\"revision-date\":\"2024-01-17T20:23:33.028Z\",\"granule-count\":5916,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF19SSMIS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F19 (GPROF) Climate-based Radiometer Precipitation Profiling 1.5 + hours 12 km V07\",\"SeriesName\":\"GPM_2AGPROFF19SSMIS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-12-18T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F19/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFF19SSMIS_CLIM\",\"EntryTitle\":\"GPM + SSMIS on F19 (GPROF) Climate-based Radiometer Precipitation Profiling 1.5 + hours 12 km V07 (GPM_2AGPROFF19SSMIS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the orbitly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L2/GPM_2AGPROFF19SSMIS_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM SSMIS on F19 GPROF (12 km x 12 km) (GPM_2AGPROFF19SSMIS_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFF19SSMIS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFF19SSMIS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2AGPROFF19SSMIS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2AGPROFF19SSMIS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFF19SSMIS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nThe 'CLIM' products + differ from their 'regular' counterparts (without the 'CLIM' in the name) + by the ancillary data they use. They are Climate-Reference products, which + requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the 'CLIM' output. The GPROF databases are also adjusted accordingly for + these climate-referenced retrievals.\\n\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ AMSR2 + (GCOM-W1)\\n+ MHS (NOAA 18,19) \\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ SAPHIR + (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by GPM. + For each sensor, there are nearrealtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:02:57.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F19\",\"LongName\":\"Defense + Meteorological Satellite Program-F19\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF19SSMIS_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135505-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:10.494Z\",\"granule-count\":421,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF19SSMIS_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F19 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF19SSMIS_DAY_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-12-18T00:00:00.000Z\",\"EndingDateTime\":\"2016-02-11T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F19/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFF19SSMIS_DAY_CLIM\",\"EntryTitle\":\"GPM + SSMIS on F19 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07 (GPM_3GPROFF19SSMIS_DAY_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F18, F18, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM SSMIS on F19 GPROF (25 km x 25 km) (GPM_3GPROFF19SSMIS_DAY_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF19SSMIS_DAY_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF19SSMIS_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF19SSMIS_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF19SSMIS_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF19SSMIS_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F19\",\"LongName\":\"Defense + Meteorological Satellite Program-F19\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFF19SSMIS_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264135475-GES_DISC\",\"revision-date\":\"2023-10-11T17:31:10.650Z\",\"granule-count\":15,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF19SSMIS_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + SSMIS on F19 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFF19SSMIS_CLIM\",\"ReleaseDate\":\"2022-05-09T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-12-01T00:00:00.000Z\",\"EndingDateTime\":\"2016-02-29T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F19/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFF19SSMIS_CLIM\",\"EntryTitle\":\"GPM + SSMIS on F19 (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07 (GPM_3GPROFF19SSMIS_CLIM) at GES DISC\",\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F18, F18, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Surface + Precipitation from GPM SSMIS on F19 GPROF (25 km x 25 km) (GPM_3GPROFF19SSMIS_CLIM)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFF19SSMIS_CLIM_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFF19SSMIS_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/GPM_3GPROFF19SSMIS_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3GPROFF19SSMIS_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFF19SSMIS_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L3/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-05-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-03T19:03:01.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F19\",\"LongName\":\"Defense + Meteorological Satellite Program-F19\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF19SSMIS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CF19SSMIS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132955-GES_DISC\",\"revision-date\":\"2023-07-12T15:21:05.636Z\",\"granule-count\":5916,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"Wesley + Berg\",\"Title\":\"GPM SSMIS on F19 Common Calibrated Brightness Temperatures + L1C 1.5 hours 12 km V07\",\"SeriesName\":\"GPM_1CF19SSMIS\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF19SSMIS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-12-18T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/SSMIS/F19/1C/07\"},\"ShortName\":\"GPM_1CF19SSMIS\",\"EntryTitle\":\"GPM + SSMIS on F19 Common Calibrated Brightness Temperatures L1C 1.5 hours 12 km + V07 (GPM_1CF19SSMIS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Berg, + W. et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of the GPM Radiometer Constellation\",\"Series\":\"J. Atmos. Oceanic Technol.\",\"Volume\":\"33\",\"Pages\":\"2639-2654\",\"DOI\":{\"DOI\":\"10.1175/JTECH-D-16-0100.1\"}},{\"Author\":\"Berg, + W., R. Kroodsma, C. D. Kummerow, and D. S. McKague\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"Fundamental + Climate Data Records of Microwave Brightness Temperatures\",\"Series\":\"Remote + Sensing\",\"Volume\":\"10(8)\",\"Pages\":\"1306\",\"DOI\":{\"DOI\":\"10.3390/rs10081306\"}}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GPM_L1C/GPM_1CF19SSMIS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Common + Calibrated Brightness Temperature from F19 SSMIS (GPM_1CF19SSMIS)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CF19SSMIS_07.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CF19SSMIS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L1C/GPM_1CF19SSMIS.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CF19SSMIS_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L1C/GPM_1CF19SSMIS.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/doc/README.GPM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/L1C_ATBD_v1.9_GPMV07.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/V07_L1C_Release_Notes.pdf\",\"Description\":\"Release + Notes\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://www.star.nesdis.noaa.gov/mirs/ssmis.php\",\"Description\":\"Instrument + Description\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07.\\n\\nAll 1C products have + a common L1C data structure, simple and generic. Each L1C swath includes scan + time, latitude and longitude, scan status, quality, incidence angle, Sun glint + angle, and the intercalibrated brightness temperature (Tc). One or more swaths + are included in a product. The radiometer data are recalibrated to a common + basis so that precipitation products derived from them are consistent. 1CSSMIS + contains common calibrated brightness temperature from the SSMIS passive microwave + instruments flown on the DMSP satellites. Swath S1 has 3 low frequency channels + (19V 19H 22V). Swath S2 has 2 low frequency channels (37V 37H). Swath S3 has + 4 high frequency channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has 2 high + frequency channels (91V 91H). All the above frequencies are in GHz. Earth + observations for all four swaths are taken during a 144o segment of the instrument + rotation when SSMIS scans in the direction of foreward satellite motion. We + define the spacecraft vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WESLEY\",\"LastName\":\"BERG\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Colorado + State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"970-207-0724\"},{\"Type\":\"Fax\",\"Value\":\"970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"berg@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F19\",\"LongName\":\"Defense + Meteorological Satellite Program-F19\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L2/GPM_2AGPROFTRMMTMI_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_2AGPROFTRMMTMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264134452-GES_DISC\",\"revision-date\":\"2023-08-04T18:57:13.949Z\",\"granule-count\":98720,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFTRMMTMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + TMI on TRMM (GPROF) Climate-based Radiometer Precipitation Profiling L2A 1.5 + hours 13 km V07\",\"SeriesName\":\"GPM_2AGPROFTRMMTMI_CLIM\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":35,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-35}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-08T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GPM/TMI/TRMM/GPROFCLIM/2A/07\"},\"ShortName\":\"GPM_2AGPROFTRMMTMI_CLIM\",\"EntryTitle\":\"GPM + TMI on TRMM (GPROF) Climate-based Radiometer Precipitation Profiling L2A 1.5 + hours 13 km V07 (GPM_2AGPROFTRMMTMI_CLIM) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"The + major sources of systematic errors in these algorithms are the quality of + the a-priori database, and the estimate of the model uncertainties that are + needed to construct a Bayesian algorithm. Some error can also be introduced + by the ancillary information (surface type, surface temperature, and total + precipitable water) used to subset the a-priori database in the algorithm. + Because passive microwave signatures at the pixel level represent primarily + integrated quantities, neither the vertical structure nor the near-surface + precipitation from radiometers are typically as good as their radar counterparts. + Solutions are also smoothed by the Bayesian scheme, leading to fewer extremes + relative to a radar.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L2/GPM_2AGPROFTRMMTMI_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_2AGPROFTRMMTMI_CLIM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_2AGPROFTRMMTMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L2/GPM_2AGPROFTRMMTMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L2/GPM_2AGPROFTRMMTMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_2AGPROFTRMMTMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/ATBD_GPM_V5B_April15_2018.pdf\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM_2A12\\n Version + 07 is the current version of the data set. Older versions will no longer be + available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" products + differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" in + the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\nThe 2AGPROF (Goddard Profiling) + algorithm retrieves consistent precipitation and related science fields from + the following GMI and partner passive microwave sensors:\\n+ TMI (TRMM)\\n+ + GMI, (GPM)\\n+ SSMI (DMSP F15), SSMIS (DMSP F16, F17, F18, F19)\\n+ AMSR2 + (GCOM-W1)\\n+ MHS (NOAA 18,19)\\n+ MHS (METOP A,B)\\n+ ATMS (NPP)\\n+ SAPHIR + (MT1)\\n\\nThis provides the bulk of the 3-hour coverage achieved by GPM. + For each sensor, there are nearrealtime (NRT) products, standard products, + and climate products. These differ only in the amount of data that are available + within 3 hours, 48 hours, and 3 months of collection, as well as the ancillary + data used. The NRT product uses GANAL forecast fields. Standard products use + the GANAL analysis product, while the climate product uses ECMWF reanalysis + in order to allow for consistent data records with earlier missions. These + earlier data may be archived separately. The main strength of the product + is the large sampling provided.\\n\\nThe GPM radiometer algorithms are Bayesian-type + algorithms. These algorithms search an apriori database of potential rain + profiles and retrieve a weighted average of these entries based upon the proximity + of the observed brightness temperature (Tb) to the simulated Tb corresponding + to each rain profile. By using the same a-priori database of rain profiles, + with appropriate simulated Tb for each constellation sensor, the Bayesian + method is completely parametric and thus well suited for GPM's constellation + approach. The a-priori information will be supplied by the combined algorithm + supplied by GPM's core satellite as soon after launch as feasible. Databases + for V0 of the algorithm had to be constructed from various sources as described + in the ATBD. The solution provides a mean rain rate as well as the vertical + structure of cloud and precipitation hydrometeors and their uncertainty.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:01.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"TMI\",\"LongName\":\"TRMM + Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3GPROFTRMMTMI_DAY_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFTRMMTMI_DAY_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264136142-GES_DISC\",\"revision-date\":\"2023-08-01T16:04:23.922Z\",\"granule-count\":6326,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFTRMMTMI_DAY_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + TMI on TRMM (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFTRMMTMI_DAY_CLIM\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":35,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-35}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-08T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/TMI/TRMM/GPROFCLIM/3A-DAY/07\"},\"ShortName\":\"GPM_3GPROFTRMMTMI_DAY_CLIM\",\"EntryTitle\":\"GPM + TMI on TRMM (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + day 0.25 degree x 0.25 degree V07 (GPM_3GPROFTRMMTMI_DAY_CLIM) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3GPROFTRMMTMI_DAY_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFTRMMTMI_DAY_CLIM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFTRMMTMI_DAY_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3GPROFTRMMTMI_DAY_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3GPROFTRMMTMI_DAY_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFTRMMTMI_DAY_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/gpm_anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + a new (GPM-formated) TRMM product. There is no equivalent in the old TRMM + suite of products.\\n Version 07 is the current version of the data set. Older + versions will no longer be available and have been superseded by Version 07. + \\n\\nThe \\\"CLIM\\\" products differ from their \\\"regular\\\" counterparts + (without the \\\"CLIM\\\" in the name) by the ancillary data they use. They + are Climate-Reference products, which requires homogeneous ancillary data + over the climate time series. Hence, the ECMWF-Interim (European Centre for + Medium-Range Weather Forecasts, 2-3 months lag behind the regular production) + reanalysis is used as ancillary data to derive surface and atmospheric conditions + required by the GPROF algorithm for the \\\"CLIM\\\" output. The GPROF databases + are also adjusted accordingly for these climate-referenced retrievals.\\n\\n3GPROF + products provide global gridded monthly/daily precipitation averages from + multiple satellites that can be used for climate studies. The 3GPROF products + are based on retrievals from high-quality microwave sensors, which are sensitive + to liquid and ice-phase precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The + purpose of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:05.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"TMI\",\"LongName\":\"TRMM + Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3GPROFTRMMTMI_CLIM.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_3GPROFTRMMTMI_CLIM_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264136122-GES_DISC\",\"revision-date\":\"2023-08-01T16:04:03.067Z\",\"granule-count\":209,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFTRMMTMI_CLIM_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + TMI on TRMM (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07\",\"SeriesName\":\"GPM_3GPROFTRMMTMI_CLIM\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":35,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-35}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-01T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GPM/TMI/TRMM/GPROFCLIM/3A-MONTH/07\"},\"ShortName\":\"GPM_3GPROFTRMMTMI_CLIM\",\"EntryTitle\":\"GPM + TMI on TRMM (GPROF) Climate-based Radiometer Precipitation Profiling L3 1 + month 0.25 degree x 0.25 degree V07 (GPM_3GPROFTRMMTMI_CLIM) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"The + primary limitation of the 3GPROF product is the reliance on a single sensor + for each output file, thus limiting the available sampling to two times a + day or less, except at high latitudes. In addition, with the exception of + the GMI, TMI, and SAPHIR sensors, all of the other sensors are in Sun-synchronous + orbits, meaning that they observe a given point on the Earth's surface at + the same local times each day. Over land regions in particular, this can lead + to large sampling errors associated with the diurnal cycle. Errors due to + the limited sampling and differences in the sampling times between Sun-synchronous + satellites (e.g., F16, F17, F18, NOAA-18, NOAA-19, NPP, METOP-A, METOP-B, + and GCOM-W1) can lead to significant differences in the monthly mean values + between satellites/sensors. The sampling errors are largest over land regions + with large diurnal cycles in precipitation. Other sources of error that can + significantly impact the 3GPROF products include difficulties over certain + surface types such as sea ice, snow, frozen ground, and deserts, and limited + sensitivity of the sounder instruments (in particular to light precipitation + and/or shallow warm rain systems). The sounders include the ATMS, MHS, and + SAPHIR sensors, which do not have channels with sensitivity to the surface + and/or lower atmosphere.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L3/GPM_3GPROFTRMMTMI_CLIM.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_3GPROFTRMMTMI_CLIM.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_3GPROFTRMMTMI_CLIM_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L3/GPM_3GPROFTRMMTMI_CLIM.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L3/GPM_3GPROFTRMMTMI_CLIM.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_3GPROFTRMMTMI_CLIM_07\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://arthurhou.pps.eosdis.nasa.gov/Documents/ATBD_GPM_V7_GPROF.pdf\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM_3A12,3A11\\n + Version 07 is the current version of the data set. Older versions will no + longer be available and have been superseded by Version 07. \\n\\nThe \\\"CLIM\\\" + \ products differ from their \\\"regular\\\" counterparts (without the \\\"CLIM\\\" + in the name) by the ancillary data they use. They are Climate-Reference products, + which requires homogeneous ancillary data over the climate time series. Hence, + the ECMWF-Interim (European Centre for Medium-Range Weather Forecasts, 2-3 + months lag behind the regular production) reanalysis is used as ancillary + data to derive surface and atmospheric conditions required by the GPROF algorithm + for the \\\"CLIM\\\" output. The GPROF databases are also adjusted accordingly + for these climate-referenced retrievals.\\n\\n3GPROF products provide global + gridded monthly/daily precipitation averages from multiple satellites that + can be used for climate studies. The 3GPROF products are based on retrievals + from high-quality microwave sensors, which are sensitive to liquid and ice-phase + precipitation hydrometeors in the atmosphere.\",\"Purpose\":\"The purpose + of the 3GPROF algorithm is to provide monthly and daily mean precipitation + and related retrieved parameters from the Level 2 GPROF precipitation profiling + algorithm for the GPM core and constellation satellites. Each 3GPROF product + contains global 0.25 degree x 0.25 degree gridded monthly/daily means. Because + this product is an accumulation of the Level 2 retrieval products, much more + information is available via the GPROF Level 2 documentation.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:05.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHRISTIAN\",\"LastName\":\"KUMMEROW\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Department + of Atmospheric Science\",\"Colorado State University\"],\"City\":\"Fort Collins\",\"StateProvince\":\"CO\",\"PostalCode\":\"80523\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1-970-491-7473\"},{\"Type\":\"Fax\",\"Value\":\"1-970-491-8449\"},{\"Type\":\"Email\",\"Value\":\"kummerow@atmos.colostate.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"DAVID\",\"LastName\":\"SILBERSTEIN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 610.2 Bldg 32 Rm S131.5\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"21230\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5183\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"david.s.silberstein@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"TMI\",\"LongName\":\"TRMM + Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1/GPM_BASETRMMTMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_BASETRMMTMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132669-GES_DISC\",\"revision-date\":\"2023-08-22T15:49:26.237Z\",\"granule-count\":98728,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"Title\":\"GPM TMI on TRMM Antenna Temperatures L1BASE 1.5 + hours 13 km V07\",\"SeriesName\":\"GPM_BASETRMMTMI\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_BASETRMMTMI_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":38,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-38}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-08T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/TMI/TRMM/BASE/07\"},\"ShortName\":\"GPM_BASETRMMTMI\",\"EntryTitle\":\"GPM + TMI on TRMM Antenna Temperatures L1BASE 1.5 hours 13 km V07 (GPM_BASETRMMTMI) + at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Stoker, E., F. Alquaied, + S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"The + data in the BASETRMMTMI file are not calibrated at all. Do not use these data + unless they can be correctly calibrated and interpreted.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1/GPM_BASETRMMTMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_BASETRMMTMI.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_BASETRMMTMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L1/GPM_BASETRMMTMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_BASETRMMTMI\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L1/GPM_BASETRMMTMI.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"GPM + and partner sensors anomalous events\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + a new (GPM-formated) TRMM product. There is no equivalent in the old TRMM + suite of products.\\n \\n\\nThe BASETRMMTMI product contains unaltered data + directly from the TRMM Microwave Imager (TMI) aboard the TRMM satellite.\\n\\nIt + has has two purposes: To repackage the raw satellite data from binary Consultative + Committee for Space Data Systems (CCSDS) packets to Hierarchical Data Format + (HDF5), and to geolocate the sample data. The counts in the product are the + raw counts taken directly from the packets created by the TRMM Microwave Imager + (TMI) instrument. There is no calibration or interpretation performed at the + BASETRMMTMI level. \\n\\n\\t\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:05.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"CHRISTOPHER\",\"LastName\":\"COHOON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5071\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5575\"},{\"Type\":\"Email\",\"Value\":\"helpdesk@pps-mail.nascom.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"TMI\",\"LongName\":\"TRMM + Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1/GPM_1BTMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1BTMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132608-GES_DISC\",\"revision-date\":\"2023-08-01T15:37:34.218Z\",\"granule-count\":98683,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM TMI on TRMM Brightness + Temperatures L1B 1.5 hours 13 km V07\",\"SeriesName\":\"GPM_1BTMI\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1BTMI_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":38,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-38}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"SENSOR + COUNTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED + WAVELENGTHS\",\"VariableLevel1\":\"THERMAL INFRARED\",\"DetailedVariable\":\"RADIANCE + @ 10.8UM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED + WAVELENGTHS\",\"VariableLevel1\":\"THERMAL INFRARED\",\"DetailedVariable\":\"RADIANCE + @ 12.0UM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"PLATFORM + CHARACTERISTICS\",\"VariableLevel1\":\"ATTITUDE CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"SENSOR CHARACTERISTICS\",\"VariableLevel1\":\"VIEWING + GEOMETRY\",\"DetailedVariable\":\"SATELLITE LOCAL ZENITH ANGLE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"SENSOR + COUNTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE + WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE IMAGERY\",\"DetailedVariable\":\"RADIANCE + @ 0.63UM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE + WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE RADIANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-08T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPM/TMI/TRMM/1B/07\"},\"ShortName\":\"GPM_1BTMI\",\"EntryTitle\":\"GPM + TMI on TRMM Brightness Temperatures L1B 1.5 hours 13 km V07 (GPM_1BTMI) at + GES DISC\",\"PublicationReferences\":[{\"Author\":\"Stoker, E., F. Alquaied, + S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"A + Table structure (called Scan Status) is included in the HDF file, containing + entries on a scan-by-scan basis. These entries include a geolocation flag + and a data quality flag, indicating the percentage of pixels along each scan + with values within a pre-defined range.\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1/GPM_1BTMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1BTMI.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1BTMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L1/GPM_1BTMI.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L1/GPM_1BTMI.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1BTMI\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/formatChangesV7.pdf\",\"Description\":\"Comparison + between TRMM versions 6 and 7.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM_1B11\\n\\n + Version 07 is the current version of the data set. Previous versions have + been superseded by Version 07.\\n\\nThis dataset contains TRMM Micrwave Imager + (TMI) L1B calibrated radiances in terms of Brightness Temperatures.\\n\\nThe + TMI calibration algorithm (1B11) converts the radiometer counts to antenna + temperatures by applying a linear relationship of the form Ta = c1 + c2 x + count. The coefficients are provided by the instrument contractor. Antenna + temperatures are corrected for cross-polarization and spill over to produce + brightness temperatures (Tb), but no antenna beam pattern correction or sample + to pixel averaging are performed. Temperatures are provided at 104 scan positions + for the low frequency channels and 208 scan positions at 85 GHz. There are + four samples per pixel (3 -dB beamwidth) at 10 GHz, two samples at 19, 22, + and 37 GHz, and one sample per pixel for the 85 GHz.\\nData Flow Description\\n\\nChanges + in horizontal resolution resulting from the TRMM boost that occurred on 24 + August 2001:\\n\\nPre-Boost (before 7 August 2001): Temporal Resolution: 91.5 + min/orbit ~ 16 orbits/day; Swath Width: 760 km; Horizontal Resolution: ~13 + km \\n\\nPost-Boost (after 24 August 2001): Temporal Resolution: 92.5 min/orbit + ~ 16 orbits/day; Swath Width: 878 km; Horizontal Resolution: ~13 km\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"TMI\",\"LongName\":\"TRMM + Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1/GPM_1CTRMMTMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1CTRMMTMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264133616-GES_DISC\",\"revision-date\":\"2023-08-01T15:38:52.851Z\",\"granule-count\":98726,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Atmosphere, + Precipitation, Water Vapor\"],\"CollectionCitations\":[{\"Creator\":\"GPM + Science Team\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CTRMMTMI_07.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPM + TMI on TRMM Common Calibrated Brightness Temperatures L1C 1.5 hours 13 km + V07\",\"SeriesName\":\"GPM_1CTRMMTMI\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"Version\":\"07\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":39,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-39}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-08T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/GPM/TMI/TRMM/1C/07\"},\"ShortName\":\"GPM_1CTRMMTMI\",\"EntryTitle\":\"GPM + TMI on TRMM Common Calibrated Brightness Temperatures L1C 1.5 hours 13 km + V07 (GPM_1CTRMMTMI) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Biswas, + S. K., S. Farrar, K. Gopalan, A. Santos-Garcia, W. L. Jones, and S. Bilanow\",\"PublicationDate\":\"2013-01-01T00:00:00.000Z\",\"Title\":\"Intercalibration + of Microwave Radiometer Brightness Temperatures for the Global Precipitation + Measurement Mission\",\"Series\":\"IEEE, Trans. on Geoscience and Remote Sensing\",\"Volume\":\"51\",\"Pages\":\"1465-1477\"},{\"Author\":\"M. + R. P. Sapiano, Berg, W. K., McKague, D. S., and Kummerow, C. D\",\"PublicationDate\":\"2013-01-01T00:00:00.000Z\",\"Title\":\"Toward + an Intercalibrated Fundamental Climate Data Record of the SSM/I Sensors\",\"Series\":\"IEEE, + Trans. on Geoscience and Remote Sensing\",\"Volume\":\"51\",\"Pages\":\"1492-1503\"},{\"Author\":\"T. + T. Wilheit\",\"PublicationDate\":\"2013-01-01T00:00:00.000Z\",\"Title\":\"Comparing + Calibrations of Similar Conically Scanning Window-Channel Microwave Radiometers\",\"Series\":\"IEEE, + Trans. on Geoscience and Remote Sensing\",\"Volume\":\"51\",\"Pages\":\"1453-1464\"},{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"The + L1C products contain brightness temperatures that have been intercalibrated + to a common basis and are no longer the original instrument brightness temperatures. + Channels not relevant to precipitation retrievals are not included. The recalibration + for most radiometers is a simple 2-point, linear adjustment. For the water + vapor sounding channels, this is a simple offset. In the case of AMSR2, the + adjustments are piecewise linear with more than two points to approximate + the non-linear nature of the calibration of that instrument. The goal is to + make the brightness temperatures consistent to 0.1K. That is not to say the + calibration is accurate to this level; there are no suitable standards to + assure absolute accuracy. The 0.1K level of consistency has been achieved + in most cases, but in the case of the channels near 90 GHz, the uncertainty + is somewhat greater. Also, some radiometers are not stable enough to permit + this level of consistency.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1/GPM_1CTRMMTMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/GPM_1CTRMMTMI.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1CTRMMTMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L1/GPM_1CTRMMTMI.07/\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1CTRMMTMI\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L1/GPM_1CTRMMTMI.07/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"GPM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/atbd.html\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + a new (GPM-formated) TRMM product. There is no equivalent in the old TRMM + suite of products.\\nAll 1C products have a common L1C data structure, simple + and generic. Each L1C swath includes scan time, latitude and longitude, scan + status, quality, incidence angle, Sun glint angle, and the intercalibrated + brightness temperature (Tc). One or more swaths are included in a product. + The radiometer data are recalibrated to a common basis so that precipitation + products derived from them are consistent. 1CSSMIS contains common calibrated + brightness temperature from the SSMIS passive microwave instruments flown + on the DMSP satellites. Swath S1 has 3 low frequency channels (19V 19H 22V). + Swath S2 has 2 low frequency channels (37V 37H). Swath S3 has 4 high frequency + channels (150H 183+/-1H 183+/-3H 183+/-7H). S4 has 2 high frequency channels + (91V 91H). All the above frequencies are in GHz. Earth observations for all + four swaths are taken during a 144o segment of the instrument rotation when + SSMIS scans in the direction of foreward satellite motion. We define the spacecraft + vector (v) at the center of this segment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:50:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"GEORGE\",\"LastName\":\"HUFFMAN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Mailstop 612\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6308\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5492\"},{\"Type\":\"Email\",\"Value\":\"George.J.Huffman@nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"TMI\",\"LongName\":\"TRMM + Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1A/GPM_1ATMI.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1ATMI_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132558-GES_DISC\",\"revision-date\":\"2023-08-01T15:32:50.458Z\",\"granule-count\":98705,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM TMI on TRMM unpacked data + L1A 1.5 hours 13 km V07\",\"SeriesName\":\"GPM_1ATMI\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1ATMI_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":38,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-38}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"INFRARED + IMAGERY\",\"DetailedVariable\":\"RADIANCE @ 1.6UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"INFRARED + IMAGERY\",\"DetailedVariable\":\"RADIANCE @ 3.75UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"INFRARED + RADIANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED + WAVELENGTHS\",\"VariableLevel1\":\"SENSOR COUNTS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"THERMAL + INFRARED\",\"DetailedVariable\":\"RADIANCE @ 10.8UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"THERMAL + INFRARED\",\"DetailedVariable\":\"RADIANCE @ 12.0UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"PLATFORM CHARACTERISTICS\",\"VariableLevel1\":\"ATTITUDE + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"SENSOR + CHARACTERISTICS\",\"VariableLevel1\":\"VIEWING GEOMETRY\",\"DetailedVariable\":\"SATELLITE + LOCAL ZENITH ANGLE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE + WAVELENGTHS\",\"VariableLevel1\":\"SENSOR COUNTS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\",\"DetailedVariable\":\"RADIANCE @ 0.63UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + RADIANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-07T00:00:00.000Z\",\"EndingDateTime\":\"2015-04-08T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPM/TMI/TRMM/1A/07\"},\"ShortName\":\"GPM_1ATMI\",\"EntryTitle\":\"GPM + TMI on TRMM unpacked data L1A 1.5 hours 13 km V07 (GPM_1ATMI) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"For + the Level 1A VIRS product, quality indicators are set indicating whether anomalies + have been detected in the decoding of the Attitude Control System (ACS), Housekeeping + (HK), and Science data packets.\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1A/GPM_1ATMI.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPM_1ATMI_05.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1ATMI_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L1A/GPM_1ATMI.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L1A/GPM_1ATMI.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1ATMI\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM_1A11\\n\\n + \ Version 07 is the current version of the data set. Previous versions + have been superseded by Version 07.\\n\\nThe 1ATMI product contains science + and housekeeping sensor count data directly from the TRMM Microwave Imager + (TMI) Instrument aboard the TRMM satellite. The data has been unpacked from + the spacecraft packets and geolocated. A Level 1A file contains data for a + single orbit and has a file size of about 33 MB. There are 16 files of TMI + 1A data produced per day.\\n\\nSpatial coverage is between 38 degrees North + and 38 degrees South owing to the 35 degree inclination of the TRMM satellite. + This orbit provides extensive coverage in the tropics and allows each location + to be covered at a different local time each day, enabling the analysis of + the diurnal cycle of precipitation.\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"TMI\",\"LongName\":\"TRMM + Microwave Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1/GPM_1BVIRS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1BVIRS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132644-GES_DISC\",\"revision-date\":\"2023-08-01T15:38:30.726Z\",\"granule-count\":91869,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM VIRS on TRMM Radiance + L1B 1.5 hours 2 km V07\",\"SeriesName\":\"GPM_1BVIRS\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1BVIRS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":38,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-38}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"INFRARED + IMAGERY\",\"DetailedVariable\":\"RADIANCE @ 1.6UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"INFRARED + IMAGERY\",\"DetailedVariable\":\"RADIANCE @ 3.75UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"INFRARED + RADIANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED + WAVELENGTHS\",\"VariableLevel1\":\"SENSOR COUNTS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"THERMAL + INFRARED\",\"DetailedVariable\":\"RADIANCE @ 10.8UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"THERMAL + INFRARED\",\"DetailedVariable\":\"RADIANCE @ 12.0UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"PLATFORM CHARACTERISTICS\",\"VariableLevel1\":\"ATTITUDE + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"SENSOR + CHARACTERISTICS\",\"VariableLevel1\":\"VIEWING GEOMETRY\",\"DetailedVariable\":\"SATELLITE + LOCAL ZENITH ANGLE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE + WAVELENGTHS\",\"VariableLevel1\":\"SENSOR COUNTS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\",\"DetailedVariable\":\"RADIANCE @ 0.63UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + RADIANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-20T00:00:00.000Z\",\"EndingDateTime\":\"2014-03-21T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GPM/VIRS/TRMM/1B/07\"},\"ShortName\":\"GPM_1BVIRS\",\"EntryTitle\":\"GPM + VIRS on TRMM Radiance L1B 1.5 hours 2 km V07 (GPM_1BVIRS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"A + Table structure (called Scan Status) is included in the HDF file, containing + entries on a scan-by-scan basis.These entries include a geolocation flag and + a data quality flag, indicating the percentage of pixels along each scan with + values within a pre-defined range.\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1/GPM_1BVIRS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/1B-BR.TRMM.VIRS.Tb2017.20050829-S013444-E030706.044376.V05A.PNG\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1BVIRS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L1/GPM_1BVIRS.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/opendap/TRMM_L1/GPM_1BVIRS.07/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1BVIRS\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://pps.gsfc.nasa.gov/Documents/formatChangesV7.pdf\",\"Description\":\"Comparison + between TRMM versions 6 and 7.\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/README.TRMM.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM_1B01\\n\\n + Version 07 is the current version of the data set. Previous versions have + been superseded by Version 07.\\n\\nThis TRMM Visible and Infrared Scanner + (VIRS) Level 1B Calibrated Radiance Product (1B01) contains calibrated radiances + and auxiliary geolocation information from the five channels of the VIRS instrument, + for each pixel of each scan. The data are stored in the Hierarchical Data + Format (HDF), which includes both core and product specific metadata applicable + to the VIRS measurements. A file contains a single orbit of data with a file + size of about 95 MB. The EOSDIS \\\"swath\\\" structure is used to accommodate + the actual geophysical data arrays. There are 16 files of VIRS 1B01 data produced + per day.\\n\\nFor channels 1 and 2, Level 1B radiances are derived from the + Level 1A (1A01) sensor counts by computing calibration parameters (gain and + offset) derived from the counts registered during space and solar and/or lunar + views. New calibration parameters are produced every one to four weeks. Channels + 3, 4, and 5 are calibrated using the internal blackbody and the space view. + These calibration parameters, together with a quadratic term determined pre-launch, + are used to generate a counts vs. radiance curve for each band, which is then + used to convert the earth-view pixel counts to spectral radiances.\\n\\nGeolocation + and channel data are written out for each pixel along the scan, whereas the + time stamp, scan status (containing scan quality information), navigation, + calibration coefficients, and solar/satellite geometry are specified on a + per-scan basis. There are in general 18026 scans along the orbit pre-boost + and 18223 post-boost, with each scan consisting of 261 pixels. The scan width + is about 720 km pre-boost and 833 km post-boost.\\n\\nChanges in horizontal + resolution resulting from the TRMM boost that occurred on 24 August 2001:\\n\\nPre-Boost + (before 7 August 2001): Temporal Resolution: 91.5 min/orbit ~ 16 orbits/day; + Swath Width: 720 km; Horizontal Resolution: 2.2 km \\n\\nPost-Boost (after + 24 August 2001): Temporal Resolution: 92.5 min/orbit ~ 16 orbits/day; Swath + Width: 833 km; Horizontal Resolution: 2.4 km\\n\\t\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"VIRS\",\"LongName\":\"TRMM + Visible Infrared Scanner\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1A/GPM_1AVIRS.07/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPM_1AVIRS_07\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2264132582-GES_DISC\",\"revision-date\":\"2023-08-01T15:36:19.227Z\",\"granule-count\":91882,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"EOSDIS\"],\"CollectionCitations\":[{\"Creator\":\"Tropical + Rainfall Measuring Mission (TRMM)\",\"Title\":\"GPM VIRS on TRMM unpacked + data L1A 1.5 hours 2 km V07\",\"SeriesName\":\"GPM_1AVIRS\",\"ReleaseDate\":\"2021-07-29T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1AVIRS_07.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":38,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-38}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"INFRARED + IMAGERY\",\"DetailedVariable\":\"RADIANCE @ 1.6UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"INFRARED + IMAGERY\",\"DetailedVariable\":\"RADIANCE @ 3.75UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"INFRARED + RADIANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED + WAVELENGTHS\",\"VariableLevel1\":\"SENSOR COUNTS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"THERMAL + INFRARED\",\"DetailedVariable\":\"RADIANCE @ 10.8UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"THERMAL + INFRARED\",\"DetailedVariable\":\"RADIANCE @ 12.0UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"PLATFORM CHARACTERISTICS\",\"VariableLevel1\":\"ATTITUDE + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"SENSOR + CHARACTERISTICS\",\"VariableLevel1\":\"VIEWING GEOMETRY\",\"DetailedVariable\":\"SATELLITE + LOCAL ZENITH ANGLE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE + WAVELENGTHS\",\"VariableLevel1\":\"SENSOR COUNTS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\",\"DetailedVariable\":\"RADIANCE @ 0.63UM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + RADIANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-12-20T00:00:00.000Z\",\"EndingDateTime\":\"2014-03-21T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GPM/VIRS/TRMM/1A/07\"},\"ShortName\":\"GPM_1AVIRS\",\"EntryTitle\":\"GPM + VIRS on TRMM unpacked data L1A 1.5 hours 2 km V07 (GPM_1AVIRS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Stoker, + E., F. Alquaied, S. Bilanow, Y. Ji, and L. Jones\",\"PublicationDate\":\"2018-01-01T00:00:00.000Z\",\"Title\":\"TRMM + Version 8 Reprocessing Improvements and Incorporation into the GPM Data Suite\",\"Series\":\"Journal + of Atmospheric and Oceanic Technology\",\"Volume\":\"35\",\"Pages\":\"1457-1470\"}],\"Quality\":\"For + the Level 1A VIRS product, quality indicators are set indicating whether anomalies + have been detected in the decoding of the Attitude Control System (ACS), Housekeeping + (HK), and Science data packets.\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/TRMM_L1A/GPM_1AVIRS.07/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GPM_1AVIRS_05.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPM_1AVIRS_07.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/TRMM_L1A/GPM_1AVIRS.07\",\"Description\":\"Access + the data via HTTPS\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPM_1AVIRS\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://gpm.nasa.gov\",\"Description\":\"TRMM + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/pub/stout/helpdesk/filespec.GPM.V7.pdf\",\"Description\":\"FILE + SPECIFICATION DOCUMENT\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://gpmweb2https.pps.eosdis.nasa.gov/tsdis/AB/docs/anomalous.html\",\"Description\":\"TRMM + Data Gaps\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-07-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is the new (GPM-formated) TRMM product. It replaces the old TRMM_1A01\\n\\n + \ Version 07 is the current version of the data set. Previous versions + have been superseded by Version 07.\\n\\nThe 1AVIRS product contains science + and housekeeping sensor count data directly from the Visible and Infrared + Scanner (VIRS) aboard the TRMM satellite. The data has been unpacked from + the spacecraft packets and geolocated. A Level 1A file contains data for a + single orbit and has a file size of about 131 MB. There are 16 files of VIRS + 1A data produced per day.\\n\\nThe Visible and Infrared Scanner (VIRS) is + a five-channel visible/infrared radiometer, which builds on the heritage of + the Advanced Very High Resolution Radiometer (AVHRR) instrument flown aboard + the NOAA series of Polar-Orbiting Operational Environmental Satellites (POES). + The VIRS detects radiation at 1 visible, 2 near infrared and 2 thermal infrared + wavelengths, allowing determination of cloud coverage, cloud top height and + temperature, and precipitation indices. The central wavelengths for the VIRS + channels are 0.63, 1.60,3.75, 10.8, and 12.0 microns. All channels are in + operation during the daytime, but only channels 3, 4 and 5 operate during + the nighttime.\\n\\nSpatial coverage is between 38 degrees North and 38 degrees + South owing to the 35 degree inclination of the TRMM satellite. This orbit + provides extensive coverage in the tropics and allows each location to be + covered at a different local time each day, enabling the analysis of the diurnal + cycle of precipitation\\n\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-11T15:49:59.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2022-12-30T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"Version\":\"07\",\"Projects\":[{\"ShortName\":\"TRMM\",\"LongName\":\"Tropical + Rainfall Measuring Mission Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"VIRS\",\"LongName\":\"TRMM + Visible Infrared Scanner\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPSROZPBLA_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1562324235-GES_DISC\",\"revision-date\":\"2023-11-01T13:41:22.370Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Boundary + Layer Height\",\"Boundary Layer Thickness\"],\"CollectionCitations\":[{\"Creator\":\"Chi + Ao, Peter Kalmus, Matthew Lebsock, Joao Teixeira\",\"Title\":\"GPS Radio Occultation + Boundary Layer Depth Annual L3 V1\",\"SeriesName\":\"GPSROZPBLA\",\"ReleaseDate\":\"2018-08-15T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"Version\":\"1\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPSROZPBLA_1.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ALTITUDE\",\"VariableLevel1\":\"PLANETARY + BOUNDARY LAYER HEIGHT\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2015-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/4XKM9DCKEB5K\"},\"ShortName\":\"GPSROZPBLA\",\"EntryTitle\":\"GPS + Radio Occultation Boundary Layer Depth Annual L3 V1 (GPSROZPBLA) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/BLH/Images/GPSROZPBLA_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPSROZPBLA_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/BoundaryLayerDepth/GPSROZPBLA.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/BoundaryLayerDepth/GPSROZPBLA.1/\",\"Subtype\":\"OPENDAP + DATA\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/BoundaryLayerDepth/GPSROZPBLA.1/doc/README_BoundaryLayerDepth_V1.pdf\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPSROZPBLA\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://genesis.jpl.nasa.gov/genesis/\",\"Description\":\"COSMIC + and TerraSAR-X data are routinely processed at JPL and publicly distributed.\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2018-07-02T16:37:29.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-07-02T16:37:29.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset has been superseded by version 2. It provides an annual average of + a global planetary boundary layer (PBL) height climatology derived from the + COSMIC/FORMOSAT-3 and TerraSAR-X Global Positioning System (GPS) radio occultation + (RO) measurements from June 2006 to December 2015. \\n\\n\\nThe COSMIC/FORMOSAT-3 + mission consists of a six-satellite constellation launched in 2006. Each + satellite carries the IGOR GPS receiver and is equipped with fore and aft + looking antenna to track both setting and rising occultations. The constellation + provides globally distributed measurements across different local times. The + TerraSAR-X (TSX) is a X-band SAR imaging satellite with GPS RO being a secondary + measurement. It also carries an IGOR receiver and has been collecting GPS + RO measurements since 2011. The instrument tracks the L-band microwave signal + broadcast by a GPS satellite in a limb-viewing geometry. The IGOR receivers + on COSMIC and TSX are capable of tracking the GPS signals in open loop through + the middle to lower troposphere, which is essential for obtaining data with + high quality for PBL height estimation, especially at low latitudes. The + refractivity profiles from COSMIC and TSX form the basis for this PBL height + product.\\n\\n\\n\\nFor each occultation, the PBL height is calculated as + the height where the vertical gradient of the refractivity (dN/dz) is minimum. + \ This algorithm is designed to locate the height where a large vertical change + in refractivity occurs, corresponding to the transition from the free troposphere + to the PBL. More details can be found in Ao et al. (2012). Each PBL height + is associated with a time (starting time of the occultation) and location + (latitude and longitude of the tangent point at the minimum altitude). The + PBL height data are then binned into 2 degree x 2 degree latitude/longitude + regions and averaged to produce the mean and standard deviation values in + the climatology products. The refractivity profile has a vertical resolution + of about 200 m and represents an along path horizontal averaging of ~100 km. + \ Thus, occultations with tangent points near the coast may represent averaging + over both land and ocean and should be interpreted with care. \\n\\nThe refractivity + gradient method used here is not the only method that can be used to estimate + the PBL height. Other algorithms have been proposed, including looking at + \\\"breakpoint\\\" instead of minimum gradient, wavelet covariance transform, + and using variables like bending angles or specific humidity instead of refractivity. + \ However, the basic principle is the same. The difference between the different + algorithms is small where the PBL is well-defined, with a strong capping inversion.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2018-07-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-07T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"The + first version of the dataset.\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"THOMAS\",\"MiddleName\":\"JOSEPH\",\"LastName\":\"HEARTY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6513\"},{\"Type\":\"Email\",\"Value\":\"Thomas.J.Hearty@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOAO\",\"LastName\":\"TEIXEIRA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Joao.Teixeira@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHI\",\"LastName\":\"Ao\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chi.o.ao@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Matthew\",\"LastName\":\"Lebsock\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Matthew.D.Lebsock@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Peter\",\"LastName\":\"Kalmus\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Peter.M.Kalmus@jpl.nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TSX\",\"LongName\":\"TerraSAR-X\",\"Instruments\":[{\"ShortName\":\"IGOR\",\"LongName\":\"Integrated + GPS Occultation Receiver\"}]},{\"Type\":\"Solar/Space Observation Satellites\",\"ShortName\":\"COSMIC/FORMOSAT-3\",\"LongName\":\"Constellation + Observing System for Meteorology, Ionosphere and Climate\",\"Instruments\":[{\"ShortName\":\"IGOR\",\"LongName\":\"Integrated + GPS Occultation Receiver\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/BoundaryLayerDepth/GPSROZPBLA.2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPSROZPBLA_2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2226544227-GES_DISC\",\"revision-date\":\"2023-11-17T20:53:28.941Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Boundary + Layer Height\",\"Boundary Layer Thickness\"],\"CollectionCitations\":[{\"Creator\":\"Chi + Ao, Peter Kalmus, Matthew Lebsock, Joao Teixeira\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPSROZPBLA_2.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPS + Radio Occultation Boundary Layer Depth Annual L3\",\"SeriesName\":\"GPSROZPBLA\",\"ReleaseDate\":\"2022-03-04T00:00:00.000Z\",\"Version\":\"2\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ALTITUDE\",\"VariableLevel1\":\"PLANETARY + BOUNDARY LAYER HEIGHT\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2019-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/XKO8DCSRTPUZ\"},\"ShortName\":\"GPSROZPBLA\",\"EntryTitle\":\"GPS + Radio Occultation Boundary Layer Depth Annual L3 V2 (GPSROZPBLA) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Ao, + Chi O. and Waliser, Duane E. and Chan, Steven K. and Li, Jui-Lin and Tian, + Baijun and Xie, Feiqin and Mannucci, Anthony J.\",\"PublicationDate\":\"2012-01-01T00:00:00.000Z\",\"Title\":\"Planetary + boundary layer heights from GPS radio occultation refractivity and humidity + profiles\",\"Series\":\"Journal of Geophysical Research: Atmospheres\",\"Edition\":\"D16\",\"Volume\":\"117\",\"OtherReferenceDetails\":\"Data + Author Publication\",\"DOI\":{\"DOI\":\"10.1029/2012JD017598\"}},{\"Volume\":\"276\",\"Title\":\"A + high-resolution planetary boundary layer height seasonal climatology from + GNSS radio occultations}\",\"DOI\":{\"DOI\":\"10.1016/j.rse.2022.113037\"},\"Issue\":\"0034-4257\",\"PublicationDate\":\"2022-01-01T00:00:00.000Z\",\"Author\":\"Peter + Kalmus and Chi O. Ao and Kuo-Nung Wang and Maria Paola Manzi and Jo\xE3o Teixeira\",\"OtherReferenceDetails\":\"Data + Author Publication\",\"Series\":\"Remote Sensing of Environment\",\"Pages\":\"113037\"}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/BoundaryLayerDepth/GPSROZPBLA.2/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/BLH/Images/GPSROZPBLA_2.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPSROZPBLA_2.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/BoundaryLayerDepth/GPSROZPBLA.2/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/BoundaryLayerDepth/GPSROZPBLA.2/\",\"Subtype\":\"OPENDAP + DATA\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/BoundaryLayerDepth/GPSROZPBLA.2/doc/README_BoundaryLayerDepth_V2.pdf\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPSROZPBLA\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://genesis.jpl.nasa.gov/genesis/\",\"Description\":\"COSMIC + and TerraSAR-X data are routinely processed at JPL and publicly distributed.\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2018-07-02T16:37:29.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-07-02T16:37:29.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset provides an annual average climatology of planetary boundary layer + (PBL) height derived from COSMIC/FORMOSAT-3, TerraSAR-X, KOMPSAT-5, and PAZ + Global Positioning System (GPS) radio occultation (RO) measurements. The + COSMIC/FORMOSAT-3 mission consists of a six-satellite constellation launched + in 2006. Each satellite carries an Integrated GPS Occultation Receiver (IGOR) + GPS receiver and is equipped with fore and aft looking antenna to track both + setting and rising occultations. The constellation provides globally distributed + measurements across different local times. The instrument tracks the L-band + microwave signal broadcast by a GPS satellite in a limb-viewing geometry. + The IGOR receivers are capable of tracking the GPS signals in open loop through + the middle to lower troposphere, which is essential for obtaining data with + high quality for PBL height estimation, especially at low latitudes. The + refractivity profiles form the basis for this PBL height product. For each + occultation, the PBL height is calculated as the height where the vertical + gradient of the refractivity (dN/dz) is minimum. This algorithm is designed + to locate the height where a large vertical change in refractivity occurs, + corresponding to the transition from the free troposphere to the PBL. More + details can be found in Ao et al. (2012). This is the latest version of this + collection which supercedes previous versions.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2018-07-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-07T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"The + first version of the dataset.\",\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"THOMAS\",\"MiddleName\":\"JOSEPH\",\"LastName\":\"HEARTY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6513\"},{\"Type\":\"Email\",\"Value\":\"Thomas.J.Hearty@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOAO\",\"LastName\":\"TEIXEIRA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Joao.Teixeira@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHI\",\"LastName\":\"Ao\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chi.o.ao@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Matthew\",\"LastName\":\"Lebsock\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Matthew.D.Lebsock@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Peter\",\"LastName\":\"Kalmus\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Peter.M.Kalmus@jpl.nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TSX\",\"LongName\":\"TerraSAR-X\",\"Instruments\":[{\"ShortName\":\"IGOR\",\"LongName\":\"Integrated + GPS Occultation Receiver\"}]},{\"Type\":\"Solar/Space Observation Satellites\",\"ShortName\":\"COSMIC/FORMOSAT-3\",\"LongName\":\"Constellation + Observing System for Meteorology, Ionosphere and Climate\",\"Instruments\":[{\"ShortName\":\"IGOR\",\"LongName\":\"Integrated + GPS Occultation Receiver\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"PAZ\",\"LongName\":\"SAR + Observation Spanish Satellite\",\"Instruments\":[{\"ShortName\":\"IGOR\",\"LongName\":\"Integrated + GPS Occultation Receiver\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"KOMPSAT-5\",\"LongName\":\"Korea + Multi-Purpose Satellite - 5\",\"Instruments\":[{\"ShortName\":\"IGOR\",\"LongName\":\"Integrated + GPS Occultation Receiver\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GPSROZPBLS_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1562324239-GES_DISC\",\"revision-date\":\"2023-11-01T13:41:26.632Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Boundary + Layer Height\",\"Boundary Layer Thickness\"],\"CollectionCitations\":[{\"Creator\":\"Chi + Ao, Peter Kalmus, Matthew Lebsock, Joao Teixeira\",\"Title\":\"GPS Radio Occultation + Boundary Layer Depth Seasonal L3 V1\",\"SeriesName\":\"GPSROZPBLS\",\"ReleaseDate\":\"2018-08-15T00:00:00.000Z\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"Version\":\"1\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPSROZPBLS_1.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ALTITUDE\",\"VariableLevel1\":\"PLANETARY + BOUNDARY LAYER HEIGHT\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2015-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/XGL1QBKFBI5B\"},\"ShortName\":\"GPSROZPBLS\",\"EntryTitle\":\"GPS + Radio Occultation Boundary Layer Depth Seasonal L3 V1 (GPSROZPBLS) at GES + DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/BLH/Images/GPSROZPBLS_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPSROZPBLS_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/BoundaryLayerDepth/GPSROZPBLS.1/\",\"Subtype\":\"DATA + TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/BoundaryLayerDepth/GPSROZPBLS.1/\",\"Subtype\":\"OPENDAP + DATA\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/BoundaryLayerDepth/GPSROZPBLS.1/doc/README_BoundaryLayerDepth_V1.pdf\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPSROZPBLS\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://genesis.jpl.nasa.gov/genesis/\",\"Description\":\"COSMIC + and TerraSAR-X data are routinely processed at JPL and publicly distributed.\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2018-07-02T16:37:29.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-07-02T16:37:29.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset has been superseded by version 2. It provides seasonal averages of + a global planetary boundary layer (PBL) height climatology derived from the + COSMIC/FORMOSAT-3 and TerraSAR-X Global Positioning System (GPS) radio occultation + (RO) measurements from June 2006 to December 2015. \\n\\n\\nThe COSMIC/FORMOSAT-3 + mission consists of a six-satellite constellation launched in 2006. Each + satellite carries the IGOR GPS receiver and is equipped with fore and aft + looking antenna to track both setting and rising occultations. The constellation + provides globally distributed measurements across different local times. The + TerraSAR-X (TSX) is a X-band SAR imaging satellite with GPS RO being a secondary + measurement. It also carries an IGOR receiver and has been collecting GPS + RO measurements since 2011. The instrument tracks the L-band microwave signal + broadcast by a GPS satellite in a limb-viewing geometry. The IGOR receivers + on COSMIC and TSX are capable of tracking the GPS signals in open loop through + the middle to lower troposphere, which is essential for obtaining data with + high quality for PBL height estimation, especially at low latitudes. The + refractivity profiles from COSMIC and TSX form the basis for this PBL height + product.\\n\\nFor each occultation, the PBL height is calculated as the height + where the vertical gradient of the refractivity (dN/dz) is minimum. This + algorithm is designed to locate the height where a large vertical change in + refractivity occurs, corresponding to the transition from the free troposphere + to the PBL. More details can be found in Ao et al. (2012). Each PBL height + is associated with a time (starting time of the occultation) and location + (latitude and longitude of the tangent point at the minimum altitude). The + PBL height data are then binned into 2 degree x 2 degree latitude/longitude + regions and averaged to produce the mean and standard deviation values in + the climatology products. The refractivity profile has a vertical resolution + of about 200 m and represents an along path horizontal averaging of ~100 km. + \ Thus, occultations with tangent points near the coast may represent averaging + over both land and ocean and should be interpreted with care. \\n\\nThe refractivity + gradient method used here is not the only method that can be used to estimate + the PBL height. Other algorithms have been proposed, including looking at + \\\"breakpoint\\\" instead of minimum gradient, wavelet covariance transform, + and using variables like bending angles or specific humidity instead of refractivity. + \ However, the basic principle is the same. The difference between the different + algorithms is small where the PBL is well-defined, with a strong capping inversion.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2018-07-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-07T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"The + first version of the dataset.\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"THOMAS\",\"MiddleName\":\"JOSEPH\",\"LastName\":\"HEARTY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6513\"},{\"Type\":\"Email\",\"Value\":\"Thomas.J.Hearty@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOAO\",\"LastName\":\"TEIXEIRA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Joao.Teixeira@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHI\",\"LastName\":\"Ao\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chi.o.ao@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Matthew\",\"LastName\":\"Lebsock\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Matthew.D.Lebsock@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Peter\",\"LastName\":\"Kalmus\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Peter.M.Kalmus@jpl.nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TSX\",\"LongName\":\"TerraSAR-X\",\"Instruments\":[{\"ShortName\":\"IGOR\",\"LongName\":\"Integrated + GPS Occultation Receiver\"}]},{\"Type\":\"Solar/Space Observation Satellites\",\"ShortName\":\"COSMIC/FORMOSAT-3\",\"LongName\":\"Constellation + Observing System for Meteorology, Ionosphere and Climate\",\"Instruments\":[{\"ShortName\":\"IGOR\",\"LongName\":\"Integrated + GPS Occultation Receiver\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/BoundaryLayerDepth/GPSROZPBLS.2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GPSROZPBLS_2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2226041112-GES_DISC\",\"revision-date\":\"2023-11-17T21:21:39.069Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Boundary + Layer Height\",\"Boundary Layer Thickness\"],\"CollectionCitations\":[{\"Creator\":\"Chi + Ao, Peter Kalmus, Matthew Lebsock, Joao Teixeira\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GPSROZPBLS_2.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"GPS + Radio Occultation Boundary Layer Depth Seasonal L3\",\"SeriesName\":\"GPSROZPBLS\",\"ReleaseDate\":\"2022-03-04T00:00:00.000Z\",\"Version\":\"2\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ALTITUDE\",\"VariableLevel1\":\"PLANETARY + BOUNDARY LAYER HEIGHT\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-06-01T00:00:00.000Z\",\"EndingDateTime\":\"2019-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/DKDMKV7IOB1P\"},\"ShortName\":\"GPSROZPBLS\",\"EntryTitle\":\"GPS + Radio Occultation Boundary Layer Depth Seasonal L3 V2 (GPSROZPBLS) at GES + DISC\",\"PublicationReferences\":[{\"Author\":\"Ao, Chi O. and Waliser, Duane + E. and Chan, Steven K. and Li, Jui-Lin and Tian, Baijun and Xie, Feiqin and + Mannucci, Anthony J.\",\"PublicationDate\":\"2012-01-01T00:00:00.000Z\",\"Title\":\"Planetary + boundary layer heights from GPS radio occultation refractivity and humidity + profiles\",\"Series\":\"Journal of Geophysical Research: Atmospheres\",\"Edition\":\"D16\",\"Volume\":\"117\",\"OtherReferenceDetails\":\"Data + Author Publication\",\"DOI\":{\"DOI\":\"10.1029/2012JD017598\"}},{\"Volume\":\"276\",\"Title\":\"A + high-resolution planetary boundary layer height seasonal climatology from + GNSS radio occultations}\",\"DOI\":{\"DOI\":\"10.1016/j.rse.2022.113037\"},\"Issue\":\"0034-4257\",\"PublicationDate\":\"2022-01-01T00:00:00.000Z\",\"Author\":\"Peter + Kalmus and Chi O. Ao and Kuo-Nung Wang and Maria Paola Manzi and Jo\xE3o Teixeira\",\"OtherReferenceDetails\":\"Data + Author Publication\",\"Series\":\"Remote Sensing of Environment\",\"Pages\":\"113037\"}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/BoundaryLayerDepth/GPSROZPBLS.2/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/MEaSUREs/BLH/Images/GPSROZPBLS_2.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GPSROZPBLS_2.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/BoundaryLayerDepth/GPSROZPBLS.2/\",\"Subtype\":\"DATA + TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/opendap/BoundaryLayerDepth/GPSROZPBLS.2/\",\"Subtype\":\"OPENDAP + DATA\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://measures.gesdisc.eosdis.nasa.gov/data/BoundaryLayerDepth/GPSROZPBLS.2/doc/README_BoundaryLayerDepth_V2.pdf\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GPSROZPBLS\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://genesis.jpl.nasa.gov/genesis/\",\"Description\":\"COSMIC + and TerraSAR-X data are routinely processed at JPL and publicly distributed.\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2018-07-02T16:37:29.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-07-02T16:37:29.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset provides a seasonal average climatology of global planetary boundary + layer (PBL) height derived from COSMIC/FORMOSAT-3, TerraSAR-X, KOMPSAT-5, + and PAZ Global Positioning System (GPS) radio occultation (RO) measurements. + \ The COSMIC/FORMOSAT-3 mission consists of a six-satellite constellation + launched in 2006. Each satellite carries an Integrated GPS Occultation Receiver + (IGOR) GPS receiver and is equipped with fore and aft looking antenna to track + both setting and rising occultations. The constellation provides globally + distributed measurements across different local times. The instrument tracks + the L-band microwave signal broadcast by a GPS satellite in a limb-viewing + geometry. The IGOR receivers are capable of tracking the GPS signals in open + loop through the middle to lower troposphere, which is essential for obtaining + data with high quality for PBL height estimation, especially at low latitudes. + \ The refractivity profiles form the basis for this PBL height product. For + each occultation, the PBL height is calculated as the height where the vertical + gradient of the refractivity (dN/dz) is minimum. This algorithm is designed + to locate the height where a large vertical change in refractivity occurs, + corresponding to the transition from the free troposphere to the PBL. More + details can be found in Ao et al. (2012). This is the latest version of this + collection which supersedes previous versions.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2018-07-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-07T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"The + first version of the dataset.\",\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"THOMAS\",\"MiddleName\":\"JOSEPH\",\"LastName\":\"HEARTY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6513\"},{\"Type\":\"Email\",\"Value\":\"Thomas.J.Hearty@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOAO\",\"LastName\":\"TEIXEIRA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Joao.Teixeira@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"CHI\",\"LastName\":\"Ao\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"chi.o.ao@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Matthew\",\"LastName\":\"Lebsock\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Matthew.D.Lebsock@jpl.nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Peter\",\"LastName\":\"Kalmus\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Peter.M.Kalmus@jpl.nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TSX\",\"LongName\":\"TerraSAR-X\",\"Instruments\":[{\"ShortName\":\"IGOR\",\"LongName\":\"Integrated + GPS Occultation Receiver\"}]},{\"Type\":\"Solar/Space Observation Satellites\",\"ShortName\":\"COSMIC/FORMOSAT-3\",\"LongName\":\"Constellation + Observing System for Meteorology, Ionosphere and Climate\",\"Instruments\":[{\"ShortName\":\"IGOR\",\"LongName\":\"Integrated + GPS Occultation Receiver\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"PAZ\",\"LongName\":\"SAR + Observation Spanish Satellite\",\"Instruments\":[{\"ShortName\":\"IGOR\",\"LongName\":\"Integrated + GPS Occultation Receiver\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"KOMPSAT-5\",\"LongName\":\"Korea + Multi-Purpose Satellite - 5\",\"Instruments\":[{\"ShortName\":\"IGOR\",\"LongName\":\"Integrated + GPS Occultation Receiver\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_AOD1B_GRAV_GFZ_RL06/\",\"podaac-ops-cumulus-public/GRACE_AOD1B_GRAV_GFZ_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+ATMOSPHERE+AND+OCEAN+DE-ALIASING+GFZ+RELEASE+6.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2036882087-POCLOUD\",\"revision-date\":\"2023-09-06T18:32:44.183Z\",\"granule-count\":572,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Gravity\",\" + GFZ\",\" AOD1B\",\" RL06\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"GFZ\",\"Title\":\"GRACE_AOD1B_GRAV_GFZ_RL06\",\"SeriesName\":\"GRACE + ATMOSPHERE AND OCEAN DE-ALIASING GFZ\",\"OtherCitationDetails\":\"GRACE, GFZ, + 2018-05-16, GRACE ATMOSPHERE AND OCEAN DE-ALIASING GFZ RELEASE 6.0, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-05-16T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"1976-01-01T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2021-03-31T23:59:59.999Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + ATMOSPHERE AND OCEAN DE-ALIASING GFZ\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRAOD-1BG06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":65.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-75.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Spherical\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World Geodetic + System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":50000.0,\"YDimension\":50000.0,\"Unit\":\"Meters\"}]}}},\"OrbitParameters\":{\"SwathWidth\":-1.0,\"InclinationAngle\":89.0,\"NumberOfOrbits\":1.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY + ANOMALIES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"OCEAN BOTTOM PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"PRESSURE + ANOMALIES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1976-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GRAOD-1BG06\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRACE_AOD1B_GRAV_GFZ_RL06\",\"EntryTitle\":\"GRACE + ATMOSPHERE AND OCEAN DE-ALIASING GFZ RELEASE 6.0\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Flechtner, + F. 2007. Gravity Recovery and Climate Experiment AOD1B Product Description + Document for Product Releases 01 to 04. GeoForschungszentrum Potsdam\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_AOD1B_GRAV_GFZ_RL06/\",\"podaac-ops-cumulus-public/GRACE_AOD1B_GRAV_GFZ_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"AOD1B + Product Description Document for Product Release 06\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/AOD1B_PDD_RL06_v6.1.pdf\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_AOD1B_GRAV_GFZ_RL06.jpg\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"Browse + and download granules over HTTPS using the virtual directories\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2036882087-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2036882087-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-05-09T18:16:47.525Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-05-09T18:16:47.525Z\"}],\"Abstract\":\"The + GRACE Atmosphere and Ocean De-aliasing dataset contains spherical harmonic + coefficients of combined barotropic or baroclinic sea level and vertical integrated + pressure variations at 6-hour sample rate. It is used as a correction product + for the Level 2 GRACE datasets.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-12-06T17:34:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-06T18:32:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"},{\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"DE/GFZ\",\"LongName\":\"Geo + Research Center Potsdam, Germany\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Geo + Research Center Potsdam, Germany\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"http://www.gfz-potsdam.de/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GSM_L2_GRAV_CSR_RL06/\",\"podaac-ops-cumulus-public/GRACE_GSM_L2_GRAV_CSR_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+FIELD+GEOPOTENTIAL+COEFFICIENTS+CSR+RELEASE+6.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772131-POCLOUD\",\"revision-date\":\"2023-09-05T23:11:36.378Z\",\"granule-count\":326,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\" + GRACE\",\" GSM\",\" CSR\",\" RL06\",\"SPHERICAL HARMONIC\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"CSR\",\"Title\":\"GRACE_GSM_L2_GRAV_CSR_RL06\",\"SeriesName\":\"GRACE + Monthly Geopotential Spherical Harmonic Coefficients CSR (GSM)\",\"OtherCitationDetails\":\"GRACE, + CSR, 2018-05-10, GRACE FIELD GEOPOTENTIAL COEFFICIENTS CSR RELEASE 6.0, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-05-10T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-05T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-28T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + Monthly Geopotential Spherical Harmonic Coefficients CSR (GSM)\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRGSM-20C06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-05T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/GRGSM-20C06\"},\"ShortName\":\"GRACE_GSM_L2_GRAV_CSR_RL06\",\"EntryTitle\":\"GRACE + FIELD GEOPOTENTIAL COEFFICIENTS CSR RELEASE 6.0\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GSM_L2_GRAV_CSR_RL06/\",\"podaac-ops-cumulus-public/GRACE_GSM_L2_GRAV_CSR_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version UTCSR RL-06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_csr_RL06.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"UTCSR Level-2 Processing Standards + Document For Level-2 Product Release 06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-CSR006_ProcStd_v5.0.pdf\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GSM_L2_GRAV_CSR_RL06.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Product Specification Document\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ProdSpecDoc_v4.6.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/CSR/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772131-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772131-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-04-26T21:38:18.094Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-04-26T21:38:18.094Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of static field geopotential + of the Earth, derived from the Gravity Recovery and Climate Experiment (GRACE) + mission measurements, produced by the Center for Space Research (CSR) at University + of Texas at Austin. The data are in spherical harmonics averaged over approximately + a month. The primary objective of the GRACE mission is to obtain accurate + estimates of the mean and time-variable components of the gravity field variations. + \ This objective is achieved by making continuous measurements of the change + in distance between twin spacecraft, co-orbiting in about 500 km altitude, + near circular, polar orbit, spaced approximately 200 km apart, using a microwave + ranging system. In addition to these range change, the non-gravitional forces + are measured on each satellite using a high accuracy electrostatic, room-temperature + accelerometer. The satellite orientation and position (and timing) are precisely + measured using twin star cameras and a GPS receiver, respectively. Spatial + and temporal variations in the gravity field affect the orbits (or trajectories) + of the twin spacecraft differently. These differences are manifested as changes + in the distance between the spacecraft, as they orbit the Earth. This change + in distance is reflected in the time-of-flight of microwave signals transmitted + and received nearly simultaneously between the two spacecraft. The change + in this time of fight is continuously measured by tracking the phase of the + microwave carrier signals. The so called dual-one-way range change measurements + can be reconstructed from these phase measurements. This range change (or + its numerically derived derivatives), along with other mission and ancillary + data, is subsequently analyzed to extract the parameters of an Earth gravity + field model.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-20T21:06:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T23:11:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/CSR\",\"LongName\":\"Center + for Space Research, University of Texas at Austin\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"http://www.csr.utexas.edu/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GSM_L2_GRAV_GFZ_RL06/\",\"podaac-ops-cumulus-public/GRACE_GSM_L2_GRAV_GFZ_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+FIELD+GEOPOTENTIAL+COEFFICIENTS+GFZ+RELEASE+6.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772132-POCLOUD\",\"revision-date\":\"2023-09-05T23:18:33.905Z\",\"granule-count\":326,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\" + GRACE\",\" GSM\",\" GFZ\",\" RL06\",\"SPHERICAL HARMONIC\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"GFZ\",\"Title\":\"GRACE_GSM_L2_GRAV_GFZ_RL06\",\"SeriesName\":\"GRACE + Monthly Geopotential Spherical Harmonic Coefficients GFZ (GSM)\",\"OtherCitationDetails\":\"GRACE, + GFZ, 2018-08-31, GRACE FIELD GEOPOTENTIAL COEFFICIENTS GFZ RELEASE 6.0, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-08-31T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-05T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + Monthly Geopotential Spherical Harmonic Coefficients GFZ (GSM)\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRGSM-20G06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY + ANOMALIES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-05T00:00:00.000Z\",\"EndingDateTime\":\"2017-07-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5880/GFZ.GRACE_06_GSM\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRACE_GSM_L2_GRAV_GFZ_RL06\",\"EntryTitle\":\"GRACE + FIELD GEOPOTENTIAL COEFFICIENTS GFZ RELEASE 6.0\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GSM_L2_GRAV_GFZ_RL06/\",\"podaac-ops-cumulus-public/GRACE_GSM_L2_GRAV_GFZ_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version GFZ RL06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_gfz_RL06.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GFZ Level-2 Processing Standards Document + For Level-2 Product RL06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/retired/docs/L2-GFZ_ProcStds_RL06_DRAFT.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GSM_L2_GRAV_GFZ_RL06.jpg\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/GFZ/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772132-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772132-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-08-06T19:06:11.897Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-08-06T19:06:11.897Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of static field geopotential + of the Earth, derived from the Gravity Recovery and Climate Experiment (GRACE) + mission measurements, produced by the German Research Centre for Geosciences + (GFZ). The data are in spherical harmonics averaged over approximately a + month. The primary objective of the GRACE mission is to obtain accurate estimates + of the mean and time-variable components of the gravity field variations. + \ This objective is achieved by making continuous measurements of the change + in distance between twin spacecraft, co-orbiting in about 500 km altitude, + near circular, polar orbit, spaced approximately 200 km apart, using a microwave + ranging system. In addition to these range change, the non-gravitional forces + are measured on each satellite using a high accuracy electrostatic, room-temperature + accelerometer. The satellite orientation and position (and timing) are precisely + measured using twin star cameras and a GPS receiver, respectively. Spatial + and temporal variations in the gravity field affect the orbits (or trajectories) + of the twin spacecraft differently. These differences are manifested as changes + in the distance between the spacecraft, as they orbit the Earth. This change + in distance is reflected in the time-of-flight of microwave signals transmitted + and received nearly simultaneously between the two spacecraft. The change + in this time of fight is continuously measured by tracking the phase of the + microwave carrier signals. The so called dual-one-way range change measurements + can be reconstructed from these phase measurements. This range change (or + its numerically derived derivatives), along with other mission and ancillary + data, is subsequently analyzed to extract the parameters of an Earth gravity + field model.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-20T19:36:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T23:18:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"DE/GFZ\",\"LongName\":\"Geo + Research Center Potsdam, Germany\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"http://www.gfz-potsdam.de/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GSM_L2_GRAV_JPL_RL06/\",\"podaac-ops-cumulus-public/GRACE_GSM_L2_GRAV_JPL_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+FIELD+GEOPOTENTIAL+COEFFICIENTS+JPL+RELEASE+6.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772133-POCLOUD\",\"revision-date\":\"2023-09-05T23:21:00.540Z\",\"granule-count\":319,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\" + GRACE\",\" GSM\",\" JPL\",\" RL06\",\"SPHERICAL HARMONIC\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"JPL\",\"Title\":\"GRACE_GSM_L2_GRAV_JPL_RL06\",\"SeriesName\":\"GRACE + Monthly Geopotential Spherical Harmonic Coefficients JPL (GSM)\",\"OtherCitationDetails\":\"GRACE, + JPL, 2018-07-05, GRACE FIELD GEOPOTENTIAL COEFFICIENTS JPL RELEASE 6.0, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-07-05T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL + PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-04T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + Monthly Geopotential Spherical Harmonic Coefficients JPL (GSM)\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRGSM-20J06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY + ANOMALIES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-04T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/GRGSM-20J06\"},\"ShortName\":\"GRACE_GSM_L2_GRAV_JPL_RL06\",\"EntryTitle\":\"GRACE + FIELD GEOPOTENTIAL COEFFICIENTS JPL RELEASE 6.0\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GSM_L2_GRAV_JPL_RL06/\",\"podaac-ops-cumulus-public/GRACE_GSM_L2_GRAV_JPL_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version JPL RL-06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_jpl_RL06.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GSM_L2_GRAV_JPL_RL06.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"JPL Level-2 Processing Standards Document + For Level-2 Product Release 06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-JPL_ProcStds_v6.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Product Specification Document\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ProdSpecDoc_v4.6.pdf\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/JPL/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772133-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772133-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-06-11T20:11:46.237Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-06-11T20:11:46.237Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of static field geopotential + of the Earth, derived from the Gravity Recovery and Climate Experiment (GRACE) + mission measurements, produced by the NASA Jet Propulsion Laboratory (JPL). + \ The data are in spherical harmonics averaged over approximately a month. + \ The primary objective of the GRACE mission is to obtain accurate estimates + of the mean and time-variable components of the gravity field variations. + \ This objective is achieved by making continuous measurements of the change + in distance between twin spacecraft, co-orbiting in about 500 km altitude, + near circular, polar orbit, spaced approximately 200 km apart, using a microwave + ranging system. In addition to these range change, the non-gravitional forces + are measured on each satellite using a high accuracy electrostatic, room-temperature + accelerometer. The satellite orientation and position (and timing) are precisely + measured using twin star cameras and a GPS receiver, respectively. Spatial + and temporal variations in the gravity field affect the orbits (or trajectories) + of the twin spacecraft differently. These differences are manifested as changes + in the distance between the spacecraft, as they orbit the Earth. This change + in distance is reflected in the time-of-flight of microwave signals transmitted + and received nearly simultaneously between the two spacecraft. The change + in this time of fight is continuously measured by tracking the phase of the + microwave carrier signals. The so called dual-one-way range change measurements + can be reconstructed from these phase measurements. This range change (or + its numerically derived derivatives), along with other mission and ancillary + data, is subsequently analyzed to extract the parameters of an Earth gravity + field model.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-20T21:08:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T23:20:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_L1B_GRAV_JPL_RL02/\",\"podaac-ops-cumulus-public/GRACE_L1B_GRAV_JPL_RL02/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+LEVEL+1B+JPL+RELEASE+2.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772134-POCLOUD\",\"revision-date\":\"2024-02-14T22:52:31.722Z\",\"granule-count\":5491,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\"GRACE\",\"JPL\",\"L1B\",\"RL02\",\"Level-1\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"JPL\",\"Title\":\"GRACE_L1B_GRAV_JPL_RL02\",\"SeriesName\":\"GRACE + Level-1B Data\",\"OtherCitationDetails\":\"GRACE, JPL, 2001-09-01, GRACE LEVEL + 1B JPL RELEASE 2.0, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2001-09-01T00:00:00.000Z\",\"Version\":\"2\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-04T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + Level-1B Data\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent ID\",\"Description\":\"Dataset + Persistent ID\",\"Value\":\"PODAAC-GRJPL-L1B02\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-04T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/GRJPL-L1B02\"},\"ShortName\":\"GRACE_L1B_GRAV_JPL_RL02\",\"EntryTitle\":\"GRACE + LEVEL 1B JPL RELEASE 2.0\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"K. + Case, G. Kruizinga, and S. Wu, 2002, GRACE Level 1B Data Product User Handbook, + JPL Publication D-22027. https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/Handbook_1B_v1.3.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_L1B_GRAV_JPL_RL02/\",\"podaac-ops-cumulus-public/GRACE_L1B_GRAV_JPL_RL02/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_L1B_GRAV_JPL_RL02.jpg\"},{\"Description\":\"GRACE + Level 1B Data Product User Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/L1B/JPL/RL02/docs\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772134-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772134-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"GRACE + Bin2Ascii Reader\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/sw/GraceReadSW_L1_2010-03-31.tar.gz\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2011-07-15T00:02:55.267Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2011-07-15T00:02:55.267Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. The GRACE Level 1B data provide all necessary inputs to + derive monthly time variations in the Earth's gravity field. Level 1B data + are also used for GRACE orbit and mean gravity field determination. It contains + K-Band Ranging Data Product (KBR1B), Star Camera Data Product (SCA1B), Accelerometer + Data Product (ACC1B), GPS Data Product (GPS1B), Vector Products (VGN1B, VGO1B, + VGB1B, VCM1B, VKB1B, VSL1B), Quaternion Products (QSA1B, QSB1B), and Housekeeping + Products (AHK1B, IHK1B, THR1B, TNK1B, MAG1B, MAS1B, TIM1B)\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-06-01T00:06:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-14T22:52:00.000Z\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_L1B_GRAV_JPL_RL03/\",\"podaac-ops-cumulus-public/GRACE_L1B_GRAV_JPL_RL03/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+LEVEL+1B+JPL+RELEASE+3.0\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772142-POCLOUD\",\"revision-date\":\"2024-02-14T22:51:25.631Z\",\"granule-count\":182,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"gravity\",\" + GRACE\",\" JPL\",\" L1B\",\" RL03\",\"Level-1\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"JPL\",\"Title\":\"GRACE_L1B_GRAV_JPL_RL03\",\"SeriesName\":\"GRACE + Level-1B Data\",\"OtherCitationDetails\":\"GRACE, JPL, 2018-07-05, GRACE LEVEL + 1B JPL RELEASE 3.0, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-07-05T00:00:00.000Z\",\"Version\":\"3\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-01T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-30T23:59:59.999Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + Level-1B Data\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent ID\",\"Description\":\"Dataset + Persistent ID\",\"Value\":\"PODAAC-GRJPL-L1B03\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-07-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/GRJPL-L1B03\"},\"ShortName\":\"GRACE_L1B_GRAV_JPL_RL03\",\"EntryTitle\":\"GRACE + LEVEL 1B JPL RELEASE 3.0\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"K. + Case, G. Kruizinga, and S. Wu, 2002, GRACE Level 1B Data Product User Handbook, + JPL Publication D-22027. https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/Handbook_1B_v1.3.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_L1B_GRAV_JPL_RL03/\",\"podaac-ops-cumulus-public/GRACE_L1B_GRAV_JPL_RL03/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"GRACE + Level 1B Data Product User Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/L1B/JPL/RL02/docs\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_L1B_GRAV_JPL_RL03.jpg\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772142-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772142-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"GRACE + Bin2Ascii Reader\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/sw/GraceReadSW_L1_2010-03-31.tar.gz\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-04-03T18:33:09.356Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-04-03T18:33:09.356Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. The GRACE Level 1B data provide all necessary inputs to + derive monthly time variations in the Earth's gravity field. Level 1B data + are also used for GRACE orbit and mean gravity field determination. It contains + K-Band Ranging Data Product (KBR1B), Star Camera Data Product (SCA1B), Accelerometer + Data Product (ACC1B), GPS Data Product (GPS1B), Vector Products (VGN1B, VGO1B, + VGB1B, VCM1B, VKB1B, VSL1B), Quaternion Products (QSA1B, QSB1B), and Housekeeping + Products (AHK1B, IHK1B, THR1B, TNK1B, MAG1B, MAS1B, TIM1B)The GRACE Level-1B + RL03 data consists only of updated spacecraft attitude (SCA1B) and K-band + inter-satellite ranging (KBR1B) data. All other Level-1B were not changed + and it is recommended to use the RL02 products with the updated RL03 KBR1B + and SCA1B products. The RL03 SCA1B data were corrected for a stellar aberration + error in the onboard star tracker software and incorrect data weighting in + the star tracker combination software. For the RL03 SCA1B data a new software + module was developed that uses Kalman filtering, field of view error modeling, + relative alignment adjustment and the inclusion of angular spacecraft body + acceleration measurements from the ACC instrument. This new processing resulted + in a significant reduction in high frequency noise and the elimination of + jumps during transitions between dual and single star tracker operation. The + KBR1B product is updated as well because the KBR antenna phase center range + correction, range rate correction and range acceleration are computed using + the spacecraft attitude information (SCA1B). Only these three correction values + were updated in the KBR1B product. All other entries in the KBR1B remained + the same.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-21T01:24:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-14T22:51:00.000Z\"}],\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"89.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"GRACE + SCA\",\"LongName\":\"Star Camera Assembly\"},{\"ShortName\":\"KBR\",\"LongName\":\"K-Band + Ranging system\"},{\"ShortName\":\"GRACE ACC\",\"LongName\":\"GRACE SuperSTAR + Accelerometer\"},{\"ShortName\":\"GPS\",\"LongName\":\"Global Positioning + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GAC_L2_GRAV_CSR_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAC_L2_GRAV_CSR_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+NON-TIDAL+ATMOSPHERE+AND+OCEAN+GEOPOTENTIAL+COEFFICIENTS+CSR+RELEASE+6.0+GAC\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772120-POCLOUD\",\"revision-date\":\"2023-09-05T23:37:16.688Z\",\"granule-count\":163,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\" + GRACE\",\" CSR\",\" non-tidal\",\" GAC\",\" RL06\",\"SPHERICAL HARMONIC\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"CSR\",\"Title\":\"GRACE_GAC_L2_GRAV_CSR_RL06\",\"SeriesName\":\"GRACE + NON-TIDAL ATMOSPHERE AND OCEAN GEOPOTENTIAL COEFFICIENTS CSR (GAC)\",\"OtherCitationDetails\":\"GRACE, + CSR, 2018-05-10, GRACE NON-TIDAL ATMOSPHERE AND OCEAN GEOPOTENTIAL COEFFICIENTS + CSR RELEASE 6.0 GAC, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/L2/CSR/RL05/docs/\",\"ReleaseDate\":\"2018-05-10T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-05T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-28T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + NON-TIDAL ATMOSPHERE AND OCEAN GEOPOTENTIAL COEFFICIENTS CSR (GAC)\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRGAC-20C06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY + ANOMALIES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"OCEAN BOTTOM PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"PRESSURE + ANOMALIES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-05T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/GRGAC-20C06\"},\"ShortName\":\"GRACE_GAC_L2_GRAV_CSR_RL06\",\"EntryTitle\":\"GRACE + NON-TIDAL ATMOSPHERE AND OCEAN GEOPOTENTIAL COEFFICIENTS CSR RELEASE 6.0 GAC\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GAC_L2_GRAV_CSR_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAC_L2_GRAV_CSR_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Product Specification Document\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ProdSpecDoc_v4.6.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version UTCSR RL-06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_csr_RL06.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GAC_L2_GRAV_CSR_RL06.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"UTCSR Level-2 Processing Standards + Document For Level-2 Product Release 06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-CSR006_ProcStd_v5.0.pdf\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/CSR/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772120-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772120-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-04-26T19:50:27.421Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-04-26T19:50:27.421Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of geopotential field derived + from the Gravity Recovery and Climate Experiment (GRACE) mission measurements + and a non-tidal oceanic and atmospheric model produced by the Center for Space + Research (CSR) at University of Texas at Austin. The data are in spherical + harmonics averaged over approximately a month. The primary objective of the + GRACE mission is to obtain accurate estimates of the mean and time-variable + components of the gravity field variations. This objective is achieved by + making continuous measurements of the change in distance between twin spacecraft, + co-orbiting in about 500 km altitude, near circular, polar orbit, spaced approximately + 200 km apart, using a microwave ranging system. In addition to these range + change, the non-gravitional forces are measured on each satellite using a + high accuracy electrostatic, room-temperature accelerometer. The satellite + orientation and position (and timing) are precisely measured using twin star + cameras and a GPS receiver, respectively. Spatial and temporal variations + in the gravity field affect the orbits (or trajectories) of the twin spacecraft + differently. These differences are manifested as changes in the distance + between the spacecraft, as they orbit the Earth. This change in distance + is reflected in the time-of-flight of microwave signals transmitted and received + nearly simultaneously between the two spacecraft. The change in this time + of fight is continuously measured by tracking the phase of the microwave carrier + signals. The so called dual-one-way range change measurements can be reconstructed + from these phase measurements. This range change (or its numerically derived + derivatives), along with other mission and ancillary data, is subsequently + analyzed to extract the parameters of an Earth gravity field model.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-20T20:51:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T23:37:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/CSR\",\"LongName\":\"Center + for Space Research, University of Texas at Austin\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"http://www.csr.utexas.edu/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"-1.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"KBR\",\"LongName\":\"K-Band + Ranging system\",\"Characteristics\":[{\"Name\":\"KBR\",\"Description\":\"K-Band + Ranging System uses K and Ka-band to measure the separation change between + the two satellites.\",\"Value\":\"-1.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GAC_L2_GRAV_GFZ_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAC_L2_GRAV_GFZ_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+NON-TIDAL+ATMOSPHERE+AND+OCEAN+GEOPOTENTIAL+COEFFICIENTS+GFZ+RELEASE+6.0+GAC\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772121-POCLOUD\",\"revision-date\":\"2023-09-05T23:31:48.322Z\",\"granule-count\":163,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\" + GRACE\",\" GFZ\",\" Non-Tidal\",\" GAC\",\" RL06\",\"Background Model\",\"SPHERICAL + HARMONIC\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"GFZ\",\"Title\":\"GRACE_GAC_L2_GRAV_GFZ_RL06\",\"SeriesName\":\"GRACE + NON-TIDAL ATMOSPHERE AND OCEAN GEOPOTENTIAL COEFFICIENTS GFZ (GAC)\",\"OtherCitationDetails\":\"GRACE, + GFZ, 2018-08-31, GRACE NON-TIDAL ATMOSPHERE AND OCEAN GEOPOTENTIAL COEFFICIENTS + GFZ RELEASE 6.0 GAC, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-08-31T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL + PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-05T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + NON-TIDAL ATMOSPHERE AND OCEAN GEOPOTENTIAL COEFFICIENTS GFZ (GAC)\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRGAC-20G06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY + ANOMALIES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"OCEAN BOTTOM PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"PRESSURE + ANOMALIES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-05T00:00:00.000Z\",\"EndingDateTime\":\"2017-07-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5880/GFZ.GRACE_06_GAC\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRACE_GAC_L2_GRAV_GFZ_RL06\",\"EntryTitle\":\"GRACE + NON-TIDAL ATMOSPHERE AND OCEAN GEOPOTENTIAL COEFFICIENTS GFZ RELEASE 6.0 GAC\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GAC_L2_GRAV_GFZ_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAC_L2_GRAV_GFZ_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Product Specification Document\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ProdSpecDoc_v4.6.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GFZ Level-2 Processing Standards Document + For Level-2 Product RL06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/retired/docs/L2-GFZ_ProcStds_RL06_DRAFT.pdf\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GAC_L2_GRAV_GFZ_RL06.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version GFZ RL-06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_gfz_RL06.pdf\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/GFZ/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772121-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772121-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-08-06T20:12:46.979Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-08-06T20:12:46.979Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of geopotential field derived + from the Gravity Recovery and Climate Experiment (GRACE) mission measurements + and a non-tidal oceanic and atmospheric model produced by the German Research + Centre for Geosciences (GFZ). The data are in spherical harmonics averaged + over approximately a month. The primary objective of the GRACE mission is + to obtain accurate estimates of the mean and time-variable components of the + gravity field variations. This objective is achieved by making continuous + measurements of the change in distance between twin spacecraft, co-orbiting + in about 500 km altitude, near circular, polar orbit, spaced approximately + 200 km apart, using a microwave ranging system. In addition to these range + change, the non-gravitional forces are measured on each satellite using a + high accuracy electrostatic, room-temperature accelerometer. The satellite + orientation and position (and timing) are precisely measured using twin star + cameras and a GPS receiver, respectively. Spatial and temporal variations + in the gravity field affect the orbits (or trajectories) of the twin spacecraft + differently. These differences are manifested as changes in the distance + between the spacecraft, as they orbit the Earth. This change in distance + is reflected in the time-of-flight of microwave signals transmitted and received + nearly simultaneously between the two spacecraft. The change in this time + of fight is continuously measured by tracking the phase of the microwave carrier + signals. The so called dual-one-way range change measurements can be reconstructed + from these phase measurements. This range change (or its numerically derived + derivatives), along with other mission and ancillary data, is subsequently + analyzed to extract the parameters of an Earth gravity field model.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-20T19:29:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T23:31:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"DE/GFZ\",\"LongName\":\"Geo + Research Center Potsdam, Germany\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"http://www.gfz-potsdam.de/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GAC_L2_GRAV_JPL_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAC_L2_GRAV_JPL_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+NON-TIDAL+ATMOSPHERE+AND+OCEAN+GEOPOTENTIAL+COEFFICIENTS+JPL+RELEASE+6.0+GAC\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772122-POCLOUD\",\"revision-date\":\"2023-09-05T23:41:51.968Z\",\"granule-count\":163,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\" + GRACE\",\" JPL\",\" non-tidal\",\" GAC\",\" RL06\",\"SPHERICAL HARMONIC\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"JPL\",\"Title\":\"GRACE_GAC_L2_GRAV_JPL_RL06\",\"SeriesName\":\"GRACE + Non-Tidal Atmosphere and Ocean Geopotential Coefficients JPL (GAC)\",\"OtherCitationDetails\":\"GRACE, + JPL, 2018-07-05, GRACE NON-TIDAL ATMOSPHERE AND OCEAN GEOPOTENTIAL COEFFICIENTS + JPL RELEASE 6.0 GAC, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-07-05T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL + PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-04T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + Non-Tidal Atmosphere and Ocean Geopotential Coefficients JPL (GAC)\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRGAC-20J06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY + ANOMALIES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"OCEAN BOTTOM PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"PRESSURE + ANOMALIES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-04T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/GRGAC-20J06\"},\"ShortName\":\"GRACE_GAC_L2_GRAV_JPL_RL06\",\"EntryTitle\":\"GRACE + NON-TIDAL ATMOSPHERE AND OCEAN GEOPOTENTIAL COEFFICIENTS JPL RELEASE 6.0 GAC\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GAC_L2_GRAV_JPL_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAC_L2_GRAV_JPL_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GAC_L2_GRAV_JPL_RL06.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Product Specification Document\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ProdSpecDoc_v4.6.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version JPL RL-06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_jpl_RL06.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"UTCSR Level-2 Processing Standards + Document For Level-2 Product Release 06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-JPL_ProcStds_v6.0.pdf\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/JPL/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772122-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772122-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-06-11T20:34:47.784Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-06-11T20:34:47.784Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of geopotential field derived + from the Gravity Recovery and Climate Experiment (GRACE) mission measurements + and a non-tidal oceanic and atmospheric model produced by the NASA Jet Propulsion + Laboratory (JPL). The data are in spherical harmonics averaged over approximately + a month. The primary objective of the GRACE mission is to obtain accurate + estimates of the mean and time-variable components of the gravity field variations. + \ This objective is achieved by making continuous measurements of the change + in distance between twin spacecraft, co-orbiting in about 500 km altitude, + near circular, polar orbit, spaced approximately 200 km apart, using a microwave + ranging system. In addition to these range change, the non-gravitional forces + are measured on each satellite using a high accuracy electrostatic, room-temperature + accelerometer. The satellite orientation and position (and timing) are precisely + measured using twin star cameras and a GPS receiver, respectively. Spatial + and temporal variations in the gravity field affect the orbits (or trajectories) + of the twin spacecraft differently. These differences are manifested as changes + in the distance between the spacecraft, as they orbit the Earth. This change + in distance is reflected in the time-of-flight of microwave signals transmitted + and received nearly simultaneously between the two spacecraft. The change + in this time of fight is continuously measured by tracking the phase of the + microwave carrier signals. The so called dual-one-way range change measurements + can be reconstructed from these phase measurements. This range change (or + its numerically derived derivatives), along with other mission and ancillary + data, is subsequently analyzed to extract the parameters of an Earth gravity + field model.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-20T20:57:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T23:41:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"-1.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"KBR\",\"LongName\":\"K-Band + Ranging system\",\"Characteristics\":[{\"Name\":\"KBR\",\"Description\":\"K-Band + Ranging System uses K and Ka-band to measure the separation change between + the two satellites.\",\"Value\":\"-1.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GAA_L2_GRAV_GFZ_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAA_L2_GRAV_GFZ_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+NON-TIDAL+ATMOSPHERE+GEOPOTENTIAL+COEFFICIENTS+GFZ+RELEASE+6.0+GAA\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772114-POCLOUD\",\"revision-date\":\"2023-09-05T23:57:33.501Z\",\"granule-count\":163,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\" + GRACE\",\" GAA\",\" GFZ\",\" RL06\",\"SPHERICAL HARMONIC\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"GFZ\",\"Title\":\"GRACE_GAA_L2_GRAV_GFZ_RL06\",\"SeriesName\":\"GRACE + NON-TIDAL ATMOSPHERE GEOPOTENTIAL COEFFICIENTS GFZ (GAA)\",\"OtherCitationDetails\":\"GRACE, + GFZ, 2018-08-31, GRACE NON-TIDAL ATMOSPHERE GEOPOTENTIAL COEFFICIENTS GFZ + RELEASE 6.0 GAA, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-08-31T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL + PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-05T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + NON-TIDAL ATMOSPHERE GEOPOTENTIAL COEFFICIENTS GFZ (GAA)\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRGAA-20G06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY + ANOMALIES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + PRESSURE\",\"VariableLevel1\":\"PRESSURE ANOMALIES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-05T00:00:00.000Z\",\"EndingDateTime\":\"2017-07-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5880/GFZ.GRACE_06_GAA\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRACE_GAA_L2_GRAV_GFZ_RL06\",\"EntryTitle\":\"GRACE + NON-TIDAL ATMOSPHERE GEOPOTENTIAL COEFFICIENTS GFZ RELEASE 6.0 GAA\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GAA_L2_GRAV_GFZ_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAA_L2_GRAV_GFZ_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GFZ Level-2 Processing Standards Document + For Level-2 Product Release 06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/retired/docs/L2-GFZ_ProcStds_RL06_DRAFT.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Product Specification Document\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ProdSpecDoc_v4.6.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version GFZ RL-06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_gfz_RL06.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GAA_L2_GRAV_GFZ_RL06.jpg\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/GFZ/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772114-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772114-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-08-06T19:20:14.470Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-08-06T19:20:14.470Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of geopotential field derived + from the Gravity Recovery and Climate Experiment (GRACE) mission measurements + and a non-tidal atmospheric model produced by the German Research Centre for + Geosciences (GFZ). The data are in spherical harmonics averaged over approximately + a month. The primary objective of the GRACE mission is to obtain accurate + estimates of the mean and time-variable components of the gravity field variations. + \ This objective is achieved by making continuous measurements of the change + in distance between twin spacecraft, co-orbiting in about 500 km altitude, + near circular, polar orbit, spaced approximately 200 km apart, using a microwave + ranging system. In addition to these range change, the non-gravitional forces + are measured on each satellite using a high accuracy electrostatic, room-temperature + accelerometer. The satellite orientation and position (and timing) are precisely + measured using twin star cameras and a GPS receiver, respectively. Spatial + and temporal variations in the gravity field affect the orbits (or trajectories) + of the twin spacecraft differently. These differences are manifested as changes + in the distance between the spacecraft, as they orbit the Earth. This change + in distance is reflected in the time-of-flight of microwave signals transmitted + and received nearly simultaneously between the two spacecraft. The change + in this time of fight is continuously measured by tracking the phase of the + microwave carrier signals. The so called dual-one-way range change measurements + can be reconstructed from these phase measurements. This range change (or + its numerically derived derivatives), along with other mission and ancillary + data, is subsequently analyzed to extract the parameters of an Earth gravity + field model.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-18T01:25:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T23:57:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"DE/GFZ\",\"LongName\":\"Geo + Research Center Potsdam, Germany\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"http://www.gfz-potsdam.de/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GAA_L2_GRAV_JPL_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAA_L2_GRAV_JPL_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+NON-TIDAL+ATMOSPHERE+GEOPOTENTIAL+COEFFICIENTS+JPL+RELEASE+6.0+GAA\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772115-POCLOUD\",\"revision-date\":\"2023-09-06T00:04:11.983Z\",\"granule-count\":163,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\" + GRACE\",\" GAA\",\" JPL\",\" RL06\",\"SPHERICAL HARMONIC\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"JPL\",\"Title\":\"GRACE_GAA_L2_GRAV_JPL_RL06\",\"SeriesName\":\"GRACE + Geopotential Spherical Harmonic Coefficients for Land Corrections JPL (GAA)\",\"OtherCitationDetails\":\"GRACE, + JPL, 2018-07-05, GRACE NON-TIDAL ATMOSPHERE GEOPOTENTIAL COEFFICIENTS JPL + RELEASE 6.0 GAA, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-07-05T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL + PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-04T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + Geopotential Spherical Harmonic Coefficients for Land Corrections JPL (GAA)\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRGAA-20J06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY + ANOMALIES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + PRESSURE\",\"VariableLevel1\":\"PRESSURE ANOMALIES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-04T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/GRGAA-20J06\"},\"ShortName\":\"GRACE_GAA_L2_GRAV_JPL_RL06\",\"EntryTitle\":\"GRACE + NON-TIDAL ATMOSPHERE GEOPOTENTIAL COEFFICIENTS JPL RELEASE 6.0 GAA\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GAA_L2_GRAV_JPL_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAA_L2_GRAV_JPL_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Product Specification Document\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ProdSpecDoc_v4.6.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version JPL RL-06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_jpl_RL06.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GAA_L2_GRAV_JPL_RL06.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"JPL Level-2 Processing Standards Document + For Level-2 Product Release 06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-JPL_ProcStds_v6.0.pdf\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/JPL/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772115-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772115-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-06-11T20:58:27.837Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-06-11T20:58:27.837Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of geopotential field derived + from the Gravity Recovery and Climate Experiment (GRACE) mission measurements + and a non-tidal atmospheric model produced by the NASA Jet Propulsion Laboratory + (JPL). The data are in spherical harmonics averaged over approximately a + month. The primary objective of the GRACE mission is to obtain accurate estimates + of the mean and time-variable components of the gravity field variations. + \ This objective is achieved by making continuous measurements of the change + in distance between twin spacecraft, co-orbiting in about 500 km altitude, + near circular, polar orbit, spaced approximately 200 km apart, using a microwave + ranging system. In addition to these range change, the non-gravitional forces + are measured on each satellite using a high accuracy electrostatic, room-temperature + accelerometer. The satellite orientation and position (and timing) are precisely + measured using twin star cameras and a GPS receiver, respectively. Spatial + and temporal variations in the gravity field affect the orbits (or trajectories) + of the twin spacecraft differently. These differences are manifested as changes + in the distance between the spacecraft, as they orbit the Earth. This change + in distance is reflected in the time-of-flight of microwave signals transmitted + and received nearly simultaneously between the two spacecraft. The change + in this time of fight is continuously measured by tracking the phase of the + microwave carrier signals. The so called dual-one-way range change measurements + can be reconstructed from these phase measurements. This range change (or + its numerically derived derivatives), along with other mission and ancillary + data, is subsequently analyzed to extract the parameters of an Earth gravity + field model.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-20T19:39:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-06T00:04:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GAB_L2_GRAV_GFZ_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAB_L2_GRAV_GFZ_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+NON-TIDAL+OCEAN+GEOPOTENTIAL+COEFFICIENTS+GFZ+RELEASE+6.0+GAB\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772116-POCLOUD\",\"revision-date\":\"2023-09-06T00:25:28.673Z\",\"granule-count\":163,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\" + GRACE\",\" GAB\",\" GFZ\",\" RL06\",\"SPHERICAL HARMONIC\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"GFZ\",\"Title\":\"GRACE_GAB_L2_GRAV_GFZ_RL06\",\"SeriesName\":\"GRACE + NON-TIDAL OCEAN GEOPOTENTIAL COEFFICIENTS GFZ (GAB)\",\"OtherCitationDetails\":\"GRACE, + GFZ, 2018-08-31, GRACE NON-TIDAL OCEAN GEOPOTENTIAL COEFFICIENTS GFZ RELEASE + 6.0 GAB, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-08-31T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL + PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-05T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + NON-TIDAL OCEAN GEOPOTENTIAL COEFFICIENTS GFZ (GAB)\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRGAB-20G06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":88.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-88.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500.0,\"YDimension\":500.0,\"Unit\":\"Kilometers\"}]}}},\"OrbitParameters\":{\"SwathWidth\":-1.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriod\":-1.0,\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngle\":89.0,\"InclinationAngleUnit\":\"Degree\",\"NumberOfOrbits\":1.0},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY + ANOMALIES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"OCEAN BOTTOM PRESSURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-05T00:00:00.000Z\",\"EndingDateTime\":\"2017-07-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5880/GFZ.GRACE_06_GAB\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRACE_GAB_L2_GRAV_GFZ_RL06\",\"EntryTitle\":\"GRACE + NON-TIDAL OCEAN GEOPOTENTIAL COEFFICIENTS GFZ RELEASE 6.0 GAB\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GAB_L2_GRAV_GFZ_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAB_L2_GRAV_GFZ_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Product Specification Document\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ProdSpecDoc_v4.6.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version GFZ RL-06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_gfz_RL06.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GFZ Level-2 Processing Standards Document + For Level-2 Product RL06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/retired/docs/L2-GFZ_ProcStds_RL06_DRAFT.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GAB_L2_GRAV_GFZ_RL06.jpg\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/GFZ/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772116-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772116-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-08-06T19:59:00.495Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-08-06T19:59:00.495Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of geopotential field derived + from the Gravity Recovery and Climate Experiment (GRACE) mission measurements + and a non-tidal oceanic model produced by the German Research Centre for Geosciences + (GFZ). The data are in spherical harmonics averaged over approximately a + month. The primary objective of the GRACE mission is to obtain accurate estimates + of the mean and time-variable components of the gravity field variations. + \ This objective is achieved by making continuous measurements of the change + in distance between twin spacecraft, co-orbiting in about 500 km altitude, + near circular, polar orbit, spaced approximately 200 km apart, using a microwave + ranging system. In addition to these range change, the non-gravitional forces + are measured on each satellite using a high accuracy electrostatic, room-temperature + accelerometer. The satellite orientation and position (and timing) are precisely + measured using twin star cameras and a GPS receiver, respectively. Spatial + and temporal variations in the gravity field affect the orbits (or trajectories) + of the twin spacecraft differently. These differences are manifested as changes + in the distance between the spacecraft, as they orbit the Earth. This change + in distance is reflected in the time-of-flight of microwave signals transmitted + and received nearly simultaneously between the two spacecraft. The change + in this time of fight is continuously measured by tracking the phase of the + microwave carrier signals. The so called dual-one-way range change measurements + can be reconstructed from these phase measurements. This range change (or + its numerically derived derivatives), along with other mission and ancillary + data, is subsequently analyzed to extract the parameters of an Earth gravity + field model.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-18T01:41:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-06T00:25:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"DE/GFZ\",\"LongName\":\"Geo + Research Center Potsdam, Germany\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"http://www.gfz-potsdam.de/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"89.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GAB_L2_GRAV_JPL_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAB_L2_GRAV_JPL_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+NON-TIDAL+OCEAN+GEOPOTENTIAL+COEFFICIENTS+JPL+RELEASE+6.0+GAB\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772117-POCLOUD\",\"revision-date\":\"2023-04-19T01:21:09.261Z\",\"granule-count\":163,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"gravity\",\" + GRACE\",\" GAB\",\" JPL\",\" RL06\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"JPL\",\"Title\":\"GRACE_GAB_L2_GRAV_JPL_RL06\",\"SeriesName\":\"GRACE + Non-Tidal Ocean Geopotential Coefficients JPL (GAB)\",\"OtherCitationDetails\":\"GRACE, + JPL, 2018-07-05, GRACE NON-TIDAL OCEAN GEOPOTENTIAL COEFFICIENTS JPL RELEASE + 6.0 GAB, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-07-05T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL + PO.DAAC\"}],\"AdditionalAttributes\":[{\"Description\":\"Earliest Granule + Start Time for dataset.\",\"Value\":\"2002-04-04T00:00:00.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"earliest_granule_start_time\"},{\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"latest_granule_end_time\"},{\"Description\":\"Dataset + citation series name\",\"Value\":\"GRACE Non-Tidal Ocean Geopotential Coefficients + JPL (GAB)\",\"DataType\":\"STRING\",\"Name\":\"Series Name\"},{\"Description\":\"Dataset + Persistent ID\",\"Value\":\"PODAAC-GRGAB-20J06\",\"DataType\":\"STRING\",\"Name\":\"Persistent + ID\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"WATER PRESSURE\",\"Term\":\"OCEAN PRESSURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"GRAVITY\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-04T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/GRGAB-20J06\"},\"ShortName\":\"GRACE_GAB_L2_GRAV_JPL_RL06\",\"EntryTitle\":\"GRACE + NON-TIDAL OCEAN GEOPOTENTIAL COEFFICIENTS JPL RELEASE 6.0 GAB\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GAB_L2_GRAV_JPL_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAB_L2_GRAV_JPL_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Product Specification Document\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ProdSpecDoc_v4.6.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version JPL RL-06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_jpl_RL06.pdf\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GAB_L2_GRAV_JPL_RL06.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"JPL Level-2 Processing Standards Document + For Level-2 Product Release 06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-JPL_ProcStds_v6.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/JPL/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772117-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772117-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-06-11T21:08:49.855Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-06-11T21:08:49.855Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of geopotential field derived + from the Gravity Recovery and Climate Experiment (GRACE) mission measurements + and a non-tidal oceanic model produced by the Jet Propulsion Laboratory (JPL). + \ The data are in spherical harmonics averaged over approximately a month. + \ The primary objective of the GRACE mission is to obtain accurate estimates + of the mean and time-variable components of the gravity field variations. + \ This objective is achieved by making continuous measurements of the change + in distance between twin spacecraft, co-orbiting in about 500 km altitude, + near circular, polar orbit, spaced approximately 200 km apart, using a microwave + ranging system. In addition to these range change, the non-gravitional forces + are measured on each satellite using a high accuracy electrostatic, room-temperature + accelerometer. The satellite orientation and position (and timing) are precisely + measured using twin star cameras and a GPS receiver, respectively. Spatial + and temporal variations in the gravity field affect the orbits (or trajectories) + of the twin spacecraft differently. These differences are manifested as changes + in the distance between the spacecraft, as they orbit the Earth. This change + in distance is reflected in the time-of-flight of microwave signals transmitted + and received nearly simultaneously between the two spacecraft. The change + in this time of fight is continuously measured by tracking the phase of the + microwave carrier signals. The so called dual-one-way range change measurements + can be reconstructed from these phase measurements. This range change (or + its numerically derived derivatives), along with other mission and ancillary + data, is subsequently analyzed to extract the parameters of an Earth gravity + field model.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-20T19:44:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-20T19:44:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"-1.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"KBR\",\"LongName\":\"K-Band + Ranging system\",\"Characteristics\":[{\"Name\":\"KBR\",\"Description\":\"K-Band + Ranging System uses K and Ka-band to measure the separation change between + the two satellites.\",\"Value\":\"-1.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GAD_L2_GRAV_CSR_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAD_L2_GRAV_CSR_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+OCEAN+BOTTOM+GEOPOTENTIAL+COEFFICIENTS+CSR+RELEASE+6.0+GAD\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772128-POCLOUD\",\"revision-date\":\"2023-09-06T00:35:17.240Z\",\"granule-count\":163,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\" + GAD\",\" GRACE\",\" CSR\",\" RL06\",\"SPHERICAL HARMONIC\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"CSR\",\"Title\":\"GRACE_GAD_L2_GRAV_CSR_RL06\",\"SeriesName\":\"GRACE + OCEAN BOTTOM GEOPOTENTIAL COEFFICIENTS CSR (GAD)\",\"OtherCitationDetails\":\"GRACE, + CSR, 2018-05-10, GRACE OCEAN BOTTOM GEOPOTENTIAL COEFFICIENTS CSR RELEASE + 6.0 GAD, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-05-10T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-05T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-28T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + OCEAN BOTTOM GEOPOTENTIAL COEFFICIENTS CSR (GAD)\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRGAD-20C06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY + ANOMALIES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"OCEAN BOTTOM PRESSURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-05T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/GRGAD-20C06\"},\"ShortName\":\"GRACE_GAD_L2_GRAV_CSR_RL06\",\"EntryTitle\":\"GRACE + OCEAN BOTTOM GEOPOTENTIAL COEFFICIENTS CSR RELEASE 6.0 GAD\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GAD_L2_GRAV_CSR_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAD_L2_GRAV_CSR_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Product Specification Document\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ProdSpecDoc_v4.6.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version UTCSR RL-06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_csr_RL06.txt\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GAD_L2_GRAV_CSR_RL06.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"UTCSR Level-2 Processing Standards + Document For Level-2 Product Release 06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-CSR006_ProcStd_v5.0.pdf\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/CSR/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772128-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772128-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-04-26T20:52:29.306Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-04-26T20:52:29.306Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of ocean bottom pressure + derived from the Gravity Recovery and Climate Experiment (GRACE) mission measurements, + produced by the Center for Space Research (CSR) at University of Texas at + Austin. The data are in spherical harmonics averaged over approximately a + month. The primary objective of the GRACE mission is to obtain accurate estimates + of the mean and time-variable components of the gravity field variations. + \ This objective is achieved by making continuous measurements of the change + in distance between twin spacecraft, co-orbiting in about 500 km altitude, + near circular, polar orbit, spaced approximately 200 km apart, using a microwave + ranging system. In addition to these range change, the non-gravitional forces + are measured on each satellite using a high accuracy electrostatic, room-temperature + accelerometer. The satellite orientation and position (and timing) are precisely + measured using twin star cameras and a GPS receiver, respectively. Spatial + and temporal variations in the gravity field affect the orbits (or trajectories) + of the twin spacecraft differently. These differences are manifested as changes + in the distance between the spacecraft, as they orbit the Earth. This change + in distance is reflected in the time-of-flight of microwave signals transmitted + and received nearly simultaneously between the two spacecraft. The change + in this time of fight is continuously measured by tracking the phase of the + microwave carrier signals. The so called dual-one-way range change measurements + can be reconstructed from these phase measurements. This range change (or + its numerically derived derivatives), along with other mission and ancillary + data, is subsequently analyzed to extract the parameters of an Earth gravity + field model.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-20T21:02:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-06T00:35:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/CSR\",\"LongName\":\"Center + for Space Research, University of Texas at Austin\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"http://www.csr.utexas.edu/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GAD_L2_GRAV_GFZ_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAD_L2_GRAV_GFZ_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+OCEAN+BOTTOM+GEOPOTENTIAL+COEFFICIENTS+GFZ+RELEASE+6.0+GAD\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772129-POCLOUD\",\"revision-date\":\"2023-09-06T00:30:19.695Z\",\"granule-count\":163,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\" + GRACE\",\" GFZ\",\" non-tidal\",\" GAD\",\" RL06\",\"SPHERICAL HARMONIC\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"GFZ\",\"Title\":\"GRACE_GAD_L2_GRAV_GFZ_RL06\",\"SeriesName\":\"GRACE + OCEAN BOTTOM GEOPOTENTIAL COEFFICIENTS GFZ (GAD)\",\"OtherCitationDetails\":\"GRACE, + GFZ, 2018-08-31, GRACE OCEAN BOTTOM GEOPOTENTIAL COEFFICIENTS GFZ RELEASE + 6.0 GAD, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-08-31T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL + PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-05T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + OCEAN BOTTOM GEOPOTENTIAL COEFFICIENTS GFZ (GAD)\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRGAD-20G06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY + ANOMALIES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"OCEAN BOTTOM PRESSURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-05T00:00:00.000Z\",\"EndingDateTime\":\"2017-07-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5880/GFZ.GRACE_06_GAD\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRACE_GAD_L2_GRAV_GFZ_RL06\",\"EntryTitle\":\"GRACE + OCEAN BOTTOM GEOPOTENTIAL COEFFICIENTS GFZ RELEASE 6.0 GAD\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GAD_L2_GRAV_GFZ_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAD_L2_GRAV_GFZ_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Product Specification Document\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ProdSpecDoc_v4.6.pdf\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GAD_L2_GRAV_GFZ_RL06.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version GFZ RL-06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_gfz_RL06.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GFZLevel-2 Processing Standards Document + For Level-2 Product RL06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/retired/docs/L2-GFZ_ProcStds_RL06_DRAFT.pdf\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/GFZ/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772129-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772129-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-08-06T20:20:30.179Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-08-06T20:20:30.179Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of ocean bottom pressure + derived from the Gravity Recovery and Climate Experiment (GRACE) mission measurements, + produced by the German Research Centre for Geosciences (GFZ). The data are + in spherical harmonics averaged over approximately a month. The primary objective + of the GRACE mission is to obtain accurate estimates of the mean and time-variable + components of the gravity field variations. This objective is achieved by + making continuous measurements of the change in distance between twin spacecraft, + co-orbiting in about 500 km altitude, near circular, polar orbit, spaced approximately + 200 km apart, using a microwave ranging system. In addition to these range + change, the non-gravitional forces are measured on each satellite using a + high accuracy electrostatic, room-temperature accelerometer. The satellite + orientation and position (and timing) are precisely measured using twin star + cameras and a GPS receiver, respectively. Spatial and temporal variations + in the gravity field affect the orbits (or trajectories) of the twin spacecraft + differently. These differences are manifested as changes in the distance + between the spacecraft, as they orbit the Earth. This change in distance + is reflected in the time-of-flight of microwave signals transmitted and received + nearly simultaneously between the two spacecraft. The change in this time + of fight is continuously measured by tracking the phase of the microwave carrier + signals. The so called dual-one-way range change measurements can be reconstructed + from these phase measurements. This range change (or its numerically derived + derivatives), along with other mission and ancillary data, is subsequently + analyzed to extract the parameters of an Earth gravity field model.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-20T19:34:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-06T00:30:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"DE/GFZ\",\"LongName\":\"Geo + Research Center Potsdam, Germany\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"http://www.gfz-potsdam.de/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACE_GAD_L2_GRAV_JPL_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAD_L2_GRAV_JPL_RL06/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE+OCEAN+BOTTOM+GEOPOTENTIAL+COEFFICIENTS+JPL+RELEASE+6.0+GAD\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2491772130-POCLOUD\",\"revision-date\":\"2023-09-06T00:39:42.220Z\",\"granule-count\":163,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Gravity\",\" + GRACE\",\" JPL\",\" non-tidal\",\" GAD\",\" RL06\",\"SPHERICAL HARMONIC\"],\"CollectionCitations\":[{\"Creator\":\"GRACE\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/mission/grace/\"},\"Publisher\":\"JPL\",\"Title\":\"GRACE_GAD_L2_GRAV_JPL_RL06\",\"SeriesName\":\"GRACE + Ocean Bottom Geopotential Coefficients JPL (GAD)\",\"OtherCitationDetails\":\"GRACE, + JPL, 2018-07-05, GRACE OCEAN BOTTOM GEOPOTENTIAL COEFFICIENTS JPL RELEASE + 6.0 GAD, https://podaac-tools.jpl.nasa.gov/drive/files/allData/grace/docs/\",\"ReleaseDate\":\"2018-07-05T00:00:00.000Z\",\"Version\":\"6.0\",\"ReleasePlace\":\"JPL + PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-04T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE + Ocean Bottom Geopotential Coefficients JPL (GAD)\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GRGAD-20J06\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-88,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":88}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":500,\"YDimension\":500,\"Unit\":\"Kilometers\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY + ANOMALIES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + PRESSURE\",\"VariableLevel1\":\"OCEAN BOTTOM PRESSURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-04T00:00:00.000Z\",\"EndingDateTime\":\"2017-06-30T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/GRGAD-20J06\"},\"ShortName\":\"GRACE_GAD_L2_GRAV_JPL_RL06\",\"EntryTitle\":\"GRACE + OCEAN BOTTOM GEOPOTENTIAL COEFFICIENTS JPL RELEASE 6.0 GAD\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Bettadpur, + S. 2018. Gravity Recovery and Climate Experiment Level-2 Gravity Field Product + User Handbook. Center for Space Research at The University of Texas at Austin + \ https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/docs/L2-UserHandbook_v4.0.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACE_GAD_L2_GRAV_JPL_RL06/\",\"podaac-ops-cumulus-public/GRACE_GAD_L2_GRAV_JPL_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Mission Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Release Notes for GRACE L-2 products + - version JPL RL-06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ReleaseNotes_jpl_RL06.pdf\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACE_GAD_L2_GRAV_JPL_RL06.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Level-2 Gravity Field Product User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"UTCSR Level-2 Processing Standards + Document For Level-2 Product Release 06\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-JPL_ProcStds_v6.0.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Product Specification Document\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/ProdSpecDoc_v4.6.pdf\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/L2/JPL/RL06/README.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491772130-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491772130-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-06-11T20:49:57.008Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-06-11T20:49:57.008Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of ocean bottom pressure + derived from the Gravity Recovery and Climate Experiment (GRACE) mission measurements, + produced by the NASA Jet Propulsion Laboratory (JPL). The data are in spherical + harmonics averaged over approximately a month. The primary objective of the + GRACE mission is to obtain accurate estimates of the mean and time-variable + components of the gravity field variations. This objective is achieved by + making continuous measurements of the change in distance between twin spacecraft, + co-orbiting in about 500 km altitude, near circular, polar orbit, spaced approximately + 200 km apart, using a microwave ranging system. In addition to these range + change, the non-gravitional forces are measured on each satellite using a + high accuracy electrostatic, room-temperature accelerometer. The satellite + orientation and position (and timing) are precisely measured using twin star + cameras and a GPS receiver, respectively. Spatial and temporal variations + in the gravity field affect the orbits (or trajectories) of the twin spacecraft + differently. These differences are manifested as changes in the distance + between the spacecraft, as they orbit the Earth. This change in distance + is reflected in the time-of-flight of microwave signals transmitted and received + nearly simultaneously between the two spacecraft. The change in this time + of fight is continuously measured by tracking the phase of the microwave carrier + signals. The so called dual-one-way range change measurements can be reconstructed + from these phase measurements. This range change (or its numerically derived + derivatives), along with other mission and ancillary data, is subsequently + analyzed to extract the parameters of an Earth gravity field model.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-02-20T21:04:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-06T00:39:00.000Z\"}],\"Version\":\"6.0\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACEFO_L1A_ASCII_GRAV_JPL_RL04/\",\"podaac-ops-cumulus-public/GRACEFO_L1A_ASCII_GRAV_JPL_RL04/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE-FO+Level-1A+Release+version+4.0+from+JPL+in+ASCII\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2036882111-POCLOUD\",\"revision-date\":\"2023-09-06T19:02:32.207Z\",\"granule-count\":4344,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GRACE-FO\",\" + JPL\",\"Gravity\",\"Level-1\",\" RL04\"],\"CollectionCitations\":[{\"Creator\":\"JPL + GRACE-FO project\",\"OnlineResource\":{\"Linkage\":\"https://gracefo.jpl.nasa.gov/\"},\"Publisher\":\"JPL\",\"Title\":\"GRACEFO_L1A_ASCII_GRAV_JPL_RL04\",\"SeriesName\":\"GRACE-FO + Level-1A ASCII Format Data\",\"OtherCitationDetails\":\"JPL GRACE-FO project, + JPL, 2019-05-30, GRACE-FO Level-1A Release version 4.0 from JPL in ASCII, + https://podaac-tools.jpl.nasa.gov/drive/files/allData/gracefo/docs/\",\"ReleaseDate\":\"2019-05-30T00:00:00.000Z\",\"Version\":\"4\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2018-05-22T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2021-05-06T23:59:59.999Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE-FO + Level-1A ASCII Format Data\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GFL1A-ASJ04\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":-1.0,\"NumberOfOrbits\":1,\"InclinationAngle\":89.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-89,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":89}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":250000,\"YDimension\":250000,\"Unit\":\"Meters\"}]}}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-05-22T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GFL1A-ASJ04\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRACEFO_L1A_ASCII_GRAV_JPL_RL04\",\"EntryTitle\":\"GRACE-FO + Level-1A Release version 4.0 from JPL in ASCII\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"K. + Case, G. Kruizinga, and S. Wu, 2002, GRACE Level 1B Data Product User Handbook, + JPL Publication D-22027. https://podaac-tools.jpl.nasa.gov/drive/files/allData/gracefo/docs/GRACE-FO_L1_Handbook_JPL-D-56935_20190521.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACEFO_L1A_ASCII_GRAV_JPL_RL04/\",\"podaac-ops-cumulus-public/GRACEFO_L1A_ASCII_GRAV_JPL_RL04/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"GRACE-FO + Mission Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://gracefo.jpl.nasa.gov/\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACEFO_L1A_ASCII_GRAV_JPL_RL04.jpg\"},{\"Description\":\"GRACE-FO + Level 1B Data Product User Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L1_Handbook.pdf\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"Browse + and download granules over HTTPS using the virtual directories\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2036882111-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2036882111-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"GRACE-FO + Documents\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/gravity/gracefo-documentation\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-05-14T23:32:09.192Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2019-05-14T23:32:09.192Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. The GRACE-FO Level-1A data contains telemetry data that has + been converted to engineering units, from which Level-1B data products are + derived. For a detailed description, please see the GRACE-FO Level-1 documentation + (https://podaac.jpl.nasa.gov/gravity/gracefo-documentation).\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-12-07T20:41:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-06T19:02:00.000Z\"}],\"Version\":\"4\",\"Projects\":[{\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL\",\"LongName\":\"Jet + Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"GRACE-FO + Project at NASA/Jet Propulsion Laboratory\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/missions\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"-1.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"89.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"GRACE-FO + MWI\",\"LongName\":\"GRACE-FO Microwave Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"-1.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]},{\"ShortName\":\"GRACE-FO + SCA\",\"LongName\":\"GRACE-FO Star Camera Assembly\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"-1.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]},{\"ShortName\":\"GRACE-FO + ACC\",\"LongName\":\"GRACE-FO SuperSTAR Accelerometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"-1.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]},{\"ShortName\":\"GRACE-FO + LRI\",\"LongName\":\"GRACE-FO Laser Ranging Interferometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"-1.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACEFO_L1B_ASCII_GRAV_JPL_RL04/\",\"podaac-ops-cumulus-public/GRACEFO_L1B_ASCII_GRAV_JPL_RL04/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE-FO+Level-1B+Release+version+4.0+from+JPL+in+ASCII\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2036882118-POCLOUD\",\"revision-date\":\"2023-09-06T18:56:08.530Z\",\"granule-count\":6269,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GRACE-FO\",\"JPL\",\" + Gravity\",\" RL04\",\"Level-1\"],\"CollectionCitations\":[{\"Creator\":\"GRACE-FO\",\"OnlineResource\":{\"Linkage\":\"https://gracefo.jpl.nasa.gov/\"},\"Publisher\":\"JPL\",\"Title\":\"GRACEFO_L1B_ASCII_GRAV_JPL_RL04\",\"SeriesName\":\"GRACE-FO + Level 1B ASCII Format Data\",\"OtherCitationDetails\":\"GRACE-FO, JPL, 2019-05-30, + GRACE-FO Level-1B Release version 4.0 from JPL in ASCII, https://podaac-tools.jpl.nasa.gov/drive/files/allData/gracefo/docs/\",\"ReleaseDate\":\"2019-05-30T00:00:00.000Z\",\"Version\":\"4\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2018-05-22T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2021-05-06T23:59:59.999Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE-FO + Level 1B ASCII Format Data\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GFL1B-ASJ04\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":89.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-89.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":250000.0,\"YDimension\":250000.0,\"Unit\":\"Meters\"}]}}},\"OrbitParameters\":{\"SwathWidth\":-1.0,\"InclinationAngle\":89.0,\"NumberOfOrbits\":1.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":-1.0},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-05-22T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GFL1B-ASJ04\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRACEFO_L1B_ASCII_GRAV_JPL_RL04\",\"EntryTitle\":\"GRACE-FO + Level-1B Release version 4.0 from JPL in ASCII\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Wen, + Kruizinga, Paik, Landerer, Bertiger, Sakumura, Gravity Recovery and Climate + Experiment Follow-On (GRACE-FO) Level-1 Data Product User Handbook, JPL Publication + D-56935, ftp://podaac-ftp.jpl.nasa.gov/allData/gracefo/docs/GRACE-FO_L1_Handbook_JPL-D-56935_20190521.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACEFO_L1B_ASCII_GRAV_JPL_RL04/\",\"podaac-ops-cumulus-public/GRACEFO_L1B_ASCII_GRAV_JPL_RL04/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"GRACE-FO + Mission Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://gracefo.jpl.nasa.gov/\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACEFO_L1B_ASCII_GRAV_JPL_RL04.jpg\"},{\"Description\":\"GRACE-FO + Level 1B Data Product User Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L1_Handbook.pdf\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"Browse + and download granules over HTTPS using the virtual directories\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2036882118-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2036882118-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"GRACE-FO + Documents\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/gravity/gracefo-documentation\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-05-08T18:40:41.272Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2019-05-08T18:40:41.272Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. The GRACE-FO Level-1B data provide all necessary inputs to + derive monthly time variations in the Earth gravity field. Level-1B data are + also used for GRACE orbit and mean gravity field determination. For a detailed + description, please see the GRACE-FO Level-1 documentation (https://podaac.jpl.nasa.gov/gravity/gracefo-documentation).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-12-07T20:45:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-06T18:56:00.000Z\"}],\"Version\":\"4\",\"Projects\":[{\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL\",\"LongName\":\"Jet + Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"GRACE-FO + Project at NASA/Jet Propulsion Laboratory\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/missions\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"-1.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"89.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"GRACE-FO + MWI\",\"LongName\":\"GRACE-FO Microwave Instrument\"},{\"ShortName\":\"GRACE-FO + SCA\",\"LongName\":\"GRACE-FO Star Camera Assembly\"},{\"ShortName\":\"GRACE-FO + ACC\",\"LongName\":\"GRACE-FO SuperSTAR Accelerometer\"},{\"ShortName\":\"GRACE-FO + LRI\",\"LongName\":\"GRACE-FO Laser Ranging Interferometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"cia001\",\"has-formats\":false,\"s3-links\":[\"podaac-ops-cumulus-protected/GRACEFO_L2_CSR_MONTHLY_0062/\",\"podaac-ops-cumulus-public/GRACEFO_L2_CSR_MONTHLY_0062/\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_35410\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2753948997-POCLOUD\",\"revision-date\":\"2024-02-15T00:12:38.885Z\",\"granule-count\":260,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Gravity\",\" + GRACEFO\",\" RL06.2\",\"CSR\",\"SPHERICAL HARMONIC\",\"Non-Tidal\"],\"CollectionCitations\":[{\"Creator\":\"GRACE-FO\",\"OnlineResource\":{\"Linkage\":\"https://gracefo.jpl.nasa.gov/\"},\"Publisher\":\"JPL\",\"Title\":\"GRACEFO_L2_CSR_MONTHLY_0062\",\"SeriesName\":\"GRACE-FO + Level-2 Monthly Geopotential Spherical Harmonics CSR\",\"OtherCitationDetails\":\"GRACE-FO, + JPL, 2022-05-10, GRACE-FO Level-2 Monthly Geopotential Spherical Harmonics + CSR Release 6.2 (RL06.2)\",\"ReleaseDate\":\"2023-09-07T00:00:00.000Z\",\"Version\":\"6.2\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE-FO + Level-2 Monthly Geopotential Spherical Harmonics CSR\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GFL20-MC062\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":89.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-89.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":330000.0,\"YDimension\":330000.0,\"Unit\":\"Meters\"}]}}},\"OrbitParameters\":{\"Footprints\":[{\"Footprint\":0.0,\"FootprintUnit\":\"Kilometer\",\"Description\":\"No + footprint \"}],\"OrbitPeriod\":99.0,\"OrbitPeriodUnit\":\"Decimal Minute\",\"InclinationAngle\":89.0,\"InclinationAngleUnit\":\"Degree\",\"NumberOfOrbits\":1.0},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-05-22T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GFL20-MC062\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRACEFO_L2_CSR_MONTHLY_0062\",\"EntryTitle\":\"GRACE-FO + Level-2 Monthly Geopotential Spherical Harmonics CSR Release 06.2 (RL06.2)\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Dah-Ning + Yuan, 2019, GRACE Follow-On Level-2 Gravity Field Product User Handbook. Jet + Propulsion Laboratory, JPL D-103922. https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L2_UserHandbook.pdf\\r\\n\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACEFO_L2_CSR_MONTHLY_0062/\",\"podaac-ops-cumulus-public/GRACEFO_L2_CSR_MONTHLY_0062/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Level-2 + Gravity Field Product User Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L2_UserHandbook.pdf\"},{\"Description\":\"GRACE-FO + Mission Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE-FO\"},{\"Description\":\"GRACE-FO + Project\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://gracefo.jpl.nasa.gov/\"},{\"Description\":\"GRACE-FO + CSR Level-2 Processing Standards Document\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L2-CSR_ProcStds_v1.1.pdf\"},{\"Description\":\"GRACE-FO + CSR Release Notes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L2-ReleaseNotes_CSR_RL06.2.txt\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACEFO_L2_CSR_MONTHLY_0062.jpg\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2753948997-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2753948997-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Technical + Note (TN) - 13\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DATA + COLLECTION BUNDLE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/TN-13_GEOC_CSR_RL0602.txt\"},{\"Description\":\"Technical + Note (TN) - 14\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DATA + COLLECTION BUNDLE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/TN-14_C30_C20_GSFC_SLR.txt\"},{\"Description\":\"GRACE-FO + Documentation and Technical Notes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/gravity/gracefo-documentation\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-08-28T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-08-28T00:00:00.000Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of the total month-by-month + geopotential of the Earth, derived from the Gravity Recovery and Climate Experiment + Follow-On (GRACE-FO) mission measurements, produced by the German Research + Centre for Geosciences (GFZ). The data are provided as spherical harmonic + coefficients, averaged over approximately a month. These coefficients are + derived from the Microwave Instrument (MWI) measured intersatellite range + changes between the twin spacecraft of the GRACE-FO mission. This GRACE-FO + RL06.2 data is an updated version of the initial GRACE-FO RL06 and RL06.1 + Level-2 data products. RL06.2 differs from RL06.1 only in the handling of + GPS data set during Level-2 processing. GPS handling for RL06.2 was re-assessed + due to steady degradation in low degrees during late 2022 and 2023 in RL06.1. + Alterations in the processing of the GPS data were made to increase the volume + of data available after editing. Additionally relative weighting between KBR + and GPS was updated after June 2020 to use optimal weighting instead of capped + weights for GPS used for RL06.1 solutions. The resulting RL06.2 time series + shows improvement in the low degree coefficients after 2022. All GRACE-FO + RL06.2 Level-2 products are fully compatible with the GRACE RL06 Level-2 fields. + Refer to the mission page for more information.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-08-20T17:13:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-15T00:12:00.000Z\"}],\"Version\":\"6.2\",\"Projects\":[{\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"GroupName\":\"Help Desk\",\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center Help Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}]},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/CSR\",\"LongName\":\"Center + for Space Research, University of Texas at Austin\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"University + of Texas at Austin Center for Space Research\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"http://www.csr.utexas.edu/\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"cia001\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACEFO_L2_JPL_MONTHLY_0061/\",\"podaac-ops-cumulus-public/GRACEFO_L2_JPL_MONTHLY_0061/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE-FO+Level-2++Monthly+Geopotential+Spherical+Harmonics+JPL+Release+6.1+(RL06.1)\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2257298823-POCLOUD\",\"revision-date\":\"2024-02-15T00:15:44.898Z\",\"granule-count\":396,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Gravity\",\" + GRACEFO\",\" RL06.1\",\"JPL\",\"SPHERICAL HARMONIC\",\"Non-Tidal\"],\"CollectionCitations\":[{\"Creator\":\"GRACE-FO\",\"OnlineResource\":{\"Linkage\":\"https://gracefo.jpl.nasa.gov/\"},\"Publisher\":\"JPL\",\"Title\":\"GRACEFO_L2_JPL_MONTHLY_0061\",\"SeriesName\":\"GRACE-FO + Level-2 Monthly Geopotential Spherical Harmonics JPL\",\"OtherCitationDetails\":\"GRACE-FO, + JPL, 2022-05-10, GRACE-FO Level-2 Monthly Geopotential Spherical Harmonics + JPL Release 6.1 (RL06.1)\",\"ReleaseDate\":\"2022-11-01T00:00:00.000Z\",\"Version\":\"6.1\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE-FO + Level-2 Monthly Geopotential Spherical Harmonics JPL\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GFL20-MJ061\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":89.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-89.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":330000.0,\"YDimension\":330000.0,\"Unit\":\"Meters\"}]}}},\"OrbitParameters\":{\"Footprints\":[{\"Footprint\":0.0,\"FootprintUnit\":\"Kilometer\",\"Description\":\"No + Footprint\"}],\"OrbitPeriod\":99.0,\"OrbitPeriodUnit\":\"Decimal Minute\",\"InclinationAngle\":89.0,\"InclinationAngleUnit\":\"Degree\",\"NumberOfOrbits\":1.0},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-05-22T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GFL20-MJ061\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRACEFO_L2_JPL_MONTHLY_0061\",\"EntryTitle\":\"GRACE-FO + Level-2 Monthly Geopotential Spherical Harmonics JPL Release 6.1 (RL06.1)\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Dah-Ning + Yuan, 2019, GRACE Follow-On Level-2 Gravity Field Product User Handbook. Jet + Propulsion Laboratory, JPL D-103922. https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L2_UserHandbook.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACEFO_L2_JPL_MONTHLY_0061/\",\"podaac-ops-cumulus-public/GRACEFO_L2_JPL_MONTHLY_0061/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"GRACE-FO + Project\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://gracefo.jpl.nasa.gov/\"},{\"Description\":\"GRACE-FO + JPL Release Notes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L2-ReleaseNotes_JPL_RL06.1.pdf\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACEFO_L2_JPL_MONTHLY_0061.jpg\"},{\"Description\":\"GRACE-FO + Mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE-FO\"},{\"Description\":\"Level-2 + Gravity Field Product User Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L2_UserHandbook.pdf\"},{\"Description\":\"GRACE-FO + JPL Level-2 Processing Standards Document\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L2-JPL_ProcStds_v1.0.pdf\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2257298823-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2257298823-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Technical + Note (TN) - 13\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DATA + COLLECTION BUNDLE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/TN-13_GEOC_JPL_RL0601.txt\"},{\"Description\":\"Technical + Note (TN) - 14\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DATA + COLLECTION BUNDLE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/TN-14_C30_C20_GSFC_SLR.txt\"},{\"Description\":\"GRACE-FO + Documentation and Technical Notes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/gravity/gracefo-documentation + \"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-04-15T15:43:12.574Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-04-15T15:43:12.574Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of the total month-by-month + geopotential of the Earth, derived from the Gravity Recovery and Climate Experiment + Follow-On (GRACE-FO) mission measurements, produced by the NASA Jet Propulsion + Laboratory (JPL). The data are provided as spherical harmonic coefficients, + averaged over approximately a month. These coefficients are derived from the + Microwave Instrument (MWI) measured intersatellite range changes between the + twin spacecraft of the GRACE-FO mission. This GRACE-FO RL06.1 data is an updated + version of the initial GRACE-FO RL06 Level-2 data products. RL06.1 differs + from RL06 only in the Level-1B accelerometer transplant data that is used + for the GF2 satellite: Level-2 RL06.1 uses ACH1B RL04, which replaces ACT1B + RL04 that was used for Level-2 RL06. All GRACE-FO RL06.1 Level-2 products + are fully compatible with the GRACE RL06 Level-2 fields. Refer to the mission + page for more information. \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-11-01T18:05:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-15T00:15:00.000Z\"}],\"Version\":\"6.1\",\"Projects\":[{\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"GroupName\":\"Help Desk\",\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center Help Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}]},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"GRACE-FO + Science Data Processing System\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"cia001\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRACEFO_L2_GFZ_MONTHLY_0061/\",\"podaac-ops-cumulus-public/GRACEFO_L2_GFZ_MONTHLY_0061/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACE-FO+Level-2+Monthly+Geopotential+Spherical+Harmonics+GFZ+Release+6.1+(RL06.1)\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2257298799-POCLOUD\",\"revision-date\":\"2024-02-15T00:14:24.344Z\",\"granule-count\":390,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Gravity\",\" + GRACEFO\",\"GFZ\",\" RL06.1\",\"SPHERICAL HARMONIC\",\"Non-Tidal\"],\"CollectionCitations\":[{\"Creator\":\"GRACE-FO\",\"OnlineResource\":{\"Linkage\":\"https://gracefo.jpl.nasa.gov/\"},\"Publisher\":\"JPL\",\"Title\":\"GRACEFO_L2_GFZ_MONTHLY_0061\",\"SeriesName\":\"GRACE-FO + Level-2 Monthly Geopotential Spherical Harmonics GFZ\",\"OtherCitationDetails\":\"GRACE-FO, + JPL, 2022-05-10, GRACE-FO Level-2 Monthly Geopotential Spherical Harmonics + GFZ Release 6.1 (RL06.1)\",\"ReleaseDate\":\"2022-11-01T00:00:00.000Z\",\"Version\":\"6.1\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"GRACE-FO + Level-2 Monthly Geopotential Spherical Harmonics GFZ\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GFL20-MG061\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":89.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-89.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Spherical, Projection Detail: N/A\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":330000.0,\"YDimension\":330000.0,\"Unit\":\"Meters\"}]}}},\"OrbitParameters\":{\"Footprints\":[{\"Footprint\":0.0,\"FootprintUnit\":\"Kilometer\",\"Description\":\"No + footprint \"}],\"OrbitPeriod\":99.0,\"OrbitPeriodUnit\":\"Decimal Minute\",\"InclinationAngle\":89.0,\"InclinationAngleUnit\":\"Degree\",\"NumberOfOrbits\":1.0},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-05-22T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GFL20-MG061\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRACEFO_L2_GFZ_MONTHLY_0061\",\"EntryTitle\":\"GRACE-FO + Level-2 Monthly Geopotential Spherical Harmonics GFZ Release 6.1 (RL06.1)\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Dah-Ning + Yuan, 2019, GRACE Follow-On Level-2 Gravity Field Product User Handbook. Jet + Propulsion Laboratory, JPL D-103922. https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L2_UserHandbook.pdf\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRACEFO_L2_GFZ_MONTHLY_0061/\",\"podaac-ops-cumulus-public/GRACEFO_L2_GFZ_MONTHLY_0061/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"GRACE-FO + Mission Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE-FO\"},{\"Description\":\"GRACE-FO + Project\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://gracefo.jpl.nasa.gov/\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRACEFO_L2_GFZ_MONTHLY_0061.jpg\"},{\"Description\":\"Level-2 + Gravity Field Product User Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L2_UserHandbook.pdf\"},{\"Description\":\"GRACE-FO + GFZ Level-2 Processing Standards Document\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L2-GFZ_ProcStds_v1.0.pdf\"},{\"Description\":\"GRACE-FO + GFZ Release Notes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L2-ReleaseNotes_GFZ_RL06.1.pdf\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2257298799-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2257298799-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Technical + Note (TN) - 13\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DATA + COLLECTION BUNDLE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/TN-13_GEOC_GFZ_RL0601.txt\"},{\"Description\":\"Technical + Note (TN) - 14\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DATA + COLLECTION BUNDLE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/TN-14_C30_C20_GSFC_SLR.txt\"},{\"Description\":\"GRACE-FO + Documentation and Technical Notes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/gravity/gracefo-documentation + \"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-04-15T15:36:15.718Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-04-15T15:36:15.718Z\"}],\"Abstract\":\"FOR + EXPERT USE ONLY. This dataset contains estimates of the total month-by-month + geopotential of the Earth, derived from the Gravity Recovery and Climate Experiment + Follow-On (GRACE-FO) mission measurements, produced by the German Research + Centre for Geosciences (GFZ). The data are provided as spherical harmonic + coefficients, averaged over approximately a month. These coefficients are + derived from the Microwave Instrument (MWI) measured intersatellite range + changes between the twin spacecraft of the GRACE-FO mission. This GRACE-FO + RL06.1 data is an updated version of the initial GRACE-FO RL06 Level-2 data + products. RL06.1 differs from RL06 only in the Level-1B accelerometer transplant + data that is used for the GF2 satellite: Level-2 RL06.1 uses ACH1B RL04, which + replaces ACT1B RL04 that was used for Level-2 RL06. All GRACE-FO RL06.1 Level-2 + products are fully compatible with the GRACE RL06 Level-2 fields. Refer to + the mission page for more information. \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-11-01T18:53:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-15T00:14:00.000Z\"}],\"Version\":\"6.1\",\"Projects\":[{\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"DE/GFZ/ISDC\",\"LongName\":\"Information + System and Data Center, GeoForschungszentrum Potsdam, Germany\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"http://isdc.gfz-potsdam.de/\"}]}},{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}]}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2344455932-POCLOUD\",\"V2344455882-POCLOUD\",\"V2344455905-POCLOUD\",\"V2344455822-POCLOUD\",\"V2344455852-POCLOUD\",\"V2344455952-POCLOUD\",\"V2344455804-POCLOUD\",\"V2344455777-POCLOUD\",\"V2344455743-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/HOMAGE_GGFO_L4_GOMA_Monthly_v01\",\"podaac-ops-cumulus-public/HOMAGE_GGFO_L4_GOMA_Monthly_v01\"],\"has-spatial-subsetting\":true,\"native-id\":\"GRACE/GRACE-FO+Level-4+Monthly+Global+Ocean+Mass+Anomaly+version+01+from+NASA+MEaSUREs+HOMaGE+project\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2344455932-POCLOUD\"},{\"concept-id\":\"V2344455882-POCLOUD\"},{\"concept-id\":\"V2344455905-POCLOUD\"},{\"concept-id\":\"V2344455822-POCLOUD\"},{\"concept-id\":\"V2344455852-POCLOUD\"},{\"concept-id\":\"V2344455952-POCLOUD\"},{\"concept-id\":\"V2344455804-POCLOUD\"},{\"concept-id\":\"V2344455777-POCLOUD\"},{\"concept-id\":\"V2344455743-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2263336836-POCLOUD\",\"revision-date\":\"2023-09-05T18:41:12.195Z\",\"granule-count\":5,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GRACE-FO\",\" + HOMAGE\",\"Sea Level\",\"Ocean Mass\"],\"CollectionCitations\":[{\"Version\":\"1.0\",\"Title\":\"GRACE/GRACE-FO + Level-4 Monthly Global Ocean Mass Anomaly version 01 from NASA MEaSUREs HOMaGE + project\",\"Creator\":\"Felix Landerer\",\"SeriesName\":\"MEaSUREs HOMaGE + Global Ocean Mass Anomaly\",\"ReleaseDate\":\"2022-05-26T00:00:00.000Z\",\"ReleasePlace\":\"JPL\",\"Publisher\":\"JPL/PO.DAAC\",\"OtherCitationDetails\":\"Felix + Landerer, MEaSUREs HOMaGE, 2022-05-26, GRACE/GRACE-FO Level-4 Monthly Global + Ocean Mass Anomaly version 01 from NASA MEaSUREs HOMaGE project, \"}],\"AdditionalAttributes\":[{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"MEaSUREs + HOMaGE Global Ocean Mass Anomaly\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-HMOMA-4TJ01\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":360.0,\"YDimension\":180.0,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN PRESSURE\",\"VariableLevel1\":\"OCEAN + BOTTOM PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"ATMOSPHERIC/OCEAN + INDICATORS\",\"VariableLevel1\":\"SEA LEVEL RISE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SEA SURFACE TOPOGRAPHY\",\"VariableLevel1\":\"SEA + LEVEL\",\"VariableLevel2\":\"SEA LEVEL ANOMALY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-17T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/HMOMA-4TJ01\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"HOMAGE_GGFO_L4_GOMA_Monthly_v01\",\"EntryTitle\":\"GRACE/GRACE-FO + Level-4 Monthly Global Ocean Mass Anomaly version 01 from NASA MEaSUREs HOMaGE + project\",\"PublicationReferences\":[{\"Title\":\"Extending the Global Mass + Change Data Record: GRACE Follow-On Instrument and Science Data Performance\",\"Publisher\":\"Geophysical + Research Letters\",\"DOI\":{\"DOI\":\"10.1029/2020GL088306\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Landerer, + F. W., et al.\",\"PublicationDate\":\"2020-06-28T00:00:00.000Z\",\"Volume\":\"47\",\"Issue\":\"12\"},{\"Title\":\"Processing + Choices Affect Ocean Mass Estimates From GRACE\",\"Publisher\":\"Journal of + Geophysical Research: Oceans\",\"DOI\":{\"DOI\":\"10.1029/2018JC014341\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Uebbing, + B., Kusche, J., Rietbroek, R., & Landerer, F. W.\",\"PublicationDate\":\"2019-02-15T00:00:00.000Z\",\"Volume\":\"124\",\"Issue\":\"2\",\"ReportNumber\":\"1029-1044\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/HOMAGE_GGFO_L4_GOMA_Monthly_v01\",\"podaac-ops-cumulus-public/HOMAGE_GGFO_L4_GOMA_Monthly_v01\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"GRACE-FO + Mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE-FO\"},{\"Description\":\"GRACE-FO + Project\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://gracefo.jpl.nasa.gov/\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/HOMAGE_GGFO_L4_GOMA_Monthly_v01.jpg\"},{\"Description\":\"Generic + Data Readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"Browse + and download granules over HTTPS using the virtual directories\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2263336836-POCLOUD\"},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2263336836-POCLOUD\"},{\"Description\":\"GRACE/GRACE-FO + Level-3 Data Product User Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"SCIENCE DATA PRODUCT SOFTWARE DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L3_Handbook_JPL.pdf\"},{\"Description\":\"HOMaGE + Project\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/homage\"},{\"Description\":\"GRACE + \ Project\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://grace.jpl.nasa.gov/mission/grace/\"},{\"Description\":\"Level-2 + Gravity Field Product User Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/L2-UserHandbook_v4.0.pdf\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-04-28T21:57:35.493Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-04-28T21:57:35.493Z\"}],\"Abstract\":\"This + data set contains the monthly Global Ocean Mass Anomalies (goma) since 04/2002, + as measured by the GRACE and GRACE Follow-On (G/GFO) satellite missions. The + data are averaged over the global ocean domain, at monthly intervals (note: + data gaps exist). This file contains the goma time series based on the spherical + harmonic gravity fields provided by the G/GFO SDS centers: JPL, CSR, GFZ. + The data are frequently updated as new monthly observations are acquired by + the GFO mission. The processing of the spherical harmonics gravity field coefficients + is as follows: (1) GAD + GSM: the monthly de-aliasing product GAD is added + back to the GSM L2 gravity fields; (2) [GSM + GAD] coefficients are averaged + over the global ocean with a coastal buffer of 300 km (to avoid land-ocean + leakage); (3) the spatial mean of atmospheric loading of the entire global + ocean domain is removed (via the GAA L2 data product). A GIA correction using + the ICE-6GD model (Peltier et al., 2018) is applied.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-05-04T14:52:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T18:41:00.000Z\"}],\"Version\":\"1.0\",\"Projects\":[{\"ShortName\":\"MEaSUREs/HOMaGE\",\"LongName\":\"MEaSUREs + HOMaGE: Heat and Ocean Mass from Gravity ESDR\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"GroupName\":\"Help Desk\",\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center Help Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}]},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Weekly + - < Monthly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"89.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity Recovery + and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-Great_Belt\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360350-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:23.616Z\",\"granule-count\":80,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-01-13T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/GREAT_BELT/DATA001\"},\"ShortName\":\"Great_Belt\",\"EntryTitle\":\"Great + Belt research cruise in the Southern Ocean\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/Great_Belt/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Great Belt research cruise investigated the Great Southern Coccolithophore + Belt in the Southern Ocean.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/cms/Tidal_Marsh_Vegetation_US/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Green + Vegetation Fraction High-Resolution Maps for Selected US Tidal Marshes, 2015\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2389082183-ORNL_CLOUD\",\"revision-date\":\"2023-06-12T20:17:01.637Z\",\"granule-count\":6,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Ballanti, + L., and K.B. Byrd. 2018. Green Vegetation Fraction High-Resolution Maps for + Selected US Tidal Marshes, 2015. ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/1608\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-122.75,\"NorthBoundingCoordinate\":47.12,\"EastBoundingCoordinate\":-69.93,\"SouthBoundingCoordinate\":25.08}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"AQUATIC + ECOSYSTEMS\",\"VariableLevel2\":\"WETLANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel2\":\"WETLANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\",\"VariableLevel2\":\"NORMALIZED DIFFERENCE VEGETATION INDEX (NDVI)\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"COASTAL + LANDFORMS\",\"VariableLevel2\":\"SALT MARSH\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"LAND USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND + COVER CLASSIFICATION\",\"VariableLevel2\":\"VEGETATION INDEX\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-09-25T00:00:00.000Z\",\"EndingDateTime\":\"2015-08-27T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1608\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"Tidal_Marsh_Vegetation_US_1608\",\"EntryTitle\":\"Green + Vegetation Fraction High-Resolution Maps for Selected US Tidal Marshes, 2015\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/cms/Tidal_Marsh_Vegetation_US/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/cms/Tidal_Marsh_Vegetation_US/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/CMS/guides/Tidal_Marsh_Vegetation_US.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1608\"},{\"Description\":\"Green + Vegetation Fraction High-Resolution Maps for Selected US Tidal Marshes, 2015: + Tidal_Marsh_Vegetation_US.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/cms/Tidal_Marsh_Vegetation_US/comp/Tidal_Marsh_Vegetation_US.pdf\"},{\"Description\":\"Fraction + green vegetation per 30m Landsat pixel for Terrebonne and St. Mary Parishes, + Louisiana, as classified in 1 m National Agriculture Imagery Program 2015 + images.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/CMS/guides/Tidal_Marsh_Veg_US_Fig1.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1608\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2022-05-10T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-06-12T20:17:01.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset provides 30m resolution maps of the fraction of green vegetation within + tidal marshes for six estuarine regions of the conterminous United States: + Cape Cod, MA; Chesapeake Bay, MD; Everglades, FL; Mississippi Delta, LA; San + Francisco Bay, CA; and Puget Sound, WA. Maps were derived from a 1m classification + of 2013 to 2015 National Agriculture Imagery Program (NAIP) images as tidal + marsh green vegetation, non-vegetation, and open water. Using this high-resolution + map, the percent of each class within Landsat pixel extents was calculated + to produce a 30m fraction of green vegetation map for each region.\",\"MetadataDates\":[{\"Date\":\"2022-05-10T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"CMS\",\"LongName\":\"Carbon + Monitoring System\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"Airplane\",\"LongName\":\"Airplane\",\"Instruments\":[{\"ShortName\":\"CAMERA\",\"LongName\":\"CAMERA\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"LANDSAT\",\"LongName\":\"LANDSAT\",\"Instruments\":[{\"ShortName\":\"ETM+\",\"LongName\":\"Enhanced + Thematic Mapper Plus\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/cms/CStocks_Greenness_Mangroves_MX/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Greenness + Trends and Carbon Stocks of Mangrove Forests Across Mexico, 2001-2015\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2345881744-ORNL_CLOUD\",\"revision-date\":\"2023-06-12T20:23:05.572Z\",\"granule-count\":32,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"V\xE1zquez-Lule, + A., R. Colditz, J. Herrera-silveira, M. Guevara, M.G. Rodr\xEDguez-Z\xFA\xF1iga, + I. Cruz, R. Ressl, and R. Vargas. 2021. Greenness Trends and Carbon Stocks + of Mangrove Forests Across Mexico, 2001-2015. ORNL DAAC, Oak Ridge, Tennessee, + USA. https://doi.org/10.3334/ORNLDAAC/1853\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-114.06,\"NorthBoundingCoordinate\":29.73,\"EastBoundingCoordinate\":-86.53,\"SouthBoundingCoordinate\":14.43}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"MARINE + ECOSYSTEMS\",\"VariableLevel2\":\"COASTAL\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"MARINE + ECOSYSTEMS\",\"VariableLevel2\":\"ESTUARY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\",\"VariableLevel2\":\"NORMALIZED DIFFERENCE VEGETATION INDEX (NDVI)\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND USE/LAND COVER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"CARBON\",\"VariableLevel2\":\"SOIL + ORGANIC CARBON (SOC)\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2001-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2015-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"model + products\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1853\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"CStocks_Greenness_Mangroves_MX_1853\",\"EntryTitle\":\"Greenness + Trends and Carbon Stocks of Mangrove Forests Across Mexico, 2001-2015\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/cms/CStocks_Greenness_Mangroves_MX/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/cms/CStocks_Greenness_Mangroves_MX/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/CMS/guides/CStocks_Greenness_Mangroves_MX.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1853\"},{\"Description\":\"Greenness + Trends and Carbon Stocks of Mangrove Forests Across Mexico, 2001-2015: CStocks_Greenness_Mangroves_MX.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/cms/CStocks_Greenness_Mangroves_MX/comp/CStocks_Greenness_Mangroves_MX.pdf\"},{\"Description\":\"Categories + of persistent mangrove forests on the coasts of Mexico. Source: V\xC3\x83\xC2\x83\xC3\x82\xC2\x83\xC3\x83\xC2\x82\xC3\x82\xC2\xA1zquez-Lule + et al. (2019)\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/CMS/guides/CStocks_Greenness_Mangroves_MX_Fig1.jpg\"}],\"DataDates\":[{\"Date\":\"2021-06-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-06-12T20:23:05.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset provides estimates of greenness trends, above- and belowground carbon + stocks, and climate variables of the persistent mangrove forests on the coasts + of Mexico (PMFM) at a 1 km resolution from 2001 through 2015. Data are available + as one-time estimates or across the temporal range; typically as monthly summaries. + One-time estimates of aboveground carbon and soil organic carbon stocks for + the PMFM derived from existing sources are provided. Also included are the + monthly mean normalized difference vegetation index (NDVI) from MOD13A3 used + to derive greenness trends, monthly mean air temperature, and total monthly + precipitation from Daymet for 2001-2015 across the PMFM. Other files include + the distribution and coverage of PMFM across Mexico. Distributions are provided + as four categories of PMFM: (1) Arid mangroves with Surface Water as main + input, along the Gulf of California and Pacific Coast (ARsw); (2) humid mangroves + with surface water input along the Pacific Coast (HUsw-Pa); (3) humid mangroves + with surface water input along the coast of the Gulf of Mexico (HUsw-Gf); + (4) humid mangroves with groundwater input along the Gulf of Mexico and Caribbean + Sea (HUgw). These data provide a baseline for national monitoring programs, + carbon accounting models, and greenness trends in coastal wetlands.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"}],\"MetadataDates\":[{\"Date\":\"2021-06-25T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"CMS\",\"LongName\":\"Carbon + Monitoring System\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing + System, Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]},{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2587699708-POCLOUD\",\"V2587699721-POCLOUD\",\"V2587699727-POCLOUD\",\"V2587699712-POCLOUD\",\"V2587699715-POCLOUD\",\"V2587699706-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST/\",\"podaac-ops-cumulus-public/ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Gridded+Altimeter+Fields+with+Enhanced+Coastal+Coverage\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2587699708-POCLOUD\"},{\"concept-id\":\"V2587699721-POCLOUD\"},{\"concept-id\":\"V2587699727-POCLOUD\"},{\"concept-id\":\"V2587699712-POCLOUD\"},{\"concept-id\":\"V2587699715-POCLOUD\"},{\"concept-id\":\"V2587699706-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205120784-POCLOUD\",\"revision-date\":\"2023-01-12T23:20:52.472Z\",\"granule-count\":21,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"SeriesName\":\"Gridded + Altimeter Fields with Enhanced Coastal Coverage\",\"Version\":\"1\",\"Title\":\"ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST\",\"Creator\":\"OSU/COAS\",\"Publisher\":\"OSU/COAS\",\"ReleaseDate\":\"2010-09-26T00:00:00.000Z\",\"OtherCitationDetails\":\"OSU/COAS, + OSU/COAS, 2010-09-26, Gridded Altimeter Fields with Enhanced Coastal Coverage, + N/A\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"1992-10-14T00:00:00.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"earliest_granule_start_time\"},{\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2012-04-18T00:00:00.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"latest_granule_end_time\"},{\"Description\":\"Dataset + citation series name\",\"Value\":\"Gridded Altimeter Fields with Enhanced + Coastal Coverage\",\"DataType\":\"STRING\",\"Name\":\"Series Name\"},{\"Description\":\"Dataset + Persistent ID\",\"Value\":\"PODAAC-USWCO-ALT01\",\"DataType\":\"STRING\",\"Name\":\"Persistent + ID\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-111.5,\"SouthBoundingCoordinate\":35.25,\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":48.5},{\"WestBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":35.25,\"EastBoundingCoordinate\":-132.25,\"NorthBoundingCoordinate\":48.5}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Gridded, Projection Detail: N/A\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":0.25,\"YDimension\":0.25,\"Unit\":\"Decimal + Degrees\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SEA SURFACE HEIGHT\",\"Term\":\"SEA SURFACE + TOPOGRAPHY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH SCIENCE\",\"VariableLevel1\":\"OCEAN + CURRENTS\",\"Term\":\"OCEAN CIRCULATION\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"EndingDateTime\":\"2012-04-18T00:00:00.000Z\",\"BeginningDateTime\":\"1992-10-14T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/USWCO-ALT01\"},\"ShortName\":\"ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST\",\"EntryTitle\":\"Gridded + Altimeter Fields with Enhanced Coastal Coverage\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Saraceno, + M., P. T. Strub, and P. M. Kosro (2008), Estimates of sea surface height and + near-surface alongshore coastal currents from combinations of altimeters and + tide gauges, J. Geophys. Res., 113, C11013, doi:10.1029/2008JC004756\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST/\",\"podaac-ops-cumulus-public/ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2205120784-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2205120784-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2010-08-12T00:51:48.954Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-04-28T05:01:45.000Z\"}],\"Abstract\":\"The + Gridded Altimeter Fields with Enhanced Coastal Coverage data product contains + Sea Surface Height Anomalies (SSHA or SLA) and zonal and meridional geostrophic + velocities for the US west coast encompassing 35.25 deg-48.5 deg N latitude + and 227.75 deg-248.5 deg E longitude. This annually updated data product + extends from October 14, 1992 through November 4, 2009. SSHA and current + velocities are derived from the AVISO quarter degree DT UPD MSLA version 3.0 + grids, 0.75 deg and greater away from the coast. Values within 0.75 deg of + the coast are derived from tide gauge observations and interpolated out to + the altimeter filled region. Details on how these data are derived can be + found in: Saraceno, M., P. T. Strub, and P. M. Kosro (2008), Estimates of + sea surface height and near-surface alongshore coastal currents from combinations + of altimeters and tide gauges, J. Geophys. Res., 113, C11013, doi:10.1029/2008JC004756.\",\"LocationKeywords\":[{\"Type\":\"PACIFIC + OCEAN\",\"Category\":\"OCEAN\",\"Subregion1\":\"EASTERN PACIFIC OCEAN\",\"DetailedLocation\":\"N/A\"}],\"MetadataDates\":[{\"Type\":\"UPDATE\",\"Date\":\"2022-01-20T22:51:05.352Z\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Cooperative + Institute for Oceanographic Satellite Studies\",\"ShortName\":\"CIOSS\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"Craig + Risin and P. Ted Strub\"},{\"ContactGroups\":[{\"GroupName\":\"Help Desk\",\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}],\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"7 + Day\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"OSTM/Jason-2 + RADAR alitmieter\",\"Characteristics\":[{\"Description\":\"Spacecraft angular + distance from orbital plane relative to the Equator.\",\"Value\":\"5.1\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"POSEIDON-3\"}],\"LongName\":\"Ocean + Surface Topography Mission/Jason-2\",\"Characteristics\":[{\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"112.43\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.04\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"OSTM/JASON-2\"},{\"Type\":\"Earth + Observation Satellites\",\"Instruments\":[{\"LongName\":\"POSEIDON Solid State + Radar Altimeter\",\"Characteristics\":[{\"Description\":\"Spacecraft angular + distance from orbital plane relative to the Equator.\",\"Value\":\"5.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"SSALT\"}],\"LongName\":\"Topography + Experiment/Poseidon\",\"Characteristics\":[{\"Description\":\"Nominal period + of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"112.43\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.04\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"TOPEX/POSEIDON\"},{\"Type\":\"Earth + Observation Satellites\",\"Instruments\":[{\"LongName\":\"JASON-1 RADAR ALTIMETER\",\"ShortName\":\"POSEIDON-2\"}],\"LongName\":\"JASON-1\",\"Characteristics\":[{\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"112.43\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.04\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"JASON-1\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112015654-POCLOUD\",\"V2105132485-POCLOUD\",\"V2105132016-POCLOUD\",\"V2103445822-POCLOUD\",\"V2112015648-POCLOUD\",\"V2112015652-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2245207664-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST_DAILY/\",\"podaac-ops-cumulus-public/ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST_DAILY/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Gridded+Altimeter+Fields+with+Enhanced+Coastal+Coverage+Daily\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112015654-POCLOUD\"},{\"concept-id\":\"V2105132485-POCLOUD\"},{\"concept-id\":\"V2105132016-POCLOUD\"},{\"concept-id\":\"V2103445822-POCLOUD\"},{\"concept-id\":\"V2112015648-POCLOUD\"},{\"concept-id\":\"V2112015652-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2245207664-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036882016-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:22.813Z\",\"granule-count\":20,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Version\":\"1\",\"Title\":\"Gridded + Altimeter Fields with Enhanced Coastal Coverage Daily\",\"Creator\":\"OSU/COAS\",\"SeriesName\":\"Gridded + Altimeter Fields with Enhanced Coastal Coverage Daily\",\"ReleaseDate\":\"2012-12-17T00:00:00.000Z\",\"ReleasePlace\":\"JPL\",\"Publisher\":\"OSU/COAS\"}],\"AdditionalAttributes\":[{\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"1992-10-14T12:00:00.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"earliest_granule_start_time\"},{\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2011-01-19T12:00:00.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"latest_granule_end_time\"},{\"Description\":\"Dataset + citation series name\",\"Value\":\"Gridded Altimeter Fields with Enhanced + Coastal Coverage Daily\",\"DataType\":\"STRING\",\"Name\":\"Series Name\"},{\"Description\":\"Dataset + Persistent ID\",\"Value\":\"PODAAC-USWCD-ALT01\",\"DataType\":\"STRING\",\"Name\":\"Persistent + ID\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":49.0,\"WestBoundingCoordinate\":-133.0,\"EastBoundingCoordinate\":-111.0,\"SouthBoundingCoordinate\":35.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Cylindrical Lat-Lon, Projection Detail: Geolocation information included + for each pixel\",\"GeodeticModel\":{\"EllipsoidName\":\"WGS 84\"},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":0.25,\"YDimension\":0.25,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"OCEAN CURRENTS\",\"Term\":\"OCEAN CIRCULATION\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SEA SURFACE HEIGHT\",\"Term\":\"SEA SURFACE + TOPOGRAPHY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-10-14T12:00:00.000Z\",\"EndingDateTime\":\"2011-01-19T12:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/USWCD-ALT01\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST_DAILY\",\"EntryTitle\":\"Gridded + Altimeter Fields with Enhanced Coastal Coverage Daily\",\"PublicationReferences\":[{\"Title\":\"Estimates + of sea surface height and near-surface alongshore coastal currents from combinations + of altimeters and tide gauges\",\"DOI\":{\"DOI\":\"10.1029/2008JC004756\"},\"Author\":\"Saraceno, + M., Strub, P.T., and Kosro, P.M.\",\"PublicationDate\":\"2008-11-15T00:00:00.000Z\",\"Series\":\"J. + Geophys. Res.\",\"Volume\":\"113\",\"Issue\":\"C11013\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST_DAILY/\",\"podaac-ops-cumulus-public/ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST_DAILY/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/ALT_TIDE_GAUGE_L4_OST_SLA_US_WEST_COAST_DAILY.jpg\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2036882016-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2036882016-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Generic + Data Readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers + \"},{\"Description\":\"Gridded Altimeter Fields with Enhanced Coastal Coverage + README\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/coastal_alt/preview/L4/OSU_COAS/docs/Coastal_alt_readme.txt\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2012-11-09T23:11:24.494Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-04-28T05:01:45.000Z\"}],\"Abstract\":\"The + Gridded Altimeter Fields with Enhanced Coastal Coverage data product contains + Sea Surface Height Anomalies (SSHA or SLA) and zonal and meridional geostrophic + velocities for the US west coast encompassing 35.25 deg-48.5 deg N latitude + and 227.75 deg-248.5 deg E longitude. This annually updated data product + extends from October 14, 1992 through January 19, 2011. SSHA and current + velocities are derived from the AVISO quarter degree DT UPD MSLA version 3.0 + grids, 0.75 deg and greater away from the coast. Values within 0.75 deg of + the coast are derived from tide gauge observations and interpolated out to + the altimeter filled region. Details on how these data are derived can be + found in: Saraceno, M., P. T. Strub, and P. M. Kosro (2008), Estimates of + sea surface height and near-surface alongshore coastal currents from combinations + of altimeters and tide gauges, J. Geophys. Res., 113, C11013, doi:10.1029/2008JC004756.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"EASTERN PACIFIC OCEAN\",\"DetailedLocation\":\"N/A\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-08-11T00:30:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2021-08-30T19:56:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"CIOSS\",\"LongName\":\"Cooperative + Institute for Oceanographic Satellite Studies\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\",\"URLContentType\":\"DataContactURL\"}]},\"GroupName\":\"Help + Desk\",\"Roles\":[\"Data Center Contact\"]}]}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"OSTM/JASON-2\",\"LongName\":\"Joint + Altimetry Satellite Oceanography Network - 2\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"112.43\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.04\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"POSEIDON-3\",\"LongName\":\"JASON-2 + RADAR ALTIMETER\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"5.1\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TOPEX/POSEIDON\",\"LongName\":\"Ocean + Topography Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"112.43\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.04\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"SSALT\",\"LongName\":\"POSEIDON + Solid State Radar Altimeter\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"5.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"JASON-1\",\"LongName\":\"JASON-1\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"112.43\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.04\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"POSEIDON-2\",\"LongName\":\"JASON-1 + RADAR ALTIMETER\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/above/ABoVE_CO2_CH4_Flux_Estimates/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ABoVE_CO2_CH4_Flux_Estimates_2121\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2909734357-ORNL_CLOUD\",\"revision-date\":\"2024-03-26T19:15:00.846Z\",\"granule-count\":937,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Farina, + M.K., and J.D. Watts. 2022. Gridded CO2 and CH4 Flux Estimates for pan-Arctic + and Boreal Regions, 2003-2015. ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/2121\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":49.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"BIOGEOCHEMICAL CYCLES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"PRIMARY PRODUCTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"RESPIRATION RATE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2003-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2015-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"model + products\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/2121\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"ABoVE_CO2_CH4_Flux_Estimates_2121\",\"EntryTitle\":\"Gridded + CO2 and CH4 Flux Estimates for pan-Arctic and Boreal Regions, 2003-2015\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/above/ABoVE_CO2_CH4_Flux_Estimates/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/above/ABoVE_CO2_CH4_Flux_Estimates/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ABOVE/guides/ABoVE_CO2_CH4_Flux_Estimates.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/2121\"},{\"Description\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://opendap.earthdata.nasa.gov/\"},{\"Description\":\"Gridded + CO2 and CH4 Flux Estimates for pan-Arctic and Boreal Regions, 2003-2015: ABoVE_CO2_CH4_Flux_Estimates.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/above/ABoVE_CO2_CH4_Flux_Estimates/comp/ABoVE_CO2_CH4_Flux_Estimates.pdf\"},{\"Description\":\"Average + annual carbon flux (g m-2 yr-1) across the Arctic-boreal domain from 2003-2015 + as informed by daily 1-km TCFM-Arctic simulations: a) GPP, b) Reco, c) NEE, + \ and d) tundra and boreal wetland CH4 emissions with a topographic wetness + index (TWI) masking.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/ABOVE/guides/ABoVE_CO2_CH4_Flux_Estimates_Fig1.png\"},{\"Description\":\"ABoVE + project site\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME + PAGE\",\"URL\":\"https://above.nasa.gov\"}],\"DataDates\":[{\"Date\":\"2024-03-22T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-26T19:14:58.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset provides gridded estimates of gross primary productivity (GPP), ecosystem + respiration (Reco), net ecosystem CO2 exchange (NEE = Reco - GPP), and methane + (CH4) emissions from tundra and boreal wetland soils, across the pan-Arctic + and Boreal zone (>49 degrees north) at 1-km spatial resolution. The data were + produced through simulations of the Arctic Terrestrial Carbon Flux Model (TCFM-Arctic) + and are provided at the daily time step for the years 2003-2015. TCFM-Arctic + uses a light-use efficiency approach driven by satellite estimates of FPAR + (fraction of absorbed photosynthetically active radiation) to estimate GPP, + and autotrophic respiration (Rauto) is estimated as a fraction of GPP. Heterotrophic + respiration (Rhetero) is estimated using decomposition rates with environmental + constraints applied to three near-surface soil organic carbon (SOC) pools, + and Reco is determined as the sum of Ra and Rh. Methane production is estimated + using optimal CH4 production rates with environmental constraints applied + to the labile carbon pool, and transfer of CH4 from the soil to the atmosphere + is modeled through vegetation, soil diffusion, and water ebullition pathways. + The model estimates were calibrated and evaluated using >60 tower eddy covariance + (EC) sites. Baseline carbon pools were initialized by continuously cycling + (spinning-up) the model for 1,000 model years using recent climatology from + 1985 to 2002 to reach a dynamic steady-state between estimated net primary + productivity (NPP = GPP - Rauto) and near-surface SOC pools. The TCFM-Arctic + simulations were extended to the full Arctic-boreal domain at a 1-km spatial + resolution using land cover maps representing high latitude vegetation communities. + The data are provided in NetCDF and comma-separated values (CSV) formats.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Date\":\"2024-03-22T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ABoVE\",\"LongName\":\"Arctic-Boreal + Vulnerability Experiment\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/global_vegetation/Gridded_Biomass_Africa/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Gridded + Estimates of Woody Cover and Biomass across Sub-Saharan Africa, 2000-2004\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2762262652-ORNL_CLOUD\",\"revision-date\":\"2023-09-06T16:51:55.302Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hanan, + N.P., L. Prihodko, C.W. Ross, G. Bucini, and A.T. Tredennick. 2020. Gridded + Estimates of Woody Cover and Biomass across Sub-Saharan Africa, 2000-2004. + ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/1777\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-20.61,\"NorthBoundingCoordinate\":22.01,\"EastBoundingCoordinate\":61.53,\"SouthBoundingCoordinate\":-34.81}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel2\":\"DESERTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel2\":\"SHRUBLAND/SCRUB\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"BIOMASS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CARBON\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2005-01-01T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"model + products\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1777\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"Gridded_Biomass_Africa_1777\",\"EntryTitle\":\"Gridded + Estimates of Woody Cover and Biomass across Sub-Saharan Africa, 2000-2004\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/global_vegetation/Gridded_Biomass_Africa/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/global_vegetation/Gridded_Biomass_Africa/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/VEGETATION/guides/Gridded_Biomass_Africa.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1777\"},{\"Description\":\"Gridded + Estimates of Woody Cover and Biomass across Sub-Saharan Africa, 2000-2004: + Gridded_Biomass_Africa.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/global_vegetation/Gridded_Biomass_Africa/comp/Gridded_Biomass_Africa.pdf\"},{\"Description\":\"Estimates + of woody biomass (tree and shrubs) at 1-km resolution in megagrams per hectare + (Mg ha-1). Biomass was estimated from canopy cover, canopy height, and tree + allometry. Source: C.W. Ross\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/VEGETATION/guides/Gridded_Biomass_Africa_Fig1.png\"}],\"DataDates\":[{\"Date\":\"2020-08-10T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-09-06T16:51:54.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset provides maps of woody (tree and shrub) cover and biomass across Sub-Saharan + Africa at a resolution of 1 km for the period 2000-2004. Canopy cover observations + and remote-sensing data related to woody vegetation were used to predict woody + cover across Africa. Predicted woody cover, canopy height, and tree allometry + were used to estimate woody biomass for Sub-Saharan Africa. Canopy cover observations + were assembled from field measurements and Google Earth imagery collected + from 2000-2004. Remote-sensing data related to the structural attributes of + woody vegetation were derived from MODIS optical data and Q-SCAT (Quick Scatterometer) + microwave measurements. Canopy height estimates were derived from spaceborne + lidar and tree allometry equations were retrieved from GlobAllomeTree.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\"}],\"MetadataDates\":[{\"Date\":\"2020-08-10T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"Vegetation\",\"LongName\":\"Vegetation + Collection\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_GPWv3_CENTROIDS_3.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1428079129-SEDAC\",\"revision-date\":\"2023-02-17T17:28:01.309Z\",\"granule-count\":14,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"3.00\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Centroids\",\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"ReleaseDate\":\"2005-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4TT4NWQ\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-179.199552,\"NorthBoundingCoordinate\":79.89196,\"EastBoundingCoordinate\":179.848323,\"SouthBoundingCoordinate\":-54.751503}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"EllipsoidName\":\"WGS84\",\"DenominatorOfFlatteningRatio\":298.257224,\"HorizontalDatumName\":\"WGS84\",\"SemiMajorAxis\":6378137.0}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + DENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"BOUNDARIES\",\"VariableLevel1\":\"ADMINISTRATIVE + DIVISIONS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + SIZE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"1990-07-01T00:00:00.000Z\",\"1995-07-01T00:00:00.000Z\",\"2000-07-01T00:00:00.000Z\",\"2005-07-01T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H4TT4NWQ\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv3_CENTROIDS\",\"EntryTitle\":\"Gridded + Population of the World, Version 3 (GPWv3): Centroids\",\"PublicationReferences\":[{\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4XK8CG2\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Subnational + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4P26W1B\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Coastlines\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4Q23X5Q\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Land + and Geographic Unit Area Grids\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4K935FC\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4FJ2DQN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Identifier Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H49W0CDN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4639MPP\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H42B8VZZ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Density Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4ST7MRB\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v3/gpw-v3-centroids/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-centroids/data-download\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-centroids/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-centroids\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 3 (GPWv3): Centroids consists of + estimates of human population counts and densities for the years 1990, 1995, + 2000, 2005, 2010, and 2015 by administrative Unit centroid location. The centroids + are based on the 399,781 input administrative Units used in GPWv3. In addition + to population counts and variables, the centroids have associated administrative + Unit names and the land area of contained within the administrative Unit. + GPWv3 is produced by the Columbia University Center for International Earth + Science Information Network (CIESIN) in collaboration with Centro Internacional + de Agricultura Tropical (CIAT).\",\"Purpose\":\"To provide a vector (point) + version of the input administrative Units used in GPWv3 for use in data integration.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"OCEANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"AMERICAN + SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ANDORRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANGUILLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ARUBA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"BERMUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CAYMAN ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"NORWEGIAN + SEA\",\"Subregion3\":\"FAEROE ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"FALKLAND + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FRENCH + POLYNESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\",\"Subregion3\":\"GIBRALTAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GUADELOUPE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"GUAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"IRISH SEA\",\"Subregion3\":\"ISLE + OF MAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"MACAU\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"MARTINIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAYOTTE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"MONACO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"MONTSERRAT\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"NETHERLANDS ANTILLES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"NEW + CALEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW ZEALAND\",\"Subregion1\":\"NEW + ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NORTHERN + MARIANA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"PALESTINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"PITCAIRN + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"ST HELENA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"ST PIERRE + AND MIQUELON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"ST VINCENT + AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SAN MARINO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"SVALBARD + AND JAN MAYEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"TAIWAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TOKELAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TURKS AND CAICOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"VATICAN CITY\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"WALLIS + AND FUTUNA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"GUERNSEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"TIMOR-LESTE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"VIRGIN ISLANDS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2005-12-05T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-17T12:06:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv3_CENTROIDS\"}],\"Version\":\"3.00\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"The Trustees + of Columbia University in the City of New York and the Centro Internacional + de Agricultura Tropical (CIAT) hold the copyright of this data set. Users + are prohibited from any commercial, non-free resale, or redistribution without + explicit written permission from CIESIN and CIAT. Users should acknowledge + CIESIN and CIAT as the source used in the creation of any reports, publications, + new data sets, derived products, or services resulting from the use of this + data set. CIESIN and CIAT also request reprints of any publications and notification + of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"CSV\"},{\"Format\":\"Shapefile\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"CSV\",\"Fees\":\"0\"},{\"Format\":\"Shapefile\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":25,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Gridded + Population of the World, Version 3 (GPWv3): Coastlines\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000003-SEDAC\",\"revision-date\":\"2023-02-17T18:59:48.962Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"3.00\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Coastlines\",\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"ReleaseDate\":\"2005-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4Q23X5Q\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-179.199552,\"NorthBoundingCoordinate\":79.89196,\"EastBoundingCoordinate\":179.848323,\"SouthBoundingCoordinate\":-54.751503}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"EllipsoidName\":\"WGS84\",\"DenominatorOfFlatteningRatio\":298.257224,\"HorizontalDatumName\":\"WGS84\",\"SemiMajorAxis\":6378137.0}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"BOUNDARIES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2000-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H4Q23X5Q\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv3_COASTLINES\",\"EntryTitle\":\"Gridded + Population of the World, Version 3 (GPWv3): Coastlines\",\"PublicationReferences\":[{\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4XK8CG2\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Subnational + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4P26W1B\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Land + and Geographic Unit Area Grids\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4K935FC\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4FJ2DQN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Identifier Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H49W0CDN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4639MPP\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H42B8VZZ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Density Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4ST7MRB\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Centroids\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4TT4NWQ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v3/gpw-v3-coastlines/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-coastlines/data-download\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-coastlines/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-coastlines\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 3 (GPWv3): Coastlines are derived + from the land area grid to show the outlines of pixels (cells) that contain + administrative Units in GPWv3. The coastlines are designed for cartographic + use with the GPWv3 population raster data sets. GPWv3 is produced by the Columbia + University Center for International Earth Science Information Network (CIESIN) + in collaboration with Centro Internacional de Agricultura Tropical (CIAT).\",\"Purpose\":\"To + provide a set of coastlines consistent with GPWv3 raster data for cartographic + purposes.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"OCEANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"AMERICAN + SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ANDORRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANGUILLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ARUBA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"BERMUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CAYMAN ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"NORWEGIAN + SEA\",\"Subregion3\":\"FAEROE ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"FALKLAND + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FRENCH + POLYNESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\",\"Subregion3\":\"GIBRALTAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GUADELOUPE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"GUAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"IRISH SEA\",\"Subregion3\":\"ISLE + OF MAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"MACAU\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"MARTINIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAYOTTE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"MONACO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"MONTSERRAT\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"NETHERLANDS ANTILLES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"NEW + CALEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW ZEALAND\",\"Subregion1\":\"NEW + ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NORTHERN + MARIANA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"PALESTINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"PITCAIRN + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"ST HELENA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"ST PIERRE + AND MIQUELON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"ST VINCENT + AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SAN MARINO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"SVALBARD + AND JAN MAYEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"TAIWAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TOKELAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TURKS AND CAICOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"VATICAN CITY\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"WALLIS + AND FUTUNA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"GUERNSEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"TIMOR-LESTE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"VIRGIN ISLANDS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2005-12-05T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-17T13:57:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv3_COASTLINES\"}],\"Version\":\"3.00\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"The Trustees + of Columbia University in the City of New York and the Centro Internacional + de Agricultura Tropical (CIAT) hold the copyright of this data set. Users + are prohibited from any commercial, non-free resale, or redistribution without + explicit written permission from CIESIN and CIAT. Users should acknowledge + CIESIN and CIAT as the source used in the creation of any reports, publications, + new data sets, derived products, or services resulting from the use of this + data set. CIESIN and CIAT also request reprints of any publications and notification + of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Shapefile\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"Shapefile\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Gridded + Population of the World, Version 3 (GPWv3): Land and Geographic Unit Area + Grids\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000022-SEDAC\",\"revision-date\":\"2024-01-29T16:23:12.095Z\",\"granule-count\":1077,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"3.00\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Land and Geographic Unit Area + Grids\",\"Creator\":\"Center for International Earth Science Information Network + - CIESIN - Columbia University, and Centro Internacional de Agricultura Tropical + - CIAT\",\"ReleaseDate\":\"2005-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4K935FC\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-179.199552,\"NorthBoundingCoordinate\":79.89196,\"EastBoundingCoordinate\":179.848323,\"SouthBoundingCoordinate\":-54.751503}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND USE/LAND COVER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"1990-07-01T00:00:00.000Z\",\"1995-07-01T00:00:00.000Z\",\"2000-07-01T00:00:00.000Z\",\"2005-07-01T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H4K935FC\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv3_LANDGEOG\",\"EntryTitle\":\"Gridded + Population of the World, Version 3 (GPWv3): Land and Geographic Unit Area + Grids\",\"PublicationReferences\":[{\"Title\":\"Gridded Population of the + World, Version 3 (GPWv3): Population Density Grid\",\"Publisher\":\"NASA Socioeconomic + Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4XK8CG2\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Subnational + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4P26W1B\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Coastlines\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4Q23X5Q\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4FJ2DQN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Identifier Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H49W0CDN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4639MPP\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H42B8VZZ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Density Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4ST7MRB\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Centroids\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4TT4NWQ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v3/gpw-v3-land-geographic-unit-area/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-land-geographic-unit-area/data-download\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-land-geographic-unit-area/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-land-geographic-unit-area\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 3 (GPWv3): Land and Geographic Unit + Area Grids measure land areas in square kilometers and the mean Unit size + (population-weighted) in square kilometers. The land area grid permits the + summation of areas (net of permanent ice and water) at the same resolution + as the population density, count, and urban-rural grids. The mean Unit size + grids provides a quantitative surface that indicates the size of the input + Unit(s) from which population count and density grids are derived..GPWv3 is + produced by the Columbia University Center for International Earth Science + Information Network (CIESIN) in collaboration with Centro Internacional de + Agricultura Tropical (CIAT).\",\"Purpose\":\"To provide a quantitative measure + of the input resolution of administrative Units used for GPWv3.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"OCEANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"AMERICAN + SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ANDORRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANGUILLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ARUBA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"BERMUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CAYMAN ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"NORWEGIAN + SEA\",\"Subregion3\":\"FAEROE ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"FALKLAND + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FRENCH + POLYNESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\",\"Subregion3\":\"GIBRALTAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GUADELOUPE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"GUAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"IRISH SEA\",\"Subregion3\":\"ISLE + OF MAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"MACAU\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"MARTINIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAYOTTE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"MONACO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"MONTSERRAT\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"NETHERLANDS ANTILLES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"NEW + CALEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW ZEALAND\",\"Subregion1\":\"NEW + ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NORTHERN + MARIANA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"PALESTINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"PITCAIRN + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"ST HELENA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"ST PIERRE + AND MIQUELON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"ST VINCENT + AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SAN MARINO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"SVALBARD + AND JAN MAYEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"TAIWAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TOKELAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TURKS AND CAICOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"VATICAN CITY\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"WALLIS + AND FUTUNA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"GUERNSEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"TIMOR-LESTE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"VIRGIN ISLANDS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2005-12-05T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-01-29T16:23:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv3_LANDGEOG\"}],\"Version\":\"3.00\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"The Trustees + of Columbia University in the City of New York and the Centro Internacional + de Agricultura Tropical (CIAT) hold the copyright of this data set. Users + are prohibited from any commercial, non-free resale, or redistribution without + explicit written permission from CIESIN and CIAT. Users should acknowledge + CIESIN and CIAT as the source used in the creation of any reports, publications, + new data sets, derived products, or services resulting from the use of this + data set. CIESIN and CIAT also request reprints of any publications and notification + of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"BIL\"},{\"Format\":\"Grid\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"Fees\":\"0\"},{\"Format\":\"BIL\",\"Fees\":\"0\"},{\"Format\":\"Grid\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Gridded + Population of the World, Version 3 (GPWv3): National Administrative Boundaries\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000041-SEDAC\",\"revision-date\":\"2023-02-17T19:12:35.395Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"3.00\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): National Administrative Boundaries\",\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"ReleaseDate\":\"2005-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4FJ2DQN\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-179.199552,\"NorthBoundingCoordinate\":79.89196,\"EastBoundingCoordinate\":179.848323,\"SouthBoundingCoordinate\":-54.751503}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"EllipsoidName\":\"WGS84\",\"DenominatorOfFlatteningRatio\":298.257224,\"HorizontalDatumName\":\"WGS84\",\"SemiMajorAxis\":6378137.0}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"BOUNDARIES\",\"VariableLevel1\":\"ADMINISTRATIVE + DIVISIONS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2000-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H4FJ2DQN\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv3_NADMINBND\",\"EntryTitle\":\"Gridded + Population of the World, Version 3 (GPWv3): National Administrative Boundaries\",\"PublicationReferences\":[{\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4XK8CG2\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Subnational + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4P26W1B\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Coastlines\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4Q23X5Q\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Land + and Geographic Unit Area Grids\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4K935FC\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Identifier Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H49W0CDN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4639MPP\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H42B8VZZ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Density Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4ST7MRB\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Centroids\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4TT4NWQ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v3/gpw-v3-national-admin-boundaries/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-national-admin-boundaries/data-download\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-national-admin-boundaries\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 3 (GPWv3): National Administrative + Boundaries are derived from the land area grid to show the outlines of pixels + (cells) that contain administrative Units in GPWv3 on a per-country/territory + basis. The National Boundaries data are derived from the pixels as polygons + and thus have rectilinear boundaries at large scale. Note that the polygons + that outline the countries and territories are not official representations; + rather, they represent the area covered by the statistical data as provided. + The national/territorial boundaries are designed for cartographic use with + the GPWv3 population raster data sets. GPWv3 is produced by the Columbia University + Center for International Earth Science Information Network (CIESIN) in collaboration + with Centro Internacional de Agricultura Tropical (CIAT).\",\"Purpose\":\"To + provide a quantitative measure of the input resolution of administrative Units + used for GPWv3.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"OCEANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"AMERICAN + SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ANDORRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANGUILLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ARUBA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"BERMUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CAYMAN ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"NORWEGIAN + SEA\",\"Subregion3\":\"FAEROE ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"FALKLAND + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FRENCH + POLYNESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\",\"Subregion3\":\"GIBRALTAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GUADELOUPE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"GUAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"IRISH SEA\",\"Subregion3\":\"ISLE + OF MAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"MACAU\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"MARTINIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAYOTTE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"MONACO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"MONTSERRAT\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"NETHERLANDS ANTILLES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"NEW + CALEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW ZEALAND\",\"Subregion1\":\"NEW + ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NORTHERN + MARIANA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"PALESTINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"PITCAIRN + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"ST HELENA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"ST PIERRE + AND MIQUELON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"ST VINCENT + AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SAN MARINO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"SVALBARD + AND JAN MAYEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"TAIWAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TOKELAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TURKS AND CAICOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"VATICAN CITY\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"WALLIS + AND FUTUNA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"GUERNSEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"TIMOR-LESTE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"VIRGIN ISLANDS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2005-12-05T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-17T14:10:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv3_NADMINBND\"}],\"Version\":\"3.00\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"The Trustees + of Columbia University in the City of New York and the Centro Internacional + de Agricultura Tropical (CIAT) hold the copyright of this data set. Users + are prohibited from any commercial, non-free resale, or redistribution without + explicit written permission from CIESIN and CIAT. Users should acknowledge + CIESIN and CIAT as the source used in the creation of any reports, publications, + new data sets, derived products, or services resulting from the use of this + data set. CIESIN and CIAT also request reprints of any publications and notification + of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Shapefile\"}],\"FileDistributionInformation\":[{\"Format\":\"Shapefile\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Gridded + Population of the World, Version 3 (GPWv3): National Identifier Grid\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000042-SEDAC\",\"revision-date\":\"2023-02-17T19:41:57.473Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"3.00\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): National Identifier Grid\",\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"ReleaseDate\":\"2005-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H49W0CDN\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-179.199552,\"NorthBoundingCoordinate\":79.89196,\"EastBoundingCoordinate\":179.848323,\"SouthBoundingCoordinate\":-54.751503}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"BOUNDARIES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2000-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H49W0CDN\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv3_NATIDEN\",\"EntryTitle\":\"Gridded + Population of the World, Version 3 (GPWv3): National Identifier Grid\",\"PublicationReferences\":[{\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4XK8CG2\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Subnational + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4P26W1B\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Coastlines\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4Q23X5Q\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Land + and Geographic Unit Area Grids\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4K935FC\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4FJ2DQN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4639MPP\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H42B8VZZ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Density Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4ST7MRB\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Centroids\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4TT4NWQ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v3/gpw-v3-national-identifier-grid/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-national-identifier-grid/data-download\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-national-identifier-grid\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 3 (GPWv3): National Identifier Grid + is derived from the land area grid to create a raster surface where pixels + (cells) that cover the same country or territory have the same value. Note + that the countries and territories are not official representations of countries + boundaries; rather, they represent the area covered by the statistical data + as provided. GPWv3 is produced by the Columbia University Center for International + Earth Science Information Network (CIESIN) in collaboration with Centro Internacional + de Agricultura Tropical (CIAT).\",\"Purpose\":\"To provide a raster representation + of nation-states in GPWv3 for use in aggregating population data.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"OCEANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"AMERICAN + SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ANDORRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANGUILLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ARUBA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"BERMUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CAYMAN ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"NORWEGIAN + SEA\",\"Subregion3\":\"FAEROE ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"FALKLAND + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FRENCH + POLYNESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\",\"Subregion3\":\"GIBRALTAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GUADELOUPE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"GUAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"IRISH SEA\",\"Subregion3\":\"ISLE + OF MAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"MACAU\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"MARTINIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAYOTTE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"MONACO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"MONTSERRAT\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"NETHERLANDS ANTILLES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"NEW + CALEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW ZEALAND\",\"Subregion1\":\"NEW + ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NORTHERN + MARIANA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"PALESTINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"PITCAIRN + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"ST HELENA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"ST PIERRE + AND MIQUELON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"ST VINCENT + AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SAN MARINO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"SVALBARD + AND JAN MAYEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"TAIWAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TOKELAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TURKS AND CAICOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"VATICAN CITY\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"WALLIS + AND FUTUNA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"GUERNSEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"TIMOR-LESTE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"VIRGIN ISLANDS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2005-12-05T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-17T14:40:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv3_NATIDEN\"}],\"Version\":\"3.00\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"The Trustees + of Columbia University in the City of New York and the Centro Internacional + de Agricultura Tropical (CIAT) hold the copyright of this data set. Users + are prohibited from any commercial, non-free resale, or redistribution without + explicit written permission from CIESIN and CIAT. Users should acknowledge + CIESIN and CIAT as the source used in the creation of any reports, publications, + new data sets, derived products, or services resulting from the use of this + data set. CIESIN and CIAT also request reprints of any publications and notification + of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"BIL\"},{\"Format\":\"Grid\"}],\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"Fees\":\"0\"},{\"Format\":\"BIL\",\"Fees\":\"0\"},{\"Format\":\"ASCII\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Count Grid\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000043-SEDAC\",\"revision-date\":\"2023-02-17T19:46:29.187Z\",\"granule-count\":1140,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"3.00\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Count Grid\",\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"ReleaseDate\":\"2005-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4639MPP\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":85.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-58.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"EllipsoidName\":\"WGS84\",\"DenominatorOfFlatteningRatio\":298.257224,\"HorizontalDatumName\":\"WGS84\",\"SemiMajorAxis\":6378137.0},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"YDimension\":0.0417,\"XDimension\":0.0417,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + SIZE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"1990-07-01T00:00:00.000Z\",\"1995-07-01T00:00:00.000Z\",\"2000-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H4639MPP\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv3_POPCOUNT\",\"EntryTitle\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Count Grid\",\"PublicationReferences\":[{\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4XK8CG2\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Subnational + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4P26W1B\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Coastlines\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4Q23X5Q\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Land + and Geographic Unit Area Grids\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4K935FC\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4FJ2DQN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Identifier Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H49W0CDN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H42B8VZZ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Density Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4ST7MRB\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Centroids\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4TT4NWQ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v3/gpw-v3-population-count/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-count/data-download\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-count/map/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-count\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 3 (GPWv3): Population Count Grid + consists of estimates of human population for the years 1990, 1995, and 2000 + by 2.5 arc-minute grid cells and associated data sets dated circa 2000. A + proportional allocation gridding algorithm, utilizing more than 300,000 national + and sub-national administrative Units, is used to assign population values + to grid cells. The population count grids contain estimates of the number + of persons per grid cell. The grids are available in various GIS-compatible + data formats and geographic extents (global, continent [Antarctica not included], + and country levels). GPWv3 is produced by the Columbia University Center for + International Earth Science Information Network (CIESIN) in collaboration + with Centro Internacional de Agricultura Tropical (CIAT).\",\"Purpose\":\"To + provide a time series of raster data on population to facilitate data integration.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"OCEANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"AMERICAN + SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ANDORRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANGUILLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ARUBA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"BERMUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CAYMAN ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"NORWEGIAN + SEA\",\"Subregion3\":\"FAEROE ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"FALKLAND + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FRENCH + POLYNESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\",\"Subregion3\":\"GIBRALTAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GUADELOUPE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"GUAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"IRISH SEA\",\"Subregion3\":\"ISLE + OF MAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"MACAU\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"MARTINIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAYOTTE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"MONACO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"MONTSERRAT\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"NETHERLANDS ANTILLES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"NEW + CALEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW ZEALAND\",\"Subregion1\":\"NEW + ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NORTHERN + MARIANA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"PALESTINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"PITCAIRN + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"ST HELENA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"ST PIERRE + AND MIQUELON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"ST VINCENT + AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SAN MARINO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"SVALBARD + AND JAN MAYEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"TAIWAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TOKELAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TURKS AND CAICOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"VATICAN CITY\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"WALLIS + AND FUTUNA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"GUERNSEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"TIMOR-LESTE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"VIRGIN ISLANDS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2005-12-05T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-17T14:44:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv3_POPCOUNT\"}],\"Version\":\"3.00\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"The Trustees + of Columbia University in the City of New York and the Centro Internacional + de Agricultura Tropical (CIAT) hold the copyright of this data set. Users + are prohibited from any commercial, non-free resale, or redistribution without + explicit written permission from CIESIN and CIAT. Users should acknowledge + CIESIN and CIAT as the source used in the creation of any reports, publications, + new data sets, derived products, or services resulting from the use of this + data set. CIESIN and CIAT also request reprints of any publications and notification + of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"BIL\"},{\"Format\":\"Grid\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"Fees\":\"0\"},{\"Format\":\"BIL\",\"Fees\":\"0\"},{\"Format\":\"Grid\",\"Fees\":\"0\"},{\"Format\":\"ASCII\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Count Grid, Future + Estimates\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000023-SEDAC\",\"revision-date\":\"2023-02-17T19:51:44.032Z\",\"granule-count\":786,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"3.00\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Count Grid, Future + Estimates\",\"Creator\":\"Center for International Earth Science Information + Network - CIESIN - Columbia University, United Nations Food and Agriculture + Programme - FAO, and Centro Internacional de Agricultura Tropical - CIAT\",\"ReleaseDate\":\"2005-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H42B8VZZ\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-179.2,\"NorthBoundingCoordinate\":79.89,\"EastBoundingCoordinate\":179.85,\"SouthBoundingCoordinate\":-54.75}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + SIZE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + ESTIMATES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2005-07-01T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H42B8VZZ\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv3_POPCOUNTFE\",\"EntryTitle\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Count Grid, Future + Estimates\",\"PublicationReferences\":[{\"Title\":\"Gridded Population of + the World, Version 3 (GPWv3): Population Density Grid\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4XK8CG2\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Subnational + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4P26W1B\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Coastlines\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4Q23X5Q\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Land + and Geographic Unit Area Grids\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4K935FC\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4FJ2DQN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Identifier Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H49W0CDN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4639MPP\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Density Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4ST7MRB\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Centroids\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4TT4NWQ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v3/gpw-v3-population-count-future-estimates/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-count-future-estimates/data-download\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-count-future-estimates/map/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-count-future-estimates\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 3 (GPWv3): Population Count Grid, + Future Estimates consists of estimates of human population for the years 2005, + 2010, and 2015 by 2.5 arc-minute grid cells and associated data sets dated + circa 2000. A proportional allocation gridding algorithm, utilizing more than + 300,000 national and sub-national administrative Units, is used to assign + population values to grid cells. The population counts that the grids are + derived from are extrapolated based on a combination of subnational growth + rates from census dates and national growth rates from United Nations statistics. + All of the grids have been adjusted to match United Nations national level + population estimates. The population count grids contain estimates of the + number of persons per grid cell. The grids are available in various GIS-compatible + data formats and geographic extents (global, continent [Antarctica not included], + and country levels). GPWv3 is produced by the Columbia University Center for + International Earth Science Information Network (CIESIN) in collaboration + with Centro Internacional de Agricultura Tropical (CIAT).\",\"Purpose\":\"To + provide a time series of raster data on population projected to the year 2015 + to facilitate data integration.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"OCEANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"AMERICAN + SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ANDORRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANGUILLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ARUBA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"BERMUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CAYMAN ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"NORWEGIAN + SEA\",\"Subregion3\":\"FAEROE ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"FALKLAND + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FRENCH + POLYNESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\",\"Subregion3\":\"GIBRALTAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GUADELOUPE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"GUAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"IRISH SEA\",\"Subregion3\":\"ISLE + OF MAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"MACAU\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"MARTINIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAYOTTE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"MONACO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"MONTSERRAT\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"NETHERLANDS ANTILLES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"NEW + CALEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW ZEALAND\",\"Subregion1\":\"NEW + ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NORTHERN + MARIANA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"PALESTINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"PITCAIRN + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"ST HELENA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"ST PIERRE + AND MIQUELON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"ST VINCENT + AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SAN MARINO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"SVALBARD + AND JAN MAYEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"TAIWAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TOKELAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TURKS AND CAICOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"VATICAN CITY\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"WALLIS + AND FUTUNA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"GUERNSEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"TIMOR-LESTE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"VIRGIN ISLANDS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2005-12-05T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-17T14:49:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv3_POPCOUNTFE\"}],\"Version\":\"3.00\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"The Trustees + of Columbia University in the City of New York and the Centro Internacional + de Agricultura Tropical (CIAT) hold the copyright of this data set. Users + are prohibited from any commercial, non-free resale, or redistribution without + explicit written permission from CIESIN and CIAT. Users should acknowledge + CIESIN and CIAT as the source used in the creation of any reports, publications, + new data sets, derived products, or services resulting from the use of this + data set. CIESIN and CIAT also request reprints of any publications and notification + of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"BIL\"},{\"Format\":\"Grid\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"Fees\":\"0\"},{\"Format\":\"BIL\",\"Fees\":\"0\"},{\"Format\":\"Grid\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000044-SEDAC\",\"revision-date\":\"2023-02-17T19:59:35.574Z\",\"granule-count\":1136,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"3.00\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid\",\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"ReleaseDate\":\"2005-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4XK8CG2\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":85.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-58.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"EllipsoidName\":\"WGS84\",\"DenominatorOfFlatteningRatio\":298.257224,\"HorizontalDatumName\":\"WGS84\",\"SemiMajorAxis\":6378137.0},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"YDimension\":0.0417,\"XDimension\":0.0417,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + DENSITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"1990-07-01T00:00:00.000Z\",\"1995-07-01T00:00:00.000Z\",\"2000-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H4XK8CG2\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv3_POPDENS\",\"EntryTitle\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid\",\"PublicationReferences\":[{\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Subnational Administrative Boundaries\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4P26W1B\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Coastlines\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4Q23X5Q\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Land + and Geographic Unit Area Grids\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4K935FC\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4FJ2DQN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Identifier Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H49W0CDN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4639MPP\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H42B8VZZ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Density Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4ST7MRB\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Centroids\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4TT4NWQ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v3/gpw-v3-population-density/globaldens-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-density/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-density/maps\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-density/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-density\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 3 (GPWv3): Population Density Grid + consists of estimates of human population for the years 1990, 1995, and 2000 + by 2.5 arc-minute grid cells and associated data sets dated circa 2000. A + proportional allocation gridding algorithm, utilizing more than 300,000 national + and sub-national administrative Units, is used to assign population values + to grid cells. The population density grids are derived by dividing the population + count grids by the land area grid and represent persons per square kilometer. + The grids are available in various GIS-compatible data formats and geographic + extents (global, continent [Antarctica not included], and country levels). + GPWv3 is produced by the Columbia University Center for International Earth + Science Information Network (CIESIN) in collaboration with Centro Internacional + de Agricultura Tropical (CIAT).\",\"Purpose\":\"To provide a time series of + raster data on population density to facilitate data integration.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"OCEANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"AMERICAN + SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ANDORRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANGUILLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ARUBA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"BERMUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CAYMAN ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"NORWEGIAN + SEA\",\"Subregion3\":\"FAEROE ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"FALKLAND + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FRENCH + POLYNESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\",\"Subregion3\":\"GIBRALTAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GUADELOUPE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"GUAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"IRISH SEA\",\"Subregion3\":\"ISLE + OF MAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"MACAU\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"MARTINIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAYOTTE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"MONACO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"MONTSERRAT\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"NETHERLANDS ANTILLES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"NEW + CALEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW ZEALAND\",\"Subregion1\":\"NEW + ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NORTHERN + MARIANA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"PALESTINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"PITCAIRN + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"ST HELENA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"ST PIERRE + AND MIQUELON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"ST VINCENT + AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SAN MARINO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"SVALBARD + AND JAN MAYEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"TAIWAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TOKELAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TURKS AND CAICOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"VATICAN CITY\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"WALLIS + AND FUTUNA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"GUERNSEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"TIMOR-LESTE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"VIRGIN ISLANDS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2005-12-05T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-17T15:00:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv3_POPDENS\"}],\"Version\":\"3.00\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"The Trustees + of Columbia University in the City of New York and the Centro Internacional + de Agricultura Tropical (CIAT) hold the copyright of this data set. Users + are prohibited from any commercial, non-free resale, or redistribution without + explicit written permission from CIESIN and CIAT. Users should acknowledge + CIESIN and CIAT as the source used in the creation of any reports, publications, + new data sets, derived products, or services resulting from the use of this + data set. CIESIN and CIAT also request reprints of any publications and notification + of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Grid\"},{\"Format\":\"ASCII\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"Grid\",\"Fees\":\"0\"},{\"Format\":\"ASCII\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid, Future + Estimates\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000024-SEDAC\",\"revision-date\":\"2023-02-17T20:04:42.271Z\",\"granule-count\":768,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"3.00\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid, Future + Estimates\",\"Creator\":\"Center for International Earth Science Information + Network - CIESIN - Columbia University, and Centro Internacional de Agricultura + Tropical - CIAT\",\"ReleaseDate\":\"2005-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4ST7MRB\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":85.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-58.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"EllipsoidName\":\"WGS84\",\"DenominatorOfFlatteningRatio\":298.257224,\"HorizontalDatumName\":\"WGS84\",\"SemiMajorAxis\":6378137.0},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"YDimension\":0.0417,\"XDimension\":0.0417,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + DENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + ESTIMATES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2005-07-01T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H4ST7MRB\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv3_POPDENSFE\",\"EntryTitle\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid, Future + Estimates\",\"PublicationReferences\":[{\"Title\":\"Gridded Population of + the World, Version 3 (GPWv3): Population Density Grid\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4XK8CG2\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Subnational + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4P26W1B\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Coastlines\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4Q23X5Q\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Land + and Geographic Unit Area Grids\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4K935FC\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4FJ2DQN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Identifier Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H49W0CDN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4639MPP\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H42B8VZZ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Centroids\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4TT4NWQ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v3/gpw-v3-population-density-future-estimates/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-density-future-estimates/data-download\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-density-future-estimates/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-population-density-future-estimates\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 3 (GPWv3): Population Density Grid, + Future EstimatesFuture Estimates consists of estimates of human population + for the years 2005, 2010, and 2015 by 2.5 arc-minute grid cells. A proportional + allocation gridding algorithm, utilizing more than 300,000 national and sub-national + administrative Units, is used to assign population values to grid cells. The + future estimate population values are extrapolated based on a combination + of subnational growth rates from census dates and national growth rates from + United Nations statistics. All of the grids have been adjusted to match United + Nations national level population estimates. The population density grids + are derived by dividing the population count grids by the land area grid and + represent persons per square kilometer. The grids are available in various + GIS-compatible data formats and geographic extents (global, continent [Antarctica + not included], and country levels). GPWv3 is produced by the Columbia University + Center for International Earth Science Information Network (CIESIN) in collaboration + with Centro Internacional de Agricultura Tropical (CIAT).\",\"Purpose\":\"To + provide a time series of raster data on population projected to the year 2015 + to facilitate data integration.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"OCEANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"AMERICAN + SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ANDORRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANGUILLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ARUBA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"BERMUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CAYMAN ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"NORWEGIAN + SEA\",\"Subregion3\":\"FAEROE ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"FALKLAND + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FRENCH + POLYNESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\",\"Subregion3\":\"GIBRALTAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GUADELOUPE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"GUAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"IRISH SEA\",\"Subregion3\":\"ISLE + OF MAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"MACAU\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"MARTINIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAYOTTE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"MONACO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"MONTSERRAT\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"NETHERLANDS ANTILLES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"NEW + CALEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW ZEALAND\",\"Subregion1\":\"NEW + ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NORTHERN + MARIANA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"PALESTINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"PITCAIRN + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"ST HELENA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"ST PIERRE + AND MIQUELON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"ST VINCENT + AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SAN MARINO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"SVALBARD + AND JAN MAYEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"TAIWAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TOKELAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TURKS AND CAICOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"VATICAN CITY\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"WALLIS + AND FUTUNA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"GUERNSEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"TIMOR-LESTE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"VIRGIN ISLANDS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2005-12-05T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-17T15:03:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv3_POPDENSFE\"}],\"Version\":\"3.00\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"The Trustees + of Columbia University in the City of New York and the Centro Internacional + de Agricultura Tropical (CIAT) hold the copyright of this data set. Users + are prohibited from any commercial, non-free resale, or redistribution without + explicit written permission from CIESIN and CIAT. Users should acknowledge + CIESIN and CIAT as the source used in the creation of any reports, publications, + new datas ets, derived products, or services resulting from the use of this + data set. CIESIN and CIAT also request reprints of any publications and notification + of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"BIL\"},{\"Format\":\"Grid\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"Fees\":\"0\"},{\"Format\":\"BIL\",\"Fees\":\"0\"},{\"Format\":\"Grid\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Gridded + Population of the World, Version 3 (GPWv3): Subnational Administrative Boundaries\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000045-SEDAC\",\"revision-date\":\"2023-02-17T20:10:03.785Z\",\"granule-count\":240,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"3.00\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Subnational Administrative Boundaries\",\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"ReleaseDate\":\"2005-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4P26W1B\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":85.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-58.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"BOUNDARIES\",\"VariableLevel1\":\"ADMINISTRATIVE + DIVISIONS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"1990-07-01T01:00:00.000Z\",\"1995-07-01T01:00:00.000Z\",\"2000-07-01T01:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H4P26W1B\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv3_SUBADBND\",\"EntryTitle\":\"Gridded + Population of the World, Version 3 (GPWv3): Subnational Administrative Boundaries\",\"PublicationReferences\":[{\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4XK8CG2\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Coastlines\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4Q23X5Q\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Land + and Geographic Unit Area Grids\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4K935FC\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Administrative Boundaries\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4FJ2DQN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): National + Identifier Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H49W0CDN\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4639MPP\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Count Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H42B8VZZ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Population + Density Grid, Future Estimates\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4ST7MRB\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Gridded Population of the World, Version 3 (GPWv3): Centroids\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4TT4NWQ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Edition\":\"3.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v3/gpw-v3-subnational-admin-boundaries/globaladbnd-thumbnail.jpg\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-subnational-admin-boundaries/maps\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v3-subnational-admin-boundaries\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2005-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 3 (GPWv3): Subnational Administrative + Boundaries are the basis of the population data products in GPWv3. Due to + copyright restrictions, only maps of the subnational administrative boundaries + are available, the underlying data cannot be released. GPWv3 is produced by + the Columbia University Center for International Earth Science Information + Network (CIESIN) in collaboration with Centro Internacional de Agricultura + Tropical (CIAT).\",\"Purpose\":\"To provide maps of the input administrative + Units used in GPWv3.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"OCEANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"AMERICAN + SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ANDORRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANGUILLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ARUBA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"BERMUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CAYMAN ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"NORWEGIAN + SEA\",\"Subregion3\":\"FAEROE ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"FALKLAND + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FRENCH + POLYNESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\",\"Subregion3\":\"GIBRALTAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GUADELOUPE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"GUAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"IRISH SEA\",\"Subregion3\":\"ISLE + OF MAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"MACAU\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"MARTINIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAYOTTE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"MONACO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"MONTSERRAT\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"NETHERLANDS ANTILLES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"NEW + CALEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW ZEALAND\",\"Subregion1\":\"NEW + ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NORTHERN + MARIANA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"PALESTINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"PITCAIRN + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"ST HELENA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"ST PIERRE + AND MIQUELON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"ST VINCENT + AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SAN MARINO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"SVALBARD + AND JAN MAYEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"TAIWAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TOKELAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TURKS AND CAICOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"VATICAN CITY\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"WALLIS + AND FUTUNA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"GUERNSEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"TIMOR-LESTE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"VIRGIN ISLANDS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2005-12-05T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-17T15:08:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv3_SUBADBND\"}],\"Version\":\"3.00\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"The Trustees + of Columbia University in the City of New York and the Centro Internacional + de Agricultura Tropical (CIAT) hold the copyright of this data set. Users + are prohibited from any commercial, non-free resale, or redistribution without + explicit written permission from CIESIN and CIAT. Users should acknowledge + CIESIN and CIAT as the source used in the creation of any reports, publications, + new data sets, derived products, or services resulting from the use of this + data set. CIESIN and CIAT also request reprints of any publications and notification + of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"PDF\"},{\"Format\":\"PNG\"}],\"FileDistributionInformation\":[{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"associations\":{\"services\":[\"S2455195810-SEDAC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_GPWv4_ADUCPPE_R11_4.11\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2455195810-SEDAC\"}]},\"has-variables\":false,\"concept-id\":\"C1596819702-SEDAC\",\"revision-date\":\"2024-02-12T22:58:46.505Z\",\"granule-count\":915,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"CollectionCitations\":[{\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University\",\"ReleasePlace\":\"Palisades, + NY\",\"Title\":\"Gridded Population of the World, Version 4 (GPWv4): Administrative + Unit Center Points with Population Estimates, Revision 11\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4BC3WMT\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"ReleaseDate\":\"2018-12-31T00:00:00.000Z\",\"Version\":\"4.11\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-179.96,\"EastBoundingCoordinate\":179.95,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.257224}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + ESTIMATES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"BOUNDARIES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2000-07-01T01:00:00.000Z\",\"2005-07-01T01:00:00.000Z\",\"2010-07-01T01:00:00.000Z\",\"2015-07-01T01:00:00.000Z\",\"2020-07-01T01:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/H4BC3WMT\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv4_ADUCPPE_R11\",\"EntryTitle\":\"Gridded + Population of the World, Version 4 (GPWv4): Administrative Unit Center Points + with Population Estimates, Revision 11\",\"PublicationReferences\":[{\"PublicationDate\":\"2016-07-11T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Administrative Unit Center Points + with Population Estimates\",\"DOI\":{\"DOI\":\"10.7927/H4F47M2C\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.00\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2015-07-24T00:00:00.000Z\",\"Series\":\"Papers + in Applied Geography\",\"Title\":\"Taking Advantage of the Improved Availability + of Census Data: A First Look at the Gridded Population of the World, Version + 4\",\"DOI\":{\"DOI\":\"10.1080/23754931.2015.1014272\",\"Authority\":\"https://doi.org/\"},\"Pages\":\"226-235\",\"Volume\":\"1\",\"Author\":\"Doxsey-Whitfield, + E., K. MacManus, S. B. Adamo, L. Pistolesi, J. Squires, O. Borkovska and S. + R. Baptista\",\"Issue\":\"3\"},{\"PublicationDate\":\"2017-12-22T00:00:00.000Z\",\"Title\":\"Z1 + -Gridded Population of the World, Version 4 (GPWv4): Administrative Unit Center + Points with Population Estimates, Revision 10\",\"DOI\":{\"DOI\":\"10.7927/H46H4FCT\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.10\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Data Quality Indicators, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H42Z13KG\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Land and Water Area, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4Z60M4Z\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): National Identifier Grid, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4TD9VDP\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4JW8BX5\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H49C6VHW\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-13T00:00:00.000Z\",\"Title\":\"Documentation + for the Gridded Population of the World, Version 4 (GPWv4), Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H45Q4T5F\",\"Authority\":\"https://doi.org/\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Basic Demographic Characteristics, + Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H46M34XX\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density Adjusted to + Match 2015 Revision UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4F47M65\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2017-12-22T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count Adjusted to Match + 2015 Revision of UN WPP Country Totals, Revision 10\",\"DOI\":{\"DOI\":\"10.7927/H4JQ0XZW\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.10\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v4/gpw-v4-admin-unit-center-points-population-estimates-rev11/gpw-v4-admin-unit-center-points-population-estimates-rev11-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-admin-unit-center-points-population-estimates-rev11/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-admin-unit-center-points-population-estimates-rev11/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/gpw-v4-admin-unit-center-points-population-estimates-rev11/docs\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-admin-unit-center-points-population-estimates-rev11\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]},\"GroupName\":\"CIESIN + METADATA ADMINISTRATION\"}],\"DataDates\":[{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 4 (GPWv4): Administrative Unit Center + Points with Population Estimates, Revision 11 consists of UN WPP-adjusted + population estimates and densities for the years 2000, 2005, 2010, 2015 and + 2020, as well as the basic demographic characteristics (age and sex) for the + year 2010. The data set also includes administrative name, land and water + area, and data context by administrative Unit center point (centroid) location. + The center points are based on approximately 13.5 million input administrative + Units used in GPWv4, therefore, these files require hardware and software + that can read large amounts of data into memory.\",\"Purpose\":\"To provide + a vector (point) version of the input administrative Units used in GPWv4 with + population estimates, densities, 2010 basic demographic characteristics, and + administrative name, area, and data context for use in data integration.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"OCEANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-04-15T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-12T22:58:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv4_ADUCPPE_R11\"}],\"Version\":\"4.11\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"This work + is licensed under the Creative Commons Attribution 4.0 International License + (https://creativecommons.org/licenses/by/4.0). Users are free to use, copy, + distribute, transmit, and adapt the work for commercial and non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}}],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"CSV\"},{\"Format\":\"Geodatabase\"},{\"Format\":\"Geopackage\"},{\"Format\":\"Shapefile\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"}],\"FileDistributionInformation\":[{\"Fees\":\"0\",\"Format\":\"CSV\"},{\"Fees\":\"0\",\"Format\":\"Geodatabase\"},{\"Fees\":\"0\",\"Format\":\"Geopackage\"},{\"Fees\":\"0\",\"Format\":\"Shapefile\"},{\"Fees\":\"0\",\"Format\":\"PDF\"},{\"Fees\":\"0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"associations\":{\"services\":[\"S2446783008-SEDAC\",\"S2455195810-SEDAC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_GPWv4_BDC_R11_4.11\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2446783008-SEDAC\"},{\"concept-id\":\"S2455195810-SEDAC\"}]},\"has-variables\":false,\"concept-id\":\"C1597149465-SEDAC\",\"revision-date\":\"2024-02-12T22:50:23.192Z\",\"granule-count\":284,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University\",\"ReleasePlace\":\"Palisades, + NY\",\"Title\":\"Gridded Population of the World, Version 4 (GPWv4): Basic + Demographic Characteristics, Revision 11\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H46M34XX\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"ReleaseDate\":\"2018-12-31T00:00:00.000Z\",\"Version\":\"4.11\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.008333,\"YDimension\":0.008333,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2010-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/H46M34XX\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv4_BDC_R11\",\"EntryTitle\":\"Gridded + Population of the World, Version 4 (GPWv4): Basic Demographic Characteristics, + Revision 11\",\"PublicationReferences\":[{\"PublicationDate\":\"2015-07-24T00:00:00.000Z\",\"Series\":\"Papers + in Applied Geography\",\"Title\":\"Taking Advantage of the Improved Availability + of Census Data: A First Look at the Gridded Population of the World, Version + 4\",\"DOI\":{\"DOI\":\"10.1080/23754931.2015.1014272\",\"Authority\":\"https://doi.org/\"},\"Pages\":\"226-235\",\"Volume\":\"1\",\"Author\":\"Doxsey-Whitfield, + E., K. MacManus, S. B. Adamo, L. Pistolesi, J. Squires, O. Borkovska and S. + R. Baptista\",\"Issue\":\"3\"},{\"PublicationDate\":\"2017-12-22T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Basic Demographic Characteristics, + Revision 10\",\"DOI\":{\"DOI\":\"10.7927/H45H7D7F\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.10\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Administrative Unit Center Points + with Population Estimates, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4BC3WMT\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Data Quality Indicators, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H42Z13KG\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Land and Water Area, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4Z60M4Z\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): National Identifier Grid, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4TD9VDP\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4JW8BX5\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H49C6VHW\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-13T00:00:00.000Z\",\"Title\":\"Documentation + for the Gridded Population of the World, Version 4 (GPWv4), Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H45Q4T5F\",\"Authority\":\"https://doi.org/\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count Adjusted to Match + 2015 Revision of UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4PN93PB\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density Adjusted to + Match 2015 Revision UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4F47M65\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v4/gpw-v4-basic-demographic-characteristics-rev11/gpw-v4-basic-demographic-characteristics-rev11-young-aging-2010-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-basic-demographic-characteristics-rev11/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-basic-demographic-characteristics-rev11/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/gpw-v4-basic-demographic-characteristics-rev11/docs\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-basic-demographic-characteristics-rev11/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-basic-demographic-characteristics-rev11\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]},\"GroupName\":\"CIESIN + METADATA ADMINISTRATION\"}],\"DataDates\":[{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 4 (GPWv4): Basic Demographic Characteristics, + Revision 11 consists of estimates of human population by age and sex as counts + (number of persons per pixel) and densities (number of persons per square + kilometer), consistent with national censuses and population registers, for + the year 2010. To estimate the male and female populations by age in 2010, + the proportions of males and females in each 5-year age group from ages 0-4 + to ages 85+ for the given census year were calculated. These proportions were + then applied to the 2010 estimates of the total population to obtain 2010 + estimates of male and female populations by age. In some cases, the spatial + resolution of the age and sex proportions was coarser than the resolution + of the total population estimates to which they were applied. The population + density rasters were created by dividing the population count rasters by the + land area raster. The data files were produced as global rasters at 30 arc-second + (~1 km at the equator) resolution. To enable faster global processing, and + in support of research commUnities, the 30 arc-second data were aggregated + to 2.5 arc-minute, 15 arc-minute, 30 arc-minute and 1 degree resolutions.\",\"Purpose\":\"To + provide estimates of population counts by age and sex for the year 2010, consistent + with national censuses and population registers, as raster data to facilitate + data integration.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-03-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-02-12T22:50:23.191Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv4_BDC_R11\"}],\"Version\":\"4.11\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"This work + is licensed under the Creative Commons Attribution 4.0 International License + (https://creativecommons.org/licenses/by/4.0). Users are free to use, copy, + distribute, transmit, and adapt the work for commercial and non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}}],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"GeoTIFF\"},{\"Format\":\"netCDF-4\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Fees\":\"0\",\"Format\":\"ASCII\"},{\"Fees\":\"0\",\"Format\":\"GeoTIFF\"},{\"Fees\":\"0\",\"Format\":\"netCDF-4\"},{\"Fees\":\"0\",\"Format\":\"PDF\"},{\"Fees\":\"0\",\"Format\":\"PNG\"},{\"Fees\":\"0\",\"Format\":\"WMS\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"associations\":{\"services\":[\"S2446783008-SEDAC\",\"S2455195810-SEDAC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_GPWv4_DQI_R11_4.11\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2446783008-SEDAC\"},{\"concept-id\":\"S2455195810-SEDAC\"}]},\"has-variables\":false,\"concept-id\":\"C1597149689-SEDAC\",\"revision-date\":\"2024-02-12T22:50:23.202Z\",\"granule-count\":30,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University\",\"ReleasePlace\":\"Palisades, + NY\",\"Title\":\"Gridded Population of the World, Version 4 (GPWv4): Data + Quality Indicators, Revision 11\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H42Z13KG\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"ReleaseDate\":\"2018-12-31T00:00:00.000Z\",\"Version\":\"4.11\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.008333,\"YDimension\":0.008333,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"BOUNDARIES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2010-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/H42Z13KG\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv4_DQI_R11\",\"EntryTitle\":\"Gridded + Population of the World, Version 4 (GPWv4): Data Quality Indicators, Revision + 11\",\"PublicationReferences\":[{\"PublicationDate\":\"2016-07-11T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Data Quality Indicators\",\"DOI\":{\"DOI\":\"10.7927/H49C6VBN\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.00\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2015-07-24T00:00:00.000Z\",\"Series\":\"Papers + in Applied Geography\",\"Title\":\"Taking Advantage of the Improved Availability + of Census Data: A First Look at the Gridded Population of the World, Version + 4\",\"DOI\":{\"DOI\":\"10.1080/23754931.2015.1014272\",\"Authority\":\"https://doi.org/\"},\"Pages\":\"226-235\",\"Volume\":\"1\",\"Author\":\"Doxsey-Whitfield, + E., K. MacManus, S. B. Adamo, L. Pistolesi, J. Squires, O. Borkovska and S. + R. Baptista\",\"Issue\":\"3\"},{\"PublicationDate\":\"2017-12-22T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Data Quality Indicators, Revision + 10\",\"DOI\":{\"DOI\":\"10.7927/H42R3PN3\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.10\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Administrative Unit Center Points + with Population Estimates, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4BC3WMT\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Land and Water Area, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4Z60M4Z\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): National Identifier Grid, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4TD9VDP\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4JW8BX5\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H49C6VHW\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-13T00:00:00.000Z\",\"Title\":\"Documentation + for the Gridded Population of the World, Version 4 (GPWv4), Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H45Q4T5F\",\"Authority\":\"https://doi.org/\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Basic Demographic Characteristics, + Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H46M34XX\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count Adjusted to Match + 2015 Revision of UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4PN93PB\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density Adjusted to + Match 2015 Revision UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4F47M65\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v4/gpw-v4-data-quality-indicators-rev11/gpw-v4-data-quality-indicators-rev11-data-context-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-data-quality-indicators-rev11/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-data-quality-indicators-rev11/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/gpw-v4-data-quality-indicators-rev11/docs\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-data-quality-indicators-rev11/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-data-quality-indicators-rev11\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]},\"GroupName\":\"CIESIN + METADATA ADMINISTRATION\"}],\"DataDates\":[{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 4 (GPWv4): Data Quality Indicators, + Revision 11 consists of three data layers created to provide context for the + population count and density rasters, and explicit information on the spatial + precision of the input boundary data. The Data Context raster explains pixels + with a \\\"0\\\" population estimate in the population count and density rasters + based on information included in the census documents, such as areas that + are part of a national park, areas that have no households, etc. The Water + Mask raster distinguishes between pixels that are completely water and/or + ice (Total Water Pixels), pixels that contain water and land (Partial Water + Pixels), pixels that are completely land (Total Land Pixels), and pixels that + are completely ocean water (Ocean Pixels). The Mean Administrative Unit Area + raster represents the mean input Unit size in square kilometers and provides + a quantitative surface that indicates the size of the input Unit(s) from which + population count and density rasters are created. The data files were produced + as global rasters at 30 arc-second (~1 km at the equator) resolution. To enable + faster global processing, and in support of research commUnities, the 30 arc-second + data were aggregated to 2.5 arc-minute, 15 arc-minute, 30 arc-minute and 1 + degree resolutions.\",\"Purpose\":\"To provide context for the population + count and density rasters, and explicit information on the spatial precision + of the input boundary data.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-03-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-02-12T22:50:23.199Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv4_DQI_R11\"}],\"Version\":\"4.11\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"This work + is licensed under the Creative Commons Attribution 4.0 International License + (https://creativecommons.org/licenses/by/4.0). Users are free to use, copy, + distribute, transmit, and adapt the work for commercial and non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}}],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"GeoTIFF\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Fees\":\"0\",\"Format\":\"ASCII\"},{\"Fees\":\"0\",\"Format\":\"GeoTIFF\"},{\"Fees\":\"0\",\"Format\":\"PDF\"},{\"Fees\":\"0\",\"Format\":\"PNG\"},{\"Fees\":\"0\",\"Format\":\"WMS\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"associations\":{\"services\":[\"S2446783008-SEDAC\",\"S2455195810-SEDAC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_GPWv4_LANDH2OAREA_R11_4.11\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2446783008-SEDAC\"},{\"concept-id\":\"S2455195810-SEDAC\"}]},\"has-variables\":false,\"concept-id\":\"C1597156945-SEDAC\",\"revision-date\":\"2024-02-12T22:50:23.218Z\",\"granule-count\":20,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University\",\"ReleasePlace\":\"Palisades, + NY\",\"Title\":\"Gridded Population of the World, Version 4 (GPWv4): Land + and Water Area, Revision 11\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4Z60M4Z\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"ReleaseDate\":\"2018-12-31T00:00:00.000Z\",\"Version\":\"4.11\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.008333,\"YDimension\":0.008333,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND USE/LAND COVER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2010-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/H4Z60M4Z\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv4_LANDH2OAREA_R11\",\"EntryTitle\":\"Gridded + Population of the World, Version 4 (GPWv4): Land and Water Area, Revision + 11\",\"PublicationReferences\":[{\"PublicationDate\":\"2016-07-11T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Land and Water Area\",\"DOI\":{\"DOI\":\"10.7927/H45M63M9\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.00\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2015-07-24T00:00:00.000Z\",\"Series\":\"Papers + in Applied Geography\",\"Title\":\"Taking Advantage of the Improved Availability + of Census Data: A First Look at the Gridded Population of the World, Version + 4\",\"DOI\":{\"DOI\":\"10.1080/23754931.2015.1014272\",\"Authority\":\"https://doi.org/\"},\"Pages\":\"226-235\",\"Volume\":\"1\",\"Author\":\"Doxsey-Whitfield, + E., K. MacManus, S. B. Adamo, L. Pistolesi, J. Squires, O. Borkovska and S. + R. Baptista\",\"Issue\":\"3\"},{\"PublicationDate\":\"2017-12-22T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Land and Water Area, Revision + 10\",\"DOI\":{\"DOI\":\"10.7927/H4Z03642\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.10\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Administrative Unit Center Points + with Population Estimates, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4BC3WMT\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Data Quality Indicators, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H42Z13KG\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): National Identifier Grid, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4TD9VDP\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4JW8BX5\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H49C6VHW\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-13T00:00:00.000Z\",\"Title\":\"Documentation + for the Gridded Population of the World, Version 4 (GPWv4), Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H45Q4T5F\",\"Authority\":\"https://doi.org/\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Basic Demographic Characteristics, + Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H46M34XX\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count Adjusted to Match + 2015 Revision of UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4PN93PB\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density Adjusted to + Match 2015 Revision UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4F47M65\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v4/gpw-v4-land-water-area-rev11/gpw-v4-land-water-area-rev11-land-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-land-water-area-rev11/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-land-water-area-rev11/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/gpw-v4-land-water-area-rev11/docs\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-land-water-area-rev11/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-land-water-area-rev11\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]},\"GroupName\":\"CIESIN + METADATA ADMINISTRATION\"}],\"DataDates\":[{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 4 (GPWv4): Land and Water Area, Revision + 11 consists of two rasters that measure surface areas of land and water in + square kilometers per pixel. The Land Area raster provides estimates of the + land area, excluding permanent ice and water, within each pixel, and was used + to calculate the population density rasters. The Water Area raster provides + estimates of the water area (permanent ice and water) within each pixel. The + sum of land area and water area of a pixel equals the total surface area of + that pixel. The data files were produced as global rasters at 30 arc-second + (~1 km at the equator) resolution. To enable faster global processing, and + in support of research commUnities, the 30 arc-second data were aggregated + to 2.5 arc-minute, 15 arc-minute, 30 arc-minute and 1 degree resolutions.\",\"Purpose\":\"To + provide pixel-level land and water surface area estimates.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-03-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-02-12T22:50:23.217Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv4_LANDH2OAREA_R11\"}],\"Version\":\"4.11\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"This work + is licensed under the Creative Commons Attribution 4.0 International License + (https://creativecommons.org/licenses/by/4.0). Users are free to use, copy, + distribute, transmit, and adapt the work for commercial and non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}}],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"GeoTIFF\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Fees\":\"0\",\"Format\":\"ASCII\"},{\"Fees\":\"0\",\"Format\":\"GeoTIFF\"},{\"Fees\":\"0\",\"Format\":\"PDF\"},{\"Fees\":\"0\",\"Format\":\"PNG\"},{\"Fees\":\"0\",\"Format\":\"WMS\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"associations\":{\"services\":[\"S2446783008-SEDAC\",\"S2455195810-SEDAC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_GPWv4_NATIDEN_R11_4.11\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2446783008-SEDAC\"},{\"concept-id\":\"S2455195810-SEDAC\"}]},\"has-variables\":false,\"concept-id\":\"C1597157684-SEDAC\",\"revision-date\":\"2024-02-12T22:50:23.208Z\",\"granule-count\":10,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University\",\"ReleasePlace\":\"Palisades, + NY\",\"Title\":\"Gridded Population of the World, Version 4 (GPWv4): National + Identifier Grid, Revision 11\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4TD9VDP\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"ReleaseDate\":\"2018-12-31T00:00:00.000Z\",\"Version\":\"4.11\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.008333,\"YDimension\":0.008333,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"BOUNDARIES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2010-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/H4TD9VDP\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv4_NATIDEN_R11\",\"EntryTitle\":\"Gridded + Population of the World, Version 4 (GPWv4): National Identifier Grid, Revision + 11\",\"PublicationReferences\":[{\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): National Identifier Grid\",\"DOI\":{\"DOI\":\"10.7927/H49W0CDN\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"3.00\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2016-07-11T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): National Identifier Grid\",\"DOI\":{\"DOI\":\"10.7927/H41V5BX1\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.00\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2015-07-24T00:00:00.000Z\",\"Series\":\"Papers + in Applied Geography\",\"Title\":\"Taking Advantage of the Improved Availability + of Census Data: A First Look at the Gridded Population of the World, Version + 4\",\"DOI\":{\"DOI\":\"10.1080/23754931.2015.1014272\",\"Authority\":\"https://doi.org/\"},\"Pages\":\"226-235\",\"Volume\":\"1\",\"Author\":\"Doxsey-Whitfield, + E., K. MacManus, S. B. Adamo, L. Pistolesi, J. Squires, O. Borkovska and S. + R. Baptista\",\"Issue\":\"3\"},{\"PublicationDate\":\"2017-12-22T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): National Identifier Grid, Revision + 10\",\"DOI\":{\"DOI\":\"10.7927/H4T72FDB\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.10\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Administrative Unit Center Points + with Population Estimates, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4BC3WMT\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Data Quality Indicators, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H42Z13KG\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Land and Water Area, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4Z60M4Z\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4JW8BX5\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H49C6VHW\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-13T00:00:00.000Z\",\"Title\":\"Documentation + for the Gridded Population of the World, Version 4 (GPWv4), Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H45Q4T5F\",\"Authority\":\"https://doi.org/\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Basic Demographic Characteristics, + Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H46M34XX\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count Adjusted to Match + 2015 Revision of UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4PN93PB\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density Adjusted to + Match 2015 Revision UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4F47M65\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v4/gpw-v4-national-identifier-grid-rev11/gpw-v4-national-identifier-grid-rev11-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-national-identifier-grid-rev11/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-land-water-area-rev11/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/gpw-v4-national-identifier-grid-rev11/docs\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-land-water-area-rev11/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-national-identifier-grid-rev11\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]},\"GroupName\":\"CIESIN + METADATA ADMINISTRATION\"}],\"DataDates\":[{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 4 (GPWv4): National Identifier Grid, + Revision 11 is a raster representation of nation-states in GPWv4 for use in + aggregating population data. This data set was produced from the input census + Units which were used to create a raster surface where pixels that cover the + same census data source (most often a country or territory) have the same + value. Note that these data are not official representations of country boundaries; + rather, they represent the area covered by the input data. In cases where + multiple countries overlapped a given pixel (e.g. on national borders), the + pixels were assigned the country code of the input data set which made up + the majority of the land area. The data file was produced as a global raster + at 30 arc-second (~1 km at the equator) resolution. To enable faster global + processing, and in support of research commUnities, the 30 arc-second data + were aggregated to 2.5 arc-minute, 15 arc-minute, 30 arc-minute and 1 degree + resolutions. Each level of aggregation results in the loss of one or more + countries with areas smaller than the cell size of the final raster. Rasters + of all resolutions were also converted to polygon shapefiles.\",\"Purpose\":\"To + provide a raster representation of nation-states in GPWv4 for use in aggregating + population data.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-03-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-02-12T22:50:23.207Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv4_NATIDEN_R11\"}],\"Version\":\"4.11\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"This work + is licensed under the Creative Commons Attribution 4.0 International License + (https://creativecommons.org/licenses/by/4.0). Users are free to use, copy, + distribute, transmit, and adapt the work for commercial and non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}}],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"GeoTIFF\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Fees\":\"0\",\"Format\":\"ASCII\"},{\"Fees\":\"0\",\"Format\":\"GeoTIFF\"},{\"Fees\":\"0\",\"Format\":\"PDF\"},{\"Fees\":\"0\",\"Format\":\"PNG\"},{\"Fees\":\"0\",\"Format\":\"WMS\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"associations\":{\"services\":[\"S2446783008-SEDAC\",\"S2449681866-SEDAC\",\"S2455195810-SEDAC\",\"S2451432956-SEDAC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_GPWv4_APCT_WPP_2015_R11_4.11\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2446783008-SEDAC\"},{\"concept-id\":\"S2449681866-SEDAC\"},{\"concept-id\":\"S2455195810-SEDAC\"},{\"concept-id\":\"S2451432956-SEDAC\"}]},\"has-variables\":false,\"concept-id\":\"C1597158382-SEDAC\",\"revision-date\":\"2024-02-12T22:50:23.208Z\",\"granule-count\":54,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University\",\"ReleasePlace\":\"Palisades, + NY\",\"Title\":\"Gridded Population of the World, Version 4 (GPWv4): Population + Count Adjusted to Match 2015 Revision of UN WPP Country Totals, Revision 11\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4PN93PB\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"ReleaseDate\":\"2018-12-31T00:00:00.000Z\",\"Version\":\"4.11\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.008333,\"YDimension\":0.008333,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + SIZE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2000-07-01T00:00:00.000Z\",\"2005-07-01T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/H4PN93PB\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv4_APCT_WPP_2015_R11\",\"EntryTitle\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count Adjusted to Match + 2015 Revision of UN WPP Country Totals, Revision 11\",\"PublicationReferences\":[{\"PublicationDate\":\"2015-07-24T00:00:00.000Z\",\"Series\":\"Papers + in Applied Geography\",\"Title\":\"Taking Advantage of the Improved Availability + of Census Data: A First Look at the Gridded Population of the World, Version + 4\",\"DOI\":{\"DOI\":\"10.1080/23754931.2015.1014272\",\"Authority\":\"https://doi.org/\"},\"Pages\":\"226-235\",\"Volume\":\"1\",\"Author\":\"Doxsey-Whitfield, + E., K. MacManus, S. B. Adamo, L. Pistolesi, J. Squires, O. Borkovska and S. + R. Baptista\",\"Issue\":\"3\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Administrative Unit Center Points + with Population Estimates, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4BC3WMT\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Data Quality Indicators, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H42Z13KG\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Land and Water Area, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4Z60M4Z\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): National Identifier Grid, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4TD9VDP\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4JW8BX5\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H49C6VHW\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-13T00:00:00.000Z\",\"Title\":\"Documentation + for the Gridded Population of the World, Version 4 (GPWv4), Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H45Q4T5F\",\"Authority\":\"https://doi.org/\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Basic Demographic Characteristics, + Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H46M34XX\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density Adjusted to + Match 2015 Revision UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4F47M65\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2017-12-22T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count Adjusted to Match + 2015 Revision of UN WPP Country Totals, Revision 10\",\"DOI\":{\"DOI\":\"10.7927/H4JQ0XZW\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.10\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v4/gpw-v4-population-count-adjusted-to-2015-unwpp-country-totals-rev11/gpw-v4-population-count-adjusted-to-2015-unwpp-country-totals-rev11-global-2015-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-count-adjusted-to-2015-unwpp-country-totals-rev11/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-count-adjusted-to-2015-unwpp-country-totals-rev11/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-count-adjusted-to-2015-unwpp-country-totals-rev11/docs\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-count-adjusted-to-2015-unwpp-country-totals-rev11/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-count-adjusted-to-2015-unwpp-country-totals-rev11\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]},\"GroupName\":\"CIESIN + METADATA ADMINISTRATION\"}],\"DataDates\":[{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 4 (GPWv4): Population Count Adjusted + to Match 2015 Revision of UN WPP Country Totals, Revision 11 consists of estimates + of human population (number of persons per pixel) consistent with national + censuses and population registers with respect to relative spatial distribution, + but adjusted to match the 2015 Revision of the United Nation's World Population + Prospects (UN WPP) country totals for the years 2000, 2005, 2010, 2015, and + 2020.\xEF\xBF\xBDA proportional allocation gridding algorithm, utilizing approximately + 13.5 million national and sub-national administrative Units, was used to assign + population counts to 30 arc-second grid cells. The data files were produced + as global rasters at 30 arc-second (~1 km at the equator) resolution. To enable + faster global processing, and in support of research commUnities, the 30 arc-second + adjusted count data were aggregated to 2.5 arc-minute, 15 arc-minute, 30 arc-minute + and 1 degree resolutions.\",\"Purpose\":\"To provide estimates of population + count for the years 2000, 2005, 2010, 2015, and 2020, consistent with national + censuses and population registers with respect to relative spatial distribution, + but adjusted to match United Nations country totals.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-03-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-02-12T22:50:23.207Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv4_APCT_WPP_2015_R11\"}],\"Version\":\"4.11\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"This work + is licensed under the Creative Commons Attribution 4.0 International License + (https://creativecommons.org/licenses/by/4.0). Users are free to use, copy, + distribute, transmit, and adapt the work for commercial and non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}}],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"GeoTIFF\"},{\"Format\":\"netCDF-4\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Fees\":\"0\",\"Format\":\"ASCII\"},{\"Fees\":\"0\",\"Format\":\"GeoTIFF\"},{\"Fees\":\"0\",\"Format\":\"netCDF-4\"},{\"Fees\":\"0\",\"Format\":\"PDF\"},{\"Fees\":\"0\",\"Format\":\"PNG\"},{\"Fees\":\"0\",\"Format\":\"WMS\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"associations\":{\"services\":[\"S2446783008-SEDAC\",\"S2455195810-SEDAC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_GPWv4_POPCOUNT_R11_4.11\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2446783008-SEDAC\"},{\"concept-id\":\"S2455195810-SEDAC\"}]},\"has-variables\":false,\"concept-id\":\"C1597158029-SEDAC\",\"revision-date\":\"2024-02-12T22:50:23.264Z\",\"granule-count\":54,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University\",\"ReleasePlace\":\"Palisades, + NY\",\"Title\":\"Gridded Population of the World, Version 4 (GPWv4): Population + Count, Revision 11\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4JW8BX5\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"ReleaseDate\":\"2018-12-31T00:00:00.000Z\",\"Version\":\"4.11\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.008333,\"YDimension\":0.008333,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + SIZE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2000-07-01T00:00:00.000Z\",\"2005-07-01T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/H4JW8BX5\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv4_POPCOUNT_R11\",\"EntryTitle\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count, Revision 11\",\"PublicationReferences\":[{\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Count Grid\",\"DOI\":{\"DOI\":\"10.7927/H4639MPP\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"3.00\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University, + United Nations Food and Agriculture Programme - FAO, and Centro Internacional + de Agricultura Tropical - CIAT\",\"PublicationPlace\":\"Palisades, NY\"},{\"PublicationDate\":\"2016-07-11T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count\",\"DOI\":{\"DOI\":\"10.7927/H4X63JVC\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.00\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2015-07-24T00:00:00.000Z\",\"Series\":\"Papers + in Applied Geography\",\"Title\":\"Taking Advantage of the Improved Availability + of Census Data: A First Look at the Gridded Population of the World, Version + 4\",\"DOI\":{\"DOI\":\"10.1080/23754931.2015.1014272\",\"Authority\":\"https://doi.org/\"},\"Pages\":\"226-235\",\"Volume\":\"1\",\"Author\":\"Doxsey-Whitfield, + E., K. MacManus, S. B. Adamo, L. Pistolesi, J. Squires, O. Borkovska and S. + R. Baptista\",\"Issue\":\"3\"},{\"PublicationDate\":\"2017-12-22T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count, Revision 10\",\"DOI\":{\"DOI\":\"10.7927/H4PG1PPM\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.10\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Administrative Unit Center Points + with Population Estimates, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4BC3WMT\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Data Quality Indicators, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H42Z13KG\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Land and Water Area, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4Z60M4Z\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): National Identifier Grid, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4TD9VDP\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H49C6VHW\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-13T00:00:00.000Z\",\"Title\":\"Documentation + for the Gridded Population of the World, Version 4 (GPWv4), Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H45Q4T5F\",\"Authority\":\"https://doi.org/\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Basic Demographic Characteristics, + Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H46M34XX\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count Adjusted to Match + 2015 Revision of UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4PN93PB\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density Adjusted to + Match 2015 Revision UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4F47M65\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v4/gpw-v4-population-count-rev11/gpw-v4-population-count-rev11-global-2015-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-count-rev10/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-count-rev11/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-count-rev11/docs\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-count-rev11/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-count-rev11\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]},\"GroupName\":\"CIESIN + METADATA ADMINISTRATION\"}],\"DataDates\":[{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 4 (GPWv4): Population Count, Revision + 11 consists of estimates of human population (number of persons per pixel), + consistent with national censuses and population registers, for the years + 2000, 2005, 2010, 2015, and 2020. A proportional allocation gridding algorithm, + utilizing approximately 13.5 million national and sub-national administrative + Units, was used to assign population counts to 30 arc-second grid cells. The + data files were produced as global rasters at 30 arc-second (~1 km at the + equator) resolution. To enable faster global processing, and in support of + research commUnities, the 30 arc-second data were aggregated to 2.5 arc-minute, + 15 arc-minute, 30 arc-minute and 1 degree resolutions.\",\"Purpose\":\"To + provide estimates of population count for the years 2000, 2005, 2010, 2015, + and 2020, consistent with national censuses and population registers, as raster + data to facilitate data integration.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-03-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-02-12T22:50:23.263Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv4_POPCOUNT_R11\"}],\"Version\":\"4.11\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"This work + is licensed under the Creative Commons Attribution 4.0 International License + (https://creativecommons.org/licenses/by/4.0). Users are free to use, copy, + distribute, transmit, and adapt the work for commercial and non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}}],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"GeoTIFF\"},{\"Format\":\"netCDF-4\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Fees\":\"0\",\"Format\":\"ASCII\"},{\"Fees\":\"0\",\"Format\":\"GeoTIFF\"},{\"Fees\":\"0\",\"Format\":\"PDF\"},{\"Fees\":\"0\",\"Format\":\"PNG\"},{\"Fees\":\"0\",\"Format\":\"WMS\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"associations\":{\"services\":[\"S2451426116-SEDAC\",\"S2446783008-SEDAC\",\"S2455195810-SEDAC\",\"S2451428487-SEDAC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_GPWv4_APDENS_WPP_2015_R11_4.11\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2451426116-SEDAC\"},{\"concept-id\":\"S2446783008-SEDAC\"},{\"concept-id\":\"S2455195810-SEDAC\"},{\"concept-id\":\"S2451428487-SEDAC\"}]},\"has-variables\":false,\"concept-id\":\"C1597159820-SEDAC\",\"revision-date\":\"2024-02-12T22:50:23.221Z\",\"granule-count\":54,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University\",\"ReleasePlace\":\"Palisades, + NY\",\"Title\":\"Gridded Population of the World, Version 4 (GPWv4): Population + Density Adjusted to Match 2015 Revision UN WPP Country Totals, Revision 11\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4F47M65\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"ReleaseDate\":\"2018-12-31T00:00:00.000Z\",\"Version\":\"4.11\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.008333,\"YDimension\":0.008333,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + DENSITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2000-07-01T00:00:00.000Z\",\"2005-07-01T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/H4F47M65\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv4_APDENS_WPP_2015_R11\",\"EntryTitle\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density Adjusted to + Match 2015 Revision UN WPP Country Totals, Revision 11\",\"PublicationReferences\":[{\"PublicationDate\":\"2015-07-24T00:00:00.000Z\",\"Series\":\"Papers + in Applied Geography\",\"Title\":\"Taking Advantage of the Improved Availability + of Census Data: A First Look at the Gridded Population of the World, Version + 4\",\"DOI\":{\"DOI\":\"10.1080/23754931.2015.1014272\",\"Authority\":\"https://doi.org/\"},\"Pages\":\"226-235\",\"Volume\":\"1\",\"Author\":\"Doxsey-Whitfield, + E., K. MacManus, S. B. Adamo, L. Pistolesi, J. Squires, O. Borkovska and S. + R. Baptista\",\"Issue\":\"3\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Administrative Unit Center Points + with Population Estimates, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4BC3WMT\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Data Quality Indicators, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H42Z13KG\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Land and Water Area, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4Z60M4Z\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): National Identifier Grid, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4TD9VDP\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4JW8BX5\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H49C6VHW\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-13T00:00:00.000Z\",\"Title\":\"Documentation + for the Gridded Population of the World, Version 4 (GPWv4), Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H45Q4T5F\",\"Authority\":\"https://doi.org/\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Basic Demographic Characteristics, + Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H46M34XX\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count Adjusted to Match + 2015 Revision of UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4PN93PB\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density Adjusted to + Match 2015 Revision UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4F47M65\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2017-12-22T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density Adjusted to + Match 2015 Revision UN WPP Country Totals, Revision 10\",\"DOI\":{\"DOI\":\"10.7927/H49884ZR\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.10\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v4/gpw-v4-population-density-adjusted-to-2015-unwpp-country-totals-rev11/gpw-v4-population-density-adjusted-to-2015-unwpp-country-totals-rev11-global-2015-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-density-adjusted-to-2015-unwpp-country-totals-rev11/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-density-adjusted-to-2015-unwpp-country-totals-rev11/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-density-adjusted-to-2015-unwpp-country-totals-rev11/docs\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-density-adjusted-to-2015-unwpp-country-totals-rev11/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-density-adjusted-to-2015-unwpp-country-totals-rev11\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]},\"GroupName\":\"CIESIN + METADATA ADMINISTRATION\"}],\"DataDates\":[{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 4 (GPWv4): Population Density Adjusted + to Match 2015 Revision of UN WPP Country Totals, Revision 11 consists of estimates + of human population density (number of persons per square kilometer) based + on counts consistent with national censuses and population registers with + respect to relative spatial distribution, but adjusted to match the 2015 Revision + of the United Nation's World Population Prospects (UN WPP) country totals, + for the years 2000, 2005, 2011, 2015, and 2020. A proportional allocation + gridding algorithm, utilizing approximately 13.5 million national and sub-national + administrative Units, was used to assign UN WPP-adjusted population counts + to 30 arc-second grid cells. The density rasters were created by dividing + the UN WPP-adjusted population count raster for a given target year by the + land area raster. The data files were produced as global rasters at 30 arc-second + (~1 km at the equator) resolution. To enable faster global processing, and + in support of research commUnities, the 30 arc-second adjusted count data + were aggregated to 2.5 arc-minute, 15 arc-minute, 30 arc-minute and 1 degree + resolutions to produce density rasters at these resolutions.\",\"Purpose\":\"To + provide estimates of population density for the years 2000, 2005, 2010, 2015, + and 2020, based on counts consistent with national censuses and population + registers with respect to relative spatial distribution, but adjusted to match + United Nations country totals.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-03-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-02-12T22:50:23.221Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv4_APDENS_WPP_2015_R11\"}],\"Version\":\"4.11\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"This work + is licensed under the Creative Commons Attribution 4.0 International License + (https://creativecommons.org/licenses/by/4.0). Users are free to use, copy, + distribute, transmit, and adapt the work for commercial and non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}}],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"GeoTIFF\"},{\"Format\":\"netCDF-4\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Fees\":\"0\",\"Format\":\"ASCII\"},{\"Fees\":\"0\",\"Format\":\"GeoTIFF\"},{\"Fees\":\"0\",\"Format\":\"netCDF-4\"},{\"Fees\":\"0\",\"Format\":\"PDF\"},{\"Fees\":\"0\",\"Format\":\"PNG\"},{\"Fees\":\"0\",\"Format\":\"WMS\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"associations\":{\"services\":[\"S2301373784-SEDAC\",\"S2446783008-SEDAC\",\"S2301375194-SEDAC\",\"S2455195810-SEDAC\",\"S2301372807-SEDAC\",\"S2301373355-SEDAC\",\"S2301373336-SEDAC\"]},\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_GPWv4_POPDENS_R11_4.11\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2301373784-SEDAC\"},{\"concept-id\":\"S2446783008-SEDAC\"},{\"concept-id\":\"S2301375194-SEDAC\"},{\"concept-id\":\"S2455195810-SEDAC\"},{\"concept-id\":\"S2301372807-SEDAC\"},{\"concept-id\":\"S2301373355-SEDAC\"},{\"concept-id\":\"S2301373336-SEDAC\"}]},\"has-variables\":false,\"concept-id\":\"C1597159135-SEDAC\",\"revision-date\":\"2024-02-12T22:50:23.331Z\",\"granule-count\":54,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Center + for International Earth Science Information Network - CIESIN - Columbia University\",\"ReleasePlace\":\"Palisades, + NY\",\"Title\":\"Gridded Population of the World, Version 4 (GPWv4): Population + Density, Revision 11\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H49C6VHW\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"ReleaseDate\":\"2018-12-31T00:00:00.000Z\",\"IssueIdentification\":\"10.7927/H49C6VHW\",\"Version\":\"4.11\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.008333,\"YDimension\":0.008333,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + DENSITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"2000-07-01T00:00:00.000Z\",\"2005-07-01T00:00:00.000Z\",\"2010-07-01T00:00:00.000Z\",\"2015-07-01T00:00:00.000Z\",\"2020-07-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/H49C6VHW\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_GPWv4_POPDENS_R11\",\"EntryTitle\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density, Revision 11\",\"PublicationReferences\":[{\"PublicationDate\":\"2005-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 3 (GPWv3): Population Density Grid\",\"DOI\":{\"DOI\":\"10.7927/H4XK8CG2\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"3.00\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University, + and Centro Internacional de Agricultura Tropical - CIAT\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2016-07-11T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density\",\"DOI\":{\"DOI\":\"10.7927/H4NP22DQ\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.00\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2015-07-24T00:00:00.000Z\",\"Series\":\"Papers + in Applied Geography\",\"Title\":\"Taking Advantage of the Improved Availability + of Census Data: A First Look at the Gridded Population of the World, Version + 4\",\"DOI\":{\"DOI\":\"10.1080/23754931.2015.1014272\",\"Authority\":\"https://doi.org/\"},\"Pages\":\"226-235\",\"Volume\":\"1\",\"Author\":\"Doxsey-Whitfield, + E., K. MacManus, S. B. Adamo, L. Pistolesi, J. Squires, O. Borkovska and S. + R. Baptista\",\"Issue\":\"3\"},{\"PublicationDate\":\"2017-12-22T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density, Revision 10\",\"DOI\":{\"DOI\":\"10.7927/H4DZ068D\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.10\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Administrative Unit Center Points + with Population Estimates, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4BC3WMT\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Data Quality Indicators, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H42Z13KG\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Land and Water Area, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4Z60M4Z\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): National Identifier Grid, Revision + 11\",\"DOI\":{\"DOI\":\"10.7927/H4TD9VDP\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4JW8BX5\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-13T00:00:00.000Z\",\"Title\":\"Documentation + for the Gridded Population of the World, Version 4 (GPWv4), Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H45Q4T5F\",\"Authority\":\"https://doi.org/\"},\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Basic Demographic Characteristics, + Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H46M34XX\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Count Adjusted to Match + 2015 Revision of UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4PN93PB\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"},{\"PublicationDate\":\"2018-12-31T00:00:00.000Z\",\"Title\":\"Gridded + Population of the World, Version 4 (GPWv4): Population Density Adjusted to + Match 2015 Revision UN WPP Country Totals, Revision 11\",\"DOI\":{\"DOI\":\"10.7927/H4F47M65\",\"Authority\":\"https://doi.org/\"},\"Edition\":\"4.11\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"Author\":\"Center for + International Earth Science Information Network - CIESIN - Columbia University\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/gpw-v4/gpw-v4-population-density-rev11/gpw-v4-population-density-rev11-global-2020.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-density-rev11/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-density-rev11/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-density-rev11/docs\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-density-rev11/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/gpw-v4-population-density-rev11\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8920\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]},\"GroupName\":\"User + Services\"}],\"DataDates\":[{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gridded Population of the World, Version 4 (GPWv4): Population Density, Revision + 11 consists of estimates of human population density (number of persons per + square kilometer) based on counts consistent with national censuses and population + registers, for the years 2000, 2005, 2010, 2015, and 2020.\xEF\xBF\xBDA proportional + allocation gridding algorithm, utilizing approximately 13.5 million national + and sub-national administrative Units, was used to assign population counts + to 30 arc-second grid cells. The population density rasters were created by + dividing the population count raster for a given target year by the land area + raster. The data files were produced as global rasters at 30 arc-second (~1 + km at the equator) resolution. To enable faster global processing, and in + support of research commUnities, the 30 arc-second count data were aggregated + to 2.5 arc-minute, 15 arc-minute, 30 arc-minute and 1 degree resolutions to + produce density rasters at these resolutions.\",\"Purpose\":\"To provide estimates + of population density for the years 2000, 2005, 2010, 2015, and 2020, based + on counts consistent with national censuses and population registers, as raster + data to facilitate data integration.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-03-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-02-12T22:50:23.330Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_GPWv4_POPDENS_R11\"}],\"Version\":\"4.11\",\"Projects\":[{\"ShortName\":\"GPW\",\"LongName\":\"Gridded + Population of the World\"}],\"UseConstraints\":{\"Description\":\"This work + is licensed under the Creative Commons Attribution 4.0 International License + (https://creativecommons.org/licenses/by/4.0). Users are free to use, copy, + distribute, transmit, and adapt the work for commercial and non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Distributor + home page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiver + home page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}}],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"GeoTIFF\"},{\"Format\":\"netCDF-4\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Fees\":\"0\",\"Format\":\"ASCII\"},{\"Fees\":\"0\",\"Format\":\"GeoTIFF\"},{\"Fees\":\"0\",\"Format\":\"netCDF-4\"},{\"Fees\":\"0\",\"Format\":\"PDF\"},{\"Fees\":\"0\",\"Format\":\"PNG\"},{\"Fees\":\"0\",\"Format\":\"WMS\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_SPECIES_AMP_RICH15_2015.00\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1399952905-SEDAC\",\"revision-date\":\"2023-01-17T22:04:31.635Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"2015.00\",\"Title\":\"Gridded + Species Distribution: Global Amphibian Richness Grids, 2015 Release\",\"Creator\":\"International + Union for Conservation of Nature - IUCN, and Center for International Earth + Science Information Network - CIESIN - Columbia University\",\"ReleaseDate\":\"2015-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4RR1W66\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"EllipsoidName\":\"WGS84\",\"DenominatorOfFlatteningRatio\":298.257224,\"HorizontalDatumName\":\"WGS84\",\"SemiMajorAxis\":6378137.0},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"YDimension\":0.008333,\"XDimension\":0.008333,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOLOGICAL CLASSIFICATION\",\"Term\":\"ANIMALS/VERTEBRATES\",\"VariableLevel1\":\"AMPHIBIANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2013-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/H4RR1W66\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_SPECIES_AMP_RICH15\",\"EntryTitle\":\"Gridded + Species Distribution: Global Amphibian Richness Grids, 2015 Release\",\"PublicationReferences\":[{\"Title\":\"Gridded + Species Distribution: Global Mammal Richness Grids, 2015 Release\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4N014G5\",\"Authority\":\"https://doi.org/\"},\"Author\":\"International + Union for Conservation of Nature - IUCN, and Center for International Earth + Science Information Network - CIESIN - Columbia University\",\"PublicationDate\":\"2015-12-31T00:00:00.000Z\",\"Edition\":\"2015.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/species/species-global-amphibian-richness-2015/species-global-amphibian-richness-2015-all-species-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/species-global-amphibian-richness-2015/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/species-global-amphibian-richness-2015/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/species-global-amphibian-richness-2015/docs\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/species-global-amphibian-richness-2015/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/species-global-amphibian-richness-2015\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2015-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2015-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + 2015 Release of the Global Amphibian Richness Grids data set of the Gridded + Species Distribution collection are aggregations of the presence grids data + for the entire class, individual families, and International Union for the + Conservation of Nature (IUCN) Red List status categories. The data are available + in 30 arc-second (~1 km) resolutions. The grid cell values represent the number + of species in a particular class, family or IUCN threatened category. The + input vector layers are based on the IUCN Red List and the grids are compiled + by the Columbia University Center for International Earth Science Information + Network (CIESIN). The data from IUCN were downloaded in April 2013.\",\"Purpose\":\"To + provide information on the number of amphibian species present at a one-kilometer + spatial resolution which can be used in modeling efforts, wildlife conservation + planning, natural resource management, policy-making, biodiversity studies + and human-environment interactions.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2016-08-08T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-01-17T17:03:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_SPECIES_AMP_RICH15\"}],\"Version\":\"2015.00\",\"Projects\":[{\"ShortName\":\"SPECIES\",\"LongName\":\"GRIDDED + SPECIES DISTRIBUTION\"}],\"UseConstraints\":{\"Description\":\"Users are free + to use, copy, distribute, transmit, and adapt the work for non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided and all distributions carry the same share-alike provision.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_SPECIES_MAM_RICH15_2015.00\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1399957348-SEDAC\",\"revision-date\":\"2023-01-17T22:11:45.555Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"2015.00\",\"Title\":\"Gridded + Species Distribution: Global Mammal Richness Grids, 2015 Release\",\"Creator\":\"International + Union for Conservation of Nature - IUCN, and Center for International Earth + Science Information Network - CIESIN - Columbia University\",\"ReleaseDate\":\"2015-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4N014G5\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"EllipsoidName\":\"WGS84\",\"DenominatorOfFlatteningRatio\":298.257224,\"HorizontalDatumName\":\"WGS84\",\"SemiMajorAxis\":6378137.0},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"YDimension\":0.008333,\"XDimension\":0.008333,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOLOGICAL CLASSIFICATION\",\"Term\":\"ANIMALS/VERTEBRATES\",\"VariableLevel1\":\"MAMMALS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2013-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/H4N014G5\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_SPECIES_MAM_RICH15\",\"EntryTitle\":\"Gridded + Species Distribution: Global Mammal Richness Grids, 2015 Release\",\"PublicationReferences\":[{\"Title\":\"Gridded + Species Distribution: Global Amphibian Richness Grids, 2015 Release\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4RR1W66\",\"Authority\":\"https://doi.org/\"},\"Author\":\"International + Union for Conservation of Nature - IUCN, and Center for International Earth + Science Information Network - CIESIN - Columbia University\",\"PublicationDate\":\"2015-12-31T00:00:00.000Z\",\"Edition\":\"2015.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/species/species-global-mammal-richness-2015/species-global-mammal-richness-2015-all-species-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/species-global-mammal-richness-2015/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/species-global-mammal-richness-2015/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/species-global-mammal-richness-2015/docs\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/species-global-mammal-richness-2015\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2015-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2015-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + 2015 Release of the Global Mammal Richness Grids data set of the Gridded Species + Distribution collection are aggregations of the presence grids data for the + entire class, individual families, and International Union for the Conservation + of Nature (IUCN) Red List status categories. The data are available in 30 + arc-second (~1 km) resolutions. The grid cell values represent the number + of species in a particular class, family or IUCN threatened category. The + input vector layers are based on the IUCN Red List and the grids are compiled + by the Columbia University Center for International Earth Science Information + Network (CIESIN). The data from IUCN were downloaded in April 2013.\",\"Purpose\":\"To + provide information on the number of mammal species present at a one-kilometer + spatial resolution which can be used in modeling efforts, wildlife conservation + planning, natural resource management, policy-making, biodiversity studies + and human-environment interactions.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2016-08-08T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-01-17T17:09:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_SPECIES_MAM_RICH15\"}],\"Version\":\"2015.00\",\"Projects\":[{\"ShortName\":\"SPECIES\",\"LongName\":\"Gridded + Species Distribution\"}],\"UseConstraints\":{\"Description\":\"Users are free + to use, copy, distribute, transmit, and adapt the work for non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided and all distributions carry the same share-alike provision.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/above/Soil_Carbon_Flux_Maps/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Gridded + Winter Soil CO2 Flux Estimates for pan-Arctic and Boreal Regions, 2003-2100\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2143812328-ORNL_CLOUD\",\"revision-date\":\"2023-07-17T16:59:17.532Z\",\"granule-count\":24,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Watts, + J.D., S. Natali, S. Potter, and B.M. Rogers. 2019. Gridded Winter Soil CO2 + Flux Estimates for pan-Arctic and Boreal Regions, 2003-2100. ORNL DAAC, Oak + Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/1683\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":89.98,\"EastBoundingCoordinate\":179.9,\"SouthBoundingCoordinate\":-84.69}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"CARBON + AND HYDROCARBON COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC CARBON DIOXIDE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"FROZEN GROUND\",\"VariableLevel1\":\"PERMAFROST\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"CARBON\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + RESPIRATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1993-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2100-11-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1683\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"Soil_Carbon_Flux_Maps_1683\",\"EntryTitle\":\"Gridded + Winter Soil CO2 Flux Estimates for pan-Arctic and Boreal Regions, 2003-2100\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/above/Soil_Carbon_Flux_Maps/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/above/Soil_Carbon_Flux_Maps/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ABOVE/guides/Soil_Carbon_Flux_Maps.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1683\"},{\"Description\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://opendap.earthdata.nasa.gov/\"},{\"Description\":\"Winter + Season Soil Carbon Flux Maps, Pan-Arctic Boreal Permafrost Regions, 2003-2100: + Soil_Carbon_Flux_Maps.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/above/Soil_Carbon_Flux_Maps/comp/Soil_Carbon_Flux_Maps.pdf\"},{\"Description\":\"Soil + CO2 flux estimates for the Arctic-boreal permafrost region, during the non-growing + season (NGS), Julian days 274 through 120. (Source J.D. Watts)\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/ABOVE/guides/Soil_Carbon_Flux_Maps_Fig1.png\"},{\"Description\":\"ABoVE + project site\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME + PAGE\",\"URL\":\"https://above.nasa.gov\"}],\"DataDates\":[{\"Date\":\"2019-09-12T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-07-17T16:59:17.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset provides gridded estimates of soil CO2 flux (g C m-2 d-1) for the + winter non-growing season (NGS) across pan-Arctic and Boreal permafrost regions + (>49 Deg N), at 25 km spatial resolution. The data are the daily average flux + over a monthly period for two climate periods: the baseline climate period + represents 2003-2018 and the future climate scenarios period represents 2018-2100 + under Representative Concentration Pathways (RCP) 4.5 and 8.5. The data were + produced by applying a Boosted Regression Tree machine learning approach to + create gridded estimates of emissions based on in situ observations of NGS + fluxes provided in a related dataset. The resulting monthly average flux data + records can be used to calculate annual NGS soil CO2 flux budgets from 2003-2100.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"ARCTIC\"}],\"MetadataDates\":[{\"Date\":\"2019-09-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ABoVE\",\"LongName\":\"Arctic-Boreal + Vulnerability Experiment\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripapr2__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + AIRBORNE SECOND GENERATION PRECIPITATION RADAR (APR-2) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979833483-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:59:14.385Z\",\"granule-count\":1020,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Durden, + Stephen L..2011. GRIP AIRBORNE SECOND GENERATION PRECIPITATION RADAR (APR-2) + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/APR2/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.9192,\"NorthBoundingCoordinate\":34.847,\"EastBoundingCoordinate\":-56.0457,\"SouthBoundingCoordinate\":11.9008}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Backscatter\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-17T15:33:37.000Z\",\"EndingDateTime\":\"2010-09-22T21:45:19.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/APR2/DATA201\"},\"ShortName\":\"gripapr2\",\"EntryTitle\":\"GRIP + AIRBORNE SECOND GENERATION PRECIPITATION RADAR (APR-2) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripapr2__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripapr2\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/APR2/browse/Z_vert_hor/APR2_AT_100817_1730Z--1800Z_v46_Y_0m_h_3000m_Ch_1_-1_-4_4.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/APR2/browse/basic/APR2_AT_100817_1730Z--1800Z_v46_Y_0m_h_1000m_Ch_1_-1021_4.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/APR2/browse/experimental/APR2_AT_100817_1730Z--1800Z_v76_Y_0m_h_5500m_Ch_1_11_3_-3_10_110.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/APR2/browse/multiparametric/APR2_AT_100817_1730Z--1800Z_v46_Y_0m_h_1000m_Ch_1_7_-1027_2_3.png\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripapr2/gripapr2_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/APR2/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-06-02T12:20:31.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:45:43.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Airborne Second Generation Precipitation Radar (APR-2) dataset was collected + from the Second Generation Airborne Precipitation Radar (APR-2), which is + a dual-frequency (13 GHz and 35 GHz), Doppler, dual-polarization radar system. + It has a downward looking antenna that performs cross track scans. Additional + features include: simultaneous dual-frequency, matched beam operation at 13.4 + and 35.6 GHz (same as GPM Dual-Frequency Precipitation Radar), simultaneous + measurement of both like- and cross-polarized signals at both frequencies, + Doppler operation, and real-time pulse compression (calibrated reflectivity + data can be produced for large areas in the field during flight, if necessary). + The APR-2 flew on the NASA DC-8 for the Genesis and Rapid Intensification + Processes (GRIP) experiment and collected data between Aug 17, 2010 - Sep + 22, 2010 and are in HDF-4 format. The major goal was to better understand + how tropical storms form and develop into major hurricanes. NASA used the + DC-8 aircraft, the WB-57 aircraft and the Global Hawk Unmanned Airborne System + (UAS), configured with a suite of in situ and remote sensing instruments that + were used to observe and characterize the lifecycle of hurricanes.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"APR-2\",\"LongName\":\"Second + Generation Airborne Precipitation Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripradio__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + BARBADOS/CAPE VERDE RADIOSONDE V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979860117-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:44.825Z\",\"granule-count\":108,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Jenkins, + Gregory S and Miliaritiana L Robjhon.2011. GRIP BARBADOS/CAPE VERDE RADIOSONDE + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/RADIOSONDE/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-59.6251,\"NorthBoundingCoordinate\":16.8644,\"EastBoundingCoordinate\":-24.8671,\"SouthBoundingCoordinate\":13.1}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Upper + Air Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Atmospheric Pressure Measurements\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Upper + Level Winds\",\"VariableLevel2\":\"Flight Level Winds\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-14T19:00:00.000Z\",\"EndingDateTime\":\"2010-09-24T06:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/RADIOSONDE/DATA101\"},\"ShortName\":\"gripradio\",\"EntryTitle\":\"GRIP + BARBADOS/CAPE VERDE RADIOSONDE V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripradio__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripradio\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/Radiosonde/browse/grip_radiosonde_20100824_1800_Barbados_SkewT.gif\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/Radiosonde/browse/grip_radiosonde_2010081500_082012_barbados_cross_uwnd.jpg\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/Radiosonde/browse/grip_radiosonde_2010081500_082012_barbados_cross_RH.jpg\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/Radiosonde/browse/grip_radiosonde_2010081500_082012_barbados_cross_wspd.jpg\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripradio/gripradio_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/Radiosonde/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-04-07T09:40:47.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T22:48:21.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Barbados/Cape Verde radiosonde data set consists of generally two soundings + per day (06Z and 12Z) launched from Barbados, and one sounding per day (12Z) + launched from Cape Verde during the Genesis and Rapid Intensification Processes + (GRIP) field campaign. The major goal was to better understand how tropical + storms form and develop into major hurricanes. These radiosondes measure the + profile of atmospheric pressure, temperature, humidity, wind speed and direction, + from the ground to an altitude of up to 40 km (in general, the sondes reached + at least a pressure of 100 milibars). The launch program began on August 14, + 2010 and ended September 24, 2010. The sondes used were type DFM-06, built + by GRAW Radiosondes, Nuremberg Germany. Most ascents were done with TOTEX + 200-g latex balloons using the DMF-06 sondes. A few launches were made using + TOTEX 800-g Balloons with the DFM-97 package (connected with ECC ozonesonde). + On some days launch times were changed, and multiple launches were made from + Barbados on September 9, 10 and 21. The data were retrieved using a GRAWMET + GS-E ground station. The sample rate of the data was 4 seconds for the Barbados + data and 2 seconds for the Cape Verde data.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Balloons\",\"ShortName\":\"BALLOONS\",\"Instruments\":[{\"ShortName\":\"Radiosondes\",\"LongName\":\"RADIOSONDES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripmisrep__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + CAMPAIGN REPORTS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979855677-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:19.924Z\",\"granule-count\":424,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Goodman, + Michael .2011. GRIP CAMPAIGN REPORTS [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/REPORTS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-100.0,\"NorthBoundingCoordinate\":40.0,\"EastBoundingCoordinate\":-71.5,\"SouthBoundingCoordinate\":0.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Flight + Data Logs\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather + Events\",\"VariableLevel1\":\"Weather/Climate Advisories\",\"VariableLevel2\":\"Weather + Forecast\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather + Events\",\"VariableLevel1\":\"Tropical Cyclones\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-07-28T00:00:00.000Z\",\"EndingDateTime\":\"2010-09-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"0\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/REPORTS/DATA101\"},\"ShortName\":\"gripmisrep\",\"EntryTitle\":\"GRIP + CAMPAIGN REPORTS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripmisrep__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripmisrep\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripmisrep/gripmisrep_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-04-07T09:40:47.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-09T09:19:06.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Campaign Reports dataset consists of various reports filed by scientists + during the GRIP campaign which took place 8/15/2010 - 9/30/2010; however, + several of the reports are from the planning and test flights. Reports included + in this dataset contain information for the Tri Agency Mission Scientists; + DC-8, Global Hawk, and WB-57 Platform Scientists; DC-8, Global Hawk, and WB-57 + Flight Reports and WB-57 Flight Summary; GRIP Telecons; and TropicalGRIP Forecasts. + The Tri Agency Mission Scientists reports, GRIP telecons and Forecast reports + were primarily filed daily, while the Platform and Flight reports exist primarily + for flight days.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Reports\",\"ShortName\":\"MISSION + REPORTS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"JPEG + - PDF - Excel - PNG\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripcaps__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + CLOUD MICROPHYSICS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979834641-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:59:18.397Z\",\"granule-count\":63,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Andrew J and Aaron Bansemer.2011. GRIP CLOUD MICROPHYSICS [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/MULTIPLE/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-100.0,\"NorthBoundingCoordinate\":40.0,\"EastBoundingCoordinate\":-71.5,\"SouthBoundingCoordinate\":0.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Liquid + Precipitation\",\"VariableLevel2\":\"Rain\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Solid + Precipitation\",\"VariableLevel2\":\"Snow\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Droplet Concentration/Size\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Particle Properties\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Hydrometeors\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-13T16:06:00.000Z\",\"EndingDateTime\":\"2010-09-25T17:33:40.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/MULTIPLE/DATA201\"},\"ShortName\":\"gripcaps\",\"EntryTitle\":\"GRIP + CLOUD MICROPHYSICS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripcaps__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripcaps\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/grip/gripcaps/gripcaps_08172010_180600_CIPG.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/grip/gripcaps/gripcaps_08172010_180600_PIP.png\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripcaps/gripcaps_dataset.html\"},{\"Description\":\"GRIP + Cloud Microphysics: (CAPS), (PIP), AND (CDP)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/gripcaps/grip_microphysics_readme.txt\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/CAPS_PIP_CDP/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-06-07T09:26:56.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:49:12.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Cloud Microphysics dataset was collected during the GRIP campaign from + three probes: the Cloud, Aerosol, and Precipitation Spectrometer (CAPS), the + Precipitation Imaging Probe (PIP), and the Cloud Droplet Probe (CDP). All + are manufactured by Droplet Measurement Technologies in Boulder, CO. The CAPS + is a combination of two probes, the Cloud Imaging Probe-Greyscale (CIP-G), + and the Cloud and Aerosol Spectrometer (CAS). Images of particles are recorded + by the CIP-G and PIP, while the CAS probe measures particle size distribution + from 0.55 to 52.5 microns and the CDP measures ice amount. Some ice/liquid + water content are derived from the particle size distribution. The major goal + was to better understand how tropical storms form and develop into major hurricanes. + NASA used the DC-8 aircraft, the WB-57 aircraft and the Global Hawk Unmanned + Airborne System (UAS), configured with a suite of in situ and remote sensing + instruments that were used to observe and characterize the lifecycle of hurricanes. + Data was collected 13 Aug 2010 through 25 Sep 2010.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"CAPS\",\"LongName\":\"Cloud, + Aerosol, Precipitation Spectrometer\"},{\"ShortName\":\"CDP\",\"LongName\":\"Cloud + Droplet Probe\"},{\"ShortName\":\"PIP\",\"LongName\":\"Precipitation Imaging + Probe\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripdropdc83__3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + DC-8 DROPSONDE V3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979835081-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:59:26.414Z\",\"granule-count\":328,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Gerald M and Kate Young.2016. GRIP DC-8 DROPSONDE V3 [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/DROPSONDE/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-96.7127,\"NorthBoundingCoordinate\":34.7358,\"EastBoundingCoordinate\":-55.3201,\"SouthBoundingCoordinate\":12.0041}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Upper + Level Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Dew + Point Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Atmospheric Pressure Measurements\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Upper + Air Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Dew + Point Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-17T15:44:06.000Z\",\"EndingDateTime\":\"2010-09-22T21:41:13.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/DROPSONDE/DATA202\"},\"ShortName\":\"gripdropdc83\",\"EntryTitle\":\"GRIP + DC-8 DROPSONDE V3\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripdropdc83__3/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripdropdc83\"},{\"Description\":\"NCAR + UCAR Earth Observing Laboratory (EOL) Avaps Dropsonde System\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.eol.ucar.edu/observing_facilities/avaps-dropsonde-system\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/Dropsonde_DC8/doc/gripdropdc83_dataset.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-10-25T15:07:14.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-20T15:26:10.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP DC-8 Dropsonde V3 dataset consists of atmospheric pressure, dry-bulb + temperature, dew point temperature, relative humidity, wind direction, wind + speed, and fall rate measurements taken during 16 research flights during + the Genesis and Rapid Intensification Processes (GRIP) campaign from August + 17, 2010 to September 22, 2010. The GRIP campaign was conducted to better + understand how tropical storms form and how these storms develop into major + hurricanes. The DC-8 Airborne Vertical Atmospheric Profiling System (AVAPS) + deploys integrated, highly accurate, GPS-located atmospheric profiling dropsondes + to measure and record current atmospheric conditions in a vertical column + below the aircraft. The dropsondes are ejected from a tube in the underside + of the DC-8 aircraft. As the dropsonde descends to the surface via a parachute, + it continuously measures and transmits data to the aircraft using a 400 MHz + meteorological band telemetry link. Pressure, temperature and relative humidity, + as well as GPS-based wind data were collected from 328 dropsondes. These Dropsonde + data are in ASCII-csv file format.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"DROPSONDES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripmms__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + DC-8 METEOROLOGICAL MEASUREMENT SYSTEM (MMS) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979856245-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:24.071Z\",\"granule-count\":110,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Bui, + T.P..2011. GRIP DC-8 METEOROLOGICAL MEASUREMENT SYSTEM (MMS) [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/MMS/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-118.433,\"NorthBoundingCoordinate\":34.754,\"EastBoundingCoordinate\":-55.322,\"SouthBoundingCoordinate\":11.991}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Sensor Characteristics\",\"VariableLevel1\":\"Total + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Airspeed/Ground Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Upper + Level Winds\",\"VariableLevel2\":\"Flight Level Winds\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Sensor Characteristics\",\"VariableLevel1\":\"Total + Pressure\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Static Pressure\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-10T16:19:27.000Z\",\"EndingDateTime\":\"2010-09-25T17:33:34.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/MMS/DATA201\"},\"ShortName\":\"gripmms\",\"EntryTitle\":\"GRIP + DC-8 METEOROLOGICAL MEASUREMENT SYSTEM (MMS) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripmms__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripmms\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripmms/gripmms_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-05-10T15:07:40.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:27:33.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP DC-8 Meteorological measurement System (MMS) dataset was collected by + the Meteorological Measurement System (MMS), which provides high-resolution, + accurate meteorological parameters (pressure, temperature, turbulence index, + and the 3-dimensional wind vector). The MMS hardware consists of 3 major systems: + an air-motion sensing system to measure air velocity with respect to the aircraft, + an aircraft-motion sensing system to measure the aircraft velocity with respect + to the Earth, and a data acquisition system to sample, process, and record + the measured quantities. In addition to making the in flight measurements, + a major and necessary step is the post mission systematic calibration and + data processing. The primary data set consists of 1 Hz meteorological data + (P, T, 3D winds). The secondary data set at 20 Hz includes the meteorological + data and additional parameters such as Potential-Temperature; True-Air-Speed; + aircraft GPS position, velocities, attitudes, acceleration and air flow data + (angle-of-attack, sideslip) from August 10, 2010 through September 25, 2010. + The Genesis and Rapid Intensification Processes (GRIP) experiment was a NASA + Earth science field experiment. The major goal was to better understand how + tropical storms form and develop into major hurricanes. NASA used the DC-8 + aircraft, the WB-57 aircraft and the Global Hawk Unmanned Airborne System + (UAS), configured with a suite of in situ and remote sensing instruments that + were used to observe and characterize the lifecycle of hurricanes.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"AIRCRAFT MOTION SENSOR\",\"LongName\":\"AIRCRAFT + MOTION SENSOR\"},{\"ShortName\":\"GPS\",\"LongName\":\"Global Positioning + System\"},{\"ShortName\":\"INS\",\"LongName\":\"Inertial Navigation System\"},{\"ShortName\":\"PITOT-STATIC + SYSTEM\"},{\"ShortName\":\"TEMPERATURE PROBES\",\"LongName\":\"TEMPERATURE + PROBES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripnavdc8__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + DC-8 NAVIGATION AND HOUSEKEEPING DATA V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979856855-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:32.514Z\",\"granule-count\":45,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Van + Gilst, David.2011. GRIP DC-8 NAVIGATION AND HOUSEKEEPING DATA [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/NAV/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-118.43,\"NorthBoundingCoordinate\":34.7533,\"EastBoundingCoordinate\":-55.3183,\"SouthBoundingCoordinate\":11.9998}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Upper + Air Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Flight + Data Logs\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Flight + Level Winds\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-10T13:30:31.000Z\",\"EndingDateTime\":\"2010-09-22T23:44:43.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/NAV/DATA101\"},\"ShortName\":\"gripnavdc8\",\"EntryTitle\":\"GRIP + DC-8 NAVIGATION AND HOUSEKEEPING DATA V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripnavdc8__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripnavdc8\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripnavdc8/gripnavdc8_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-03-15T09:47:24.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:27:33.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP DC-8 Navigation and Housekeeping Data contains aircraft navigational + data obtained during the GRIP campaign (15 Aug 2010 - 30 Sep 2010). The major + goal was to better understand how tropical storms form and develop into major + hurricanes. The NASA DC-8 is outfitted with a navigational recording system + which in combination with the Research Environment for Vehicle-Embedded Analysis + on Linux (REVEAL) provides detailed flight parameters such as airspeed, altitude, + roll/pitch/yaw angles, ground speed, flight level wind speed, temperature + and many others. The REVEAL system is a configurable embedded system for facilitating + integration of instrument payloads with vehicle systems and communication + links. REVEAL systems currently serve as onboard data acquisition, processing, + and recording systems.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"GPSP\",\"LongName\":\"Global + Positioning System Payload\"},{\"ShortName\":\"TEMPERATURE PROBES\",\"LongName\":\"TEMPERATURE + PROBES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripdawn__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + DOPPLER AEROSOL WIND LIDAR (DAWN) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979834812-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:59:22.230Z\",\"granule-count\":156,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kavaya, + Michael J, Jeffrey Y Beyon, Grady J Koch, Mulugeta Petros, Paul J Petzar, + Upendra N Singh, Bo C Trieu and Jirong Yu.2012. GRIP DOPPLER AEROSOL WIND + LIDAR (DAWN) [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GRIP/DAWN/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.8173,\"NorthBoundingCoordinate\":34.752,\"EastBoundingCoordinate\":-55.3185,\"SouthBoundingCoordinate\":11.9999}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Direction\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-24T17:18:51.000Z\",\"EndingDateTime\":\"2010-09-22T23:03:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/DAWN/DATA101\"},\"ShortName\":\"gripdawn\",\"EntryTitle\":\"GRIP + DOPPLER AEROSOL WIND LIDAR (DAWN) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripdawn__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripdawn\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/DAWN/browse/grip_dawn_20100921_182508_BROWSE_01_01_60_01_512_256_01.jpg\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripdawn/gripdawn_dataset.html\"},{\"Description\":\"DAWN + WIND LIDAR DATA DESCRIPTION GENERAL\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/gripdawn/DAWNWindLidarDataDescription-General.doc\"},{\"Description\":\"DAWN + DATA FILES DESCRIPTION\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/gripdawn/DAWNDataFilesDescription.doc\"},{\"Description\":\"DAWN + in GRIP DATA FILE NAMING CONVENTION\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/gripdawn/DAWNGRIPDataFileNamingConvention.doc\"},{\"Description\":\"Citations + Regarding DAWN (Doppler Aerosol WiNd) lidar\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/gripdawn/CitationsRegardingDAWN.doc\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/DAWN/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-05-04T10:30:31.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:50:27.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Doppler Aerosol WiNd Lidar (DAWN) Dataset was collected by the Doppler + Aerosol WiNd (DAWN), a pulsed lidar, which operated aboard a NASA DC-8 aircraft + during the Genesis and Rapid Intensification Processes (GRIP) field campaign. + he major goal was to better understand how tropical storms form and develop + into major hurricanes. NASA used the DC-8 aircraft, the WB-57 aircraft and + the Global Hawk Unmanned Airborne System (UAS), configured with a suite of + in situ and remote sensing instruments that were used to observe and characterize + the lifecycle of hurricanes. This campaign also capitalized on a number of + ground networks and space-based assets, in addition to the instruments deployed + on aircraft from Ft. Lauderdale, Florida ( DC-8), Houston, Texas (WB-57), + and NASA Dryden Flight Research Center, California (Global Hawk). Data values + include Line-of-Sight (LOS) Winds, calculated vertical profiles of horizontal + wind velocity, frequency-domain signal energy and time versus latitude and + longitude. Instrument details can be found in the dataset documentation. Data + was gathered during August 24, 2010 thru September 22, 2010 over the Atlantic + Ocean.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA + DC-8\",\"LongName\":\"NASA Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"DAWN\",\"LongName\":\"Doppler + Aerosol WiNd Lidar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripflt__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + FLIGHT TRACKS AND ANIMATIONS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979836293-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:59:30.497Z\",\"granule-count\":108,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Goodman, + Michael .2012. GRIP FLIGHT TRACKS AND ANIMATIONS [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/FLIGHT/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-100.0,\"NorthBoundingCoordinate\":40.0,\"EastBoundingCoordinate\":-71.5,\"SouthBoundingCoordinate\":0.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible Wavelengths\",\"VariableLevel1\":\"Visible + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Flight Data Logs\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-13T00:00:00.000Z\",\"EndingDateTime\":\"2010-09-25T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/FLIGHT/DATA101\"},\"ShortName\":\"gripflt\",\"EntryTitle\":\"GRIP + FLIGHT TRACKS AND ANIMATIONS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripflt__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripflt\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/rtmm/rtmm_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-05-09T10:49:42.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-06T13:46:11.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Flight Tracks and Animations dataset includes both KML files and animation + files. The KML files use Google Earth to show the flight tracks on a map. + The animations vary by type. Created by the Real-time Mission Monitor (RTMM) + software, the .avi files show the flight track versus time superimposed over + the GOES Infrared (IR) data from August 13, 2010 to September 25, 2010. The + National SubOrbital Education and Research Center provided a file in two formats + (.mov, .mp4) viewing hurricane Earl from the NASA DC-8 aircraft. Also a NBC + newscast informs the public of the GRIP's goals during the campaign. he major + goal was to better understand how tropical storms form and develop into major + hurricanes. NASA used the DC-8 aircraft, the WB-57 aircraft and the Global + Hawk Unmanned Airborne System (UAS), configured with a suite of in situ and + remote sensing instruments that were used to observe and characterize the + lifecycle of hurricanes. This campaign also capitalized on a number of ground + networks and space-based assets, in addition to the instruments deployed on + aircraft from Ft. Lauderdale, Florida ( DC-8), Houston, Texas (WB-57), and + NASA Dryden Flight Research Center, California (Global Hawk).\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP (HURRICANE)\",\"LongName\":\"Genesis + and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"COMPUTERS\",\"LongName\":\"COMPUTERS\",\"Instruments\":[{\"ShortName\":\"RTMM\",\"LongName\":\"Real + Time Mission Monitor\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"KML + - AVI - MOV - MP4\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripnavgh__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + GLOBAL HAWK NAVIGATION AND HOUSEKEEPING DATA V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979859823-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:36.601Z\",\"granule-count\":21,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Sorenson, + Carl .2011. GRIP GLOBAL HAWK NAVIGATION AND HOUSEKEEPING DATA [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/NAV/DATA102\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.4,\"NorthBoundingCoordinate\":37.068,\"EastBoundingCoordinate\":-71.4565,\"SouthBoundingCoordinate\":12.0902}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Data + Synchronization Time\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Attitude Characteristics\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Dew Point Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Airspeed/Ground + Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Direction\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Atmospheric Pressure Measurements\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Wind + Dynamics\",\"VariableLevel2\":\"Vertical Wind Velocity/Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Air Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-15T14:25:28.000Z\",\"EndingDateTime\":\"2010-09-24T17:06:10.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/NAV/DATA102\"},\"ShortName\":\"gripnavgh\",\"EntryTitle\":\"GRIP + GLOBAL HAWK NAVIGATION AND HOUSEKEEPING DATA V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripnavgh__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripnavgh\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripnavgh/gripnavgh_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-03-15T09:47:41.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T13:44:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Global Hawk Navigation and Housekeeping data was collected from August + 15, 2010 to September 24, 2010 during the Genesis and Rapid Intensification + Processes (GRIP) field campaign. The major goal was to better understand how + tropical storms form and develop into major hurricanes. The Global Hawk is + an unmanned Airborne System configured with in situ and remote sensing instruments, + including the Lightning Imaging Package (LIP), High Altitude Wind and Rain + Profiler (HIWRAP), and High Altitude MMIC Sounding Radiometer (HAMSR). Data + was collected for 7 dates and is in the IWGADTS IWG1 format. The dataset also + includes XML files containing metadata documenting the parameters and their + format collected during each day's flight.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global Positioning + System\"},{\"ShortName\":\"INS\",\"LongName\":\"Inertial Navigation System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - XML\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripgoes11B__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + GOES 11 VISIBLE AND INFRARED IMAGES V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979836735-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:59:38.843Z\",\"granule-count\":9707,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Goodman, + Michael and John Hall.2011. GRIP GOES 11 VISIBLE AND INFRARED IMAGES [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/GOES-IM/DATA303\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-100.0,\"NorthBoundingCoordinate\":45.0,\"EastBoundingCoordinate\":0.0,\"SouthBoundingCoordinate\":0.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible Wavelengths\",\"VariableLevel1\":\"Visible + Radiance\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible + Wavelengths\",\"VariableLevel1\":\"Visible Imagery\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Infrared + Imagery\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared + Wavelengths\",\"VariableLevel1\":\"Infrared Radiance\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-15T00:00:00.000Z\",\"EndingDateTime\":\"2010-10-01T00:00:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/GOES-IM/DATA303\"},\"ShortName\":\"gripgoes11B\",\"EntryTitle\":\"GRIP + GOES 11 VISIBLE AND INFRARED IMAGES V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripgoes11B__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripgoes11B\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripgoesB/gripgoesB_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-04-07T09:40:47.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:25.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP GOES 11 Visible and Infrared Images dataset was produced and archived + in near real-time at the Global Hydrology Resource Center throughout the Genesis + and Rapid Intensification Processes (GRIP) campaign. The major goal was to + better understand how tropical storms form and develop into major hurricanes. + The GOES I-M Imager is a five channel (one visible, four infrared) imaging + radiometer designed to sense radiant and solar reflected energy from sampled + areas of the Earth. These image files were created for use with the Real Time + Mission Monitor (RTMM). Generally, GOES-11 images are available for all dates + between August 15 and September 30, 2010 at 15 minute intervals throughout + this time period.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-11\",\"LongName\":\"Geostationary + Operational Environmental Satellite 11\",\"Instruments\":[{\"ShortName\":\"GOES-11 + IMAGER\",\"LongName\":\"Geostationary Operational Environmental Satellite + 11-Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripgoesot__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + GOES 13 OVERSHOOTING TOP V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979847172-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:59:47.000Z\",\"granule-count\":4711,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Goodman, + Michael and John Hall.2011. GRIP GOES 13 OVERSHOOTING TOP [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/GOES-IM/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-118.039,\"NorthBoundingCoordinate\":43.9066,\"EastBoundingCoordinate\":-37.9341,\"SouthBoundingCoordinate\":1.2498}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Properties\",\"VariableLevel2\":\"Cloud Height\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-07T00:55:00.000Z\",\"EndingDateTime\":\"2010-10-01T14:15:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/GOES-IM/DATA301\"},\"ShortName\":\"gripgoesot\",\"EntryTitle\":\"GRIP + GOES 13 OVERSHOOTING TOP V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripgoesot__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripgoesot\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripgoesot/gripgoesot_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-04-07T09:40:47.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T09:36:12.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP GOES 13 Overshooting Top dataset was produced during the GRIP Field Experiment + for use with the Real Time Mission Monitor (RTMM) tool. The major goal was + to better understand how tropical storms form and develop into major hurricanes. + The magnitude of each overshooting top is the difference between the 'anvil' + temperature and the 'overshooting top' temperature. These magnitudess are + represented as a color coded display using Google Earth, a virtual globe, + map and geographical information program.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-13\",\"LongName\":\"Geostationary + Operational Environmental Satellite 13\",\"Instruments\":[{\"ShortName\":\"GOES-13 + IMAGER\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"KML\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripgoes13B__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + GOES 13 VISIBLE AND INFRARED IMAGES V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1983100289-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:59:42.961Z\",\"granule-count\":36396,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Goodman, + Michael and John Hall.2011. GRIP GOES 13 VISIBLE AND INFRARED IMAGES [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/GOES-IM/DATA302\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-129.0,\"NorthBoundingCoordinate\":49.0,\"EastBoundingCoordinate\":0.0,\"SouthBoundingCoordinate\":0.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible Wavelengths\",\"VariableLevel1\":\"Visible + Radiance\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared + Wavelengths\",\"VariableLevel1\":\"Infrared Imagery\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Infrared + Radiance\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible + Wavelengths\",\"VariableLevel1\":\"Visible Imagery\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-15T00:15:00.000Z\",\"EndingDateTime\":\"2010-09-30T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/GOES-IM/DATA302\"},\"ShortName\":\"gripgoes13B\",\"EntryTitle\":\"GRIP + GOES 13 VISIBLE AND INFRARED IMAGES V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripgoes13B__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripgoes13B\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripgoesB/gripgoesB_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-04-07T09:40:47.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T09:36:12.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP GOES 13 Visible and Infrared Images dataset was produced and archived + in near real time at the Global Hydrology Resource Center throughout the Genesis + and Rapid Intensification Processes (GRIP) campaign. The major goal was to + better understand how tropical storms form and develop into major hurricanes. + The GOES I-M Imager is a five channel (one visible, four infrared) imaging + radiometer designed to sense radiant and solar reflected energy from sampled + areas of the Earth. These image files were created for use with the Real Time + Mission Monitor (RTMM). Generally, GOES-13 images are available for all dates + between August 15 and September 30, 2010 at 15 minute intervals throughout + this time period.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-13\",\"LongName\":\"Geostationary + Operational Environmental Satellite 13\",\"Instruments\":[{\"ShortName\":\"GOES-13 + IMAGER\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/griphiwrap__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + HIGH ALTITUDE IMAGING WIND AND RAIN AIRBORNE PROFILER (HIWRAP) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979853297-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:03.588Z\",\"granule-count\":82,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Gerald M and Lin Tian.2012. GRIP HIGH ALTITUDE IMAGING WIND AND RAIN AIRBORNE + PROFILER (HIWRAP) [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GRIP/HIWRAP/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-96.0111,\"NorthBoundingCoordinate\":26.4101,\"EastBoundingCoordinate\":-77.1902,\"SouthBoundingCoordinate\":12.0907}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-16T17:46:57.000Z\",\"EndingDateTime\":\"2010-09-24T09:05:31.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/HIWRAP/DATA101\"},\"ShortName\":\"griphiwrap\",\"EntryTitle\":\"GRIP + HIGH ALTITUDE IMAGING WIND AND RAIN AIRBORNE PROFILER (HIWRAP) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/griphiwrap__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=griphiwrap\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIWRAP/browse/flight_2010_0916-0917/grip_hiwrap_kainnerchirp_20100917_033147-041344.gif\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/griphiwrap/griphiwrap_dataset.html\"},{\"Description\":\"High-altitude + Imaging Wind and Rain Airborne Profiler (HIWRAP)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/griphiwrap/HIWRAP_data_grip_v0.docx\"},{\"Description\":\"Velocity-Azimuth + Display Analysis of Doppler Velocity for HIWRAP; Journal of Applied Meteorology + and Climatology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/JAMC-D-14-0054.1\"},{\"Description\":\"Ensemble + Kalman Filter Assimilation of HIWRAP Observations of Hurricane Karl (2010) + from the Unmanned Global Hawk Aircraft, Monthly Weather Review, 142, 4559-4580\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://dx.doi.org/10.1175/MWR-D-14-00042.1\"},{\"Description\":\"Wind + Retrieval Algorithms for the IWRAP and HIWRAP Airborne Doppler Radars with + Applications to Hurricanes; American Meteorological Society Volume 31, Issue + 6 (June 2014)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://journals.ametsoc.org/doi/abs/10.1175/JTECH-D-13-00140.1\"},{\"Description\":\"The + NASA High-Altitude Imaging Wind and Rain Airborne Profiler; IEEE Transactions + on Geoscience and Remote Sensing, vol.54,no.1, pp.298-310, Jan.2016\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"https://dx.doi.org/10.1109/TGRS.2015.2456501\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Hurricane + Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/hurricane\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIWRAP/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2012-05-02T15:17:15.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T22:55:33.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP High Altitude Imaging Wind and Rain Airborne Profiler (HIWRAP) dataset + was collected by the High-Altitude Imaging Wind and Rain Airborne Profiler + (HIWRAP), which is a dual-frequency (Ka- and Ku-band) conical scan system, + configured with a nadir viewing antenna on the Global Hawk aircraft. The HIWRAP + instrument provides calibrated reflectivity and unfolded Doppler velocity. + These dual-frequency radar measurements have frequencies similar to that of + the GPM. These data are from the Genesis and Rapid Intensification Processes + (GRIP) experiment from September 16, 2010 through September 24, 2010. The + major goal was to better understand how tropical storms form and develop into + major hurricanes. NASA used the DC-8 aircraft, the WB-57 aircraft and the + Global Hawk Unmanned Airborne System (UAS), configured with a suite of in + situ and remote sensing instruments that were used to observe and characterize + the lifecycle of hurricanes. HIWRAP flew on the Global Hawk aircraft mainly + over the Gulf of Mexico.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"HIWRAP\",\"LongName\":\"High-Altitude + Imaging Wind and Rain Airborne Profiler\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/griphamsr__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + HIGH-ALTITUDE MMIC SOUNDING RADIOMETER (HAMSR) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979852766-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:59:51.284Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Lambrigtsen, + Bjorn .2011. GRIP HIGH-ALTITUDE MMIC SOUNDING RADIOMETER (HAMSR) [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/HAMSR/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-125.227,\"NorthBoundingCoordinate\":36.647,\"EastBoundingCoordinate\":-70.69,\"SouthBoundingCoordinate\":11.37}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-28T12:24:47.000Z\",\"EndingDateTime\":\"2010-09-24T16:48:11.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/HAMSR/DATA201\"},\"ShortName\":\"griphamsr\",\"EntryTitle\":\"GRIP + HIGH-ALTITUDE MMIC SOUNDING RADIOMETER (HAMSR) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/griphamsr__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=griphamsr\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/griphamsr/griphamsr_dataset.html\"},{\"Description\":\"Description + of the High Altitude MMIC Sounding Radiometer (HAMSR) Level 1B data format + May 6, 2011\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/griphamsr/HAMSR_L1B_description.docx\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-06-02T11:38:24.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T22:48:26.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP High-Altitude MMIC Sounding Radiometer (HAMSR) dataset was collectd by + the High Altitude monolithic microwave integrated Circuit (MMIC) Sounding + Radiometer (HAMSR) is a microwave atmospheric sounder developed by JPL under + the NASA Instrument Incubator Program. The new HAMSR with 183GHz LNA receiver + reduces noise to less than a 0.1K level improving observations of small-scale + water vapor. HAMSR has 25 spectral channels which are split into 3 bands: + an 8-channel band centered 53-GHz, used to infer the 3-D distribution of temperature; + a 10-channel band centered at 118 GHz, used for secondary temperature sounding + and assessment of scattering; and a 7-channel band centered at 183 GHz, used + to measure water vapor (humidity) and cloud liquid water content in the atmosphere. + The major goal was to better understand how tropical storms form and develop + into major hurricanes. NASA used the DC-8 aircraft, the WB-57 aircraft and + the Global Hawk Unmanned Airborne System (UAS), configured with a suite of + in situ and remote sensing instruments that were used to observe and characterize + the life cycle of hurricanes.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"HAMSR\",\"LongName\":\"High Altitude + MMIC Sounding Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripstorm__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + Hurricane and Tropical Storm Forecasts V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979860341-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:49.413Z\",\"granule-count\":89,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Goodman, + Michael .2020. GRIP Hurricane and Tropical Storm Forecasts [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/INS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-178.5,\"NorthBoundingCoordinate\":87.6,\"EastBoundingCoordinate\":0.0,\"SouthBoundingCoordinate\":0.8}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather Events\",\"VariableLevel1\":\"Tropical + Cyclones\",\"VariableLevel2\":\"Tropical Cyclone Track\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather Events\",\"VariableLevel1\":\"Tropical + Cyclones\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Human Dimensions\",\"Term\":\"Natural + Hazards\",\"VariableLevel1\":\"Tropical Cyclones\",\"VariableLevel2\":\"Hurricanes\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-12T00:00:00.000Z\",\"EndingDateTime\":\"2010-11-14T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/INS/DATA101\"},\"ShortName\":\"gripstorm\",\"EntryTitle\":\"GRIP + Hurricane and Tropical Storm Forecasts V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripstorm__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripstorm\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/browse_sample/fieldCampaigns/grip/gripstorm/gearth_grip1.PNG\"},{\"Description\":\"Genesis + and Rapid Intensification Processes (GRIP) Field Experiment\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/sites/default/files/6Jun11_200p_Kakar_GRIP_LA.pdf\"},{\"Description\":\"NHC + Track and Intensity Models\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.nhc.noaa.gov/modelsummary.shtml\"},{\"Description\":\"Hurricane + Forecast Model Output\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://web.uwm.edu/hurricane-models/models/models.html\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/Storm_Forecasts/doc/gripstorm_dataset.pdf\"},{\"Description\":\"NASA's + Genesis and Rapid Intensification Processes (GRIP) Field Experiment\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-11-00232.1\"},{\"Description\":\"An + Evaluation of Tropical Cyclone Genesis Forecasts from Global Numerical Models\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/WAF-D-13-00008.1\"},{\"Description\":\"Characteristics + of Tropical Easterly Wave Pouches during Tropical Cyclone Formation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/MWR-D-13-00267.1\"},{\"Description\":\"A + dynamically\u2010based method for forecasting tropical cyclogenesis location + in the Atlantic sector using global model products\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2008GL035586\"},{\"Description\":\"A + First Look at the Structure of the Wave Pouch during the 2009 PREDICT\u2013GRIP + Dry Runs over the Atlantic\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/MWR-D-10-05063.1\"},{\"Description\":\"GRIP + Field Campaign Project Homepage\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/grip\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripstorm/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2020-02-06T11:02:43.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-31T12:39:50.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Hurricane and Tropical Storm Forecasts dataset consists of tropical cyclone + model forecast tracks archived during the NASA Genesis and Rapid Intensification + Processes (GRIP) field campaign. GRIP was one of three hurricane field campaigns + conducted during the 2010 Atlantic/Pacific hurricane season. This tri-agency + effort included NASA GRIP, the NSF Pre-Depression Investigation of Cloud-systems + in the Tropics (PREDICT) and the NOAA Intensity Forecasting Experiment 2010 + (IFEX10). The hurricane and tropical storm forecasts data files are available + from August 12 through November 14, 2010 in ASCII text format with browse + files in KML format, viewable in Google Earth. The ASCII text files contain + 5-day model \u201Cconsensus\u201D forecasts and the KML browse files contain + model forecasts ranging from 5-days to 10-days.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP (HURRICANE)\",\"LongName\":\"Genesis + and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"Models\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/griphirad__0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + HURRICANE IMAGING RADIOMETER (HIRAD) V0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979852887-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:59:55.321Z\",\"granule-count\":53,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Cecil, + Daniel J, Timothy Miller, W. Linwood Jones, Spencer Farrar and Saleem Sahawneh.2011. + GRIP HURRICANE IMAGING RADIOMETER (HIRAD) [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/HIRAD/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-95.2,\"NorthBoundingCoordinate\":28.5,\"EastBoundingCoordinate\":-71.5,\"SouthBoundingCoordinate\":18.5}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-01T00:00:00.000Z\",\"EndingDateTime\":\"2010-09-16T21:39:55.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/HIRAD/DATA201\"},\"ShortName\":\"griphirad\",\"EntryTitle\":\"GRIP + HURRICANE IMAGING RADIOMETER (HIRAD) V0\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/griphirad__0/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=griphirad\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v0/browse/EARL/grip_hirad_20100901_EARL_leg123456.jpg\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v1/doc/griphirad_dataset.pdf\"},{\"Description\":\"hirad + data readme\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v0/doc/grip_hirad_readme_v0.txt\"},{\"Description\":\"Browse + Images HIRAD (Hurricane Imaging Radiometer)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v0/doc/grip_hirad_Browse_Images_v0.pptx\"},{\"Description\":\"Grip + HIRAD README v0 (DOCUMENT)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v0/doc/grip_hirad_readme_v0.doc\"},{\"Description\":\"WB-57 + navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v0/doc/grip_hirad__WB57_GRIP_navEarl_Karl16.pptx\"},{\"Description\":\"netcdf + variables readme\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v0/doc/grip_hirad_netcdf_variables_v0.txt\"},{\"Description\":\"HIRAD + Project Memorandum\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v0/doc/grip_hirad_20100901_Earl_WSRRImages.docx\"},{\"Description\":\"Important + information about this dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v0/doc/grip_hirad_TB.txt\"},{\"Description\":\"script + that reads in swaths of HIRAD TB (or excess TB) data and applies a cross-track + filter\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v0/doc/grip_hirad_read_plot_filterTB_HIRAD_v0.m\"},{\"Description\":\"grip + hirad Plotting\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v0/doc/grip_hirad_plotting_v0.m\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Hurricane + Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/hurricane\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v0/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-09-28T15:36:47.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:27.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Hurricane Imaging Radiometer (HIRAD) dataset was collected by the HIRAD + instrument, which is a hurricane imaging, single-polarization passive C-band + radiometer with both cross-track and along-track resolution that measures + strong ocean surface winds through heavy rain from an aircraft or space-based + platform. Its swath width is approximately 60 degrees in either direction. + V0 data contains brightness temperature measurements taken at a 5 GHz frequency. + Rain rate and wind speed files for Hurricane Earl have been added to the collection. + HIRAD data was collected for storms Earl and Karl during the Genesis and Rapid + Intensification Processes (GRIP) experiment from September 1, 2010 through + September 16, 2010. The major goal was to better understandhow tropical storms + form and develop into major hurricanes. NASA used the DC-8 aircraft, the WB-57 + aircraft and the Global Hawk Unmanned AirborneSystem (UAS), configuredwith + a suite of in situ and remote sensing instruments that were used to observe + and characterize the lifecycle of hurricanes.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"0\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA WB-57F\",\"Instruments\":[{\"ShortName\":\"HIRAD\",\"LongName\":\"Hurricane + Imaging Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"MAT + - netCDF-3 - ASCII\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/griphirad1__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + HURRICANE IMAGING RADIOMETER (HIRAD) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979853044-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:59:59.346Z\",\"granule-count\":30,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Cecil, + Daniel J and Sayak Biswas K..2015. GRIP HURRICANE IMAGING RADIOMETER (HIRAD) + V1 [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/HIRAD/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-95.5915,\"NorthBoundingCoordinate\":30.1404,\"EastBoundingCoordinate\":-71.0313,\"SouthBoundingCoordinate\":18.2751}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Airspeed/Ground + Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Oceans\",\"Term\":\"Ocean + Temperature\",\"VariableLevel1\":\"Sea Surface Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-09-01T22:10:09.000Z\",\"EndingDateTime\":\"2010-09-16T23:18:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/HIRAD/DATA202\"},\"ShortName\":\"griphirad1\",\"EntryTitle\":\"GRIP + HURRICANE IMAGING RADIOMETER (HIRAD) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/griphirad1__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=griphirad1\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v0/browse/EARL/grip_hirad_20100901_EARL_leg123456.jpg\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v1/browse/GRIP2010_karlFLT_Sep16/grip_flighttrack_20100916_20100916_karl_extrude.kmz\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v1/doc/griphirad_dataset.pdf\"},{\"Description\":\"HIRAD + Google Earth KMZ Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v1/doc/HIRAD_GoogleEarth_kmz-GUIDE.pdf\"},{\"Description\":\"Reads + HIRAD netcdf files and generates MATLAB binary files\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v1/doc/read_v1_grip_HIRADnc.m\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Hurricane + Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/hurricane\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/HIRAD/v1/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-12-08T10:43:20.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:27.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Hurricane Imaging Radiometer (HIRAD) V1 dataset contains measurements + of brightness temperature taken at 4, 5, 6 and 6.6 GHz, as well as MERRA 2 + m wind speed data and JPL MUR Sea Surface Temperature data. The data is provided + in netCDF format. The data were collected during the Genesis and Rapid Intensification + Processes (GRIP) experiment from September 1, 2010 through September 16, 2010 + for storms EARL and KARL. Rain rate and wind speed files may be obtained from + the V0 HIRAD dataset. The major goal was to better understandhow tropical + storms form and develop into major hurricanes. NASA used the DC-8 aircraft, + the WB-57 aircraft and the Global Hawk Unmanned AirborneSystem (UAS), configuredwith + a suite of in situ and remote sensing instruments that were used to observe + and characterize the lifecycle of hurricanes.HIRAD is a hurricane imaging, + single-polarization passive C-band radiometer with both cross-track and along-track + resolution that measures strong ocean surface winds through heavy rain from + an aircraft or space-based platform. Its swath width is approximately 60 degrees + in either direction.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA WB-57F\",\"Instruments\":[{\"ShortName\":\"HIRAD\",\"LongName\":\"Hurricane + Imaging Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/griplarge__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + LANGLEY AEROSOL RESEARCH GROUP EXPERIMENT (LARGE) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979855136-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:07.515Z\",\"granule-count\":69,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Anderson, + Bruce E, Gao Chen, Jack E Dibb, Athanasios Nenes, Jason P Dunion, Robert + A Black and Kenneth L Thornhill.2011. GRIP LANGLEY AEROSOL RESEARCH GROUP + EXPERIMENT (LARGE) [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GRIP/LARGE/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.83,\"NorthBoundingCoordinate\":34.7517,\"EastBoundingCoordinate\":-55.3183,\"SouthBoundingCoordinate\":12.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Condensation Nuclei\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Particle Properties\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Backscatter\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-24T14:00:45.000Z\",\"EndingDateTime\":\"2010-09-22T23:37:15.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/LARGE/DATA201\"},\"ShortName\":\"griplarge\",\"EntryTitle\":\"GRIP + LANGLEY AEROSOL RESEARCH GROUP EXPERIMENT (LARGE) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/griplarge__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=griplarge\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/griplarge/griplarge_dataset.html\"},{\"Description\":\"GRIP + Aerosol UHSAS Parameter Files\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/griplarge/GRIP_large_UHSAS_readme.txt\"},{\"Description\":\"GRIP + Aerosol OPC Parameter Files\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/griplarge/GRIP_large_OPC_readme.txt\"},{\"Description\":\"Overview + of the LNOM\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/griplarge/GRIP_large_CNC_readme.txt\"},{\"Description\":\"GRIP + Aerosol APS Parameter Files\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/griplarge/GRIP_large_APS_readme.txt\"},{\"Description\":\"GRIP + Aerosol Optical Parameter Files Version R4\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/griplarge/GRIP_large_OPT_readme.txt\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-06-17T14:54:23.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:57:55.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Langley Aerosol Research Group Experiment (LARGE) dataset was collected + by the Langley Aerosol Research Group Experiment (LARGE), which measures ultrafine + aerosol number density, total and non-volatile aerosol number density, dry + aerosol size distribution, total and submicron aerosol absorption coefficients, + total and submicron aerosol scattering coefficients, and total scattering + and hemispheric backscattering coefficients. Instruments used during LARGE + derived aerosol size statistics (mode, number and mass mean diameters, etc.), + aerosol surface area and mass loading, aerosol extinction, single scattering + albedo, and angstrom coefficients. This dataset was collected during the Genesis + and Rapid Intensification Processes (GRIP) experiment, which a NASA Earth + science field experiment. The major goal was to better understand how tropical + storms form and develop into major hurricanes. NASA used the DC-8 aircraft, + the WB-57 aircraft and the Global Hawk Unmanned Airborne System (UAS), configured + with a suite of in situ and remote sensing instruments that were used to observe + and characterize the lifecycle of hurricanes. The GRIP LARGE dataset collected + data over the Gulf of Mexico from August 6, 2010 to September 22, 2010.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"APS\",\"LongName\":\"Aerodynamic + Particle Sizer\"},{\"ShortName\":\"CNC\",\"LongName\":\"Condensation Nuclei + Counter\"},{\"ShortName\":\"OPC\",\"LongName\":\"Optical Particle Counter\"},{\"ShortName\":\"OPTSPEC\",\"LongName\":\"Optical + Spectrometer\"},{\"ShortName\":\"TSI-3562 Nephelometer\",\"LongName\":\"TSI-3562 + Nephelometer Manufactured by TSI Inc. for Aerosol Scattering Measurement\"},{\"ShortName\":\"UHSAS\",\"LongName\":\"Ultra-High + Sensitivity Aerosol Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/griplase__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + LIDAR ATMOSPHERIC SENSING EXPERIMENT (LASE) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979855347-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:11.747Z\",\"granule-count\":40,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Ismail, + Syed, Richard A Ferrare, Jonathan Hair, Amin Nehrir, Susan Kooi, Anthony + Notari, Carolyn Butler, Marta Fenn and James Collins.2011. GRIP LIDAR ATMOSPHERIC + SENSING EXPERIMENT (LASE) [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/LASE/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-117.083,\"NorthBoundingCoordinate\":34.7533,\"EastBoundingCoordinate\":-55.3183,\"SouthBoundingCoordinate\":12.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Lidar\",\"VariableLevel1\":\"Lidar + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Optical Depth/Thickness\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Water + Vapor\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Extinction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Profiles\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-13T16:18:14.000Z\",\"EndingDateTime\":\"2010-09-25T17:17:56.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/LASE/DATA201\"},\"ShortName\":\"griplase\",\"EntryTitle\":\"GRIP + LIDAR ATMOSPHERIC SENSING EXPERIMENT (LASE) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/griplase__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=griplase\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/LASE/browse/GRIP_LASE_20100828_AER_R1.gif\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/LASE/browse/GRIP_LASE_20100828_H2O_lin_R1.gif\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/LASE/browse/GRIP_LASE_20100828_H2O_R1.gif\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/griplase/griplase_dataset.html\"},{\"Description\":\"demonstrate + reading LASE SOLVE/AFWEX data files\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/griplase/read_lase_gh.c\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/LASE/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-06-02T13:22:45.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-18T15:59:14.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Lidar Atmospheric Sensing Experiment (LASE) dataset was collected by + NASA's Lidar Atmospheric Sensing Experiment (LASE) system, which is an airborne + Differential Absorption Lidar (DIAL) system used to measure water vapor, aerosols, + and clouds throughout the troposphere. LASE is onboard the NASA DC-8 aircraft + and probes the atmosphere using lasers to transmit light in the 815-nm absorption + band of water vapor. Pulses of laser light are fired vertically below the + aircraft. A small fraction of the transmitted laser light is reflected from + the atmosphere back to the aircraft and collected with a telescope receiver. + The received light indicates the amount of water vapor along the path of the + laser beam. LASE operated in the Genesis and Rapid Intensification Processes + (GRIP) experiment with data spanning between August 13, 2010 through September + 25, 2010. The major goal was to better understand how tropical storms form + and develop into major hurricanes. NASA used the DC-8 aircraft, the WB-57 + aircraft and the Global Hawk Unmanned Airborne System (UAS), configured with + a suite of in situ and remote sensing instruments that were used to observe + and characterize the lifecycle of hurricanes.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"DIAL\",\"LongName\":\"Differential + Absorption Lidar\"},{\"ShortName\":\"LASER HYGROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/griplip__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + LIGHTNING INSTRUMENT PACKAGE (LIP) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979855527-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:15.847Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Blakeslee, + Richard J., Monte Bateman and Douglas M. Mach.2011. GRIP LIGHTNING INSTRUMENT + PACKAGE (LIP) [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/GRIP/LIP/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.4,\"NorthBoundingCoordinate\":35.997,\"EastBoundingCoordinate\":-71.457,\"SouthBoundingCoordinate\":12.09}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Electric + Field\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-28T12:23:00.000Z\",\"EndingDateTime\":\"2010-09-24T17:04:16.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/LIP/DATA201\"},\"ShortName\":\"griplip\",\"EntryTitle\":\"GRIP + LIGHTNING INSTRUMENT PACKAGE (LIP) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/griplip__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=griplip\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/griplip/griplip_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-10-13T15:58:16.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T23:01:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Lightning Instrument Package (LIP) dataset was collected by the Lightning + Instrument Package (LIP), which consists of 6 rotating vane type electric + field mill sensors along with a central computer to record and monitor the + instruments. The field mills measure the components of the electric field + over a wide dynamic range extending from fair weather electric fields, (i.e., + a few to tens of V/m) to larger thunderstorm fields (i.e., tens of kV/m). + During the GRIP campaign the LIP instrument package flew aboard the Global + Hawk aircraft. The major goal was to better understand how tropical storms + form and develop into major hurricanes. NASA used the DC-8 aircraft, the WB-57 + aircraft and the Global Hawk Unmanned Airborne System (UAS), configured with + a suite of in situ and remote sensing instruments that were used to observe + and characterize the lifecycle of hurricanes.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"LIP\",\"LongName\":\"Lightning Instrument + Package\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripmsg__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + METEOSAT SECOND GENERATION (MSG) IMAGE DATA V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1983148163-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:28.317Z\",\"granule-count\":12797,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"European + Org. for the Exploitation of Meteorological Satellites, EUMETSAT and ESA- + \ European Space Agency.2011. GRIP METEOSAT SECOND GENERATION (MSG) IMAGE + DATA [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/MSG/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-70.0,\"NorthBoundingCoordinate\":70.0,\"EastBoundingCoordinate\":70.0,\"SouthBoundingCoordinate\":-70.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Water Vapor\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Visible Wavelengths\",\"VariableLevel1\":\"Visible + Radiance\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared + Wavelengths\",\"VariableLevel1\":\"Infrared Radiance\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-15T00:00:00.000Z\",\"EndingDateTime\":\"2010-09-30T23:44:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/MSG/DATA101\"},\"ShortName\":\"gripmsg\",\"EntryTitle\":\"GRIP + METEOSAT SECOND GENERATION (MSG) IMAGE DATA V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripmsg__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripmsg\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/MSG/browse/vis/20100816_11-45-00_MSG_VIS_0.6_GRIP.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/MSG/browse/wv/20100817_12-30-00_MSG_WV_7.3_GRIP.png\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/MSG/browse/ir/20100818_18-45-00_MSG_IR_10.8_GRIP.png\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripmsg/gripmsg_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/grip/MSG/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-06-21T16:58:02.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:30.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP Meteosat Second Generation (MSG) Image Data was collected during the + Genesis and Rapid Intensification Processes (GRIP) experiment from August + 15, 2010 to September 30, 2010. The major goal was to better understand how + tropical storms form and develop into major hurricanes. Infrared and visible + radiances, and water vapor were measured. Meteosat Second Generation (MSG) + consists of a series of four geostationary meteorological satellites, along + with ground-based infrastructure, that will operate consecutively until 2020. + The MSG system is established under cooperation between The European Organization + for the Exploitation of Meteorological Satellites (EUMETSAT) and the European + Space Agency (ESA) to ensure the continuity of meteorological observations + from geostationary orbit. The MSG satellites carry an impressive pair of instruments, + the Spinning Enhanced Visible and InfraRed Imager (SEVIRI), which has the + capacity to observe the Earth in 12 spectral channels and provide image data + which is core to operational forecasting needs, and the Geostationary Earth + Radiation Budget (GERB) instrument supporting climate studies.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"MSG\",\"LongName\":\"Meteosat + Second Generation\",\"Instruments\":[{\"ShortName\":\"SEVIRI\",\"LongName\":\"Spinning + Enhanced Visible and Infrared Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripghis__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + NOAA GLOBAL HAWK IN-FLIGHT TURBULENCE SENSOR (GHIS) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979836585-GHRC_DAAC\",\"revision-date\":\"2022-06-09T16:59:34.596Z\",\"granule-count\":7,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Watts, + Laurel A.2011. GRIP NOAA GLOBAL HAWK IN-FLIGHT TURBULENCE SENSOR (GHIS) [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/GHIS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.4,\"NorthBoundingCoordinate\":37.068,\"EastBoundingCoordinate\":-71.4565,\"SouthBoundingCoordinate\":12.0902}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Wind + Dynamics\",\"VariableLevel2\":\"Turbulence\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-15T14:31:16.000Z\",\"EndingDateTime\":\"2010-09-24T16:48:17.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/GHIS/DATA101\"},\"ShortName\":\"gripghis\",\"EntryTitle\":\"GRIP + NOAA GLOBAL HAWK IN-FLIGHT TURBULENCE SENSOR (GHIS) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripghis__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripghis\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripghis/gripghis_dataset.html\"},{\"Description\":\"NOAA + Global Hawk In-flight turbulence Sensor (GHIS)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/grip/gripghis/GHIS_Description.pdf\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-08-25T14:50:52.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T22:42:34.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP NOAA Global Hawk In-Flight Turbulence Sensor (GHIS) dataset was collected + by the NOAA Global Hawk In-flight Turbulence Sensor (GHIS) instrument, which + measures acceleration at the location of the instrument. Two accelerometers + (2g and 5g full scale) are used on each of two measurement axes. The GHIS + accelerometers are from the Model 1221 family manufactured by Silicon Designs, + Inc. with a frequency response of 400-600Hz. The data system samples each + sensor output at 1000 Hz and processes these data to produce mean, maximum, + and root-mean square (RMS) values at 10 Hz. The processed data are then broadcast + on the Global Hawk internet and brought to the ground via Status and User + User Datagram Protocol (UDP) packets. GHIS operated on the Global Hawk for + the Genesis and Rapid Intensification Processes (GRIP) experiment and collected + data between Aug 15, 2010 - Sep 23, 2010. The major goal was to better understand + how tropical storms form and develop into major hurricanes. NASA used the + DC-8 aircraft, the WB-57 aircraft and the Global Hawk Unmanned Airborne System + (UAS), configured with a suite of in situ and remote sensing instruments that + were used to observe and characterize the lifecycle of hurricanes. This campaign + also capitalized on a number of ground networks and space-based assets, in + addition to the instruments deployed on aircraft from Ft. Lauderdale, Florida + ( DC-8), Houston, Texas (WB-57), and NASA Dryden Flight Research Center, California + (Global Hawk).\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"GHIS\",\"LongName\":\"Global Hawk + In-Flight Turbulence Sensor\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/gripnavwb57__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRIP + WB-57 NAVIGATION AND HOUSEKEEPING DATA V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979859991-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:40.730Z\",\"granule-count\":12,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Clayton, + Michael L.2011. GRIP WB-57 NAVIGATION AND HOUSEKEEPING DATA [indicate subset + used]. Dataset available online from the NASA Global Hydrometeorology Resource + Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GRIP/NAV/DATA103\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-96.3391,\"NorthBoundingCoordinate\":30.6829,\"EastBoundingCoordinate\":-71.5164,\"SouthBoundingCoordinate\":17.2358}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Data + Synchronization Time\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Airspeed/Ground Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Direction\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Dew Point Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Attitude + Characteristics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Atmospheric Pressure Measurements\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Wind + Dynamics\",\"VariableLevel2\":\"Vertical Wind Velocity/Speed\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Air Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-08-27T23:00:30.000Z\",\"EndingDateTime\":\"2010-09-17T21:58:41.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/GRIP/NAV/DATA103\"},\"ShortName\":\"gripnavwb57\",\"EntryTitle\":\"GRIP + WB-57 NAVIGATION AND HOUSEKEEPING DATA V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/gripnavwb57__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=gripnavwb57\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/grip/gripnavwb57/gripnavwb57_dataset.html\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/GRIP\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2011-04-20T10:33:14.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:46.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GRIP WB-57 Navigation and Housekeeping data was collected on flight days occuring + between July 13 , 2010 to September 17, 2010 during the Genesis and Rapid + Intensification Processes (GRIP) field campaign. The major goal was to better + understand how tropical storms form and develop into major hurricanes. The + NASA WB-57 is a weather research aircraft capable of operating for extended + periods of time (~6.5 hours) from sea level to altitudes well over 60,000 + feet (12 miles high). Both data in IWG1 format and error logs are part of + this dataset.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GRIP + (HURRICANE)\",\"LongName\":\"Genesis and Rapid Intensification Processes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA WB-57F\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"},{\"ShortName\":\"INS\",\"LongName\":\"Inertial Navigation + System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/cms/Tidal_Wetland_GPP_CONUS/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Gross + Primary Production Maps of Tidal Wetlands across Conterminous USA, 2000-2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2389119490-ORNL_CLOUD\",\"revision-date\":\"2023-06-12T20:21:51.604Z\",\"granule-count\":454,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Feagin, + R.A., I. Forbrich, T.P. Huff, J.G. Barr, J. Ruiz-plancarte, J.D Fuentes, R.G. + Najjar, R. Vargas, A. Vazquez-lule, L. Windham-Myers, K. Kroeger, E.J. Ward, + G.W. Moore, M. Leclerc, K.W. Krauss, C.L. Stagg, M. Alber, S.H. Knox, K.V.R. + Schafer, T.S. Bianchi, J.A. Hutchings, H.B. Nahrawi, A. Noormets, B. Mitra, + A. Jaimes, A.L. Hinson, B. Bergamaschi, J. King, and G. Miao. 2020. Gross + Primary Production Maps of Tidal Wetlands across Conterminous USA, 2000-2019. + ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/1792\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-128.03,\"NorthBoundingCoordinate\":47.7,\"EastBoundingCoordinate\":-65.9,\"SouthBoundingCoordinate\":23.5}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"AQUATIC + ECOSYSTEMS\",\"VariableLevel2\":\"WETLANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"MARINE + ECOSYSTEMS\",\"VariableLevel2\":\"COASTAL\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel2\":\"WETLANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL PRODUCTIVITY\",\"VariableLevel2\":\"GROSS + PRIMARY PRODUCTION (GPP)\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"COASTAL + PROCESSES\",\"VariableLevel1\":\"INTERTIDAL ZONE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-03-05T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-17T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"model + products\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1792\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"Tidal_Wetland_GPP_CONUS_1792\",\"EntryTitle\":\"Gross + Primary Production Maps of Tidal Wetlands across Conterminous USA, 2000-2019\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/cms/Tidal_Wetland_GPP_CONUS/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/cms/Tidal_Wetland_GPP_CONUS/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/CMS/guides/Tidal_Wetland_GPP_CONUS.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1792\"},{\"Description\":\"Gross + Primary Production Maps of Tidal Wetlands across Conterminous USA, 2000-2019: + Tidal_Wetland_GPP_CONUS.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/cms/Tidal_Wetland_GPP_CONUS/comp/Tidal_Wetland_GPP_CONUS.pdf\"},{\"Description\":\"Example + of average daily gross primary production (GPP) per m2 at 250 m resolution + shown for wetlands in the North and South Ten Thousand Islands in the Florida + Everglades. Mapped values are an average of all 16-day periods from 2000-2019. + Source: Feagin et al., 2020\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/CMS/guides/Tidal_Wetland_GPP_CONUS_Fig1.png\"}],\"DataDates\":[{\"Date\":\"2020-09-24T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-06-12T20:21:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset provides mapped tidal wetland gross primary production (GPP) estimates + (g C/m2/day) derived from multiple wetland types at 250-m resolution across + the conterminous United States at 16-day intervals from March 5, 2000, through + November 17, 2019. GPP was derived with the spatially explicit Blue Carbon + (BC) model, which combined tidal wetland cover and field-based eddy covariance + (EC) tower GPP data into a single Bayesian framework along with Moderate Resolution + Imaging Spectroradiometer (MODIS) Enhanced Vegetation Index (EVI) datasets. + Tidal wetlands are a critical component of global climate regulation. Tidal + wetland-based carbon, or \\\"blue carbon,\\\" is a valued resource that is + increasingly important for restoration and conservation purposes.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2020-09-24T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"CMS\",\"LongName\":\"Carbon + Monitoring System\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]},{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"sandra.blevins\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_5925\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1544926300-CDDIS\",\"revision-date\":\"2022-02-25T15:06:35.680Z\",\"granule-count\":15,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Station + position solutions in SINEX format\"},\"DOI\":{\"DOI\":\"10.5067/DORIS/DORIS_IDSGLOBALSNX_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_DORIS_IDScumulativePositions_product\",\"EntryTitle\":\"Ground-Based + Doppler Orbitography and Radiopositioning Integrated by Satellite (DORIS) + Cumulative Station Position Product from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of DORIS products through https\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://cddis.nasa.gov/archive/doris/products/sinex_global/\",\"GetData\":{\"Format\":\"ASCII\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about DORIS products\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/DORIS/DORIS_product_holdings.html\"},{\"Description\":\"URL + for more information about DORIS products\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/DORIS/DORIS_IDSGLOBALSNX_001\"}],\"DataDates\":[{\"Date\":\"1993-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite (DORIS) Cumulative + Station Position Product from the NASA Crustal Dynamics Data Information System + (CDDIS). DORIS is a dual-frequency Doppler system consisting of a receiver + flying aboard a satellite and a globally distributed network of ground beacons. + The DORIS receiver on-board the orbiting satellite tracks the dual-frequency + radio signals transmitted by the network of ground beacons and generates the + DORIS data. A measurement is made of either the Doppler shift or absolute + phase as the satellite\u2019s orbit moves over the ground-based beacon. DORIS + data records contain a time-tagged range-rate measurement with associated + ancillary information. DORIS observations from a global network can be utilized + for a variety of products. Analysis Centers (ACs) of the International DORIS + Service (IDS) retrieve DORIS data on a regular basis to compute station position + solutions for the DORIS beacons supporting the IDS network. The IDS Analysis + Center Coordinator combines these individual AC solutions to generate a long-term + DORIS position and velocity cumulative solution through a piecewise linear + (position+velocity) model to describe the station motions. The cumulative + position and velocity solution is obtained from the stacking of the weekly + solution files and is then aligned to the current ITRF. The residuals of this + stacking are of particular interest since they depict non-linear station motions.\",\"Purpose\":\"The + DORIS system was developed to provide precise orbit determination and high + accuracy location of ground beacons for point positioning. In addition to + POD applications some of the scientific uses of DORIS data include realization + of global accessibility to and the improvement of the terrestrial reference + frame and monitoring deformations of the solid Earth, crustal deformation + of tide gauges, and variations in the hydrosphere (sea level, ice-sheets, + etc.). \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-08-28T19:32:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-02-25T15:06:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + DORIS Service (IDS)\",\"ShortName\":\"IDS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"OSTM/JASON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"DORIS GROUND + STATION BEACON\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND + STATIONS\",\"Type\":\"In Situ Land-based Platforms\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"CRYOSAT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"SENTINEL-3A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Satellite + with ARgos and ALtiKa\",\"ShortName\":\"SARAL\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography and Radiopositioning + Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Haiyang-2A\",\"ShortName\":\"HY2-A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Ocean + Topography Experiment\",\"ShortName\":\"TOPEX/POSEIDON\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-2\",\"ShortName\":\"SPOT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-3\",\"ShortName\":\"SPOT-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-4\",\"ShortName\":\"SPOT-4\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-5\",\"ShortName\":\"SPOT-5\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"sandra.blevins\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6494\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1602822832-CDDIS\",\"revision-date\":\"2022-02-24T19:11:33.356Z\",\"granule-count\":32,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Station + position solutions in SINEX format\"},\"DOI\":{\"DOI\":\"10.5067/DORIS/DORIS_IDSEOP_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_DORIS_IDSEOP_product\",\"EntryTitle\":\"Ground-Based + Doppler Orbitography and Radiopositioning Integrated by Satellite (DORIS) + Earth Orientation Parameters Time Series Product from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of DORIS products through https\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://cddis.nasa.gov/archive/doris/products/eop/\",\"GetData\":{\"Format\":\"ASCII\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about DORIS products\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/DORIS/doris_product_holdings.html\"},{\"Description\":\"URL + for more information about DORIS products\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/DORIS/DORIS_IDSEOP_001\"}],\"DataDates\":[{\"Date\":\"1993-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite (DORIS) Earth Orientation + Parameters Time Series Product from the NASA Crustal Dynamics Data Information + System (CDDIS). DORIS is a dual-frequency Doppler system consisting of a receiver + flying aboard a satellite and a globally distributed network of ground beacons. + The DORIS receiver on-board the orbiting satellite tracks the dual-frequency + radio signals transmitted by the network of ground beacons and generates the + DORIS data. A measurement is made of either the Doppler shift or absolute + phase as the satellite\u2019s orbit moves over the ground-based beacon. DORIS + data records contain a time-tagged range-rate measurement with associated + ancillary information. DORIS observations from a global network can be utilized + for a variety of products. Analysis Centers (ACs) of the International DORIS + Service (IDS) retrieve DORIS data on a regular basis to compute various DORIS + products from data generated by the DORIS beacons supporting the IDS network, + including the time series of Earth orientation parameters (EOPs). The IDS + Analysis Center Coordinator combines these solutions to produce an official + IDS EOP product. The EOP time series are available in text format.\",\"Purpose\":\"The + DORIS system was developed to provide precise orbit determination and high + accuracy location of ground beacons for point positioning. In addition to + POD applications some of the scientific uses of DORIS data include realization + of global accessibility to and the improvement of the terrestrial reference + frame and monitoring deformations of the solid Earth, crustal deformation + of tide gauges, and variations in the hydrosphere (sea level, ice-sheets, + etc.). \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-03-26T20:14:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-02-24T19:11:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IDS\",\"LongName\":\"International + DORIS Service (IDS)\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\",\"8800 Greenbelt Road\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"CDDIS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataContactURL\"}]},\"GroupName\":\"CDDIS + User Services\",\"Roles\":[\"User Services\"]}],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"LongName\":\"GROUND-BASED OBSERVATIONS\",\"Instruments\":[{\"ShortName\":\"DORIS\",\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"sandra.blevins\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6493\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1602818278-CDDIS\",\"revision-date\":\"2022-02-25T15:32:47.458Z\",\"granule-count\":13,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Station + position solutions in SINEX format\"},\"DOI\":{\"DOI\":\"10.5067/DORIS/DORIS_IDSGEOC_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_DORIS_IDSgeocenter_product\",\"EntryTitle\":\"Ground-Based + Doppler Orbitography and Radiopositioning Integrated by Satellite (DORIS) + Geocenter Time Series Product from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of DORIS products through https\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://cddis.nasa.gov/archive/doris/products/geoc\",\"GetData\":{\"Format\":\"ASCII\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about DORIS products\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/DORIS/DORIS_product_holdings.html\"},{\"Description\":\"URL + for more information about DORIS products\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/DORIS/DORIS_IDSGEOC_001\"}],\"DataDates\":[{\"Date\":\"1993-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite (DORIS) Geocenter + Time Series Product from the NASA Crustal Dynamics Data Information System + (CDDIS). DORIS is a dual-frequency Doppler system consisting of a receiver + flying aboard a satellite and a globally distributed network of ground beacons. + The DORIS receiver on-board the orbiting satellite tracks the dual-frequency + radio signals transmitted by the network of ground beacons and generates the + DORIS data. A measurement is made of either the Doppler shift or absolute + phase as the satellite\u2019s orbit moves over the ground-based beacon. DORIS + data records contain a time-tagged range-rate measurement with associated + ancillary information. DORIS observations from a global network can be utilized + for a variety of products. Analysis Centers (ACs) of the International DORIS + Service (IDS) retrieve DORIS data on a regular basis to compute various DORIS + products from data generated by the DORIS beacons supporting the IDS network, + including the time series of coordinates of the geocenter or the origin of + the terrestrial reference frame. The IDS Analysis Center Coordinator combines + these solutions to produce an official IDS geocenter product. The geocenter + time series are available in text format.\",\"Purpose\":\"The DORIS system + was developed to provide precise orbit determination and high accuracy location + of ground beacons for point positioning. In addition to POD applications some + of the scientific uses of DORIS data include realization of global accessibility + to and the improvement of the terrestrial reference frame and monitoring deformations + of the solid Earth, crustal deformation of tide gauges, and variations in + the hydrosphere (sea level, ice-sheets, etc.). \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-03-26T20:10:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-02-25T15:32:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + DORIS Service (IDS)\",\"ShortName\":\"IDS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"GroupName\":\"CDDIS User Services\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\",\"8800 Greenbelt + Road\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"CDDIS + Home Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"OSTM/JASON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"DORIS GROUND + STATION BEACON\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND + STATIONS\",\"Type\":\"In Situ Land-based Platforms\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"CRYOSAT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"SENTINEL-3A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Satellite + with ARgos and ALtiKa\",\"ShortName\":\"SARAL\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography and Radiopositioning + Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Haiyang-2A\",\"ShortName\":\"HY2-A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Ocean + Topography Experiment\",\"ShortName\":\"TOPEX/POSEIDON\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-2\",\"ShortName\":\"SPOT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-3\",\"ShortName\":\"SPOT-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-4\",\"ShortName\":\"SPOT-4\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-5\",\"ShortName\":\"SPOT-5\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"SENTINEL-3B\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"sandra.blevins\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6499\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1602863162-CDDIS\",\"revision-date\":\"2022-02-25T15:41:43.580Z\",\"granule-count\":16282,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Station + position solutions in SINEX format\"},\"DOI\":{\"DOI\":\"10.5067/DORIS/DORIS_IDSIONO_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_DORIS_IDSionosphere_product\",\"EntryTitle\":\"Ground-Based + Doppler Orbitography and Radiopositioning Integrated by Satellite (DORIS) + Ionospheric Product from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of DORIS products through https\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://cddis.nasa.gov/archive/doris/products/iono\",\"GetData\":{\"Format\":\"ASCII\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about DORIS products\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/DORIS/DORIS_product_holdings.html\"},{\"Description\":\"URL + for more information about DORIS products\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/DORIS/DORIS_IDSIONO_001\"}],\"DataDates\":[{\"Date\":\"1993-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite (DORIS) Ionospheric + Product from the NASA Crustal Dynamics Data Information System (CDDIS). DORIS + is a dual-frequency Doppler system consisting of a receiver flying aboard + a satellite and a globally distributed network of ground beacons. The DORIS + receiver on-board the orbiting satellite tracks the dual-frequency radio signals + transmitted by the network of ground beacons and generates the DORIS data. + A measurement is made of either the Doppler shift or absolute phase as the + satellite\u2019s orbit moves over the ground-based beacon. DORIS data records + contain a time-tagged range-rate measurement with associated ancillary information. + DORIS observations from a global network can be utilized for a variety of + products. Analysis Centers (ACs) of the International DORIS Service (IDS) + retrieve DORIS data on a regular basis to compute various DORIS products from + data generated by the DORIS beacons supporting the IDS network. These products + include ionospheric products providing time derivatives of the Total Electron + Content (TEC) obtained from the DORIS doppler data. These DORIS derived ionospheric + products are available in text format.\",\"Purpose\":\"The DORIS system was + developed to provide precise orbit determination and high accuracy location + of ground beacons for point positioning. In addition to POD applications some + of the scientific uses of DORIS data include realization of global accessibility + to and the improvement of the terrestrial reference frame and monitoring deformations + of the solid Earth, crustal deformation of tide gauges, and variations in + the hydrosphere (sea level, ice-sheets, etc.). \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-03-26T20:54:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-02-25T15:41:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + DORIS Service (IDS)\",\"ShortName\":\"IDS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\",\"8800 Greenbelt Road\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"CDDIS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataContactURL\"}]},\"GroupName\":\"CDDIS + User Services\",\"Roles\":[\"User Services\"]}],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"DORIS + GROUND STATION BEACON\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND + STATIONS\",\"Type\":\"In Situ Land-based Platforms\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Ocean + Topography Experiment\",\"ShortName\":\"TOPEX/POSEIDON\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-2\",\"ShortName\":\"SPOT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-4\",\"ShortName\":\"SPOT-4\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-5\",\"ShortName\":\"SPOT-5\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"SENTINEL-3B\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"sandra.blevins\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6491\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1602788193-CDDIS\",\"revision-date\":\"2022-02-25T15:17:56.812Z\",\"granule-count\":60,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Station + position solutions in SINEX format\"},\"DOI\":{\"DOI\":\"10.5067/DORIS/DORIS_IDSDPOD_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_DORIS_IDSdpod_product\",\"EntryTitle\":\"Ground-Based + Doppler Orbitography and Radiopositioning Integrated by Satellite (DORIS) + Station Position Product for Precise Orbit Determination from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of DORIS products through https\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://cddis.nasa.gov/archive/doris/products/dpod/\",\"GetData\":{\"Format\":\"ASCII\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about DORIS products\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/DORIS/DORIS_product_holdings.html\"},{\"Description\":\"URL + for more information about DORIS products\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/DORIS/DORIS_IDSDPOD_001\"}],\"DataDates\":[{\"Date\":\"1993-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite (DORIS) Station + Position Product for Precise Orbit Determination from the NASA Crustal Dynamics + Data Information System (CDDIS). DORIS is a dual-frequency Doppler system + consisting of a receiver flying aboard a satellite and a globally distributed + network of ground beacons. The DORIS receiver on-board the orbiting satellite + tracks the dual-frequency radio signals transmitted by the network of ground + beacons and generates the DORIS data. A measurement is made of either the + Doppler shift or absolute phase as the satellite\u2019s orbit moves over the + ground-based beacon. DORIS data records contain a time-tagged range-rate measurement + with associated ancillary information. DORIS observations from a global network + can be utilized for a variety of products. Analysis Centers (ACs) of the International + DORIS Service (IDS) retrieve DORIS data on a regular basis to compute station + position solutions for the DORIS beacons supporting the IDS network. The IDS + Analysis Center Coordinator combines these solutions to produce an official + IDS product. This DPOD (DORIS extension of the ITRF for Precise Orbit Determination) + solution is a set of coordinates and velocities of all the DORIS tracking + stations for Precise Orbit Determination (POD) applications. The combined + solution is generated in conjunction with official determination of the International + Terrestrial Reference Frame. DPOD solutions are available in SINEX format.\",\"Purpose\":\"The + DORIS system was developed to provide precise orbit determination and high + accuracy location of ground beacons for point positioning. In addition to + POD applications some of the scientific uses of DORIS data include realization + of global accessibility to and the improvement of the terrestrial reference + frame and monitoring deformations of the solid Earth, crustal deformation + of tide gauges, and variations in the hydrosphere (sea level, ice-sheets, + etc.). \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-03-26T19:42:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-02-25T15:17:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + DORIS Service (IDS)\",\"ShortName\":\"IDS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\",\"8800 Greenbelt Road\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"CDDIS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataContactURL\"}]},\"GroupName\":\"CDDIS + User Services\",\"Roles\":[\"User Services\"]}],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"OSTM/JASON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"DORIS GROUND + STATION BEACON\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND + STATIONS\",\"Type\":\"In Situ Land-based Platforms\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"CRYOSAT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"SENTINEL-3A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Satellite + with ARgos and ALtiKa\",\"ShortName\":\"SARAL\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography and Radiopositioning + Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Haiyang-2A\",\"ShortName\":\"HY2-A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Ocean + Topography Experiment\",\"ShortName\":\"TOPEX/POSEIDON\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-2\",\"ShortName\":\"SPOT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-3\",\"ShortName\":\"SPOT-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-4\",\"ShortName\":\"SPOT-4\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-5\",\"ShortName\":\"SPOT-5\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_5160\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1538795709-CDDIS\",\"revision-date\":\"2021-03-04T20:44:36.018Z\",\"granule-count\":62890,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/DORIS/DORIS_rinex_o\"},\"ShortName\":\"CDDIS_DORIS_data_daily\",\"EntryTitle\":\"Ground-Based + Doppler Orbitography by Radiopositioning Integrated on Satellite (DORIS) Data + (daily files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of DORIS observation data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/doris/data\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about DORIS observation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/DORIS/DORIS_data_holdings.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about DORIS observation data\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"http://dx.doi.org/10.5067/DORIS/DORIS_daily_o\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2008-06-20T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"Doppler + Orbitography by Radiopositioning Integrated on Satellite (DORIS) Data (multi-day + files) from the NASA Crustal Dynamics Data Information System (CDDIS). DORIS + is a dual-frequency Doppler system consisting of a receiver flying aboard + a satellite and a globally distributed network of ground beacons. The DORIS + receiver on-board the orbiting satellite tracks the dual-frequency radio signals + transmitted by the network of ground beacons and generates the DORIS data. + A measurement is made of either the Doppler shift or absolute phase as the + satellite\u2019s orbit moves over the ground-based beacon. DORIS data records + contain a time-tagged range-rate measurement with associated ancillary information. + The data records also contain information about any corrections that may have + been applied during the processing phase, such as for the ionosphere, troposphere, + and satellite center of mass, among others. Furthermore, meteorological measurements + (e.g., temperature, relative humidity, ground pressure) recorded by instruments + co-located with the ground-based beacons are included with the DORIS data + and can be used to determine the tropospheric correction. DORIS data in RINEX + format are supplied to the data center in daily files and are forwarded with + a typical 1-day delay. More information about these data is available on the + CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/DORIS/DORIS_data_holdings.html.\",\"Purpose\":\"The + DORIS system was developed to provide precise orbit determination and high + accuracy location of ground beacons for point positioning. In addition to + POD applications some of the scientific uses of DORIS data include realization + of global accessibility to and the improvement of the terrestrial reference + frame and monitoring deformations of the solid Earth, crustal deformation + of tide gauges, and variations in the hydrosphere (sea level, ice-sheets, + etc.).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2018-07-23T18:05:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-26T17:20:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + DORIS Service (IDS)\",\"ShortName\":\"IDS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"OSTM/JASON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"DORIS GROUND + STATION BEACON\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND + STATIONS\",\"Type\":\"In Situ Land-based Platforms\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"CRYOSAT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"SENTINEL-3A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Satellite + with ARgos and ALtiKa\",\"ShortName\":\"SARAL\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography and Radiopositioning + Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Haiyang-2A\",\"ShortName\":\"HY2-A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-3\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_5159\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1538790162-CDDIS\",\"revision-date\":\"2021-03-04T20:44:07.231Z\",\"granule-count\":10770,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/DORIS/DORIS_cycle_o\"},\"ShortName\":\"CDDIS_DORIS_data_multiday\",\"EntryTitle\":\"Ground-Based + Doppler Orbitography by Radiopositioning Integrated on Satellite (DORIS) Data + (multi-day files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of DORIS observation data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/doris/data\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about DORIS observation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/DORIS/DORIS_data_holdings.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about DORIS observation data\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"http://dx.doi.org/10.5067/DORIS/DORIS_cycle_o\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1990-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"Doppler + Orbitography by Radiopositioning Integrated on Satellite (DORIS) Data (multi-day + files) from the NASA Crustal Dynamics Data Information System (CDDIS). DORIS + is a dual-frequency Doppler system consisting of a receiver flying aboard + a satellite and a globally distributed network of ground beacons. The DORIS + receiver on-board the orbiting satellite tracks the dual-frequency radio signals + transmitted by the network of ground beacons and generates the DORIS data. + A measurement is made of either the Doppler shift or absolute phase as the + satellite\u2019s orbit moves over the ground-based beacon. DORIS data records + contain a time-tagged range-rate measurement with associated ancillary information. + The data records also contain information about any corrections that may have + been applied during the processing phase, such as for the ionosphere, troposphere, + and satellite center of mass, among others. Furthermore, meteorological measurements + (e.g., temperature, relative humidity, ground pressure) recorded by instruments + co-located with the ground-based beacons are included with the DORIS data + and can be used to determine the tropospheric correction. DORIS data in the + original format are also supplied to the data center in multi-day files, corresponding + to the mission\u2019s data processing arc, and are forwarded approximately + 20 days after the end of the last observation day contained in the file. More + information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/DORIS/DORIS_data_holdings.html.\",\"Purpose\":\"The + DORIS system was developed to provide precise orbit determination and high + accuracy location of ground beacons for point positioning. In addition to + POD applications some of the scientific uses of DORIS data include realization + of global accessibility to and the improvement of the terrestrial reference + frame and monitoring deformations of the solid Earth, crustal deformation + of tide gauges, and variations in the hydrosphere (sea level, ice-sheets, + etc.).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2018-07-23T17:39:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-27T13:36:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + DORIS Service (IDS)\",\"ShortName\":\"IDS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"OSTM/JASON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-2\",\"ShortName\":\"SPOT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-3\",\"ShortName\":\"SPOT-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"DORIS GROUND + STATION BEACON\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND + STATIONS\",\"Type\":\"In Situ Land-based Platforms\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-4\",\"ShortName\":\"SPOT-4\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-5\",\"ShortName\":\"SPOT-5\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"CRYOSAT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Ocean + Topography Experiment\",\"ShortName\":\"TOPEX/POSEIDON\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Satellite + with ARgos and ALtiKa\",\"ShortName\":\"SARAL\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography and Radiopositioning + Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Haiyang-2A\",\"ShortName\":\"HY2-A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"SENTINEL-3B\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6498\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1602851234-CDDIS\",\"revision-date\":\"2021-03-04T20:43:40.369Z\",\"granule-count\":52813,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Station + position solutions in SINEX format\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/DORIS/DORIS_IDSORB_001\"},\"ShortName\":\"CDDIS_DORIS_IDSorbit_products\",\"EntryTitle\":\"Ground-Based + Doppler Orbitography by Radiopositioning Integrated on Satellite (DORIS) Satellite + Orbit Product from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of DORIS products through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/doris/products/orbits\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about DORIS products\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/DORIS/DORIS_product_holdings.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about DORIS products\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/DORIS/DORIS_IDSORB_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1993-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"Doppler + Orbitography by Radiopositioning Integrated on Satellite (DORIS) Satellite + Orbit Product from the NASA Crustal Dynamics Data Information System (CDDIS). + DORIS is a dual-frequency Doppler system consisting of a receiver flying aboard + a satellite and a globally distributed network of ground beacons. The DORIS + receiver on-board the orbiting satellite tracks the dual-frequency radio signals + transmitted by the network of ground beacons and generates the DORIS data. + A measurement is made of either the Doppler shift or absolute phase as the + satellite\u2019s orbit moves over the ground-based beacon. DORIS data records + contain a time-tagged range-rate measurement with associated ancillary information. + DORIS observations from a global network can be utilized for a variety of + products. Analysis Centers (ACs) of the International DORIS Service (IDS) + retrieve DORIS data on a regular basis to compute various DORIS products from + data generated by the DORIS beacons supporting the IDS network. These products + include orbits of satellites with DORIS receivers onboard. These orbit products + are available in SP1 or SP3 orbit format.\",\"Purpose\":\"The DORIS system + was developed to provide precise orbit determination and high accuracy location + of ground beacons for point positioning. In addition to POD applications some + of the scientific uses of DORIS data include realization of global accessibility + to and the improvement of the terrestrial reference frame and monitoring deformations + of the solid Earth, crustal deformation of tide gauges, and variations in + the hydrosphere (sea level, ice-sheets, etc.). \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-03-26T20:39:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-06-27T18:01:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + DORIS Service (IDS)\",\"ShortName\":\"IDS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\",\"8800 Greenbelt Road\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"CDDIS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataContactURL\"}]},\"GroupName\":\"CDDIS + User Services\",\"Roles\":[\"User Services\"]}],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"OSTM/JASON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"DORIS GROUND + STATION BEACON\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND + STATIONS\",\"Type\":\"In Situ Land-based Platforms\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"CRYOSAT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"SENTINEL-3A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Satellite + with ARgos and ALtiKa\",\"ShortName\":\"SARAL\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography and Radiopositioning + Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Haiyang-2A\",\"ShortName\":\"HY2-A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Ocean + Topography Experiment\",\"ShortName\":\"TOPEX/POSEIDON\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-2\",\"ShortName\":\"SPOT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-3\",\"ShortName\":\"SPOT-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-4\",\"ShortName\":\"SPOT-4\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-5\",\"ShortName\":\"SPOT-5\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"SENTINEL-3B\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_5926\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1544926730-CDDIS\",\"revision-date\":\"2021-03-04T20:43:44.180Z\",\"granule-count\":39293,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Station + position solutions in SINEX format\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/DORIS/DORIS_IDSSTCD_001\"},\"ShortName\":\"CDDIS_DORIS_IDStimeseriesPositions_product\",\"EntryTitle\":\"Ground-Based + Doppler Orbitography by Radiopositioning Integrated on Satellite (DORIS) Station + Position Time Series Product from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of DORIS products through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/doris/products/stcd\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about DORIS products\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/DORIS/DORIS_product_holdings.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about DORIS products\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/DORIS/DORIS_IDSSTCD_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1993-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"Doppler + Orbitography by Radiopositioning Integrated on Satellite (DORIS) Station Position + Time Series Product from the NASA Crustal Dynamics Data Information System + (CDDIS). DORIS is a dual-frequency Doppler system consisting of a receiver + flying aboard a satellite and a globally distributed network of ground beacons. + The DORIS receiver on-board the orbiting satellite tracks the dual-frequency + radio signals transmitted by the network of ground beacons and generates the + DORIS data. A measurement is made of either the Doppler shift or absolute + phase as the satellite\u2019s orbit moves over the ground-based beacon. DORIS + data records contain a time-tagged range-rate measurement with associated + ancillary information. DORIS observations from a global network can be utilized + for a variety of products. Analysis Centers (ACs) of the International DORIS + Service (IDS) retrieve DORIS data on a regular basis and after producing the + weekly SINEX files using the current ITRF, compute station position time series + solutions for the DORIS beacons supporting the IDS network. The IDS Analysis + Center Coordinator combines these individual AC solutions to generate the + official IDS DORIS network time series solution in the IDS STCD (Station Coordinates + Difference) format.\",\"Purpose\":\"The DORIS system was developed to provide + precise orbit determination and high accuracy location of ground beacons for + point positioning. In addition to POD applications some of the scientific + uses of DORIS data include realization of global accessibility to and the + improvement of the terrestrial reference frame and monitoring deformations + of the solid Earth, crustal deformation of tide gauges, and variations in + the hydrosphere (sea level, ice-sheets, etc.). \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2018-08-28T19:41:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-06-27T18:10:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + DORIS Service (IDS)\",\"ShortName\":\"IDS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\",\"8800 Greenbelt Road\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"CDDIS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataContactURL\"}]},\"GroupName\":\"CDDIS + User Support\",\"Roles\":[\"User Services\"]}],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"OSTM/JASON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"DORIS GROUND + STATION BEACON\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND + STATIONS\",\"Type\":\"In Situ Land-based Platforms\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"CRYOSAT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"SENTINEL-3A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Satellite + with ARgos and ALtiKa\",\"ShortName\":\"SARAL\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography and Radiopositioning + Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Haiyang-2A\",\"ShortName\":\"HY2-A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Ocean + Topography Experiment\",\"ShortName\":\"TOPEX/POSEIDON\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-2\",\"ShortName\":\"SPOT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-3\",\"ShortName\":\"SPOT-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-4\",\"ShortName\":\"SPOT-4\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-5\",\"ShortName\":\"SPOT-5\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_5923\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1544924806-CDDIS\",\"revision-date\":\"2021-03-04T20:42:06.622Z\",\"granule-count\":74695,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Station + position solutions in SINEX format\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/DORIS/DORIS_IDSWEEKLYSNX_001\"},\"ShortName\":\"CDDIS_DORIS_IDSweeklyPositions_product\",\"EntryTitle\":\"Ground-Based + Doppler Orbitography by Radiopositioning Integrated on Satellite (DORIS) Weekly + Station Position Product from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of DORIS products through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/doris/products/sinex_series\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about DORIS products\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/DORIS/DORIS_product_holdings.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about DORIS products\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/DORIS/DORIS_IDSWEEKLYSNX_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1993-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"Doppler + Orbitography by Radiopositioning Integrated on Satellite (DORIS) Weekly Station + Position Product from the NASA Crustal Dynamics Data Information System (CDDIS). + DORIS is a dual-frequency Doppler system consisting of a receiver flying aboard + a satellite and a globally distributed network of ground beacons. The DORIS + receiver on-board the orbiting satellite tracks the dual-frequency radio signals + transmitted by the network of ground beacons and generates the DORIS data. + A measurement is made of either the Doppler shift or absolute phase as the + satellite\u2019s orbit moves over the ground-based beacon. DORIS data records + contain a time-tagged range-rate measurement with associated ancillary information. + DORIS observations from a global network can be utilized for a variety of + products. Analysis Centers (ACs) of the International DORIS Service (IDS) + retrieve DORIS data on a regular basis to compute weekly station position + solutions for the DORIS beacons supporting the IDS network. The IDS Analysis + Center Coordinator combines these individual AC solutions in a standard least-squares + adjustment to generate the official IDS weekly combined station position solution.\",\"Purpose\":\"The + DORIS system was developed to provide precise orbit determination and high + accuracy location of ground beacons for point positioning. In addition to + POD applications some of the scientific uses of DORIS data include realization + of global accessibility to and the improvement of the terrestrial reference + frame and monitoring deformations of the solid Earth, crustal deformation + of tide gauges, and variations in the hydrosphere (sea level, ice-sheets, + etc.). \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2018-08-28T19:23:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-06-27T18:15:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + DORIS Service (IDS)\",\"ShortName\":\"IDS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\",\"8800 Greenbelt Road\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"CDDIS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataContactURL\"}]},\"GroupName\":\"CDDIS + User Services\",\"Roles\":[\"User Services\"]}],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"OSTM/JASON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"DORIS GROUND + STATION BEACON\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND + STATIONS\",\"Type\":\"In Situ Land-based Platforms\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"CRYOSAT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"SENTINEL-3A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Satellite + with ARgos and ALtiKa\",\"ShortName\":\"SARAL\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography and Radiopositioning + Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Haiyang-2A\",\"ShortName\":\"HY2-A\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Ocean + Topography Experiment\",\"ShortName\":\"TOPEX/POSEIDON\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"ShortName\":\"JASON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-2\",\"ShortName\":\"SPOT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-3\",\"ShortName\":\"SPOT-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-4\",\"ShortName\":\"SPOT-4\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"}],\"LongName\":\"Systeme + Probatoire Pour l'Observation de la Terre-5\",\"ShortName\":\"SPOT-5\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_731\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1416456885-CDDIS\",\"revision-date\":\"2017-09-27T19:57:59.765Z\",\"granule-count\":203725,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_DAILY_F_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_daily_data_beidounav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Beidou Broadcast Ephemeris Data + (daily files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS daily Beidou broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS daily Beidou broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_F_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Beidou Broadcast Ephemeris Data (daily files) from the NASA Crustal Dynamics + Data Information System (CDDIS). GNSS provide autonomous geo-spatial positioning + with global coverage. GNSS data sets from ground receivers at the CDDIS consist + primarily of the data from the U.S. Global Positioning System (GPS) and the + Russian GLONASS. Since 2011, the CDDIS GNSS archive includes data from other + GNSS (Europe\u2019s Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith + Satellite System/QZSS, the Indian Regional Navigation Satellite System/IRNSS, + and worldwide Satellite Based Augmentation Systems/SBASs), which are similar + to the U.S. GPS in terms of the satellite constellation, orbits, and signal + structure. The daily Beidou broadcast ephemeris files contain one day of Beidou + broadcast navigation data in RINEX format from a global permanent network + of ground-based receivers, one file per site. More information about these + data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-01T13:53:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-27T19:57:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Beidou\",\"LongName\":\"Beidou + Satellites\",\"Instruments\":[{\"ShortName\":\"Beidou P\",\"LongName\":\"China's + Satellite Navigation System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS\",\"LongName\":\"GNSS + RECEIVERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_830\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419774352-CDDIS\",\"revision-date\":\"2017-09-27T19:54:27.465Z\",\"granule-count\":2972255,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_HOURLY_F_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_hourly_data_beidounav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Beidou Broadcast Ephemeris Data + (hourly files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS hourly data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/hourly\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS hourly Beidou broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS hourly Beidou broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HOURLY_F_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Beidou Broadcast Ephemeris Data (hourly files) from the NASA Crustal Dynamics + Data Information System (CDDIS). GNSS provide autonomous geo-spatial positioning + with global coverage. GNSS data sets from ground receivers at the CDDIS consist + primarily of the data from the U.S. Global Positioning System (GPS) and the + Russian GLONASS. Since 2011, the CDDIS GNSS archive includes data from other + GNSS (Europe\u2019s Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith + Satellite System/QZSS, the Indian Regional Navigation Satellite System/IRNSS, + and worldwide Satellite Based Augmentation Systems/SBASs), which are similar + to the U.S. GPS in terms of the satellite constellation, orbits, and signal + structure. The hourly Beidou broadcast ephemeris files contain one day of + Beidou broadcast navigation data in RINEX format from a global permanent network + of ground-based receivers, one file per site. More information about these + data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T18:52:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-27T19:54:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Beidou\",\"LongName\":\"Beidou + Satellites\",\"Instruments\":[{\"ShortName\":\"Beidou P\",\"LongName\":\"China's + Satellite Navigation System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS\",\"LongName\":\"GNSS + RECEIVERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_907\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1422097980-CDDIS\",\"revision-date\":\"2021-03-04T20:42:23.372Z\",\"granule-count\":6447139,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HIGHRATE_F_001\"},\"ShortName\":\"CDDIS_GNSS_highrate_data_beidounav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Beidou Broadcast Ephemeris Data + (sub-hourly files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS sub-hourly data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/highrate\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly Beidou broadcast navigation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly Beidou broadcast navigation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HIGHRATE_F_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Beidou Broadcast Ephemeris Data (sub-hourly files) from the NASA Crustal Dynamics + Data Information System (CDDIS). GNSS provide autonomous geo-spatial positioning + with global coverage. GNSS data sets from ground receivers at the CDDIS consist + primarily of the data from the U.S. Global Positioning System (GPS) and the + Russian GLONASS. Since 2011, the CDDIS GNSS archive includes data from other + GNSS (Europe\u2019s Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith + Satellite System/QZSS, the Indian Regional Navigation Satellite System/IRNSS, + and worldwide Satellite Based Augmentation Systems/SBASs), which are similar + to the U.S. GPS in terms of the satellite constellation, orbits, and signal + structure. The high-rate (1-second) Beidou broadcast ephemeris files contain + 15 minutes of Beidou broadcast navigation data in RINEX format from a global + permanent network of ground-based receivers, one file per 15 minutes per site. + More information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2017-09-27T20:12:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-03-19T17:49:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"China's + Satellite Navigation System Payload\",\"ShortName\":\"Beidou P\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"GNSS + RECEIVERS\",\"ShortName\":\"GNSS\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND + STATIONS\",\"Type\":\"In Situ Land-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_822\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419766346-CDDIS\",\"revision-date\":\"2021-03-04T20:42:58.698Z\",\"granule-count\":4796,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HOURLY_B_001\"},\"ShortName\":\"CDDIS_GNSS_hourly_data_combinednav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Combined Broadcast Ephemeris Data + (hourly files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS hourly data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/hourly\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS hourly combined broadcast navigation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS hourly combined broadcast navigation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HOURLY_B_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Combined Broadcast Ephemeris Data (hourly files of all distinct navigation + messages received in one day) from the NASA Crustal Dynamics Data Information + System (CDDIS). GNSS provide autonomous geo-spatial positioning with global + coverage. GNSS data sets from ground receivers at the CDDIS consist primarily + of the data from the U.S. Global Positioning System (GPS) and the Russian + GLObal NAvigation Satellite System (GLONASS). Since 2011, the CDDIS GNSS archive + includes data from other GNSS (Europe\u2019s Galileo, China\u2019s Beidou, + Japan\u2019s Quasi-Zenith Satellite System/QZSS, the Indian Regional Navigation + Satellite System/IRNSS, and worldwide Satellite Based Augmentation Systems/SBASs), + which are similar to the U.S. GPS in terms of the satellite constellation, + orbits, and signal structure. The hourly GNSS broadcast ephemeris files contain + one day of mixed GNSS navigation (30-second sampling) data in RINEX format + from a global permanent network of ground-based receivers, one file per site. + More information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2017-09-18T17:45:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-09-03T19:37:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"China's + Satellite Navigation System Payload\",\"ShortName\":\"Beidou P\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"Europe's + European Satellite Navigation System Payload\",\"ShortName\":\"Galileo P\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"GLObal + NAvigation Satellite System Payload\",\"ShortName\":\"GLONASS P\"}],\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Global Positioning System Payload\",\"ShortName\":\"GPSP\"}],\"LongName\":\"Global + Positioning System Satellites\",\"ShortName\":\"GPS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"GNSS RECEIVERS\",\"ShortName\":\"GNSS\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"LongName\":\"Quasi-Zenith Satellite System + Payload\",\"ShortName\":\"QZSS P\"}],\"LongName\":\"Quasi-Zenith Satellite + System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"India's + Regional Navigation Satellite System Payload\",\"ShortName\":\"IRNSS P\"}],\"LongName\":\"India?s + Regional Navigation Satellite System Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation + System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based + Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_893\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1422070882-CDDIS\",\"revision-date\":\"2021-03-04T20:45:44.765Z\",\"granule-count\":156431062,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HIGHRATE_D_001\"},\"ShortName\":\"CDDIS_GNSS_highrate_data_compactobs\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Compact Observation Data (1-second + sampling, sub-hourly files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS high-rate compact observation data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/highrate\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS high-rate compact observation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS high-rate compact observation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HIGHRATE_D_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Observation Data (1-second sampling, sub-hourly files) from the NASA Crustal + Dynamics Data Information System (CDDIS). GNSS provide autonomous geo-spatial + positioning with global coverage. GNSS data sets from ground receivers at + the CDDIS consist primarily of the data from the U.S. Global Positioning System + (GPS) and the Russian GLObal NAvigation Satellite System (GLONASS). Since + 2011, the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s + Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, + the Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The sub-hourly + GNSS observation files (compact) contain 15 minutes of GPS or multi-GNSS observation + (1-second sampling) data in RINEX format from a global permanent network of + ground-based receivers, one file per 15 minutes per site. More information + about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2017-09-27T19:40:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-01-24T18:41:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"China's + Satellite Navigation System Payload\",\"ShortName\":\"Beidou P\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"Europe's + European Satellite Navigation System Payload\",\"ShortName\":\"Galileo P\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"GLObal + NAvigation Satellite System Payload\",\"ShortName\":\"GLONASS P\"}],\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Global Positioning System Payload\",\"ShortName\":\"GPSP\"}],\"LongName\":\"Global + Positioning System Satellites\",\"ShortName\":\"GPS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"GNSS RECEIVERS\",\"ShortName\":\"GNSS\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"LongName\":\"Quasi-Zenith Satellite System + Payload\",\"ShortName\":\"QZSS P\"}],\"LongName\":\"Quasi-Zenith Satellite + System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"India's + Regional Navigation Satellite System Payload\",\"ShortName\":\"IRNSS P\"}],\"LongName\":\"India?s + Regional Navigation Satellite System Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation + System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based + Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_644\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1406819470-CDDIS\",\"revision-date\":\"2021-03-04T20:43:09.959Z\",\"granule-count\":5236186,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_DAILY_D_001\"},\"ShortName\":\"CDDIS_GNSS_daily_data_compactobs\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Compact Observation Data (30-second + sampling, daily, 24 hour files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily compact observation data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS daily compact observation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS daily compact observation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_D_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Compact Observation Data (30-second sampling, daily, 24 hour files) from the + NASA Crustal Dynamics Data Information System (CDDIS). GNSS provide autonomous + geo-spatial positioning with global coverage. GNSS data sets from ground receivers + at the CDDIS consist primarily of the data from the U.S. Global Positioning + System (GPS) and the Russian GLObal NAvigation Satellite System (GLONASS). + Since 2011, the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s + Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, + the Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The daily GNSS + observation files (compact) contain one day of GPS or multi-GNSS observation + (30-second sampling) data in compact RINEX format from a global permanent + network of ground-based receivers, one file per site. More information about + these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2017-07-25T18:26:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-07-23T17:07:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"China's + Satellite Navigation System Payload\",\"ShortName\":\"Beidou P\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"Europe's + European Satellite Navigation System Payload\",\"ShortName\":\"Galileo P\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"GLObal + NAvigation Satellite System Payload\",\"ShortName\":\"GLONASS P\"}],\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Global Positioning System Payload\",\"ShortName\":\"GPSP\"}],\"LongName\":\"Global + Positioning System Satellites\",\"ShortName\":\"GPS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"GNSS RECEIVER\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"LongName\":\"Quasi-Zenith Satellite System + Payload\",\"ShortName\":\"QZSS P\"}],\"LongName\":\"Quasi-Zenith Satellite + System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"India's + Regional Navigation Satellite System Payload\",\"ShortName\":\"IRNSS P\"}],\"LongName\":\"India\u2019s + Regional Navigation Satellite System Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation + System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based + Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_821\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419765939-CDDIS\",\"revision-date\":\"2017-10-13T13:45:12.096Z\",\"granule-count\":35387578,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_HOURLY_D_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_hourly_data_compactobs\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Compact Observation Data (30-second + sampling, hourly files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS hourly compact observation data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/hourly\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS hourly compact observation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html\"},{\"Description\":\"URL + for more information about GNSS hourly compact observation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HOURLY_D_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Observation Data (30-second sampling, hourly files) from the NASA Crustal + Dynamics Data Information System (CDDIS). GNSS provide autonomous geo-spatial + positioning with global coverage. GNSS data sets from ground receivers at + the CDDIS consist primarily of the data from the U.S. Global Positioning System + (GPS) and the Russian GLObal NAvigation Satellite System (GLONASS). Since + 2011, the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s + Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, + the Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The hourly GNSS + observation files (compact) contain one hour of GPS or multi-GNSS observation + (30-second sampling) data in RINEX format from a global permanent network + of ground-based receivers, one file per hour per site. More information about + these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html.\\r\\n\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T17:40:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-10-13T13:45:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Beidou\",\"LongName\":\"Beidou + Satellites\",\"Instruments\":[{\"ShortName\":\"Beidou P\",\"LongName\":\"Beidou + China's Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Galileo\",\"LongName\":\"Galileo + Satellites\",\"Instruments\":[{\"ShortName\":\"Galileo P\",\"LongName\":\"Galileo + Europe's European Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"GLONASS\",\"LongName\":\"GLONASS (GLObal NAvigation + Satellite System) Satellites\",\"Instruments\":[{\"ShortName\":\"GLONASS P\",\"LongName\":\"GLObal + NAvigation Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GPS\",\"LongName\":\"GPS + Global Positioning System Satellites\",\"Instruments\":[{\"ShortName\":\"GPSP\",\"LongName\":\"Global + Positioning System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS + RECEIVERS\",\"LongName\":\"GNSS Receivers\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"QZSS\",\"LongName\":\"Quasi-Zenith + Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"QZSS P\",\"LongName\":\"QZSS + Quasi-Zenith Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"IRNSS\",\"LongName\":\"IRNSS + (India's Regional Navigation Satellite System) Satellites\",\"Instruments\":[{\"ShortName\":\"IRNSS + P\",\"LongName\":\"IRNSS India's Regional Navigation Satellite System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"SBAS (Satellite-Based Augmentation + System) Satellites\",\"Instruments\":[{\"ShortName\":\"SBAS P\",\"LongName\":\"Satellite-Based + Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_728\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1416456293-CDDIS\",\"revision-date\":\"2017-09-27T20:27:19.383Z\",\"granule-count\":435017,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_DAILY_L_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_daily_data_galileonav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Galileo Broadcast Ephemeris Data + (daily files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS daily Galileo broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS daily Galileo broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_L_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Galileo Broadcast Ephemeris Data (daily files) from the NASA Crustal Dynamics + Data Information System (CDDIS). GNSS provide autonomous geo-spatial positioning + with global coverage. GNSS data sets from ground receivers at the CDDIS consist + primarily of the data from the U.S. Global Positioning System (GPS) and the + Russian GLONASS. Since 2011, the CDDIS GNSS archive includes data from other + GNSS (Europe\u2019s Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith + Satellite System/QZSS, the Indian Regional Navigation Satellite System/IRNSS, + and worldwide Satellite Based Augmentation Systems/SBASs), which are similar + to the U.S. GPS in terms of the satellite constellation, orbits, and signal + structure. The daily Galileo broadcast ephemeris files contain one day of + Galileo broadcast navigation data in RINEX format from a global permanent + network of ground-based receivers, one file per site. More information about + these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-01T13:47:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-27T20:27:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Galileo\",\"LongName\":\"Galileo + (Europe's European Satellite Navigation System)\",\"Instruments\":[{\"ShortName\":\"GALILEO + P\",\"LongName\":\"Galileo (Europe's European Satellite Navigation System) + Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS + RECEIVERS\",\"LongName\":\"GNSS Receivers\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_839\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419780120-CDDIS\",\"revision-date\":\"2017-09-27T19:44:06.090Z\",\"granule-count\":4713722,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_HOURLY_L_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_hourly_data_galileonav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Galileo Broadcast Ephemeris Data + (hourly files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS hourly data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/hourly\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS hourly Galileo broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS hourly Galileo broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HOURLY_L_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Galileo Broadcast Ephemeris Data (hourly files) from the NASA Crustal Dynamics + Data Information System (CDDIS). GNSS provide autonomous geo-spatial positioning + with global coverage. GNSS data sets from ground receivers at the CDDIS consist + primarily of the data from the U.S. Global Positioning System (GPS) and the + Russian GLONASS. Since 2011, the CDDIS GNSS archive includes data from other + GNSS (Europe\u2019s Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith + Satellite System/QZSS, the Indian Regional Navigation Satellite System/IRNSS, + and worldwide Satellite Based Augmentation Systems/SBASs), which are similar + to the U.S. GPS in terms of the satellite constellation, orbits, and signal + structure. The hourly Galileo broadcast ephemeris files contain one day of + Galileo broadcast navigation data in RINEX format from a global permanent + network of ground-based receivers, one file per site. More information about + these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T20:17:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-27T19:44:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Galileo\",\"LongName\":\"Galileo + Satellites\",\"Instruments\":[{\"ShortName\":\"Galileo P\",\"LongName\":\"Europe's + European Satellite Navigation System Payload\"}]},{\"Type\":\"In Situ Land-based + Platforms\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS\",\"LongName\":\"GNSS + RECEIVERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_910\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1422103452-CDDIS\",\"revision-date\":\"2021-03-04T20:41:59.130Z\",\"granule-count\":17707605,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HIGHRATE_L_001\"},\"ShortName\":\"CDDIS_GNSS_highrate_data_galileonav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Galileo Broadcast Ephemeris Data + (sub-hourly files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS sub-hourly data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/highrate\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly Galileo broadcast navigation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly Galileo broadcast navigation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HIGHRATE_L_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Galileo Broadcast Ephemeris Data (sub-hourly files) from the NASA Crustal + Dynamics Data Information System (CDDIS). GNSS provide autonomous geo-spatial + positioning with global coverage. GNSS data sets from ground receivers at + the CDDIS consist primarily of the data from the U.S. Global Positioning System + (GPS) and the Russian GLONASS. Since 2011, the CDDIS GNSS archive includes + data from other GNSS (Europe\u2019s Galileo, China\u2019s Beidou, Japan\u2019s + Quasi-Zenith Satellite System/QZSS, the Indian Regional Navigation Satellite + System/IRNSS, and worldwide Satellite Based Augmentation Systems/SBASs), which + are similar to the U.S. GPS in terms of the satellite constellation, orbits, + and signal structure. The sub-hourly Galileo broadcast ephemeris files contain + 15 minutes of Galileo broadcast navigation data in RINEX format from a global + permanent network of ground-based receivers, one file 15 minutes per site. + More information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2017-09-27T20:15:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-01-24T18:45:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Europe's + European Satellite Navigation System Payload\",\"ShortName\":\"Galileo P\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"GNSS + RECEIVERS\",\"ShortName\":\"GNSS\"}],\"LongName\":\"GROUND STATIONS\",\"ShortName\":\"GROUND + STATIONS\",\"Type\":\"In Situ Land-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_723\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1414815014-CDDIS\",\"revision-date\":\"2017-09-27T20:28:24.474Z\",\"granule-count\":1631869,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_DAILY_G_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_daily_data_glonassnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) GLONASS Broadcast Ephemeris Data + (daily files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS daily GLONASS broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS daily GLONASS broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_G_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + GLObal NAvigation Satellite System (GLONASS) Broadcast Ephemeris Data (daily + files) from the NASA Crustal Dynamics Data Information System (CDDIS). GNSS + provide autonomous geo-spatial positioning with global coverage. GNSS data + sets from ground receivers at the CDDIS consist primarily of the data from + the U.S. Global Positioning System (GPS) and the Russian GLONASS. Since 2011, + the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s Galileo, + China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the + Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The daily GLONASS + broadcast ephemeris files contain one day of GLONASS broadcast navigation + data in RINEX format from a global permanent network of ground-based receivers, + one file per site. More information about these data is available on the CDDIS + website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-08-25T17:31:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-27T20:28:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GLONASS\",\"LongName\":\"GLONASS + (Russia's GLObal NAvigation Satellite System)\",\"Instruments\":[{\"ShortName\":\"GLONASS + P\",\"LongName\":\"GLObal NAvigation Satellite System Payload\"}]},{\"Type\":\"In + Situ Land-based Platforms\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"GROUND + STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS RECEIVERS\",\"LongName\":\"GNSS + Receivers\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_837\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419774763-CDDIS\",\"revision-date\":\"2017-09-27T19:46:53.920Z\",\"granule-count\":15673555,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_HOURLY_G_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_hourly_data_glonassnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) GLONASS Broadcast Ephemeris Data + (hourly files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS hourly data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/hourly\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS hourly GLONASS broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS hourly GLONASS broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HOURLY_G_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + GLObal NAvigation Satellite System (GLONASS) Broadcast Ephemeris Data (hourly + files) from the NASA Crustal Dynamics Data Information System (CDDIS). GNSS + provide autonomous geo-spatial positioning with global coverage. GNSS data + sets from ground receivers at the CDDIS consist primarily of the data from + the U.S. Global Positioning System (GPS) and the Russian GLONASS. Since 2011, + the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s Galileo, + China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the + Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The hourly GLONASS + broadcast ephemeris files contain one day of GLONASS broadcast navigation + data in RINEX format from a global permanent network of ground-based receivers, + one file per site. More information about these data is available on the CDDIS + website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T19:04:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-27T19:46:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GLONASS\",\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"Instruments\":[{\"ShortName\":\"GLONASS P\",\"LongName\":\"GLObal + NAvigation Satellite System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS\",\"LongName\":\"GNSS + RECEIVERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_911\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1422104643-CDDIS\",\"revision-date\":\"2021-03-04T20:44:50.916Z\",\"granule-count\":39513791,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HIGHRATE_G_001\"},\"ShortName\":\"CDDIS_GNSS_highrate_data_glonassnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) GLONASS Broadcast Ephemeris Data + (sub-hourly files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS sub-hourly data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/highrate\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS hourly GLONASS broadcast navigation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly GLONASS broadcast navigation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HIGHRATE_G_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + GLObal NAvigation Satellite System (GLONASS) Broadcast Ephemeris Data (sub-hourly + files) from the NASA Crustal Dynamics Data Information System (CDDIS). GNSS + provide autonomous geo-spatial positioning with global coverage. GNSS data + sets from ground receivers at the CDDIS consist primarily of the data from + the U.S. Global Positioning System (GPS) and the Russian GLONASS. Since 2011, + the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s Galileo, + China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the + Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The sub-hourly + GLONASS broadcast ephemeris files contain 15 minutes of GLONASS broadcast + navigation data in RINEX format from a global permanent network of ground-based + receivers, one file per 15 minutes per site. More information about these + data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2017-09-27T20:17:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-02-05T13:31:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"GLObal + NAvigation Satellite System Payload\",\"ShortName\":\"GLONASS P\"}],\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"GNSS RECEIVERS\",\"ShortName\":\"GNSS\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_645\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1406820051-CDDIS\",\"revision-date\":\"2017-09-18T14:53:45.014Z\",\"granule-count\":3043065,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_DAILY_N_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_daily_data_gpsnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) GPS Broadcast Ephemeris Data (daily + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS daily GPS broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS daily GPS broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_N_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + GPS Broadcast Ephemeris Data (daily files) from the NASA Crustal Dynamics + Data Information System (CDDIS). GNSS provide autonomous geo-spatial positioning + with global coverage. GNSS data sets from ground receivers at the CDDIS consist + primarily of the data from the U.S. Global Positioning System (GPS) and the + Russian GLObal NAvigation Satellite System (GLONASS). Since 2011, the CDDIS + GNSS archive includes data from other GNSS (Europe\u2019s Galileo, China\u2019s + Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the Indian Regional + Navigation Satellite System/IRNSS, and worldwide Satellite Based Augmentation + Systems/SBASs), which are similar to the U.S. GPS in terms of the satellite + constellation, orbits, and signal structure. The daily GPS broadcast ephemeris + files contain one day of GPS broadcast navigation data in RINEX format from + a global permanent network of ground-based receivers, one file per site. More + information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-07-25T18:31:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-18T14:53:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GPS\",\"LongName\":\"GPS + Global Positioning System Satellites\",\"Instruments\":[{\"ShortName\":\"GPS + P\",\"LongName\":\"Global Positioning System Payload\"}]},{\"Type\":\"In Situ + Land-based Platforms\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"GROUND + STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS RECEIVERS\",\"LongName\":\"GNSS + Receivers\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_834\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419774535-CDDIS\",\"revision-date\":\"2017-09-27T19:50:21.801Z\",\"granule-count\":25006862,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_HOURLY_N_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_hourly_data_gpsnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) GPS Broadcast Ephemeris Data (hourly + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS hourly data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/hourly\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS hourly GPS broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS hourly GPS broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HOURLY_N_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + GPS Broadcast Ephemeris Data (hourly files) from the NASA Crustal Dynamics + Data Information System (CDDIS). GNSS provide autonomous geo-spatial positioning + with global coverage. GNSS data sets from ground receivers at the CDDIS consist + primarily of the data from the U.S. Global Positioning System (GPS) and the + Russian GLObal NAvigation Satellite System (GLONASS). Since 2011, the CDDIS + GNSS archive includes data from other GNSS (Europe\u2019s Galileo, China\u2019s + Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the Indian Regional + Navigation Satellite System/IRNSS, and worldwide Satellite Based Augmentation + Systems/SBASs), which are similar to the U.S. GPS in terms of the satellite + constellation, orbits, and signal structure. The hourly GPS broadcast ephemeris + files contain one day of GPS broadcast navigation data in RINEX format from + a global permanent network of ground-based receivers, one file per site. More + information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T18:58:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-27T19:50:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System Satellites\",\"Instruments\":[{\"ShortName\":\"GPSP\",\"LongName\":\"Global + Positioning System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS\",\"LongName\":\"GNSS + RECEIVERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_914\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1422110518-CDDIS\",\"revision-date\":\"2021-03-04T20:44:26.278Z\",\"granule-count\":56209298,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HIGHRATE_N_001\"},\"ShortName\":\"CDDIS_GNSS_highrate_data_gpsnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) GPS Broadcast Ephemeris Data (sub-hourly + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS sub-hourly data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/highrate\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly GPS broadcast navigation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly GPS broadcast navigation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HIGHRATE_N_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + GPS Broadcast Ephemeris Data (sub-hourly files) from the NASA Crustal Dynamics + Data Information System (CDDIS). GNSS provide autonomous geo-spatial positioning + with global coverage. GNSS data sets from ground receivers at the CDDIS consist + primarily of the data from the U.S. Global Positioning System (GPS) and the + Russian GLObal NAvigation Satellite System (GLONASS). Since 2011, the CDDIS + GNSS archive includes data from other GNSS (Europe\u2019s Galileo, China\u2019s + Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the Indian Regional + Navigation Satellite System/IRNSS, and worldwide Satellite Based Augmentation + Systems/SBASs), which are similar to the U.S. GPS in terms of the satellite + constellation, orbits, and signal structure. The sub-hourly GPS broadcast + ephemeris files contain 15 minutes of GPS broadcast navigation data in RINEX + format from a global permanent network of ground-based receivers, one file + per 15 minutes per site. More information about these data is available on + the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2017-09-27T20:21:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-01-24T18:47:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Global + Positioning System Payload\",\"ShortName\":\"GPSP\"}],\"LongName\":\"Global + Positioning System Satellites\",\"ShortName\":\"GPS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"GNSS RECEIVERS\",\"ShortName\":\"GNSS\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6760\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1605626679-CDDIS\",\"revision-date\":\"2021-03-04T20:41:47.919Z\",\"granule-count\":644060,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_DAILY_I_001\"},\"ShortName\":\"CDDIS_GNSS_daily_data_irnssnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) IRNSS Broadcast Ephemeris Data (daily + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS daily IRNSS broadcast navigation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS daily IRNSS broadcast navigation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_I_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Indian Regional Navigation Satellite System (IRNSS) Broadcast Ephemeris Data + (daily files) from the NASA Crustal Dynamics Data Information System (CDDIS). + GNSS provide autonomous geo-spatial positioning with global coverage. GNSS + data sets from ground receivers at the CDDIS consist primarily of the data + from the U.S. Global Positioning System (GPS) and the Russian GLONASS. Since + 2011, the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s + Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, + the Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The daily IRNSS + broadcast ephemeris files contain one day of IRNSS broadcast navigation data + in RINEX format from a global permanent network of ground-based receivers, + one file per site.\",\"Purpose\":\"The GNSS receivers collect the signals + from orbiting satellites to determine their location in three dimensions and + calculate precise time. GNSS receivers detect, decode, and process both pseudorange + (code) and phase transmitted by the GNSS satellites. The satellites transmit + the ranging codes on two or more radio-frequency carriers, allowing the locations + of GNSS receivers to be determined with varying degrees of accuracy, depending + on the receiver and post-processing of the data. The receivers also calculate + current local time to high precision facilitating time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-04-08T15:41:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-06-21T13:50:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"India's + Regional Navigation Satellite System Payload\",\"ShortName\":\"IRNSS P\"}],\"LongName\":\"India\u2019s + Regional Navigation Satellite System Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"GNSS RECEIVER\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6761\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1605632902-CDDIS\",\"revision-date\":\"2021-03-04T20:44:41.579Z\",\"granule-count\":135973,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HOURLY_I_001\"},\"ShortName\":\"CDDIS_GNSS_hourly_data_irnssnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) IRNSS Broadcast Ephemeris Data (hourly + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS hourly data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/hourly\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS hourly IRNSS broadcast navigation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS hourly IRNSS broadcast navigation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HOURLY_I_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Indian Regional Navigation Satellite System (IRNSS) Broadcast Ephemeris Data + (hourly files) from the NASA Crustal Dynamics Data Information System (CDDIS). + GNSS provide autonomous geo-spatial positioning with global coverage. GNSS + data sets from ground receivers at the CDDIS consist primarily of the data + from the U.S. Global Positioning System (GPS) and the Russian GLONASS. Since + 2011, the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s + Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, + the Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The hourly IRNSS + broadcast ephemeris files contain one hour of IRNSS broadcast navigation data + in RINEX format from a global permanent network of ground-based receivers, + one file per site.\",\"Purpose\":\"The GNSS receivers collect the signals + from orbiting satellites to determine their location in three dimensions and + calculate precise time. GNSS receivers detect, decode, and process both pseudorange + (code) and phase transmitted by the GNSS satellites. The satellites transmit + the ranging codes on two or more radio-frequency carriers, allowing the locations + of GNSS receivers to be determined with varying degrees of accuracy, depending + on the receiver and post-processing of the data. The receivers also calculate + current local time to high precision facilitating time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-04-08T15:44:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-04-08T15:44:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"India's + Regional Navigation Satellite System Payload\",\"ShortName\":\"IRNSS P\"}],\"LongName\":\"India\u2019s + Regional Navigation Satellite System Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"GNSS RECEIVER\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6582\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1604132128-CDDIS\",\"revision-date\":\"2021-03-04T20:41:42.026Z\",\"granule-count\":5648277,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HOURLY_X_001\"},\"ShortName\":\"CDDIS_GNSS_hourly_data_mixednav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Mixed Broadcast Ephemeris Data (hourly + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/hourly\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS daily mixed broadcast navigation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS daily mixed broadcast navigation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HOURLY_X_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Mixed Broadcast Ephemeris Data (daily files) from the NASA Crustal Dynamics + Data Information System (CDDIS). GNSS provide autonomous geo-spatial positioning + with global coverage. GNSS data sets from ground receivers at the CDDIS consist + primarily of the data from the U.S. Global Positioning System (GPS) and the + Russian GLObal NAvigation Satellite System (GLONASS). Since 2011, the CDDIS + GNSS archive includes data from other GNSS (Europe\u2019s Galileo, China\u2019s + Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the Indian Regional + Navigation Satellite System/IRNSS, and worldwide Satellite Based Augmentation + Systems/SBASs), which are similar to the U.S. GPS in terms of the satellite + constellation, orbits, and signal structure. The daily GNSS broadcast ephemeris + files contain one hour of mixed multi-GNSS navigation (30-second sampling) + data in RINEX format from a global permanent network of ground-based receivers, + one file per site.\",\"Purpose\":\"The GNSS receivers collect the signals + from orbiting satellites to determine their location in three dimensions and + calculate precise time. GNSS receivers detect, decode, and process both pseudorange + (code) and phase transmitted by the GNSS satellites. The satellites transmit + the ranging codes on two or more radio-frequency carriers, allowing the locations + of GNSS receivers to be determined with varying degrees of accuracy, depending + on the receiver and post-processing of the data. The receivers also calculate + current local time to high precision facilitating time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-04-01T20:04:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-09-03T19:38:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"China's + Satellite Navigation System Payload\",\"ShortName\":\"Beidou P\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"Europe's + European Satellite Navigation System Payload\",\"ShortName\":\"Galileo P\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"GLObal + NAvigation Satellite System Payload\",\"ShortName\":\"GLONASS P\"}],\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Global Positioning System Payload\",\"ShortName\":\"GPSP\"}],\"LongName\":\"Global + Positioning System Satellites\",\"ShortName\":\"GPS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"GNSS RECEIVER\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"LongName\":\"Quasi-Zenith Satellite System + Payload\",\"ShortName\":\"QZSS P\"}],\"LongName\":\"Quasi-Zenith Satellite + System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"India's + Regional Navigation Satellite System Payload\",\"ShortName\":\"IRNSS P\"}],\"LongName\":\"India\u2019s + Regional Navigation Satellite System Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation + System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based + Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_903\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1422090772-CDDIS\",\"revision-date\":\"2021-03-04T20:45:52.281Z\",\"granule-count\":1027880,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HIGHRATE_O_001\"},\"ShortName\":\"CDDIS_GNSS_highrate_data_obs\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Observation Data (1-second sampling, + sub-hourly files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS sub-hourly observation data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/highrate\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly observation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly observation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HIGHRATE_O_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Observation Data (1-second sampling, sub-hourly files) from the NASA Crustal + Dynamics Data Information System (CDDIS). GNSS provide autonomous geo-spatial + positioning with global coverage. GNSS data sets from ground receivers at + the CDDIS consist primarily of the data from the U.S. Global Positioning System + (GPS) and the Russian GLObal NAvigation Satellite System (GLONASS). Since + 2011, the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s + Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, + the Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The sub-hourly + GNSS observation files (un-compacted) contain 15 minutes of GPS or multi-GNSS + observation (1-second sampling) data in RINEX format from a global permanent + network of ground-based receivers, one file per 15 minutes per site. More + information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html.\\r\\n\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2017-09-27T20:07:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-01-24T18:54:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"China's + Satellite Navigation System Payload\",\"ShortName\":\"Beidou P\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"Europe's + European Satellite Navigation System Payload\",\"ShortName\":\"Galileo P\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"GLObal + NAvigation Satellite System Payload\",\"ShortName\":\"GLONASS P\"}],\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Global Positioning System Payload\",\"ShortName\":\"GPSP\"}],\"LongName\":\"Global + Positioning System Satellites\",\"ShortName\":\"GPS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"GNSS RECEIVERS\",\"ShortName\":\"GNSS\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"LongName\":\"Quasi-Zenith Satellite System + Payload\",\"ShortName\":\"QZSS P\"}],\"LongName\":\"Quasi-Zenith Satellite + System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"India's + Regional Navigation Satellite System Payload\",\"ShortName\":\"IRNSS P\"}],\"LongName\":\"India?s + Regional Navigation Satellite System Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation + System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based + Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_643\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1406818946-CDDIS\",\"revision-date\":\"2018-04-09T19:17:08.482Z\",\"granule-count\":4329572,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_DAILY_O_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_daily_data_obs\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Observation Data (30-second sampling, + daily, 24 hour files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily observation data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS daily observation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html\"},{\"Description\":\"URL + for more information about GNSS daily observation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_O_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Observation Data (30-second sampling, daily 24 hour files) from the NASA Crustal + Dynamics Data Information System (CDDIS). GNSS provide autonomous geo-spatial + positioning with global coverage. GNSS data sets from ground receivers at + the CDDIS consist primarily of the data from the U.S. Global Positioning System + (GPS) and the Russian GLObal NAvigation Satellite System (GLONASS). Since + 2011, the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s + Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, + the Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The daily GNSS + observation files (un-compacted) contain one day of GPS or multi-GNSS observation + (30-second sampling) data in RINEX format from a global permanent network + of ground-based receivers, one file per site. More information about these + data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\\r\\n\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-07-25T18:21:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-04-09T19:17:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Beidou\",\"LongName\":\"Beidou + Satellites\",\"Instruments\":[{\"ShortName\":\"Beidou P\",\"LongName\":\"China's + Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Galileo\",\"LongName\":\"Galileo + Satellites\",\"Instruments\":[{\"ShortName\":\"Galileo P\",\"LongName\":\"Europe's + European Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GLONASS\",\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"Instruments\":[{\"ShortName\":\"GLONASS P\",\"LongName\":\"GLObal + NAvigation Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System Satellites\",\"Instruments\":[{\"ShortName\":\"GPSP\",\"LongName\":\"Global + Positioning System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS + RECEIVER\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"QZSS\",\"LongName\":\"Quasi-Zenith + Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"QZSS P\",\"LongName\":\"Quasi-Zenith + Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"IRNSS\",\"LongName\":\"India\u2019s + Regional Navigation Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"IRNSS + P\",\"LongName\":\"India's Regional Navigation Satellite System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"Satellite-Based Augmentation + System Satellites\",\"Instruments\":[{\"ShortName\":\"SBAS P\",\"LongName\":\"Satellite-Based + Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":1,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_820\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419754347-CDDIS\",\"revision-date\":\"2017-09-18T15:51:28.586Z\",\"granule-count\":355609,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_HOURLY_O_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_hourly_data_obs\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) Observation Data (30-second sampling, + hourly files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS hourly observation data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/hourly\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS hourly observation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html\"},{\"Description\":\"URL + for more information about GNSS hourly observation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HOURLY_O_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Observation Data (30-second sampling, hourly files) from the NASA Crustal + Dynamics Data Information System (CDDIS). GNSS provide autonomous geo-spatial + positioning with global coverage. GNSS data sets from ground receivers at + the CDDIS consist primarily of the data from the U.S. Global Positioning System + (GPS) and the Russian GLObal NAvigation Satellite System (GLONASS). Since + 2011, the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s + Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, + the Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The hourly GNSS + observation files (un-compacted) contain one hour of GPS or multi-GNSS observation + (30-second sampling) data in RINEX format from a global permanent network + of ground-based receivers, one file per hour per site. More information about + these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html.\\r\\n\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T15:51:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-18T15:51:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Beidou\",\"LongName\":\"Beidou + Satellites\",\"Instruments\":[{\"ShortName\":\"Beidou P\",\"LongName\":\"Beidou + China's Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Galileo\",\"LongName\":\"Galileo + Satellites\",\"Instruments\":[{\"ShortName\":\"Galileo P\",\"LongName\":\"Galileo + Europe's European Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"GLONASS\",\"LongName\":\"GLONASS (GLObal NAvigation + Satellite System) Satellites\",\"Instruments\":[{\"ShortName\":\"GLONASS P\",\"LongName\":\"GLObal + NAvigation Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GPS\",\"LongName\":\"GPS + Global Positioning System Satellites\",\"Instruments\":[{\"ShortName\":\"GPSP\",\"LongName\":\"Global + Positioning System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS + RECEIVERS\",\"LongName\":\"GNSS Receivers\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"QZSS\",\"LongName\":\"Quasi-Zenith + Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"QZSS P\",\"LongName\":\"QZSS + Quasi-Zenith Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"IRNSS\",\"LongName\":\"IRNSS + (India's Regional Navigation Satellite System) Satellites\",\"Instruments\":[{\"ShortName\":\"IRNSS + P\",\"LongName\":\"IRNSS India's Regional Navigation Satellite System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"SBAS (Satellite-Based Augmentation + System) Satellites\",\"Instruments\":[{\"ShortName\":\"SBAS P\",\"LongName\":\"Satellite-Based + Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_735\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1416457581-CDDIS\",\"revision-date\":\"2017-09-27T20:27:52.591Z\",\"granule-count\":75535,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_DAILY_Q_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_daily_data_qzssnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) QZSS Broadcast Ephemeris Data (daily + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS daily QZSS broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS daily QZSS broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_Q_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + \ Quasi-Zenith Satellite System (QZSS) Broadcast Ephemeris Data (daily files) + from the NASA Crustal Dynamics Data Information System (CDDIS). GNSS provide + autonomous geo-spatial positioning with global coverage. GNSS data sets from + ground receivers at the CDDIS consist primarily of the data from the U.S. + Global Positioning System (GPS) and the Russian GLONASS. Since 2011, the CDDIS + GNSS archive includes data from other GNSS (Europe\u2019s Galileo, China\u2019s + Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the Indian Regional + Navigation Satellite System/IRNSS, and worldwide Satellite Based Augmentation + Systems/SBASs), which are similar to the U.S. GPS in terms of the satellite + constellation, orbits, and signal structure. The daily QZSS broadcast ephemeris + files contain one day of QZSS broadcast navigation data in RINEX format from + a global permanent network of ground-based receivers, one file per site. More + information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-01T14:01:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-27T20:27:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"QZSS\",\"LongName\":\"QZSS + (Japan's Quasi-Zenith Satellite System)\",\"Instruments\":[{\"ShortName\":\"QZSS + P\",\"LongName\":\"QZSS (Japan's Quasi-Zenith Satellite System) Payload\"}]},{\"Type\":\"In + Situ Land-based Platforms\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"GROUND + STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS RECEIVERS\",\"LongName\":\"GNSS + Receivers\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_838\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419779332-CDDIS\",\"revision-date\":\"2017-09-27T19:47:34.131Z\",\"granule-count\":733303,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_HOURLY_Q_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_hourly_data_qzssnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) QZSS Broadcast Ephemeris Data (hourly + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS hourly data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/hourly\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS hourly QZSS broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS hourly QZSS broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HOURLY_Q_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + \ Quasi-Zenith Satellite System (QZSS) Broadcast Ephemeris Data (hourly files) + from the NASA Crustal Dynamics Data Information System (CDDIS). GNSS provide + autonomous geo-spatial positioning with global coverage. GNSS data sets from + ground receivers at the CDDIS consist primarily of the data from the U.S. + Global Positioning System (GPS) and the Russian GLONASS. Since 2011, the CDDIS + GNSS archive includes data from other GNSS (Europe\u2019s Galileo, China\u2019s + Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the Indian Regional + Navigation Satellite System/IRNSS, and worldwide Satellite Based Augmentation + Systems/SBASs), which are similar to the U.S. GPS in terms of the satellite + constellation, orbits, and signal structure. The hourly QZSS broadcast ephemeris + files contain one day of QZSS broadcast navigation data in RINEX format from + a global permanent network of ground-based receivers, one file per site. More + information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T20:14:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-27T19:47:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"QZSS\",\"LongName\":\"Quasi-Zenith + Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"QZSS P\",\"LongName\":\"Quasi-Zenith + Satellite System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS\",\"LongName\":\"GNSS + RECEIVERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_912\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1422105790-CDDIS\",\"revision-date\":\"2021-03-04T20:45:50.303Z\",\"granule-count\":1779206,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HIGHRATE_Q_001\"},\"ShortName\":\"CDDIS_GNSS_highrate_data_qzssnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) QZSS Broadcast Ephemeris Data (sub-hourly + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS sub-hourly data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/highrate\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly QZSS broadcast navigation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly QZSS broadcast navigation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HIGHRATE_Q_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + \ Quasi-Zenith Satellite System (QZSS) Broadcast Ephemeris Data (sub-hourly + files) from the NASA Crustal Dynamics Data Information System (CDDIS). GNSS + provide autonomous geo-spatial positioning with global coverage. GNSS data + sets from ground receivers at the CDDIS consist primarily of the data from + the U.S. Global Positioning System (GPS) and the Russian GLONASS. Since 2011, + the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s Galileo, + China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the + Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The sub-hourly + QZSS broadcast ephemeris files contain 15 minutes of QZSS broadcast navigation + data in RINEX format from a global permanent network of ground-based receivers, + one file per 15 minutes per site. More information about these data is available + on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2017-09-27T20:18:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-01-24T18:54:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Quasi-Zenith + Satellite System Payload\",\"ShortName\":\"QZSS P\"}],\"LongName\":\"Quasi-Zenith + Satellite System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"GNSS RECEIVERS\",\"ShortName\":\"GNSS\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_737\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1416457743-CDDIS\",\"revision-date\":\"2017-09-27T20:29:07.185Z\",\"granule-count\":59413,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_DAILY_H_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_daily_data_sbasnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) SBAS Broadcast Ephemeris Data (daily + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS daily SBAS broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS daily SBAS broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_H_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Satellite-Based Augmentation System (SBAS) Broadcast Ephemeris Data (daily + files) from the NASA Crustal Dynamics Data Information System (CDDIS). GNSS + provide autonomous geo-spatial positioning with global coverage. GNSS data + sets from ground receivers at the CDDIS consist primarily of the data from + the U.S. Global Positioning System (GPS) and the Russian GLONASS. Since 2011, + the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s Galileo, + China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the + Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The daily SBAS + broadcast ephemeris files contain one day of SBAS broadcast navigation data + in RINEX format from a global permanent network of ground-based receivers, + one file per site. More information about these data is available on the CDDIS + website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-01T14:03:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-27T20:29:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"SBAS + (Satellite-Based Augmentation System)\",\"Instruments\":[{\"ShortName\":\"SBAS + P\",\"LongName\":\"SBAS (Satellite-Based Augmentation System) Payload\"}]},{\"Type\":\"In + Situ Land-based Platforms\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"GROUND + STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS RECEIVERS\",\"LongName\":\"GNSS + Receivers\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_835\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419774630-CDDIS\",\"revision-date\":\"2017-09-27T19:49:02.225Z\",\"granule-count\":472350,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_HOURLY_H_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_hourly_data_sbasnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) SBAS Broadcast Ephemeris Data (hourly + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS hourly data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/hourly\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS hourly SBAS broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS hourly SBAS broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HOURLY_H_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Satellite-Based Augmentation System (SBAS) Broadcast Ephemeris Data (hourly + files) from the NASA Crustal Dynamics Data Information System (CDDIS). GNSS + provide autonomous geo-spatial positioning with global coverage. GNSS data + sets from ground receivers at the CDDIS consist primarily of the data from + the U.S. Global Positioning System (GPS) and the Russian GLONASS. Since 2011, + the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s Galileo, + China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the + Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The hourly SBAS + broadcast ephemeris files contain one day of SBAS broadcast navigation data + in RINEX format from a global permanent network of ground-based receivers, + one file per site. More information about these data is available on the CDDIS + website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T18:59:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-27T19:49:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"Satellite-Based + Augmentation System Satellites\",\"Instruments\":[{\"ShortName\":\"SBAS P\",\"LongName\":\"Satellite-Based + Augmentation System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS\",\"LongName\":\"GNSS + RECEIVERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_913\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1422109486-CDDIS\",\"revision-date\":\"2021-03-04T20:42:13.553Z\",\"granule-count\":797476,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HIGHRATE_H_001\"},\"ShortName\":\"CDDIS_GNSS_highrate_data_sbasnav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System (GNSS) SBAS Broadcast Ephemeris Data (sub-hourly + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS sub-hourly data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/highrate\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly SBAS broadcast navigation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS hourly SBAS broadcast navigation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HIGHRATE_H_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Satellite-Based Augmentation System (SBAS) Broadcast Ephemeris Data (sub-hourly + files) from the NASA Crustal Dynamics Data Information System (CDDIS). GNSS + provide autonomous geo-spatial positioning with global coverage. GNSS data + sets from ground receivers at the CDDIS consist primarily of the data from + the U.S. Global Positioning System (GPS) and the Russian GLONASS. Since 2011, + the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s Galileo, + China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the + Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. The sub-hourly + SBAS broadcast ephemeris files contain 15 minutes of SBAS broadcast navigation + data in RINEX format from a global permanent network of ground-based receivers, + one file per 15 minutes per site. More information about these data is available + on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2017-09-27T20:20:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-01-24T18:55:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Satellite-Based + Augmentation System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based + Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"GNSS RECEIVERS\",\"ShortName\":\"GNSS\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_795\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419741989-CDDIS\",\"revision-date\":\"2017-09-27T20:29:56.481Z\",\"granule-count\":62422,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_DAILY_B_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_daily_data_combinednav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System Combined Broadcast Ephemeris Data (daily + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS daily combined broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS daily combined broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_B_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Combined Broadcast Ephemeris Data (daily files of all distinct navigation + messages received in one day) from the NASA Crustal Dynamics Data Information + System (CDDIS). GNSS provide autonomous geo-spatial positioning with global + coverage. GNSS data sets from ground receivers at the CDDIS consist primarily + of the data from the U.S. Global Positioning System (GPS) and the Russian + GLObal NAvigation Satellite System (GLONASS). Since 2011, the CDDIS GNSS archive + includes data from other GNSS (Europe\u2019s Galileo, China\u2019s Beidou, + Japan\u2019s Quasi-Zenith Satellite System/QZSS, the Indian Regional Navigation + Satellite System/IRNSS, and worldwide Satellite Based Augmentation Systems/SBASs), + which are similar to the U.S. GPS in terms of the satellite constellation, + orbits, and signal structure. The daily GNSS broadcast ephemeris files contain + one day of mixed GNSS navigation (30-second sampling) data in RINEX format + from a global permanent network of ground-based receivers, one file per site. + More information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T14:40:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-27T20:29:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Beidou\",\"LongName\":\"Beidou + Satellites\",\"Instruments\":[{\"ShortName\":\"Beidou P\",\"LongName\":\"Beidou + China's Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Galileo\",\"LongName\":\"Galileo + Satellites\",\"Instruments\":[{\"ShortName\":\"Galileo P\",\"LongName\":\"Galileo + Europe's European Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"GLONASS\",\"LongName\":\"GLONASS (GLObal NAvigation + Satellite System) Satellites\",\"Instruments\":[{\"ShortName\":\"GLONASS P\",\"LongName\":\"GLObal + NAvigation Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GPS\",\"LongName\":\"GPS + Global Positioning System Satellites\",\"Instruments\":[{\"ShortName\":\"GPSP\",\"LongName\":\"Global + Positioning System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS + RECEIVERS\",\"LongName\":\"GNSS Receivers\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"QZSS\",\"LongName\":\"Quasi-Zenith + Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"QZSS P\",\"LongName\":\"QZSS + Quasi-Zenith Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"IRNSS\",\"LongName\":\"IRNSS + (India's Regional Navigation Satellite System) Satellites\",\"Instruments\":[{\"ShortName\":\"IRNSS + P\",\"LongName\":\"IRNSS India's Regional Navigation Satellite System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"SBAS (Satellite-Based Augmentation + System) Satellites\",\"Instruments\":[{\"ShortName\":\"SBAS P\",\"LongName\":\"Satellite-Based + Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"rebagwel\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CDDIS_GNSS_hourly_data\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000009-CDDIS\",\"revision-date\":\"2024-03-06T16:04:55.210Z\",\"granule-count\":14997090,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-10-07T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\"},\"ShortName\":\"CDDIS_GNSS_hourly_data\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System Data (30-second sampling, 1 hour files) + from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"URL\":\"ftp://cddis.gsfc.nasa.gov/gnss/data/hourly\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2005-10-07T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2012-06-14T00:00:00.000Z\"}],\"Abstract\":\"Global + Navigation Satellite System (GNSS) daily 30-second sampled data available + from the Crustal Dynamics Data Information System (CDDIS). Global Navigation + Satellite System (GNSS) provide autonomous geo-spatial positioning with global + coverage. GNSS data sets from ground receivers at the CDDIS consist primarily + of the data from the U.S. Global Positioning System (GPS) and the Russian + GLObal NAvigation Satellite System (GLONASS). Other GNSS (Europe\u2019s Galileo, + China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the + Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs) are similar to the U.S. GPS in terms of + the satellite constellation, orbits, and signal structure; CDDIS began archiving + data from these systems in 2011. These data include hourly files of observation + (30-second sampling), broadcast ephemeris, meteorological messages in RINEX + format as well as other files (e.g., hourly meteorological data) from a global + network of permanent ground-based receivers.\",\"Purpose\":\"The receivers + collect the signals from orbiting satellites to determine their location in + three dimensions and calculate precise time. GNSS receivers detect, decode, + and process both pseudorange (code) and phase transmitted by the GNSS satellites. + The satellites transmit the ranging codes on two radio-frequency carriers, + allowing the locations of GNSS receivers to be determined with varying degrees + of accuracy, depending on the receiver and post-processing of the data.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2016-08-19T14:30:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-06T16:04:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Carey\",\"MiddleName\":\"E\",\"LastName\":\"Noll\",\"ContactInformation\":{\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 690.1\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Carey.Noll@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 690.1\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Satellites\",\"ShortName\":\"Beidou\",\"LongName\":\"Beidou + Satellites\",\"Instruments\":[{\"ShortName\":\"Beidou RECEIVERS\"}]},{\"Type\":\"Navigation + Satellites\",\"ShortName\":\"Galileo\",\"LongName\":\"Galileo Satellites\",\"Instruments\":[{\"ShortName\":\"Galileo + RECEIVERS\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GLONASS\",\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"Instruments\":[{\"ShortName\":\"GLONASS RECEIVERS\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPS\",\"LongName\":\"Global Positioning + System Satellites\",\"Instruments\":[{\"ShortName\":\"GPS RECEIVERS\",\"LongName\":\"GPS + RECEIVERS\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS + RECEIVER\",\"LongName\":\"GNSS RECEIVER\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"QZSS\",\"LongName\":\"Quasi-Zenith Satellite + System Satellites\",\"Instruments\":[{\"ShortName\":\"QZSS RECEIVERS\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"IRNSS\",\"LongName\":\"India's Regional + Navigation Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"IRNSS + RECEIVERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"sandra.blevins\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CDDIS_GNSS_daily_data\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000060-CDDIS\",\"revision-date\":\"2021-10-22T17:50:17.665Z\",\"granule-count\":2099863,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_DAILY_O_001\",\"Authority\":\"EOSDIS\"},\"ShortName\":\"CDDIS_GNSS_daily_data\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System Data (30-second sampling, 24 hour files) + from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"GetData\":{\"Format\":\"RINEX\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS daily data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"GNSS + provide autonomous geo-spatial positioning with global coverage. GNSS data + sets from ground receivers at the CDDIS consist primarily of the data from + the U.S. Global Positioning System (GPS) and the Russian GLObal NAvigation + Satellite System (GLONASS). Since 2011, the CDDIS GNSS archive includes data + from other GNSS (Europe\u2019s Galileo, China\u2019s Beidou, Japan\u2019s + Quasi-Zenith Satellite System/QZSS, the Indian Regional Navigation Satellite + System/IRNSS, and worldwide Satellite Based Augmentation Systems/SBASs), which + are similar to the U.S. GPS in terms of the satellite constellation, orbits, + and signal structure. The daily GNSS observation files (un-compacted) contain + one day of GPS or multi-GNSS observation (30-second sampling) data in RINEX + format from a global permanent network of ground-based receivers, one file + per site. More information about these data is available on the CDDIS website + at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2016-08-01T15:35:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2021-10-22T17:50:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Beidou\",\"LongName\":\"Beidou + Satellites\",\"Instruments\":[{\"ShortName\":\"Beidou RECEIVERS\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"Galileo\",\"LongName\":\"Galileo Satellites\",\"Instruments\":[{\"ShortName\":\"Galileo + RECEIVERS\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GLONASS\",\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"Instruments\":[{\"ShortName\":\"GLONASS RECEIVERS\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GPS\",\"LongName\":\"Global Positioning + System Satellites\",\"Instruments\":[{\"ShortName\":\"GPS RECEIVERS\",\"LongName\":\"GPS + RECEIVERS\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS + RECEIVER\",\"LongName\":\"GNSS RECEIVER\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"QZSS\",\"LongName\":\"Quasi-Zenith Satellite + System Satellites\",\"Instruments\":[{\"ShortName\":\"QZSS RECEIVERS\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"IRNSS\",\"LongName\":\"India\u2019s + Regional Navigation Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"IRNSS + RECEIVERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_10854\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1710978272-CDDIS\",\"revision-date\":\"2021-03-04T20:41:45.972Z\",\"granule-count\":3010,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Differential + Code Bias product\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_IGSDCB_001\"},\"ShortName\":\"CDDIS_GNSS_IGSDCB_product\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System Differential Code Bias Product from NASA + CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS DCB products through https\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"https://cddis.nasa.gov/archive/gnss/products/bias\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS DCB products\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/gnss_differential_code_bias_product.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS DCB products\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_IGSDCB_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2013-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of differential code biases (DCBs) from a network of ground-based + Global Navigation Satellite System (GNSS) station and available from the NASA + Crustal Dynamics Data Information System (CDDIS). GNSS provide autonomous + geo-spatial positioning with global coverage. GNSS data sets from ground receivers + at the CDDIS consist primarily of the data from the U.S. Global Positioning + System (GPS) and the Russian GLObal NAvigation Satellite System (GLONASS). + Since 2011, the CDDIS GNSS archive includes data from other GNSS (Europe\u2019s + Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, + the Indian Regional Navigation Satellite System/IRNSS, and worldwide Satellite + Based Augmentation Systems/SBASs), which are similar to the U.S. GPS in terms + of the satellite constellation, orbits, and signal structure. DCBs are the + systematic errors, or biases, between two GNSS code observations at the same + or different frequencies. DCBs are required for code-based positioning of + GNSS receivers, extracting ionosphere total electron content (TEC), and other + applications. Proper knowledge of DCBs is crucial to many navigation applications + but also non-navigation applications such as ionospheric analysis and time + transfer. With all of the new signals offered by modernized and new GNSS constellations, + analysts now require a comprehensive multi-GNSS DCB product. More information + about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/gnss_differential_code_bias_product.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2020-03-24T15:41:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-03-24T15:41:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"},{\"LongName\":\"Space + Geodesy Project\",\"ShortName\":\"SGP\",\"StartDate\":\"2011-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"China's + Satellite Navigation System Payload\",\"ShortName\":\"Beidou P\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"Europe's + European Satellite Navigation System Payload\",\"ShortName\":\"Galileo P\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"GLObal + NAvigation Satellite System Payload\",\"ShortName\":\"GLONASS P\"}],\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Global Positioning System Payload\",\"ShortName\":\"GPSP\"}],\"LongName\":\"Global + Positioning System Satellites\",\"ShortName\":\"GPS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"GNSS RECEIVER\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"LongName\":\"Quasi-Zenith Satellite System + Payload\",\"ShortName\":\"QZSS P\"}],\"LongName\":\"Quasi-Zenith Satellite + System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"India's + Regional Navigation Satellite System Payload\",\"ShortName\":\"IRNSS P\"}],\"LongName\":\"India\u2019s + Regional Navigation Satellite System Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation + System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based + Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_793\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419741919-CDDIS\",\"revision-date\":\"2018-04-09T19:23:19.392Z\",\"granule-count\":373137,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_DAILY_X_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_daily_data_mixednav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System Mixed Broadcast Ephemeris Data (daily files) + from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS daily mixed broadcast navigation data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\"},{\"Description\":\"URL + for more information about GNSS daily mixed broadcast navigation data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_X_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Mixed Broadcast Ephemeris Data (daily files) from the NASA Crustal Dynamics + Data Information System (CDDIS). GNSS provide autonomous geo-spatial positioning + with global coverage. GNSS data sets from ground receivers at the CDDIS consist + primarily of the data from the U.S. Global Positioning System (GPS) and the + Russian GLObal NAvigation Satellite System (GLONASS). Since 2011, the CDDIS + GNSS archive includes data from other GNSS (Europe\u2019s Galileo, China\u2019s + Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the Indian Regional + Navigation Satellite System/IRNSS, and worldwide Satellite Based Augmentation + Systems/SBASs), which are similar to the U.S. GPS in terms of the satellite + constellation, orbits, and signal structure. The daily GNSS broadcast ephemeris + files contain one day of mixed multi-GNSS navigation (30-second sampling) + data in RINEX format from a global permanent network of ground-based receivers, + one file per site. More information about these data is available on the CDDIS + website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T14:36:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-04-09T19:23:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Beidou\",\"LongName\":\"Beidou + Satellites\",\"Instruments\":[{\"ShortName\":\"Beidou P\",\"LongName\":\"China's + Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Galileo\",\"LongName\":\"Galileo + Satellites\",\"Instruments\":[{\"ShortName\":\"Galileo P\",\"LongName\":\"Europe's + European Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GLONASS\",\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"Instruments\":[{\"ShortName\":\"GLONASS P\",\"LongName\":\"GLObal + NAvigation Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System Satellites\",\"Instruments\":[{\"ShortName\":\"GPSP\",\"LongName\":\"Global + Positioning System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS + RECEIVER\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"QZSS\",\"LongName\":\"Quasi-Zenith + Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"QZSS P\",\"LongName\":\"Quasi-Zenith + Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"IRNSS\",\"LongName\":\"India\u2019s + Regional Navigation Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"IRNSS + P\",\"LongName\":\"India's Regional Navigation Satellite System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"Satellite-Based Augmentation + System Satellites\",\"Instruments\":[{\"ShortName\":\"SBAS P\",\"LongName\":\"Satellite-Based + Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_915\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1422115262-CDDIS\",\"revision-date\":\"2021-03-04T20:43:33.314Z\",\"granule-count\":7248445,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HIGHRATE_X_001\"},\"ShortName\":\"CDDIS_GNSS_highrate_data_mixednav\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System Mixed Broadcast Ephemeris Data (sub-hourly + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS sub-hourly data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/highrate\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly mixed broadcast navigation data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/broadcast_ephemeris_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly mixed broadcast navigation data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HIGHRATE_X_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Mixed Broadcast Ephemeris Data (sub-hourly files) from the NASA Crustal Dynamics + Data Information System (CDDIS). GNSS provide autonomous geo-spatial positioning + with global coverage. GNSS data sets from ground receivers at the CDDIS consist + primarily of the data from the U.S. Global Positioning System (GPS) and the + Russian GLObal NAvigation Satellite System (GLONASS). Since 2011, the CDDIS + GNSS archive includes data from other GNSS (Europe\u2019s Galileo, China\u2019s + Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the Indian Regional + Navigation Satellite System/IRNSS, and worldwide Satellite Based Augmentation + Systems/SBASs), which are similar to the U.S. GPS in terms of the satellite + constellation, orbits, and signal structure. The sub-hourly GNSS broadcast + ephemeris files contain 15 minutes of mixed multi-GNSS navigation (1-second + sampling) data in RINEX format from a global permanent network of ground-based + receivers, one file per 15 minutes per site. More information about these + data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2017-09-27T20:24:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-01-24T18:53:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"China's + Satellite Navigation System Payload\",\"ShortName\":\"Beidou P\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"Europe's + European Satellite Navigation System Payload\",\"ShortName\":\"Galileo P\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"GLObal + NAvigation Satellite System Payload\",\"ShortName\":\"GLONASS P\"}],\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Global Positioning System Payload\",\"ShortName\":\"GPSP\"}],\"LongName\":\"Global + Positioning System Satellites\",\"ShortName\":\"GPS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"GNSS RECEIVER\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"LongName\":\"Quasi-Zenith Satellite System + Payload\",\"ShortName\":\"QZSS P\"}],\"LongName\":\"Quasi-Zenith Satellite + System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"India's + Regional Navigation Satellite System Payload\",\"ShortName\":\"IRNSS P\"}],\"LongName\":\"India\u2019s + Regional Navigation Satellite System Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation + System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based + Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_796\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419742056-CDDIS\",\"revision-date\":\"2017-09-18T15:17:23.019Z\",\"granule-count\":5103889,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_DAILY_S_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_daily_data_sum\",\"EntryTitle\":\"Ground-Based + Global Navigation Satellite System Observation Summary Data (30-second sampling, + daily files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS daily observation summary data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html\"},{\"Description\":\"URL + for more information about GNSS daily observation summary data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_S_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Global Navigation Satellite System (GNSS) + Observation Summary Data (30-second sampling, daily files of all distinct + navigation messages received in one day) from the NASA Crustal Dynamics Data + Information System (CDDIS). GNSS provide autonomous geo-spatial positioning + with global coverage. GNSS data sets from ground receivers at the CDDIS consist + primarily of the data from the U.S. Global Positioning System (GPS) and the + Russian GLObal NAvigation Satellite System (GLONASS). Since 2011, the CDDIS + GNSS archive includes data from other GNSS (Europe\u2019s Galileo, China\u2019s + Beidou, Japan\u2019s Quasi-Zenith Satellite System/QZSS, the Indian Regional + Navigation Satellite System/IRNSS, and worldwide Satellite Based Augmentation + Systems/SBASs), which are similar to the U.S. GPS in terms of the satellite + constellation, orbits, and signal structure. The daily files contain summary + information of one day of GPS or multi-GNSS observations (30-second sampling) + data in RINEX format from a global permanent network of ground-based receivers, + one file per site. More information about these data is available on the CDDIS + website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T14:43:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-18T15:17:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Beidou\",\"LongName\":\"Beidou + Satellites\",\"Instruments\":[{\"ShortName\":\"Beidou P\",\"LongName\":\"Beidou + China's Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Galileo\",\"LongName\":\"Galileo + Satellites\",\"Instruments\":[{\"ShortName\":\"Galileo P\",\"LongName\":\"Galileo + Europe's European Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"GLONASS\",\"LongName\":\"GLONASS (GLObal NAvigation + Satellite System) Satellites\",\"Instruments\":[{\"ShortName\":\"GLONASS P\",\"LongName\":\"GLObal + NAvigation Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GPS\",\"LongName\":\"GPS + Global Positioning System Satellites\",\"Instruments\":[{\"ShortName\":\"GPSP\",\"LongName\":\"Global + Positioning System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS + RECEIVERS\",\"LongName\":\"GNSS Receivers\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"QZSS\",\"LongName\":\"Quasi-Zenith + Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"QZSS P\",\"LongName\":\"QZSS + Quasi-Zenith Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"IRNSS\",\"LongName\":\"IRNSS + (India's Regional Navigation Satellite System) Satellites\",\"Instruments\":[{\"ShortName\":\"IRNSS + P\",\"LongName\":\"IRNSS India's Regional Navigation Satellite System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"SBAS (Satellite-Based Augmentation + System) Satellites\",\"Instruments\":[{\"ShortName\":\"SBAS P\",\"LongName\":\"Satellite-Based + Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_807\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419744066-CDDIS\",\"revision-date\":\"2017-09-18T17:50:20.722Z\",\"granule-count\":769491,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_DAILY_M_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_daily_data_met\",\"EntryTitle\":\"Ground-Based + Meteorological Data (daily, 24 hour files) from Co-Located Global Navigation + Satellite System (GNSS) Receivers from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS daily meteorological data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/daily\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS daily meteorological data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html\"},{\"Description\":\"URL + for more information about GNSS daily meteorological data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_DAILY_M_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Meteorological Data (daily, 24 hour files) + from instruments co-located with Global Navigation Satellite System (GNSS) + receivers from the NASA Crustal Dynamics Data Information System (CDDIS). + GNSS provide autonomous geo-spatial positioning with global coverage. GNSS + data sets from ground receivers at the CDDIS consist primarily of the data + from the U.S. Global Positioning System (GPS) and the Russian GLObal NAvigation + Satellite System (GLONASS). Since 2011, the CDDIS GNSS archive includes data + from other GNSS (Europe\u2019s Galileo, China\u2019s Beidou, Japan\u2019s + Quasi-Zenith Satellite System/QZSS, the Indian Regional Navigation Satellite + System/IRNSS, and worldwide Satellite Based Augmentation Systems/SBASs), which + are similar to the U.S. GPS in terms of the satellite constellation, orbits, + and signal structure. The daily meteorological data files contain one day + of meteorological data (temperature, pressure, humidity, etc.) in RINEX format + from a global permanent network of ground-based receivers, one file per site. + More information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/daily_30second_data.html.\\r\\n\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T15:14:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-18T17:50:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Beidou\",\"LongName\":\"Beidou + Satellites\",\"Instruments\":[{\"ShortName\":\"Beidou P\",\"LongName\":\"Beidou + China's Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Galileo\",\"LongName\":\"Galileo + Satellites\",\"Instruments\":[{\"ShortName\":\"Galileo P\",\"LongName\":\"Galileo + Europe's European Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"GLONASS\",\"LongName\":\"GLONASS (GLObal NAvigation + Satellite System) Satellites\",\"Instruments\":[{\"ShortName\":\"GLONASS P\",\"LongName\":\"GLObal + NAvigation Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GPS\",\"LongName\":\"GPS + Global Positioning System Satellites\",\"Instruments\":[{\"ShortName\":\"GPSP\",\"LongName\":\"Global + Positioning System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS + RECEIVERS\",\"LongName\":\"GNSS Receivers\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"QZSS\",\"LongName\":\"Quasi-Zenith + Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"QZSS P\",\"LongName\":\"QZSS + Quasi-Zenith Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"IRNSS\",\"LongName\":\"IRNSS + (India's Regional Navigation Satellite System) Satellites\",\"Instruments\":[{\"ShortName\":\"IRNSS + P\",\"LongName\":\"IRNSS India's Regional Navigation Satellite System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"SBAS (Satellite-Based Augmentation + System) Satellites\",\"Instruments\":[{\"ShortName\":\"SBAS P\",\"LongName\":\"Satellite-Based + Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"cenoll\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_824\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419766544-CDDIS\",\"revision-date\":\"2017-09-18T19:02:10.336Z\",\"granule-count\":5260931,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"ELLIPSOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEODETICS\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"PLATE BOUNDARIES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"DOI\":\"10.5067/GNSS/GNSS_HOURLY_M_001\",\"Authority\":\"http://dx.doi.org/\"},\"ShortName\":\"CDDIS_GNSS_hourly_data_met\",\"EntryTitle\":\"Ground-Based + Meteorological Data (hourly files) from Co-Located Global Navigation Satellite + System (GNSS) Receivers from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS hourly meteorological data through ftp\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/hourly\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"}},{\"Description\":\"URL + for more information about GNSS hourly meteorological data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html\"},{\"Description\":\"URL + for more information about GNSS hourly meteorological data\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HOURLY_M_001\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1992-01-01T00:00:00.000Z\"}],\"Abstract\":\"This + dataset consists of ground-based Meteorological Data (hourly, 24 hour files) + from instruments co-located with Global Navigation Satellite System (GNSS) + receivers from the NASA Crustal Dynamics Data Information System (CDDIS). + GNSS provide autonomous geo-spatial positioning with global coverage. GNSS + data sets from ground receivers at the CDDIS consist primarily of the data + from the U.S. Global Positioning System (GPS) and the Russian GLObal NAvigation + Satellite System (GLONASS). Since 2011, the CDDIS GNSS archive includes data + from other GNSS (Europe\u2019s Galileo, China\u2019s Beidou, Japan\u2019s + Quasi-Zenith Satellite System/QZSS, the Indian Regional Navigation Satellite + System/IRNSS, and worldwide Satellite Based Augmentation Systems/SBASs), which + are similar to the U.S. GPS in terms of the satellite constellation, orbits, + and signal structure. The hourly meteorological data files contain one day + of meteorological data (temperature, pressure, humidity, etc.) in RINEX format + from a global permanent network of ground-based receivers, one file per site. + More information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/hourly_30second_data.html.\\r\\n\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-18T17:47:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-09-18T19:02:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IGS\",\"LongName\":\"International + GNSS Service\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\",\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA GSFC\",\"Code 61A\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://cddis.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Beidou\",\"LongName\":\"Beidou + Satellites\",\"Instruments\":[{\"ShortName\":\"Beidou P\",\"LongName\":\"Beidou + China's Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"Galileo\",\"LongName\":\"Galileo + Satellites\",\"Instruments\":[{\"ShortName\":\"Galileo P\",\"LongName\":\"Galileo + Europe's European Satellite Navigation System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"GLONASS\",\"LongName\":\"GLONASS (GLObal NAvigation + Satellite System) Satellites\",\"Instruments\":[{\"ShortName\":\"GLONASS P\",\"LongName\":\"GLObal + NAvigation Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"GPS\",\"LongName\":\"GPS + Global Positioning System Satellites\",\"Instruments\":[{\"ShortName\":\"GPSP\",\"LongName\":\"Global + Positioning System Payload\"}]},{\"Type\":\"In Situ Land-based Platforms\",\"ShortName\":\"GROUND + STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"GNSS + RECEIVERS\",\"LongName\":\"GNSS Receivers\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"QZSS\",\"LongName\":\"Quasi-Zenith + Satellite System Satellites\",\"Instruments\":[{\"ShortName\":\"QZSS P\",\"LongName\":\"QZSS + Quasi-Zenith Satellite System Payload\"}]},{\"Type\":\"Navigation Platforms\",\"ShortName\":\"IRNSS\",\"LongName\":\"IRNSS + (India's Regional Navigation Satellite System) Satellites\",\"Instruments\":[{\"ShortName\":\"IRNSS + P\",\"LongName\":\"IRNSS India's Regional Navigation Satellite System Payload\"}]},{\"Type\":\"Navigation + Platforms\",\"ShortName\":\"SBAS\",\"LongName\":\"SBAS (Satellite-Based Augmentation + System) Satellites\",\"Instruments\":[{\"ShortName\":\"SBAS P\",\"LongName\":\"Satellite-Based + Augmentation System Payload\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_902\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1422086277-CDDIS\",\"revision-date\":\"2021-03-04T20:42:15.547Z\",\"granule-count\":9585836,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1A\",\"ProcessingLevelDescription\":\"Raw + receiver data formatted into RINEX\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/GNSS/GNSS_HIGHRATE_M_001\"},\"ShortName\":\"CDDIS_GNSS_highrate_data_met\",\"EntryTitle\":\"Ground-Based + Meteorological Data (sub-hourly files) from Co-Located Global Navigation Satellite + System (GNSS) Receivers from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of GNSS sub-hourly meteorological data through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/gnss/data/highrate\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about GNSS sub-hourly meteorological data\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about GNSS hourly meteorological data\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/GNSS/GNSS_HIGHRATE_M_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1992-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Meteorological Data (sub-hourly files) from + instruments co-located with Global Navigation Satellite System (GNSS) receivers + from the NASA Crustal Dynamics Data Information System (CDDIS). GNSS provide + autonomous geo-spatial positioning with global coverage. GNSS data sets from + ground receivers at the CDDIS consist primarily of the data from the U.S. + Global Positioning System (GPS) and the Russian GLObal NAvigation Satellite + System (GLONASS). Since 2011, the CDDIS GNSS archive includes data from other + GNSS (Europe\u2019s Galileo, China\u2019s Beidou, Japan\u2019s Quasi-Zenith + Satellite System/QZSS, the Indian Regional Navigation Satellite System/IRNSS, + and worldwide Satellite Based Augmentation Systems/SBASs), which are similar + to the U.S. GPS in terms of the satellite constellation, orbits, and signal + structure. The sub-hourly meteorological data files contain 15 minutes of + meteorological data (temperature, pressure, humidity, etc.) in RINEX format + from a global permanent network of ground-based receivers, one file per 15 + minutes per site. More information about these data is available on the CDDIS + website at https://cddis.nasa.gov/Data_and_Derived_Products/GNSS/high-rate_data.html.\\r\\n\",\"Purpose\":\"The + GNSS receivers collect the signals from orbiting satellites to determine their + location in three dimensions and calculate precise time. GNSS receivers detect, + decode, and process both pseudorange (code) and phase transmitted by the GNSS + satellites. The satellites transmit the ranging codes on two or more radio-frequency + carriers, allowing the locations of GNSS receivers to be determined with varying + degrees of accuracy, depending on the receiver and post-processing of the + data. The receivers also calculate current local time to high precision facilitating + time synchronization applications.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2017-09-27T20:03:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-01-24T18:51:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Ground-Based + Global Navigation Satellite System Meteorological Data (sub-hourly files) + from NASA CDDIS\",\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + GNSS Service\",\"ShortName\":\"IGS\",\"StartDate\":\"1992-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + second - < 1 minute\"],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"China's + Satellite Navigation System Payload\",\"ShortName\":\"Beidou P\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"Europe's + European Satellite Navigation System Payload\",\"ShortName\":\"Galileo P\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"GLObal + NAvigation Satellite System Payload\",\"ShortName\":\"GLONASS P\"}],\"LongName\":\"(GLObal + NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Global Positioning System Payload\",\"ShortName\":\"GPSP\"}],\"LongName\":\"Global + Positioning System Satellites\",\"ShortName\":\"GPS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"GNSS RECEIVER\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"LongName\":\"Quasi-Zenith Satellite System + Payload\",\"ShortName\":\"QZSS P\"}],\"LongName\":\"Quasi-Zenith Satellite + System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"LongName\":\"India's + Regional Navigation Satellite System Payload\",\"ShortName\":\"IRNSS P\"}],\"LongName\":\"India\u2019s + Regional Navigation Satellite System Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"LongName\":\"Satellite-Based Augmentation + System Payload\",\"ShortName\":\"SBAS P\"}],\"LongName\":\"Satellite-Based + Augmentation System Satellites\",\"ShortName\":\"SBAS\",\"Type\":\"Navigation + Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/global_climate/EM27_XCO2_XCH4_XCO_AK/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Ground-based + Observations of XCO2, XCH4, and XCO, Fairbanks, AK, 2016-2019\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2762258684-ORNL_CLOUD\",\"revision-date\":\"2023-09-06T16:45:35.785Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Jacobs, + N., W.R. Simpson, F. Hase, T. Blumenstock, Q. Tu, M. Frey, M.K. Dubey, and + H.A. Parker. 2021. Ground-based Observations of XCO2, XCH4, and XCO, Fairbanks, + AK, 2016-2019. ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/1831\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-149.09,\"NorthBoundingCoordinate\":65.12,\"EastBoundingCoordinate\":-146.92,\"SouthBoundingCoordinate\":64.47}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"CARBON + AND HYDROCARBON COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC CARBON DIOXIDE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"CARBON + AND HYDROCARBON COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC CARBON MONOXIDE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"CARBON + AND HYDROCARBON COMPOUNDS\",\"VariableLevel2\":\"METHANE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"NITROUS OXIDE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + CHEMISTRY\",\"VariableLevel1\":\"OXYGEN COMPOUNDS\",\"VariableLevel2\":\"MOLECULAR + OXYGEN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED + WAVELENGTHS\",\"VariableLevel1\":\"INFRARED RADIANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2016-08-04T00:00:00.000Z\",\"EndingDateTime\":\"2019-10-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1831\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"EM27_XCO2_XCH4_XCO_AK_1831\",\"EntryTitle\":\"Ground-based + Observations of XCO2, XCH4, and XCO, Fairbanks, AK, 2016-2019\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/global_climate/EM27_XCO2_XCH4_XCO_AK/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/global_climate/EM27_XCO2_XCH4_XCO_AK/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/CLIMATE/guides/EM27_XCO2_XCH4_XCO_AK.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1831\"},{\"Description\":\"Ground-based + Observations of XCO2, XCH4, and XCO, Fairbanks, AK, 2016-2019: EM27_XCO2_XCH4_XCO_AK.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/global_climate/EM27_XCO2_XCH4_XCO_AK/comp/EM27_XCO2_XCH4_XCO_AK.pdf\"},{\"Description\":\"Time-series + of ground-based column-averaged dry air mole fractions of CO2 (xco2), CH4 + (xch4), and CO (xco). Plotted data represent hourly averages derived from + all archived files.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/CLIMATE/guides/EM27_XCO2_XCH4_XCO_AK_Fig1.png\"}],\"DataDates\":[{\"Date\":\"2021-09-23T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-09-06T16:45:34.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset provides ground-based column-averaged dry mole fractions (DMFs) of + CO2 (xco2), CO (xco), CH4 (xch4), and N2O (xn2o) to supplement satellite-based + observations of carbon dynamics of northern boreal ecosystems. Measurements + were conducted with Bruker EM27/SUN Fourier transform spectrometers (FTS) + at the University of Alaska Fairbanks (UAF) and two sites on the edges of + the Tanana Flats wetlands to the south from 2016-08-04 to 2019-10-31. Single + detectors were used during the first campaign at UAF in 2017, then two instruments + were updated to dual detectors in early 2018 to allow retrieval of xco and + xn2o. Data from additional FTS instruments, operated by Los Alamos National + Laboratories (LANL), Karlsruhe Institute of Technology (KIT), and Jet Propulsion + Laboratory (JPL), employed in these campaigns are included.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"}],\"MetadataDates\":[{\"Date\":\"2021-09-23T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"Climate\",\"LongName\":\"Climate + Collection\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"FTIR + SPECTROMETER\",\"LongName\":\"Fourier Transform Infrared Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"CSV\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_5146\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1537486947-CDDIS\",\"revision-date\":\"2021-03-04T20:42:49.337Z\",\"granule-count\":115870,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1976-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\",\"ProcessingLevelDescription\":\"SLR + data\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/SLR/SLR_DAILY_NPT_001\"},\"ShortName\":\"CDDIS_SLR_data_daily_fr\",\"EntryTitle\":\"Ground-Based + Satellite Laser Ranging (SLR) Observation Data (full-rate, daily, 24 hour + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of SLR derived products through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/slr/data\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about SLR data\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/SLR/Full-rate_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about SLR data\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/SLR/SLR_DAILY_FR_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1976-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Satellite Laser Ranging observation data + (full-rate, daily 24 hour files) from the NASA Crustal Dynamics Data Information + System (CDDIS). SLR provides unambiguous range measurements to mm precision + that can be aggregated over the global network to provide very accurate satellite + orbits, time histories of station position and motion, and many other geophysical + parameters. SLR operates in the optical region and is the only space geodetic + technique that measures unambiguous range directly. Analysis of SLR data contributes + to the terrestrial reference frame, modeling of the spatial and temporal variations + of the Earth's gravitational field, and monitoring of millimeter-level variations + in the location of the center of mass of the total Earth system (solid Earth-atmosphere-oceans). + In addition, SLR provides precise orbit determination for spaceborne radar + altimeter missions. It provides a means for sub-nanosecond global time transfer, + and a basis for special tests of the Theory of General Relativity. Analysis + Centers (ACs) of the International Laser Ranging Service (ILRS) retrieve SLR + data on regular schedules to produce precise station positions and velocities + for stations in the ILRS network. The daily SLR full-rate observation files + contain data received in the previous 24-hour period from a global network + of stations ranging to satellites equipped with retroreflectors. Data are + available in ILRS data format (older data sets) and/or the Consolidated Ranging + Data (CRD) format. More information about these data is available on the CDDIS + website at https://cddis.nasa.gov/Data_and_Derived_Products/SLR/Full-rate_data.html.\",\"Purpose\":\"In + Satellite Laser Ranging (SLR), a short pulse of coherent light generated by + a laser is transmitted in a narrow beam to illuminate corner cube retroreflectors + on the satellite. The return signal, typically a few photons, is collected + by a telescope and the time-of-flight is measured. Using information about + the satellite's orbit, the time-of-flight, and the speed of light, the location + of the ranging station can be determined. Similar data acquired by another + station, many kilometers distant from the first, or on a different continent, + can be used to determine the distance between stations to precisions of centimeters + or better. Repetitive measurements over months and years yield the change + in distance, or the motion of the Earth's crust.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2018-07-18T18:17:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-07-23T18:35:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + Laser Ranging Service\",\"ShortName\":\"ILRS\",\"StartDate\":\"1998-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"Laser Geodetic Satellite-1\",\"ShortName\":\"LAGEOS-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Laser + Geodetic Satellite-2\",\"ShortName\":\"LAGEOS-2\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"ETALON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"ETALON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"SLR Station\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Experimental + Geodetic Satellite (Japanese EGS)\",\"ShortName\":\"AJISAI\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"STARLETTE\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"STELLA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"(GLObal NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"India\u2019s Regional Navigation Satellite System + Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"Quasi-Zenith Satellite System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"LAser + Relativity Satellite\",\"ShortName\":\"LARES\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6479\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1602531836-CDDIS\",\"revision-date\":\"2021-03-04T20:43:00.770Z\",\"granule-count\":25108,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1976-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\",\"ProcessingLevelDescription\":\"SLR + data\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/SLR/SLR_MONTHLY_FR_001\"},\"ShortName\":\"CDDIS_SLR_data_monthly_fr\",\"EntryTitle\":\"Ground-Based + Satellite Laser Ranging (SLR) Observation Data (full-rate, monthly files) + from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of SLR derived products through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/slr/data\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about SLR data\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/SLR/Full-rate_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about SLR data\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/SLR/SLR_MONTHLY_FR_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1976-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Satellite Laser Ranging observation data + (full-rate, monthly files) from the NASA Crustal Dynamics Data Information + System (CDDIS). SLR provides unambiguous range measurements to mm precision + that can be aggregated over the global network to provide very accurate satellite + orbits, time histories of station position and motion, and many other geophysical + parameters. SLR operates in the optical region and is the only space geodetic + technique that measures unambiguous range directly. Analysis of SLR data contributes + to the terrestrial reference frame, modeling of the spatial and temporal variations + of the Earth's gravitational field, and monitoring of millimeter-level variations + in the location of the center of mass of the total Earth system (solid Earth-atmosphere-oceans). + In addition, SLR provides precise orbit determination for spaceborne radar + altimeter missions. It provides a means for sub-nanosecond global time transfer, + and a basis for special tests of the Theory of General Relativity. Analysis + Centers (ACs) of the International Laser Ranging Service (ILRS) retrieve SLR + data on regular schedules to produce precise station positions and velocities + for stations in the ILRS network. The monthly SLR full-rate observation files + contain data received in the month from a global network of stations ranging + to satellites equipped with retroreflectors. Data are available in ILRS data + format (older data sets) and/or the Consolidated Ranging Data (CRD) format. + More information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/SLR/Full-rate_data.html.\",\"Purpose\":\"In + Satellite Laser Ranging (SLR), a short pulse of coherent light generated by + a laser is transmitted in a narrow beam to illuminate corner cube retroreflectors + on the satellite. The return signal, typically a few photons, is collected + by a telescope and the time-of-flight is measured. Using information about + the satellite's orbit, the time-of-flight, and the speed of light, the location + of the ranging station can be determined. Similar data acquired by another + station, many kilometers distant from the first, or on a different continent, + can be used to determine the distance between stations to precisions of centimeters + or better. Repetitive measurements over months and years yield the change + in distance, or the motion of the Earth's crust.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-03-26T15:49:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-26T15:49:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + Laser Ranging Service\",\"ShortName\":\"ILRS\",\"StartDate\":\"1998-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"Laser Geodetic Satellite-1\",\"ShortName\":\"LAGEOS-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Laser + Geodetic Satellite-2\",\"ShortName\":\"LAGEOS-2\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"ETALON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"ETALON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"SLR Station\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Experimental + Geodetic Satellite (Japanese EGS)\",\"ShortName\":\"AJISAI\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"STARLETTE\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"STELLA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"(GLObal NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"India\u2019s Regional Navigation Satellite System + Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"Quasi-Zenith Satellite System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"LAser + Relativity Satellite\",\"ShortName\":\"LARES\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_5141\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1537476328-CDDIS\",\"revision-date\":\"2021-03-04T20:45:39.235Z\",\"granule-count\":134745,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2016-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\",\"ProcessingLevelDescription\":\"SLR + data\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/SLR/SLR_DAILY_NPT_001\"},\"ShortName\":\"CDDIS_SLR_data_daily_npt\",\"EntryTitle\":\"Ground-Based + Satellite Laser Ranging (SLR) Observation Data (normal points, daily, 24 hour + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of SLR derived products through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/slr/data\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about SLR data\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/SLR/Normal_point_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about SLR data\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/SLR/SLR_DAILY_NPT_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1976-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Satellite Laser Ranging observation data + (normal points, daily 24 hour files) from the NASA Crustal Dynamics Data Information + System (CDDIS). SLR provides unambiguous range measurements to mm precision + that can be aggregated over the global network to provide very accurate satellite + orbits, time histories of station position and motion, and many other geophysical + parameters. SLR operates in the optical region and is the only space geodetic + technique that measures unambiguous range directly. Analysis of SLR data contributes + to the terrestrial reference frame, modeling of the spatial and temporal variations + of the Earth's gravitational field, and monitoring of millimeter-level variations + in the location of the center of mass of the total Earth system (solid Earth-atmosphere-oceans). + In addition, SLR provides precise orbit determination for spaceborne radar + altimeter missions. It provides a means for sub-nanosecond global time transfer, + and a basis for special tests of the Theory of General Relativity. Analysis + Centers (ACs) of the International Laser Ranging Service (ILRS) retrieve SLR + data on regular schedules to produce precise station positions and velocities + for stations in the ILRS network. The daily SLR normal point observation files + contain data received in the previous 24-hour period from a global network + of stations ranging to satellites equipped with retroreflectors. Data are + available in ILRS data format (older data sets) and/or the Consolidated Ranging + Data (CRD) format. More information about these data is available on the CDDIS + website at https://cddis.nasa.gov/Data_and_Derived_Products/SLR/Normal_point_data.html.\",\"Purpose\":\"In + Satellite Laser Ranging (SLR), a short pulse of coherent light generated by + a laser is transmitted in a narrow beam to illuminate corner cube retroreflectors + on the satellite. The return signal, typically a few photons, is collected + by a telescope and the time-of-flight is measured. Using information about + the satellite's orbit, the time-of-flight, and the speed of light, the location + of the ranging station can be determined. Similar data acquired by another + station, many kilometers distant from the first, or on a different continent, + can be used to determine the distance between stations to precisions of centimeters + or better. Repetitive measurements over months and years yield the change + in distance, or the motion of the Earth's crust.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2018-07-18T17:08:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-07-23T18:17:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + Laser Ranging Service\",\"ShortName\":\"ILRS\",\"StartDate\":\"1998-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"Laser Geodetic Satellite-1\",\"ShortName\":\"LAGEOS-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Laser + Geodetic Satellite-2\",\"ShortName\":\"LAGEOS-2\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"ETALON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"ETALON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"SLR Station\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Experimental + Geodetic Satellite (Japanese EGS)\",\"ShortName\":\"AJISAI\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"STARLETTE\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"STELLA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"(GLObal NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"India\u2019s Regional Navigation Satellite System + Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"Quasi-Zenith Satellite System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"LAser + Relativity Satellite\",\"ShortName\":\"LARES\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_5145\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1537476919-CDDIS\",\"revision-date\":\"2021-03-04T20:41:50.111Z\",\"granule-count\":31310,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\",\"ProcessingLevelDescription\":\"SLR + data\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/SLR/SLR_HOURLY_NPT_001\"},\"ShortName\":\"CDDIS_SLR_data_hourly_npt\",\"EntryTitle\":\"Ground-Based + Satellite Laser Ranging (SLR) Observation Data (normal points, hourly files) + from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of SLR derived products through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/slr/data\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about SLR data\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/SLR/Normal_point_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about SLR data\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/SLR/SLR_HOURLY_NPT_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1976-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Satellite Laser Ranging observation data + (normal points, hourly files) from the NASA Crustal Dynamics Data Information + System (CDDIS). SLR provides unambiguous range measurements to mm precision + that can be aggregated over the global network to provide very accurate satellite + orbits, time histories of station position and motion, and many other geophysical + parameters. SLR operates in the optical region and is the only space geodetic + technique that measures unambiguous range directly. Analysis of SLR data contributes + to the terrestrial reference frame, modeling of the spatial and temporal variations + of the Earth's gravitational field, and monitoring of millimeter-level variations + in the location of the center of mass of the total Earth system (solid Earth-atmosphere-oceans). + In addition, SLR provides precise orbit determination for spaceborne radar + altimeter missions. It provides a means for sub-nanosecond global time transfer, + and a basis for special tests of the Theory of General Relativity. Analysis + Centers (ACs) of the International Laser Ranging Service (ILRS) retrieve SLR + data on regular schedules to produce precise station positions and velocities + for stations in the ILRS network. The daily SLR normal point observation files + contain one hour of SLR data received in the previous one hour period from + a global network of stations ranging to satellites equipped with retroreflectors. + Data are available in ILRS data format (older data sets) and/or the Consolidated + Ranging Data (CRD) format. More information about these data is available + on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/SLR/Normal_point_data.html.\",\"Purpose\":\"In + Satellite Laser Ranging (SLR), a short pulse of coherent light generated by + a laser is transmitted in a narrow beam to illuminate corner cube retroreflectors + on the satellite. The return signal, typically a few photons, is collected + by a telescope and the time-of-flight is measured. Using information about + the satellite's orbit, the time-of-flight, and the speed of light, the location + of the ranging station can be determined. Similar data acquired by another + station, many kilometers distant from the first, or on a different continent, + can be used to determine the distance between stations to precisions of centimeters + or better. Repetitive measurements over months and years yield the change + in distance, or the motion of the Earth's crust.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2018-07-18T17:17:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-07-23T18:23:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + Laser Ranging Service\",\"ShortName\":\"ILRS\",\"StartDate\":\"1998-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"Laser Geodetic Satellite-1\",\"ShortName\":\"LAGEOS-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Laser + Geodetic Satellite-2\",\"ShortName\":\"LAGEOS-2\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"ETALON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"ETALON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"SLR Station\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Experimental + Geodetic Satellite (Japanese EGS)\",\"ShortName\":\"AJISAI\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"STARLETTE\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"STELLA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"(GLObal NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"India\u2019s Regional Navigation Satellite System + Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"Quasi-Zenith Satellite System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"LAser + Relativity Satellite\",\"ShortName\":\"LARES\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_5143\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1537476632-CDDIS\",\"revision-date\":\"2021-03-04T20:42:47.277Z\",\"granule-count\":10598,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1982-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\",\"ProcessingLevelDescription\":\"SLR + data\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/SLR/SLR_MONTHLY_NPT_001\"},\"ShortName\":\"CDDIS_SLR_data_monthly_npt\",\"EntryTitle\":\"Ground-Based + Satellite Laser Ranging (SLR) Observation Data (normal points, monthly files) + from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of SLR derived products through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/slr/data\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about SLR data\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/SLR/Normal_point_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about SLR data\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/SLR/SLR_MONTHLY_NPT_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1976-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Satellite Laser Ranging observation data + (normal points, monthly files) from the NASA Crustal Dynamics Data Information + System (CDDIS). SLR provides unambiguous range measurements to mm precision + that can be aggregated over the global network to provide very accurate satellite + orbits, time histories of station position and motion, and many other geophysical + parameters. SLR operates in the optical region and is the only space geodetic + technique that measures unambiguous range directly. Analysis of SLR data contributes + to the terrestrial reference frame, modeling of the spatial and temporal variations + of the Earth's gravitational field, and monitoring of millimeter-level variations + in the location of the center of mass of the total Earth system (solid Earth-atmosphere-oceans). + In addition, SLR provides precise orbit determination for spaceborne radar + altimeter missions. It provides a means for sub-nanosecond global time transfer, + and a basis for special tests of the Theory of General Relativity. Analysis + Centers (ACs) of the International Laser Ranging Service (ILRS) retrieve SLR + data on regular schedules to produce precise station positions and velocities + for stations in the ILRS network. The monthly SLR normal point observation + files contain one month of SLR data from a global network of stations ranging + to satellites equipped with retroreflectors. Data are available in ILRS data + format (older data sets) and/or the Consolidated Ranging Data (CRD) format. + More information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/SLR/Normal_point_data.html.\",\"Purpose\":\"In + Satellite Laser Ranging (SLR), a short pulse of coherent light generated by + a laser is transmitted in a narrow beam to illuminate corner cube retroreflectors + on the satellite. The return signal, typically a few photons, is collected + by a telescope and the time-of-flight is measured. Using information about + the satellite's orbit, the time-of-flight, and the speed of light, the location + of the ranging station can be determined. Similar data acquired by another + station, many kilometers distant from the first, or on a different continent, + can be used to determine the distance between stations to precisions of centimeters + or better. Repetitive measurements over months and years yield the change + in distance, or the motion of the Earth's crust.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2018-07-18T17:14:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-26T15:47:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + Laser Ranging Service\",\"ShortName\":\"ILRS\",\"StartDate\":\"1998-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"Laser Geodetic Satellite-1\",\"ShortName\":\"LAGEOS-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Laser + Geodetic Satellite-2\",\"ShortName\":\"LAGEOS-2\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"ETALON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"ETALON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"SLR Station\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Experimental + Geodetic Satellite (Japanese EGS)\",\"ShortName\":\"AJISAI\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"STARLETTE\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"STELLA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"(GLObal NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"India\u2019s Regional Navigation Satellite System + Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"Quasi-Zenith Satellite System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"LAser + Relativity Satellite\",\"ShortName\":\"LARES\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"CDDIS\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_6481\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1602535597-CDDIS\",\"revision-date\":\"2021-03-04T20:42:19.211Z\",\"granule-count\":10465,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"COORDINATE + REFERENCE SYSTEM\",\"VariableLevel2\":\"COUNTRY/REGIONAL COORDINATE REFERENCE + SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"COORDINATE REFERENCE SYSTEM\",\"VariableLevel2\":\"GLOBAL + COORDINATE REFERENCE SYSTEM\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"ELLIPSOID CHARACTERISTICS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GEODETICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GEOID + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL + FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"CONTROL SURVEYS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"GRAVITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"ANNUAL ELLIPTICAL COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"POLAR + MOTION\",\"VariableLevel2\":\"CHANDLER CIRCULAR COMPONENT\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"ROTATIONAL + MOTION/VARIATIONS\",\"VariableLevel2\":\"ROTATIONAL RATE/SPEED\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ANGLE OF INCLINATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT TYPE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBIT VELOCITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"SATELLITE + ORBITS/REVOLUTION\",\"VariableLevel2\":\"ORBITAL POSITION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"EARTHQUAKES\",\"VariableLevel2\":\"EARTHQUAKE + MAGNITUDE/INTENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"CRUSTAL + MOTION\",\"VariableLevel3\":\"CRUSTAL MOTION DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"CRUSTAL MOTION\",\"VariableLevel3\":\"CRUSTAL + MOTION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"FAULT + MOVEMENT\",\"VariableLevel3\":\"FAULT MOVEMENT DIRECTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID EARTH\",\"VariableLevel1\":\"PLATE + TECTONICS\",\"VariableLevel2\":\"FAULT MOVEMENT\",\"VariableLevel3\":\"FAULT + MOVEMENT RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"PLATE + BOUNDARIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"TECTONICS\",\"Topic\":\"SOLID + EARTH\",\"VariableLevel1\":\"PLATE TECTONICS\",\"VariableLevel2\":\"STRAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1982-01-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\",\"ProcessingLevelDescription\":\"SLR + data\"},\"DOI\":{\"Authority\":\"http://dx.doi.org/\",\"DOI\":\"10.5067/SLR/SLR_DATA_MONTHLYSUM_NPT_001\"},\"ShortName\":\"CDDIS_SLR_data_monthlysum_npt\",\"EntryTitle\":\"Ground-Based + Satellite Laser Ranging (SLR) Observation Data Summary (normal points, monthly + files) from NASA CDDIS\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"URL + for retrieval of SLR derived products through ftp\",\"GetData\":{\"Format\":\"ascii\",\"Size\":5.0,\"Unit\":\"MB\"},\"Type\":\"GET + DATA\",\"URL\":\"ftp://cddis.nasa.gov/slr/data\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"URL + for more information about SLR data\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cddis.nasa.gov/Data_and_Derived_Products/SLR/Normal_point_data.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"URL + for more information about SLR data\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"http://dx.doi.org/10.5067/SLR/SLR_DATA_MONTHLYSUM_NPT_001\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"1976-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"}],\"Abstract\":\"This + dataset consists of ground-based Satellite Laser Ranging observation data + summary (normal points, monthly files) from the NASA Crustal Dynamics Data + Information System (CDDIS). SLR provides unambiguous range measurements to + mm precision that can be aggregated over the global network to provide very + accurate satellite orbits, time histories of station position and motion, + and many other geophysical parameters. SLR operates in the optical region + and is the only space geodetic technique that measures unambiguous range directly. + Analysis of SLR data contributes to the terrestrial reference frame, modeling + of the spatial and temporal variations of the Earth's gravitational field, + and monitoring of millimeter-level variations in the location of the center + of mass of the total Earth system (solid Earth-atmosphere-oceans). In addition, + SLR provides precise orbit determination for spaceborne radar altimeter missions. + It provides a means for sub-nanosecond global time transfer, and a basis for + special tests of the Theory of General Relativity. Analysis Centers (ACs) + of the International Laser Ranging Service (ILRS) retrieve SLR data on regular + schedules to produce precise station positions and velocities for stations + in the ILRS network. The monthly SLR normal point observation summary files + report on one month of SLR data from a global network of stations ranging + to satellites equipped with retroreflectors. Data are available in ILRS data + format (older data sets) and/or the Consolidated Ranging Data (CRD) format. + More information about these data is available on the CDDIS website at https://cddis.nasa.gov/Data_and_Derived_Products/SLR/Normal_point_data.html.\",\"Purpose\":\"In + Satellite Laser Ranging (SLR), a short pulse of coherent light generated by + a laser is transmitted in a narrow beam to illuminate corner cube retroreflectors + on the satellite. The return signal, typically a few photons, is collected + by a telescope and the time-of-flight is measured. Using information about + the satellite's orbit, the time-of-flight, and the speed of light, the location + of the ranging station can be determined. Similar data acquired by another + station, many kilometers distant from the first, or on a different continent, + can be used to determine the distance between stations to precisions of centimeters + or better. Repetitive measurements over months and years yield the change + in distance, or the motion of the Earth's crust.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2019-03-26T15:52:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-26T15:52:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + Laser Ranging Service\",\"ShortName\":\"ILRS\",\"StartDate\":\"1998-01-01T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"Country\":\"United + States\",\"PostalCode\":\"20771\",\"StateProvince\":\"Maryland\",\"StreetAddresses\":[\"NASA + GSFC\",\"Code 61A\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-cddis@earthdata.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Home + page for the CDDIS website\",\"Type\":\"HOME PAGE\",\"URL\":\"https://cddis.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Crustal + Dynamics Data Information System, Geodesy and Geophysics Laboratory, Earth + Sciences Division, Sciences and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GGL/CDDIS\"}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"Laser Geodetic Satellite-1\",\"ShortName\":\"LAGEOS-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Laser + Geodetic Satellite-2\",\"ShortName\":\"LAGEOS-2\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"ETALON-1\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"ETALON-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"SLR Station\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"In Situ Land-based + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Experimental + Geodetic Satellite (Japanese EGS)\",\"ShortName\":\"AJISAI\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"STARLETTE\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"ShortName\":\"STELLA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Galileo + Satellites\",\"ShortName\":\"Galileo\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"(GLObal NAvigation Satellite System)\",\"ShortName\":\"GLONASS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"Beidou + Satellites\",\"ShortName\":\"Beidou\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"India\u2019s Regional Navigation Satellite System + Satellites\",\"ShortName\":\"IRNSS\",\"Type\":\"Navigation Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER + REFLECTOR\"}],\"LongName\":\"Quasi-Zenith Satellite System Satellites\",\"ShortName\":\"QZSS\",\"Type\":\"Navigation + Platforms\"},{\"Instruments\":[{\"ShortName\":\"LASER REFLECTOR\"}],\"LongName\":\"LAser + Relativity Satellite\",\"ShortName\":\"LARES\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/above/Vegetation_Photos_Toolik_Lake/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Ground-Based + Vegetation Community Photos, Toolik Lake Area, Alaska, 2014-2015\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2143402747-ORNL_CLOUD\",\"revision-date\":\"2023-06-12T20:18:42.171Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Greaves, + H.E., and E.A. Fortin. 2019. Ground-Based Vegetation Community Photos, Toolik + Lake Area, Alaska, 2014-2015. ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/1718\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-149.66,\"NorthBoundingCoordinate\":68.65,\"EastBoundingCoordinate\":-149.29,\"SouthBoundingCoordinate\":68.6}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel2\":\"ALPINE/TUNDRA\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + SPECIES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-06-17T00:00:00.000Z\",\"EndingDateTime\":\"2015-07-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1718\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"Vegetation_Photos_Toolik_Lake_1718\",\"EntryTitle\":\"Ground-Based + Vegetation Community Photos, Toolik Lake Area, Alaska, 2014-2015\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/above/Vegetation_Photos_Toolik_Lake/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/above/Vegetation_Photos_Toolik_Lake/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ABOVE/guides/Vegetation_Photos_Toolik_Lake.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1718\"},{\"Description\":\"ABoVE: + Nadir Ground-Based Vegetation Photos, Toolik Lake Area, AK, USA, 2014-2015: + Vegetation_Photos_Toolik_Lake.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/above/Vegetation_Photos_Toolik_Lake/comp/Vegetation_Photos_Toolik_Lake.pdf\"},{\"Description\":\"Figure + 1: An example plot photo (#0656) taken at the largest study area 'Toolik' + at elevation 765.7 m. The small white object was included in many of the photos + as a color reference. The photographer's boots are also often visible, in + this photo they are to the lower left of the white object.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/ABOVE/guides/Vegetation_Photos_Toolik_Lake_Fig1.JPG\"},{\"Description\":\"ABoVE + project site\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME + PAGE\",\"URL\":\"https://above.nasa.gov\"}],\"DataDates\":[{\"Date\":\"2019-10-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-06-12T20:18:41.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset contains 731 ground-based nadir vegetation community and ground surface + photographs of selected field plots taken as ground reference data for vegetation + classification studies at three areas near Toolik Lake, Alaska during the + summers of 2014 and 2015. The largest area, 'Toolik', (approximately 6 km2) + covers research areas near Toolik Field Station at Toolik Lake, including + Arctic LTER installations. The other two areas are each roughly 3 km2: the + 'Pipeline' area: a stretch of the Trans-Alaska Pipeline, and the 'Imnavait' + area: along Imnavait Creek roughly 10 km east of Toolik Lake.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"ARCTIC\"}],\"MetadataDates\":[{\"Date\":\"2019-10-08T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ABoVE\",\"LongName\":\"Arctic-Boreal + Vulnerability Experiment\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Field + Sites\",\"ShortName\":\"FIELD SURVEYS\",\"LongName\":\"FIELD SURVEYS\",\"Instruments\":[{\"ShortName\":\"GNSS + RECEIVER\"},{\"ShortName\":\"CAMERAS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":110,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"GroundMSPI_ACEPOL_Radiance_Data_9\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1559951066-LARC_ASDC\",\"revision-date\":\"2023-04-03T17:48:08.704Z\",\"granule-count\":51,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Camera\",\"Dimethyl + Sulfide ((CH3)2S) Concentration\",\"DOLP (Degree of Linear Polarization)\",\"Near-Infrared + Radiance\",\"Polarized Radiance\",\"Ultraviolet (UV) Radiance\",\"Visible + Radience\",\"Visible Wavelengths\"],\"CollectionCitations\":[{\"ReleaseDate\":\"2018-09-12T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":34.8,\"Longitude\":-119.8},{\"Latitude\":34.8,\"Longitude\":-118},{\"Latitude\":37.8,\"Longitude\":-118},{\"Latitude\":37.8,\"Longitude\":-119.8},{\"Latitude\":34.8,\"Longitude\":-119.8}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ULTRAVIOLET WAVELENGTHS\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"VariableLevel1\":\"ULTRAVIOLET + RADIANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"VISIBLE WAVELENGTHS\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"VariableLevel1\":\"VISIBLE + RADIANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"VISIBLE WAVELENGTHS\",\"Topic\":\"SPECTRAL/ENGINEERING\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ULTRAVIOLET WAVELENGTHS\",\"Topic\":\"SPECTRAL/ENGINEERING\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-10-25T00:00:00.000000Z\",\"EndingDateTime\":\"2017-11-07T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/GROUND/GROUNDMSPI/ACEPOL/RADIANCE_V009\"},\"ShortName\":\"GroundMSPI_ACEPOL_Radiance_Data\",\"EntryTitle\":\"GroundMSPI + version 9 radiance product acquired during the ACEPOL flight campaign\",\"ISOTopicCategories\":[\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for AirMSPI\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/AIRMSPI\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + JPL Airborne Instrument AirMSPI Overview\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://airbornescience.jpl.nasa.gov/instruments/airmspi\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"DOI + data set landing page for GroundMSPI_ACEPOL_Radiance_Data_9\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/GROUND/GROUNDMSPI/ACEPOL/RADIANCE_V009\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for GroundMSPI_ACEPOL_Radiance_Data_9 (NASA Application to search, + discover, visualize, refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1559951066-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"GroundMSPI + Data Quality Statement: ACEPOLCampaign\",\"Subtype\":\"PRODUCT QUALITY ASSESSMENT\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/airmspi/quality_summaries/GroundMSPI_L1B2_Quality_ACEPOL_V009_20181001.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Data + Product Specification for the GroundMSPI Level 1B2 Products (V009)\",\"Subtype\":\"PRODUCT + USAGE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/airmspi/guide/GroundMSPI_L1B2_DPS_V009_20181001.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"AirMSPI + Data Quality Statement: ACEPOL Campaign\",\"Subtype\":\"DATA QUALITY\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/airmspi/quality_summaries/AirMSPI-Data_Quality-V006_ACEPOL.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Data and Information for MISR\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/MISR\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Google + Earth\",\"Subtype\":\"MAP VIEWER\",\"Type\":\"GOTO WEB TOOL\",\"URL\":\"https://www.google.com/earth/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Links + to tools available through the ASDC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/tools-and-services\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"MISR + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://misr.jpl.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"NASA + Airborne Science Program Instrumentation page for AirMSPI\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://airbornescience.nasa.gov/instrument/AirMSPI\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Tool + to identify MISR Paths/Blocks intersecting a specified lat/lon box\",\"Type\":\"GOTO + WEB TOOL\",\"URL\":\"https://l0dup05.larc.nasa.gov/misr_loc/misr_loc.html\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"User + Guide for the AirMSPI Level 1B2 Products\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/airmspi/guide/USER-AirMSPI_2013_April2013.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Direct Data Download for GroundMSPI_ACEPOL_Radiance_Data_9\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"Type\":\"GET DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/AirMSPI/ACEPOL/Radiance_Data_9/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for GroundMSPI_ACEPOL_Radiance_Data_9\",\"Subtype\":\"OPENDAP + DATA\",\"Type\":\"USE SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/AirMSPI/ACEPOL/Radiance_Data_9/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2018-08-06T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-08-06T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"GroundMSPI_ACEPOL_Radiance_Data + are GroundMSPI radiance products acquired during the Aerosol Characterization + from Polarimeter and Lidar (ACEPOL) flight campaign. \\r\\n\\r\\nGroundMSPI + Level 1B2 products contain radiometric and polarimetric images of clouds, + aerosols, and the surface of the Earth. In particular, products contain data + at 8 wavelengths: 355, 380, 445, 470, 555, 660, 865, and 935 nm. The data + products include radiance, time, solar zenith, solar azimuth, view zenith, + and view azimuth for all spectral bands. Wavelengths for which polarization + information is available (470, 660, and 865 nm) also include the Stokes parameters + Q and U, as well as degree of linear polarization (DOLP) and angle of linear + polarization (AOLP). Q, U, and AOLP are reported relative to both the scattering + and view meridian planes. Files are distributed in HDF-EOS-5 format.\\r\\n\\r\\nThis + release of GroundMSPI data contains all targets acquired during the Aerosol + Characterization from Polarimeter and Lidar (ACEPOL) flight campaign. ACEPOL + was based out of Armstrong Flight Research Center in Palmdale, CA, and focused + on assessing the capabilities of proposed future instruments by the ACE pre-formulation + study to answer fundamental science questions associated with aerosols, clouds, + air quality and global ocean ecosystems. GroundMSPI provided support for the + instruments aboard the ER-2, acquiring data on October 25 and November 7, + 2017.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"},{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Subregion2\":\"CALIFORNIA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2018-08-06T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-11-07T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Original + release of GroundMSPI ACEPOL data\",\"Version\":\"9\",\"Projects\":[{\"LongName\":\"Airborne + Multiangle SpectroPolarimetric Imager\",\"ShortName\":\"AIRMSPI\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Pasadena\",\"Country\":\"United + States\",\"PostalCode\":\"91109-8099\",\"StateProvince\":\"CA\",\"StreetAddresses\":[\"Jet + Propulsion Laboratory\",\"4800 Oak Grove Drive\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(818) + 354-6319\"},{\"Type\":\"Fax\",\"Value\":\"(818) 393-4616\"},{\"Type\":\"Email\",\"Value\":\"david.j.diner@nasa.gov\"}]},\"FirstName\":\"DAVID, + DR.\",\"LastName\":\"DINER\",\"MiddleName\":\"J.\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"LongName\":\"Ground-Based + Multiangle SpectroPolarimetric Imager\",\"ShortName\":\"GroundMSPI\"}],\"ShortName\":\"GROUND-BASED + OBSERVATIONS\",\"Type\":\"In Situ Land-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF-EOS5\"}]}}},{\"meta\":{\"revision-id\":1,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_34569\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2738394378-SEDAC\",\"revision-date\":\"2023-07-25T17:52:12.704Z\",\"granule-count\":44,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"Groundswell + Africa Spatial Population and Migration Projections at One-Eighth Degree According + to SSPs and RCPs, 2010-2050\",\"Creator\":\"CUNY Institute for Demographic + Research - CIDR - City University of New York, Center for International Earth + Science Information Network - CIESIN - Columbia University, and The World + Bank\",\"ReleaseDate\":\"2023-06-29T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/jmc9-q708\"}},{\"Title\":\"Groundswell + Africa: Internal Climate Migration in West African Countries\",\"Creator\":\"Rigaud, + K. K., A. de Sherbinin, B. Jones, S. Adamo, D. Maleki, N. Abu-Ata, A. Casals + Fernandez, A. Arora, T. Chai-Onn, and B. Mills\",\"ReleaseDate\":\"2021-10-18T00:00:00.000Z\",\"ReleasePlace\":\"Washington, + DC\",\"Publisher\":\"The World Bank\",\"OnlineResource\":{\"Linkage\":\"https://openknowledge.worldbank.org/handle/10986/36404\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":85.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-58.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"ATMOSPHERIC/OCEAN INDICATORS\",\"VariableLevel1\":\"SEA + LEVEL RISE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2050-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/jmc9-q708\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_CLIMMIG_GASPMP18SR\",\"EntryTitle\":\"Groundswell + Africa Spatial Population and Migration Projections at One-Eighth Degree According + to SSPs and RCPs, 2010-2050\",\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/climmig/climmig-groundswell-africa-pop-mig-proj-1-km-ssps-rcps-2010-2050/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/climmig-groundswell-africa-pop-mig-proj-1-8-ssps-rcps-2010-2050/data-download\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/climmig-groundswell-africa-pop-mig-proj-1-8-ssps-rcps-2010-2050/docs\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/climmig-groundswell-africa-pop-mig-proj-1-8-ssps-rcps-2010-2050\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2023-06-29T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-06-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Groundswell Africa Spatial Population and Migration Projections at One-Eighth + Degree According to SSPs and RCPs, 2010-2050 data set provides a baseline + population distribution for 2010 and projections from 2020 to 2050, in five-year + increments, of population distribution and internal climate-related and other + migration for West Africa and the Lake Victoria Basin. The projections are + produced using the NCAR-CIDR Spatial Population Downscaling Model developed + by the CUNY Institute for Demographic Research (CIDR) and the National Center + for Atmospheric Research (NCAR). The model incorporates assumptions based + on future development scenarios (Shared Socioeconomic Pathways or SSPs) and + emissions trajectories (Representative Concentration Pathways or RCPs). The + SSPs include SSP2, representing a middle-of-the road future, and SSP4, representing + an unequal development future. Climate models using low and high emissions + scenarios, RCP2.6 and RCP8.5, then drive climate impact models on water availability, + crop productivity, and pasturelands (where cropping does not occur), as well + as flood impacts, from the Inter-Sectoral Impacts Model Intercomparison Project + (ISIMIP). Sea-level rise impacts in the coastal zone are estimated to be 1 + meter under RCP2.6 and 2 meters under RCP8.5, to account for potential storm + surge or coastal flooding. Four scenarios are generated, a pessimistic reference + scenario combining SSP4 and RCP8.5, a more climate-friendly scenario combining + SSP4 and RCP2.6, a more inclusive development scenario combining SSP2 and + RCP8.5, and an optimistic scenario combining SSP2 and RCP2.6. Each scenario + provides an ensemble average of four model runs combining different climate + impact models as well as confidence intervals to better capture uncertainties. + The modeling work was funded and developed jointly with The World Bank.\",\"Purpose\":\"To + provide a data set that allows users to understand how climate change impacts + on water availability, crop productivity, and pasturelands (where no cropping + occurs), coupled with sea-level rise, storm surge and flooding, may affect + the future population distribution and climate-related internal migration + in West Africa and the Lake Victoria Basin.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-07-25T13:31:54.468Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-07-25T17:52:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_CLIMMIG_GASPMP18SR\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"CLIMMIG\",\"LongName\":\"Climate + Migration\"}],\"UseConstraints\":{\"Description\":\"This work is licensed + under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0). + Users are free to use, copy, distribute, transmit, and adapt the work for + commercial and non-commercial purposes, without restriction, as long as clear + attribution of the source is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Geodatabase\"}],\"FileDistributionInformation\":[{\"Format\":\"Geodatabase\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":1,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CIESIN_SEDAC_CLIMMIG_GSPMP18SR_1.00\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2338359154-SEDAC\",\"revision-date\":\"2022-07-11T15:32:49.086Z\",\"granule-count\":224,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"Groundswell + Spatial Population and Migration Projections at One-Eighth Degree According + to SSPs and RCPs, 2010-2050\",\"Creator\":\"CUNY Institute for Demographic + Research - CIDR - City University of New York, Center for International Earth + Science Information Network - CIESIN - Columbia University, and The World + Bank\",\"ReleaseDate\":\"2022-07-08T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/c5kq-fb78\"}},{\"Title\":\"Groundswell: + Preparing for Internal Climate Migration\",\"Creator\":\"Rigaud, K.K., A. + de Sherbinin, B. Jones, J. Bergmann, V. Clement, K. Ober, J. Schewe, S. Adamo, + B. McCusker, S. Heuser, and A. Midgley\",\"ReleaseDate\":\"2018-03-19T00:00:00.000Z\",\"ReleasePlace\":\"Washington, + DC\",\"Publisher\":\"World Bank\",\"OnlineResource\":{\"Linkage\":\"http://hdl.handle.net/10986/29461\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":56.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-56.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137.0,\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"DenominatorOfFlatteningRatio\":298.257224}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"ATMOSPHERIC/OCEAN INDICATORS\",\"VariableLevel1\":\"SEA + LEVEL RISE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2050-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.7927/c5kq-fb78\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_CLIMMIG_GSPMP18SR\",\"EntryTitle\":\"Groundswell + Spatial Population and Migration Projections at One-Eighth Degree According + to SSPs and RCPs, 2010-2050\",\"PublicationReferences\":[{\"Title\":\"Documentation + for Groundswell Population and Migration Projections at One-Eighth Degree + According to SSPs and RCPs, 2010-2050\",\"Publisher\":\"NASA Socioeconomic + Data and Applications Center\",\"DOI\":{\"DOI\":\"10.7927/2wn9-ww02\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Jones, + B., and Center for International Earth Science Information Network - CIESIN + - Columbia University\",\"PublicationDate\":\"2022-07-08T00:00:00.000Z\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/climmig/climmig-groundswell-pop-mig-proj-1-8-ssps-rcps-2010-2050/climmig-groundswell-pop-mig-proj-1-8-ssps-rcps-2010-2050-africa-2030-2050-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/climmig-groundswell-pop-mig-proj-1-8-ssps-rcps-2010-2050/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/climmig-groundswell-pop-mig-proj-1-8-ssps-rcps-2010-2050/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/climmig-groundswell-pop-mig-proj-1-8-ssps-rcps-2010-2050/docs\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/climmig-groundswell-pop-mig-proj-1-8-ssps-rcps-2010-2050\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]},\"GroupName\":\"CIESIN + METADATA ADMINISTRATION\"}],\"DataDates\":[{\"Date\":\"2010-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2050-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Groundswell Spatial Population and Migration Projections at One-Eighth Degree + According to SSPs and RCPs, 2010-2050, data set provides a baseline population + distribution for 2010 and projections from 2020 to 2050, in ten-year increments, + of population distribution and internal climate-related and other migration. + The projections are produced using the NCAR-CIDR Spatial Population Downscaling + Model developed by the CUNY Institute for Demographic Research (CIDR) and + the National Center for Atmospheric Research (NCAR). The model incorporates + assumptions based on future development scenarios (Shared Socioeconomic Pathways + or SSPs) and emissions trajectories (Representative Concentration Pathways + or RCPs). The SSPs include SSP2, representing a middle-of-the road future, + and SSP4, representing an unequal development future. Climate models using + low and high emissions scenarios, RCP2.6 and RCP8.5, then drive climate impact + models on crop productivity and water availability from the Inter-Sectoral + Impacts Model Intercomparison Project (ISIMIP). Sea-level rise impacts in + the coastal zone are estimated to be 1 meter under RCP2.6 and 2 meters under + RCP8.5, to account for potential storm surge or coastal flooding. Three scenarios + are generated, a pessimistic reference scenario combining SSP4 and RCP8.5, + a more climate-friendly scenario combining SSP4 and RCP2.6, and a more inclusive + development scenario combining SSP2 and RCP8.5, and each scenario represents + an ensemble of four model runs combining different climate impact models. + The modeling work was funded and developed jointly with The World Bank, and + covers most World Bank client countries, with reports released in 2018 and + 2021 that address different regions and provide full methodological details.\",\"Purpose\":\"To + provide a data set that allows users to understand how slow-onset climate + change impacts on water availability and crop productivity, coupled with sea-level + rise and storm surge, may affect the future population distribution and climate-related + internal migration in low to middle income countries.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\",\"Subregion3\":\"KOSOVO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"MONTENEGRO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SOUTH SUDAN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"THAILAND\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"TIMOR-LESTE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"}],\"MetadataDates\":[{\"Date\":\"2022-07-11T10:49:17.336Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-07-11T10:49:17.336Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_CLIMMIG_GSPMP18SR\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"CLIMMIG\",\"LongName\":\"Cimate + Migration\"}],\"UseConstraints\":{\"Description\":\"This work is licensed + under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0). + Users are free to use, copy, distribute, transmit, and adapt the work for + commercial and non-commercial purposes, without restriction, as long as clear + attribution of the source is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}}],\"Platforms\":[{\"Type\":\"Models/Analyses\",\"ShortName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Geodatabase\"},{\"Format\":\"GeoPackage\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"}],\"FileDistributionInformation\":[{\"Format\":\"Geodatabase\",\"Fees\":\"0\"},{\"Format\":\"Geodatabase\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GRACEDA/GRACEDADM_CLSM0125US_7D.4.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACEDADM_CLSM0125US_7D_4.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1993409520-GES_DISC\",\"revision-date\":\"2023-10-16T15:53:28.354Z\",\"granule-count\":1131,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Beaudoing, + Hiroko, M. Rodell, A. Getirana, and B. Li, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GRACEDADM_CLSM0125US_7D_4.0.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Groundwater + and Soil Moisture Conditions from GRACE and GRACE-FO Data Assimilation L4 + 7-days 0.125 x 0.125 degree U.S. V4.0\",\"SeriesName\":\"GRACEDADM_CLSM0125US_7D\",\"ReleaseDate\":\"2021-01-18T00:00:00.000Z\",\"Version\":\"4.0\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-125,\"NorthBoundingCoordinate\":53,\"EastBoundingCoordinate\":-67,\"SouthBoundingCoordinate\":25}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"LAND SURFACE/AGRICULTURE + INDICATORS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"LAND + SURFACE/AGRICULTURE INDICATORS\",\"VariableLevel1\":\"DROUGHT INDICES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"LAND SURFACE/AGRICULTURE + INDICATORS\",\"VariableLevel1\":\"SATELLITE SOIL MOISTURE INDEX\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/UH653SEZR9VQ\"},\"ShortName\":\"GRACEDADM_CLSM0125US_7D\",\"EntryTitle\":\"Groundwater + and Soil Moisture Conditions from GRACE and GRACE-FO Data Assimilation L4 + 7-days 0.125 x 0.125 degree U.S. V4.0 (GRACEDADM_CLSM0125US_7D) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Houborg, + R., M. Rodell, B. Li, R. Reichle, and B. Zaitchik\",\"PublicationDate\":\"2012-01-01T00:00:00.000Z\",\"Title\":\"Drought + indicators based on model assimilated GRACE terrestrial water storage observations\",\"OtherReferenceDetails\":\"Data + Author Publication\",\"DOI\":{\"DOI\":\"10.1029/2011WR011291\"}},{\"Author\":\"Kumar, + S. V., B. F. Zaitchik, C. D. Peters-Lidard, et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Assimilation + of gridded GRACE terrestrial water storage estimates in the North American + Land Data Assimilation System\",\"DOI\":{\"DOI\":\"10.1175/jhm-d-15-0157.1\"}},{\"Author\":\"Zaitchik, + B.F., M. Rodell, and R.H. Reichle\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Assimilation + of GRACE terrestrial water storage data into a land surface model: results + for the Mississippi River Basin\",\"DOI\":{\"DOI\":\"10.1175/2007JHM951.1\"}},{\"Author\":\"Save, + Himanshu\",\"PublicationDate\":\"2020-01-01T00:00:00.000Z\",\"Title\":\"CSR + GRACE and GRACE-FO RL06 Mascon Solutions v02\",\"DOI\":{\"DOI\":\"10.15781/cgq9-nh24\"}},{\"Author\":\"Save, + H., S. Bettadpur, and B.D. Tapley\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"High + resolution CSR GRACE RL05 mascons\",\"DOI\":{\"DOI\":\"10.1002/2016JB013007\"}},{\"Author\":\"Getirana, + A., M. Rodell, S. Kumar, H.K. Beaudoing, K. Arsenault, B. Zaitchik, H. Save, + and S. Bettadpur\",\"PublicationDate\":\"2020-01-01T00:00:00.000Z\",\"Title\":\"GRACE + improves groundwater forecast initialization over the United States\",\"DOI\":{\"DOI\":\"10.1175/JHM-D-19-0096.1\"}}],\"Quality\":\"Groundwater + and Soil Moisture Conditions from GRACE Data Assimilation data products are + experimental products that are still being evaluated and improved. We encourage + your specific, constructive feedback as this phase of development proceeds.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GRACEDA/GRACEDADM_CLSM0125US_7D.4.0/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Root + zone soil moisture percentile for Apr 1, 2002, from Groundwater and Soil Moisture + Conditions from GRACE Data Assimilation L4 7-days 0.125 x 0.125 degree V4.0 + (GRACEDADM_CLSM0125US_7D_4.0)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GRACEDADM_CLSM0125US_7D_4.0.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GRACEDADM_CLSM0125US_7D_4.0.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GRACEDA/GRACEDADM_CLSM0125US_7D.4.0\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/opendap/hyrax/GRACEDA/GRACEDADM_CLSM0125US_7D.4.0/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GRACEDADM_CLSM0125US_7D\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/giovanni/#dataKeyword=GRACEDADM_CLSM0125US_7D_4.0\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a web-based tool that allows users to interactively visualize and analyze + data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GRACEDA/GRACEDADM_CLSM0125US_7D.4.0/doc/README_GRACEDADM4.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://nasagrace.unl.edu/\",\"Description\":\"Project + Web Site for Groundwater and Soil Moisture Conditions from GRACE Data Assimilation\",\"Type\":\"PROJECT + HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/howto?tags=hydrology\",\"Description\":\"How + to read and plot the data.\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/documents?title=Hydrology%20Documentation\",\"Description\":\"GES + DISC Hydrology Documentation\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/tools?title=Hydrology%20Data%20Rods\",\"Description\":\"GES + DISC Data Rods Documentation\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Time + aggregated THREDDS Data Server (TDS)\",\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/thredds/catalog/GRACEDA_aggregation/GRACEDADM_CLSM0125US_7D.4.0/catalog.html\",\"Subtype\":\"THREDDS + DATA\",\"Type\":\"USE SERVICE API\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2020-12-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-12-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Scientists + at NASA Goddard Space Flight Center generate groundwater and soil moisture + drought indicators each week. They are based on terrestrial water storage + observations derived from GRACE satellite data and integrated with other observations, + using a sophisticated numerical model of land surface water and energy processes.\\n\\nThis + data product is GRACE Data Assimilation for Drought Monitoring (GRACE-DA-DM) + U.S. Version 4.0 data product and supersedes the GRACE-DA-DM Version 2.0. + \\n\\nThe GRACE-DA-DM U.S. V4.0 is based on the Catchment Land Surface Model + (CLSM) Fortuna 2.5 version simulation that was created within the Land Information + System data assimilation framework (Kumar et al., 2016). This simulation used + the latest GRACE RL06 (GRACE; 2002-2017) and GRACE Follow On (GRACE-FO; 2018-present) + Mascon solutions version 2, at 0.25 degree resolution, from the University + of Texas at Austin (Save et al., 2016; Save, 2020). The CLSM soil parameters + were updated to address a soil moisture dry limit issue found near Zapata, + Texas. Because the root zone soil moisture frequently reaches the dry limit + there, drought conditions are often \u201Cnormal\u201D when the area should + be in drought. The new soil parameters resolved the issue, and the root zone + soil moisture now matches closely the in-situ observation near Zapata. In + the data assimilation, the baseline for Terrestrial Water Storage anomaly + computation was updated to the 2003-2019 mean, whereas previous simulations + used the 2003-2016 mean. The percentile computation was switched to a 7-day + moving average climatology, instead of monthly, to improve the temporal transition + of drought/wetness conditions.\\n\\nThe GRACE-DA-DM V1.0 was created by the + stand alone CLSM (an older version) using the GRACE-Tellus 1 degree data from + the Center for Space Research at University of Texas. The GRACE data assimilation + (DA) is executed on a grid-to-grid basis in V2.0, while a basin scale average + was used in V1.0 (Zaitchik et al. 2008). The V2.0 data were reprocessed (on + June 14, 2017), using the GRACE RL05 Mascon solutions version 1 data set from + UT CSR, for the entire period from April 1, 2002 to June 5, 2017. The reprocessing + included fixes in the DA and increased the bedrock depth by 3 meters to enhance + the drought indicator calculations. \\n\\nThe GRACE-DA-DM U.S. V4.0 uses the + same configuration as the V2.0 for the DA scheme and increased bedrock depth, + with the updates previously mentioned, thus supersedes the previous versions. + \\n\\nThe GRACE-DA-DM U.S. V4.0 data product contains three drought indicators: + Groundwater Percentile, Root Zone Soil Moisture Percentile, and Surface Soil + Moisture Percentile. These drought indicators express wet or dry conditions + as a percentile, indicating the probability of occurrence within the period + of record from 1948 to 2014. The drought indicator data are daily, but available + only one day (Monday) per week. The data have a spatial resolution of 0.125 + x 0.125 degree over North America and range from April 1, 2002 to present + (with a 3-6 months latency). The data are archived in NetCDF format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2021-01-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-01-08T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"The + GRACE-DA-DM Version 1.0 was created by the stand alone CLSM (an older version) + using the GRACE-Tellus 1 degree data from the Center for Space Research at + University of Texas. The GRACE data assimilation (DA) is executed on a grid-to-grid + basis in Version 2.0, while a basin scale average was used in Version 1.0 + (Zaitchik et al. 2008). The Version 2.0 data were reprocessed (on June 14, + 2017), using the GRACE RL05 Mascon solutions version 1 data set from UT CSR, + for the entire period from April 1, 2002 to June 5, 2017. The reprocessing + included fixes in the DA and increased the bedrock depth by 3 meters to enhance + the drought indicator calculations. \",\"Version\":\"4.0\",\"Projects\":[{\"ShortName\":\"GRACE-DA-DM\",\"LongName\":\"Gravity + Recovery and Climate Experiment Data Assimilation for Drought Monitoring\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"HUALAN\",\"LastName\":\"RUI\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5200\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"Hualan.Rui@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Catchment-LSM\",\"LongName\":\"Catchment + Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/GRACEDA/GRACEDADM_CLSM025GL_7D.3.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"GRACEDADM_CLSM025GL_7D_3.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2283200566-GES_DISC\",\"revision-date\":\"2022-11-28T21:51:13.032Z\",\"granule-count\":1086,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Hydrology\"],\"CollectionCitations\":[{\"Creator\":\"Matthew + Rodell, Bailing Li, A. Getirana, and Hiroko Kato Beaudoing, NASA/GSFC/HSL\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/GRACEDADM_CLSM025GL_7D_3.0.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Groundwater + and Soil Moisture Conditions from GRACE and GRACE-FO Data Assimilation L4 + 7-days 0.25 x 0.25 degree Global V3.0\",\"SeriesName\":\"GRACEDADM_CLSM025GL_7D\",\"ReleaseDate\":\"2022-07-15T00:00:00.000Z\",\"Version\":\"3.0\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"LAND SURFACE/AGRICULTURE + INDICATORS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"LAND + SURFACE/AGRICULTURE INDICATORS\",\"VariableLevel1\":\"DROUGHT INDICES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"LAND SURFACE/AGRICULTURE + INDICATORS\",\"VariableLevel1\":\"SATELLITE SOIL MOISTURE INDEX\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2003-02-03T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/SZYMDFZ7TJ4H\"},\"ShortName\":\"GRACEDADM_CLSM025GL_7D\",\"EntryTitle\":\"Groundwater + and Soil Moisture Conditions from GRACE and GRACE-FO Data Assimilation L4 + 7-days 0.25 x 0.25 degree Global V3.0 (GRACEDADM_CLSM025GL_7D) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Houborg, + R., M. Rodell, B. Li, R. Reichle, and B. Zaitchik\",\"PublicationDate\":\"2012-01-01T00:00:00.000Z\",\"Title\":\"Drought + indicators based on model assimilated GRACE terrestrial water storage observations\",\"OtherReferenceDetails\":\"Data + Author Publication\",\"DOI\":{\"DOI\":\"10.1029/2011WR011291\"}},{\"Author\":\"Kumar, + S. V., B. F. Zaitchik, C. D. Peters-Lidard, et al.\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"Assimilation + of gridded GRACE terrestrial water storage estimates in the North American + Land Data Assimilation System\",\"DOI\":{\"DOI\":\"10.1175/jhm-d-15-0157.1\"}},{\"Author\":\"Zaitchik, + B.F., M. Rodell, and R.H. Reichle\",\"PublicationDate\":\"2008-01-01T00:00:00.000Z\",\"Title\":\"Assimilation + of GRACE terrestrial water storage data into a land surface model: results + for the Mississippi River Basin\",\"DOI\":{\"DOI\":\"10.1175/2007JHM951.1\"}},{\"Author\":\"Save, + Himanshu\",\"PublicationDate\":\"2020-01-01T00:00:00.000Z\",\"Title\":\"CSR + GRACE and GRACE-FO RL06 Mascon Solutions v02\",\"DOI\":{\"DOI\":\"10.15781/cgq9-nh24\"}},{\"Author\":\"Save, + H., S. Bettadpur, and B.D. Tapley\",\"PublicationDate\":\"2016-01-01T00:00:00.000Z\",\"Title\":\"High + resolution CSR GRACE RL05 mascons\",\"DOI\":{\"DOI\":\"10.1002/2016JB013007\"}},{\"Author\":\"Getirana, + A., M. Rodell, S. Kumar, H.K. Beaudoing, K. Arsenault, B. Zaitchik, H. Save, + and S. Bettadpur\",\"PublicationDate\":\"2020-01-01T00:00:00.000Z\",\"Title\":\"GRACE + improves groundwater forecast initialization over the United States\",\"DOI\":{\"DOI\":\"10.1175/JHM-D-19-0096.1\"}},{\"Author\":\"Li, + B., M. Rodell, S.V. Kumar, H.K. Beaudoing, A. Getirana, B.F. Zaitchik, L.G. + Goncalves, C. Cossetin, S. Bhanja, A. Mukherjee, S. Tian, N. Tangdamrongsub, + D. Long, J. Nanteza, J. Lee, F. Policelli, I. B. Goni, D. Daira, M. Bila, + G. de Lannoy, D. Mocko, and S. C. Steele-Dunne\",\"PublicationDate\":\"2019-01-01T00:00:00.000Z\",\"Title\":\"Global + GRACE data assimilation for groundwater and drought monitoring: advances and + challenges\",\"Series\":\"Water Resour. Res.\",\"Volume\":\"55\",\"DOI\":{\"DOI\":\"10.1029/2018WR024618\"}}],\"Quality\":\"Groundwater + and Soil Moisture Conditions from GRACE Data Assimilation data products are + experimental products that are still being evaluated and improved. We encourage + your specific, constructive feedback as this phase of development proceeds.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/GRACEDA/GRACEDADM_CLSM025GL_7D.3.0/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Groundwater + storage percentile for August 03, 2020, from Groundwater and Soil Moisture + Conditions from GRACE and GRACE-FO Data Assimilation L4 7-days 0.25 x 0.25 + degree V3.0 Global (GRACEDADM_CLSM025GL_7D_3.0)\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/GRACEDADM_CLSM025GL_7D_3.0.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/GRACEDADM_CLSM025GL_7D_3.0.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GRACEDA/GRACEDADM_CLSM025GL_7D.3.0/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/opendap/GRACEDA/GRACEDADM_CLSM025GL_7D.3.0/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=GRACEDADM_CLSM025GL_7D\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/data/GRACEDA/GRACEDADM_CLSM025GL_7D.3.0/doc/README_GRACEDADM3GL.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://nasagrace.unl.edu/\",\"Description\":\"Project + Web Site for Groundwater and Soil Moisture Conditions from GRACE Data Assimilation\",\"Type\":\"PROJECT + HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/howto?tags=hydrology\",\"Description\":\"How + to read and plot the data.\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/information/documents?title=Hydrology%20Documentation\",\"Description\":\"GES + DISC Hydrology Documentation\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://hydro1.gesdisc.eosdis.nasa.gov/thredds/catalog/GRACEDA_aggregation/GRACEDADM_CLSM025GL_7D.3.0/catalog.html\",\"Description\":\"Time + aggregated THREDDS Data Server (TDS)\",\"Subtype\":\"THREDDS DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://giovanni.gsfc.nasa.gov/giovanni/#dataKeyword=GRACEDADM_CLSM025GL_7D_3.0\",\"Description\":\"The + GES-DISC Interactive Online Visualization ANd aNalysis Interface (Giovanni) + is a web-based tool that allows users to interactively visualize and analyze + data.\",\"Subtype\":\"GIOVANNI\",\"Type\":\"GET RELATED VISUALIZATION\",\"URLContentType\":\"VisualizationURL\"}],\"DataDates\":[{\"Date\":\"2022-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Scientists + at NASA Goddard Space Flight Center generate groundwater and soil moisture + drought indicators each week. They are based on terrestrial water storage + observations derived from GRACE-FO satellite data and integrated with other + observations, using a sophisticated numerical model of land surface water + and energy processes.\\n\\nThis data product is GRACE Data Assimilation for + Drought Monitoring (GRACE-DA-DM) Global Version 3.0 from a global GRACE and + GRACE-FO data assimilation and drought indicator product generation (Li et + al., 2019). It varies from the other GRACE-DA-DM products which are from the + U.S. GRACE-based drought indicator product generation (Houborg et al., 2012).\\nThe + GRACE-DA-DM Global V3.0 is similar to the GRACE-DA-DM U.S. V4.0 product. Both + products are based on the Catchment Land Surface Model (CLSM) Fortuna 2.5 + version simulation that was created within the Land Information System data + assimilation framework (Kumar et al., 2016). GRACE-DA-DM Global V3.0 drought + indicator maps are derived from the GLDAS_CLSM025_DA1_D product, at 0.25 degree + resolution, forced by ECMWF meteorological data, and assimilated RL06 GRACE + and GRACE-FO data from the University of Texas at Austin (Save et al., 2016; + Save, 2020). The GRACE-DA-DM U.S. V4.0 is at 0.125 degree, which is based + on a model simulation (not published at GES DISC) forced by NLDAS-2 meteorological + data and assimilated with RL06 GRACE/GRACE-FO data. \\nMore information + on GRACE-DA-DM U.S. V4.0 and previous versions of the data can be found in + the README.\\n\\nThe GRACE-DA-DM Global V3.0 data product contains three drought + indicators: Groundwater Percentile, Root Zone Soil Moisture Percentile, and + Surface Soil Moisture Percentile. These drought indicators express wet or + dry conditions as a percentile, indicating the probability of occurrence within + the period of record from 1948 to 2014. The drought indicator data are daily, + but available only one day (Monday) per week. The data have a spatial resolution + of 0.25 x 0.25 degree with global coverage (60S, 180W, 90N, 180E), and a temporal + range from February 2003 to present (with a 3-6 month latency). The data are + archived in NetCDF format.\\n\\nThe GRACE-DA-DM is an operational project + which produces groundwater and soil moisture drought indicators each week. + \ The operational data is available weekly with a 2-9 day latency from the + NASA GRACE project home page found under the Documentation tab. The GRACE-DA-DM + data distributed here at GESDISC is the final archive version, which is generated + after the latest GRACE-FO data are available.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Date\":\"2022-03-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-07-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"The + GRACE-DA-DM Version 3.0 used the GRACE RL06 (GRACE; 2002-2017) and GRACE Follow + On (GRACE-FO; 2018-present) Mascon solutions, at 0.25 degree resolution, from + the University of Texas at Austin (Save et al. 2016; Save 2020). This Global + simulation assimilated the versions of GRACE/GRACE-FO data at the time of + simulation which were restarted from the last available GRACE data month and + extended through present for each week, using the baseline of 2004-2018 mean + for Terrestrial Water Storage anomaly computation. GRACE-DA-DM Version 3.0 + uses both version 1 and version 2 RL06 GRACE/GRACE-FO data. The RL06 GRACE/GRACE-FO + version 1 data, covering April 2002 to August 2019, was released in October + 2019 then went through incremental changes each time the GRACE-FO observation + was extended monthly, and arrived at the stable version 2 in August 2020 (covering + thru 2020/06). The percentile computation was switched to a 7-day moving + average climatology instead of monthly, to improve the temporal transition + of drought/wetness conditions. \",\"Version\":\"3.0\",\"Projects\":[{\"ShortName\":\"GRACE-DA-DM\",\"LongName\":\"Gravity + Recovery and Climate Experiment Data Assimilation for Drought Monitoring\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Ashley\",\"LastName\":\"Heath\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5200\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"ashley.l.heath@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"Catchment-LSM\",\"LongName\":\"Catchment + Land Surface Model\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-GOA97\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360262-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:18.631Z\",\"granule-count\":61,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-10-10T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/GOA97/DATA001\"},\"ShortName\":\"GOA97\",\"EntryTitle\":\"Gulf + of Alaska measurements in 1997\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/GOA97/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + taken in the Gulf of Alaska during 1997.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-GOC\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360266-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:20.685Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2003-02-19T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/GOC/DATA001\"},\"ShortName\":\"GOC\",\"EntryTitle\":\"Gulf + of California (GOC) measurements in 2003\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/GOC/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + made near Baja California and the Gulf of California in 2003.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-GOCAL\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360264-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:19.699Z\",\"granule-count\":611,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-11-29T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/GOCAL/DATA001\"},\"ShortName\":\"GOCAL\",\"EntryTitle\":\"Gulf + of California long-term sampling program\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/GOCAL/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"GOCAL + was an internationally coordinated long-term sampling program in the Gulf + of California, designed to examine the temporal and spatial variability in + the biogeochemical properties of the region. This program includes Drs. S. + Alvarez Borrego, R. Lara Lara, G. Gaxiola and H. Maske from the Centro de + Investigacion Cientifica y de Educacion Secondaria de Ensenada (CICESE), Ensenada, + Mexico, Dr. E. Valdez from the University of Sonora, Hermosillo, Mexico, Drs. + J Mueller and C. Trees of San Diego State University, San Diego, CA, Dr. Ron + Zaneveld, Dr. Scott Pegau, and Andrew Barnard, Oregon State University, Corvallis, + OR. Components of this program were funded by the NASA SIMBIOS initiative\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":41,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-EGEE3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360226-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:07.797Z\",\"granule-count\":66,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-05-29T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/EGEE3/DATA001\"},\"ShortName\":\"EGEE3\",\"EntryTitle\":\"Gulf + of Guinea climate and ocean circulation study (EGEE) project - Gulf of Guinea + off of west-central Africa\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/EGEE3/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + made in the Gulf of Guinea off of west-central Africa in 2006 as part of the + third cruise in the EGEE project (Gulf of Guinea climate and ocean circulation + study, which is the oceanographic strand of the AMMA -African Monsoon Multidisciplinary + Analyses program).\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":41,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-EGEE5\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360227-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:08.362Z\",\"granule-count\":13,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2007-06-06T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/EGEE5/DATA001\"},\"ShortName\":\"EGEE5\",\"EntryTitle\":\"Gulf + of Guinea climate and ocean circulation study (EGEES)\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/EGEE5/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + made in the Gulf of Guinea off of west-central Africa in 2007 as part of the + fifth cruise in the EGEE project (Gulf of Guinea climate and ocean circulation + study, which is the oceanographic strand of the AMMA -African Monsoon Multidisciplinary + Analyses program).\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":54,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-BIODIVERSITY\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360159-OB_DAAC\",\"revision-date\":\"2023-04-11T20:11:43.238Z\",\"granule-count\":164,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2007-04-26T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/BIODIVERSITY/DATA001\"},\"ShortName\":\"BIODIVERSITY\",\"EntryTitle\":\"Gulf + of Maine measurements in 2007 under the BIODIVERSITY program\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/BIODIVERSITY/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + made in the Gulf of Maine in 2007 under the BIODIVERSITY program.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":53,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-B06\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360131-OB_DAAC\",\"revision-date\":\"2023-04-11T20:11:34.969Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-04-07T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/B06/DATA001\"},\"ShortName\":\"B06\",\"EntryTitle\":\"Gulf + of Maine measurements in 2008\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/B06/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + taken in the Gulf of Maine in 2008.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-GNATS\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360260-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:18.121Z\",\"granule-count\":950,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2001-06-26T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/GNATS/DATA001\"},\"ShortName\":\"GNATS\",\"EntryTitle\":\"Gulf + of Maine North Atlantic Time Series (GNATS)\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/GNATS/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gulf of Maine (GoM) is a highly productive shelf sea that constitutes a large + part of the N.E. US Continental Shelf. We have run a time series across the + GoM for the last 8 years known as GNATS (Gulf of Maine North Atlantic Time + Series). It consists of monthly, cross-Gulf sampling on ships of opportunity, + during clear-sky days, so that we are assured concurrent measurements from + ship and satellite (ocean color, SST). The power of this strategy is seen + in our 95% success rate for being at sea during clear, high quality overpasses + (randomly, one would expect a success rate of ~10% due to the GoM cloud climatology). + We then can extrapolate our large shipboard data set of carbon cycle parameters + to regional scales using synoptic remote sensing. GNATS includes a suite of + carbon-specific standing stocks and rate measurements (e.g. POC, PIC [calcite], + DOC, primary productivity, and calcification) plus hydrographic, chemical + and optical measurements. Through coordinated ship/satellite measurements, + we can constrain the major carbon production terms of the Gulf, follow their + monthly variation using synoptic remote sensing, and regionally tune satellite + algorithms. GNATS documents not only marine carbon pools, but it includes + carbon supplied from the terrestrial watershed; this is why the Gulf is optically-dominated + by Case II waters. We propose to A) continue GNATS, coordinated ship and satellite + measurements for another 3 years, B) provide monthly, regional estimates of + the standing stock and production terms for the various particulate and dissolved + carbon fractions based on satellite ocean color observations and C) perform + a statistical comparison of photoadaptive parameters in the Mid-Atlantic Bight + and GoM to examine how broadly we can extrapolate these results along the + NE U.S. Continental Shelf. Deliverables of this work will be: ship-based quantification + of the various components of the carbon cycle in the GoM (standing stocks + of POC, PIC, DOC plus primary production/calcification rates), an improved + DOC algorithm, tuning of satellite carbon algorithms for the NE Continental + Shelf, and documentation of the long- term biogeochemical and ecological changes + occurring in the GoM carbon cycle. Quantification of the variability in the + composition and concentration of dissolved and particulate carbon over a wide + range of temporal and spatial scales is the first step towards understanding + the role of coastal ecosystems in the global carbon cycle.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-Gulf_of_Maine_Nutrients\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360356-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:26.594Z\",\"granule-count\":16,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1933-09-05T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/GULF_OF_MAINE_NUTRIENTS/DATA001\"},\"ShortName\":\"Gulf_of_Maine_Nutrients\",\"EntryTitle\":\"Gulf + of Maine nutrient measurements from 1933 to 1991\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/Gulf_of_Maine_Nutrients/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + of nutrients from the Gulf of Maine region from 1933 to 1991.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-Gulf_Of_Maine\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360354-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:25.628Z\",\"granule-count\":238,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-06-08T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/GULF_OF_MAINE/DATA001\"},\"ShortName\":\"Gulf_Of_Maine\",\"EntryTitle\":\"Gulf + of Maine optical measurements between 2004 and 2007\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/Gulf_Of_Maine/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + made in the Gulf of Maine between 2004 and 2007.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-Gulf_of_Maine_Optics\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360359-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:27.132Z\",\"granule-count\":635,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1979-08-22T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/GULF_OF_MAINE_OPTICS/DATA001\"},\"ShortName\":\"Gulf_of_Maine_Optics\",\"EntryTitle\":\"Gulf + of Maine optical measurements from 1933 to 1991\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/Gulf_of_Maine_Optics/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + of optics from the Gulf of Maine region spanning 1979 to 1996.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-GOM\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360305-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:22.164Z\",\"granule-count\":44,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1994-03-13T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/GOM/DATA001\"},\"ShortName\":\"GOM\",\"EntryTitle\":\"Gulf + of Mexico (GOM) measurements, 1994 and 1997\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/GOM/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Gulf + of Mexico measurements made in 1994 and 1997.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-GOMECC\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360268-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:21.164Z\",\"granule-count\":605,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2007-07-11T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/GOMECC/DATA001\"},\"ShortName\":\"GOMECC\",\"EntryTitle\":\"Gulf + of Mexico and East Coast Carbon Cruise (GOMECC)\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/GOMECC/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Gulf of Mexico and East Coast Carbon Cruise (GOMECC)\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-GulfCarbon\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360353-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:25.099Z\",\"granule-count\":230,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-01-09T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/GULFCARBON/DATA001\"},\"ShortName\":\"GulfCarbon\",\"EntryTitle\":\"Gulf + of Mexico carbon and bio-optical measurements\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/GulfCarbon/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Satellite + Assessment of CO2 Distribution, Variability and Flux and Understanding of + Control Mechanisms in a River Dominated Ocean Margin\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":36,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-GOMEX\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360269-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:21.677Z\",\"granule-count\":51,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1993-04-10T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/GOMEX/DATA001\"},\"ShortName\":\"GOMEX\",\"EntryTitle\":\"Gulf + of Mexico measurements in 1993\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/GOMEX/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + from the Gulf of Mexico along the Florida and Louisiana coasts in 1993.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HANPP + Collection: Global Patterns in Human Appropriation of Net Primary Productivity + (HANPP)\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C139824016-SEDAC\",\"revision-date\":\"2023-01-18T15:36:20.526Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"HANPP + Collection: Global Patterns in Human Appropriation of Net Primary Productivity + (HANPP)\",\"Creator\":\"Imhoff, M.L., L. Bounoua, T. Ricketts, C. Loucks, + R. Harriss, and W.T. Lawrence\",\"ReleaseDate\":\"2004-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H44Q7RWV\"}},{\"Title\":\"Exploring + Global Patterns of Net Primary Production Carbon Supply and Demand Using Satellite + Observations and Statistical Data\",\"Creator\":\"Imhoff, M. L., and L. Bounoua\",\"ReleaseDate\":\"2006-11-22T00:00:00.000Z\",\"OnlineResource\":{\"Linkage\":\"http://dx.doi.org/10.1029/2006JD007377\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-55.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137.0,\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"Unit\":\"Decimal + Degrees\",\"XDimension\":0.25,\"YDimension\":0.25}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CARBON\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H44Q7RWV\"},\"ShortName\":\"CIESIN_SEDAC_HANPP\",\"EntryTitle\":\"HANPP + Collection: Global Patterns in Human Appropriation of Net Primary Productivity + (HANPP)\",\"PublicationReferences\":[{\"Title\":\"Global Patterns in Human + Consumption of Net Primary Production\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.1038/nature02619\"},\"Author\":\"Imhoff, + M.L., L. Bounoua,T. Ricketts, C.Loucks, R. Harriss and W.T. Lawrence\",\"PublicationDate\":\"2004-06-24T00:00:00.000Z\",\"Series\":\"Nature\",\"Pages\":\"870-873\"},{\"Title\":\"HANPP + Collection: Human Appropriation of Net Primary Productivity (HANPP) by Country + and Product\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H48G8HMK\"},\"Author\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"PublicationDate\":\"2004-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"HANPP Collection: Global Patterns in Net Primary Productivity + (NPP)\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H40Z715X\"},\"Author\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"PublicationDate\":\"2004-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"HANPP Collection: Human Appropriation of Net Primary Productivity + as a Percentage of Net Primary Productivity\",\"Publisher\":\"NASA Socioeconomic + Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4W66HPJ\"},\"Author\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"PublicationDate\":\"2004-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/hanpp/hanpp-human-appropriation-net-primary-productivity/human-appropriation-net-primary-productivity-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/hanpp-human-appropriation-net-primary-productivity/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/hanpp-human-appropriation-net-primary-productivity/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/hanpp-human-appropriation-net-primary-productivity/docs\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/hanpp-human-appropriation-net-primary-productivity\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2004-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2004-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + HANPP Collection: Global Patterns in Human Appropriation of Net Primary Productivity + (HANPP) represents a digital map of human appropriation of net primary productivity + measured in Units of elemental carbon on a one-quarter degree global grid. + Net primary productivity (NPP), the net amount of solar energy converted to + plant organic matter through photosynthesis, can be measured in Units of elemental + carbon and represents the primary food energy source for the world's ecosystems. + Humans appropriate net primary productivity through the consumption of food, + paper, wood and fiber, which alters the composition of the atmosphere, levels + of biodiversity, energy flows within food webs and the provision of important + ecosystem services. The data set is distributed by the Columbia University + Center for International Earth Science Information Network (CIESIN).\",\"Purpose\":\"To + assist in understanding human impacts on the environment, and especially impacts + on biodiversity and ecosystem services.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-02-07T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-01-18T10:34:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_HANPP\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"HANPP\",\"LongName\":\"Human + Appropriation of Net Primary Productivity\"}],\"UseConstraints\":{\"Description\":\"Users + are free to use, copy, distribute, transmit, and adapt the work for commercial + and non-commercial purposes, without restriction, as long as clear attribution + of the source is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Grid\"},{\"Format\":\"GeoTIFF\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"}],\"FileDistributionInformation\":[{\"Format\":\"Grid\",\"Fees\":\"0\"},{\"Format\":\"GeoTIFF\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HANPP + Collection: Global Patterns in Net Primary Productivity (NPP)\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C139824017-SEDAC\",\"revision-date\":\"2023-01-18T15:44:19.023Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"HANPP + Collection: Global Patterns in Net Primary Productivity (NPP)\",\"Creator\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"ReleaseDate\":\"2004-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H40Z715X\"}},{\"Title\":\"Exploring + Global Patterns of Net Primary Production Carbon Supply and Demand Using Satellite + Observations and Statistical Data\",\"Creator\":\"Imhoff, M. L., and L. Bounoua\",\"ReleaseDate\":\"2006-11-22T00:00:00.000Z\",\"OnlineResource\":{\"Linkage\":\"http://dx.doi.org/10.1029/2006JD007377\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-55.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137.0,\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"Unit\":\"Decimal + Degrees\",\"XDimension\":0.25,\"YDimension\":0.25}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CARBON\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H40Z715X\"},\"ShortName\":\"CIESIN_SEDAC_HANPP_NPP\",\"EntryTitle\":\"HANPP + Collection: Global Patterns in Net Primary Productivity (NPP)\",\"PublicationReferences\":[{\"Title\":\"Global + Patterns in Human Consumption of Net Primary Production\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.1038/nature02619\"},\"Author\":\"Imhoff, + M.L., L. Bounoua,T. Ricketts, C.Loucks, R. Harriss and W.T. Lawrence\",\"PublicationDate\":\"2004-06-24T00:00:00.000Z\",\"Series\":\"Nature\",\"Pages\":\"870-873\"},{\"Title\":\"HANPP + Collection: Human Appropriation of Net Primary Productivity (HANPP) by Country + and Product\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H48G8HMK\"},\"Author\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"PublicationDate\":\"2004-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"HANPP Collection: Global Patterns in Human Appropriation + of Net Primary Productivity (HANPP)\",\"Publisher\":\"NASA Socioeconomic Data + and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H44Q7RWV\"},\"Author\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"PublicationDate\":\"2004-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"HANPP Collection: Human Appropriation of Net Primary Productivity + as a Percentage of Net Primary Productivity\",\"Publisher\":\"NASA Socioeconomic + Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4W66HPJ\"},\"Author\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"PublicationDate\":\"2004-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/hanpp/hanpp-net-primary-productivity/net-primary-productivity-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/hanpp-net-primary-productivity/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/hanpp-net-primary-productivity/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/hanpp-net-primary-productivity/docs\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/hanpp-net-primary-productivity\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2004-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2004-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + HANPP Collection: Global Patterns in Net Primary Productivity (NPP) maps the + net amount of solar energy converted to plant organic matter through photosynthesis. + NPP is measured in Units of elemental carbon and represents the primary food + energy source for the world's ecosystems.\",\"Purpose\":\"To be utilized in + conjunction with a data set of human appropriation of net primary productivity + (HANPP) in order to understand global energy flows and localized impacts on + the environment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2006-12-29T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-01-18T10:42:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_HANPP_NPP\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"HANPP\",\"LongName\":\"Human + Appropriation of Net Primary Productivity\"}],\"UseConstraints\":{\"Description\":\"Users + are free to use, copy, distribute, transmit, and adapt the work for commercial + and non-commercial purposes, without restriction, as long as clear attribution + of the source is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Grid\"},{\"Format\":\"GeoTIFF\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"}],\"FileDistributionInformation\":[{\"Format\":\"Grid\",\"Fees\":\"0\"},{\"Format\":\"GeoTIFF\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":24,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HANPP + Collection: Human Appropriation of Net Primary Productivity (HANPP) by Country + and Product\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C139824019-SEDAC\",\"revision-date\":\"2023-02-20T17:19:26.382Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"HANPP + Collection: Human Appropriation of Net Primary Productivity (HANPP) by Country + and Product\",\"Creator\":\"Imhoff, M.L., L. Bounoua, T. Ricketts, C. Loucks, + R. Harriss, and W.T. Lawrence\",\"ReleaseDate\":\"2004-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H48G8HMK\"}},{\"Title\":\"Exploring + Global Patterns of Net Primary Production Carbon Supply and Demand Using Satellite + Observations and Statistical Data\",\"Creator\":\"Imhoff, M. L., and L. Bounoua\",\"ReleaseDate\":\"2006-11-22T00:00:00.000Z\",\"OnlineResource\":{\"Linkage\":\"http://dx.doi.org/10.1029/2006JD007377\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-55.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CARBON\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H48G8HMK\"},\"ShortName\":\"CIESIN_SEDAC_HANPP_CPROD\",\"EntryTitle\":\"HANPP + Collection: Human Appropriation of Net Primary Productivity (HANPP) by Country + and Product\",\"PublicationReferences\":[{\"Title\":\"Global Patterns in Human + Consumption of Net Primary Production\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.1038/nature02619\"},\"Author\":\"Imhoff, + M.L., L. Bounoua,T. Ricketts, C.Loucks, R. Harriss and W.T. Lawrence\",\"PublicationDate\":\"2004-06-24T00:00:00.000Z\",\"Series\":\"Nature\",\"Pages\":\"870-873\"},{\"Title\":\"HANPP + Collection: Global Patterns in Human Appropriation of Net Primary Productivity + (HANPP)\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H44Q7RWV\"},\"Author\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"PublicationDate\":\"2004-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"HANPP Collection: Global Patterns in Net Primary Productivity + (NPP)\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H40Z715X\"},\"Author\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"PublicationDate\":\"2004-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"HANPP Collection: Human Appropriation of Net Primary Productivity + as a Percentage of Net Primary Productivity\",\"Publisher\":\"NASA Socioeconomic + Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4W66HPJ\"},\"Author\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"PublicationDate\":\"2004-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/hanpp/hanpp-by-country-and-product/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/hanpp-by-country-and-product/data-download\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/hanpp-hanpp-by-country-and-product/docs\"},{\"Description\":\"Data + Set Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/hanpp-by-country-and-product\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author Home Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2004-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2004-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + HANPP Collection: Human Appropriation of Net Primary Productivity (HANPP) + by Country and Product contains tabular data on carbon-equivalents of consumption + by country and by type of product. The data were compiled from national-level + FAO statistics on consumption of products such as vegetables, meat, paper, + and wood. HANPP represents the amount of carbon required to derive food and + fibre products consumed by humans including organic matter that is lost during + harvesting and processing. Net primary productivity (NPP), the net amount + of solar energy converted to plant organic matter through photosynthesis, + can be measured in Units of elemental carbon and represents the primary food + energy source for the world's ecosystems. These tabular data were used to + allocate country level NPP consumption to a spatial surface of NPP consumption + (Global Patterns in Human Appropriation of Net Primary Productivity), which + is part of this collection.\",\"Purpose\":\"To provide tabular data on human + appropriation of net primary productivity by country.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"GAZA STRIP\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"AMERICAN + SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ANDORRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANGUILLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ARUBA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"BERMUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRITISH INDIAN OCEAN TERRITORY\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CAYMAN ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"CHRISTMAS ISLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"NORWEGIAN + SEA\",\"Subregion3\":\"FAEROE ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"FALKLAND + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FRENCH + POLYNESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GUADELOUPE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"GUAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\",\"Subregion2\":\"SUMATRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"MACAU\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"MARTINIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"MONACO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"MONTSERRAT\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"NETHERLANDS ANTILLES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"NEW + CALEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW ZEALAND\",\"Subregion1\":\"NEW + ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"NIUE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"NORFOLK + ISLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NORTHERN + MARIANA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SAN MARINO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SOUTH SANDWICH + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN OCEAN\",\"Subregion1\":\"SRI + LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"THAILAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TOKELAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TURKS AND CAICOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"VATICAN CITY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"WAKE ISLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"WALLIS + AND FUTUNA ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"WESTERN SAHARA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST VINCENT AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"ST PIERRE + AND MIQUELON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"NORTH + ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN SEA\",\"Subregion3\":\"VIRGIN + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"SOUTH + ATLANTIC OCEAN\",\"Subregion2\":\"ST HELENA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COCOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-02-07T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-20T17:13:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_HANPP_CPROD\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"HANPP\",\"LongName\":\"Human + Appropriation of Net Primary Productivity\"}],\"UseConstraints\":{\"Description\":\"Users + are free to use, copy, distribute, transmit, and adapt the work for commercial + and non-commercial purposes, without restriction, as long as clear attribution + of the source is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HANPP + Collection: Human Appropriation of Net Primary Productivity as a Percentage + of Net Primary Productivity\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C139824018-SEDAC\",\"revision-date\":\"2023-01-18T16:23:05.448Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"HANPP + Collection: Human Appropriation of Net Primary Productivity as a Percentage + of Net Primary Productivity\",\"Creator\":\"Imhoff, M.L., L. Bounoua, T. Ricketts, + C. Loucks, R. Harriss, and W.T. Lawrence\",\"ReleaseDate\":\"2004-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4W66HPJ\"}},{\"Title\":\"Exploring + Global Patterns of Net Primary Production Carbon Supply and Demand Using Satellite + Observations and Statistical Data\",\"Creator\":\"Imhoff, M. L., and L. Bounoua\",\"ReleaseDate\":\"2006-11-22T00:00:00.000Z\",\"OnlineResource\":{\"Linkage\":\"http://dx.doi.org/10.1029/2006JD007377\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-55.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137.0,\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"Unit\":\"Decimal + Degrees\",\"XDimension\":0.25,\"YDimension\":0.25}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CARBON\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4W66HPJ\"},\"ShortName\":\"CIESIN_SEDAC_HANPP_PERCENT\",\"EntryTitle\":\"HANPP + Collection: Human Appropriation of Net Primary Productivity as a Percentage + of Net Primary Productivity\",\"PublicationReferences\":[{\"Title\":\"Global + Patterns in Human Consumption of Net Primary Production\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.1038/nature02619\"},\"Author\":\"Imhoff, + M.L., L. Bounoua,T. Ricketts, C.Loucks, R. Harriss and W.T. Lawrence\",\"PublicationDate\":\"2004-06-24T00:00:00.000Z\",\"Series\":\"Nature\",\"Pages\":\"870-873\"},{\"Title\":\"HANPP + Collection: Human Appropriation of Net Primary Productivity (HANPP) by Country + and Product\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center + (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H48G8HMK\"},\"Author\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"PublicationDate\":\"2004-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"HANPP Collection: Global Patterns in Human Appropriation + of Net Primary Productivity (HANPP)\",\"Publisher\":\"NASA Socioeconomic Data + and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H44Q7RWV\"},\"Author\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"PublicationDate\":\"2004-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"HANPP Collection: Global Patterns in Net Primary Productivity + (NPP)\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H40Z715X\"},\"Author\":\"Imhoff, + M.L., L. Bounoua, T. Ricketts, C. Loucks, R. Harriss, and W.T. Lawrence\",\"PublicationDate\":\"2004-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/hanpp/hanpp-percentage-net-primary-productivity/hanpp-percentage-npp-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/hanpp-percentage-net-primary-productivity/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/hanpp-percentage-net-primary-productivity/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/hanpp-percentage-net-primary-productivity/docs\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/hanpp-percentage-net-primary-productivity\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2004-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2004-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + HANPP Collection: Human Appropriation of Net Primary Productivity as a Percentage + of Net Primary Productivity represents a map identifying regions in which + human consumption of NPP is greatly in excess of production by local ecosystems. + \ Humans appropriate net primary productivity through the consumption of food, + paper, wood and fiber, which alters the composition of the atmosphere, levels + of biodiversity, energy flows within food webs and the provision of important + ecosystem services. Net primary productivity (NPP), the net amount of solar + energy converted to plant organic matter through photosynthesis, can be measured + in Units of elemental carbon and represents the primary food energy source + for the world's ecosystems.\",\"Purpose\":\"To identify spatial variations + in the amount of NPP consumption relative to local production in a way that + highlight humanity's growing impact on the biosphere.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-02-07T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-01-18T11:21:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_HANPP_PERCENT\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"HANPP\",\"LongName\":\"Human + Appropriation of Net Primary Productivity\"}],\"UseConstraints\":{\"Description\":\"Users + are free to use, copy, distribute, transmit, and adapt the work for commercial + and non-commercial purposes, without restriction, as long as clear attribution + of the source is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Grid\"},{\"Format\":\"GeoTIFF\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"}],\"FileDistributionInformation\":[{\"Format\":\"Grid\",\"Fees\":\"0\"},{\"Format\":\"GeoTIFF\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HAQ_TROPOMI_NO2_CONUS_A_L3_2.4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2839237129-GES_DISC\",\"revision-date\":\"2024-03-15T22:16:10.880Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"BEDI\",\"Climate\",\"Human + Health\",\"Air Quality\",\"HAQAST\",\"NO2 \",\"TROPOMI\",\"Sentinel-5P\"],\"CollectionCitations\":[{\"Creator\":\"Dan + Goldberg at George Washington University\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HAQ_TROPOMI_NO2_CONUS_A_L3_2.4.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HAQAST + Sentinel-5P TROPOMI Nitrogen Dioxide (NO2) CONUS Annual Level 3 0.01 x 0.01 + Degree Gridded Data V2.4\",\"SeriesName\":\"HAQ_TROPOMI_NO2_CONUS_A_L3\",\"ReleaseDate\":\"2024-03-15T00:00:00.000Z\",\"Version\":\"2.4 + \",\"ReleasePlace\":\"Greenbelt, MD, USA\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.75,\"NorthBoundingCoordinate\":49.49,\"EastBoundingCoordinate\":-66.76,\"SouthBoundingCoordinate\":24.5}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"CLOUD-SCREENED TROPOSHERIC COLUMN NO2\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-01-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/ACADNS5UBWPQ\"},\"ShortName\":\"HAQ_TROPOMI_NO2_CONUS_A_L3\",\"EntryTitle\":\" + HAQAST Sentinel-5P TROPOMI Nitrogen Dioxide (NO2) CONUS Annual Level 3 0.01 + x 0.01 Degree Gridded Data V2.4 (HAQ_TROPOMI_NO2_CONUS_A_L3) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Goldberg, + D. L., Anenberg, S. C., Kerr, G. H., Mohegh, A., Lu, Z., & Streets, D. G.\",\"PublicationDate\":\"2021-01-01T00:00:00.000Z\",\"Title\":\"TROPOMI + NO2 in the United States: A Detailed Look at the Annual Averages, Weekly Cycles, + Effects of Temperature, and Correlation With Surface NO 2 Concentrations\",\"Series\":\"9(4)\",\"Publisher\":\"Earth + Future\",\"DOI\":{\"DOI\":\"10.1029/2020EF001665\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"RelatedUrls\":[{\"Description\":\"Sample image: + The level 3 TROPOMI Tropospheric vertical column NO2 density for 2023 \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HAQ_TROPOMI_NO2_CONUS_A_L3.2.4.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQ_TROPOMI_NO2_CONUS_A_L3.2.4/doc/README_TROPOMI_Level3_TropNO2_DG_20240222.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HAQ_TROPOMI_NO2_CONUS_A_L3_2.4.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQ_TROPOMI_NO2_CONUS_A_L3.2.4/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HAQ_TROPOMI_NO2_CONUS_A_L3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HAQAST/HAQ_TROPOMI_NO2_CONUS_A_L3.2.4/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Documentation + with step-by-step instructions on accessing and reading data at GES DISC \",\"URL\":\"https://disc.gsfc.nasa.gov/information/howto\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2024-01-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-01-26T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + product provides level 3 annual averages of tropospheric Nitrogen dioxide + (NO2) vertical column density derived from the level 2 Tropospheric Monitoring + Instrument (TROPOMI) across the Continental United States oversampled to a + spatial resolution of 0.01\u02DA x 0.01\u02DA (~1 km2) using a consistent + algorithm from the European Space Agency (ESA) version 2.4 that can be used + for trend analysis of air pollution. The dataset record began in 2019 and + continues to the present. \\n\\nThis L3 product was developed by the George + Washington University Air, Climate and Health Laboratory as part of the NASA + Health Air Quality Applied Science Team (HAQAST) using Level 2 version 2.4 + TROPOMI NO2 files from the ESA. The TROPOMI instrument on Sentinel-5 Precursor + acquires tropospheric NO2 column contents from low Earth orbit (~824 km above + ground level) once per day globally at approximately 13:30 local time.\\n\\nNO2 + is an air pollutant that adversely affects the human respiratory system and + leads to premature mortality. NO2 is also an important precursor for ozone + and fine particulates, which also have severe health impacts. In urban areas, + the majority of NO2 originates from anthropogenic NOx (=NO+NO2; most NOx is + emitted as NO, which rapidly cycles to NO2) emissions during high-temperature + fossil fuel combustion. Tropospheric NO2 vertical column contents are qualitatively + representative of near-surface NO2 concentrations and NOx emissions in urban/polluted + locations. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2024-01-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Version + 2.4, the first version of this product\",\"Version\":\"2.4\",\"Projects\":[{\"ShortName\":\"HAQAST\",\"LongName\":\"Health + and Air Quality Applied Sciences Team\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Xiaohua\",\"LastName\":\"Pan\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 619 Bldg 32 Rm S149\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6002\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"xiaohua.pan@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Dan\",\"LastName\":\"Goldberg\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"George + Washington University\"],\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"dgoldberg@gwu.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Sentinel-5P\",\"LongName\":\"Sentinel-5 + Precursor\",\"Instruments\":[{\"ShortName\":\"TROPOMI\",\"LongName\":\"Sentinel-5P + TROPOMI\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"Free\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HAQ_TROPOMI_NO2_CONUS_M_L3_2.4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2839237275-GES_DISC\",\"revision-date\":\"2024-03-15T22:14:13.210Z\",\"granule-count\":68,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"BEDI\",\"Climate\",\"Human + Health\",\"Air Quality\",\"HAQAST\",\"NO2 \",\"TROPOMI\",\"Sentinel-5P\"],\"CollectionCitations\":[{\"Creator\":\"Dan + Goldberg at George Washington University\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HAQ_TROPOMI_NO2_CONUS_M_L3_2.4.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HAQAST + Sentinel-5P TROPOMI Nitrogen Dioxide (NO2) CONUS Monthly Level 3 0.01 x 0.01 + Degree Gridded Data V2.4\",\"SeriesName\":\"HAQ_TROPOMI_NO2_CONUS_M_L3\",\"ReleaseDate\":\"2024-03-15T00:00:00.000Z\",\"Version\":\"2.4\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.75,\"NorthBoundingCoordinate\":49.49,\"EastBoundingCoordinate\":-66.76,\"SouthBoundingCoordinate\":24.5}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"CLOUD-SCREENED TROPOSHERIC COLUMN NO2\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-05-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/MKJG22GUOD34\"},\"ShortName\":\"HAQ_TROPOMI_NO2_CONUS_M_L3\",\"EntryTitle\":\" + HAQAST Sentinel-5P TROPOMI Nitrogen Dioxide (NO2) CONUS Monthly Level 3 0.01 + x 0.01 Degree Gridded Data V2.4 (HAQ_TROPOMI_NO2_CONUS_M_L3) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Goldberg, + D. L., Anenberg, S. C., Kerr, G. H., Mohegh, A., Lu, Z., & Streets, D. G.\",\"PublicationDate\":\"2021-01-01T00:00:00.000Z\",\"Title\":\"TROPOMI + NO2 in the United States: A Detailed Look at the Annual Averages, Weekly Cycles, + Effects of Temperature, and Correlation With Surface NO 2 Concentrations\",\"Series\":\"9(4)\",\"Publisher\":\"Earth + Future\",\"DOI\":{\"DOI\":\"10.1029/2020EF001665\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"RelatedUrls\":[{\"Description\":\"Sample image: + The level 3 TROPOMI Tropospheric vertical column NO2 density for January 2023 + \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HAQ_TROPOMI_NO2_CONUS_M_L3.2.4.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQ_TROPOMI_NO2_CONUS_M_L3.2.4/doc/README_TROPOMI_Level3_TropNO2_DG_20240222.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HAQ_TROPOMI_NO2_CONUS_M_L3_2.4.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQ_TROPOMI_NO2_CONUS_M_L3.2.4/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HAQ_TROPOMI_NO2_CONUS_M_L3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HAQAST/HAQ_TROPOMI_NO2_CONUS_M_L3.2.4/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Documentation + with step-by-step instructions on accessing and reading data at GES DISC \",\"URL\":\"https://disc.gsfc.nasa.gov/information/howto\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2024-01-12T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-01-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + product provides level 3 annual averages of tropospheric Nitrogen dioxide + (NO2) vertical column density derived from the level 2 Tropospheric Monitoring + Instrument (TROPOMI) across the Continental United States oversampled to a + spatial resolution of 0.01\u02DA x 0.01\u02DA (~1 km2) using a consistent + algorithm from the European Space Agency (ESA) version 2.4 that can be used + for trend analysis of air pollution. The dataset record began in May 2018 + and continues to the present. \\n\\nThis L3 product was developed by the George + Washington University Air, Climate and Health Laboratory as part of the NASA + Health Air Quality Applied Science Team (HAQAST) using Level 2 version 2.4 + TROPOMI NO2 files from the ESA. The TROPOMI instrument on Sentinel-5 Precursor + acquires tropospheric NO2 column contents from low Earth orbit (~824 km above + ground level) once per day globally at approximately 13:30 local time.\\n\\nNO2 + is an air pollutant that adversely affects the human respiratory system and + leads to premature mortality. NO2 is also an important precursor for ozone + and fine particulates, which also have severe health impacts. In urban areas, + the majority of NO2 originates from anthropogenic NOx (=NO+NO2; most NOx is + emitted as NO, which rapidly cycles to NO2) emissions during high-temperature + fossil fuel combustion. Tropospheric NO2 vertical column contents are qualitatively + representative of near-surface NO2 concentrations and NOx emissions in urban/polluted + locations. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2024-01-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Version + 2.4, the first version of this product\",\"Version\":\"2.4\",\"Projects\":[{\"ShortName\":\"HAQAST\",\"LongName\":\"Health + and Air Quality Applied Sciences Team\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Xiaohua\",\"LastName\":\"Pan\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 619 Bldg 32 Rm S149\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6002\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"xiaohua.pan@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Dan\",\"LastName\":\"Goldberg\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"George + Washington University\"],\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"dgoldberg@gwu.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Sentinel-5P\",\"LongName\":\"Sentinel-5 + Precursor\",\"Instruments\":[{\"ShortName\":\"TROPOMI\",\"LongName\":\"Sentinel-5P + TROPOMI\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"Free\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HAQ_TROPOMI_NO2_CONUS_S_L3_2.4\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2839237223-GES_DISC\",\"revision-date\":\"2024-03-15T22:15:20.669Z\",\"granule-count\":22,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"BEDI\",\"Climate\",\"Human + Health\",\"Air Quality\",\"HAQAST\",\"NO2 \",\"TROPOMI\",\"Sentinel-5P\"],\"CollectionCitations\":[{\"Creator\":\"Dan + Goldberg at George Washington University\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HAQ_TROPOMI_NO2_CONUS_S_L3_2.4.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HAQAST + Sentinel-5P TROPOMI Nitrogen Dioxide (NO2) CONUS Seasonal Level 3 0.01 x 0.01 + Degree Gridded Data V2.4\",\"SeriesName\":\"HAQ_TROPOMI_NO2_CONUS_S_L3\",\"ReleaseDate\":\"2024-03-15T00:00:00.000Z\",\"Version\":\"2.4\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-124.75,\"NorthBoundingCoordinate\":49.49,\"EastBoundingCoordinate\":-66.76,\"SouthBoundingCoordinate\":24.5}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"CLOUD-SCREENED TROPOSHERIC COLUMN NO2\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-06-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/QVH8JOFDSU2J\"},\"ShortName\":\"HAQ_TROPOMI_NO2_CONUS_S_L3\",\"EntryTitle\":\" + HAQAST Sentinel-5P TROPOMI Nitrogen Dioxide (NO2) CONUS Seasonal Level 3 0.01 + x 0.01 Degree Gridded Data V2.4 (HAQ_TROPOMI_NO2_CONUS_S_L3) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Goldberg, + D. L., Anenberg, S. C., Kerr, G. H., Mohegh, A., Lu, Z., & Streets, D. G.\",\"PublicationDate\":\"2021-01-01T00:00:00.000Z\",\"Title\":\"TROPOMI + NO2 in the United States: A Detailed Look at the Annual Averages, Weekly Cycles, + Effects of Temperature, and Correlation With Surface NO 2 Concentrations\",\"Series\":\"9(4)\",\"Publisher\":\"Earth + Future\",\"DOI\":{\"DOI\":\"10.1029/2020EF001665\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"RelatedUrls\":[{\"Description\":\"Sample image: + The level 3 TROPOMI Tropospheric vertical column NO2 density for June-August + 2023 \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HAQ_TROPOMI_NO2_CONUS_S_L3.2.4.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"ttps://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQ_TROPOMI_NO2_CONUS_S_L3.2.4/doc/README_TROPOMI_Level3_TropNO2_DG_20240222.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HAQ_TROPOMI_NO2_CONUS_S_L3_2.4.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQ_TROPOMI_NO2_CONUS_S_L3.2.4/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HAQ_TROPOMI_NO2_CONUS_S_L3\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HAQAST/HAQ_TROPOMI_NO2_CONUS_S_L3.2.4/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Documentation + with step-by-step instructions on accessing and reading data at GES DISC \",\"URL\":\"https://disc.gsfc.nasa.gov/information/howto\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2024-01-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-01-26T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + product provides level 3 seasonal averages of tropospheric Nitrogen dioxide + (NO2) vertical column density derived from the level 2 Tropospheric Monitoring + Instrument (TROPOMI) across the Continental United States oversampled to a + spatial resolution of 0.01\u02DA x 0.01\u02DA (~1 km2) using a consistent + algorithm from the European Space Agency (ESA) version 2.4 that can be used + for trend analysis of air pollution. The dataset record began in June-August + 2018 and continues to the present. \\n\\nThis L3 product was developed by + the George Washington University Air, Climate and Health Laboratory as part + of the NASA Health Air Quality Applied Science Team (HAQAST) using Level 2 + version 2.4 TROPOMI NO2 files from the ESA. The TROPOMI instrument on Sentinel-5 + Precursor acquires tropospheric NO2 column contents from low Earth orbit (~824 + km above ground level) once per day globally at approximately 13:30 local + time.\\n\\nNO2 is an air pollutant that adversely affects the human respiratory + system and leads to premature mortality. NO2 is also an important precursor + for ozone and fine particulates, which also have severe health impacts. In + urban areas, the majority of NO2 originates from anthropogenic NOx (=NO+NO2; + most NOx is emitted as NO, which rapidly cycles to NO2) emissions during high-temperature + fossil fuel combustion. Tropospheric NO2 vertical column contents are qualitatively + representative of near-surface NO2 concentrations and NOx emissions in urban/polluted + locations. \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2024-01-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Version + 2.4, the first version of this product\",\"Version\":\"2.4\",\"Projects\":[{\"ShortName\":\"HAQAST\",\"LongName\":\"Health + and Air Quality Applied Sciences Team\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Xiaohua\",\"LastName\":\"Pan\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 619 Bldg 32 Rm S149\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6002\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"xiaohua.pan@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Dan\",\"LastName\":\"Goldberg\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"George + Washington University\"],\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"dgoldberg@gwu.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Sentinel-5P\",\"LongName\":\"Sentinel-5 + Precursor\",\"Instruments\":[{\"ShortName\":\"TROPOMI\",\"LongName\":\"Sentinel-5P + TROPOMI\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"Free\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_BC_CENSUS.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HAQES_NA_PM25_BC_CENSUS_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2623694409-GES_DISC\",\"revision-date\":\"2023-07-31T13:48:36.305Z\",\"granule-count\":4143,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"BEDI\",\"Climate\",\"Human + Health\",\"PM 2.5\",\"Air Quality\",\"HAQAST\"],\"CollectionCitations\":[{\"Creator\":\"Daniel + Tong at Geroge Mason University \",\"DataPresentationForm\":\"Digital Science + Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_BC_CENSUS_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HAQES + 3-Hourly Ensemble mean surface PM2.5 Black Carbon concentration at census + level, North America V1.0\",\"SeriesName\":\"HAQES_NA_PM25_BC_CENSUS\",\"ReleaseDate\":\"2023-05-05T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-132,\"NorthBoundingCoordinate\":53.5,\"EastBoundingCoordinate\":-58.5,\"SouthBoundingCoordinate\":21}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"PARTICULATE + MATTER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"PUBLIC + HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE + MATTER CONCENTRATIONS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN + DIMENSIONS\",\"Term\":\"PUBLIC HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL + HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE MATTER (PM 2.5)\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"BLACK + CARBON\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2022-11-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"doi:10.5067/YDY73WVBPISF\"},\"ShortName\":\"HAQES_NA_PM25_BC_CENSUS\",\"EntryTitle\":\" + HAQES 3-Hourly Ensemble mean surface PM2.5 Black Carbon concentration at census + level, North America V1 (HAQES_NA_PM25_BC_CENSUS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Li, + Y., Tong, D., Ma, S., Zhang, X., Kondragunta, S., Li, F., Saylor, R\",\"PublicationDate\":\"2021-01-01T00:00:00.000Z\",\"Title\":\"Dominance + of wildfires impact on air quality exceedances during the 2020 record-breaking + wildfire season in the United States\",\"Series\":\"Geophysical Research + Letters\",\"Volume\":\"48\",\"DOI\":{\"DOI\":\"10.1029/2021GL094908\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_BC_CENSUS.1/\"]},\"RelatedUrls\":[{\"Description\":\"Sample + image: The surface PM2.5 black carbon concentration at the census level from + the HAQES model for November 12, 2022 at 18:00Z. \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HAQES_NA_PM25_BC_CENSUS_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_BC_CENSUS.1/doc/README_HAQES_PM25_V1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_BC_CENSUS_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_BC_CENSUS.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HAQES_NA_PM25_BC_CENSUS\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"http://air.csiss.gmu.edu/haqes/\",\"Description\":\"GMU + HAQES project page with a quick visualization of data \",\"Type\":\"PROJECT + HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + product provides HAQES 3-hourly ensemble mean surface PM2.5 Black Carbon concentration + at the census level over the continental United States (CONUS). \\n\\nThe + Hazardous Air Quality Ensemble System (HAQES) is a real-time ensemble forecast + of hazardous air quality events, such as wildfires, dust storms, and Volcanic + eruptions. Both regional and global models from multiple agencies are used + to create the ensemble, including the Goddard Earth Observing System (GEOS) + from the National Aeronautics and Space Administration (NASA), the Navy Aerosol + Analysis and Prediction System (NAAPS) from Naval Research Laboratory, the + Global Ensemble Forecast System Aerosols (GEFS), High-Resolution Rapid Refresh + (HRRR), and National Oceanic and Atmospheric Administration-U.S. Environmental + Protection Agency (NOAA-EPA) Atmosphere-Chemistry Coupler-Community Multiscale + Air Quality model (NACC-CMAQ) from NOAA. The prototypes of HAQES products + were developed by the George Mason University Air Quality Laboratory as part + of the NASA Health Air Quality Applied Science Team (HAQAST). \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2023-02-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-11T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Version + 1 daily surface total PM2.5 over North American\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HAQAST\",\"LongName\":\"Health + and Air Quality Applied Sciences Team\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Suhung\",\"LastName\":\"Shen\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 619 Bldg 32 Rm S153\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5088\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"suhung.shen-1@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Daniel\",\"LastName\":\"Tong\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"George + Mason University\",\"Center for Spatial Information Science and Systems (CSISS)\"],\"City\":\"Fairfax\",\"StateProvince\":\"VA\",\"PostalCode\":\"22030\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"qtong@gmu.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"HAQES\",\"LongName\":\"Hazardous + Air Quality Ensemble System\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"ASCII\",\"Fees\":\"Free\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_BC_COUNTY.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HAQES_NA_PM25_BC_COUNTY_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2623694361-GES_DISC\",\"revision-date\":\"2023-07-28T20:29:25.183Z\",\"granule-count\":4152,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"BEDI\",\"Climate\",\"Human + Health\",\"PM 2.5\",\"Air Quality\",\"HAQAST\"],\"CollectionCitations\":[{\"Creator\":\"Daniel + Tong at Geroge Mason University \",\"DataPresentationForm\":\"Digital Science + Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_BC_COUNTY_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HAQES + 3-Hourly Ensemble mean surface PM2.5 Black Carbon concentration at county + level, North America V1.0\",\"SeriesName\":\"HAQES_NA_PM25_BC_COUNTY\",\"ReleaseDate\":\"2023-05-05T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-132,\"NorthBoundingCoordinate\":53.5,\"EastBoundingCoordinate\":-58.5,\"SouthBoundingCoordinate\":21}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"PARTICULATE + MATTER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"PUBLIC + HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE + MATTER CONCENTRATIONS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN + DIMENSIONS\",\"Term\":\"PUBLIC HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL + HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE MATTER (PM 2.5)\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"BLACK + CARBON\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2022-11-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"doi:10.5067/GV6VAXMJICS3\"},\"ShortName\":\"HAQES_NA_PM25_BC_COUNTY\",\"EntryTitle\":\" + HAQES 3-Hourly Ensemble mean surface PM2.5 Black Carbon concentration at county + level, North America V1 (HAQES_NA_PM25_BC_COUNTY) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Li, + Y., Tong, D., Ma, S., Zhang, X., Kondragunta, S., Li, F., Saylor, R\",\"PublicationDate\":\"2021-01-01T00:00:00.000Z\",\"Title\":\"Dominance + of wildfires impact on air quality exceedances during the 2020 record-breaking + wildfire season in the United States\",\"Series\":\"Geophysical Research + Letters\",\"Volume\":\"48\",\"DOI\":{\"DOI\":\"10.1029/2021GL094908\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_BC_COUNTY.1/\"]},\"RelatedUrls\":[{\"Description\":\"Sample + image: The surface PM2.5 Black Carbon concentration at the county level from + the HAQES model for November 12, 2022 at 18:00Z. \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HAQES_NA_PM25_BC_COUNTY_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_BC_COUNTY.1/doc/README_HAQES_PM25_V1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_BC_COUNTY_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_BC_COUNTY.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HAQES_NA_PM25_BC_COUNTY\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"http://air.csiss.gmu.edu/haqes/\",\"Description\":\"GMU + HAQES project page with a quick visualization of data \",\"Type\":\"PROJECT + HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + product provides HAQES 3-hourly ensemble mean surface PM2.5 Black Carbon concentration + at the county level over the continental United States (CONUS). \\n\\nThe + Hazardous Air Quality Ensemble System (HAQES) is a real-time ensemble forecast + of hazardous air quality events, such as wildfires, dust storms, and Volcanic + eruptions. Both regional and global models from multiple agencies are used + to create the ensemble, including the Goddard Earth Observing System (GEOS) + from the National Aeronautics and Space Administration (NASA), the Navy Aerosol + Analysis and Prediction System (NAAPS) from Naval Research Laboratory, the + Global Ensemble Forecast System Aerosols (GEFS), High-Resolution Rapid Refresh + (HRRR), and National Oceanic and Atmospheric Administration-U.S. Environmental + Protection Agency (NOAA-EPA) Atmosphere-Chemistry Coupler-Community Multiscale + Air Quality model (NACC-CMAQ) from NOAA. The prototypes of HAQES products + were developed by the George Mason University Air Quality Laboratory as part + of the NASA Health Air Quality Applied Science Team (HAQAST). \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2023-02-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-11T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Version + 1 daily surface total PM2.5 over North American\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HAQAST\",\"LongName\":\"Health + and Air Quality Applied Sciences Team\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Suhung\",\"LastName\":\"Shen\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 619 Bldg 32 Rm S153\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5088\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"suhung.shen-1@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Daniel\",\"LastName\":\"Tong\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"George + Mason University\",\"Center for Spatial Information Science and Systems (CSISS)\"],\"City\":\"Fairfax\",\"StateProvince\":\"VA\",\"PostalCode\":\"22030\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"qtong@gmu.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"HAQES\",\"LongName\":\"Hazardous + Air Quality Ensemble System\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"ASCII\",\"Fees\":\"Free\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_BC.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HAQES_NA_PM25_BC_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2623694321-GES_DISC\",\"revision-date\":\"2023-07-27T17:42:56.845Z\",\"granule-count\":519,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"BEDI\",\"Climate\",\"Human + Health\",\"PM 2.5\",\"Air Quality\",\"HAQAST\"],\"CollectionCitations\":[{\"Creator\":\"Daniel + Tong at Geroge Mason University \",\"DataPresentationForm\":\"Digital Science + Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_BC_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HAQES + 3-Hourly Ensemble mean surface PM2.5 Black Carbon concentration, North America + V1.0\",\"SeriesName\":\"HAQES_NA_PM25_BC\",\"ReleaseDate\":\"2023-05-05T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-132,\"NorthBoundingCoordinate\":53.5,\"EastBoundingCoordinate\":-58.5,\"SouthBoundingCoordinate\":21}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"PARTICULATE + MATTER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"PUBLIC + HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE + MATTER CONCENTRATIONS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"BLACK + CARBON\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"PUBLIC + HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE + MATTER (PM 2.5)\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2022-11-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"doi:10.5067/Q5ZFRUBCRWIW\"},\"ShortName\":\"HAQES_NA_PM25_BC\",\"EntryTitle\":\" + HAQES 3-Hourly Ensemble mean surface PM2.5 Black Carbon concentration, North + America V1 (HAQES_NA_PM25_BC) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Li, + Y., Tong, D., Ma, S., Zhang, X., Kondragunta, S., Li, F., Saylor, R\",\"PublicationDate\":\"2021-01-01T00:00:00.000Z\",\"Title\":\"Dominance + of wildfires impact on air quality exceedances during the 2020 record-breaking + wildfire season in the United States\",\"Series\":\"Geophysical Research + Letters\",\"Volume\":\"48\",\"DOI\":{\"DOI\":\"10.1029/2021GL094908\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_BC.1/\"]},\"RelatedUrls\":[{\"Description\":\"Sample + image: The surface PM2.5 Black Carbon concentration from the HAQES model for + November 12, 2022 at 18:00Z. \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HAQES_NA_PM25_BC_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_BC.1/doc/README_HAQES_PM25_V1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_BC_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_BC.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HAQES_NA_PM25_BC\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HAQAST/HAQES_NA_PM25_BC.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"http://air.csiss.gmu.edu/haqes/\",\"Description\":\"GMU + HAQES project page with a quick visualization of data \",\"Type\":\"PROJECT + HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Documentation + with step-by-step instructions on accessing and reading data at GES DISC \",\"URL\":\"https://disc.gsfc.nasa.gov/information/howto\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + product provides HAQES 3-hourly ensemble mean surface PM2.5 Black Carbon concentration + over the continental United States (CONUS) and surrounding regions. The data + is mapped on Lambert projection. \\n\\nThe Hazardous Air Quality Ensemble + System (HAQES) is a real-time ensemble forecast of hazardous air quality events, + such as wildfires, dust storms, and Volcanic eruptions. Both regional and + global models from multiple agencies are used to create the ensemble, including + the Goddard Earth Observing System (GEOS) from the National Aeronautics and + Space Administration (NASA), the Navy Aerosol Analysis and Prediction System + (NAAPS) from Naval Research Laboratory, the Global Ensemble Forecast System + Aerosols (GEFS), High-Resolution Rapid Refresh (HRRR), and National Oceanic + and Atmospheric Administration-U.S. Environmental Protection Agency (NOAA-EPA) + Atmosphere-Chemistry Coupler-Community Multiscale Air Quality model (NACC-CMAQ) + from NOAA. The prototypes of HAQES products were developed by the George + Mason University Air Quality Laboratory as part of the NASA Health Air Quality + Applied Science Team (HAQAST). \\n\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2023-02-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-11T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Version + 1 daily surface total PM2.5 over North American\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HAQAST\",\"LongName\":\"Health + and Air Quality Applied Sciences Team\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Suhung\",\"LastName\":\"Shen\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 619 Bldg 32 Rm S153\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5088\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"suhung.shen-1@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Daniel\",\"LastName\":\"Tong\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"George + Mason University\",\"Center for Spatial Information Science and Systems (CSISS)\"],\"City\":\"Fairfax\",\"StateProvince\":\"VA\",\"PostalCode\":\"22030\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"qtong@gmu.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"HAQES\",\"LongName\":\"Hazardous + Air Quality Ensemble System\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"Free\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_OC_CENSUS.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HAQES_NA_PM25_OC_CENSUS_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2623694417-GES_DISC\",\"revision-date\":\"2023-07-28T14:58:35.208Z\",\"granule-count\":4145,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"BEDI\",\"Climate\",\"Human + Health\",\"PM 2.5\",\"Air Quality\",\"HAQAST\"],\"CollectionCitations\":[{\"Creator\":\"Daniel + Tong at Geroge Mason University \",\"DataPresentationForm\":\"Digital Science + Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_OC_CENSUS_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HAQES + 3-Hourly Ensemble mean surface PM2.5 Organic Carbon concentration at census + level, North America V1.0\",\"SeriesName\":\"HAQES_NA_PM25_OC_CENSUS\",\"ReleaseDate\":\"2023-05-05T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-132,\"NorthBoundingCoordinate\":53.5,\"EastBoundingCoordinate\":-58.5,\"SouthBoundingCoordinate\":21}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"PARTICULATE + MATTER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"PUBLIC + HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE + MATTER CONCENTRATIONS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN + DIMENSIONS\",\"Term\":\"PUBLIC HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL + HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE MATTER (PM 2.5)\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2022-11-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"doi:10.5067/ZDLBXTRFQ7U9\"},\"ShortName\":\"HAQES_NA_PM25_OC_CENSUS\",\"EntryTitle\":\" + HAQES 3-Hourly Ensemble mean surface PM2.5 Organic Carbon concentration at + census level, North America V1 (HAQES_NA_PM25_OC_CENSUS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Li, + Y., Tong, D., Ma, S., Zhang, X., Kondragunta, S., Li, F., Saylor, R\",\"PublicationDate\":\"2021-01-01T00:00:00.000Z\",\"Title\":\"Dominance + of wildfires impact on air quality exceedances during the 2020 record-breaking + wildfire season in the United States\",\"Series\":\"Geophysical Research + Letters\",\"Volume\":\"48\",\"DOI\":{\"DOI\":\"10.1029/2021GL094908\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_OC_CENSUS.1/\"]},\"RelatedUrls\":[{\"Description\":\"Sample + image: The surface PM2.5 organic carbon at the census level from the HAQES + for November 12, 2022 at 18:00Z. \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HAQES_NA_PM25_OC_CENSUS_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_OC_CENSUS.1/doc/README_HAQES_PM25_V1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_OC_CENSUS_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_OC_CENSUS.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HAQES_NA_PM25_OC_CENSUS\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"http://air.csiss.gmu.edu/haqes/\",\"Description\":\"GMU + HAQES project page with a quick visualization of data \",\"Type\":\"PROJECT + HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + product provides HAQES 3-hourly ensemble mean surface PM2.5 Organic Carbon + concentration at the census level over the continental United States (CONUS). + \ \\n\\nThe Hazardous Air Quality Ensemble System (HAQES) is a real-time ensemble + forecast of hazardous air quality events, such as wildfires, dust storms, + and Volcanic eruptions. Both regional and global models from multiple agencies + are used to create the ensemble, including the Goddard Earth Observing System + (GEOS) from the National Aeronautics and Space Administration (NASA), the + Navy Aerosol Analysis and Prediction System (NAAPS) from Naval Research Laboratory, + the Global Ensemble Forecast System Aerosols (GEFS), High-Resolution Rapid + Refresh (HRRR), and National Oceanic and Atmospheric Administration-U.S. Environmental + Protection Agency (NOAA-EPA) Atmosphere-Chemistry Coupler-Community Multiscale + Air Quality model (NACC-CMAQ) from NOAA. The prototypes of HAQES products + were developed by the George Mason University Air Quality Laboratory as part + of the NASA Health Air Quality Applied Science Team (HAQAST). \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2023-02-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-11T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Version + 1 daily surface total PM2.5 over North American\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HAQAST\",\"LongName\":\"Health + and Air Quality Applied Sciences Team\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Suhung\",\"LastName\":\"Shen\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 619 Bldg 32 Rm S153\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5088\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"suhung.shen-1@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Daniel\",\"LastName\":\"Tong\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"George + Mason University\",\"Center for Spatial Information Science and Systems (CSISS)\"],\"City\":\"Fairfax\",\"StateProvince\":\"VA\",\"PostalCode\":\"22030\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"qtong@gmu.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"HAQES\",\"LongName\":\"Hazardous + Air Quality Ensemble System\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"ASCII\",\"Fees\":\"Free\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_OC_COUNTY.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HAQES_NA_PM25_OC_COUNTY_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2623694378-GES_DISC\",\"revision-date\":\"2023-07-28T20:52:02.326Z\",\"granule-count\":4152,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"BEDI\",\"Climate\",\"Human + Health\",\"PM 2.5\",\"Air Quality\",\"HAQAST\"],\"CollectionCitations\":[{\"Creator\":\"Daniel + Tong at Geroge Mason University \",\"DataPresentationForm\":\"Digital Science + Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_OC_COUNTY_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HAQES + 3-Hourly Ensemble mean surface PM2.5 Organic Carbon concentration at county + level, North America V1.0\",\"SeriesName\":\"HAQES_NA_PM25_OC_COUNTY\",\"ReleaseDate\":\"2023-05-05T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-132,\"NorthBoundingCoordinate\":53.5,\"EastBoundingCoordinate\":-58.5,\"SouthBoundingCoordinate\":21}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"PARTICULATE + MATTER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"PUBLIC + HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE + MATTER CONCENTRATIONS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN + DIMENSIONS\",\"Term\":\"PUBLIC HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL + HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE MATTER (PM 2.5)\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2022-11-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"doi:10.5067/OO7CW7SCN9F4\"},\"ShortName\":\"HAQES_NA_PM25_OC_COUNTY\",\"EntryTitle\":\" + HAQES 3-Hourly Ensemble mean surface PM2.5 Organic Carbon concentration at + county level, North America V1 (HAQES_NA_PM25_OC_COUNTY) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Li, + Y., Tong, D., Ma, S., Zhang, X., Kondragunta, S., Li, F., Saylor, R\",\"PublicationDate\":\"2021-01-01T00:00:00.000Z\",\"Title\":\"Dominance + of wildfires impact on air quality exceedances during the 2020 record-breaking + wildfire season in the United States\",\"Series\":\"Geophysical Research + Letters\",\"Volume\":\"48\",\"DOI\":{\"DOI\":\"10.1029/2021GL094908\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_OC_COUNTY.1/\"]},\"RelatedUrls\":[{\"Description\":\"Sample + image: The surface PM2.5 Organic Carbon concentration at the county level + from the HAQES model for November 12, 2022 at 18:00Z. \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HAQES_NA_PM25_OC_COUNTY_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_OC_COUNTY.1/doc/README_HAQES_PM25_V1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_OC_COUNTY_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_OC_COUNTY.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HAQES_NA_PM25_OC_COUNTY\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"http://air.csiss.gmu.edu/haqes/\",\"Description\":\"GMU + HAQES project page with a quick visualization of data \",\"Type\":\"PROJECT + HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + product provides HAQES 3-hourly ensemble mean surface PM2.5 Organic Carbon + concentration at the county level over the continental United States (CONUS). + \ \\n\\nThe Hazardous Air Quality Ensemble System (HAQES) is a real-time ensemble + forecast of hazardous air quality events, such as wildfires, dust storms, + and Volcanic eruptions. Both regional and global models from multiple agencies + are used to create the ensemble, including the Goddard Earth Observing System + (GEOS) from the National Aeronautics and Space Administration (NASA), the + Navy Aerosol Analysis and Prediction System (NAAPS) from Naval Research Laboratory, + the Global Ensemble Forecast System Aerosols (GEFS), High-Resolution Rapid + Refresh (HRRR), and National Oceanic and Atmospheric Administration-U.S. Environmental + Protection Agency (NOAA-EPA) Atmosphere-Chemistry Coupler-Community Multiscale + Air Quality model (NACC-CMAQ) from NOAA. The prototypes of HAQES products + were developed by the George Mason University Air Quality Laboratory as part + of the NASA Health Air Quality Applied Science Team (HAQAST).\\n\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2023-02-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-11T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Version + 1 daily surface total PM2.5 over North American\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HAQAST\",\"LongName\":\"Health + and Air Quality Applied Sciences Team\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Suhung\",\"LastName\":\"Shen\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 619 Bldg 32 Rm S153\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5088\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"suhung.shen-1@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Daniel\",\"LastName\":\"Tong\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"George + Mason University\",\"Center for Spatial Information Science and Systems (CSISS)\"],\"City\":\"Fairfax\",\"StateProvince\":\"VA\",\"PostalCode\":\"22030\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"qtong@gmu.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"HAQES\",\"LongName\":\"Hazardous + Air Quality Ensemble System\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"ASCII\",\"Fees\":\"Free\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_OC.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HAQES_NA_PM25_OC_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2623694331-GES_DISC\",\"revision-date\":\"2023-07-28T14:21:22.541Z\",\"granule-count\":519,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"BEDI\",\"Climate\",\"Human + Health\",\"PM 2.5\",\"Air Quality\",\"HAQAST\"],\"CollectionCitations\":[{\"Creator\":\"Daniel + Tong at Geroge Mason University \",\"DataPresentationForm\":\"Digital Science + Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_OC_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HAQES + 3-Hourly Ensemble mean surface PM2.5 Organic Carbon concentration, North America + V1.0\",\"SeriesName\":\"HAQES_NA_PM25_OC\",\"ReleaseDate\":\"2023-05-05T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-132,\"NorthBoundingCoordinate\":53.5,\"EastBoundingCoordinate\":-58.5,\"SouthBoundingCoordinate\":21}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"PARTICULATE + MATTER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"PUBLIC + HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE + MATTER CONCENTRATIONS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN + DIMENSIONS\",\"Term\":\"PUBLIC HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL + HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE MATTER (PM 2.5)\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2022-11-01T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"doi:10.5067/B73NZNUN1GZ9\"},\"ShortName\":\"HAQES_NA_PM25_OC\",\"EntryTitle\":\" + HAQES 3-Hourly Ensemble mean surface PM2.5 Organic Carbon concentration, North + America V1 (HAQES_NA_PM25_OC) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Li, + Y., Tong, D., Ma, S., Zhang, X., Kondragunta, S., Li, F., Saylor, R\",\"PublicationDate\":\"2021-01-01T00:00:00.000Z\",\"Title\":\"Dominance + of wildfires impact on air quality exceedances during the 2020 record-breaking + wildfire season in the United States\",\"Series\":\"Geophysical Research + Letters\",\"Volume\":\"48\",\"DOI\":{\"DOI\":\"10.1029/2021GL094908\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_OC.1/\"]},\"RelatedUrls\":[{\"Description\":\"Sample + image: The surface PM2.5 Organic Carbon concentration from the HAQES model + for November 12, 2022 at 18:00Z.\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HAQES_NA_PM25_OC_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_OC.1/doc/README_HAQES_PM25_V1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_OC_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_OC.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HAQES_NA_PM25_OC\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HAQAST/HAQES_NA_PM25_OC.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Documentation + with step-by-step instructions on accessing and reading data at GES DISC \",\"URL\":\"https://disc.gsfc.nasa.gov/information/howto\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"http://air.csiss.gmu.edu/haqes/\",\"Description\":\"GMU + HAQES project page with a quick visualization of data \",\"Type\":\"PROJECT + HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + product provides HAQES 3-hourly ensemble mean surface PM2.5 Organic Carbon + concentration over the continental United States (CONUS) and surrounding regions. + The data is mapped on Lambert projection. \\n\\nThe Hazardous Air Quality + Ensemble System (HAQES) is a real-time ensemble forecast of hazardous air + quality events, such as wildfires, dust storms, and Volcanic eruptions. Both + regional and global models from multiple agencies are used to create the ensemble, + including the Goddard Earth Observing System (GEOS) from the National Aeronautics + and Space Administration (NASA), the Navy Aerosol Analysis and Prediction + System (NAAPS) from Naval Research Laboratory, the Global Ensemble Forecast + System Aerosols (GEFS), High-Resolution Rapid Refresh (HRRR), and National + Oceanic and Atmospheric Administration-U.S. Environmental Protection Agency + (NOAA-EPA) Atmosphere-Chemistry Coupler-Community Multiscale Air Quality model + (NACC-CMAQ) from NOAA. The prototypes of HAQES products were developed by + the George Mason University Air Quality Laboratory as part of the NASA Health + Air Quality Applied Science Team (HAQAST). \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2023-02-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-11T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Version + 1 daily surface total PM2.5 over North American\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HAQAST\",\"LongName\":\"Health + and Air Quality Applied Sciences Team\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Suhung\",\"LastName\":\"Shen\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 619 Bldg 32 Rm S153\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5088\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"suhung.shen-1@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Daniel\",\"LastName\":\"Tong\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"George + Mason University\",\"Center for Spatial Information Science and Systems (CSISS)\"],\"City\":\"Fairfax\",\"StateProvince\":\"VA\",\"PostalCode\":\"22030\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"qtong@gmu.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"HAQES\",\"LongName\":\"Hazardous + Air Quality Ensemble System\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"Free\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_TOT_CENSUS.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HAQES_NA_PM25_TOT_CENSUS_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2623694394-GES_DISC\",\"revision-date\":\"2023-07-31T13:31:05.377Z\",\"granule-count\":6567,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"BEDI\",\"Climate\",\"Human + Health\",\"PM 2.5\",\"Air Quality\",\"HAQAST\"],\"CollectionCitations\":[{\"Creator\":\"Daniel + Tong at Geroge Mason University \",\"DataPresentationForm\":\"Digital Science + Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_TOT_CENSUS_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HAQES + 3-Hourly Ensemble mean surface total PM2.5 concentration at census level, + North America V1.0\",\"SeriesName\":\"HAQES_NA_PM25_TOT_CENSUS\",\"ReleaseDate\":\"2023-05-05T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-132,\"NorthBoundingCoordinate\":53.5,\"EastBoundingCoordinate\":-58.5,\"SouthBoundingCoordinate\":21}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"PARTICULATE + MATTER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"PUBLIC + HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE + MATTER CONCENTRATIONS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN + DIMENSIONS\",\"Term\":\"PUBLIC HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL + HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE MATTER (PM 2.5)\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2022-01-02T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"doi:10.5067/8V8LF6311A0J\"},\"ShortName\":\"HAQES_NA_PM25_TOT_CENSUS\",\"EntryTitle\":\" + HAQES 3-Hourly Ensemble mean surface total PM2.5 concentration at census level, + North America V1 (HAQES_NA_PM25_TOT_CENSUS) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Li, + Y., Tong, D., Ma, S., Zhang, X., Kondragunta, S., Li, F., Saylor, R\",\"PublicationDate\":\"2021-01-01T00:00:00.000Z\",\"Title\":\"Dominance + of wildfires impact on air quality exceedances during the 2020 record-breaking + wildfire season in the United States\",\"Series\":\"Geophysical Research + Letters\",\"Volume\":\"48\",\"DOI\":{\"DOI\":\"10.1029/2021GL094908\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_TOT_CENSUS.1/\"]},\"RelatedUrls\":[{\"Description\":\"Sample + image: The surface total PM2.5 concentration at the census level from the + HAQES model for November 12, 2022 at 18:00Z. \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HAQES_NA_PM25_TOT_CENSUS_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_TOT_CENSUS.1/doc/README_HAQES_PM25_V1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_TOT_CENSUS_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_TOT_CENSUS.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HAQES_NA_PM25_TOT_CENSUS\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"http://air.csiss.gmu.edu/haqes/\",\"Description\":\"GMU + HAQES project page with a quick visualization of data \",\"Type\":\"PROJECT + HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + product provides HAQES 3-hourly ensemble mean surface total PM2.5 concentration + at the census level over the continental United States (CONUS). \\n\\nThe + Hazardous Air Quality Ensemble System (HAQES) is a real-time ensemble forecast + of hazardous air quality events, such as wildfires, dust storms, and Volcanic + eruptions. Both regional and global models from multiple agencies are used + to create the ensemble, including the Goddard Earth Observing System (GEOS) + from the National Aeronautics and Space Administration (NASA), the Navy Aerosol + Analysis and Prediction System (NAAPS) from Naval Research Laboratory, the + Global Ensemble Forecast System Aerosols (GEFS), High-Resolution Rapid Refresh + (HRRR), and National Oceanic and Atmospheric Administration-U.S. Environmental + Protection Agency (NOAA-EPA) Atmosphere-Chemistry Coupler-Community Multiscale + Air Quality model (NACC-CMAQ) from NOAA. The prototypes of HAQES products + were developed by the George Mason University Air Quality Laboratory as part + of the NASA Health Air Quality Applied Science Team (HAQAST). \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2023-02-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-11T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Version + 1 daily surface total PM2.5 over North American\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HAQAST\",\"LongName\":\"Health + and Air Quality Applied Sciences Team\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Suhung\",\"LastName\":\"Shen\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 619 Bldg 32 Rm S153\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5088\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"suhung.shen-1@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Daniel\",\"LastName\":\"Tong\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"George + Mason University\",\"Center for Spatial Information Science and Systems (CSISS)\"],\"City\":\"Fairfax\",\"StateProvince\":\"VA\",\"PostalCode\":\"22030\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"qtong@gmu.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"HAQES\",\"LongName\":\"Hazardous + Air Quality Ensemble System\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"ASCII\",\"Fees\":\"Free\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/HAQES_NA_PM25_TOT_COUNTY.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HAQES_NA_PM25_TOT_COUNTY_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2623694345-GES_DISC\",\"revision-date\":\"2023-07-28T19:42:55.301Z\",\"granule-count\":6571,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"BEDI\",\"Climate\",\"Human + Health\",\"PM 2.5\",\"Air Quality\",\"HAQAST\"],\"CollectionCitations\":[{\"Creator\":\"Daniel + Tong at Geroge Mason University \",\"DataPresentationForm\":\"Digital Science + Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_TOT_COUNTY_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HAQES + 3-Hourly Ensemble mean surface total PM2.5 concentration at county level, + North America V1.0\",\"SeriesName\":\"HAQES_NA_PM25_TOT_COUNTY\",\"ReleaseDate\":\"2023-05-05T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-132,\"NorthBoundingCoordinate\":53.5,\"EastBoundingCoordinate\":-58.5,\"SouthBoundingCoordinate\":21}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"PARTICULATE + MATTER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"PUBLIC + HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE + MATTER CONCENTRATIONS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN + DIMENSIONS\",\"Term\":\"PUBLIC HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL + HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE MATTER (PM 2.5)\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2022-01-02T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"doi:10.5067/036VLNHJM106\"},\"ShortName\":\"HAQES_NA_PM25_TOT_COUNTY\",\"EntryTitle\":\" + HAQES 3-Hourly Ensemble mean surface total PM2.5 concentration at county level, + North America V1 (HAQES_NA_PM25_TOT_COUNTY) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Li, + Y., Tong, D., Ma, S., Zhang, X., Kondragunta, S., Li, F., Saylor, R\",\"PublicationDate\":\"2021-01-01T00:00:00.000Z\",\"Title\":\"Dominance + of wildfires impact on air quality exceedances during the 2020 record-breaking + wildfire season in the United States\",\"Series\":\"Geophysical Research + Letters\",\"Volume\":\"48\",\"DOI\":{\"DOI\":\"10.1029/2021GL094908\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/HAQES_NA_PM25_TOT_COUNTY.1/\"]},\"RelatedUrls\":[{\"Description\":\"Sample + image: The surface total PM2.5 concentration at the county level from the + HAQES model for November 12, 2022 at 18:00Z. \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HAQES_NA_PM25_TOT_COUNTY_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_TOT_COUNTY.1/doc/README_HAQES_PM25_V1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_TOT_COUNTY_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_TOT_COUNTY.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HAQES_NA_PM25_TOT_COUNTY\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"http://air.csiss.gmu.edu/haqes/\",\"Description\":\"GMU + HAQES project page with a quick visualization of data \",\"Type\":\"PROJECT + HOME PAGE\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + product provides HAQES 3-hourly ensemble mean surface total PM2.5 concentration + at the county level over the continental United States (CONUS). \\n\\nThe + Hazardous Air Quality Ensemble System (HAQES) is a real-time ensemble forecast + of hazardous air quality events, such as wildfires, dust storms, and Volcanic + eruptions. Both regional and global models from multiple agencies are used + to create the ensemble, including the Goddard Earth Observing System (GEOS) + from the National Aeronautics and Space Administration (NASA), the Navy Aerosol + Analysis and Prediction System (NAAPS) from Naval Research Laboratory, the + Global Ensemble Forecast System Aerosols (GEFS), High-Resolution Rapid Refresh + (HRRR), and National Oceanic and Atmospheric Administration-U.S. Environmental + Protection Agency (NOAA-EPA) Atmosphere-Chemistry Coupler-Community Multiscale + Air Quality model (NACC-CMAQ) from NOAA. The prototypes of HAQES products + were developed by the George Mason University Air Quality Laboratory as part + of the NASA Health Air Quality Applied Science Team (HAQAST). \",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2023-02-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-11T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Version + 1 daily surface total PM2.5 over North American\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HAQAST\",\"LongName\":\"Health + and Air Quality Applied Sciences Team\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Suhung\",\"LastName\":\"Shen\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 619 Bldg 32 Rm S153\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5088\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"suhung.shen-1@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Daniel\",\"LastName\":\"Tong\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"George + Mason University\",\"Center for Spatial Information Science and Systems (CSISS)\"],\"City\":\"Fairfax\",\"StateProvince\":\"VA\",\"PostalCode\":\"22030\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"qtong@gmu.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"HAQES\",\"LongName\":\"Hazardous + Air Quality Ensemble System\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"ASCII\",\"Fees\":\"Free\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_TOT.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HAQES_NA_PM25_TOT_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2623694314-GES_DISC\",\"revision-date\":\"2023-07-26T15:18:51.779Z\",\"granule-count\":821,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"BEDI\",\"Climate\",\"Human + Health\",\"PM 2.5\",\"Air Quality\",\"HAQAST\"],\"CollectionCitations\":[{\"Creator\":\"Daniel + Tong at Geroge Mason University \",\"DataPresentationForm\":\"Digital Science + Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_TOT_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HAQES + 3-Hourly Ensemble mean surface total PM2.5 concentration, North America V1.0\",\"SeriesName\":\"HAQES_NA_PM25_TOT\",\"ReleaseDate\":\"2023-05-05T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-132,\"NorthBoundingCoordinate\":53.5,\"EastBoundingCoordinate\":-58.5,\"SouthBoundingCoordinate\":21}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"PARTICULATE + MATTER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"PUBLIC + HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE + MATTER CONCENTRATIONS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN + DIMENSIONS\",\"Term\":\"PUBLIC HEALTH\",\"VariableLevel1\":\"ENVIRONMENTAL + HEALTH FACTORS\",\"VariableLevel2\":\"PARTICULATE MATTER (PM 2.5)\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2022-01-02T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"doi:10.5067/N0BWP445491R\"},\"ShortName\":\"HAQES_NA_PM25_TOT\",\"EntryTitle\":\" + HAQES 3-Hourly Ensemble mean surface total PM2.5 concentration, North America + V1 (HAQES_NA_PM25_TOT) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"Li, + Y., Tong, D., Ma, S., Zhang, X., Kondragunta, S., Li, F., Saylor, R\",\"PublicationDate\":\"2021-01-01T00:00:00.000Z\",\"Title\":\"Dominance + of wildfires impact on air quality exceedances during the 2020 record-breaking + wildfire season in the United States\",\"Series\":\"Geophysical Research + Letters\",\"Volume\":\"48\",\"DOI\":{\"DOI\":\"10.1029/2021GL094908\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\",\"HEALTH\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/HAQAST/HAQES_NA_PM25_TOT.1/\"]},\"RelatedUrls\":[{\"Description\":\"Sample + image:The surface total PM2.5 concentration from the HAQES model for November + 12, 2022 at 18:00Z. \",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HAQES_NA_PM25_TOT_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_TOT.1/doc/README_HAQES_PM25_V1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HAQES_NA_PM25_TOT_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/HAQAST/HAQES_NA_PM25_TOT.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HAQES_NA_PM25_TOT\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"http://air.csiss.gmu.edu/haqes/\",\"Description\":\"GMU + HAQES project page with a quick visualization of data \",\"Type\":\"PROJECT + HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HAQAST/HAQES_NA_PM25_TOT.1/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Documentation + with step-by-step instructions on accessing and reading data at GES DISC \",\"URL\":\"https://disc.gsfc.nasa.gov/information/howto\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-04-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + product provides HAQES 3-hourly ensemble mean surface total PM2.5 concentration + over the continental United States (CONUS) and surrounding regions. The data + is mapped on Lambert projection. \\n\\nThe Hazardous Air Quality Ensemble + System (HAQES) is a real-time ensemble forecast of hazardous air quality events, + such as wildfires, dust storms, and Volcanic eruptions. Both regional and + global models from multiple agencies are used to create the ensemble, including + the Goddard Earth Observing System (GEOS) from the National Aeronautics and + Space Administration (NASA), the Navy Aerosol Analysis and Prediction System + (NAAPS) from Naval Research Laboratory, the Global Ensemble Forecast System + Aerosols (GEFS), High-Resolution Rapid Refresh (HRRR), and National Oceanic + and Atmospheric Administration-U.S. Environmental Protection Agency (NOAA-EPA) + Atmosphere-Chemistry Coupler-Community Multiscale Air Quality model (NACC-CMAQ) + from NOAA. The prototypes of HAQES products were developed by the George + Mason University Air Quality Laboratory as part of the NASA Health Air Quality + Applied Science Team (HAQAST). \\n\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2023-02-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-05T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"VersionDescription\":\"Version + 1 daily surface total PM2.5 over North American\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HAQAST\",\"LongName\":\"Health + and Air Quality Applied Sciences Team\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Suhung\",\"LastName\":\"Shen\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 619 Bldg 32 Rm S153\",\"NASA Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5088\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"suhung.shen-1@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Daniel\",\"LastName\":\"Tong\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"George + Mason University\",\"Center for Spatial Information Science and Systems (CSISS)\"],\"City\":\"Fairfax\",\"StateProvince\":\"VA\",\"PostalCode\":\"22030\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"qtong@gmu.edu\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 619\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"HAQES\",\"LongName\":\"Hazardous + Air Quality Ensemble System\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"Free\"}]}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-HAB\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360367-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:27.617Z\",\"granule-count\":21,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-06-22T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/HAB/DATA001\"},\"ShortName\":\"HAB\",\"EntryTitle\":\"Harmful + Algal Blooms (HABs) measurements from multiple sites in 2006\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/HAB/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + of Harmful Algal Blooms (HABs) in the Gulf of Mexico, Chesapeake Bay, and + Great Lake regions during 2006.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-HOT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360370-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:29.145Z\",\"granule-count\":342,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1998-01-10T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/HOT/DATA001\"},\"ShortName\":\"HOT\",\"EntryTitle\":\"Hawaii + Ocean Time-series (HOT) Program\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/HOT/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Scientists + working on the Hawaii Ocean Time-series (HOT) program have been making repeated + observations of the hydrography, chemistry and biology of the water column + at a station north of Oahu, Hawaii since October 1988. The objective of this + research is to provide a comprehensive description of the ocean at a site + representative of the North Pacific subtropical gyre. Cruises are made approximately + once per month to the deep-water Station ALOHA (A Long-Term Oligotrophic Habitat + Assessment) located 100 km north of Oahu, Hawaii. Measurements of the thermohaline + structure, water column chemistry, currents, optical properties, primary production, + plankton community structure, and rates of particle export are made on each + cruise.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/snf/SNF_HELO_MMR/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Helicopter + MMR Reflectance Data (SNF)\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2884972432-ORNL_CLOUD\",\"revision-date\":\"2024-03-04T13:20:48.076Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hall, + F. G., K. F. Huemmrich, D. E. Strebel, S. J. Goetz, J. E. Nickeson, and K. + D. Woods. 1996. Helicopter MMR Reflectance Data (SNF). [Helicopter Modular + Multiband Radiometer Reflectance Data (Superior National Forest)]. Data set. + Available on-line [http://www.daac.ornl.gov] from Oak Ridge National Laboratory + Distributed Active Archive Center, Oak Ridge, Tennessee, U.S.A. Based on F. + G. Hall, K. F. Huemmrich, D. E. Strebel, S. J. Goetz, J. E. Nickeson, and + K. D. Woods, Biophysical, Morphological, Canopy Optical Property, and Productivity + Data from the Superior National Forest, NASA Technical Memorandum 104568, + National Aeronautics and Space Administration, Goddard Space Flight Center, + Greenbelt, Maryland, U.S.A., 1992. doi:10.3334/ORNLDAAC/144\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-92.51,\"NorthBoundingCoordinate\":48.17,\"EastBoundingCoordinate\":-91.77,\"SouthBoundingCoordinate\":47.66}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1986-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables at the same resolution as L1 source data\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/144\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"SNF_HELO_MMR_144\",\"EntryTitle\":\"Helicopter + MMR Reflectance Data (SNF)\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/snf/SNF_HELO_MMR/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/snf/SNF_HELO_MMR/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/SNF/guides/helicopter_mmr_reflect.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/144\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/snf/SNF_HELO_MMR/comp/helicopter_mmr_reflect.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/snf/SNF_HELO_MMR/comp/helicopter_mmr_reflect.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/snf/SNF_HELO_MMR/comp/helo_mmr.def\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/snf/SNF_HELO_MMR/comp/helo_mmr.txt\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/project/square/snf_logo_square.png\"}],\"DataDates\":[{\"Date\":\"2024-03-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-04T13:20:47.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Canopy + spectral reflectance data collected from the helicopter-mounted MMR in the + Superior National Forest, Minnesota, 1983-84\",\"MetadataDates\":[{\"Date\":\"2024-03-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"SNF\",\"LongName\":\"Superior + National Forest Project\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Rotorcraft/Helicopter\",\"ShortName\":\"HELICOPTER\",\"LongName\":\"HELICOPTER\",\"Instruments\":[{\"ShortName\":\"MMR\",\"LongName\":\"Modular + Multiband Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hiwrapimpacts__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"High + Altitude Imaging Wind and Rain Airborne Profiler (HIWRAP) IMPACTS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1995871767-GHRC_DAAC\",\"revision-date\":\"2023-11-27T16:28:38.394Z\",\"granule-count\":48,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Li, + Lihua , Matthew McLinden and Gerald M Heymsfield.2022. High Altitude Imaging + Wind and Rain Airborne Profiler (HIWRAP) IMPACTS [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/IMPACTS/HIWRAP/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":48.65794112195453,\"WestBoundingCoordinate\":-95.46044158935547,\"EastBoundingCoordinate\":-64.89371184724834,\"SouthBoundingCoordinate\":31.072704217302018}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Dynamics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Spectrum + Width\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Cross-Section\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RADAR + REFLECTIVITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"DOPPLER + VELOCITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"SPECTRUM + WIDTH\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2020-01-25T18:19:52.000Z\",\"EndingDateTime\":\"2023-02-28T15:44:47.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\",\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\"},\"DOI\":{\"DOI\":\"10.5067/IMPACTS/HIWRAP/DATA101\"},\"ShortName\":\"hiwrapimpacts\",\"EntryTitle\":\"High + Altitude Imaging Wind and Rain Airborne Profiler (HIWRAP) IMPACTS\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hiwrapimpacts__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Value\":0.0,\"Description\":\"This + product has full public access.\"},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/portal/ghrc/search?q=hiwrapimpacts&ghrccloud/data/\"},{\"Description\":\"IMPACTS + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/IMPACTS/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/impacts/HIWRAP/doc/hiwrapimpacts_dataset.pdf\"},{\"Description\":\"Investigation + of Microphysics and Precipitation for Atlantic Coast Threatening Snowstorms + (Impacts): The 2022 Deployment\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/IGARSS46834.2022.9883693\"},{\"Description\":\"The + NASA High-Altitude Imaging Wind and Rain Airborne Profiler\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2015.2456501\"},{\"Description\":\"Development + of the NASA High-Altitude Imaging Wind and Rain Airborne Profiler\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/AERO.2011.5747415\"},{\"Description\":\"Chasing + Snowstorms: The Investigation of Microphysics and Precipitation for Atlantic + Coast-Threatening Snowstorms (IMPACTS) Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-20-0246.1\"},{\"Description\":\"IMPACTS + Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/impacts\"},{\"Description\":\"IMPACTS + Field Campaign Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/investigation-microphysics-and-precipitation-atlantic-coast-threatening-snowstorms\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"},{\"Description\":\"IMPACTS-Related + Publications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://www.eol.ucar.edu/node/15190/publications?_ga=2.3619568.1372455051.1699281084-281825729.1615488478\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-03-23T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-01-31T14:26:49.000Z\"}],\"Abstract\":\"The + High Altitude Imaging Wind and Rain Airborne Profiler (HIWRAP) IMPACTS dataset + consists of Equivalent reflectivity factor, Doppler velocity, Doppler velocity + spectrum width, Linear Depolarization Ratio (LDR), Ocean normalized radar + cross-section, Co-polarization signal-to-noise mask estimates collected by + the HIWRAP onboard the NASA ER-2 aircraft during the Investigation of Microphysics + and Precipitation for Atlantic Coast-Threatening Snowstorms (IMPACTS) field + campaign. IMPACTS was a three-year sequence of winter season deployments conducted + to study snowstorms over the U.S. Atlantic coast. IMPACTS aimed to (1) Provide + observations critical to understanding the mechanisms of snowband formation, + organization, and evolution; (2) Examine how the microphysical characteristics + and likely growth mechanisms of snow particles vary across snowbands; and + (3) Improve snowfall remote sensing interpretation and modeling to significantly + advance prediction capabilities. These data are available from January 25, + 2020, through February 28, 2023, in HDF-5 format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-11-06T17:48:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-11-27T16:28:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"IMPACTS\",\"LongName\":\"Investigation + of Microphysics and Precipitation for Atlantic Coast-Threatening Snowstorms\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"Description\":\"Data + Center Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA ER-2\",\"LongName\":\"NASA + Earth Resources-2\",\"Instruments\":[{\"ShortName\":\"HIWRAP\",\"LongName\":\"High-Altitude + Imaging Wind and Rain Airborne Profiler\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"HDF5\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hamsrcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"High + Altitude MMIC Sounding Radiometer (HAMSR) CPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2624567100-GHRC_DAAC\",\"revision-date\":\"2023-03-09T14:41:46.101Z\",\"granule-count\":113,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Lambrigtsen, + Bjorn .2023. High Altitude MMIC Sounding Radiometer (HAMSR) CPEX [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/CPEX/HAMSR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-99.95,\"NorthBoundingCoordinate\":39.95,\"EastBoundingCoordinate\":-45.05,\"SouthBoundingCoordinate\":5.05}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Atmospheric + Precipitation Indices\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Absolute + Humidity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Relative + Humidity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Upper Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Water Vapor\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Brightness + Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-05-24T18:00:00.000Z\",\"EndingDateTime\":\"2017-07-16T09:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/CPEX/HAMSR/DATA101\"},\"ShortName\":\"hamsrcpex\",\"EntryTitle\":\"High + Altitude MMIC Sounding Radiometer (HAMSR) CPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hamsrcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/portal/ghrc/search?q=hamsrcpex&ghrccloud/data/\"},{\"Description\":\"CPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/CPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/cpex/HAMSR/doc/hamsrcpex_dataset.pdf\"},{\"Description\":\"The + High-Altitude MMIC Sounding Radiometer for the Global Hawk Unmanned Aerial + Vehicle: Instrument Description and Performance\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2011.2125973\"},{\"Description\":\"CPEX + Field Campaign Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/cpex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2023-02-01T00:00:11.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-03-08T22:16:03.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + High Altitude MMIC Sounding Radiometer (HAMSR) CPEX dataset includes measurements + gathered by the HAMSR instrument during the Convective Processes Experiment + (CPEX) field campaign. The CPEX field campaign took place in the North Atlantic-Gulf + of Mexico-Caribbean Sea region from 25 May-25 June 2017. CPEX conducted a + total of sixteen DC-8 missions from 27 May-24 June. The CPEX campaign collected + data to help explain convective storm initiation, organization, growth, and + dissipation in the North Atlantic-Gulf of Mexico-Caribbean Oceanic region + during the early summer of 2017. HAMSR has 25 spectral channels which are + split into 3 bands to provide measurements that can be used to infer the 3-dimensional + distribution of temperature, water vapor, and cloud liquid water profiles + in the atmosphere, even in the presence of clouds. Data are available from + May 24, 2017 through July 16, 2017 in netCDF-3 format.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"CPEX\",\"LongName\":\"Convective + Processes Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"HAMSR\",\"LongName\":\"High + Altitude MMIC Sounding Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hamsrcpexaw__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"High + Altitude MMIC Sounding Radiometer (HAMSR) CPEX-AW V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2257989308-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:00:53.410Z\",\"granule-count\":124,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Lambrigtsen, + Bjorn , Shannon Brown and Mathias Schreier.2022. High Altitude MMIC Sounding + Radiometer (HAMSR) CPEX-AW [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/CPEXAW/HAMSR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-118.078,\"NorthBoundingCoordinate\":34.613,\"EastBoundingCoordinate\":-45.122,\"SouthBoundingCoordinate\":11.768}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Radiation\",\"VariableLevel1\":\"Reflectance\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Absolute + Humidity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Relative + Humidity\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2021-08-17T13:00:00.000Z\",\"EndingDateTime\":\"2021-09-04T20:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/CPEXAW/HAMSR/DATA101\"},\"ShortName\":\"hamsrcpexaw\",\"EntryTitle\":\"High + Altitude MMIC Sounding Radiometer (HAMSR) CPEX-AW V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hamsrcpexaw__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hamsrcpexaw\"},{\"Description\":\"CPEX-AW + Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/CPEXAW/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/cpexaw/hamsr/doc/hamsrcpexaw_dataset.pdf\"},{\"Description\":\"The + High-Altitude MMIC Sounding Radiometer for the Global Hawk Unmanned Aerial + Vehicle: Instrument Description and Performance\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2011.2125973\"},{\"Description\":\"CPEX-AW + Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/cpex-aw\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/cpexaw/hamsr/browse/\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/cpexaw/hamsr/browse/20210826/CPEXAW_HAMSR_RH_20210826_21Z.jpg\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2022-04-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-19T08:47:22.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + High Altitude MMIC Sounding Radiometer (HAMSR) CPEX-AW dataset includes measurements + gathered by the HAMSR instrument during the Convective Processes Experiment + \u2013 Aerosols & Winds (CPEX-AW) field campaign. CPEX-AW was a joint effort + between the US National Aeronautics and Space Administration (NASA) and the + European Space Agency (ESA) with the primary goal of conducting a post-launch + calibration and validation activities of the Atmospheric Dynamics Mission-Aeolus + (ADM-AEOLUS) Earth observation wind Lidar satellite in St. Croix, U.S. Virgin + Islands. HAMSR has 25 spectral channels which are split into 3 bands to provide + measurements that can be used to infer the 3-dimensional distribution of temperature, + water vapor, and cloud liquid water profiles in the atmosphere, even in the + presence of clouds. HAMSR is mounted in payload zone 3 near the nose of the + Global Hawk NASA aircraft. Data is available from August 17, 2021 through + September 4, 2021 in netCDF-3 format, with associated browse files in PNG + format.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"VIRGIN ISLANDS\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"CPEX-AW\",\"LongName\":\"Convective + Processes Experiment - Aerosols & Winds\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"HAMSR\",\"LongName\":\"High + Altitude MMIC Sounding Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_32877\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2704126285-GHRC_DAAC\",\"revision-date\":\"2023-06-12T20:40:38.546Z\",\"granule-count\":102,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":79.58300018310547,\"WestBoundingCoordinate\":-40.63600158691406,\"EastBoundingCoordinate\":3.936000108718872,\"SouthBoundingCoordinate\":1.8480000495910645}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"UPPER + AIR TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + MICROPHYSICS\",\"VariableLevel2\":\"CLOUD LIQUID WATER/ICE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\",\"VariableLevel3\":\"ABSOLUTE + HUMIDITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WATER VAPOR\",\"VariableLevel1\":\"WATER VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\",\"VariableLevel3\":\"RELATIVE + HUMIDITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WATER VAPOR\",\"VariableLevel1\":\"WATER VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL + PRECIPITABLE WATER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2022-09-06T10:51:42Z\",\"EndingDateTime\":\"2022-09-30T15:14:27Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/CPEXCV/HAMSR/DATA101\"},\"ShortName\":\"hamsrcpexcv\",\"EntryTitle\":\"High + Altitude MMIC Sounding Radiometer (HAMSR) CPEX-CV\",\"RelatedUrls\":[{\"Description\":\"The + High-Altitude MMIC Sounding Radiometer for the Global Hawk Unmanned Aerial + Vehicle: Instrument Description and Performance\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2011.2125973\"},{\"Description\":\"Convective + Processes Experiment - Cabo Verde (CPEX-CV) Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/cpex-cv\"},{\"Description\":\"CPEX-CV + Collection DOI\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA SET + LANDING PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/10.5067/CPEXCV/DATA101\"},{\"Description\":\"HAMSR + CPEX-CV User's Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/cpexcv/hamsr/doc/hamsrcpexcv_dataset.pdf\"}],\"Abstract\":\"The + High Altitude MMIC Sounding Radiometer (HAMSR) CPEX-CV dataset includes measurements + gathered by the HAMSR instrument during the Convective Processes Experiment + \u2013 Cabo Verde (CPEX-CV) field campaign. The NASA CPEX-CV field campaign + will be based out of Sal Island, Cabo Verde from August through September + 2022. The campaign is a continuation of CPEX \u2013 Aerosols and Winds (CPEX-AW) + and was conducted aboard the NASA DC-8 aircraft equipped with remote sensors + and dropsonde-launch capability that will allow for the measurement of tropospheric + aerosols, winds, temperature, water vapor, and precipitation. The overarching + CPEX-CV goal was to investigate atmospheric dynamics, marine boundary layer + properties, convection, the dust-laden Saharan Air Layer, and their interactions + across various spatial scales to improve understanding and predictability + of process-level lifecycles in the data-sparse tropical East Atlantic region. + \ HAMSR has 25 spectral channels which are split into 3 bands to provide measurements + that can be used to infer the 3-dimensional distribution of temperature, water + vapor, and cloud liquid water profiles in the atmosphere, even in the presence + of clouds. Data are available from September 6-30, 2022 in netCDF-4 format.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-06-05T18:08:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-06-12T20:40:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"CPEX-CV\",\"LongName\":\"Convective + Processes Experiment - Cabo Verde\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA DC-8\",\"LongName\":\"NASA + Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"HAMSR\",\"LongName\":\"High + Altitude MMIC Sounding Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Supported\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Supported\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hamsrepoch__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"High + Altitude MMIC Sounding Radiometer (HAMSR) EPOCH V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2204630442-GHRC_DAAC\",\"revision-date\":\"2022-06-27T18:08:57.144Z\",\"granule-count\":67,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Schreier, + Mathias .2022. High Altitude MMIC Sounding Radiometer (HAMSR) EPOCH [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/EPOCH/HAMSR/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-125.321,\"NorthBoundingCoordinate\":36.473,\"EastBoundingCoordinate\":-83.077,\"SouthBoundingCoordinate\":16.116}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Relative + Humidity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\",\"VariableLevel3\":\"Absolute + Humidity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Surface Temperature\",\"VariableLevel2\":\"Air + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Precipitable Water\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-08-09T03:49:30.000Z\",\"EndingDateTime\":\"2017-08-31T15:59:57.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/EPOCH/HAMSR/DATA101\"},\"ShortName\":\"hamsrepoch\",\"EntryTitle\":\"High + Altitude MMIC Sounding Radiometer (HAMSR) EPOCH V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hamsrepoch__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hamsrepoch\"},{\"Description\":\"EPOCH: + East Pacific Origins and Characteristics of Hurricanes.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://earth.gsfc.nasa.gov/meso/campaigns/epoch\"},{\"Description\":\"Program + Participates in NASA\u2019s East Pacific Origins and Characteristics of Hurricanes + (EPOCH) Project\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://uxsrto.research.noaa.gov/News/Articles/ArtMID/6699/ArticleID/401/NOAA-UAS-Program-Participates-in-NASAs-East-Pacific-Origins-and-Characteristics-of-Hurricanes-EPOCH-Project\"},{\"Description\":\"EPOCH + Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/EPOCH/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/epoch/HAMSR/doc/hamsrepoch_dataset.pdf\"},{\"Description\":\"The + High-Altitude MMIC Sounding Radiometer for the Global Hawk Unmanned Aerial + Vehicle: Instrument Description and Performance\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2011.2125973\"},{\"Description\":\"An + Introduction to the Nasa East Pacific Origins and Characteristics of Hurricanes + (Epoch) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.6057/2015TCRRh3.03\"},{\"Description\":\"East + Pacific Origins and Characteristics of Hurricanes (EPOCH) Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/epoch\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2022-01-19T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-06-09T12:48:47.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + High Altitude MMIC Sounding Radiometer (HAMSR) EPOCH dataset includes measurements + gathered by the HAMSR instrument during the East Pacific Origins and Characteristics + of Hurricanes (EPOCH) project. EPOCH was a NASA program manager training opportunity + directed at training NASA young scientists in conceiving, planning, and executing + a major airborne science field program. The goals of the EPOCH project were + to sample tropical cyclogenesis or intensification of an Eastern Pacific hurricane + and to train the next generation of NASA Airborne Science Program leadership. + HAMSR has 25 spectral channels which are split into 3 bands to provide measurements + that can be used to infer the 3 dimensional distribution of temperature, water + vapor, and cloud liquid water profiles in the atmosphere, even in the presence + of clouds. HAMSR is mounted in payload zone 3 near the nose of the Global + Hawk NASA aircraft. Data is available from August 9, 2017 through August 31, + 2017 in netCDF-3 format.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"EPOCH\",\"LongName\":\"East + Pacific Origins and Characteristics of Hurricanes\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"HAMSR\",\"LongName\":\"High Altitude + MMIC Sounding Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia 1 km 6-hourly Downscaled Meteorological Data 2003 to 2018 V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2091757248-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:02.728Z\",\"granule-count\":5845,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia 1 km 6-hourly + Downscaled Meteorological Data 2003 to 2018 V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":56.94,\"NorthBoundingCoordinate\":48.5,\"EastBoundingCoordinate\":102.59,\"SouthBoundingCoordinate\":12.95}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.01,\"YDimension\":0.01,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"AIR TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"DEW POINT TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"LONGWAVE + RADIATION\",\"VariableLevel2\":\"DOWNWELLING LONGWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"SHORTWAVE + RADIATION\",\"VariableLevel2\":\"DOWNWELLING SHORTWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\",\"VariableLevel3\":\"RELATIVE + HUMIDITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WATER VAPOR\",\"VariableLevel1\":\"WATER VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\",\"VariableLevel3\":\"SPECIFIC + HUMIDITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + PRESSURE\",\"VariableLevel1\":\"SURFACE PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"TOTAL + SURFACE PRECIPITATION RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\",\"VariableLevel2\":\"WIND SPEED\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2003-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2018-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/CRN0E7YPPFGY\"},\"ShortName\":\"HMA_DM_6H\",\"EntryTitle\":\"High + Mountain Asia 1 km 6-hourly Downscaled Meteorological Data 2003 to 2018 V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Search + and filter data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_DM_6H/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_DM_6H.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_DM_6H+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_DM_6H/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_DM_6H.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_DM_6H+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/CRN0E7YPPFGY\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/CRN0E7YPPFGY\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set provides downscaled six-hourly atmospheric forcings from European + Centre for Medium-Range Weather Forecasts (ECMWF) and Climate Hazards Group + InfraRed Precipitation with Station data (CHIRPS) precipitation from 2003 + to 2019 at a spatial resolution of ~1km across High Mountain Asia.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2021-07-22T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Yuan\",\"LastName\":\"Xue\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"703 + 993 9238\"},{\"Type\":\"Email\",\"Value\":\"phouser@gmu.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2209 + Exploratory Hall, Suite 2400\",\"George Mason University\"],\"City\":\"Fairfax\",\"StateProvince\":\"VA\",\"Country\":\"USA\",\"PostalCode\":\"20110\"}]},\"FirstName\":\"Paul\",\"LastName\":\"Houser\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Viviana\",\"LastName\":\"Maggioni\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Yiwen\",\"LastName\":\"Mei\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"GMU/GGS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gmu.edu/academics/departments-units/geography-geoinformation-science\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"GMU/GGS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gmu.edu/academics/departments-units/geography-geoinformation-science\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"CHIRPS\",\"LongName\":\"Climate + Hazards Group Infrared Precipitation with Stations\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]},{\"Type\":\"Models\",\"ShortName\":\"ECMWF\",\"LongName\":\"European + Centre for Medium-Range Weather Forecasts Model\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS + 600 MB\"},{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS + 25 MB\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia 30m and 8m Flood Geomorphic Potential V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2912123196-NSIDC_ECS\",\"revision-date\":\"2024-04-01T16:56:22.391Z\",\"granule-count\":11042,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia 30m and 8m + Flood Geomorphic Potential V001\",\"Publisher\":\"NASA National Snow and Ice + Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":58.1,\"NorthBoundingCoordinate\":49.7,\"EastBoundingCoordinate\":121.6,\"SouthBoundingCoordinate\":9.5}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":30.0,\"YDimension\":30.0,\"Unit\":\"Meters\"},{\"XDimension\":8.0,\"YDimension\":8.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE + WATER PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"FLOODS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-07-16T00:00:00.000Z\",\"EndingDateTime\":\"2017-07-16T23:59:59.999Z\"}]},{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2021-04-22T00:00:00.000Z\",\"EndingDateTime\":\"2021-04-22T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/WS83XMWHGEM9\"},\"ShortName\":\"HMA2_FGP\",\"EntryTitle\":\"High + Mountain Asia 30m and 8m Flood Geomorphic Potential V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA2_FGP.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA2_FGP/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA2_FGP+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA2_FGP.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA2_FGP/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA2_FGP+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/WS83XMWHGEM9\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/WS83XMWHGEM9\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains Flood Geomorphic Potential (FGP) at 30 m resolution for + the High Mountain Asia region and 8 m resolution over Nepal. FGP is a digital + elevation model-derived index that provides high-resolution flood mapping + based on bankfull elevations, defined in terms of river widths, and elevation + differences between points under examination and the closest bankfull elevations + in the river network.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"}],\"MetadataDates\":[{\"Date\":\"2024-03-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-28T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/data-use-and-copyright. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Giulia\",\"LastName\":\"Sofia\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Mariam\",\"LastName\":\"Khanam\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Efthymios\",\"LastName\":\"Nikolopoulos\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Emmanouil\",\"MiddleName\":\"N.\",\"LastName\":\"Anagnostou\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UCONN/ENGR\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.engr.uconn.edu\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UCONN/ENGR\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.engr.uconn.edu\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTP\"},{\"FormatType\":\"Native\",\"Format\":\"Shapefile\",\"FormatDescription\":\"HTTP\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia 5 Arc-Minute Hydrological Flow Direction for the Headwaters + of the Amu Darya and Indus River Basins V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2754381926-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:37.819Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia 5 Arc-Minute + Hydrological Flow Direction for the Headwaters of the Amu Darya and Indus + River Basins V001\",\"Publisher\":\"NASA National Snow and Ice Data Center + Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":65.59,\"NorthBoundingCoordinate\":39.84,\"EastBoundingCoordinate\":81.75,\"SouthBoundingCoordinate\":31.09}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE + WATER PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"DRAINAGE\",\"VariableLevel3\":\"DRAINAGE + DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"GROUND + WATER\",\"VariableLevel1\":\"GROUND WATER PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"DRAINAGE\",\"VariableLevel3\":\"DRAINAGE + DIRECTION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2023-03-23T00:00:00.000Z\",\"EndingDateTime\":\"2023-03-23T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/SE4AJ5NZBWT5\"},\"ShortName\":\"HMA2_HFD\",\"EntryTitle\":\"High + Mountain Asia 5 Arc-Minute Hydrological Flow Direction for the Headwaters + of the Amu Darya and Indus River Basins V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA2_HFD.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA2_HFD/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA2_HFD+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA2_HFD.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA2_HFD/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA2_HFD+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/SE4AJ5NZBWT5\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/SE4AJ5NZBWT5\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + High Mountain Asia (HMA) data set contains hydrological flow directions at + 5 arc-minute resolution for the headwaters of the Amu Darya and Indus River + basins. The domain spans parts of Afghanistan, Tajikistan, Kyrgyzstan, and + Pakistan. Flow directions are reported in deterministic eight (D8) format.\\n\\nThe + data were developed to support the University of New Hampshire Water Balance + Model and the \\\"High Mountain Asia CMIP6 Monthly and Yearly Water Balance + Projections, 2016-2099 for Parts of Afghanistan, Tajikistan, Kyrgyzstan, and + Pakistan, Version 1\\\" data set.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"}],\"MetadataDates\":[{\"Date\":\"2023-09-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-09-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Stanley\",\"MiddleName\":\"J.\",\"LastName\":\"Glidden\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Richard\",\"MiddleName\":\"B.\",\"LastName\":\"Lammers\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Alexander\",\"MiddleName\":\"A.\",\"LastName\":\"Prusevich\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UNH/EOS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.eos.unh.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UNH/EOS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.eos.unh.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII + Grid\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":57,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia 8-meter DEM Mosaics Derived from Optical Imagery V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1431539277-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:00.062Z\",\"granule-count\":417,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia 8-meter DEM + Mosaics Derived from Optical Imagery V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":67.0,\"NorthBoundingCoordinate\":46.0,\"EastBoundingCoordinate\":103.0,\"SouthBoundingCoordinate\":26.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":8.0,\"YDimension\":8.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\",\"VariableLevel2\":\"DIGITAL ELEVATION/TERRAIN MODEL (DEM)\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-01-28T00:00:00.000Z\",\"EndingDateTime\":\"2016-11-24T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/KXOVQ9L172S2\"},\"ShortName\":\"HMA_DEM8m_MOS\",\"EntryTitle\":\"High + Mountain Asia 8-meter DEM Mosaics Derived from Optical Imagery V001\",\"ISOTopicCategories\":[\"ELEVATION\",\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_DEM8m_MOS.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_DEM8m_MOS+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_DEM8m_MOS/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_DEM8m_MOS.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_DEM8m_MOS+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_DEM8m_MOS/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/KXOVQ9L172S2\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/KXOVQ9L172S2\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains 8-meter Digital Elevation Model (DEM) mosaics of high mountain + Asia glacier and snow regions generated from very-high-resolution (VHR) commercial + satellite imagery.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2017-12-11T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are available to use provided that you cite the data according + to the recommended citation at\_https://nsidc.org/about/use_copyright.html\_and + follow the DigitalGlobe copyright and NGA NextView license guidance (https://cad4nasa.gsfc.nasa.gov/images/NextViewLicenseGuide.png) + for proper attribution and sharing of all image data.\\nFor more information + on the NASA EOSDIS Data Use Policy, see\_https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"David\",\"LastName\":\"Shean\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"David\",\"LastName\":\"Shean\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UWA/APL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.apl.washington.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UWA/APL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.apl.washington.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GEOEYE-1\",\"LongName\":\"GeoEye-1\",\"Instruments\":[{\"ShortName\":\"CAMERAS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERAS\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"QUICKBIRD-2\",\"LongName\":\"DigitalGlobe's + QuickBird-2\",\"Instruments\":[{\"ShortName\":\"QUICKBIRD/BHRC-60\",\"LongName\":\"QuickBird + Ball High Resolution Camera 60\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"QUICKBIRD/BHRC-60\",\"LongName\":\"QuickBird + Ball High Resolution Camera 60\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"WORLDVIEW-1\",\"LongName\":\"DigitalGlobe + WORLDVIEW-1\",\"Instruments\":[{\"ShortName\":\"CAMERAS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERAS\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"WORLDVIEW-2\",\"LongName\":\"DigitalGlobe + WORLDVIEW-2\",\"Instruments\":[{\"ShortName\":\"CAMERAS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERAS\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"WORLDVIEW-3\",\"LongName\":\"DigitalGlobe + WORLDVIEW-3\",\"Instruments\":[{\"ShortName\":\"CAMERAS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERAS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"PNG\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":58,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia 8-meter DEMs Derived from Along-track Optical Imagery V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1442092309-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:54.706Z\",\"granule-count\":1852,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia 8-meter DEMs + Derived from Along-track Optical Imagery V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":67.0,\"NorthBoundingCoordinate\":46.0,\"EastBoundingCoordinate\":103.0,\"SouthBoundingCoordinate\":26.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":8.0,\"YDimension\":8.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\",\"VariableLevel2\":\"DIGITAL ELEVATION/TERRAIN MODEL (DEM)\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-01-28T00:00:00.000Z\",\"EndingDateTime\":\"2016-11-24T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/GSACB044M4PK\"},\"ShortName\":\"HMA_DEM8m_AT\",\"EntryTitle\":\"High + Mountain Asia 8-meter DEMs Derived from Along-track Optical Imagery V001\",\"ISOTopicCategories\":[\"ELEVATION\",\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_DEM8m_AT.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_DEM8m_AT+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_DEM8m_AT/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_DEM8m_AT.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_DEM8m_AT+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_DEM8m_AT/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/GSACB044M4PK\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/GSACB044M4PK\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains 8-meter Digital Elevation Models (DEMs) of high mountain + Asia glacier and snow regions generated from very-high-resolution commercial + stereoscopic satellite imagery.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2017-12-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are available to use provided that you cite the data according + to the recommended citation at\_https://nsidc.org/about/use_copyright.html\_and + follow the DigitalGlobe copyright and NGA NextView license guidance (https://cad4nasa.gsfc.nasa.gov/images/NextViewLicenseGuide.png) + for proper attribution and sharing of all image data.\\nFor more information + on the NASA EOSDIS Data Use Policy, see\_https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"David\",\"LastName\":\"Shean\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"David\",\"LastName\":\"Shean\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UWA/APL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.apl.washington.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UWA/APL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.apl.washington.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GEOEYE-1\",\"LongName\":\"GeoEye-1\",\"Instruments\":[{\"ShortName\":\"CAMERAS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERAS\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"QUICKBIRD-2\",\"LongName\":\"DigitalGlobe's + QuickBird-2\",\"Instruments\":[{\"ShortName\":\"QUICKBIRD/BHRC-60\",\"LongName\":\"QuickBird + Ball High Resolution Camera 60\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"QUICKBIRD/BHRC-60\",\"LongName\":\"QuickBird + Ball High Resolution Camera 60\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"WORLDVIEW-1\",\"LongName\":\"DigitalGlobe + WORLDVIEW-1\",\"Instruments\":[{\"ShortName\":\"CAMERAS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERAS\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"WORLDVIEW-2\",\"LongName\":\"DigitalGlobe + WORLDVIEW-2\",\"Instruments\":[{\"ShortName\":\"CAMERAS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERAS\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"WORLDVIEW-3\",\"LongName\":\"DigitalGlobe + WORLDVIEW-3\",\"Instruments\":[{\"ShortName\":\"CAMERAS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERAS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"PNG\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":62,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia 8-meter DEMs Derived from Cross-track Optical Imagery V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1432250096-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:57.398Z\",\"granule-count\":2222,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia 8-meter DEMs + Derived from Cross-track Optical Imagery V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":67.0,\"NorthBoundingCoordinate\":46.0,\"EastBoundingCoordinate\":103.0,\"SouthBoundingCoordinate\":26.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":8.0,\"YDimension\":8.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\",\"VariableLevel2\":\"DIGITAL ELEVATION/TERRAIN MODEL (DEM)\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-01-28T00:00:00.000Z\",\"EndingDateTime\":\"2016-11-24T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/0MCWJJH5ABYO\"},\"ShortName\":\"HMA_DEM8m_CT\",\"EntryTitle\":\"High + Mountain Asia 8-meter DEMs Derived from Cross-track Optical Imagery V001\",\"ISOTopicCategories\":[\"ELEVATION\",\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_DEM8m_CT.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_DEM8m_CT+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_DEM8m_CT/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_DEM8m_CT.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_DEM8m_CT+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_DEM8m_CT/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/0MCWJJH5ABYO\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/0MCWJJH5ABYO\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains 8-meter Digital Elevation Model (DEM) mosaics of high mountain + Asia glacier and snow regions generated from from very-high-resolution commercial + stereo satellite imagery.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2017-12-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are available to use provided that you cite the data according + to the recommended citation at\_https://nsidc.org/about/use_copyright.html\_and + follow the DigitalGlobe copyright and NGA NextView license guidance (https://cad4nasa.gsfc.nasa.gov/images/NextViewLicenseGuide.png) + for proper attribution and sharing of all image data.\\nFor more information + on the NASA EOSDIS Data Use Policy, see\_https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"David\",\"LastName\":\"Shean\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"David\",\"LastName\":\"Shean\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UWA/APL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.apl.washington.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UWA/APL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.apl.washington.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GEOEYE-1\",\"LongName\":\"GeoEye-1\",\"Instruments\":[{\"ShortName\":\"CAMERAS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERAS\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"QUICKBIRD-2\",\"LongName\":\"DigitalGlobe's + QuickBird-2\",\"Instruments\":[{\"ShortName\":\"QUICKBIRD/BHRC-60\",\"LongName\":\"QuickBird + Ball High Resolution Camera 60\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"QUICKBIRD/BHRC-60\",\"LongName\":\"QuickBird + Ball High Resolution Camera 60\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"WORLDVIEW-1\",\"LongName\":\"DigitalGlobe + WORLDVIEW-1\",\"Instruments\":[{\"ShortName\":\"CAMERAS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERAS\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"WORLDVIEW-2\",\"LongName\":\"DigitalGlobe + WORLDVIEW-2\",\"Instruments\":[{\"ShortName\":\"CAMERAS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERAS\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"WORLDVIEW-3\",\"LongName\":\"DigitalGlobe + WORLDVIEW-3\",\"Instruments\":[{\"ShortName\":\"CAMERAS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERAS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"PNG\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Annual 90m Glacier Surface Melt/Freeze Phenology from SAR Imagery + V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2142265164-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:29.326Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Annual 90m + Glacier Surface Melt/Freeze Phenology from SAR Imagery V001\",\"Publisher\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":60.8416366,\"NorthBoundingCoordinate\":39.3278838,\"EastBoundingCoordinate\":105.0568047,\"SouthBoundingCoordinate\":15.9481506}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":90.0,\"YDimension\":90.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SURFACE + MELT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2020-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/05I6ZHZWHSVV\"},\"ShortName\":\"HMA_GSM\",\"EntryTitle\":\"High + Mountain Asia Annual 90m Glacier Surface Melt/Freeze Phenology from SAR Imagery + V001\",\"AccessConstraints\":{\"Description\":\" These data are freely, openly, + and fully accessible, provided that you are logged into your NASA Earthdata + profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_GSM.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_GSM/versions/1\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_GSM+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/05I6ZHZWHSVV\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/05I6ZHZWHSVV\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains annual surface melt onset and freeze onset dates across + all glaciers in the Hindu Kush Himalayas (HKH) retrieved from time series + synthetic aperture radar (SAR) imagery. The data set was based on analysis + of C-band Sentinel-1 A/B SAR time series, comprising 32,741 Sentinel-1 A/B + SAR images. The duration of annual glacier surface melt was determined for + 105,432 mapped glaciers (83,102 km2 glacierized area) during the calendar + years 2017-2020.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2021-10-12T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at\_https://nsidc.org/about/use_copyright.html.\_ + For more information on the NASA EOSDIS Data Use Policy, see\_https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"212 + 650 6452\"},{\"Type\":\"Email\",\"Value\":\"nsteiner@ccny.cuny.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"Marshak + Hall; Rm. 925\"],\"City\":\"New York\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10031\"}]},\"FirstName\":\"Nicholas\",\"LastName\":\"Steiner\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\" + 212 650 8218\"},{\"Type\":\"Telephone\",\"Value\":\" 818 434 8937\"},{\"Type\":\"Fax\",\"Value\":\" + 212 650 7064\"},{\"Type\":\"Email\",\"Value\":\"kyle.c.mcdonald@jpl.nasa.gov\"},{\"Type\":\"Email\",\"Value\":\"mncdonald2@ccny.cuny.edu\"}]},\"FirstName\":\"Kyle\",\"MiddleName\":\"C.\",\"LastName\":\"McDonald\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"New York\",\"StateProvince\":\"NY\",\"Country\":\"USA\"}]},\"FirstName\":\"Corey\",\"LastName\":\"Scher\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"CCNY/EAS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.ccny.cuny.edu/eas\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"CCNY/EAS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.ccny.cuny.edu/eas\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Sentinel-1A\",\"LongName\":\"Sentinel-1A\",\"Instruments\":[{\"ShortName\":\"C-SAR\",\"LongName\":\"C-Band + Synthetic Aperture Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"C-SAR\",\"LongName\":\"C-Band + Synthetic Aperture Radar\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Sentinel-1B\",\"LongName\":\"Sentinel-1B\",\"Instruments\":[{\"ShortName\":\"C-SAR\",\"LongName\":\"C-Band + Synthetic Aperture Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"C-SAR\",\"LongName\":\"C-Band + Synthetic Aperture Radar\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":58,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia ASCAT Freeze/Thaw/Melt Status V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1526098617-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:10.773Z\",\"granule-count\":3207,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia ASCAT Freeze/Thaw/Melt + Status V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":63.427,\"NorthBoundingCoordinate\":44.683,\"EastBoundingCoordinate\":105.577,\"SouthBoundingCoordinate\":19.125}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":4.45,\"YDimension\":4.45,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"FREEZE/THAW\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-10-12T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/L319IEPK63VC\"},\"ShortName\":\"HMA_FreezeThawMelt_ASCAT\",\"EntryTitle\":\"High + Mountain Asia ASCAT Freeze/Thaw/Melt Status V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_FreezeThawMelt_ASCAT.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_FreezeThawMelt_ASCAT+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_FreezeThawMelt_ASCAT/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_FreezeThawMelt_ASCAT.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_FreezeThawMelt_ASCAT+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_FreezeThawMelt_ASCAT/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_FreezeThawMelt_ASCAT.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_FreezeThawMelt_ASCAT+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_FreezeThawMelt_ASCAT/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/L319IEPK63VC\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/L319IEPK63VC\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains bulk landscape frozen or thawed status over seasonally frozen + land, as well as snowmelt status over glacierized areas for the High Mountain + Asia region. Daily Freeze/Thaw/Melt (F/T/M) status is derived from vertically + polarized (V-pol) C-band (5.255 GHz) backscatter measurements that were acquired + by the Advanced Scatterometer (ASCAT) on EUMETSAT Metop-A and Metop-B satellites. + Swath-ordered observations are spatially enhanced using the Scatterometer + Image Reconstruction (SIR) algorithm, posted on Earth-fixed 4.45 km grids, + and interpolated to a daily product from the original 3-day A.M. overpasses.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2018-06-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"212 + 650 6452\"},{\"Type\":\"Email\",\"Value\":\"nsteiner@ccny.cuny.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"Marshak + Hall; Rm. 925\"],\"City\":\"New York\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10031\"}]},\"FirstName\":\"Nicholas\",\"LastName\":\"Steiner\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"212 + 650 6452\"},{\"Type\":\"Email\",\"Value\":\"nsteiner@ccny.cuny.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"Marshak + Hall; Rm. 925\"],\"City\":\"New York\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10031\"}]},\"FirstName\":\"Nicholas\",\"LastName\":\"Steiner\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\" + 212 650 8218\"},{\"Type\":\"Telephone\",\"Value\":\" 818 434 8937\"},{\"Type\":\"Fax\",\"Value\":\" + 212 650 7064\"},{\"Type\":\"Email\",\"Value\":\"kyle.c.mcdonald@jpl.nasa.gov\"},{\"Type\":\"Email\",\"Value\":\"mncdonald2@ccny.cuny.edu\"}]},\"FirstName\":\"Kyle\",\"MiddleName\":\"C.\",\"LastName\":\"McDonald\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"BYU/CRS/SCP\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.scp.byu.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"BYU/CRS/SCP\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.scp.byu.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METOP\",\"LongName\":\"Meteorological + Operational Satelite\",\"Instruments\":[{\"ShortName\":\"ASCAT\",\"LongName\":\"Advanced + Scatterometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ASCAT\",\"LongName\":\"Advanced + Scatterometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"PNG\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":49,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Average Glacier Thickness Change from Multi-Sensor DEMs V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1591666343-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:13.922Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Average Glacier + Thickness Change from Multi-Sensor DEMs V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":75.4,\"NorthBoundingCoordinate\":34.4,\"EastBoundingCoordinate\":92.9,\"SouthBoundingCoordinate\":27.4}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":30.0,\"YDimension\":30.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + THICKNESS/ICE SHEET THICKNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1974-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/93BANQZIG1KD\"},\"ShortName\":\"HMA_GlacierAvg_dH\",\"EntryTitle\":\"High + Mountain Asia Average Glacier Thickness Change from Multi-Sensor DEMs V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_GlacierAvg_dH.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_GlacierAvg_dH+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_GlacierAvg_dH/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_GlacierAvg_dH.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_GlacierAvg_dH+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_GlacierAvg_dH/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/93BANQZIG1KD\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/93BANQZIG1KD\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains average thickness changes for approximately 650 Himalayan + glaciers between 1975 and 2000, and 1040 Himalayan glaciers between 2000 and + 2016. The data were derived from HEXAGON KH-9 and ASTER digital elevation + models (DEMs), by fitting robust linear trends to time series of elevation + pixels over the glacier surfaces.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2019-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"917 + 513 6475\"},{\"Type\":\"Email\",\"Value\":\"jmaurer@ldeo.columbia.edu\"}]},\"FirstName\":\"Joshua\",\"LastName\":\"Maurer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"801 + 585 9167\"},{\"Type\":\"Telephone\",\"Value\":\"801 585 7156\"},{\"Type\":\"Email\",\"Value\":\"summer.rupper@geog.utah.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"BLDG + 73 RM 23\",\"University of Utah\"]}]},\"FirstName\":\"Summer\",\"LastName\":\"Rupper\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Joerg\",\"LastName\":\"Schaefer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"917 + 513 6475\"},{\"Type\":\"Email\",\"Value\":\"jmaurer@ldeo.columbia.edu\"}]},\"FirstName\":\"Joshua\",\"LastName\":\"Maurer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"801 + 585 9167\"},{\"Type\":\"Telephone\",\"Value\":\"801 585 7156\"},{\"Type\":\"Email\",\"Value\":\"summer.rupper@geog.utah.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"BLDG + 73 RM 23\",\"University of Utah\"]}]},\"FirstName\":\"Summer\",\"LastName\":\"Rupper\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Joerg\",\"LastName\":\"Schaefer\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"HEXAGON KH-9\",\"LongName\":\"HEXAGON + KH-9 Reconnaissance Satellite\",\"Instruments\":[{\"ShortName\":\"CAMERA\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERA\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"ASTER\",\"LongName\":\"Advanced + Spaceborne Thermal Emission and Reflection Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ASTER\",\"LongName\":\"Advanced + Spaceborne Thermal Emission and Reflection Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Shapefile\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"KML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia CMIP6 Monthly and Yearly Water Balance Projections, 2016-2099 + for Parts of Afghanistan, Tajikistan, Kyrgyzstan, and Pakistan V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2747406206-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:49.474Z\",\"granule-count\":1047,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia CMIP6 Monthly + and Yearly Water Balance Projections, 2016-2099 for Parts of Afghanistan, + Tajikistan, Kyrgyzstan, and Pakistan V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":65.58334,\"NorthBoundingCoordinate\":39.83334,\"EastBoundingCoordinate\":81.75,\"SouthBoundingCoordinate\":31.08334}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"WATER BUDGET\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2016-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2099-12-31T23:59:59.999Z\"}]},{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1980-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2018-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/F87QWGU8K14W\"},\"ShortName\":\"HMA2_WBP\",\"EntryTitle\":\"High + Mountain Asia CMIP6 Monthly and Yearly Water Balance Projections, 2016-2099 + for Parts of Afghanistan, Tajikistan, Kyrgyzstan, and Pakistan V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA2_WBP.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA2_WBP/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA2_WBP+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/F87QWGU8K14W\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/F87QWGU8K14W\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + High Mountain Asia (HMA) data set comprises a suite of monthly and yearly + water balance model (WBM) projections for the years 2016 \u2013 2099, covering + parts of Afghanistan, Tajikistan, Kyrgyzstan, and Pakistan (primarily the + headwaters of the Amu Darya and Indus River basins).\\n\\nProjections are + available for 12 Coupled Model Intercomparison Project Phase 6 (CMIP6) global + climate models and two Shared Socioeconomic Pathways (SSP 2-4.5 and SSP 5-8.5). + The data were generated using the University of New Hampshire WBM.\\n\\nA + historical run is also available for the years 1980 through 2018, using as + input ERA5 reanalysis temperature data and ensemble precipitation estimates.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"}],\"MetadataDates\":[{\"Date\":\"2023-08-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Richard\",\"MiddleName\":\"B.\",\"LastName\":\"Lammers\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Alexander\",\"MiddleName\":\"A.\",\"LastName\":\"Prusevich\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Stanley\",\"MiddleName\":\"J.\",\"LastName\":\"Glidden\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UNH/EOS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.eos.unh.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UNH/EOS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.eos.unh.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia COAWST 6-Hourly 4km Regional Climate Model Simulations V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1944175755-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:55.250Z\",\"granule-count\":65379,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia COAWST 6-Hourly + 4km Regional Climate Model Simulations V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":49.1684,\"NorthBoundingCoordinate\":46.34996,\"EastBoundingCoordinate\":120.8316,\"SouthBoundingCoordinate\":20.96392}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":4.0,\"YDimension\":4.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\",\"VariableLevel3\":\"RELATIVE + HUMIDITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\",\"VariableLevel2\":\"WIND SPEED\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1999-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-10-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/8QZCVAY64369\"},\"ShortName\":\"HMA_RCMO_6H\",\"EntryTitle\":\"High + Mountain Asia COAWST 6-Hourly 4km Regional Climate Model Simulations V001\",\"AccessConstraints\":{\"Description\":\" + None\"},\"RelatedUrls\":[{\"Description\":\"Direct download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_RCMO_6H.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_RCMO_6H+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_RCMO_6H/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/8QZCVAY64369\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/8QZCVAY64369\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data product contains either 6-hourly accumulated or 6-hourly snapshots of + modeled data in the High Mountain Asia region, generated by the Coupled-Ocean-Atmosphere-Waves-Sediment + Transport (COAWST) modeling system (operated as a regional climate model). + These modeled data span 15 years and have been used by the NASA High Mountain + Asia Team (HiMAT) to research water resource use.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2020-12-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + None\"},\"ContactPersons\":[{\"Roles\":[\"Technical Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6690\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@gmail.com\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@nasa.gov\"}]},\"FirstName\":\"Batuhan\",\"LastName\":\"Osmanoglu\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6337\"},{\"Type\":\"Email\",\"Value\":\"stephen.d.nicholls@nasa.gov\"}]},\"FirstName\":\"Stephen\",\"MiddleName\":\"D.\",\"LastName\":\"Nicholls\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6690\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@gmail.com\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@nasa.gov\"}]},\"FirstName\":\"Batuhan\",\"LastName\":\"Osmanoglu\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6337\"},{\"Type\":\"Email\",\"Value\":\"stephen.d.nicholls@nasa.gov\"}]},\"FirstName\":\"Stephen\",\"MiddleName\":\"D.\",\"LastName\":\"Nicholls\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":35,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia COAWST Daily 4km Regional Climate Model Simulations V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1944179767-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:57.732Z\",\"granule-count\":717,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia COAWST Daily + 4km Regional Climate Model Simulations V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":49.1684,\"NorthBoundingCoordinate\":46.34996,\"EastBoundingCoordinate\":120.8316,\"SouthBoundingCoordinate\":20.96392}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":4.0,\"YDimension\":4.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\",\"VariableLevel3\":\"RELATIVE + HUMIDITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\",\"VariableLevel2\":\"WIND SPEED\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1999-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-09-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/EHX9SEA85G8R\"},\"ShortName\":\"HMA_RCMO_D\",\"EntryTitle\":\"High + Mountain Asia COAWST Daily 4km Regional Climate Model Simulations V001\",\"AccessConstraints\":{\"Description\":\" + None\"},\"RelatedUrls\":[{\"Description\":\"Direct download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_RCMO_D.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_RCMO_D+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_RCMO_D/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/EHX9SEA85G8R\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/EHX9SEA85G8R\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data product contains either daily averaged or daily accumulated modeled data + in the High Mountain Asia region, generated by the Coupled-Ocean-Atmosphere-Waves-Sediment + Transport (COAWST) modeling system (operated as a regional climate model). + These modeled data span 15 years and have been used by the NASA High Mountain + Asia Team (HiMAT) to research water resource use.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2020-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + None\"},\"ContactPersons\":[{\"Roles\":[\"Technical Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6690\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@gmail.com\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@nasa.gov\"}]},\"FirstName\":\"Batuhan\",\"LastName\":\"Osmanoglu\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6337\"},{\"Type\":\"Email\",\"Value\":\"stephen.d.nicholls@nasa.gov\"}]},\"FirstName\":\"Stephen\",\"MiddleName\":\"D.\",\"LastName\":\"Nicholls\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6690\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@gmail.com\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@nasa.gov\"}]},\"FirstName\":\"Batuhan\",\"LastName\":\"Osmanoglu\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6337\"},{\"Type\":\"Email\",\"Value\":\"stephen.d.nicholls@nasa.gov\"}]},\"FirstName\":\"Stephen\",\"MiddleName\":\"D.\",\"LastName\":\"Nicholls\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia COAWST Hourly 4km Regional Climate Model Simulations V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1944173811-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:52.709Z\",\"granule-count\":262994,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia COAWST Hourly + 4km Regional Climate Model Simulations V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":49.1684,\"NorthBoundingCoordinate\":46.34996,\"EastBoundingCoordinate\":120.8316,\"SouthBoundingCoordinate\":20.96392}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":4.0,\"YDimension\":4.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\",\"VariableLevel3\":\"RELATIVE + HUMIDITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\",\"VariableLevel2\":\"WIND SPEED\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1999-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-10-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/H2NQVMSH58IW\"},\"ShortName\":\"HMA_RCMO_1H\",\"EntryTitle\":\"High + Mountain Asia COAWST Hourly 4km Regional Climate Model Simulations V001\",\"AccessConstraints\":{\"Description\":\" + None\"},\"RelatedUrls\":[{\"Description\":\"Direct download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_RCMO_1H.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_RCMO_1H+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_RCMO_1H/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/H2NQVMSH58IW\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/H2NQVMSH58IW\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data product contains either hourly accumulated or hourly snapshots of modeled + data in the High Mountain Asia region, generated by the Coupled-Ocean-Atmosphere-Waves-Sediment + Transport (COAWST) modeling system (operated as a regional climate model). + These modeled data span 15 years and have been used by the NASA High Mountain + Asia Team (HiMAT) to research water resource use.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2020-12-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + None\"},\"ContactPersons\":[{\"Roles\":[\"Technical Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6690\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@gmail.com\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@nasa.gov\"}]},\"FirstName\":\"Batuhan\",\"LastName\":\"Osmanoglu\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6337\"},{\"Type\":\"Email\",\"Value\":\"stephen.d.nicholls@nasa.gov\"}]},\"FirstName\":\"Stephen\",\"MiddleName\":\"D.\",\"LastName\":\"Nicholls\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6690\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@gmail.com\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@nasa.gov\"}]},\"FirstName\":\"Batuhan\",\"LastName\":\"Osmanoglu\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6337\"},{\"Type\":\"Email\",\"Value\":\"stephen.d.nicholls@nasa.gov\"}]},\"FirstName\":\"Stephen\",\"MiddleName\":\"D.\",\"LastName\":\"Nicholls\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia COAWST Monthly 4km Regional Climate Model Simulations V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1944181838-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:00.196Z\",\"granule-count\":1246,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia COAWST Monthly + 4km Regional Climate Model Simulations V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":49.1684,\"NorthBoundingCoordinate\":46.34996,\"EastBoundingCoordinate\":120.8316,\"SouthBoundingCoordinate\":20.96392}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":4.0,\"YDimension\":4.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\",\"VariableLevel3\":\"RELATIVE + HUMIDITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\",\"VariableLevel2\":\"WIND SPEED\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1999-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-09-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/W2O7VL8G25BS\"},\"ShortName\":\"HMA_RCMO_M\",\"EntryTitle\":\"High + Mountain Asia COAWST Monthly 4km Regional Climate Model Simulations V001\",\"AccessConstraints\":{\"Description\":\" + None\"},\"RelatedUrls\":[{\"Description\":\"Direct download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_RCMO_M.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_RCMO_M+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_RCMO_M/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/W2O7VL8G25BS\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/W2O7VL8G25BS\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data product contains either monthly averaged or monthly accumulated modeled + data in the High Mountain Asia region, generated by the Coupled-Ocean-Atmosphere-Waves-Sediment + Transport (COAWST) modeling system (operated as a regional climate model). + These modeled data span 15 years and have been used by the NASA High Mountain + Asia Team (HiMAT) to research water resource use.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2020-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + None\"},\"ContactPersons\":[{\"Roles\":[\"Technical Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6690\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@gmail.com\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@nasa.gov\"}]},\"FirstName\":\"Batuhan\",\"LastName\":\"Osmanoglu\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6337\"},{\"Type\":\"Email\",\"Value\":\"stephen.d.nicholls@nasa.gov\"}]},\"FirstName\":\"Stephen\",\"MiddleName\":\"D.\",\"LastName\":\"Nicholls\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6690\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@gmail.com\"},{\"Type\":\"Email\",\"Value\":\"batuhan.osmanoglu@nasa.gov\"}]},\"FirstName\":\"Batuhan\",\"LastName\":\"Osmanoglu\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 6337\"},{\"Type\":\"Email\",\"Value\":\"stephen.d.nicholls@nasa.gov\"}]},\"FirstName\":\"Stephen\",\"MiddleName\":\"D.\",\"LastName\":\"Nicholls\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Daily 0.05 x 0.05 deg Noah-MP Land Surface Model Reanalysis + V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2808112558-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:46.855Z\",\"granule-count\":6575,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Daily 0.05 + x 0.05 deg Noah-MP Land Surface Model Reanalysis V001\",\"Publisher\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":60.0,\"NorthBoundingCoordinate\":46.0,\"EastBoundingCoordinate\":111.0,\"SouthBoundingCoordinate\":20.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.05,\"YDimension\":0.05,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"WATER BUDGET\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2003-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2020-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/FCHUV8F5Z8OD\"},\"ShortName\":\"HMA2_NLSMR\",\"EntryTitle\":\"High + Mountain Asia Daily 0.05 x 0.05 deg Noah-MP Land Surface Model Reanalysis + V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA2_NLSMR.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA2_NLSMR/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA2_NLSMR+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/FCHUV8F5Z8OD\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/FCHUV8F5Z8OD\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set consists of a water budget reanalysis for the High Mountain Asia + (HMA) region spanning the years 2003 through 2020. Estimates are provided + for more than 30 parameters, including storages; fluxes; snow depth, extent, + and snow water equivalent; temperature (land surface, soil, snow, and ice); + surface albedo; soil moisture; evapotranspiration; and streamflow.\\n\\nThe + data were generated using the Noah Multi-Parameterization (Noah-MP) land surface + model (Version 4.0.1), driven by precipitation estimates and hydrological + inputs developed specifically for HMA.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"}],\"MetadataDates\":[{\"Date\":\"2023-11-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/data-use-and-copyright. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Fadji\",\"MiddleName\":\"Zaouna\",\"LastName\":\"Maina\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 286 8663\"},{\"Type\":\"Email\",\"Value\":\"sujay.v.kumar@nasa.gov\"}]},\"FirstName\":\"Sujay\",\"MiddleName\":\"V.\",\"LastName\":\"Kumar\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Augusto\",\"LastName\":\"Getirana\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Bart\",\"MiddleName\":\"A.\",\"LastName\":\"Forman\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Benjamin\",\"MiddleName\":\"F.\",\"LastName\":\"Zaitchik\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Bryant\",\"MiddleName\":\"D.\",\"LastName\":\"Loomis\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Viviana\",\"LastName\":\"Maggioni\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Yuan\",\"LastName\":\"Xue\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Yifan\",\"LastName\":\"Zhou\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Sasha\",\"LastName\":\"McLarty\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/HBSL/HSB\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://neptune.gsfc.nasa.gov/hsb/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/HBSL/HSB\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://neptune.gsfc.nasa.gov/hsb/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4 + classic\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Daily 5 km Downscaled SPEAR Precipitation and Air Temperature + Projections V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2815757433-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:29.969Z\",\"granule-count\":1260,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Daily 5 km + Downscaled SPEAR Precipitation and Air Temperature Projections V001\",\"Publisher\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":60.025,\"NorthBoundingCoordinate\":45.975,\"EastBoundingCoordinate\":110.975,\"SouthBoundingCoordinate\":20.025}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":5.0,\"YDimension\":5.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"AIR TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-31T23:59:59.999Z\"}]},{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2100-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/GXAA63DTMC34\"},\"ShortName\":\"HMA2_DSPAT\",\"EntryTitle\":\"High + Mountain Asia Daily 5 km Downscaled SPEAR Precipitation and Air Temperature + Projections V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA2_DSPAT.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA2_DSPAT/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA2_DSPAT+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/GXAA63DTMC34\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/GXAA63DTMC34\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set consists of daily, 5 km resolution precipitation and mean, near-surface + air temperature projections from 2015 through 2100 for the High Mountain Asia + (HMA) region. The data were generated by statistically downscaling 0.5\xB0 + resolution model data from the Geophysical Fluid Dynamic Laboratory (GFDL) + Seamless System for Prediction and EArth System Research (SPEAR) 30-member + ensemble climate model.\\n\\nProjections are provided for two Shared Socioeconomic + Pathways (SSPs): SSP2-4.5 and SSP5 8.5. A historical model run from 1990 through + 2014 is also available.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"}],\"MetadataDates\":[{\"Date\":\"2023-12-13T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-12-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/data-use-and-copyright. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Efthymios\",\"LastName\":\"Nikolopoulos\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Diogo\",\"MiddleName\":\"Stalin de Alcantara\",\"LastName\":\"Araujo\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"RUTGERS/ENVISAT\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://envsci.rutgers.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"RUTGERS/ENVISAT\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://envsci.rutgers.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Daily 5km Landslide Hazard Indicator V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2866651061-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:40.188Z\",\"granule-count\":10668,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Daily 5km Landslide + Hazard Indicator V001\",\"Publisher\":\"NASA National Snow and Ice Data Center + Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":60.0,\"NorthBoundingCoordinate\":46.0,\"EastBoundingCoordinate\":111.0,\"SouthBoundingCoordinate\":20.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":5.0,\"YDimension\":5.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"LAND SURFACE/AGRICULTURE + INDICATORS\",\"VariableLevel1\":\"LANDSLIDES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-01-31T00:00:00.000Z\",\"EndingDateTime\":\"2019-01-01T23:59:59.999Z\"}]},{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2100-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/CU0JWHT2RNIW\"},\"ShortName\":\"HMA2_LHI\",\"EntryTitle\":\"High + Mountain Asia Daily 5km Landslide Hazard Indicator V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA2_LHI.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA2_LHI/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA2_LHI+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/CU0JWHT2RNIW\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/CU0JWHT2RNIW\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set projects the daily hazard of rainfall-triggered landslides in the + High Mountain Asia region from 2015 through 2100, at 5 km resolution. Projections + are provided for two Shared Socioeconomic Pathways (SSPs)\u2014SSP2-4.5 and + SSP5 8.5\u2014based on temperature and precipitation projections from a 30-member + ensemble climate model.\\n\\nLandslide hazard is represented by a landslide + hazard indicator (LHI), computed with a machine learning model trained on + historical temperatures and precipitation and a catalog of documented landslides.\\n\\nThe + historical landslides used to train the model are available as a separate + record.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"}],\"MetadataDates\":[{\"Date\":\"2024-02-29T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-20T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/data-use-and-copyright. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"A.\",\"LastName\":\"Stanley\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Rachael\",\"MiddleName\":\"B.\",\"LastName\":\"Soobitsky\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 x5956\"},{\"Type\":\"Email\",\"Value\":\"pukar.m.amatya@nasa.gov\"}]},\"FirstName\":\"Pukar\",\"MiddleName\":\"M.\",\"LastName\":\"Amatya\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303 + 492 8814\"},{\"Type\":\"Email\",\"Value\":\"dalia.kirschbaum@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA/GSFC\",\"Mail + Code: 617\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Dalia\",\"MiddleName\":\"B.\",\"LastName\":\"Kirschbaum\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":42,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia GFDL FLOR Modeled Daily Precipitation for Extreme Analysis V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1624006981-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:08.121Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia GFDL FLOR Modeled + Daily Precipitation for Extreme Analysis V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":72.8125,\"NorthBoundingCoordinate\":35.25,\"EastBoundingCoordinate\":87.8125,\"SouthBoundingCoordinate\":26.75}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\",\"VariableLevel2\":\"24 HOUR PRECIPITATION AMOUNT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2061-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2100-12-31T23:59:59.999Z\"}]},{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1982-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-12-31T23:59:59.999Z\"}]},{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1961-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2000-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/I0T1I4WNQ462\"},\"ShortName\":\"HMA_EAPrecip_FLOR\",\"EntryTitle\":\"High + Mountain Asia GFDL FLOR Modeled Daily Precipitation for Extreme Analysis V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_EAPrecip_FLOR.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_EAPrecip_FLOR+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_EAPrecip_FLOR/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/I0T1I4WNQ462\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/I0T1I4WNQ462\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set includes three climate simulations of daily precipitation over the + Himalayan region for summer and winter, covering different time periods: two + 30-member ensemble simulations spanning 40-year time periods in the 20th century + (1961-2000) and 21st century (2061-2100), and a present-day climate simulation + from 1982 to 2017 nudged to reanalysis winds. These precipitation estimates + were simulated by the National Oceanic and Atmospheric Administration (NOAA) + Geophysical Fluid Dynamics Laboratory (GFDL) Forecast-oriented Low Ocean Resolution + version of the CM2.5 model (GFDL FLOR).\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2019-07-11T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Sarah.Kapnick@noaa.gov\"}]},\"FirstName\":\"Sarah\",\"LastName\":\"Kapnick\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"spascale@princeton.edu\"}]},\"FirstName\":\"Salvatore\",\"LastName\":\"Pascale\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"A.\",\"LastName\":\"Stanley\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303 + 492 8814\"},{\"Type\":\"Email\",\"Value\":\"dalia.kirschbaum@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA/GSFC\",\"Mail + Code: 617\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Dalia\",\"MiddleName\":\"B.\",\"LastName\":\"Kirschbaum\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Sarah.Kapnick@noaa.gov\"}]},\"FirstName\":\"Sarah\",\"LastName\":\"Kapnick\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"spascale@princeton.edu\"}]},\"FirstName\":\"Salvatore\",\"LastName\":\"Pascale\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"A.\",\"LastName\":\"Stanley\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303 + 492 8814\"},{\"Type\":\"Email\",\"Value\":\"dalia.kirschbaum@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA/GSFC\",\"Mail + Code: 617\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Dalia\",\"MiddleName\":\"B.\",\"LastName\":\"Kirschbaum\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"DOC/NOAA/GFDL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.gfdl.noaa.gov/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"DOC/NOAA/GFDL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.gfdl.noaa.gov/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":58,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia GFDL FLOR Modeled Extreme Precipitation Indices V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1575810085-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:50.178Z\",\"granule-count\":119,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia GFDL FLOR Modeled + Extreme Precipitation Indices V001\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":34.375,\"NorthBoundingCoordinate\":50.5,\"EastBoundingCoordinate\":125.625,\"SouthBoundingCoordinate\":-0.5}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"ATMOSPHERIC/OCEAN INDICATORS\",\"VariableLevel1\":\"PRECIPITATION + INDICES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2016-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/W8DR3VBR27PX\"},\"ShortName\":\"HMA_Precip_FLOR\",\"EntryTitle\":\"High + Mountain Asia GFDL FLOR Modeled Extreme Precipitation Indices V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_Precip_FLOR.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_Precip_FLOR+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_Precip_FLOR/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/W8DR3VBR27PX\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/W8DR3VBR27PX\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set features seven standard annual mean extreme precipitation indices: + Rx1day, Rx5day, CWD, R10mm, R20mm, R95pTOT, and R99pTOT. They were selected + on the basis of potential relevance to landslide activity from the 27 indices + established by the joint CCl/CLIVAR/JCOMM Expert Team (ET) on Climate Change + Detection and Indices (ETCCDI). The seven indices were simulated by the National + Oceanic and Atmospheric Administration (NOAA) Geophysical Fluid Dynamics Laboratory + (GFDL) Forecast-oriented Low Ocean Resolution version of CM2.5 (GFDL FLOR).\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2018-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303 + 492 8814\"},{\"Type\":\"Email\",\"Value\":\"dalia.kirschbaum@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA/GSFC\",\"Mail + Code: 617\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Dalia\",\"MiddleName\":\"B.\",\"LastName\":\"Kirschbaum\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"A.\",\"LastName\":\"Stanley\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Sarah.Kapnick@noaa.gov\"}]},\"FirstName\":\"Sarah\",\"LastName\":\"Kapnick\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"spascale@princeton.edu\"}]},\"FirstName\":\"Salvatore\",\"LastName\":\"Pascale\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303 + 492 8814\"},{\"Type\":\"Email\",\"Value\":\"dalia.kirschbaum@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA/GSFC\",\"Mail + Code: 617\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Dalia\",\"MiddleName\":\"B.\",\"LastName\":\"Kirschbaum\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"A.\",\"LastName\":\"Stanley\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Sarah.Kapnick@noaa.gov\"}]},\"FirstName\":\"Sarah\",\"LastName\":\"Kapnick\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"spascale@princeton.edu\"}]},\"FirstName\":\"Salvatore\",\"LastName\":\"Pascale\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/HBSL/HSB\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://neptune.gsfc.nasa.gov/hsb/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/HBSL/HSB\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://neptune.gsfc.nasa.gov/hsb/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"TIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":55,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Glacier Thickness Change Mosaics from Multi-Sensor DEMs V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1591209290-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:19.144Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Glacier Thickness + Change Mosaics from Multi-Sensor DEMs V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":75.4,\"NorthBoundingCoordinate\":34.4,\"EastBoundingCoordinate\":92.9,\"SouthBoundingCoordinate\":27.4}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":30.0,\"YDimension\":30.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + THICKNESS/ICE SHEET THICKNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1974-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/KE2LG72Z89LN\"},\"ShortName\":\"HMA_Glacier_dH_Mosaics\",\"EntryTitle\":\"High + Mountain Asia Glacier Thickness Change Mosaics from Multi-Sensor DEMs V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_Glacier_dH_Mosaics.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_Glacier_dH_Mosaics+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_Glacier_dH_Mosaics/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_Glacier_dH_Mosaics.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_Glacier_dH_Mosaics+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_Glacier_dH_Mosaics/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/KE2LG72Z89LN\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/KE2LG72Z89LN\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains thickness change mosaics that include approximately 650 + Himalayan glaciers between 1975 and 2000, and 1040 Himalayan glaciers between + 2000 and 2016. The data were derived from HEXAGON KH-9 and ASTER digital elevation + models (DEMs), by fitting robust linear trends to time series of elevation + pixels over the glacier surfaces.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2019-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"917 + 513 6475\"},{\"Type\":\"Email\",\"Value\":\"jmaurer@ldeo.columbia.edu\"}]},\"FirstName\":\"Joshua\",\"LastName\":\"Maurer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"801 + 585 9167\"},{\"Type\":\"Telephone\",\"Value\":\"801 585 7156\"},{\"Type\":\"Email\",\"Value\":\"summer.rupper@geog.utah.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"BLDG + 73 RM 23\",\"University of Utah\"]}]},\"FirstName\":\"Summer\",\"LastName\":\"Rupper\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Joerg\",\"LastName\":\"Schaefer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"917 + 513 6475\"},{\"Type\":\"Email\",\"Value\":\"jmaurer@ldeo.columbia.edu\"}]},\"FirstName\":\"Joshua\",\"LastName\":\"Maurer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"801 + 585 9167\"},{\"Type\":\"Telephone\",\"Value\":\"801 585 7156\"},{\"Type\":\"Email\",\"Value\":\"summer.rupper@geog.utah.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"BLDG + 73 RM 23\",\"University of Utah\"]}]},\"FirstName\":\"Summer\",\"LastName\":\"Rupper\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Joerg\",\"LastName\":\"Schaefer\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"HEXAGON KH-9\",\"LongName\":\"HEXAGON + KH-9 Reconnaissance Satellite\",\"Instruments\":[{\"ShortName\":\"CAMERA\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERA\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"ASTER\",\"LongName\":\"Advanced + Spaceborne Thermal Emission and Reflection Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ASTER\",\"LongName\":\"Advanced + Spaceborne Thermal Emission and Reflection Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"PNG\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":50,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Gridded Glacier Thickness Change from Multi-Sensor DEMs V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1575587693-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:16.591Z\",\"granule-count\":1700,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Gridded Glacier + Thickness Change from Multi-Sensor DEMs V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":75.4,\"NorthBoundingCoordinate\":34.4,\"EastBoundingCoordinate\":92.9,\"SouthBoundingCoordinate\":27.4}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":30.0,\"YDimension\":30.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + THICKNESS/ICE SHEET THICKNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1974-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/GGGSQ06ZR0R8\"},\"ShortName\":\"HMA_Glacier_dH\",\"EntryTitle\":\"High + Mountain Asia Gridded Glacier Thickness Change from Multi-Sensor DEMs V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_Glacier_dH.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_Glacier_dH+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_Glacier_dH/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_Glacier_dH.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_Glacier_dH+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_Glacier_dH/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/GGGSQ06ZR0R8\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/GGGSQ06ZR0R8\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains gridded thickness changes for approximately 650 Himalayan + glaciers between 1975 and 2000, and 1040 Himalayan glaciers between 2000 and + 2016. The data were derived from KH-9 HEXAGON and ASTER digital elevation + models (DEMs), by fitting robust linear trends to time series of elevation + pixels over the glacier surfaces.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2018-12-05T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"917 + 513 6475\"},{\"Type\":\"Email\",\"Value\":\"jmaurer@ldeo.columbia.edu\"}]},\"FirstName\":\"Joshua\",\"LastName\":\"Maurer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"801 + 585 9167\"},{\"Type\":\"Telephone\",\"Value\":\"801 585 7156\"},{\"Type\":\"Email\",\"Value\":\"summer.rupper@geog.utah.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"BLDG + 73 RM 23\",\"University of Utah\"]}]},\"FirstName\":\"Summer\",\"LastName\":\"Rupper\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Joerg\",\"LastName\":\"Schaefer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"917 + 513 6475\"},{\"Type\":\"Email\",\"Value\":\"jmaurer@ldeo.columbia.edu\"}]},\"FirstName\":\"Joshua\",\"LastName\":\"Maurer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"801 + 585 9167\"},{\"Type\":\"Telephone\",\"Value\":\"801 585 7156\"},{\"Type\":\"Email\",\"Value\":\"summer.rupper@geog.utah.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"BLDG + 73 RM 23\",\"University of Utah\"]}]},\"FirstName\":\"Summer\",\"LastName\":\"Rupper\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Joerg\",\"LastName\":\"Schaefer\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"HEXAGON KH-9\",\"LongName\":\"HEXAGON + KH-9 Reconnaissance Satellite\",\"Instruments\":[{\"ShortName\":\"CAMERA\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERA\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"ASTER\",\"LongName\":\"Advanced + Spaceborne Thermal Emission and Reflection Radiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ASTER\",\"LongName\":\"Advanced + Spaceborne Thermal Emission and Reflection Radiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"TIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Landslide Catalog V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2695683578-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:37.583Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Landslide Catalog + V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":61.0,\"NorthBoundingCoordinate\":45.0,\"EastBoundingCoordinate\":111.0,\"SouthBoundingCoordinate\":20.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"EROSION/SEDIMENTATION\",\"VariableLevel1\":\"LANDSLIDES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-01-28T00:00:00.000Z\",\"EndingDateTime\":\"2018-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Not + Applicable\",\"Id\":\"NA\"},\"DOI\":{\"DOI\":\"10.5067/E8U4F9M2NCCN\"},\"ShortName\":\"HMA_LS_Cat\",\"EntryTitle\":\"High + Mountain Asia Landslide Catalog V002\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ENVIRONMENT\",\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_LS_Cat.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_LS_Cat+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_LS_Cat/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/E8U4F9M2NCCN\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/E8U4F9M2NCCN\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set is an inventory of some 2800 landslides that occurred in the High + Mountain Asia (HMA) study area between 5 January 2007 and 31 December 2018 + (plus one event from 28 January 1990). The catalog includes dates and locations + of landslides, plus additional characteristics such as event triggers, country, + length and area of the slide, and the number of injuries and fatalities.\\n\\nThe + events in this catalog represent an HMA-specific subset of the Cooperative + Open Online Landslide Repository (COOLR), a project that was created to build + a more robust, publicly available inventory of landslides by supplementing + data in the NASA Global Landslide Catalog with citizen science reports.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2023-06-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-06-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303 + 492 8814\"},{\"Type\":\"Email\",\"Value\":\"dalia.kirschbaum@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA/GSFC\",\"Mail + Code: 617\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Dalia\",\"MiddleName\":\"B.\",\"LastName\":\"Kirschbaum\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"A.\",\"LastName\":\"Stanley\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND-BASED OBSERVATIONS\",\"LongName\":\"GROUND-BASED + OBSERVATIONS\",\"Instruments\":[{\"ShortName\":\"MULTIPLE\",\"LongName\":\"Multiple + instruments\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MULTIPLE\",\"LongName\":\"Multiple + instruments\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Shapefile\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":41,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Langtang Automatic Weather Station Measurements V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1624993410-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:52.109Z\",\"granule-count\":6,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Langtang Automatic + Weather Station Measurements V001\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":85.61,\"NorthBoundingCoordinate\":28.214,\"EastBoundingCoordinate\":85.61,\"SouthBoundingCoordinate\":28.214}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"AIR TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"LIQUID SURFACE PRECIPITATION RATE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\",\"VariableLevel3\":\"RELATIVE + HUMIDITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + PRESSURE\",\"VariableLevel1\":\"SURFACE PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WINDS\",\"VariableLevel1\":\"SURFACE + WINDS\",\"VariableLevel2\":\"WIND DIRECTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\",\"VariableLevel2\":\"WIND SPEED\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-10-22T00:00:00.000Z\",\"EndingDateTime\":\"2018-11-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/TNQV3XTMP9CP\"},\"ShortName\":\"HMA_AWS\",\"EntryTitle\":\"High + Mountain Asia Langtang Automatic Weather Station Measurements V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_AWS.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_AWS+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_AWS/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/TNQV3XTMP9CP\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/TNQV3XTMP9CP\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains meteorological data, such as air temperature, pressure, + rainfall intensity, relative humidity, and wind direction/speed measured by + the International Centre for Integrated Mountain Development (ICIMOD).\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2019-09-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 614 6188\"},{\"Type\":\"Email\",\"Value\":\"si-chee.tsay@nasa.gov\"}]},\"FirstName\":\"Si-Chee\",\"LastName\":\"Tsay\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 614 6188\"},{\"Type\":\"Email\",\"Value\":\"si-chee.tsay@nasa.gov\"}]},\"FirstName\":\"Si-Chee\",\"LastName\":\"Tsay\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND-BASED OBSERVATIONS\",\"LongName\":\"GROUND-BASED + OBSERVATIONS\",\"Instruments\":[{\"ShortName\":\"IceCube\",\"LongName\":\"A2 + Photonic Sensors IceCube\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"IceCube\",\"LongName\":\"A2 + Photonic Sensors IceCube\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"CSV\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Langtang Shortwave Downward Irradiance V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1633818834-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:05.359Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Langtang Shortwave + Downward Irradiance V001\",\"Publisher\":\"NASA National Snow and Ice Data + Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":85.61,\"NorthBoundingCoordinate\":28.214,\"EastBoundingCoordinate\":85.61,\"SouthBoundingCoordinate\":28.214},{\"WestBoundingCoordinate\":85.566,\"NorthBoundingCoordinate\":28.211,\"EastBoundingCoordinate\":85.566,\"SouthBoundingCoordinate\":28.211}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"SOLAR + IRRADIANCE\",\"VariableLevel2\":\"SHORTWAVE DOWNWARD IRRADIANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-10-21T00:00:00.000Z\",\"EndingDateTime\":\"2018-11-25T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/1W3HSQ5D3VKP\"},\"ShortName\":\"HMA_SDI\",\"EntryTitle\":\"High + Mountain Asia Langtang Shortwave Downward Irradiance V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_SDI.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_SDI+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_SDI/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/1W3HSQ5D3VKP\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/1W3HSQ5D3VKP\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains thermal-dome-corrected downward shortwave irradiance at + the bottom of atmosphere, measured by the Shared Mobile Atmospheric Research + and Teaching Radar (SMART-R) and collected by the International Centre for + Integrated Mountain Development (ICIMOD).\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2019-09-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 614 6188\"},{\"Type\":\"Email\",\"Value\":\"si-chee.tsay@nasa.gov\"}]},\"FirstName\":\"Si-Chee\",\"LastName\":\"Tsay\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 614 6188\"},{\"Type\":\"Email\",\"Value\":\"si-chee.tsay@nasa.gov\"}]},\"FirstName\":\"Si-Chee\",\"LastName\":\"Tsay\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND-BASED OBSERVATIONS\",\"LongName\":\"GROUND-BASED + OBSERVATIONS\",\"Instruments\":[{\"ShortName\":\"SMART-R\",\"LongName\":\"Shared + Mobile Atmospheric Research and Teaching Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SMART-R\",\"LongName\":\"Shared + Mobile Atmospheric Research and Teaching Radar\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Langtang Snow Bidirectional Reflectance Factor V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1633819078-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:02.744Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Langtang Snow + Bidirectional Reflectance Factor V001\",\"Publisher\":\"NASA National Snow + and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":85.61268,\"NorthBoundingCoordinate\":28.23525,\"EastBoundingCoordinate\":85.61268,\"SouthBoundingCoordinate\":28.23525}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"REFLECTANCE\",\"VariableLevel2\":\"BIDIRECTIONAL + REFLECTANCE FACTOR\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-04-23T00:00:00.000Z\",\"EndingDateTime\":\"2018-04-24T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/ZLD430XEIP44\"},\"ShortName\":\"HMA_SBRF\",\"EntryTitle\":\"High + Mountain Asia Langtang Snow Bidirectional Reflectance Factor V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_SBRF.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_SBRF+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_SBRF/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ZLD430XEIP44\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/ZLD430XEIP44\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains snow bidirectional reflectance factor (BRF) between 350 + and 2500 nm collected on the Yala Glacier on 23 April and 24 April 2018 by + the International Centre for Integrated Mountain Development (ICIMOD).\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2019-09-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 614 6188\"},{\"Type\":\"Email\",\"Value\":\"si-chee.tsay@nasa.gov\"}]},\"FirstName\":\"Si-Chee\",\"LastName\":\"Tsay\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 614 6188\"},{\"Type\":\"Email\",\"Value\":\"si-chee.tsay@nasa.gov\"}]},\"FirstName\":\"Si-Chee\",\"LastName\":\"Tsay\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND-BASED OBSERVATIONS\",\"LongName\":\"GROUND-BASED + OBSERVATIONS\",\"Instruments\":[{\"ShortName\":\"IceCube\",\"LongName\":\"A2 + Photonic Sensors IceCube\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"IceCube\",\"LongName\":\"A2 + Photonic Sensors IceCube\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":43,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Langtang Snow Properties V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1615635531-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:08.217Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Langtang Snow + Properties V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":85.60986,\"NorthBoundingCoordinate\":28.21502,\"EastBoundingCoordinate\":85.60986,\"SouthBoundingCoordinate\":28.21502},{\"WestBoundingCoordinate\":85.60918,\"NorthBoundingCoordinate\":28.23464,\"EastBoundingCoordinate\":85.60918,\"SouthBoundingCoordinate\":28.23464},{\"WestBoundingCoordinate\":85.60915,\"NorthBoundingCoordinate\":28.23467,\"EastBoundingCoordinate\":85.60915,\"SouthBoundingCoordinate\":28.23467}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + MICROSTRUCTURE\",\"VariableLevel2\":\"SPECIFIC SURFACE AREA\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-04-23T00:00:00.000Z\",\"EndingDateTime\":\"2018-04-24T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/VWBLZDUZSTK2\"},\"ShortName\":\"HMA_Snowfield\",\"EntryTitle\":\"High + Mountain Asia Langtang Snow Properties V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_Snowfield.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_Snowfield+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_Snowfield/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/VWBLZDUZSTK2\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/VWBLZDUZSTK2\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains measurements of several different snow properties, including + reflectance at 1310 nm, specific surface area, and optical mean radius, collected + on the Yala Glacier, Nepal. These data were collected on 23 April and 24 April + 2018 by the International Centre for Integrated Mountain Development (ICIMOD) + using the IceCube instrument.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2019-05-29T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 614 6188\"},{\"Type\":\"Email\",\"Value\":\"si-chee.tsay@nasa.gov\"}]},\"FirstName\":\"Si-Chee\",\"LastName\":\"Tsay\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 614 6188\"},{\"Type\":\"Email\",\"Value\":\"si-chee.tsay@nasa.gov\"}]},\"FirstName\":\"Si-Chee\",\"LastName\":\"Tsay\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND-BASED OBSERVATIONS\",\"LongName\":\"GROUND-BASED + OBSERVATIONS\",\"Instruments\":[{\"ShortName\":\"IceCube\",\"LongName\":\"A2 + Photonic Sensors IceCube\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"IceCube\",\"LongName\":\"A2 + Photonic Sensors IceCube\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":45,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia LDAS 1 km Snow and Temperature Parameters V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1618449529-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:14.111Z\",\"granule-count\":1464,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia LDAS 1 km Snow + and Temperature Parameters V001\",\"Publisher\":\"NASA National Snow and Ice + Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":66.0,\"NorthBoundingCoordinate\":41.0,\"EastBoundingCoordinate\":101.0,\"SouthBoundingCoordinate\":20.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":1.0,\"YDimension\":1.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + DEPTH\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2007-09-01T00:00:00.000Z\",\"EndingDateTime\":\"2008-08-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/RHXNCZ3KYRQZ\"},\"ShortName\":\"HMA_STParams\",\"EntryTitle\":\"High + Mountain Asia LDAS 1 km Snow and Temperature Parameters V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"NASA's + newest search and order tool for subsetting, reprojecting, and reformatting + data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"Earthdata + Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_STParams+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_STParams.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_STParams/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/RHXNCZ3KYRQZ\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/RHXNCZ3KYRQZ\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set provides daily-averaged NASA Land Information System (LIS) output + at a spatial resolution of 1 km. LIS was driven by uncorrected Modern-Era + Retrospective Analysis for Research and Applications, Version 2 (MERRA-2) + data, using the Noah Multiparameterization Land Surface Model (Noah-MP). Modeled + parameters include snow water equivalent (SWE), snow depth, surface temperature, + and soil temperature profile.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2019-06-13T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"703 + 993 9238\"},{\"Type\":\"Email\",\"Value\":\"phouser@gmu.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2209 + Exploratory Hall, Suite 2400\",\"George Mason University\"],\"City\":\"Fairfax\",\"StateProvince\":\"VA\",\"Country\":\"USA\",\"PostalCode\":\"20110\"}]},\"FirstName\":\"Paul\",\"LastName\":\"Houser\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Viviana\",\"LastName\":\"Maggioni\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Yuan\",\"LastName\":\"Xue\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"703 + 993 9238\"},{\"Type\":\"Email\",\"Value\":\"phouser@gmu.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2209 + Exploratory Hall, Suite 2400\",\"George Mason University\"],\"City\":\"Fairfax\",\"StateProvince\":\"VA\",\"Country\":\"USA\",\"PostalCode\":\"20110\"}]},\"FirstName\":\"Paul\",\"LastName\":\"Houser\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Viviana\",\"LastName\":\"Maggioni\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Yuan\",\"LastName\":\"Xue\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"GMU\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"GMU\"}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":48,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia LIS Model Terrestrial Hydrological Parameters V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1606084749-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:32.004Z\",\"granule-count\":5479,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia LIS Model Terrestrial + Hydrological Parameters V001\",\"Publisher\":\"NASA National Snow and Ice + Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":66.875,\"NorthBoundingCoordinate\":40.875,\"EastBoundingCoordinate\":100.875,\"SouthBoundingCoordinate\":20.875}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"NET + RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + WATER EQUIVALENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + MOISTURE/WATER CONTENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"SURFACE THERMAL PROPERTIES\",\"VariableLevel1\":\"LAND + SURFACE TEMPERATURE\",\"VariableLevel2\":\"SURFACE TEMPERATURE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2003-02-01T00:00:00.000Z\",\"EndingDateTime\":\"2018-01-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/ENXL5FDN5V8C\"},\"ShortName\":\"HMA_LIS_LandSurfaceHydro\",\"EntryTitle\":\"High + Mountain Asia LIS Model Terrestrial Hydrological Parameters V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_LIS_LandSurfaceHydro.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_LIS_LandSurfaceHydro+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_LIS_LandSurfaceHydro/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_LIS_LandSurfaceHydro.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_LIS_LandSurfaceHydro+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_LIS_LandSurfaceHydro/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ENXL5FDN5V8C\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/ENXL5FDN5V8C\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"The + data provided in this data set are simulated using the Noah-Multiparameterization + Land Surface Model (Noah-MP LSM) Version 3.6 within the NASA Land Information + System (LIS) Version 7.2. The data files contain estimates of water, energy + fluxes, and land surface states for the High Mountain Asia (HMA) region.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2019-04-11T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 286 8663\"},{\"Type\":\"Email\",\"Value\":\"sujay.v.kumar@nasa.gov\"}]},\"FirstName\":\"Sujay\",\"MiddleName\":\"V.\",\"LastName\":\"Kumar\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"yeosang.yoon@nasa.gov\"}]},\"FirstName\":\"Yeosang\",\"LastName\":\"Yoon\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 286 8663\"},{\"Type\":\"Email\",\"Value\":\"sujay.v.kumar@nasa.gov\"}]},\"FirstName\":\"Sujay\",\"MiddleName\":\"V.\",\"LastName\":\"Kumar\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"yeosang.yoon@nasa.gov\"}]},\"FirstName\":\"Yeosang\",\"LastName\":\"Yoon\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"PNG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":50,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia MAR V3.5 Regional Climate Model Output V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1618449579-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:40.008Z\",\"granule-count\":16,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia MAR V3.5 Regional + Climate Model Output V001\",\"Publisher\":\"NASA National Snow and Ice Data + Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":65.2,\"NorthBoundingCoordinate\":38.84,\"EastBoundingCoordinate\":87.92,\"SouthBoundingCoordinate\":22.41}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":10.0,\"YDimension\":10.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE THERMAL PROPERTIES\",\"VariableLevel1\":\"LAND + SURFACE TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"LONGWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + DEPTH\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\",\"VariableLevel2\":\"WIND SPEED\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2015-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/4DISDZEYDMGT\"},\"ShortName\":\"HMA_MAR3_5\",\"EntryTitle\":\"High + Mountain Asia MAR V3.5 Regional Climate Model Output V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_MAR3_5.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_MAR3_5+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_MAR3_5/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/4DISDZEYDMGT\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/4DISDZEYDMGT\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set provides modeled surface and atmospheric fields from the Mod\xE8le + Atmosph\xE9rique R\xE9gionale (MAR) regional climate model (version 3.5) over + the Himalayan region at 10 km spatial resolution. Modeled parameters include + surface mass and energy balance components, near-surface atmospheric properties, + and snowpack properties.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2019-06-13T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"202 + 375 4884\"}],\"Addresses\":[{\"StreetAddresses\":[\"61 Route 9W\"],\"City\":\"Palisades\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10964\"}]},\"FirstName\":\"Marco\",\"LastName\":\"Tedesco\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"202 + 375 4884\"}],\"Addresses\":[{\"StreetAddresses\":[\"61 Route 9W\"],\"City\":\"Palisades\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10964\"}]},\"FirstName\":\"Marco\",\"LastName\":\"Tedesco\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"COLUMBIA/LDEO/EESC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://eesc.columbia.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"COLUMBIA/LDEO/EESC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://eesc.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":45,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia MODIS Aerosol Optical Depth V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1624993387-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:44.926Z\",\"granule-count\":431,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia MODIS Aerosol + Optical Depth V001\",\"Publisher\":\"NASA National Snow and Ice Data Center + Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":55.5,\"NorthBoundingCoordinate\":48.5,\"EastBoundingCoordinate\":99.5,\"SouthBoundingCoordinate\":9.5}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"AEROSOL + OPTICAL DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"AEROSOL + OPTICAL DEPTH/THICKNESS\",\"VariableLevel2\":\"ANGSTROM EXPONENT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-02-01T00:00:00.000Z\",\"EndingDateTime\":\"2019-03-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/D0SO1YA0B9EY\"},\"ShortName\":\"HMA_OptDepth\",\"EntryTitle\":\"High + Mountain Asia MODIS Aerosol Optical Depth V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_OptDepth.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_OptDepth+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_OptDepth/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/D0SO1YA0B9EY\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/D0SO1YA0B9EY\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains monthly mean MODIS Level 3 data from aboard the Aqua and + Terra satellites. The parameters provided in this data set are aerosol optical + depth (AOD) and Angstrom exponent (AE) at a spatial resolution of 1\xBA by + 1\xBA.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2019-09-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 614 6188\"},{\"Type\":\"Email\",\"Value\":\"si-chee.tsay@nasa.gov\"}]},\"FirstName\":\"Si-Chee\",\"LastName\":\"Tsay\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 614 5383\"},{\"Type\":\"Email\",\"Value\":\"woogyung.v.kim@nasa.gov\"}]},\"FirstName\":\"Woogyung\",\"MiddleName\":\"Vincent\",\"LastName\":\"Kim\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 614 6188\"},{\"Type\":\"Email\",\"Value\":\"si-chee.tsay@nasa.gov\"}]},\"FirstName\":\"Si-Chee\",\"LastName\":\"Tsay\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301 + 614 5383\"},{\"Type\":\"Email\",\"Value\":\"woogyung.v.kim@nasa.gov\"}]},\"FirstName\":\"Woogyung\",\"MiddleName\":\"Vincent\",\"LastName\":\"Kim\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth Observing + System, Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Terra\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Multitemporal Landslide Inventories V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2045817406-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:42.408Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Multitemporal + Landslide Inventories V001\",\"Publisher\":\"NASA National Snow and Ice Data + Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":81.24,\"NorthBoundingCoordinate\":29.32,\"EastBoundingCoordinate\":86.03,\"SouthBoundingCoordinate\":27.54}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"EROSION/SEDIMENTATION\",\"VariableLevel1\":\"LANDSLIDES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-12-01T00:00:00.000Z\",\"EndingDateTime\":\"2018-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/1VSYYGQHJXIT\"},\"ShortName\":\"HMA_MTLI\",\"EntryTitle\":\"High + Mountain Asia Multitemporal Landslide Inventories V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile ([https://urs.earthdata.nasa.gov/](https://urs.earthdata.nasa.gov/)).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_MTLI.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_MTLI+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_MTLI/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/1VSYYGQHJXIT\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/1VSYYGQHJXIT\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"The + mountains of Nepal are one of the most hazardous environments in the world, + with frequent landslides caused by tectonic activity, extreme rainfall and + infrastructure development. As a landlocked country, Nepal relies on proper + functioning of major transportation networks such as the highways to sustain + and improve the livelihoods of the population. Every year there are reports + of landslides blocking the highways, especially during the rainy season; however, + the frequency and location of landslides along the highway corridors are not + well reported. RapidEye satellite imagery was used to create annual landslide + initiation point inventories along three important highways in Nepal: the + Arniko, Karnali, and Pasang Lhamu highway.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"}],\"MetadataDates\":[{\"Date\":\"2021-05-24T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 x5956\"},{\"Type\":\"Email\",\"Value\":\"pukar.m.amatya@nasa.gov\"}]},\"FirstName\":\"Pukar\",\"MiddleName\":\"M.\",\"LastName\":\"Amatya\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303 + 492 8814\"},{\"Type\":\"Email\",\"Value\":\"dalia.kirschbaum@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA/GSFC\",\"Mail + Code: 617\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Dalia\",\"MiddleName\":\"B.\",\"LastName\":\"Kirschbaum\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"RAPIDEYE\",\"LongName\":\"RapidEye\",\"Instruments\":[{\"ShortName\":\"REIS\",\"LongName\":\"RapidEye + Earth Imaging System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"REIS\",\"LongName\":\"RapidEye + Earth Imaging System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Shapefile\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Multitemporal Landslide Inventory for the Pumqu/Arun River Basin + V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2217578876-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:43:42.771Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Multitemporal + Landslide Inventory for the Pumqu/Arun River Basin V001\",\"Publisher\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":86.93,\"NorthBoundingCoordinate\":28.11,\"EastBoundingCoordinate\":87.58,\"SouthBoundingCoordinate\":26.94}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"EROSION/SEDIMENTATION\",\"VariableLevel1\":\"LANDSLIDES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-12-01T00:00:00.000Z\",\"EndingDateTime\":\"2020-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/E4M8GRXKLCRC\"},\"ShortName\":\"HMA2_MTLI\",\"EntryTitle\":\"High + Mountain Asia Multitemporal Landslide Inventory for the Pumqu/Arun River Basin + V001\",\"AccessConstraints\":{\"Description\":\" These data are freely, openly, + and fully accessible, provided that you are logged into your NASA Earthdata + profile ([https://urs.earthdata.nasa.gov/](https://urs.earthdata.nasa.gov/)).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA2_MTLI.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA2_MTLI+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA2_MTLI/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/E4M8GRXKLCRC\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/E4M8GRXKLCRC\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"The + transboundary Pumpqu/Arun River basin spreads across Nepal and Tibet. Nearly + 95% of the basin lies in Tibet through which the Pumpqu River flows. The river + is named the Arun River once it enters Nepal. Five large hydropower projects + (in total about 3,163 MW) are currently under construction or are planned + for the Arun River valley. Rainfall and earthquake-induced landslides, landslide + dammed lakes, and landslide-induced glacial lake outburst floods pose major + risks to the smooth operation of these projects. This data set is a multitemporal + landslide inventory covering the whole Pumpqu/Arun River basin. It was generated + in support of the World Bank\u2019s Risk Assessment of Landslides in the Upper + Arun Hydropower Project.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"DetailedLocation\":\"TIBET\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"}],\"MetadataDates\":[{\"Date\":\"2022-02-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 x5956\"},{\"Type\":\"Email\",\"Value\":\"pukar.m.amatya@nasa.gov\"}]},\"FirstName\":\"Pukar\",\"MiddleName\":\"M.\",\"LastName\":\"Amatya\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303 + 492 8814\"},{\"Type\":\"Email\",\"Value\":\"dalia.kirschbaum@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA/GSFC\",\"Mail + Code: 617\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Dalia\",\"MiddleName\":\"B.\",\"LastName\":\"Kirschbaum\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Robert\",\"LastName\":\"Emberson\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"PlanetScope\",\"LongName\":\"PlanetScope\",\"Instruments\":[{\"ShortName\":\"CAMERA\",\"LongName\":\"CAMERA\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMERA\",\"LongName\":\"CAMERA\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"RAPIDEYE\",\"LongName\":\"RapidEye\",\"Instruments\":[{\"ShortName\":\"REIS\",\"LongName\":\"RapidEye + Earth Imaging System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"REIS\",\"LongName\":\"RapidEye + Earth Imaging System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Shapefile\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Near-Global Multi-Decadal Glacial Lake Inventory V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1934757111-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:21.803Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Near-Global + Multi-Decadal Glacial Lake Inventory V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":82.6,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-55.4}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":30.0,\"YDimension\":30.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIERS\",\"VariableLevel2\":\"GLACIAL + LAKE EXTENT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2018-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/UO20NYM3YQB4\"},\"ShortName\":\"HMA_GLI\",\"EntryTitle\":\"High + Mountain Asia Near-Global Multi-Decadal Glacial Lake Inventory V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_GLI.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_GLI+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_GLI/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/UO20NYM3YQB4\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/UO20NYM3YQB4\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains polygons of glacial lake extent on a near-global scale, + averaged over five multi-year periods between 1990 and 2018.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2020-09-03T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 220 5028\"},{\"Type\":\"Email\",\"Value\":\"daniel.shugar@ucalgary.ca\"}]},\"FirstName\":\"Dan\",\"LastName\":\"Shugar\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 220 5028\"},{\"Type\":\"Email\",\"Value\":\"daniel.shugar@ucalgary.ca\"}]},\"FirstName\":\"Dan\",\"LastName\":\"Shugar\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Aaron\",\"LastName\":\"Burr\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Umesh\",\"MiddleName\":\"K.\",\"LastName\":\"Haritashya\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"520 + 621 5082\"},{\"Type\":\"Email\",\"Value\":\"kargel@hwr.arizona.edu\"},{\"Type\":\"Email\",\"Value\":\"jkargel@psi.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"1133 + E. North Campus Dr.\",\"Harshbarger Building\"],\"City\":\"Tuscon\",\"StateProvince\":\"AZ\",\"Country\":\"USA\",\"PostalCode\":\"85721\"}]},\"FirstName\":\"Jeff\",\"LastName\":\"Kargel\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"C.\",\"MiddleName\":\"Scott\",\"LastName\":\"Watson\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Maureen\",\"MiddleName\":\"C.\",\"LastName\":\"Kennedy\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Alexandre\",\"MiddleName\":\"R.\",\"LastName\":\"Bevington\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Richard\",\"MiddleName\":\"A.\",\"LastName\":\"Betts\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Stephan\",\"LastName\":\"Harrison\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Katherine\",\"LastName\":\"Strattman\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"U-Calgary\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.ucalgary.ca/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"U-Calgary\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.ucalgary.ca/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"LANDSAT-4\",\"LongName\":\"LANDSAT-4\",\"Instruments\":[{\"ShortName\":\"MSS\",\"LongName\":\"Multispectral + Scanner\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MSS\",\"LongName\":\"Multispectral + Scanner\"}]},{\"ShortName\":\"TM\",\"LongName\":\"Thematic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"TM\",\"LongName\":\"Thematic + Mapper\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"LANDSAT-5\",\"LongName\":\"LANDSAT-5\",\"Instruments\":[{\"ShortName\":\"MSS\",\"LongName\":\"Multispectral + Scanner\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MSS\",\"LongName\":\"Multispectral + Scanner\"}]},{\"ShortName\":\"TM\",\"LongName\":\"Thematic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"TM\",\"LongName\":\"Thematic + Mapper\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"LANDSAT-7\",\"LongName\":\"LANDSAT-7\",\"Instruments\":[{\"ShortName\":\"ETM+\",\"LongName\":\"Enhanced + Thematic Mapper Plus\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ETM+\",\"LongName\":\"Enhanced + Thematic Mapper Plus\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"LANDSAT-8\",\"LongName\":\"LANDSAT-8\",\"Instruments\":[{\"ShortName\":\"OLI\",\"LongName\":\"Operational + Land Imager\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"OLI\",\"LongName\":\"Operational + Land Imager\"}]},{\"ShortName\":\"TIRS\",\"LongName\":\"Thermal Infrared Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"TIRS\",\"LongName\":\"Thermal + Infrared Sensor\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Shapefile\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia PyGEM Glacier Projections with RCP Scenarios V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1719900489-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:24.441Z\",\"granule-count\":11,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia PyGEM Glacier + Projections with RCP Scenarios V001\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":65.0,\"NorthBoundingCoordinate\":45.0,\"EastBoundingCoordinate\":105.0,\"SouthBoundingCoordinate\":25.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + MASS BALANCE/ICE SHEET MASS BALANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE + SHEETS\",\"VariableLevel1\":\"GLACIERS\",\"VariableLevel2\":\"GLACIER RUNOFF\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2100-09-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/190Y84IGLIQH\"},\"ShortName\":\"HMA_GL_RCP\",\"EntryTitle\":\"High + Mountain Asia PyGEM Glacier Projections with RCP Scenarios V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_GL_RCP.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_GL_RCP+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_GL_RCP/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/190Y84IGLIQH\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/190Y84IGLIQH\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set comprises results from the Python Glacier Evolution Model (PyGEM) + that include projections of glacier mass change, glacier runoff, and the various + components associated with changes in mass and runoff.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2020-04-13T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"907 + 474 7691\"},{\"Type\":\"Email\",\"Value\":\"drounce@alaska.edu\"}]},\"FirstName\":\"David\",\"MiddleName\":\"R.\",\"LastName\":\"Rounce\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"rehock@alaska.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"903 + Koyukuk Drive\"],\"City\":\"Fairbanks\",\"StateProvince\":\"Alaska\",\"Country\":\"USA\",\"PostalCode\":\"99775-7320\"}]},\"FirstName\":\"Regine\",\"LastName\":\"Hock\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"David\",\"LastName\":\"Shean\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"907 + 474 7691\"},{\"Type\":\"Email\",\"Value\":\"drounce@alaska.edu\"}]},\"FirstName\":\"David\",\"MiddleName\":\"R.\",\"LastName\":\"Rounce\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"rehock@alaska.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"903 + Koyukuk Drive\"],\"City\":\"Fairbanks\",\"StateProvince\":\"Alaska\",\"Country\":\"USA\",\"PostalCode\":\"99775-7320\"}]},\"FirstName\":\"Regine\",\"LastName\":\"Hock\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"David\",\"LastName\":\"Shean\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UAK-F/GI\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.gi.alaska.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UAK-F/GI\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.gi.alaska.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia Rasterized PyGEM Glacier Projections with RCP Scenarios V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2011594313-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:26.919Z\",\"granule-count\":83,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia Rasterized + PyGEM Glacier Projections with RCP Scenarios V001\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":56.5,\"NorthBoundingCoordinate\":51.8,\"EastBoundingCoordinate\":135.1,\"SouthBoundingCoordinate\":7.4}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + MASS BALANCE/ICE SHEET MASS BALANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE + SHEETS\",\"VariableLevel1\":\"GLACIERS\",\"VariableLevel2\":\"GLACIER RUNOFF\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2100-10-15T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/H118TCMSUH3Q\"},\"ShortName\":\"HMA_GL_RCPR\",\"EntryTitle\":\"High + Mountain Asia Rasterized PyGEM Glacier Projections with RCP Scenarios V001\",\"AccessConstraints\":{\"Description\":\" + None\"},\"RelatedUrls\":[{\"Description\":\"Direct download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_GL_RCPR.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_GL_RCPR+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_GL_RCPR/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_GL_RCPR.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_GL_RCPR+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_GL_RCPR/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/H118TCMSUH3Q\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/H118TCMSUH3Q\"}],\"Abstract\":\"This + data set comprises a rasterized (gridded) version of the of glacier point + data from the Python Glacier Evolution Model (PyGEM) that include projections + of glacier mass change, glacier runoff, and the various components associated + with changes in mass and runoff.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2021-03-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + None\"},\"ContactPersons\":[{\"Roles\":[\"Technical Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Alexander\",\"MiddleName\":\"A.\",\"LastName\":\"Prusevich\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Danielle\",\"MiddleName\":\"S.\",\"LastName\":\"Grogan\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Richard\",\"MiddleName\":\"B.\",\"LastName\":\"Lammers\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"907 + 474 7691\"},{\"Type\":\"Email\",\"Value\":\"drounce@alaska.edu\"}]},\"FirstName\":\"David\",\"MiddleName\":\"R.\",\"LastName\":\"Rounce\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UNH/EOS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.eos.unh.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UNH/EOS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.eos.unh.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":55,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia TRMM-derived 3B42 Extreme Precipitation Indices V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1575810182-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:44:47.583Z\",\"granule-count\":133,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia TRMM-derived + 3B42 Extreme Precipitation Indices V001\",\"Publisher\":\"NASA National Snow + and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":50.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-50.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"ATMOSPHERIC/OCEAN INDICATORS\",\"VariableLevel1\":\"PRECIPITATION + INDICES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1999-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/5VPZ8AZ9LAKP\"},\"ShortName\":\"HMA_Precip_3B42\",\"EntryTitle\":\"High + Mountain Asia TRMM-derived 3B42 Extreme Precipitation Indices V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_Precip_3B42.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_Precip_3B42+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_Precip_3B42/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/5VPZ8AZ9LAKP\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/5VPZ8AZ9LAKP\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set features seven standard annual mean extreme precipitation indices: + Rx1day, Rx5day, CWD, R10mm, R20mm, R95pTOT, and R99pTOT. They were selected + on the basis of potential relevance to landslide activity from the 27 indices + established by the joint CCl/CLIVAR/JCOMM Expert Team (ET) on Climate Change + Detection and Indices (ETCCDI). The seven indices were calculated from 3B42 + version 7 daily satellite precipitation estimates.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2018-12-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303 + 492 8814\"},{\"Type\":\"Email\",\"Value\":\"dalia.kirschbaum@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA/GSFC\",\"Mail + Code: 617\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Dalia\",\"MiddleName\":\"B.\",\"LastName\":\"Kirschbaum\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303 + 492 8814\"},{\"Type\":\"Email\",\"Value\":\"dalia.kirschbaum@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA/GSFC\",\"Mail + Code: 617\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Dalia\",\"MiddleName\":\"B.\",\"LastName\":\"Kirschbaum\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"A.\",\"LastName\":\"Stanley\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/HBSL/HSB\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://neptune.gsfc.nasa.gov/hsb/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/HBSL/HSB\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://neptune.gsfc.nasa.gov/hsb/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall + Measuring Mission\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"TIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"High + Mountain Asia UCLA Daily Snow Reanalysis V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2037494637-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:11.171Z\",\"granule-count\":9414,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"High Mountain Asia UCLA Daily + Snow Reanalysis V001\",\"Publisher\":\"NASA National Snow and Ice Data Center + Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":60.0,\"NorthBoundingCoordinate\":45.0,\"EastBoundingCoordinate\":105.0,\"SouthBoundingCoordinate\":27.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + DEPTH\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + WATER EQUIVALENT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1999-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-09-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/HNAUGJQXSCVU\"},\"ShortName\":\"HMA_SR_D\",\"EntryTitle\":\"High + Mountain Asia UCLA Daily Snow Reanalysis V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/HMA/HMA_SR_D.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=HMA_SR_D+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/HMA_SR_D/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/HNAUGJQXSCVU\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/HNAUGJQXSCVU\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"Snowpack + plays a significant role in the hydrologic cycle over High Mountain Asia (HMA). + As a vital water resource, the distribution of snowpack volume also impacts + the water availability for downstream populations. To assess the regional + water balance, it is important to characterize the spatio-temporal distribution + of water storage in the HMA snowpack.\\nThis HMA snow reanalysis data set + contains daily estimates of posterior snow water equivalent (SWE), fractional + snow covered area (fSCA), snow depth (SD), etc.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Date\":\"2021-04-22T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Yufei\",\"LastName\":\"Liu\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Yiwen\",\"LastName\":\"Fang\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"310 + 267 5490\"},{\"Type\":\"Email\",\"Value\":\"margulis@seas.ucla.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"5732D + Boelter Hall\",\"UCLA\"],\"City\":\"Los Angeles\",\"StateProvince\":\"CA\",\"Country\":\"USA\",\"PostalCode\":\"90095\"}]},\"FirstName\":\"Steve\",\"MiddleName\":\"A\",\"LastName\":\"Margulis\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UCLA/CEE\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cee.ucla.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UCLA/CEE\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cee.ucla.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"LANDSAT-5\",\"LongName\":\"LANDSAT-5\",\"Instruments\":[{\"ShortName\":\"TM\",\"LongName\":\"Thematic + Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"TM\",\"LongName\":\"Thematic + Mapper\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"LANDSAT-7\",\"LongName\":\"LANDSAT-7\",\"Instruments\":[{\"ShortName\":\"ETM+\",\"LongName\":\"Enhanced + Thematic Mapper Plus\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ETM+\",\"LongName\":\"Enhanced + Thematic Mapper Plus\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"LANDSAT-8\",\"LongName\":\"LANDSAT-8\",\"Instruments\":[{\"ShortName\":\"OLI\",\"LongName\":\"Operational + Land Imager\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"OLI\",\"LongName\":\"Operational + Land Imager\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Terra\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HRAC_Precip_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1626994625-GES_DISC\",\"revision-date\":\"2022-04-04T16:26:21.572Z\",\"granule-count\":204,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Jessica + V Fayne, Hossein Hashemi\",\"Editor\":\"David Silberstein\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HRAC_Precip_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"High + Resolution Altitude Corrected Precipitation based on TMPA and other sources + L4 Monthly 1 km x 1 km V1\",\"SeriesName\":\"HRAC_Precip\",\"ReleaseDate\":\"2019-05-31T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-125,\"NorthBoundingCoordinate\":49.7,\"EastBoundingCoordinate\":-67,\"SouthBoundingCoordinate\":24}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1998-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-31T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/8115OXI2F5SB\"},\"ShortName\":\"HRAC_Precip\",\"EntryTitle\":\"High + Resolution Altitude Corrected Precipitation based on TMPA and other sources + L4 Monthly 1 km x 1 km V1 (HRAC_Precip) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"Description\":\"High-Resolution + Altitude-Corrected Precipitation based on rain gauges, TRMM Multi-satellite + Precipitation Algorithm (TMPA), Parameter-Elevation Regressions on Independent + Slopes Model (PRISM), and Digital Elevation Model\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/GPM/browse/HRAC_Precip.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HRAC_Precip_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/LEGACY/HRAC_Precip.1/\",\"Description\":\"Access + the data via HTTP\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HRAC_Precip\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/LEGACY/HRAC_Precip.1/doc/README.HRAC_Precip.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2019-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2017-10-10T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + is a dataset that enhances the TMPA monthly product (3B43) in its accuracy + and spatial resolution, in hydrometeorological applications. About 9,200 gauge + measurement are used to compare with the 3B43 product at 0.25\xB0 x 0.25\xB0 + spatial resolution across the CONUS. Observed is a strong relationship between + the bias and land surface elevation, in which 3B43 underestimates the true + precipitation at the elevations above 1,500 m amsl. Satellite data is resampled + to elevation data at ~1km grid size and applied a correction function to reduce + bias in the data. Accordingly, a High-Resolution Altitude-Corrected product + is constructed, based on 3B43 and covering the entire CONUS at 1-km resolution. + This product is verified against 9,200 gauges across the country. The results + showed a substantial improvement in the satellite-gauge data accuracy as well + as spatial resolution. \\n\",\"MetadataDates\":[{\"Date\":\"2019-05-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-27T16:27:08.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HRAC\",\"LongName\":\"High + Resolution Altitude Corrected Precipitation\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JESSICA\",\"LastName\":\"FAYNE\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jfayne@ucla.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}],\"ContactPersons\":[{\"Roles\":[\"Data + Center Contact\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"TMPA\",\"LongName\":\"TRMM + Multi-Satellite Precipitation Analysis\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"none\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/sif-esdr/17-MEASURES-0032/Global_SIF_OCO2_MODIS/\"],\"has-spatial-subsetting\":false,\"native-id\":\"High + Resolution Global Contiguous SIF Estimates from OCO-2 SIF and MODIS, Version + 2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2207986708-ORNL_CLOUD\",\"revision-date\":\"2023-07-17T17:00:08.124Z\",\"granule-count\":138,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Yu, + L., J. Wen, C.Y. Chang, C. Frankenberg, and Y. Sun. 2021. High Resolution + Global Contiguous SIF Estimates from OCO-2 SIF and MODIS, Version 2. ORNL + DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/1863\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"PRIMARY PRODUCTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CHLOROPHYLL\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"SOLAR + INDUCED FLUORESCENCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-09-01T00:00:00.000Z\",\"EndingDateTime\":\"2020-07-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1863\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"Global_SIF_OCO2_MODIS_1863\",\"EntryTitle\":\"High + Resolution Global Contiguous SIF Estimates from OCO-2 SIF and MODIS, Version + 2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/sif-esdr/17-MEASURES-0032/Global_SIF_OCO2_MODIS/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/sif-esdr/17-MEASURES-0032/Global_SIF_OCO2_MODIS/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/SIF-ESDR/guides/Global_SIF_OCO2_MODIS.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1863\"},{\"Description\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://opendap.earthdata.nasa.gov/\"},{\"Description\":\"High + Resolution Global Contiguous SIF Estimates from OCO-2 SIF and MODIS, Version + 2: Global_SIF_OCO2_MODIS.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/sif-esdr/17-MEASURES-0032/Global_SIF_OCO2_MODIS/comp/Global_SIF_OCO2_MODIS.pdf\"},{\"Description\":\"Predicted + spatially contiguous SIF in the first half of August 2015. The highest SIF + values during this time period were observed in agricultural sectors in the + Northern Hemisphere. Source: Data file sif_ann_201508a.nc\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/SIF-ESDR/guides/Global_SIF_OCO2_MODIS_Fig1.png\"},{\"Description\":\"Project + site\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://science.jpl.nasa.gov/projects/measures/\"},{\"Description\":\"The + THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1863/catalog.html\"}],\"DataDates\":[{\"Date\":\"2022-01-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-07-17T17:00:07.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset provides spatially-contiguous global mean daily solar-induced chlorophyll + fluorescence (SIF) estimates at 0.05 degree (approximately 5 km at the equator) + spatial and 16-day temporal resolution from September 2014 through July 2020. + This product was derived from Orbiting Carbon Observatory-2 (OCO-2) SIF observations + and produced by training an artificial neural network (ANN) on the native + OCO-2 SIF observations and MODIS BRDF-corrected seven-band surface reflectance + along OCO-2's orbits. The trained ANN model was then applied to predict mean + daily SIF (mW/m2/nm/sr) in OCO-2's gap regions based on MODIS reflectance + and landcover. This framework was stratified by biomes and 16-day time steps. + This dataset's high resolution and global contiguous coverage will greatly + enhance the synergy between satellite SIF and photosynthesis measured on the + ground at consistent spatial scales. Potential applications of this dataset + include advancing dynamic drought monitoring and mitigation, informing agricultural + planning and yield estimation, and providing a benchmark for upcoming satellite + missions with SIF capabilities at higher spatial resolutions.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2022-01-09T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"SIF-ESDR\",\"LongName\":\"Solar + Induced Fluorescence Earth Science Data Record\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aqua\",\"LongName\":\"Earth + Observing System, Aqua\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]},{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"OCO-2\",\"LongName\":\"Orbiting Carbon + Observatory-2\",\"Instruments\":[{\"ShortName\":\"SPECTROMETERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/cms/SIF_PAR_fPAR_US_Midwest_2018/\"],\"has-spatial-subsetting\":false,\"native-id\":\"High + Resolution Land Cover-Specific Solar-Induced Fluorescence, Midwestern USA, + 2018\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2345900038-ORNL_CLOUD\",\"revision-date\":\"2023-07-17T16:59:28.512Z\",\"granule-count\":6,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Wang, + C., K. Guan, B. Peng, C. Jiang, J. Peng, G. Wu, C. Frankenberg, P. Koehler, + X. Yang, Y. Cai, and Y. Huang. 2021. High Resolution Land Cover-Specific Solar-Induced + Fluorescence, Midwestern USA, 2018. ORNL DAAC, Oak Ridge, Tennessee, USA. + https://doi.org/10.3334/ORNLDAAC/1813\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-110.02,\"NorthBoundingCoordinate\":49.94,\"EastBoundingCoordinate\":-77.98,\"SouthBoundingCoordinate\":34.98}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"PHOTOSYNTHESIS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + TRANSMITTANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CHLOROPHYLL\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PHOTOSYNTHETICALLY + ACTIVE RADIATION\",\"VariableLevel2\":\"FRACTION OF ABSORBED PHOTOSYNTHETICALLY + ACTIVE RADIATION (FAPAR)\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"SOLAR + INDUCED FLUORESCENCE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-05-02T00:00:00.000Z\",\"EndingDateTime\":\"2018-09-23T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1813\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"SIF_PAR_fPAR_US_Midwest_2018_1813\",\"EntryTitle\":\"High + Resolution Land Cover-Specific Solar-Induced Fluorescence, Midwestern USA, + 2018\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/cms/SIF_PAR_fPAR_US_Midwest_2018/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/cms/SIF_PAR_fPAR_US_Midwest_2018/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/CMS/guides/SIF_PAR_fPAR_US_Midwest_2018.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1813\"},{\"Description\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://opendap.earthdata.nasa.gov/\"},{\"Description\":\"High + Resolution Land Cover-Specific Solar-Induced Fluorescence, Midwestern USA, + 2018: SIF_PAR_fPAR_US_Midwest_2018.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/cms/SIF_PAR_fPAR_US_Midwest_2018/comp/SIF_PAR_fPAR_US_Midwest_2018.pdf\"},{\"Description\":\"Examples + of spatial patterns of reconstructed SIF at 4 km resolution. Only pixels with + a fraction of the specific vegetation type larger than 0.1 are shown. For + Total SIF, only pixels with a fraction of corn, soybean, grass/pasture, and + forest larger than 0.8 are displayed. Source: Wang et al., 2020.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/CMS/guides/SIF_PAR_fPAR_US_Midwest_2018_Fig1.png\"},{\"Description\":\"The + THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1813/catalog.html\"}],\"DataDates\":[{\"Date\":\"2021-03-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-07-17T16:59:27.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset provides estimated solar-induced chlorophyll fluorescence (SIF) of + specific vegetation types and total SIF under clear-sky and real/cloudy conditions + at a resolution of 4 km for the Midwest USA. The estimates are 8-day averaged + daily means over the 2018 crop growing season for the time period 2018-05-01 + to 2018-09-29. SIF of a specific vegetation type (i.e., corn, soybean, grass/pasture, + forest) was expressed as the product of photosynthetically active radiation + (PAR), the fraction of photosynthetically active radiation absorbed by the + canopy (fPAR), and canopy SIF yield (SIFyield) for each vegetation type. Uncertainty + of each variable was also calculated and is provided. These components of + the SIF model were derived using a TROPOspheric Monitoring Instrument (TROPOMI) + dataset, the USDA National Agricultural Statistics Service Cropland Data Layer, + and the MODIS MCD15A2H 8-day 500 m fPAR product. These data could be used + to improve estimates of vegetation productivity and vegetation stress.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ILLINOIS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"COLORADO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"INDIANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"IOWA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"KANSAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"KENTUCKY\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"MICHIGAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NEBRASKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"MINNESOTA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"MISSOURI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"NORTH + DAKOTA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Subregion2\":\"SOUTH DAKOTA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"OHIO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WYOMING\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"WISCONSIN\"}],\"MetadataDates\":[{\"Date\":\"2021-03-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"CMS\",\"LongName\":\"Carbon + Monitoring System\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Sentinel-5P\",\"LongName\":\"Sentinel-5 + Precursor\",\"Instruments\":[{\"ShortName\":\"TROPOMI\",\"LongName\":\"TROPOspheric + Monitoring Instrument\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System, Aura\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"NetCDF-4\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_35513\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2756158683-GHRC_DAAC\",\"revision-date\":\"2024-03-27T18:21:42.993Z\",\"granule-count\":1239382,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"CollectionCitations\":[{\"Title\":\"Case, + Jonathan and Timothy Mayer. 2023. High-Impact Weather Assessment Toolkit (HIWAT) + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. doi: http://dx.doi.org/10.5067/MODEL/HIWAT/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":45.951,\"WestBoundingCoordinate\":60.562,\"EastBoundingCoordinate\":111.438,\"SouthBoundingCoordinate\":10.632}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"WEATHER + EVENTS\",\"VariableLevel1\":\"Stability/Severe Weather Indices\",\"VariableLevel2\":\"CONVECTIVE + AVAILABLE POTENTIAL ENERGY (CAPE)\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CLIMATE + INDICATORS\",\"Term\":\"ATMOSPHERIC/OCEAN INDICATORS\",\"VariableLevel1\":\"CLOUD + INDICATORS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"UPPER LEVEL WINDS\",\"VariableLevel2\":\"STORM + RELATIVE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-04-02T18:00:00.000Z\",\"EndingDateTime\":\"2022-10-02T18:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/MODEL/HIWAT/DATA101\"},\"ShortName\":\"hiwat\",\"EntryTitle\":\"High-Impact + Weather Assessment Toolkit (HIWAT)\",\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"},{\"Description\":\"Building + Thunderstorm Resilience in the Hindu Kush Himalaya Region through Probabilistic + Forecasts and Satellite Observations\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-21-0260.1\"},{\"Description\":\"The + High-Impact Weather Assessment Toolkit\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ntrs.nasa.gov/api/citations/20210000535/downloads/CH15_SHKH-2020-0601_accepted.pdf\"},{\"Description\":\"High-Impact + Weather Assessment Toolkit (HIWAT)\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://servir.icimod.org/science-applications/high-impact-weather-assessment-toolkit/\"},{\"Description\":\"HIWAT + Data User's Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/hiwat__1/docs/hiwat_dataset.pdf\"},{\"Description\":\"Building + Thunderstorm Resilience in the Hindu Kush Himalaya Region through Probabilistic + Forecasts and Satellite Observations\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-21-0260.1\"}],\"Abstract\":\"The + High Impact Weather Assessment Toolkit (HIWAT) uses a mesoscale numerical + weather prediction model and the Global Precipitation Measurement (GPM) constellation + of satellites. The toolkit includes a suite of ensemble model forecasts to + constrain uncertainties and provide a probabilistic forecast for improved + decision-making. The toolkit provides outlooks for lightning strikes, high-impact + winds, high rainfall rates, hail damage, and other weather events. The toolkit + provides a 54-hour probabilistic forecast over Nepal and Bangladesh along + with parts of northeast India (i.e., the Hindu Kush Himalayan region). HIWAT + will also support threat assessments, such as thunderstorm intensity, using + GPM and impact assessments using Landsat/MODIS land imagery to identify damage + scars. The dataset files are available from April 2, 2017, through October + 2, 2022, in netCDF-4 format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"HIMALAYAS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-08-02T19:33:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-03-27T18:21:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"NOT + APPLICABLE\",\"LongName\":\"NOT APPLICABLE\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"Addresses\":[{\"Country\":\"United + States\"}],\"RelatedUrls\":[{\"Description\":\"Data Center Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"COMPUTERS\",\"LongName\":\"COMPUTERS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-HIVE\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360368-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:28.163Z\",\"granule-count\":274,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1997-07-21T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/HIVE/DATA001\"},\"ShortName\":\"HIVE\",\"EntryTitle\":\"High-latitude + Intercomparison and Validation Experiment (HIVE)\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/HIVE/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + taken in the Gulf of Alaska and Bering Sea during 1997 and 1998.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/CMS/CMS_HR_MNA_CH4_FLUX.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"CMS_HR_MNA_CH4_FLUX_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2079343756-GES_DISC\",\"revision-date\":\"2022-11-04T20:56:09.916Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Joannes + D. Maasakkers & Daniel J. Jacob\",\"DataPresentationForm\":\"Digital Science + Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/CMS_HR_MNA_CH4_FLUX_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"High-resolution + mean North American methane fluxes for 2010-2015 optimized with GOSAT satellite + data\",\"SeriesName\":\"CMS_HR_MNA_CH4_FLUX\",\"ReleaseDate\":\"2021-06-01T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-140,\"NorthBoundingCoordinate\":70,\"EastBoundingCoordinate\":-40,\"SouthBoundingCoordinate\":10}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"CARBON + AND HYDROCARBON COMPOUNDS\",\"VariableLevel2\":\"METHANE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2015-12-31T23:59:00.000Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/HD8VRAZN65CL\"},\"ShortName\":\"CMS_HR_MNA_CH4_FLUX\",\"EntryTitle\":\"High-resolution + mean North American methane fluxes for 2010-2015 optimized with GOSAT satellite + data V1 (CMS_HR_MNA_CH4_FLUX)\",\"PublicationReferences\":[{\"Author\":\"J. + D. Maasakkers, D. J. Jacob, M. P. Sulprizio, T. R. Scarpelli, H. Nesser, J. + Sheng, J. Y. Zhang, X. Lu, A. A. Bloom, K. W. Bowman, J. R. Worden, R. J. + Parker\",\"PublicationDate\":\"2021-03-22T00:00:00.000Z\",\"Title\":\"2010--2015 + North American methane emissions, sectoral contributions, and trends: a high-resolution + inversion of GOSAT observations of atmospheric methane\",\"Series\":\"Atmospheric + Chemistry and Physics\",\"Edition\":\"21\",\"Pages\":\"4339--4356\",\"DOI\":{\"DOI\":\"10.5194/acp-21-4339-2021\"}}],\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/CMS/CMS_HR_MNA_CH4_FLUX.1/\"]},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/CMS/CMS_HR_MNA_CH4_FLUX_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/CMS_HR_MNA_CH4_FLUX_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gsfc.nasa.gov/data/CMS/CMS_HR_MNA_CH4_FLUX.1/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gsfc.nasa.gov/data/CMS/CMS_HR_MNA_CH4_FLUX.1/doc/README.CMS_HR_MNA_CH4_FLUX.1.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/CMS/CMS_HR_MNA_CH4_FLUX.1/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://carbon.nasa.gov/\",\"Description\":\"The + NASA Carbon Monitoring System (CMS) page.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=CMS_HR_MNA_CH4_FLUX\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set contains estimates of methane emission in North America based on + an inversion of the GEOS-Chem chemical transport model constrained by Greenhouse + Gases Observing SATellite (GOSAT) observations.\\n\\nThe NASA Carbon Monitoring + System (CMS) is designed to make significant contributions in characterizing, + quantifying, understanding, and predicting the evolution of global carbon + sources and sinks through improved monitoring of carbon stocks and fluxes. + The System will use the full range of NASA satellite observations and modeling/analysis + capabilities to establish the accuracy, quantitative uncertainties, and utility + of products for supporting national and international policy, regulatory, + and management activities. CMS will maintain a global emphasis while providing + finer scale regional information, utilizing space-based and surface-based + data and will rapidly initiate generation and distribution of products both + for user evaluation and to inform near-term policy development and planning.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2021-05-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-05-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"CMS\",\"LongName\":\"Carbon + Monitoring System\"}],\"UseConstraints\":{\"Description\":\"The Earth Observing + System Data and Information System (EOSDIS) data use policy for NASA data + can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"THOMAS\",\"LastName\":\"HEARTY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6513\"},{\"Type\":\"Email\",\"Value\":\"Thomas.J.Hearty@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Joannes\",\"MiddleName\":\"D.\",\"LastName\":\"Maasakkers\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Sorbonnelaan + 2\"],\"City\":\"Utrecht\",\"StateProvince\":\"CA\",\"PostalCode\":\"3584\",\"Country\":\"the + Netherlands\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"j.d.maasakkers@sron.nl\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"DANIEL\",\"MiddleName\":\"J.\",\"LastName\":\"JACOB\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Division + of Applied Sciences and Department of Earth and Planetary Sciences\",\"Harvard + University\"],\"City\":\"Cambridge\",\"StateProvince\":\"MA\",\"PostalCode\":\"02138\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"617-495-1794\"},{\"Type\":\"Email\",\"Value\":\"djj@io.harvard.edu\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GOSAT\",\"LongName\":\"Greenhouse + Gases Observing Satellite\",\"Instruments\":[{\"ShortName\":\"TANSO-FTS\",\"LongName\":\"Thermal + And Near Infrared Sensor For Carbon Observation\"}]},{\"Type\":\"Models\",\"ShortName\":\"GEOS-Chem\",\"LongName\":\"Global + 3-D chemical transport model (CTM) for atmospheric composition driven by meteorological + input from the Goddard\",\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/above/Shrub_Biomass_Toolik_Lake_AK/\"],\"has-spatial-subsetting\":false,\"native-id\":\"High-Resolution + Shrub Biomass and Uncertainty Maps, Toolik Lake Area, Alaska, 2013\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2162131297-ORNL_CLOUD\",\"revision-date\":\"2023-06-12T20:16:32.542Z\",\"granule-count\":7,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Greaves, + H.E., L. Vierling, J. Eitel, N. Boelman, T. Magney, C. Prager, and K. Griffin. + 2018. High-Resolution Shrub Biomass and Uncertainty Maps, Toolik Lake Area, + Alaska, 2013. ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/1573\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-149.66,\"NorthBoundingCoordinate\":68.65,\"EastBoundingCoordinate\":-149.29,\"SouthBoundingCoordinate\":68.6}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel2\":\"SHRUBLAND/SCRUB\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"BIOMASS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-08-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-07-15T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"model + products\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1573\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"Shrub_Biomass_Toolik_Lake_AK_1573\",\"EntryTitle\":\"High-Resolution + Shrub Biomass and Uncertainty Maps, Toolik Lake Area, Alaska, 2013\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/above/Shrub_Biomass_Toolik_Lake_AK/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/above/Shrub_Biomass_Toolik_Lake_AK/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ABOVE/guides/Shrub_Biomass_Toolik_Lake_AK.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1573\"},{\"Description\":\"High-Resolution + Shrub Biomass Maps and Field Data, Toolik Lake Area, Alaska, 2013: Shrub_Biomass_Toolik_Lake_AK.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/above/Shrub_Biomass_Toolik_Lake_AK/comp/Shrub_Biomass_Toolik_Lake_AK.pdf\"},{\"Description\":\"A: + Overview of shrub biomass maps for the three LiDAR collection footprints (note + biomass color scale is nonlinear). B-E: Enlarged view of a representative + area showing B) RGB orthoimage for reference, C) Final shrub biomass map (color + scale as in A), D) LiDAR-derived canopy volume at native resolution of 0.15m, + and E) NDVI at native resolution of 0.043 m (Figure from Greaves et al., 2016).\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/ABOVE/guides/Shrub_Biomass_Toolik_Lake_AK_Fig1.png\"},{\"Description\":\"ABoVE + project site\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME + PAGE\",\"URL\":\"https://above.nasa.gov\"},{\"Description\":\"Web Coverage + Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1573\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2018-04-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-06-12T20:16:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset contains estimates for aboveground shrub biomass and uncertainty at + high spatial resolution (0.80-m) across three research areas near Toolik Lake, + Alaska. The estimates for August of 2013 were generated and mapped using Random + Forest modeling with input variables of optimized LiDAR-derived canopy volume + and height, mean NDVI from 4-band RGB color and near-IR orthophotographs, + and harvested biomass data. Uncertainty in the final shrub biomass maps was + quantified by producing separate maps showing the coefficient of variation + (CV) of the Random Forest map estimates. Shrub biomass was harvested at Toolik + Lake in 2014 and used to optimize inputs and validate the final model and + these biomass data are also provided.\",\"MetadataDates\":[{\"Date\":\"2018-04-09T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ABoVE\",\"LongName\":\"Arctic-Boreal + Vulnerability Experiment\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"Airplane\",\"LongName\":\"Airplane\",\"Instruments\":[{\"ShortName\":\"LIDAR\",\"LongName\":\"Light + Detection and Ranging\"},{\"ShortName\":\"CAMERA\",\"LongName\":\"CAMERA\"}]},{\"Type\":\"Models\",\"ShortName\":\"COMPUTERS\",\"LongName\":\"COMPUTERS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]},{\"Type\":\"Field + Sites\",\"ShortName\":\"FIELD SURVEYS\",\"LongName\":\"FIELD SURVEYS\",\"Instruments\":[{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/above/Vegetation_Maps_Toolik_Lake/\"],\"has-spatial-subsetting\":false,\"native-id\":\"High-Resolution + Vegetation Community Maps, Toolik Lake Area, Alaska, 2013-2015\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2143403456-ORNL_CLOUD\",\"revision-date\":\"2023-06-12T20:18:11.974Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Greaves, + H.E., J. Eitel, L. Vierling, N. Boelman, K. Griffin, T. Magney, and C. Prager. + 2019. High-Resolution Vegetation Community Maps, Toolik Lake Area, Alaska, + 2013-2015. ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/1690\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-149.66,\"NorthBoundingCoordinate\":68.65,\"EastBoundingCoordinate\":-149.29,\"SouthBoundingCoordinate\":68.6}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + SPECIES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-08-01T00:00:00.000Z\",\"EndingDateTime\":\"2015-08-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1690\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"Vegetation_Maps_Toolik_Lake_1690\",\"EntryTitle\":\"High-Resolution + Vegetation Community Maps, Toolik Lake Area, Alaska, 2013-2015\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/above/Vegetation_Maps_Toolik_Lake/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/above/Vegetation_Maps_Toolik_Lake/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ABOVE/guides/Vegetation_Maps_Toolik_Lake.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1690\"},{\"Description\":\"ABove: + Vegetation Classification Maps at 20 cm Resolution, Toolik Lake Area, Alaska: + Vegetation_Maps_Toolik_Lake.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/above/Vegetation_Maps_Toolik_Lake/comp/Vegetation_Maps_Toolik_Lake.pdf\"},{\"Description\":\"Map + of vegetation communities for the Toolik footprint shown at 1:25,000 scale + (Greaves et al., 2019, in process).\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/ABOVE/guides/Vegetation_Maps_Toolik_Lake_Fig1.png\"},{\"Description\":\"ABoVE + project site\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT HOME + PAGE\",\"URL\":\"https://above.nasa.gov\"}],\"DataDates\":[{\"Date\":\"2022-05-10T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-06-12T20:18:11.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset contains vegetation community maps at 20 cm resolution for three landscapes + near the Toolik Lake research area in the northern foothills of the Brooks + Range, Alaska, USA. The maps were built using a Random Forest modeling approach + using predictor layers derived from airborne lidar data and high-resolution + digital airborne imagery collected in 2013, and vegetation community training + data collected from 800 reference field plots across the lidar footprints + in 2014 and 2015. Vegetation community descriptions were based on the commonly + used classifications of existing Toolik area vegetation maps.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"}],\"MetadataDates\":[{\"Date\":\"2022-05-10T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ABoVE\",\"LongName\":\"Arctic-Boreal + Vulnerability Experiment\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"Airplane\",\"LongName\":\"Airplane\",\"Instruments\":[{\"ShortName\":\"CAMERAS\"},{\"ShortName\":\"LIDAR\",\"LongName\":\"Light + Detection and Ranging\"}]},{\"ShortName\":\"FIELD INVESTIGATION\",\"LongName\":\"FIELD + INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"LongName\":\"VISUAL + OBSERVATIONS\"}]},{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HIRMLS3IWC_002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251101078-GES_DISC\",\"revision-date\":\"2023-03-03T19:05:40.597Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"IWC\"],\"CollectionCitations\":[{\"Creator\":\"Massie, + S. T. and Jiang, J. H.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HIRMLS3IWC_002.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS-MLS/Aura + Level 3 Monthly 10 x 20 deg Ice Water Content V002\",\"SeriesName\":\"HIRMLS3IWC\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"002\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-80}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + MICROPHYSICS\",\"VariableLevel2\":\"CLOUD LIQUID WATER/ICE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-02-01T00:00:00.000Z\",\"EndingDateTime\":\"2007-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS-MLS/DATA301\"},\"ShortName\":\"HIRMLS3IWC\",\"EntryTitle\":\"HIRDLS-MLS/Aura + Level 3 Monthly 10 x 20 deg Ice Water Content V002 (HIRMLS3IWC) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HIRMLS3IWC_002.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HIRMLS3IWC_002.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_MLS_Level3/HIRMLS3IWC.002/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_MLS_Level3/HIRMLS3IWC.002/HIRDLS-MLS-Aura_L3IWC_v02-00-00-c01_2005m02-2007m12.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HIRMLS3IWC_002\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/HIRDLS/SC-HIR-1849B.doc\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-03-13T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-03-13T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"HIRMLS3IWC + is the Joint EOS High Resolution Dynamics Limb Sounder (HIRDLS) and Microwave + Limb Sounder (MLS) monthly 10 degreee lat x 20 degreee lon gridded product + for ice water content (IWC) data. This is version 2 released to the public, + with the original input coming from v3.3 MLS and v7 HIRDLS. The grid spatial + coverage is near-global (-80 to +90 degrees latitude). The product contains + HIRDLS and MLS IWC data for the time of the HIRDLS mission from February 1, + 2005 through December 31, 2007. The useful vertical range of the data is from + 215 to 82 hPa for both HIRDLS and MLS, and the vertical resolution is about + 1.5 km for HIRDLS and 3 km for MLS. Users of the HIRMLS3IWC data product should + read the Version 2 HIRDLS-MLS Level 3 IWC Data Description and Quality document + for more information.\\n\\nThe data are stored in the version 5 EOS Hierarchical + Data Format (HDF-EOS5), which is based on the version 5 Hierarchical Data + Format, or HDF5. The data file contains two grid objects (one with HIRDLS + data, the other with MLS data), each with a set of data fields, attributes, + and metadata. Each grid contains data fields with IWC values, and the HIRDLS + grid includes data fields with volume density, cloud top pressure and frequency + of clouds. Time, latitude and vertical pressure information are also included + in each grid.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-05-14T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"002\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"},{\"ShortName\":\"MLS\",\"LongName\":\"Microwave Limb + Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HIRDLS2_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251101072-GES_DISC\",\"revision-date\":\"2023-03-02T17:01:47.818Z\",\"granule-count\":1141,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HIRDLS2_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 2 Geophysical Parameters (on a pressure grid) V007\",\"SeriesName\":\"HIRDLS2\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"AEROSOL + EXTINCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ALTITUDE\",\"VariableLevel1\":\"GEOPOTENTIAL + HEIGHT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + CHEMISTRY\",\"VariableLevel1\":\"HALOCARBONS AND HALOGENS\",\"VariableLevel2\":\"CHLORINE + NITRATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + CHEMISTRY\",\"VariableLevel1\":\"HALOCARBONS AND HALOGENS\",\"VariableLevel2\":\"CHLOROFLUOROCARBONS\",\"DetailedVariable\":\"CFC-11\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"HALOCARBONS + AND HALOGENS\",\"VariableLevel2\":\"CHLOROFLUOROCARBONS\",\"DetailedVariable\":\"CFC-12\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"DINITROGEN PENTOXIDE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC NITRIC ACID\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"NITROGEN DIOXIDE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"NITROUS OXIDE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + CHEMISTRY\",\"VariableLevel1\":\"OXYGEN COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC + OZONE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"VariableLevel1\":\"UPPER AIR TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROFILES\",\"VariableLevel2\":\"WATER VAPOR MIXING RATIO PROFILES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP PRESSURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-29T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA201\"},\"ShortName\":\"HIRDLS2\",\"EntryTitle\":\"HIRDLS/Aura + Level 2 Daily Geophysical Parameters V007 (HIRDLS2) at GES DISC\",\"Quality\":\"Data + from 3 January to 17 March 2008, when the chopper frequency was erratic, should + be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HIRDLS2_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HIRDLS2_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level2/HIRDLS2.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level2/HIRDLS2.007/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HIRDLS2_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2012-12-13T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2012-12-13T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 2 Geophysical Parameters\\\" data product (HIRDLS2) + contains an entire day's worth of Level-2 vertical profiles of O3, HNO3, H2O, + CFC-11, CFC-12, N2O, NO2, N2O5, ClONO2, temperature, geopotential height, + and aerosol extinction at 12.1 and 8.3 microns, as well as cloud top pressure. + HIRDLS measured infrared emissions in 21 channels ranging from 6.12 to 17.76 + microns in the upper troposphere, stratosphere and mesosphere. Data are available + for the ~3 year mission from January 29, 2005 until March 17, 2008. Observations + of the Earth's atmosphere were only made from the far azimuth scan (away from + sun side) resulting in limited data coverage from +80 to -64 degrees latitude. + The useful vertical range of the data depends on the measured species, and + are provided on 24 levels per decade of pressure corresponding to about 1 + km vertical resolution. The current and final version of this product is 7. + Of the original targeted species, only CH4 was not retrieved in this version.\\n\\nThe + data are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a single swath object with one day of data (measured species and species precision), + geolocation fields (e.g. time, latitude, longitude, pressure), and swath attributes, + along with file level metadata. Each file contains approximately 5600 profile + scans.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2012-04-23T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFCCLONO2_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251100901-GES_DISC\",\"revision-date\":\"2022-04-04T16:21:45.666Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"ClONO2\"],\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCCLONO2_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Chlorine Nitrate (ClONO2) 1deg Lat Zonal Fourier Coefficients V007\",\"SeriesName\":\"H3ZFCCLONO2\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"HALOCARBONS + AND HALOGENS\",\"VariableLevel2\":\"CHLORINE NITRATE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA305\"},\"ShortName\":\"H3ZFCCLONO2\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Chlorine Nitrate (ClONO2) 1deg Lat Zonal Fourier Coefficients V007 + (H3ZFCCLONO2) at GES DISC\",\"Quality\":\"Data from 3 January to 17 March + 2008, when the chopper frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFCCLONO2_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCCLONO2_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFCCLONO2.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFCCLONO2.007/HIRDLS-Aura_L3ZFCCLONO2_v07-00-20-c01_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFCCLONO2_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Chlorine Nitrate (ClONO2) Zonal Fourier Coefficients\\\" + version 7 data product (H3ZFCCLONO2) contains the entire mission (~3 years) + of HIRDLS data expressed as zonal Fourier coefficients in 1 degree latitude + bands from -64 to 80 degrees at 121 pressure levels. The coefficients are + computed from the HIRDLS Level 2 profiles with a Kalman filter approach using + both forward and backward passes in time. Expressed as the mean and up to + 7 sine and cosine coefficients (4 waves for ascending and descending, 7 waves + for combined), these coefficients may be used to compute values at any longitude. + The data are provided on a pressure grid with 24 levels per decade, corresponding + to about 1 km vertical resolution. The useful vertical range of the data is + 100 to 1.0 hPa. The precision values are given by the root-mean square of + the differences between the estimated fields and the input data.\\n\\nThe + data are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a zonal object with data for the entire mission with separate data fields + for ascending (daytime), descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-04-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFCCFC11_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251100818-GES_DISC\",\"revision-date\":\"2022-04-04T16:21:09.489Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"CFC-11\"],\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCCFC11_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Chlorofluorocarbon-11 (CFC-11) 1deg Lat Zonal Fourier Coefficients + V007\",\"SeriesName\":\"H3ZFCCFC11\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"HALOCARBONS + AND HALOGENS\",\"VariableLevel2\":\"CHLOROFLUOROCARBONS\",\"DetailedVariable\":\"CFC-11\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA303\"},\"ShortName\":\"H3ZFCCFC11\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Chlorofluorocarbon-11 (CFC-11) 1deg Lat Zonal Fourier Coefficients + V007 (H3ZFCCFC11) at GES DISC\",\"Quality\":\"Data from 3 January to 17 March + 2008, when the chopper frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFCCFC11_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCCFC11_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFCCFC11.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFCCFC11.007/HIRDLS-Aura_L3ZFCCFC11_v07-00-20-c02_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFCCFC11_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Chlorofluorocarbon-11 (CFC-11) Zonal Fourier Coefficients\\\" + version 7 data product (H3ZFCCFC11) contains the entire mission (~3 years) + of HIRDLS data expressed as zonal Fourier coefficients in 1 degree latitude + bands from -64 to 80 degrees at 121 pressure levels. The coefficients are + computed from the HIRDLS Level 2 profiles with a Kalman filter approach using + both forward and backward passes in time. Expressed as the mean and up to + 7 sine and cosine coefficients (4 waves for ascending and descending, 7 waves + for combined), these coefficients may be used to compute values at any longitude. + The data are provided on a pressure grid with 24 levels per decade, corresponding + to about 1 km vertical resolution. The useful vertical range of the CFC-11 + data is 316 to 17.8 hPa. The precision values are given by the root-mean square + of the differences between the estimated fields and the input data.\\n\\nThe + data are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a zonal object with data for the entire mission with separate data fields + for ascending (daytime), descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-03-22T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFCCFC12_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251100869-GES_DISC\",\"revision-date\":\"2023-01-26T15:26:19.492Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"CFC-12\"],\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCCFC12_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Chlorofluorocarbon-12 (CFC-12) 1deg Lat Zonal Fourier Coefficients + V007\",\"SeriesName\":\"H3ZFCCFC12\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"HALOCARBONS + AND HALOGENS\",\"VariableLevel2\":\"CHLOROFLUOROCARBONS\",\"DetailedVariable\":\"CFC-12\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA304\"},\"ShortName\":\"H3ZFCCFC12\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Chlorofluorocarbon-12 (CFC-12) 1deg Lat Zonal Fourier Coefficients + V007 (H3ZFCCFC11) at GES DISC\",\"Quality\":\"Data from 3 January to 17 March + 2008, when the chopper frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFCCFC12_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCCFC12_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFCCFC12.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFCCFC12.007/HIRDLS-Aura_L3ZFCCFC12_v07-00-20-c02_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFCCFC12_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Chlorofluorocarbon-12 (CFC-12) Zonal Fourier Coefficients\\\" + version 7 data product (H3ZFCCFC12) contains the entire mission (~3 years) + of HIRDLS data expressed as zonal Fourier coefficients in 1 degree latitude + bands from -64 to 80 degrees at 121 pressure levels. The coefficients are + computed from the HIRDLS Level 2 profiles with a Kalman filter approach using + both forward and backward passes in time. Expressed as the mean and up to + 7 sine and cosine coefficients (4 waves for ascending and descending, 7 waves + for combined), these coefficients may be used to compute values at any longitude. + The data are provided on a pressure grid with 24 levels per decade, corresponding + to about 1 km vertical resolution. The useful vertical range of the CFC-12 + data is 316 to 8.3 hPa. The precision values are given by the root-mean square + of the differences between the estimated fields and the input data.\\n\\nThe + data are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a zonal object with data for the entire mission with separate data fields + for ascending (daytime), descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-04-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HIR3SCOL_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251101014-GES_DISC\",\"revision-date\":\"2023-03-03T19:05:03.975Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"NO2\"],\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HIR3SCOL_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Daily Gridded 1 x 1 deg Stratospheric Columns of NO2 V007\",\"SeriesName\":\"HIR3SCOL\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"NITROGEN DIOXIDE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA314\"},\"ShortName\":\"HIR3SCOL\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Daily Gridded 1 x 1 deg Stratospheric Columns of NO2 V007 (HIR3SCOL) + at GES DISC\",\"Quality\":\"Data from 3 January to 17 March 2008, when the + chopper frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HIR3SCOL_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HIR3SCOL_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/HIR3SCOL.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/HIR3SCOL.007/HIRDLS-Aura_L3SCOL_v07-00-20-c01_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HIR3SCOL_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"HIR3SCOL + is the EOS High Resolution Dynamics Limb Sounder (HIRDLS/Aura) level 3 daily + gridded 1 x 1 deg. stratospheric columns of NO2 (nitrogen dioxide) data product. + The data are gridded at 1 x 1 degree resolution from +80 to -64 degrees latitude. + The stratospheric column is computed from data at 57 to 1.0 hPa. The product + consists of one file spanning the entire ~3 year HIRDLS mission from January + 22, 2005 through March 17, 2008. Users of the HIR3SCOL data product should + read the Version 7 HIRDLS Data Description and Quality document for more information.\\n\\nThe + data are stored in the version 5 EOS Hierarchical Data Format (HDF-EOS5), + which is based on the version 5 Hierarchical Data Format, or HDF5. The data + file contains one grid object with data fields, attributes, and metadata.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFCN2O5_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251100988-GES_DISC\",\"revision-date\":\"2022-04-04T16:23:21.465Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"N2O5\"],\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCN2O5_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Dinitrogen Pentoxide (N2O5) 1deg Lat Zonal Fourier Coefficients V007\",\"SeriesName\":\"H3ZFCN2O5\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"DINITROGEN PENTOXIDE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA310\"},\"ShortName\":\"H3ZFCN2O5\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Dinitrogen Pentoxide (N2O5) 1deg Lat Zonal Fourier Coefficients V007 + (H3ZFCN2O5) at GES DISC\",\"Quality\":\"Data from 3 January to 17 March 2008, + when the chopper frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFCN2O5_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCN2O5_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFCN2O5.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFCN2O5.007/HIRDLS-Aura_L3ZFCN2O5_v07-00-20-c01_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFCN2O5_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Dinitrogen Pentoxide (N2O5) Zonal Fourier Coefficients\\\" + version 7 data product (H3ZFCN2O) contains the entire mission (~3 years) of + HIRDLS data expressed as zonal Fourier coefficients in 1 degree latitude bands + from -64 to 80 degrees at 121 pressure levels. The coefficients are computed + from the HIRDLS Level 2 profiles with a Kalman filter approach using both + forward and backward passes in time. Expressed as the mean and up to 7 sine + and cosine coefficients (4 waves for ascending and descending, 7 waves for + combined), these coefficients may be used to compute values at any longitude. + The data are provided on a pressure grid with 24 levels per decade, corresponding + to about 1 km vertical resolution. The useful vertical range of the data is + 82.5 to 1.0 hPa. The precision values are given by the root-mean square of + the differences between the estimated fields and the input data.\\n\\nThe + data are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a zonal object with data for the entire mission with separate data fields + for ascending (daytime), descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFC12MEXT_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251100759-GES_DISC\",\"revision-date\":\"2022-04-04T16:20:34.208Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFC12MEXT_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Extinction at 12.1 Microns 1deg Lat Zonal Fourier Coefficients V007\",\"SeriesName\":\"H3ZFC12MEXT\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"AEROSOL + EXTINCTION\",\"DetailedVariable\":\"12.1 MICRON EXTINCTION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA302\"},\"ShortName\":\"H3ZFC12MEXT\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Extinction at 12.1 Microns 1deg Lat Zonal Fourier Coefficients V007 + (H3ZFC12MEXT) at GES DISC\",\"Quality\":\"Data from 3 January to 17 March + 2008, when the chopper frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFC12MEXT_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFC12MEXT_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFC12MEXT.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFC12MEXT.007/HIRDLS-Aura_L3ZFC12MEXT_v07-00-20-c02_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFC12MEXT_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Extinction at 12.1 Microns Zonal Fourier Coefficients\\\" + version 7 data product (H3ZFC12MEXT) contains the entire mission (~3 years) + of HIRDLS data expressed as zonal Fourier coefficients in 1 degree latitude + bands from -64 to 80 degrees at 121 pressure levels. The coefficients are + computed from the HIRDLS Level 2 profiles with a Kalman filter approach using + both forward and backward passes in time. Expressed as the mean and up to + 7 sine and cosine coefficients (4 waves for ascending and descending, 7 waves + for combined), these coefficients may be used to compute values at any longitude. + The data are provided on a pressure grid with 24 levels per decade, corresponding + to about 1 km vertical resolution. The useful vertical range of the data is + 215 to 20 hPa. The precision values are given by the root-mean square of the + differences between the estimated fields and the input data.\\n\\nThe data + are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a zonal object with data for the entire mission with separate data fields + for ascending (daytime), descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-04-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFC8MEXT_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251100820-GES_DISC\",\"revision-date\":\"2022-04-04T16:20:51.010Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFC8MEXT_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Extinction at 8.3 Microns 1deg Lat Zonal Fourier Coefficients V007\",\"SeriesName\":\"H3ZFC8MEXT\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AEROSOLS\",\"VariableLevel1\":\"AEROSOL + EXTINCTION\",\"DetailedVariable\":\"8.3 MICRON EXTINCTION\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA301\"},\"ShortName\":\"H3ZFC8MEXT\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Extinction at 8.3 Microns 1deg Lat Zonal Fourier Coefficients V007 + (H3ZFC8MEXT) at GES DISC\",\"Quality\":\"Data from 3 January to 17 March 2008, + when the chopper frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFC8MEXT_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFC8MEXT_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFC8MEXT.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFC8MEXT.007/HIRDLS-Aura_L3ZFC8MEXT_v07-00-20-c02_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFC8MEXT_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Extinction at 8.3 Microns Zonal Fourier Coefficients\\\" + version 7 data product (H3ZFC8MEXT) contains the entire mission (~3 years) + of HIRDLS data expressed as zonal Fourier coefficients in 1 degree latitude + bands from -64 to 80 degrees at 121 pressure levels. The coefficients are + computed from the HIRDLS Level 2 profiles with a Kalman filter approach using + both forward and backward passes in time. Expressed as the mean and up to + 7 sine and cosine coefficients (4 waves for ascending and descending, 7 waves + for combined), these coefficients may be used to compute values at any longitude. + The data are provided on a pressure grid with 24 levels per decade, corresponding + to about 1 km vertical resolution. The useful vertical range of the data is + 215 to 20 hPa. The precision values are given by the root-mean square of the + differences between the estimated fields and the input data.\\n\\nThe data + are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a zonal object with data for the entire mission with separate data fields + for ascending (daytime), descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-04-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFCGPH_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251100913-GES_DISC\",\"revision-date\":\"2022-04-04T16:22:03.627Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"GPH\"],\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCGPH_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Geopotential Height 1deg Lat Zonal Fourier Coefficients V007\",\"SeriesName\":\"H3ZFCGPH\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ALTITUDE\",\"VariableLevel1\":\"GEOPOTENTIAL + HEIGHT\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA306\"},\"ShortName\":\"H3ZFCGPH\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Geopotential Height 1deg Lat Zonal Fourier Coefficients V007 (H3ZFCGPH) + at GES DISC\",\"Quality\":\"Data from 3 January to 17 March 2008, when the + chopper frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFCGPH_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCGPH_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFCGPH.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFCGPH.007/HIRDLS-Aura_L3ZFCGPH_v07-00-20-c01_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFCGPH_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Geopotential Height Zonal Fourier Coefficients\\\" + version 7 data product (H3ZFCGPH) contains the entire mission (~3 years) of + HIRDLS data expressed as zonal Fourier coefficients in 1 degree latitude bands + from -64 to 80 degrees at 121 pressure levels. The coefficients are computed + from the HIRDLS Level 2 profiles with a Kalman filter approach using both + forward and backward passes in time. Expressed as the mean and up to 7 sine + and cosine coefficients (4 waves for ascending and descending, 7 waves for + combined), these coefficients may be used to compute values at any longitude. + The data are provided on a pressure grid with 24 levels per decade, corresponding + to about 1 km vertical resolution. The useful vertical range of the data is + 1000 to 0.01 hPa. The precision values are given by the root-mean square of + the differences between the estimated fields and the input data.\\n\\nThe + data are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a zonal object with data for the entire mission with separate data fields + for ascending (daytime), descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFCHNO3_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251100929-GES_DISC\",\"revision-date\":\"2022-04-04T16:22:42.334Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"HNO3\"],\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCHNO3_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Nitric Acid (HNO3) 1deg Lat Zonal Fourier Coefficients V007\",\"SeriesName\":\"H3ZFCHNO3\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC NITRIC ACID\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA308\"},\"ShortName\":\"H3ZFCHNO3\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Nitric Acid (HNO3) 1deg Lat Zonal Fourier Coefficients V007 (H3ZFCHNO3) + at GES DISC\",\"Quality\":\"Data from 3 January to 17 March 2008, when the + chopper frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFCHNO3_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCHNO3_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFCHNO3.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFCHNO3.007/HIRDLS-Aura_L3ZFCHNO3_v07-00-20-c02_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFCHNO3_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Nitric Acid (HNO3) Zonal Fourier Coefficients\\\" + version 7 data product (H3ZFCHNO3) contains the entire mission (~3 years) + of HIRDLS data expressed as zonal Fourier coefficients in 1 degree latitude + bands from -64 to 80 degrees at 121 pressure levels. The coefficients are + computed from the HIRDLS Level 2 profiles with a Kalman filter approach using + both forward and backward passes in time. Expressed as the mean and up to + 7 sine and cosine coefficients (4 waves for ascending and descending, 7 waves + for combined), these coefficients may be used to compute values at any longitude. + The data are provided on a pressure grid with 24 levels per decade, corresponding + to about 1 km vertical resolution. The useful vertical range of the data is + 215 to 5.1 hPa. The precision values are given by the root-mean square of + the differences between the estimated fields and the input data.\\n\\nThe + data are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a zonal object with data for the entire mission with separate data fields + for ascending (daytime), descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-04-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFCNO2_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251101003-GES_DISC\",\"revision-date\":\"2022-04-04T16:23:41.203Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"NO2\"],\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCNO2_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Nitrogen Dioxide (NO2) 1deg Lat Zonal Fourier Coefficients V007\",\"SeriesName\":\"H3ZFCNO2\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"NITROGEN DIOXIDE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA309\"},\"ShortName\":\"H3ZFCNO2\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Nitrogen Dioxide (NO2) 1deg Lat Zonal Fourier Coefficients V007 (H3ZFCNO2) + at GES DISC\",\"Quality\":\"Data from 3 January to 17 March 2008, when the + chopper frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFCNO2_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCNO2_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFCNO2.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFCNO2.007/HIRDLS-Aura_L3ZFCNO2_v07-00-20-c01_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFCNO2_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Nitrogen Dioxide (NO2) Zonal Fourier Coefficients\\\" + version 7 data product (H3ZFCNO2) contains the entire mission (~3 years) of + HIRDLS data expressed as zonal Fourier coefficients in 1 degree latitude bands + from -64 to 80 degrees at 121 pressure levels. The coefficients are computed + from the HIRDLS Level 2 profiles with a Kalman filter approach using both + forward and backward passes in time. Expressed as the mean and up to 7 sine + and cosine coefficients (4 waves for ascending and descending, 7 waves for + combined), these coefficients may be used to compute values at any longitude. + The data are provided on a pressure grid with 24 levels per decade, corresponding + to about 1 km vertical resolution. The useful vertical range of the data is + 100 to 5.1 hPa. The precision values are given by the root-mean square of + the differences between the estimated fields and the input data.\\n\\nThe + data are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a zonal object with data for the entire mission with separate data fields + for ascending (daytime), descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFCN2O_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251100984-GES_DISC\",\"revision-date\":\"2022-04-04T16:23:02.426Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"N2O\"],\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCN2O_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Nitrous Oxide (N2O) 1deg Lat Zonal Fourier Coefficients V007\",\"SeriesName\":\"H3ZFCN2O\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"NITROGEN + COMPOUNDS\",\"VariableLevel2\":\"NITROUS OXIDE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA309\"},\"ShortName\":\"H3ZFCN2O\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Nitrous Oxide (N2O) 1deg Lat Zonal Fourier Coefficients V007 (H3ZFCN2O) + at GES DISC\",\"Quality\":\"Data from 3 January to 17 March 2008, when the + chopper frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFCN2O_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCN2O_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFCN2O.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFCN2O.007/HIRDLS-Aura_L3ZFCN2O_v07-00-20-c02_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFCN2O_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Nitrous Oxide (N2O) Zonal Fourier Coefficients\\\" + version 7 data product (H3ZFCN2O) contains the entire mission (~3 years) of + HIRDLS data expressed as zonal Fourier coefficients in 1 degree latitude bands + from -64 to 80 degrees at 121 pressure levels. The coefficients are computed + from the HIRDLS Level 2 profiles with a Kalman filter approach using both + forward and backward passes in time. Expressed as the mean and up to 7 sine + and cosine coefficients (4 waves for ascending and descending, 7 waves for + combined), these coefficients may be used to compute values at any longitude. + The data are provided on a pressure grid with 24 levels per decade, corresponding + to about 1 km vertical resolution. The useful vertical range of the data is + 100 to 5.1 hPa. The precision values are given by the root-mean square of + the differences between the estimated fields and the input data.\\n\\nThe + data are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a zonal object with data for the entire mission with separate data fields + for ascending (daytime), descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFCO3_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251100938-GES_DISC\",\"revision-date\":\"2022-04-04T16:23:59.645Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"O3\"],\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCO3_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Ozone (O3) 1deg Lat Zonal Fourier Coefficients V007\",\"SeriesName\":\"H3ZFCO3\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"OXYGEN + COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC OZONE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA312\"},\"ShortName\":\"H3ZFCO3\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Ozone (O3) 1deg Lat Zonal Fourier Coefficients V007 (H3ZFCO3) at GES + DISC\",\"Quality\":\"Data from 3 January to 17 March 2008, when the chopper + frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFCO3_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCO3_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFCO3.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFCO3.007/HIRDLS-Aura_L3ZFCO3_v07-00-20-c02_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFCO3_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Ozone (O3) Zonal Fourier Coefficients\\\" version + 7 data product (H3ZFCO3) contains the entire mission (~3 years) of HIRDLS + data expressed as zonal Fourier coefficients in 1 degree latitude bands from + -64 to 80 degrees at 121 pressure levels. The coefficients are computed from + the HIRDLS Level 2 profiles with a Kalman filter approach using both forward + and backward passes in time. Expressed as the mean and up to 7 sine and cosine + coefficients (4 waves for ascending and descending, 7 waves for combined), + these coefficients may be used to compute values at any longitude. The data + are provided on a pressure grid with 24 levels per decade, corresponding to + about 1 km vertical resolution. The useful vertical range of the data is 422 + to 0.1 hPa. The precision values are given by the root-mean square of the + differences between the estimated fields and the input data.\\n\\nThe data + are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a zonal object with data for the entire mission with separate data fields + for ascending (daytime), descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFCT_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251101041-GES_DISC\",\"revision-date\":\"2022-04-04T16:24:18.644Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCT_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Temperature 1deg Lat Zonal Fourier Coefficients V007\",\"SeriesName\":\"H3ZFCT\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"UPPER + AIR TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA313\"},\"ShortName\":\"H3ZFCT\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Temperature 1deg Lat Zonal Fourier Coefficients V007 (H3ZFCT) at GES + DISC\",\"Quality\":\"Data from 3 January to 17 March 2008, when the chopper + frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFCT_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCT_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFCT.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFCT.007/HIRDLS-Aura_L3ZFCT_v07-00-20-c01_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFCT_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-06T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Temperature Zonal Fourier Coefficients\\\" version + 7 data product (H3ZFCT) contains the entire mission (~3 years) of HIRDLS data + expressed as zonal Fourier coefficients in 1 degree latitude bands from -64 + to 80 degrees at 121 pressure levels. The coefficients are computed from the + HIRDLS Level 2 profiles with a Kalman filter approach using both forward and + backward passes in time. Expressed as the mean and up to 7 sine and cosine + coefficients (4 waves for ascending and descending, 7 waves for combined), + these coefficients may be used to compute values at any longitude. The data + are provided on a pressure grid with 24 levels per decade, corresponding to + about 1 km vertical resolution. The useful vertical range of the data is 1000 + to 0.0042 hPa. The precision values are given by the root-mean square of the + differences between the estimated fields and the input data.\\n\\nThe data + are stored in the version 5 Hierarchical Data Format for the Earth Observing + System (HDF-EOS5), which is an extension of the HDF5 format. Each file contains + a zonal object with data for the entire mission with separate data fields + for ascending (daytime), descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-05-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"H3ZFCH2O_007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1251100952-GES_DISC\",\"revision-date\":\"2022-04-04T16:22:22.225Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"H2O\"],\"CollectionCitations\":[{\"Creator\":\"Gille, + John and Gray, Lesley J.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCH2O_007.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRDLS/Aura + Level 3 Water Vapor (H2O) 1deg Lat Zonal Fourier Coefficients V007\",\"SeriesName\":\"H3ZFCH2O\",\"ReleaseDate\":\"2013-08-19T00:00:00.000Z\",\"Version\":\"007\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":80,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-64}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR PROFILES\",\"VariableLevel2\":\"WATER VAPOR MIXING RATIO PROFILES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2005-01-22T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-17T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/Aura/HIRDLS/DATA307\"},\"ShortName\":\"H3ZFCH2O\",\"EntryTitle\":\"HIRDLS/Aura + Level 3 Water Vapor (H2O) 1deg Lat Zonal Fourier Coefficients V007 (H3ZFCH2O) + at GES DISC\",\"Quality\":\"Data from 3 January to 17 March 2008, when the + chopper frequency was erratic, should be used with caution.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/H3ZFCH2O_007.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/H3ZFCH2O_007.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Aura_HIRDLS_Level3/H3ZFCH2O.007/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/opendap/HDF-EOS5/Aura_HIRDLS_Level3/H3ZFCH2O.007/HIRDLS-Aura_L3ZFCH2O_v07-00-20-c02_2005d022-2008d077.he5.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=H3ZFCH2O_007\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.5_Product_Quality/HIRDLS-DQD_V7.pdf\",\"Description\":\"README + and Data Quality document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/HIRDLS/3.3_Product_Documentation/3.3.6_Product_Application/All_HIRDLS_Papers_26June2013.pdf\",\"Description\":\"List + of publications.\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + \\\"HIRDLS/Aura Level 3 Water Vapor (H2O) Zonal Fourier Coefficients\\\" version + 7 data product (H3ZFCH2O) contains the entire mission (~3 years) of HIRDLS + data expressed as zonal Fourier coefficients in 1 degree latitude bands from + -64 to 80 degrees at 121 pressure levels. The coefficients are computed from + the HIRDLS Level 2 profiles with a Kalman filter approach using both forward + and backward passes in time. Expressed as the mean and up to 7 sine and cosine + coefficients (4 waves for ascending and descending, 7 waves for combined), + these coefficients may be used to compute values at any longitude. The data + are provided on a pressure grid with 24 levels per decade, corresponding to + about 1 km vertical resolution. The useful vertical range of the data is 200 + to 10 hPa. The precision values are given by the root-mean square of the differences + between the estimated fields and the input data.\\n\\nThe data are stored + in the version 5 Hierarchical Data Format for the Earth Observing System (HDF-EOS5), + which is an extension of the HDF5 format. Each file contains a zonal object + with data for the entire mission with separate data fields for ascending (daytime), + descending (nighttime), and combined orbit node.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-04-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"007\",\"Projects\":[{\"ShortName\":\"Aura\",\"LongName\":\"Earth + Observing System (EOS), Aura\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"JOHN\",\"MiddleName\":\"C.\",\"LastName\":\"GILLE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"National + Center for Atmospheric Research\",\"PO Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"303-497-8062\"},{\"Type\":\"Email\",\"Value\":\"gille@ucar.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"LESLEY\",\"MiddleName\":\"J\",\"LastName\":\"GRAY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Oxford Department of Physics\",\"Clarendon Laboratory\",\"Parks Road\"],\"City\":\"Oxford\",\"PostalCode\":\"OX1 + 3PU\",\"Country\":\"UK\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+44/0 + 1865 272926\"},{\"Type\":\"Fax\",\"Value\":\"+44/0 1865 272923\"},{\"Type\":\"Email\",\"Value\":\"gray@atm.ox.ac.uk\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aura\",\"LongName\":\"Earth Observing + System, Aura\",\"Instruments\":[{\"ShortName\":\"HIRDLS\",\"LongName\":\"High-Resolution + Dynamics Limb Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"HDF-EOS5\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HIRSN6IM_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2563802716-GES_DISC\",\"revision-date\":\"2022-12-21T14:15:33.767Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"CLOUD + COVER\"],\"CollectionCitations\":[{\"Creator\":\"Goddard Space Flight Center + (GSFC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HIRSN6IM_001.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRS/Nimbus-6 + Images of Brightness Temperature on 70 mm Film V001\",\"SeriesName\":\"HIRSN6IM\",\"ReleaseDate\":\"2022-12-12T00:00:00.000Z\",\"Version\":\"001\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1975-06-13T00:00:00.000Z\",\"EndingDateTime\":\"1976-05-26T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/9WU2QOOK6100\"},\"ShortName\":\"HIRSN6IM\",\"EntryTitle\":\"HIRS/Nimbus-6 + Images of Brightness Temperature on 70 mm Film V001 (HIRSN6IM) at GES DISC\",\"Quality\":\"The + data should be used with care and one should first read the Nimbus-6 User's + Guide. Users should cite this data product in their research.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"HIRS\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HIRSN6IM_001.jpg\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HIRSN6IM_001.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus6_HIRS_SCAMS_Level1/HIRSN6IM.001/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus6_HIRS_SCAMS_Level1/HIRSN6IM.001/doc/README.HIRSN6IM.001.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/NimbusVIUG.pdf\",\"Description\":\"Nimbus + 6 User's Guide\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/DataCatalogNimbus6.tar.gz\",\"Description\":\"Nimbus + 6 Data Catalog\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2022-01-27T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-01-27T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + HIRSN6IM data product consists of images of brightness temperatures on 70 + mm film strips from the Nimbus-6 High Resolution Infrared Radiation Sounder. + Each display contains black and white images at either full vertical scale + (F) or partial vertical scale (P). A full scale mode image will contain one + orbit of data or 125 minutes of data, while a partial scale mode image will + contain twice the vertical scale and thus requires two images for an orbit + of data (the last 60 minutes on the first image, P1 and the remaining data + on the second image, P2). There are 10 channels (swaths) for an orbit on each + image, with a header identifying the channel (1-1, 6-6, etc.). An 18-step + gray scale is found at the bottom. Time and geographic information is encoded + in the center of the image. Conversion from the 18-step gray scale to brightness + temperatures can be found in a table in each of the first six volumes of \\\"The + Nimbus 6 Data Catalog.\\\"\\n\\nThe HIRS experiment on Nimbus-6 is a follow + on to the successful Nimbus-5 ITPR experiment. HIRS was a multi-channel filter + radiometer with a Cassegrain telescope before the chopper assembly. The instrument + scans in the cross track direction with 21 scans on each side of the subtrack + point with about 30 km x 55 km resolution at nadir. HIRS measured radiances + primarily in five spectral regions: (1) seven channels near the 15-micrometer + CO2 absorption band, (2) two channels (11.1 and 3.7 micrometers) in the IR + window, (3) two channels (8.2 and 6.7 micrometers) in the water vapor absorption + band, (4) five channels in the 4.3-micrometer band, and (5) one channel in + the visible 0.69-micrometer region.\\n\\nThe HIRS Principal Investigator was + Mr. W. L. Smith from the NOAA National Environmental Satellite Service. The + Nimbus-6 HIRS data are available from August 17, 1975 (day of year 229) through + March 4, 1976 (day of year 238).\\n\\nThese data were previously archived + at NASA NSSDC under the entry ID ESAD-00094 (old id 75-052A-02A).\",\"Purpose\":\"These + images can be used to supplement the radiance data files from the HIRSN6L2CH67 + and HIRSN6L2CH115 data products.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2022-12-12T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-12-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"CWIC\",\"LongName\":\"CEOS + WGISS Integrated Catalog\"}],\"UseConstraints\":{\"Description\":\"The Earth + Observing System Data and Information System (EOSDIS) data use policy for + NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Nimbus-6\",\"Instruments\":[{\"ShortName\":\"HIRS\",\"LongName\":\"High + Resolution Infrared Radiation Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"TIFF\",\"Fees\":\"No Fee\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HIRSN6L1GARP_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1273652152-GES_DISC\",\"revision-date\":\"2022-04-04T16:25:58.349Z\",\"granule-count\":559,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Smith, + William L., et al.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HIRSN6L1GARP_001.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HIRS/Nimbus-6 + Level 1 Calibrated Radiances for the Global Atmospheric Research Program (GARP) + V001\",\"SeriesName\":\"HIRSN6L1GARP\",\"ReleaseDate\":\"2014-06-05T00:00:00.000Z\",\"Version\":\"001\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"INFRARED + RADIANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1975-08-17T00:00:00.000Z\",\"EndingDateTime\":\"1976-03-04T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Older dataset that was created before DOIs + were assigned\"},\"ShortName\":\"HIRSN6L1GARP\",\"EntryTitle\":\"HIRS/Nimbus-6 + Level 1 Calibrated Radiances for the Global Atmospheric Research Program (GARP) + V001 (HIRSN6L1GARP) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HIRSN6L1GARP_001.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HIRSN6L1GARP_001.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus6_HIRS_SCAMS_Level1/HIRSN6L1GARP.001/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HIRSN6L1GARP\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus6_HIRS_SCAMS_Level1/HIRSN6L1GARP.001/doc/README.HIRSN6L1GARP.001.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/NimbusVIUG.pdf\",\"Description\":\"Nimbus + 6 User's Guide\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/DataCatalogNimbus6.tar.gz\",\"Description\":\"Nimbus + 6 Data Catalog\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Nimbus/N6_HIRS_Merged_Inventory.xlsx\",\"Description\":\"N6 + HIRS Inventory\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Nimbus-6 High Resolution Infrared Radiometer (HIRS) Level 1 Calibrated Radiances + for the Global Atmospheric Research Program (GARP) data product contains daily + infrared radiances. The HIRS was designed to measure surface temperature and + albedo, temperature and H2O profiles, cloud liquid water content, cloud amount + and outgoing longwave fluxes in the infrared. The data, originally written + on IBM 360 machines, were recovered from 9-track magnetic tapes. The data + are archived in their original IBM 32-bit word binary record format, also + referred to as a binary TAP file, and contain one orbit of measurements.\\n\\nThe + HIRS experiment on Nimbus-6 is a follow on to the successful Nimbus-5 ITPR + experiment. HIRS was a multi-channel filter radiometer with a Cassegrain + telescope before the chopper assembly. The instrument scans in the cross track + direction with 21 scans on each side of the subtrack point with about 30 km + x 55 km resolution at nadir. HIRS measured radiances primarily in five spectral + regions: (1) seven channels near the 15-micrometer CO2 absorption band, (2) + two channels (11.1 and 3.7 micrometers) in the IR window, (3) two channels + (8.2 and 6.7 micrometers) in the water vapor absorption band, (4) five channels + in the 4.3-micrometer band, and (5) one channel in the visible 0.69-micrometer + region.\\n\\nThe HIRS Principal Investigator was Mr. W. L. Smith from the + NOAA National Environmental Satellite Service. The Nimbus-6 HIRS data are + available from August 17, 1975 (day of year 229) through March 4, 1976 (day + of year 238).\\n\\nThese data were previously archived at NASA NSSDC under + the entry ID ESAD-00017 together with the merged retrieval data set).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2014-06-16T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"Nimbus\"},{\"ShortName\":\"GARP/FGGE\",\"LongName\":\"Global + Atmospheric Research Program/First Garp Global Experiment (GARP/FGGE)\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"WILIAM\",\"MiddleName\":\"L\",\"LastName\":\"SMITH\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Langley Research Center\",\"Mail Stop 401\"],\"City\":\"Hampton\",\"StateProvince\":\"VA\",\"PostalCode\":\"23681-2199\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-5914\"},{\"Type\":\"Email\",\"Value\":\"bill.l.smith@larc.nasa.gov\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Nimbus-6\",\"Instruments\":[{\"ShortName\":\"HIRS\",\"LongName\":\"High + Resolution Infrared Radiation Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"binary\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_DAAC\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Historic + Daily Meteorology Data (FIFE)\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179002736-ORNL_DAAC\",\"revision-date\":\"2023-03-10T23:04:03.184Z\",\"granule-count\":90,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Knapp, + M. 1994. Historic Daily Meteorology Data (FIFE). ORNL DAAC, Oak Ridge, Tennessee, + USA. http://dx.doi.org/10.3334/ORNLDAAC/39\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-102.0,\"NorthBoundingCoordinate\":40.0,\"EastBoundingCoordinate\":-95.0,\"SouthBoundingCoordinate\":37.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"MAXIMUM/MINIMUM TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1900-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1989-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/39\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"FIFE_HDAY_MET_39\",\"EntryTitle\":\"Historic + Daily Meteorology Data (FIFE)\",\"RelatedUrls\":[{\"Description\":\"This link + allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/fife/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/FIFE/guides/Historic_Daily_Met_Data.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/39\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/daacdata/fife/document/sur_met/hday_met.doc\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/daacdata/fife/data/sur_met/hday_met/hday_met.tdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/daacdata/fife/document/sur_met/Historic_Daily_Met_Data.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/project/square/fife_logo_square.png\"}],\"DataDates\":[{\"Date\":\"1994-07-24T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-03-10T23:04:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Daily + temperature & rainfall measured on the KSU campus\",\"MetadataDates\":[{\"Date\":\"1994-07-24T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"FIFE\",\"LongName\":\"First + ISLSCP Field Experiment\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"METEOROLOGICAL STATIONS\",\"LongName\":\"METEOROLOGICAL + STATIONS\",\"Instruments\":[{\"ShortName\":\"THERMOMETERS\",\"LongName\":\"THERMOMETERS\"},{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_DAAC\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Historic + Monthly Meteorology Data (FIFE)\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179003539-ORNL_DAAC\",\"revision-date\":\"2023-03-10T23:04:22.584Z\",\"granule-count\":132,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Knapp, + M. 1994. Historic Monthly Meteorology Data (FIFE). ORNL DAAC, Oak Ridge, Tennessee, + USA. http://dx.doi.org/10.3334/ORNLDAAC/40\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-102.0,\"NorthBoundingCoordinate\":40.0,\"EastBoundingCoordinate\":-95.0,\"SouthBoundingCoordinate\":37.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1858-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1989-12-01T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/40\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"FIFE_HMON_MET_40\",\"EntryTitle\":\"Historic + Monthly Meteorology Data (FIFE)\",\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/fife/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/FIFE/guides/Historic_Monthly_Met_Data.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/40\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/daacdata/fife/document/sur_met/Historic_Monthly_Met_Data.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/daacdata/fife/document/sur_met/hmon_met.doc\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/daacdata/fife/data/sur_met/hmon_met/hmon_met.tdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/project/square/fife_logo_square.png\"}],\"DataDates\":[{\"Date\":\"1994-07-24T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-03-10T23:04:22.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Manhattan, + KS. average rainfall measurements for every month since January 1858\",\"MetadataDates\":[{\"Date\":\"1994-07-24T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"FIFE\",\"LongName\":\"First + ISLSCP Field Experiment\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"METEOROLOGICAL STATIONS\",\"LongName\":\"METEOROLOGICAL + STATIONS\",\"Instruments\":[{\"ShortName\":\"RAIN GAUGES\",\"LongName\":\"RAIN + GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_USPAT_HUP_1.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1527281913-SEDAC\",\"revision-date\":\"2023-02-20T21:32:26.763Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"Historical + Urban Population: 3700 BC - AD 2000\",\"Creator\":\"Reba, M. L., F. Reitsma, + and K. C. Seto\",\"ReleaseDate\":\"2018-05-04T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4ZG6QBX\"}},{\"Title\":\"Spatializing + 6,000 Years of Global Urbanization from 3700 BC to AD 2000\",\"Creator\":\"Reba, + M. L., F. Reitsma, and K. C. Seto\",\"ReleaseDate\":\"2016-06-07T00:00:00.000Z\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.1038/sdata.2016.34\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":85.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-60.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1700-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2000-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H4ZG6QBX\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_USPAT_HUP\",\"EntryTitle\":\"Historical + Urban Population: 3700 BC - AD 2000\",\"PublicationReferences\":[{\"Title\":\"Spatializing + 6,000 Years of Global Urbanization from 3700 BC to AD 2000\",\"DOI\":{\"DOI\":\"10.1038/sdata.2016.34\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Reba, + M. L., F. Reitsma, and K. C. Seto\",\"PublicationDate\":\"2016-06-07T00:00:00.000Z\",\"Series\":\"Scientific + Data\",\"Pages\":\"160034\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/urbanspatial/urbanspatial-hist-urban-pop-3700bc-ad2000/urbanspatial-hist-urban-pop-3700bc-ad2000-number-records-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/urbanspatial-hist-urban-pop-3700bc-ad2000/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/urbanspatial-hist-urban-pop-3700bc-ad2000/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/urbanspatial-hist-urban-pop-3700bc-ad2000/docs\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/urbanspatial-hist-urban-pop-3700bc-ad2000\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2018-05-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-05-04T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Historical Urban Population, 3700 BC - AD 2000, originally developed by the + Yale School of Forestry & Environmental Studies, is the first spatially explicit + global data set containing location and size of urban populations over the + last 6,000 years. The data set was created by digitizing, transcribing, and + geocoding historical, archaeological, and census-based urban population data. + Each data point consists of a city name, latitude, longitude, year, population, + and a reliability ranking to assess the geographic uncertainty of each data + point. Despite spatial and temporal gaps, no other geocoded data set at this + resolution exists. It can therefore be used to investigate long-term historical + urbanization trends and patterns, evaluate the current era of urbanization, + and build a richer record of urban population through history.\",\"Purpose\":\"To + provide spatially explicit, historic, city-level population data from 3700 + BC to AD 2000 for improved understanding of contemporary and historical urbanization + trends.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"NEW ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"PALESTINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"TAIWAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"THAILAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-06-11T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-20T19:33:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_USPAT_HUP\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"USPAT\",\"LongName\":\"Urban + Spatial Data Collection\"}],\"UseConstraints\":{\"Description\":\"Users are + free to use, copy, distribute, transmit, and adapt the work for non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided and all distributions carry the same share-alike provision.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\"},{\"Format\":\"MOV\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"Fees\":\"0\"},{\"Format\":\"MOV\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":52,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"s3-links\":[\"s3://lp-prod-protected/HLSL30.020\",\"s3://lp-prod-public/HLSL30.020\"],\"has-spatial-subsetting\":false,\"native-id\":\"HLSL30V2\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2021957657-LPCLOUD\",\"revision-date\":\"2024-04-01T15:09:46.280Z\",\"granule-count\":11579336,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"TilingIdentificationSystems\":[{\"TilingIdentificationSystemName\":\"Military + Grid Reference System\",\"Coordinate1\":{\"MinimumValue\":\"1.0\",\"MaximumValue\":\"60\"},\"Coordinate2\":{\"MinimumValue\":\"C\",\"MaximumValue\":\"W\"}}],\"CollectionCitations\":[{\"Title\":\"HLS + Operational Land Imager Surface Reflectance and TOA Brightness Daily Global + 30m v2.0\",\"Creator\":\" Jeffrey Masek, Junchang Ju, Jean-Claude Roger, Sergii + Skakun, Eric Vermote, Martin Claverie, Jennifer Dungan, Zhangshi Yin, Brian + Freitag, Chris Justice\",\"ReleaseDate\":\"2021-08-24T00:00:00.000Z\",\"Publisher\":\"NASA + EOSDIS Land Processes Distributed Active Archive Center\",\"OtherCitationDetails\":\"The + DOI landing page provides citations in APA and Chicago styles.\",\"OnlineResource\":{\"Name\":\"DOI + Landing Page \",\"Linkage\":\"https://doi.org/10.5067/HLS/HLSL30.002\"},\"ReleasePlace\":\"Sioux + Falls, South Dakota, USA\"}],\"AdditionalAttributes\":[{\"Name\":\"LANDSAT_PRODUCT_ID\",\"Description\":\"LANDSAT + product ID\",\"DataType\":\"STRING\"},{\"Name\":\"CLOUD_COVERAGE\",\"Description\":\"Percentage + of cloud cover\",\"DataType\":\"INT\"},{\"Name\":\"SPATIAL_COVERAGE\",\"Description\":\"Spatial + Coverage\",\"DataType\":\"INT\"},{\"Name\":\"SPATIAL_RESOLUTION\",\"Description\":\"Spatial + resolution\",\"DataType\":\"FLOAT\"},{\"Name\":\"HORIZONTAL_CS_NAME\",\"Description\":\"UTM + zone and Coordinate System\",\"DataType\":\"STRING\"},{\"Name\":\"ULX\",\"Description\":\"Longitude\",\"DataType\":\"FLOAT\"},{\"Name\":\"ULY\",\"Description\":\"Latitude\",\"DataType\":\"FLOAT\"},{\"Name\":\"NCOLS\",\"Description\":\"Number + of columns\",\"DataType\":\"INT\"},{\"Name\":\"NROWS\",\"Description\":\"Number + of rows\",\"DataType\":\"INT\"},{\"Name\":\"MEAN_SUN_AZIMUTH_ANGLE\",\"Description\":\"Mean + sun azimuth angle\",\"DataType\":\"FLOAT\"},{\"Name\":\"MEAN_SUN_ZENITH_ANGLE\",\"Description\":\"Mean + sun zenith angle\",\"DataType\":\"FLOAT\"},{\"Name\":\"NBAR_Solar_Zenith\",\"Description\":\"NBAR + solar zenith\",\"DataType\":\"FLOAT\"},{\"Name\":\"ACCODE\",\"Description\":\"ACCODE\",\"DataType\":\"STRING\"},{\"Name\":\"TIRS_SSM_MODEL\",\"Description\":\"TIRS + SSM model\",\"DataType\":\"STRING\"},{\"Name\":\"TIRS_SSM_POSITION_STATUS\",\"Description\":\"TIRS + SSM position status\",\"DataType\":\"STRING\"},{\"Name\":\"USGS_SOFTWARE\",\"Description\":\"USGS + software version number\",\"DataType\":\"STRING\"},{\"Name\":\"PRODUCT_URI\",\"Description\":\"Product + URI\",\"DataType\":\"STRING\"},{\"Name\":\"MGRS_TILE_ID\",\"Description\":\"Sentinel + 2 Tile ID\",\"DataType\":\"STRING\"},{\"Name\":\"HLS_PROCESSING_TIME\",\"Description\":\"HLS + Processing Date and Time\",\"DataType\":\"STRING\"},{\"Name\":\"SENSING_TIME\",\"Description\":\"Image + Sensing Date and Time\",\"DataType\":\"STRING\"},{\"Name\":\"ADD_OFFSET\",\"Description\":\"additional + offset\",\"DataType\":\"INT\"},{\"Name\":\"REF_SCALE_FACTOR\",\"Description\":\"Scale + factor for reflectance bands\",\"DataType\":\"FLOAT\"},{\"Name\":\"THERM_SCALE_FACTOR\",\"Description\":\"Scale + factor for thermal bands\",\"DataType\":\"FLOAT\"},{\"Name\":\"FILLVALUE\",\"Description\":\"Band + Specific Data Fill Value\",\"DataType\":\"INT\"},{\"Name\":\"QA_FILLVALUE\",\"Description\":\"Quality + Assurance Data Fill Value\",\"DataType\":\"INT\"},{\"Name\":\"IDENTIFIER_PRODUCT_DOI\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"Value\":\"10.5067/HLS/HLSL30.002\",\"DataType\":\"STRING\"},{\"Name\":\"IDENTIFIER_PRODUCT_DOI_AUTHORITY\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"Value\":\"http://doi.org\",\"DataType\":\"STRING\"},{\"Name\":\"SPATIAL_RESAMPLING_ALG\",\"Description\":\"Spatial + Re-sampling Algorithm\\r\\n\",\"DataType\":\"STRING\"},{\"Name\":\"MEAN_VIEW_ZENITH_ANGLE\",\"Description\":\"Mean + View Zenith Angle\",\"DataType\":\"STRING\"},{\"Name\":\"MEAN_VIEW_AZIMUTH_ANGLE\",\"Description\":\"Mean + view azimuth angle\",\"DataType\":\"STRING\"},{\"Name\":\"ANG_SCALE_FACTOR\",\"Description\":\"Scale + factor for angle bands\",\"DataType\":\"FLOAT\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"ZoneIdentifier\":\"UTM\",\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Universal + Transverse Mercator (UTM)\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System (WGS84)\"},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":30.0,\"YDimension\":30.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-04-11T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales, usually with some completeness and + consistency\"},\"DOI\":{\"DOI\":\"10.5067/HLS/HLSL30.002\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"HLSL30\",\"EntryTitle\":\"HLS + Landsat Operational Land Imager Surface Reflectance and TOA Brightness Daily + Global 30m v2.0\",\"Quality\":\"For scenes greater than or equal to 80 degrees + North, multiple overpasses can be gridded into a single MGRS tile resulting + in an L30 granule with data sensed at two different times. In this same area, + it is also possible that Landsat overpasses that should be gridded into a + single MGRS tile are actually written as separate data files. Finally, for + scenes with a latitude greater than or equal to 65 degrees North, ascending + Landsat scenes may have a slightly higher error in the BRDF correction because + the algorithm is calibrated using descending scenes.\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://lp-prod-protected/HLSL30.020\",\"s3://lp-prod-public/HLSL30.020\"],\"S3CredentialsAPIEndpoint\":\"https://data.lpdaac.earthdatacloud.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.lpdaac.earthdatacloud.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Earthdata + Search allows users to search, discover, visualize, refine, and access NASA + Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2021957657-LPCLOUD\",\"GetData\":{\"Format\":\"COG\",\"Size\":20.0,\"Unit\":\"MB\"}},{\"Description\":\"The + LP DAAC product page provides information on Science Data Set layers and links + for user guides, ATBDs, data access, tools, customer support, etc.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/HLS/HLSL30.002\"},{\"Description\":\"The + LP DAAC website provides detailed information on discovery, distribution, + access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The technical + information in the User's Guide enables users to interpret and use the data + products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/1698/HLS_User_Guide_V2.pdf\"},{\"Description\":\"The + ATBD provides physical theory and mathematical procedures for the calculations + used to produce the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://lpdaac.usgs.gov/documents/769/HLS_ATBD_V15_provisional.pdf\"},{\"Description\":\"The + HLS Quick Guide provides directions for accessing the data in Earthdat Search.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"HOW-TO\",\"URL\":\"https://lpdaac.usgs.gov/documents/1117/HLS_Quick_Guide_v02.pdf\"},{\"Description\":\"Getting + Started with Cloud-Native HLS Data in Python is a Jupyter Notebook tutorial.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"HOW-TO\",\"URL\":\"https://git.earthdata.nasa.gov/projects/LPDUR/repos/hls-tutorial/browse\"},{\"Description\":\"HLS + Subsetting, Processing and Exporting Reformatted (HLS SuPER) data prep script + is a command line executable Python script that finds, accesses, and processes + HLS data according to input criteria.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"HOW-TO\",\"URL\":\"https://git.earthdata.nasa.gov/projects/LPDUR/repos/hls-super-script/browse\"},{\"Description\":\"Browse + image for Earthdata Search\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://cmr.earthdata.nasa.gov/browse-scaler/browse_images/granules/G2095313663-LPCLOUD?h=512&w=512\"},{\"Description\":\"HLS + download helper script \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"HOW-TO\",\"URL\":\"https://git.earthdata.nasa.gov/projects/LPDUR/repos/hls-bulk-download/browse\"},{\"Description\":\"Getting + Started with Cloud-Native Harmonized Landsat Sentinel-2 (HLS) Data in R\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"HOW-TO\",\"URL\":\"https://lpdaac.usgs.gov/resources/e-learning/getting-started-with-cloud-native-harmonized-landsat-sentinel-2-hls-data-in-r/\"},{\"Description\":\"The + Application for Extracting and Exploring Analysis Ready Samples (A\u03C1\u03C1EEARS) + offers a simple and efficient way to perform data access and transformation + processes.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"APPEEARS\",\"URL\":\"https://appeears.earthdatacloud.nasa.gov/\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2013-09-03T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2015-12-03T10:57:07.000Z\"}],\"Abstract\":\"The + Harmonized Landsat Sentinel-2 (HLS) project provides consistent surface reflectance + (SR) and top of atmosphere (TOA) brightness data from a virtual constellation + of satellite sensors. The Operational Land Imager (OLI) is housed aboard the + joint NASA/USGS Landsat 8 and Landsat 9 satellites, while the Multi-Spectral + Instrument (MSI) is mounted aboard Europe\u2019s Copernicus Sentinel-2A and + Sentinel-2B satellites. The combined measurement enables global observations + of the land every 2\u20133 days at 30-meter (m) spatial resolution. The HLS + project uses a set of algorithms to obtain seamless products from OLI and + MSI that include atmospheric correction, cloud and cloud-shadow masking, spatial + co-registration and common gridding, illumination and view angle normalization, + and spectral bandpass adjustment.\\r\\n\\r\\nThe HLSL30 product provides 30-m + Nadir Bidirectional Reflectance Distribution Function (BRDF)-Adjusted Reflectance + (NBAR) and is derived from Landsat 8/9 OLI data products. The HLSS30 and HLSL30 + products are gridded to the same resolution and Military Grid Reference System + (MGRS)(https://hls.gsfc.nasa.gov/products-description/tiling-system/) tiling + system, and thus are \u201Cstackable\u201D for time series analysis.\\r\\n\\r\\nThe + HLSL30 product is provided in Cloud Optimized GeoTIFF (COG) format, and each + band is distributed as a separate file. There are 11 bands included in the + HLSL30 product along with one quality assessment (QA) band and four angle + bands. See the User Guide for a more detailed description of the individual + bands provided in the HLSL30 product.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-07-19T16:38:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T15:09:00.000Z\"}],\"VersionDescription\":\"HLS + Version 2\",\"Version\":\"2.0\",\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data + Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License + URL for data use policy\",\"MimeType\":\"text/html\"}},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Jeffrey\",\"MiddleName\":\"G.\",\"LastName\":\"Masek\",\"NonDataCenterAffiliation\":\"HLS + Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jeffrey.g.masek@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Junchang\",\"LastName\":\"Ju\",\"NonDataCenterAffiliation\":\"HLS + Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"junchang.ju@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"LP + DAAC\",\"LongName\":\"Land Processes Distributed Active Archive Center\",\"ContactInformation\":{\"ServiceHours\":\"M-F, + 8 a.m. to 4 p.m. Central Time\",\"ContactInstruction\":\"LP DAAC User Services + is the point of contact for answering questions concerning data products, + data access, and online applications.\",\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"605-594-6116\"},{\"Type\":\"U.S. + toll free\",\"Value\":\"866-573-3222\"},{\"Type\":\"Email\",\"Value\":\"lpdaac@usgs.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"U.S. Geological Survey, Earth Resources Observation + and Science (EROS) Center\"],\"City\":\"Sioux Falls\",\"StateProvince\":\"South + Dakota\",\"PostalCode\":\"57198\"}],\"RelatedUrls\":[{\"Description\":\"The + LP DAAC website provides detailed information on discovery, distribution, + access, and support of land data products.\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"GroupName\":\"User Services\",\"ContactInformation\":{\"ServiceHours\":\"M-F, + 8 a.m. to 4 p.m. Central Time\",\"ContactInstruction\":\"LP DAAC User Services + is the point of contact for answering questions concerning data products, + data access, and online applications.\",\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"605-594-6116\"},{\"Type\":\"U.S. + toll free\",\"Value\":\"866-573-3222\"},{\"Type\":\"Email\",\"Value\":\"lpdaac@usgs.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"U.S. Geological Survey, Earth Resources Observation + and Science (EROS) Center\"],\"City\":\"Sioux Falls\",\"PostalCode\":\"57198\"}],\"RelatedUrls\":[{\"Description\":\"The + LP DAAC website provides detailed information on discovery, distribution, + access, and support of land data products.\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"}]}}]},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP + DAAC\",\"LongName\":\"Land Processes Distributed Active Archive Center\",\"ContactInformation\":{\"ServiceHours\":\"M-F, + 8 a.m. to 4 p.m. Central Time\",\"ContactInstruction\":\"LP DAAC User Services + is the point of contact for answering questions concerning data products, + data access, and online applications.\",\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"605-594-6116\"},{\"Type\":\"U.S. + toll free\",\"Value\":\"866-573-3222\"},{\"Type\":\"Email\",\"Value\":\"lpdaac@usgs.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"U.S. Geological Survey, Earth Resources Observation + and Science (EROS) Center\"],\"City\":\"Sioux Falls\",\"StateProvince\":\"South + Dakota\",\"PostalCode\":\"57198\"}],\"RelatedUrls\":[{\"Description\":\"The + LP DAAC website provides detailed information on discovery, distribution, + access, and support of land data products.\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/IMPACT\",\"LongName\":\"Interagency + Implementation and Advanced Concepts Team, NASA\",\"ContactInformation\":{\"Addresses\":[{\"Country\":\"United + States\"}],\"RelatedUrls\":[{\"Description\":\"The IMPACT website provides + additional information about IMPACT's projects.\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://earthdata.nasa.gov/esds/impact\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"LANDSAT-8\",\"LongName\":\"LANDSAT-8\",\"Instruments\":[{\"ShortName\":\"OLI\",\"LongName\":\"Operational + Land Imager\",\"ComposedOf\":[{\"ShortName\":\"OLI\",\"LongName\":\"Operational + Land Imager\"}]}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"LANDSAT-9\",\"LongName\":\"LANDSAT-9\",\"Instruments\":[{\"ShortName\":\"OLI\",\"LongName\":\"Operational + Land Imager\",\"ComposedOf\":[{\"ShortName\":\"OLI\",\"LongName\":\"Operational + Land Imager\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Cloud + Optimized GeoTIFF (COG)\",\"FormatType\":\"Native\",\"Media\":[\"Earthdata + Cloud\",\"HTTPS\"],\"AverageFileSize\":20.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2013-04-11T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":53,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LPCLOUD\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL1860232272-LPDAAC_ECS\"]},\"s3-links\":[\"s3://lp-prod-protected/HLSS30.020\",\"s3://lp-prod-public/HLSS30.020\"],\"has-spatial-subsetting\":false,\"native-id\":\"HLSS30V2\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL1860232272-LPDAAC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2021957295-LPCLOUD\",\"revision-date\":\"2024-04-01T15:11:47.373Z\",\"granule-count\":15470795,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"TilingIdentificationSystems\":[{\"TilingIdentificationSystemName\":\"Military + Grid Reference System\",\"Coordinate1\":{\"MinimumValue\":\"1\",\"MaximumValue\":\"60\"},\"Coordinate2\":{\"MinimumValue\":\"C\",\"MaximumValue\":\"W\"}}],\"CollectionCitations\":[{\"Title\":\"HLS + Sentinel-2 Multi-spectral Instrument Surface Reflectance Daily Global 30m + v2.0\",\"Creator\":\"Jeffrey Masek, Junchang Ju, Jean-Claude Roger, Sergii + Skakun, Eric Vermote, Martin Claverie, Jennifer Dungan, Zhangshi Yin, Brian + Freitag, Chris Justice\",\"ReleaseDate\":\"2021-08-24T00:00:00.000Z\",\"ReleasePlace\":\"Sioux + Falls, South Dakota, USA\",\"Publisher\":\"NASA EOSDIS Land Processes Distributed + Active Archive Center\",\"OtherCitationDetails\":\"The DOI landing page provides + citations in APA and Chicago styles.\",\"OnlineResource\":{\"Name\":\"DOI + Landing page\",\"Linkage\":\"https://doi.org/10.5067/HLS/HLSS30.002\"}}],\"AdditionalAttributes\":[{\"Name\":\"CLOUD_COVERAGE\",\"Description\":\"Percent + of cloud coverage\",\"DataType\":\"INT\"},{\"Name\":\"MGRS_TILE_ID\",\"Description\":\"Tile + identifier of MGRS grid\",\"DataType\":\"STRING\"},{\"Name\":\"SPATIAL_COVERAGE\",\"Description\":\"Percentage + of spatial coverage\",\"DataType\":\"INT\"},{\"Name\":\"SPATIAL_RESOLUTION\",\"Description\":\"Spatial + Resolution \",\"DataType\":\"FLOAT\"},{\"Name\":\"HORIZONTAL_CS_CODE\",\"Description\":\"EPSG + code\",\"DataType\":\"STRING\"},{\"Name\":\"HORIZONTAL_CS_NAME\",\"Description\":\"Coordinate + system and UTM identifier \",\"DataType\":\"STRING\"},{\"Name\":\"ULX\",\"Description\":\"Longitude\",\"DataType\":\"FLOAT\"},{\"Name\":\"ULY\",\"Description\":\"Latitude\",\"DataType\":\"FLOAT\"},{\"Name\":\"SPATIAL_RESAMPLING_ALG\",\"Description\":\"Spatial + Re-sampling Algorithm\",\"DataType\":\"STRING\"},{\"Name\":\"ADD_OFFSET\",\"Description\":\"additional + offset\",\"DataType\":\"FLOAT\"},{\"Name\":\"REF_SCALE_FACTOR\",\"Description\":\"Scale + factor for reflectance bands\",\"DataType\":\"FLOAT\"},{\"Name\":\"FILLVALUE\",\"Description\":\"Fill + Value\",\"DataType\":\"INT\"},{\"Name\":\"PRODUCT_URI\",\"Description\":\"Product + Unique Resource Identifier\",\"DataType\":\"STRING\"},{\"Name\":\"HLS_PROCESSING_TIME\",\"Description\":\"HLS + Processing Date and Time\",\"DataType\":\"STRING\"},{\"Name\":\"SENSING_TIME\",\"Description\":\"Image + Sensing Date and Time\",\"DataType\":\"STRING\"},{\"Name\":\"QA_FILLVALUE\",\"Description\":\"Quality + Assurance Data Fill Value\",\"DataType\":\"INT\"},{\"Name\":\"NCOLS\",\"Description\":\"Number + of Columns\",\"DataType\":\"INT\"},{\"Name\":\"NROWS\",\"Description\":\"Number + of rows\",\"DataType\":\"INT\"},{\"Name\":\"MEAN_SUN_AZIMUTH_ANGLE\",\"Description\":\"Mean + sun azimuth angle band 1\",\"DataType\":\"FLOAT\"},{\"Name\":\"MEAN_SUN_ZENITH_ANGLE\",\"Description\":\"Mean + sun zenith angle band 1\",\"DataType\":\"FLOAT\"},{\"Name\":\"MEAN_VIEW_AZIMUTH_ANGLE\",\"Description\":\"Mean + view azimuth angle band 1\",\"DataType\":\"FLOAT\"},{\"Name\":\"MEAN_VIEW_ZENITH_ANGLE\",\"Description\":\"Mean + view zenith angle band 1\",\"DataType\":\"FLOAT\"},{\"Name\":\"NBAR_SOLAR_ZENITH\",\"Description\":\"NBAR + solar zenith\",\"DataType\":\"FLOAT\"},{\"Name\":\"MSI_BAND_01_BANDPASS_ADJUSTMENT_SLOPE_AND_OFFSET\",\"Description\":\"MSI + band 1 bandpass adjustment slope and offset\",\"DataType\":\"FLOAT\"},{\"Name\":\"MSI_BAND_02_BANDPASS_ADJUSTMENT_SLOPE_AND_OFFSET\",\"Description\":\"MSI + band 2 bandpass adjustment slope and offset\",\"DataType\":\"FLOAT\"},{\"Name\":\"MSI_BAND_03_BANDPASS_ADJUSTMENT_SLOPE_AND_OFFSET\",\"Description\":\"MSI + band 03 bandpass adjustment slope and offset\",\"DataType\":\"FLOAT\"},{\"Name\":\"MSI_BAND_04_BANDPASS_ADJUSTMENT_SLOPE_AND_OFFSET\",\"Description\":\"MSI + band 4 bandpass adjustment slope and offset\",\"DataType\":\"FLOAT\"},{\"Name\":\"MSI_BAND_11_BANDPASS_ADJUSTMENT_SLOPE_AND_OFFSET\",\"Description\":\"MSI + band 11 bandpass adjustment slope and offset\",\"DataType\":\"FLOAT\"},{\"Name\":\"MSI_BAND_12_BANDPASS_ADJUSTMENT_SLOPE_AND_OFFSET\",\"Description\":\"MSI + band 12 bandpass adjustment slope and offset\",\"DataType\":\"FLOAT\"},{\"Name\":\"MSI_BAND_8A_BANDPASS_ADJUSTMENT_SLOPE_AND_OFFSET\",\"Description\":\"MSI + band 8a bandpass adjustment slope and offset\",\"DataType\":\"FLOAT\"},{\"Name\":\"AROP_AVE_XSHIFT(METERS)\",\"Description\":\"arop + ave xshift in meters\",\"DataType\":\"FLOAT\"},{\"Name\":\"AROP_AVE_YSHIFT(METERS)\",\"Description\":\"arop + ave yshift in meters\",\"DataType\":\"FLOAT\"},{\"Name\":\"AROP_NCP\",\"Description\":\"arop + ncp\",\"DataType\":\"INT\"},{\"Name\":\"AROP_RMSE(METERS)\",\"Description\":\"arop + root mean square error\",\"DataType\":\"FLOAT\"},{\"Name\":\"AROP_S2_REFIMG\",\"Description\":\"arop + s2 remimg\",\"DataType\":\"STRING\"},{\"Name\":\"ACCODE\",\"Description\":\"LaSRC + Version\",\"DataType\":\"STRING\"},{\"Name\":\"PROCESSING_BASELINE\",\"Description\":\"Processing + baseline\",\"DataType\":\"STRING\"},{\"Name\":\"IDENTIFIER_PRODUCT_DOI\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"Value\":\"10.5067/HLS/HLSS30.002\",\"DataType\":\"STRING\"},{\"Name\":\"IDENTIFIER_PRODUCT_DOI_AUTHORITY\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"Value\":\"https://doi.org\",\"DataType\":\"STRING\"},{\"Name\":\"ANG_SCALE_FACTOR\",\"Description\":\"Scale + factor for angle bands\",\"DataType\":\"FLOAT\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"ZoneIdentifier\":\"UTM\",\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Universal + Transverse Mercator (UTM)\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System (WGS84)\"},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":30.0,\"YDimension\":30.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-11-28T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales, usually with some completeness and + consistency\"},\"DOI\":{\"DOI\":\"10.5067/HLS/HLSS30.002\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"HLSS30\",\"EntryTitle\":\"HLS + Sentinel-2 Multi-spectral Instrument Surface Reflectance Daily Global 30m + v2.0\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://lp-prod-protected/HLSS30.020\",\"s3://lp-prod-public/HLSS30.020\"],\"S3CredentialsAPIEndpoint\":\"https://data.lpdaac.earthdatacloud.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.lpdaac.earthdatacloud.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Earthdata + Search allows users to search, discover, visualize, refine, and access NASA + Earth Observation data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=C2021957295-LPCLOUD\",\"GetData\":{\"Format\":\"COG\",\"Size\":20.0,\"Unit\":\"MB\"}},{\"Description\":\"The + LP DAAC product page provides information on Science Data Set layers and links + for user guides, ATBDs, data access, tools, customer support, etc. \",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/HLS/HLSS30.002\"},{\"Description\":\"The + LP DAAC website provides detailed information on discovery, distribution, + access, and support of land data products.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"},{\"Description\":\"The technical + information in the User's Guide enables users to interpret and use the data + products. \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://lpdaac.usgs.gov/documents/1698/HLS_User_Guide_V2.pdf\"},{\"Description\":\"The + ATBD provides physical theory and mathematical procedures for the calculations + used to produce the data products.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://lpdaac.usgs.gov/documents/769/HLS_ATBD_V15_provisional.pdf\"},{\"Description\":\"The + HLS Quick Guide provides directions for accessing the data in Earthdat Search.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"HOW-TO\",\"URL\":\"https://lpdaac.usgs.gov/documents/1117/HLS_Quick_Guide_v02.pdf\"},{\"Description\":\"Getting + Started with Cloud-Native HLS Data in Python is a Jupyter Notebook tutorial.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"HOW-TO\",\"URL\":\"https://git.earthdata.nasa.gov/projects/LPDUR/repos/hls-tutorial/browse\"},{\"Description\":\"HLS + Subsetting, Processing and Exporting Reformatted (HLS SuPER) data prep script + \ is a command line executable Python script that finds, accesses, and processes + HLS data according to input criteria.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"HOW-TO\",\"URL\":\"https://git.earthdata.nasa.gov/projects/LPDUR/repos/hls-super-script/browse\"},{\"Description\":\"Browse + image for Earthdata Search\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://cmr.earthdata.nasa.gov/browse-scaler/browse_images/granules/G2095548655-LPCLOUD?h=512&w=512\"},{\"Description\":\"HLS + download helper script \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"HOW-TO\",\"URL\":\"https://git.earthdata.nasa.gov/projects/LPDUR/repos/hls-bulk-download/browse\"},{\"Description\":\"Getting + Started with Cloud-Native Harmonized Landsat Sentinel-2 (HLS) Data in R\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"HOW-TO\",\"URL\":\"https://lpdaac.usgs.gov/resources/e-learning/getting-started-with-cloud-native-harmonized-landsat-sentinel-2-hls-data-in-r/\"},{\"Description\":\"The + Application for Extracting and Exploring Analysis Ready Samples (A\u03C1\u03C1EEARS) + offers a simple and efficient way to perform data access and transformation + processes.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"APPEEARS\",\"URL\":\"https://appeears.earthdatacloud.nasa.gov/\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2014-04-03T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2020-03-04T07:19:53.396Z\"}],\"Abstract\":\"The + Harmonized Landsat Sentinel-2 (HLS) project provides consistent surface reflectance + data from the Operational Land Imager (OLI) aboard the joint NASA/USGS Landsat + 8 satellite and the Multi-Spectral Instrument (MSI) aboard Europe\u2019s Copernicus + Sentinel-2A and Sentinel-2B satellites. The combined measurement enables global + observations of the land every 2\u20133 days at 30-meter (m) spatial resolution. + The HLS project uses a set of algorithms to obtain seamless products from + OLI and MSI that include atmospheric correction, cloud and cloud-shadow masking, + spatial co-registration and common gridding, illumination and view angle normalization, + and spectral bandpass adjustment. \\r\\n\\r\\nThe HLSS30 product provides + 30-m Nadir Bidirectional Reflectance Distribution Function (BRDF)-Adjusted + Reflectance (NBAR) and is derived from Sentinel-2A and Sentinel-2B MSI data + products. The HLSS30 and HLSL30 products are gridded to the same resolution + and Military Grid Reference System (MGRS) (https://hls.gsfc.nasa.gov/products-description/tiling-system/) + tiling system, and thus are \u201Cstackable\u201D for time series analysis.\\r\\n\\r\\nThe + HLSS30 product is provided in Cloud Optimized GeoTIFF (COG) format, and each + band is distributed as a separate COG. There are 13 bands included in the + HLSS30 product along with four angle bands and a quality assessment (QA) band. + See the User Guide for a more detailed description of the individual bands + provided in the HLSS30 product.\\r\\n\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-03-16T15:59:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-01T15:11:00.000Z\"}],\"VersionDescription\":\"HLS + Version 2\",\"Version\":\"2.0\",\"UseConstraints\":{\"LicenseURL\":{\"Name\":\"Data + Use Policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Description\":\"License + URL for data use policy\",\"MimeType\":\"text/html\"}},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"Jeffrey\",\"MiddleName\":\"G.\",\"LastName\":\"Masek\",\"NonDataCenterAffiliation\":\"HLS + Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jeffrey.g.masek@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Junchang\",\"LastName\":\"Ju\",\"NonDataCenterAffiliation\":\"HLS + Science Team\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"junchang.ju@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"LP + DAAC\",\"LongName\":\"Land Processes Distributed Active Archive Center\",\"ContactInformation\":{\"ServiceHours\":\"M-F, + 8 a.m. to 4 p.m. Central Time\",\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"605-594-6116\"},{\"Type\":\"U.S. + toll free\",\"Value\":\"866-573-3222\"},{\"Type\":\"Email\",\"Value\":\"lpdaac@usgs.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"U.S. Geological Survey, Earth Resources Observation + and Science (EROS) Center\"],\"City\":\"Sioux Falls\",\"StateProvince\":\"South + Dakota\",\"PostalCode\":\"57198\"}],\"RelatedUrls\":[{\"Description\":\"The + LP DAAC website provides detailed information on discovery, distribution, + access, and support of land data products.\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"GroupName\":\"User Services\",\"ContactInformation\":{\"ServiceHours\":\"M-F, + 8 a.m. to 4 p.m. Central Time\",\"ContactInstruction\":\"LP DAAC User Services + is the point of contact for answering questions concerning data products, + data access, and online applications.\",\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"605-594-6116\"},{\"Type\":\"U.S. + toll free\",\"Value\":\"866-573-3222\"},{\"Type\":\"Email\",\"Value\":\"lpdaac@usgs.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"U.S. Geological Survey, Earth Resources Observation + and Science (EROS) Center\"],\"City\":\"Sioux Falls\",\"PostalCode\":\"57198\"}],\"RelatedUrls\":[{\"Description\":\"The + LP DAAC website provides detailed information on discovery, distribution, + access, and support of land data products.\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://lpdaac.usgs.gov/\"}]}}]},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/IMPACT\",\"LongName\":\"Interagency + Implementation and Advanced Concepts Team, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"The + IMPACT website provides additional information about IMPACT's projects.\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://earthdata.nasa.gov/esds/impact\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Sentinel-2A\",\"LongName\":\"Sentinel-2A\",\"Instruments\":[{\"ShortName\":\"Sentinel-2 + MSI\",\"LongName\":\"Sentinel-2 Multispectral Imager\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Sentinel-2B\",\"LongName\":\"Sentinel-2B\",\"Instruments\":[{\"ShortName\":\"Sentinel-2 + MSI\",\"LongName\":\"Sentinel-2 Multispectral Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Cloud + Optimized GeoTIFF (COG)\",\"FormatType\":\"Native\",\"Media\":[\"Earthdata + Cloud\",\"HTTPS\"],\"AverageFileSize\":20.0,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSizeBeginDate\":\"2015-11-28T00:00:00.000Z\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2344629398-POCLOUD\",\"V2344629341-POCLOUD\",\"V2363742553-POCLOUD\",\"V2344629374-POCLOUD\",\"V2344629315-POCLOUD\",\"V2363742534-POCLOUD\",\"V2344629290-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/HOMAGE_STERIC_OHC_TIME_SERIES_v01/\",\"podaac-ops-cumulus-public/HOMAGE_STERIC_OHC_TIME_SERIES_v01/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Monthly+Time+series+of+global+average+steric+height+anomalies+and+ocean+heat+content+estimates+version+01+from+the+In-Situ+Argo+measurements+by+Scripps+Institution+of+Oceanography\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2344629398-POCLOUD\"},{\"concept-id\":\"V2344629341-POCLOUD\"},{\"concept-id\":\"V2363742553-POCLOUD\"},{\"concept-id\":\"V2344629374-POCLOUD\"},{\"concept-id\":\"V2344629315-POCLOUD\"},{\"concept-id\":\"V2363742534-POCLOUD\"},{\"concept-id\":\"V2344629290-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2263337642-POCLOUD\",\"revision-date\":\"2023-09-05T19:02:18.527Z\",\"granule-count\":9,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GRACE-FO\",\"HOMAGE\",\" + OBP\",\" GOMA\",\"Gravity\",\" MEASURES\",\" JPL\",\"Sea Level\",\"OCEAN MASS\",\"Ocean + Heat Content Energy\"],\"CollectionCitations\":[{\"Version\":\"1.0\",\"Title\":\"JPL + MEaSUREs HOMAGE Steric Sea Level and Ocean Heat Content Anomalies\\r\\n\",\"Creator\":\"Frederikse, + T., Landerer, F., Killett, E.\",\"SeriesName\":\"HOMaGE\",\"ReleaseDate\":\"2022-05-26T00:00:00.000Z\",\"ReleasePlace\":\"JPL\",\"Publisher\":\"JPL/PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"HOMaGE\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-HMSSO-4TJ01\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":89.5,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-89.5}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":360.0,\"YDimension\":180.0,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SEA SURFACE TOPOGRAPHY\",\"VariableLevel1\":\"SEA + LEVEL\",\"VariableLevel2\":\"SEA LEVEL ANOMALY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + HEAT BUDGET\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1978-01-15T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/HMSSO-4TJ01\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"HOMAGE_STERIC_OHC_TIME_SERIES_v01\",\"EntryTitle\":\"HOMAGE + Monthly Time series of global average steric height anomalies and ocean heat + content estimates from gridded in-situ ocean observations version 01\",\"PublicationReferences\":[{\"Title\":\"The + causes of sea-level rise since 1900\",\"Publisher\":\"Nature\",\"DOI\":{\"DOI\":\"10.1038/s41586-020-2591-3\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Frederikse, + T., Landerer, F., Caron, L. et al.\",\"PublicationDate\":\"2020-08-09T00:00:00.000Z\",\"Volume\":\"584\",\"ReportNumber\":\"393\u2013397\"},{\"Title\":\"Argo + float data and metadata from Global Data Assembly Centre (Argo GDAC)\",\"Publisher\":\"SEANOE\",\"DOI\":{\"DOI\":\"10.17882/42182\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Argo\",\"PublicationDate\":\"2022-05-10T00:00:00.000Z\"},{\"Title\":\"The + 2004\u20132008 mean and annual cycle of temperature, salinity, and steric + height in the global ocean from the Argo Program\",\"Publisher\":\"Progress + in Oceanography\",\"DOI\":{\"DOI\":\"10.1016/j.pocean.2009.03.004\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Roemmich, + D. and J. Gilson\",\"PublicationDate\":\"2009-08-05T00:00:00.000Z\",\"Volume\":\"82\",\"Issue\":\"2\"},{\"Title\":\"Earth's + energy imbalance from the ocean perspective (2005\u20132019)\",\"Publisher\":\"Geophysical + Research Letters\",\"DOI\":{\"DOI\":\"10.1029/2021GL093624\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Hakuba, + M. Z., Frederikse, T., & Landerer, F. W.\",\"PublicationDate\":\"2021-08-28T00:00:00.000Z\",\"Volume\":\"48\",\"Issue\":\"16\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/HOMAGE_STERIC_OHC_TIME_SERIES_v01/\",\"podaac-ops-cumulus-public/HOMAGE_STERIC_OHC_TIME_SERIES_v01/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/HOMAGE_SIO_STERIC_OHC_TIME_SERIES_v01.jpg\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"Argo + float data and metadata from Global Data Assembly Centre\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PRODUCTION HISTORY\",\"URL\":\"https://doi.org/10.17882/42182\"},{\"Description\":\"THE + ARGO PROGRAM\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://globalocean.noaa.gov/Research/Argo-Program\"},{\"Description\":\"HOMAGE + Project\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://www.earthdata.nasa.gov/esds/competitive-programs/measures/homage\"},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2263337642-POCLOUD\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2263337642-POCLOUD\"},{\"Description\":\"Argo + Project\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://argo.ucsd.edu/\"},{\"Description\":\"GRACE-FO + Project\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://gracefo.jpl.nasa.gov/\"},{\"Description\":\"GRACE + Project\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://grace.jpl.nasa.gov/mission/grace/\"},{\"Description\":\"Roemmich-Gilson + Argo Climatology\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PRODUCTION HISTORY\",\"URL\":\"https://sio-argo.ucsd.edu/RG_Climatology.html\"},{\"Description\":\"I17 + data source\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PRODUCTION HISTORY\",\"URL\":\"https://climate.mri-jma.go.jp/pub/ocean/ts/v7.3.1/\"},{\"Description\":\"Met + Office Hadley Centre\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PRODUCTION HISTORY\",\"URL\":\"https://hadleyserver.metoffice.gov.uk/index.html\"},{\"Description\":\"User + Mini-Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/homage/open/L4/docs/HOMAGE_ARGO_STERIC_OHC_TIME_SERIES_UserGuide.docx\"},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-04-28T22:10:49.505Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-04-28T22:10:49.505Z\"}],\"Abstract\":\"The + [HOMAGE_STERIC_OHC_TIME_SERIES_v01] dataset contains monthly global mean ocean + heat content (OHC) anomalies as well as thermosteric, halosteric and total + steric sea level anomalies computed from various gridded ocean data sets of + sub-temperature and salinity profiles as provided by different institutions: + Scripps Institution of Oceanography (SIO); \\r\\nInstitute of Atmospheric + Physics (IAP); Barnes objective analysis (BOA from CSIO, MNR); Jamstec / Ishii + et al. 2017 (I17); and Met Office Hadley Centre: EN4_c13, EN4_c14, EN4_g10, + and EN4_I09. \\r\\nThe data are averaged over the quasi-global ocean domain + (i.e., where valid values are defined; note that gaps exist, in particular + towards polar latitudes), at monthly intervals. The input profiling data (i.e, + temperature and salinity profiles at depth levels), editing, quality flags + and processing schemes vary across the different gridded products, please + refer to the documentation for each institution\u2019s data product for details. + Since 2005, the profiling data are dominated by the observations from the + global Argo network (e.g., https://argo.ucsd.edu/), which comprises nearly + 4000 active floats (as of 08/2022). Before 2005, non-Argo data such as XBT + profilers were used, and the global ocean coverage was significantly more + sparse. Data sets from SIO and BOA are Argo-only, while the others also include + other observations, such as expendable bathythermographs (XBTs) and Conductivity-Temperature-Depth + (CTD) observations. The data are active forward stream data files and will + be frequently updated as new observations are acquired by Argo, and processed + by the data centers.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-05-26T23:21:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T19:02:00.000Z\"}],\"Version\":\"1.0\",\"Projects\":[{\"ShortName\":\"MEaSUREs/HOMaGE\",\"LongName\":\"MEaSUREs + HOMaGE: Heat and Ocean Mass from Gravity ESDR\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\"},{\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}],\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Buoys\",\"ShortName\":\"Argo-Float\"},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity Recovery + and Climate Experiment\"},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/global_soil/Soil_Moisture_Alaska_Alberta/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Soil_Moisture_Alaska_Alberta_2123\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2633820284-ORNL_CLOUD\",\"revision-date\":\"2023-06-12T20:26:17.407Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Bourgeau-Chavez, + L.L., J.A. Graham, K. Bosse, A. Poley, M.J. Battaglia, and B. Hart. 2023. + Hourly Soil Moisture Logger Data, Alberta and Alaska, 2017-2021. ORNL DAAC, + Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/2123\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-148.81,\"NorthBoundingCoordinate\":69.63,\"EastBoundingCoordinate\":-115.11,\"SouthBoundingCoordinate\":56.66}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + HORIZONS/PROFILE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + MOISTURE/WATER CONTENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL TEMPERATURE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-07-24T01:00:00.000Z\",\"EndingDateTime\":\"2021-07-29T23:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"level + 1A data processed to sensor units\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/2123\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"Soil_Moisture_Alaska_Alberta_2123\",\"EntryTitle\":\"Hourly + Soil Moisture Logger Data, Alberta and Alaska, 2017-2021\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/global_soil/Soil_Moisture_Alaska_Alberta/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/global_soil/Soil_Moisture_Alaska_Alberta/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/SOILS/guides/Soil_Moisture_Alaska_Alberta.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/2123\"},{\"Description\":\"Hourly + Soil Moisture Logger Data, Alberta and Alaska, 2017-2021: probe_calibration_supplement.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/global_soil/Soil_Moisture_Alaska_Alberta/comp/probe_calibration_supplement.pdf\"},{\"Description\":\"Hourly + Soil Moisture Logger Data, Alberta and Alaska, 2017-2021: Soil_Moisture_Alaska_Alberta.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/global_soil/Soil_Moisture_Alaska_Alberta/comp/Soil_Moisture_Alaska_Alberta.pdf\"},{\"Description\":\"Location + of sites in Alaska, U.S., and Alberta, Canada (left, red triangles) and calibration + plot (right) for the Campbell Scientific CS625 soil moisture sensor and five + types of organic soils.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/SOILS/guides/Soil_Moisture_Alaska_Alberta_Fig1.jpg\"}],\"DataDates\":[{\"Date\":\"2023-03-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-06-12T20:26:16.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset includes hourly in-situ soil moisture measurements from data loggers + in predominantly organic soils (very low bulk density) at two locations: 1) + along the Sag River in Alaska, U.S., and 2) near Red Earth Creek in Alberta, + Canada. The dataset also provides soil moisture probe periods, temperature + probe readings, as well as calibration coefficients and soil profile measurements + used to create per probe calibrations for derived volumetric moisture content. + The Campbell Scientific CR200 data loggers used CS625 water content reflectometers + and temperature probe 109. Further details to the derivation of the calibrations + are provided in a supplementary document. The purpose of the dataset is to + provide field measurements that can be used for calibration/validation for + satellite-based soil moisture retrieval algorithms. With some interruptions, + the dataset exists from July 2017 to July 2021. The data are provided in comma-separated + values (CSV) format.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"ALBERTA\"}],\"MetadataDates\":[{\"Date\":\"2023-03-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"Soil\",\"LongName\":\"Soil + Collection\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"FIXED OBSERVATION STATIONS\",\"LongName\":\"FIXED + OBSERVATION STATIONS\",\"Instruments\":[{\"ShortName\":\"SOIL MOISTURE PROBE\",\"LongName\":\"SOIL + MOISTURE PROBE\"},{\"ShortName\":\"SOIL TEMPERATURE PROBE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"CSV\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HRIRN1IM_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1273652187-GES_DISC\",\"revision-date\":\"2023-01-09T17:28:57.892Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"CLOUD + COVER\"],\"CollectionCitations\":[{\"Creator\":\"Goddard Space Flight Center + (GSFC)\",\"Title\":\"HRIR/Nimbus-1 Images of Nighttime Brightness Temperature + on 70 mm Film V001\",\"SeriesName\":\"HRIRN1IM\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"Version\":\"001\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HRIRN1IM_001.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1964-08-28T00:00:00.000Z\",\"EndingDateTime\":\"1964-09-22T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Older dataset that was created before DOIs + were assigned\"},\"ShortName\":\"HRIRN1IM\",\"EntryTitle\":\"HRIR/Nimbus-1 + Images of Nighttime Brightness Temperature on 70 mm Film V001 (HRIRN1IM) at + GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HRIRN1IM_001.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HRIRN1IM_001.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus1_HRIR_Level1/HRIRN1IM.001/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HRIRN1IM\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus1_HRIR_Level1/HRIRN1IM.001/doc/README.HRIRN1L1.001.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/N1_DataCat_UserMan_Vol2_1968002484.pdf\",\"Description\":\"Nimbus + 1 HRIR Data Catalog and Users Manual - Vol 1 Film Strips\",\"Subtype\":\"USER'S + GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://nsidc.org/data/nimbus/data\",\"Description\":\"Additional + Nimbus data and images can be found at NSIDC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"HRIRN1IM + is the Nimbus-1 High-Resolution Infrared Radiometer (HRIR) data product containing + scanned negatives of photofacsimile 70mm film strips. The images contain orbital + nighttime (3.5 to 4.1 microns) brightness temperature values showing cloud + cover and the Earth's surface temperature. Each orbital swath picture is gridded + with geographic coordinates and covers a distance approximately from the north + pole to the south pole. The images are saved as JPEG 2000 digital files. About + 7 days of images are archived into a TAR file. The processing techniques used + to produce the data set and a full description of the data are contained in + section 3.4.1 of the \\\"Nimbus I Users' Guide.\\\"\\n\\nThe HRIR instrument + was designed to perform two major functions: first to map the Earth's cloud + cover at night to complement the television coverage during the daytime portion + of the orbit, and second to measure the temperature of cloud tops and terrain + features. The HRIR instrument was launched on the Nimbus-1 satellite and was + operational from August 28, 1964 through September 22, 1964.\\n\\nThis product + was previously available from the NSSDC with the identifier ESAD-00135 (old + ID 64-052A-03B).\",\"Purpose\":\"These images can be used to supplement the + level-1 radiance data files from the HRIRN1L1 data product.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2008-12-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"Nimbus\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Nimbus-1\",\"Instruments\":[{\"ShortName\":\"HRIR\",\"LongName\":\"High-Resolution + Infrared Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"JPEG-2000\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":32,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HRIRN1L1_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1273652188-GES_DISC\",\"revision-date\":\"2023-01-09T16:38:57.882Z\",\"granule-count\":217,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Equivalent + Blackbody Temperature\"],\"CollectionCitations\":[{\"Creator\":\"NASA Goddard + Space Flight Center\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HRIRN1L1_001.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HRIR/Nimbus-1 + Level 1 Meteorological Radiation Data V001\",\"SeriesName\":\"HRIRN1L1\",\"ReleaseDate\":\"2013-01-01T00:00:00.000Z\",\"Version\":\"001\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1964-08-29T00:00:00.000Z\",\"EndingDateTime\":\"1964-09-22T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Older dataset that was created before DOIs + were assigned\"},\"ShortName\":\"HRIRN1L1\",\"EntryTitle\":\"HRIR/Nimbus-1 + Level 1 Meteorological Radiation Data V001 (HRIRN1L1) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HRIRN1L1_001.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HRIRN1L1_001.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus1_HRIR_Level1/HRIRN1L1.001/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HRIRN1L1\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus1_HRIR_Level1/HRIRN1L1.001/doc/README.HRIRN1L1.001.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/N1_DataCat_UserMan_Vol2_1968002484.pdf\",\"Description\":\"Nimbus + 1 HRIR Data Catalog and Users Manual - Volume 2 Tapes\",\"Subtype\":\"USER'S + GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://nsidc.org/data/nimbus/data\",\"Description\":\"Additional + Nimbus data and images can be found at NSIDC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Nimbus/N1_HRIR_Inventory.xlsx\",\"Description\":\"N1 + HRIR Inventory\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"HRIRN1L1 + is the High Resolution Infrared Radiometer (HRIR) Nimbus-1 Level 1 Meteorological + Radiance Data (NMRT) product and contains infrared radiances converted to + equivalent black-body temperature or \\\"brightness\\\" temperature values. + he data, originally written on IBM 360 machines, were recovered from magnetic + tapes, also referred to as Nimbus Meteorological Radiation Tapes (NMRT). The + data are archived in their original IBM 36-bit word proprietary format, also + referred to as a binary TAP file.\\n\\nThe HRIR instrument was designed to + perform two major functions: first to map the Earth's cloud cover at night + to complement the television coverage during the daytime portion of the orbit, + and second to measure the temperature of cloud tops and terrain features. + The HRIR instrument was launched on the Nimbus-1 satellite and was operational + from August 28, 1964 through September 22, 1964 when the spacecraft malfunctioned.\\n\\nMeasurements + taken during daytime do not reveal true surface temperaturessince the radiometer + operates in the 3.5 to 4.1 micron region, and reflectedsolar radiation is + added to emitted surface radiation. However, reflected sunlight in this spectral + region does not saturate the radiometer output and usable pictures can be + made.\\n\\nThis product was previously available from the NSSDC with the identifier + ESAD-00209 (old ID 64-052A-03A).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2013-01-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"Nimbus\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Nimbus-1\",\"Instruments\":[{\"ShortName\":\"HRIR\",\"LongName\":\"High-Resolution + Infrared Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"binary\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HRIRN2IM_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1273652153-GES_DISC\",\"revision-date\":\"2023-01-09T18:01:52.618Z\",\"granule-count\":34,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Goddard + Space Flight Center (GSFC)\",\"Title\":\"HRIR/Nimbus-2 Images of Nighttime + Brightness Temperature on 70 mm Film V001\",\"SeriesName\":\"HRIRN2IM\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"Version\":\"001\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HRIRN2IM_001.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1966-05-15T00:00:00.000Z\",\"EndingDateTime\":\"1966-11-15T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Older dataset that was created before DOIs + were assigned\"},\"ShortName\":\"HRIRN2IM\",\"EntryTitle\":\"HRIR/Nimbus-2 + Images of Nighttime Brightness Temperature on 70 mm Film V001 (HRIRN2IM) at + GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HRIRN2IM_001.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HRIRN2IM_001.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus2_HRIR_Level1/HRIRN2IM.001/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HRIRN2IM\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus2_HRIR_Level1/HRIRN2IM.001/doc/README.HRIRN2L1.001.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/NimbusIIUG.pdf\",\"Description\":\"Nimbus + 2 Users Guide\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.4_Mission_Calibration/3.4.1_Calibration_Method/NIMBUSII_FLIGHT_EVALUATION.pdf\",\"Description\":\"Nimbus + 2 Flight Evaluation\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/DataCatalogNimbus2.tar.gz\",\"Description\":\"Nimbus + 2 Data Catalog\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://nsidc.org/data/nimbus/data\",\"Description\":\"Additional + Nimbus data and images can be found at NSIDC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"HRIRN2IM + is the Nimbus-2 High-Resolution Infrared Radiometer (HRIR) data product containing + scanned negatives of photofacsimile 70mm film strips. The images contain orbital + nighttime (3.5 to 4.1 microns) brightness temperature values showing cloud + cover and the Earth's surface temperature. Each orbital swath picture is gridded + with geographic coordinates and covers a distance approximately from the north + pole to the south pole. The images are saved as JPEG 2000 digital files. About + 7 days of images are archived into a TAR file. The processing techniques used + to produce the data set and a full description of the data are contained in + section 3.4.1 of the \\\"Nimbus II Users' Guide.\\n\\n\\\"The HRIR instrument + was designed to perform two major functions: first to map the Earth's cloud + cover at night to complement the television coverage during the daytime portion + of the orbit, and second to measure the temperature of cloud tops and terrain + features. This HRIR instrument was launched on the Nimbus-2 satellite and + was operational from May 15, 1966 through November 15, 1966.\\n\\nThis product + was previously available from the NSSDC with the identifier ESAD-00226 (old + ID 66-040A-03B).\",\"Purpose\":\"These images can be used to supplement the + level-1 radiance data files from the HRIRN2L1 data product.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2008-12-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"Nimbus\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Nimbus-2\",\"Instruments\":[{\"ShortName\":\"HRIR\",\"LongName\":\"High-Resolution + Infrared Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"JPEG-2000\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HRIRN2L1_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1273652154-GES_DISC\",\"revision-date\":\"2023-01-09T18:00:33.204Z\",\"granule-count\":2558,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Goddard + Space Flight Center (GSFC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HRIRN2L1_001.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HRIR/Nimbus-2 + Level 1 Meteorological Radiation Data V001\",\"SeriesName\":\"HRIRN2L1\",\"ReleaseDate\":\"2009-03-10T00:00:00.000Z\",\"Version\":\"001\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1966-05-16T00:00:00.000Z\",\"EndingDateTime\":\"1966-11-15T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Older dataset that was created before DOIs + were assigned\"},\"ShortName\":\"HRIRN2L1\",\"EntryTitle\":\"HRIR/Nimbus-2 + Level 1 Meteorological Radiation Data V001 (HRIRN2L1) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HRIRN2L1_001.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HRIRN2L1_001.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus2_HRIR_Level1/HRIRN2L1.001/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HRIRN2L1\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus2_HRIR_Level1/HRIRN2L1.001/doc/README.HRIRN2L1.001.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/NimbusIIUG.pdf\",\"Description\":\"Nimbus + 2 Users Guide\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.4_Mission_Calibration/3.4.1_Calibration_Method/NIMBUSII_FLIGHT_EVALUATION.pdf\",\"Description\":\"Nimbus + 2 Flight Evaluation\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/DataCatalogNimbus2.tar.gz\",\"Description\":\"Nimbus + 2 Data Catalog\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://nsidc.org/data/nimbus/data\",\"Description\":\"Additional + Nimbus data and images can be found at NSIDC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Nimbus/N2_HRIR_Inventory.xlsx\",\"Description\":\"N2 + HRIR Inventory\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"HRIRN2L1 + is the High Resolution Infrared Radiometer (HRIR) Nimbus-2 Level 1 Meteorological + Radiance Data (NMRT) product and contains infrared radiances converted to + equivalent black-body temperature or \\\"brightness\\\" temperature values. + The data, originally written on IBM 360 machines, were recovered from magnetic + tapes, also referred to as Nimbus Meteorological Radiation Tapes (NMRT). The + data are archived in their original IBM 36-bit word proprietary format, also + referred to as a binary TAP file.\\n\\nThe HRIR instrument was designed to + perform two major functions: first to map the Earth's cloud cover at night + to complement the television coverage during the daytime portion of the orbit, + and second to measure the temperature of cloud tops and terrain features. + The HRIR instrument was launched on the Nimbus-2 satellite and was operational + from May 16, 1966 through November 15, 1966.\\n\\nMeasurements taken during + daytime do not reveal true surface temperatures since the radiometer operates + in the 3.5 to 4.1 micron region, and reflected solar radiation is added to + emitted surface radiation. However, reflected sunlight in this spectral region + does not saturate the radiometer output and usable pictures can be made.\\n\\nThis + product was previously available from the NSSDC with the identifier ESAD-00108 + (old ID 66-040A-03A).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2008-12-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"Nimbus\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Nimbus-2\",\"Instruments\":[{\"ShortName\":\"HRIR\",\"LongName\":\"High-Resolution + Infrared Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"binary\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HRIRN3IM_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1273652155-GES_DISC\",\"revision-date\":\"2023-01-09T19:06:39.854Z\",\"granule-count\":74,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"CLOUD + COVER\"],\"CollectionCitations\":[{\"Creator\":\"Goddard Space Flight Center + (GSFC)\",\"Title\":\"HRIR/Nimbus-3 Images of Daytime and Nighttime Brightness + Temperature on 70 mm Film V001\",\"SeriesName\":\"HRIRN3IM\",\"ReleasePlace\":\"Greenbelt, + MD, USA\",\"Publisher\":\"Goddard Earth Sciences Data and Information Services + Center (GES DISC)\",\"Version\":\"001\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HRIRN3IM_001.html\"}}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1969-04-15T00:00:00.000Z\",\"EndingDateTime\":\"1970-01-31T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Older dataset that was created before DOIs + were assigned\"},\"ShortName\":\"HRIRN3IM\",\"EntryTitle\":\"HRIR/Nimbus-3 + Images of Daytime and Nighttime Brightness Temperature on 70 mm Film V001 + (HRIRN3IM) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HRIRN3IM_001.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HRIRN3IM_001.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus3_HRIR_Level1/HRIRN3IM.001/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HRIRN3IM\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus3_HRIR_Level1/HRIRN3IM.001/doc/README.HRIRN3L1.001.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/NimbusIIIUG.pdf\",\"Description\":\"Nimbus + 3 Users Guide\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/DataCatalogNimbus3.tar.gz\",\"Description\":\"Nimbus + 3 Data Catalog\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://nsidc.org/data/nimbus/data\",\"Description\":\"Additional + Nimbus data and images can be found at NSIDC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"HRIRN3IM + is the Nimbus-3 High-Resolution Infrared Radiometer (HRIR) data product containing + scanned negatives of photofacsimile 70mm film strips. The images contain orbital + daytime (0.7 to 1.3 microns) and nighttime (3.4 to 4.2 microns) brightness + temperature values showing cloud cover and the Earth's surface temperature. + Each orbital swath picture is gridded with geographic coordinates and covers + a distance approximately from the south pole to the north pole (day) and the + north pole to the south pole (night). The images are saved as JPEG 2000 digital + files. About 7 days of images are archived into a TAR file. The processing + techniques used to produce the data set and a full description of the data + are contained in section 3.4.1 of the \\\"Nimbus III Users' Guide.\\\"\\n\\nThe + HRIR instrument was designed to perform two major functions: first to map + the Earth's cloud cover at night to complement the television coverage during + the daytime portion of the orbit, and second to measure the temperature of + cloud tops and terrain features. The HRIR instrument was launched on the Nimbus-3 + satellite and was operational from April 22, 1969 through January 31, 1970.\\n\\nThis + product was previously available from the NSSDC with the identifier ESAD-00223 + (old ID 69-037A-02B).\",\"Purpose\":\"These images can be used to supplement + the level-1 radiance data files from the HRIRN3L1 data product.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2008-12-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-11-30T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"Nimbus\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Nimbus-3\",\"Instruments\":[{\"ShortName\":\"HRIR\",\"LongName\":\"High-Resolution + Infrared Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"JPEG-2000\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HRIRN3L1_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1273652190-GES_DISC\",\"revision-date\":\"2023-01-09T19:05:01.504Z\",\"granule-count\":1278,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Goddard + Space Flight Center (GSFC)\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/HRIRN3L1_001.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"HRIR/Nimbus-3 + Level 1 Meteorological Radiation Data V001\",\"SeriesName\":\"HRIRN3L1\",\"ReleaseDate\":\"2009-05-29T00:00:00.000Z\",\"Version\":\"001\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1969-04-17T00:00:00.000Z\",\"EndingDateTime\":\"1970-03-21T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Older dataset that was created before DOIs + were assigned\"},\"ShortName\":\"HRIRN3L1\",\"EntryTitle\":\"HRIR/Nimbus-3 + Level 1 Meteorological Radiation Data V001 (HRIRN3L1) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/HRIRN3L1_001.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/HRIRN3L1_001.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus3_HRIR_Level1/HRIRN3L1.001/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=HRIRN3L1\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus3_HRIR_Level1/HRIRN3L1.001/doc/README.HRIRN3L1.001.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/NimbusIIIUG.pdf\",\"Description\":\"Nimbus + 3 Users Guide\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/DataCatalogNimbus3.tar.gz\",\"Description\":\"Nimbus + 3 Data Catalog\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://nsidc.org/data/nimbus/data\",\"Description\":\"Additional + Nimbus data and images can be found at NSIDC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Nimbus/N3_HRIR_Inventory.xlsx\",\"Description\":\"N3 + HRIR Inventory\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"HRIRN3L1 + is the High Resolution Infrared Radiometer (HRIR) Nimbus-3 Level 1 Meteorological + Radiance Data (NMRT) product and contains infrared radiances converted to + equivalent black-body temperature or \\\"brightness\\\" temperature values. + The data, originally written on IBM 360 machines, were recovered from magnetic + tapes, also referred to as Nimbus Meteorological Radiation Tapes (NMRT). The + data are archived in their original IBM 36-bit word proprietary format, also + referred to as a binary TAP file.\\n\\nThe HRIR instrument was designed to + perform two major functions: first to map the Earth's cloud cover at night + to complement the television coverage during the daytime portion of the orbit, + and second to measure the temperature of cloud tops and terrain features. + \ The HRIR flown on Nimbus-3 was modified to allow nighttime and daytime cloud + cover mapping by use of dual band-pass filter which transmits 0.7 to 1.3 + micron, and 3.4 to 4.2 micron radiation. The HRIR instrument was launched + on the Nimbus-3 satellite and was operational from April 14, 1966 through + July 22, 1969. Nighttime operation was made in the 3.4 to 4.2 micron near + infrared region. Daytime operation was based on the predominance of reflected + solar energy in the 0.7 to 1.3 micron region. Change-over from nighttime + to daytime operation was accomplished automatically (or by ground station + command), by actuating a relay in the early stages of the radiometer electronics. + \ The system gain was reduced in the daytime mode to compensate for the higher + energy levels.\\n\\nThis product was previously available from the NSSDC with + the identifier ESAD-00222 (old ID 69-037A-02C).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2009-03-23T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-12-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"Nimbus\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Nimbus-3\",\"Instruments\":[{\"ShortName\":\"HRIR\",\"LongName\":\"High-Resolution + Infrared Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"binary\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3nrltrop__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Hurricane + and Severe Storm Sentinel (HS3) Naval Research Laboratory (NRL) Tropics Satellite + Data V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1983244465-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:02:31.951Z\",\"granule-count\":9298,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Doyle, + James .2019. Hurricane and Severe Storm Sentinel (HS3) Naval Research Laboratory + (NRL) Tropics Satellite Data [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/HS3/SATELLITE/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-113.5,\"NorthBoundingCoordinate\":53.9,\"EastBoundingCoordinate\":-9.0,\"SouthBoundingCoordinate\":2.2}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Convective + Clouds/Systems (Observed/Analyzed)\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared + Wavelengths\",\"VariableLevel1\":\"Brightness Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-07-23T09:55:00.000Z\",\"EndingDateTime\":\"2014-09-30T22:41:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/HS3/SATELLITE/DATA101\"},\"ShortName\":\"hs3nrltrop\",\"EntryTitle\":\"Hurricane + and Severe Storm Sentinel (HS3) Naval Research Laboratory (NRL) Tropics Satellite + Data V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3nrltrop__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3nrltrop\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/NRL_Tropics/browse/GPM/2014-08-01/hs3_nrl_20140801_1121_gpm_x_composite_03LBERTHA_40kts_1008mb_127N_562W.jpg\"},{\"Description\":\"HS3 + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/HS3/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/NRL_Tropics/doc/hs3nrltrop_dataset.pdf\"},{\"Description\":\"NASA\u2019s + Hurricane and Severe Storm Sentinel (HS3) Investigation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-15-00186.1\"},{\"Description\":\"HS3 + Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2019-01-09T03:01:59.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T15:42:29.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Naval Research Laboratory (NRL) + Tropics Satellite Data contains browse only data files, including brightness + temperature, rain rate, and Red, Green, Blue (RGB) composite imagery, for + the Hurricane and Severe Storm Sentinel (HS3) field campaign. Goals for the + HS3 field campaign included assessing the relative roles of large-scale environmental + and storm-scale internal processes, addressing the controversial role of the + Saharan Air Layer (SAL) in tropical storm formation and intensification, and + the role of deep convection in the inner-core region of storms. These browse + only data files are available for dates between April 22, 2013 and September + 30, 2014 in JPG format.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-18\",\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"Instruments\":[{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced + Microwave Sounding Unit-A\"},{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F16\",\"LongName\":\"Defense Meteorological Satellite Program-F16\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-19\",\"LongName\":\"National + Oceanic & Atmospheric Administration-19\",\"Instruments\":[{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced + Microwave Sounding Unit-A\"},{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GPM\",\"LongName\":\"Global + Precipitation Measurement\",\"Instruments\":[{\"ShortName\":\"GMI\",\"LongName\":\"Global + Precipitation Measurement Microwave Imager\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"TRMM\",\"LongName\":\"Tropical Rainfall Measuring + Mission\",\"Instruments\":[{\"ShortName\":\"PR\",\"LongName\":\"TRMM Precipitation + Radar\"},{\"ShortName\":\"TMI\",\"LongName\":\"TRMM Microwave Imager\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"CORIOLIS\",\"LongName\":\"Coriolis\",\"Instruments\":[{\"ShortName\":\"WINDSAT\",\"LongName\":\"WINDSAT\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"DMSP 5D-3/F15\",\"LongName\":\"Defense + Meteorological Satellite Program-F15\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METOP-A\",\"LongName\":\"Meteorological + Operational Satellite - A\",\"Instruments\":[{\"ShortName\":\"AMSU-A\",\"LongName\":\"Advanced + Microwave Sounding Unit-A\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F17\",\"LongName\":\"Defense Meteorological Satellite Program-F17\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP + 5D-3/F18\",\"LongName\":\"Defense Meteorological Satellite Program-F18\",\"Instruments\":[{\"ShortName\":\"SSMIS\",\"LongName\":\"Special + Sensor Microwave Imager/Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"JPEG\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3cimssbt__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Hurricane + and Severe Storm Sentinel (HS3) Cooperative Institute for Meteorological Satellite + Studies (CIMSS) Brightness Temperature V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1983208537-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:01:10.225Z\",\"granule-count\":9596,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\", + Space Science and Engineering Center .2018. Hurricane and Severe Storm Sentinel + (HS3) Cooperative Institute for Meteorological Satellite Studies (CIMSS) Brightness + Temperature [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/HS3/CIMSS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":52.0,\"EastBoundingCoordinate\":-60.0,\"SouthBoundingCoordinate\":12.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Brightness + Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-08-14T00:00:00.000Z\",\"EndingDateTime\":\"2014-10-03T19:30:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/HS3/CIMSS/DATA101\"},\"ShortName\":\"hs3cimssbt\",\"EntryTitle\":\"Hurricane + and Severe Storm Sentinel (HS3) Cooperative Institute for Meteorological Satellite + Studies (CIMSS) Brightness Temperature V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3cimssbt__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3cimssbt\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/CIMSS/Brightness_Temperatures/browse/2014-08-14/hs3_CIMSS_BT_20140814001500_GOES.png\"},{\"Description\":\"HS3 + Field Campaign Collection DOI \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/HS3/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/CIMSS/Brightness_Temperatures/doc/hs3cimssbt_dataset.pdf\"},{\"Description\":\"NASA\u2019s + Hurricane and Severe Storm Sentinel (HS3) Investigation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-15-00186.1\"},{\"Description\":\"HS3 + Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-09-21T01:09:43.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:48.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Cooperative Institute for Meteorological + Satellite Studies (CIMSS) Brightness Temperature dataset contains infrared + images of brightness temperature from the 15th Geostationary Operational Environmental + Satellite (GOES-15) and the 10th Meteorological Satellite (METEOSAT-10) during + the Hurricane and Severe Storm sentinel (HS3) field campaign. Goals for the + HS3 field campaign included assessing the relative roles of large-scale environment + and storm-scale internal processes, addressing the controversial role of the + Saharan Air Layer (SAL) in tropical storm formation and intensification, and + the role of deep convection in the inner-core region of storms. The images + are available for dates between August 14, 2014 and October 3, 2014 at 15 + minutes intervals in PNG format.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METEOSAT-10\",\"Instruments\":[{\"ShortName\":\"SEVIRI\",\"LongName\":\"Spinning + Enhanced Visible and Infrared Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-15\",\"LongName\":\"Geostationary + Operational Environmental Satellite 15\",\"Instruments\":[{\"ShortName\":\"GOES-15 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 15-Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3cimsscth__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Hurricane + and Severe Storm Sentinel (HS3) Cooperative Institute for Meteorological Satellite + Studies (CIMSS) Cloud Top Height V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1983220658-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:01:14.851Z\",\"granule-count\":11425,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\", + Space Science and Engineering Center .2018. Hurricane and Severe Storm Sentinel + (HS3) Cooperative Institute for Meteorological Satellite Studies (CIMSS) Cloud + Top Height [indicate subset used]. Dataset available online from the NASA + Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/HS3/CIMSS/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":52.0,\"EastBoundingCoordinate\":-60.0,\"SouthBoundingCoordinate\":12.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Properties\",\"VariableLevel2\":\"Cloud Top Height\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-08-14T00:21:00.000Z\",\"EndingDateTime\":\"2014-10-03T19:47:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/HS3/CIMSS/DATA201\"},\"ShortName\":\"hs3cimsscth\",\"EntryTitle\":\"Hurricane + and Severe Storm Sentinel (HS3) Cooperative Institute for Meteorological Satellite + Studies (CIMSS) Cloud Top Height V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3cimsscth__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3cimsscth\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/CIMSS/Cloud_Top_Height/browse/2014-08-14/hs3_CIMSS_CT_ACHA_20140814002100.png\"},{\"Description\":\"HS3 + Field Campaign Collection DOI \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/HS3/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/CIMSS/Cloud_Top_Height/doc/hs3cimsscth_dataset.pdf\"},{\"Description\":\"NASA\u2019s + Hurricane and Severe Storm Sentinel (HS3) Investigation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-15-00186.1\"},{\"Description\":\"AWG + Cloud Height Algorithm (ACHA)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/CIMSS/Cloud_Top_Height/doc/ATBD_EPS_Cloud_ACHA_v3.0.pdf\"},{\"Description\":\"HS3 + Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-09-21T01:09:05.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:49.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Cooperative Institute for Meteorological + Satellite Studies (CIMSS) Cloud Top Height dataset contains could top height + images obtained from infrared observations of the 15th Geostationary Operational + Environmental Satellite (GOES-15) and the 10th Meteorological Satellite (METEOSAT-10) + using the Algorithm Working Group (AWG) Cloud Height Algorithm (ACHA) for + the Hurricane and Severe Storm sentinel (HS3) field campaign. Goals for the + HS3 field campaign included assessing the relative roles of large-scale environment + and storm-scale internal processes, addressing the controversial role of the + Saharan Air Layer (SAL) in tropical storm formation and intensification, and + the role of deep convection in the inner-core region of storms. The images + are available for dates between August 14, 2014 and October 3, 2014 at 15 + minutes intervals in PNG format.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-15\",\"LongName\":\"Geostationary + Operational Environmental Satellite 15\",\"Instruments\":[{\"ShortName\":\"GOES-15 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 15-Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METEOSAT-10\",\"Instruments\":[{\"ShortName\":\"SEVIRI\",\"LongName\":\"Spinning + Enhanced Visible and Infrared Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3cimsstot__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Hurricane + and Severe Storm Sentinel (HS3) Cooperative Institute for Meteorological Satellite + Studies (CIMSS) Tropical Overshooting Tops V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1983233595-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:01:53.784Z\",\"granule-count\":9596,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\", + Space Science and Engineering Center .2018. Hurricane and Severe Storm Sentinel + (HS3) Cooperative Institute for Meteorological Satellite Studies (CIMSS) Tropical + Overshooting Tops [indicate subset used]. Dataset available online from the + NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. + DOI: http://dx.doi.org/10.5067/HS3/CIMSS/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":52.0,\"EastBoundingCoordinate\":-60.0,\"SouthBoundingCoordinate\":12.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Convective + Clouds/Systems (Observed/Analyzed)\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-08-14T00:00:00.000Z\",\"EndingDateTime\":\"2014-10-03T19:30:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/HS3/CIMSS/DATA301\"},\"ShortName\":\"hs3cimsstot\",\"EntryTitle\":\"Hurricane + and Severe Storm Sentinel (HS3) Cooperative Institute for Meteorological Satellite + Studies (CIMSS) Tropical Overshooting Tops V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3cimsstot__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3cimsstot\"},{\"Description\":\"HS3 + Field Campaign Collection DOI \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/HS3/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/CIMSS/Tropical_Overshooting_Tops/doc/hs3cimsstot_dataset.pdf\"},{\"Description\":\"NASA\u2019s + Hurricane and Severe Storm Sentinel (HS3) Investigation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-15-00186.1\"},{\"Description\":\"HS3 + Project Home Page \",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-10-09T10:10:14.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:49.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Cooperative Institute for Meteorological + Satellite Studies (CIMSS) Tropical Overshooting Tops dataset contains browse + only data showing tropical overshooting tops derived from METEOSAT and GOES + satellites for the Hurricane and Severe Storm sentinel (HS3) field campaign. + Goals for the HS3 field campaign included assessing the relative roles of + large-scale environment and storm-scale internal processes, addressing the + controversial role of the Saharan Air Layer (SAL) in tropical storm formation + and intensification, and the role of deep convection in the inner-core region + of storms. The browse only data files are available for dates between August + 14, 2014 and October 3, 2014 at 15 minutes intervals in KML format. \",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"1 + minute - < 1 hour\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METEOSAT-10\",\"Instruments\":[{\"ShortName\":\"SEVIRI\",\"LongName\":\"Spinning + Enhanced Visible and Infrared Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-15\",\"LongName\":\"Geostationary + Operational Environmental Satellite 15\",\"Instruments\":[{\"ShortName\":\"GOES-15 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 15-Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"KML\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3fltrep__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) FLIGHT REPORTS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979863005-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:02:02.521Z\",\"granule-count\":58,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Braun, + Scott.2016. HURRICANE AND SEVERE STORM SENTINEL (HS3) FLIGHT REPORTS [indicate + subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/HS3/REPORTS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-174.843,\"NorthBoundingCoordinate\":51.5268,\"EastBoundingCoordinate\":-19.4239,\"SouthBoundingCoordinate\":7.55657}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Flight + Data Logs\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather + Events\",\"VariableLevel1\":\"Tropical Cyclones\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-09-01T07:02:00.000Z\",\"EndingDateTime\":\"2014-11-20T23:05:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"0\"},\"DOI\":{\"DOI\":\"10.5067/HS3/REPORTS/DATA101\"},\"ShortName\":\"hs3fltrep\",\"EntryTitle\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) FLIGHT REPORTS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3fltrep__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3fltrep\"},{\"Description\":\"NASA + Hurricane and Severe Storm Sentinel mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://espo.nasa.gov/missions/hs3/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/Flight_Reports/doc/hs3fltrep_dataset.pdf\"},{\"Description\":\"OPeNDAP + server dataset access\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://ghrc.nsstc.nasa.gov/opendap/fieldCampaigns/hs3/Flight_Reports/data/\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Assessing + Wind and Rain in Hurricane Ingrid during Hurricane and Severe Storm Sentinel + (HS3) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/assessing-wind-and-rain-hurricane-ingrid-during-hurricane-and-severe-storm-sentinel\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-02-23T13:40:25.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-24T00:04:11.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Flight Reports provide information + about flights flown by the WB-57 and Global Hawk aircrafts during the Hurricane + and Severe Storms Sentinel (HS3) campaign from 2012 to 2014. Goals for HS3 + included: assessing the relative roles of large-scale environment and storm-scale + internal processes; and addressing the controversial role of the Saharan Air + Layer (SAL) in tropical storm formation and intensification as well as the + role of deep convection in the inner-core region of storms. Both aircraft + are capable of extended operations ranging from 6.5 hours up to 24 hours. + Together they can carry large payloads and support altitudes ranging from + sea-level to altitudes in excess of 60,000 feet. The large payloads bring + a new capability to the science community for measuring, monitoring and observing + remote locations of Earth not feasible or practical with piloted aircraft, + most other robotic or remotely operated aircraft, or space satellites. The + HS3 Flight Reports include information regarding flight number, flight time + (beginning and end), location of the flight (flight segments), flight purpose, + and comments regarding the flight and mission. In addition, some reports include + corresponding satellite imagery, maps of flight tracks and dropsonde locations, + and plotted instrument retrievals.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA WB-57F\",\"Instruments\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\",\"LongName\":\"VISUAL OBSERVATIONS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"GIF + - Word - PDF\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3avaps2__2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) GLOBAL HAWK ADVANCED VERTICAL ATMOSPHERIC + PROFILING SYSTEM (AVAPS) DROPSONDE SYSTEM V2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979860836-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:01:05.574Z\",\"granule-count\":1426,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hock, + Terry , Kate Young and Holger Voemel.2017. HURRICANE AND SEVERE STORM SENTINEL + (HS3) GLOBAL HAWK ADVANCED VERTICAL ATMOSPHERIC PROFILING SYSTEM (AVAPS) DROPSONDE + SYSTEM V2 [indicate subset used]. Dataset available online from the NASA Global + Hydrometeorology Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/HS3/AVAPS/DROPSONDE/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-97.5988,\"NorthBoundingCoordinate\":47.1646,\"EastBoundingCoordinate\":-19.0779,\"SouthBoundingCoordinate\":7.9001}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Upper + Level Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Wind Profiles\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Pressure\",\"VariableLevel1\":\"Atmospheric + Pressure Measurements\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Upper Air Temperature\",\"VariableLevel2\":\"Vertical + Profiles\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather + Events\",\"VariableLevel1\":\"Tropical Cyclones\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-09-07T02:20:55.000Z\",\"EndingDateTime\":\"2014-09-30T16:39:08.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/HS3/AVAPS/DROPSONDE/DATA202\"},\"ShortName\":\"hs3avaps2\",\"EntryTitle\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) GLOBAL HAWK ADVANCED VERTICAL ATMOSPHERIC + PROFILING SYSTEM (AVAPS) DROPSONDE SYSTEM V2\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3avaps2__2/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3avaps2\"},{\"Description\":\"NASA + Hurricane and Severe Storm Sentinel mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://espo.nasa.gov/missions/hs3/\"},{\"Description\":\"NCAR + UCAR Earth Observing Laboratory (EOL) Avaps Dropsonde System\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.eol.ucar.edu/observing_facilities/avaps-dropsonde-system\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/AVAPS/doc/HS3_AVAPS_Guide_V2.pdf\"},{\"Description\":\"Hurricane + and Severe Storm Sentinel (HS3) 2013 Global Hawk Dropsonde Data Analysis Summary\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/AVAPS/doc/readme.V5.HS3-2013.GHdropsonde.pdf\"},{\"Description\":\"Hurricane + and Severe Storm Sentinel (HS3) 2014 Global Hawk Dropsonde Data Analysis Summary\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/AVAPS/doc/readme.V3.HS3-2014.GHdropsonde.pdf\"},{\"Description\":\"Hurricane + and Severe Storm Sentinel (HS3) 2012 Global Hawk Dropsonde Project Analysis + Summary\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PI + DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/AVAPS/doc/readme.V5.HS3-2012.GHdropsonde.pdf\"},{\"Description\":\"OPeNDAP + server dataset access\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://ghrc.nsstc.nasa.gov/opendap/fieldCampaigns/hs3/AVAPS/data/\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-05-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T13:47:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Global Hawk Advanced Vertical Atmospheric + Profiling System (AVAPS) Dropsonde System dataset was collected by the Advanced + Vertical Atmospheric Profiling System (AVAPS), built by the National Center + for Atmospheric Research (NCAR), which served as the dropsonde system for + the Global Hawk aircraft during the HS3 campaign. Goals for HS3 included: + assessing the relative roles of large-scale environment and storm-scale internal + processes; and addressing the controversial role of the Saharan Air Layer + (SAL) in tropical storm formation and intensification as well as the role + of deep convection in the inner-core region of storms. AVAPS dropsondes provide + in-situ, high-vertical resolution measurements of atmospheric variables including + pressure, temperature, humidity, geographic location, and winds, providing + a vertical profile of the atmospheric conditions. The raw instrument measurement + precision is as follows: pressure +-1.0 hPa, temperature +-0.2 degrees C, + wind +-1 ms-1, and humidity +-7 percent. The measured information was transmitted + via Iridium or Ku-Band satellite to the ground station where the Global Telecommunications + System (GTS) performed additional processing for research and operational + purposes.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"AVAPS\",\"LongName\":\"Airborne Vertical + Atmosphere Profiling Systems\"},{\"ShortName\":\"DROPSONDES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3cpl__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) GLOBAL HAWK CLOUD PHYSICS LIDAR (CPL) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979862427-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:01:58.016Z\",\"granule-count\":473,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"McGill, + Matthew and Dennis L Hlavka.2015. HURRICANE AND SEVERE STORM SENTINEL (HS3) + GLOBAL HAWK CLOUD PHYSICS LIDAR (CPL) [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/HS3/CPL/DATA202\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-118.552,\"NorthBoundingCoordinate\":48.1787,\"EastBoundingCoordinate\":-19.4239,\"SouthBoundingCoordinate\":7.55657}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather Events\",\"VariableLevel1\":\"Tropical + Cyclones\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Tropospheric/High-level + Clouds (Observed/Analyzed)\",\"VariableLevel2\":\"Cirrus/Systems\",\"VariableLevel3\":\"Cirrus + Cloud Systems\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Lidar\",\"VariableLevel1\":\"Lidar + Backscatter\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Optical Depth/Thickness\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Optical Depth/Thickness\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-09-07T00:57:07.000Z\",\"EndingDateTime\":\"2014-09-30T21:58:14.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/HS3/CPL/DATA202\"},\"ShortName\":\"hs3cpl\",\"EntryTitle\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) GLOBAL HAWK CLOUD PHYSICS LIDAR (CPL) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3cpl__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3cpl\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/CPL/browse/2013/0904/HS3_CPL_imgsum_13216b_20130904_532.gif\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/CPL/browse/2013/0904/HS3_CPL_map_13216b_20130904.gif\"},{\"Description\":\"NASA + Hurricane and Severe Storm Sentinel mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://espo.nasa.gov/missions/hs3/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/hs3/hs3cpl/hs3cpl_dataset.html\"},{\"Description\":\"Description + of the Cloud Physics Lidar (CPL) netCDF data format.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/hs3/hs3cpl/CPL_netCDF_format.docx\"},{\"Description\":\"Description + of the Cloud Physics Lidar (CPL) netCDF data format.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/hs3/hs3cpl/CPL_OP_HDF_format.doc\"},{\"Description\":\"Definitions + of global attributes for the CPL Attenuated Total Backscatter (ATB) HDF file.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/hs3/hs3cpl/CPL_ATB_HDF_format.doc\"},{\"Description\":\"OPeNDAP + server dataset access\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://ghrc.nsstc.nasa.gov/opendap/fieldCampaigns/hs3/CPL/data/\"},{\"Description\":\"Statistics + of Cloud Optical Properties from Airborne Lidar Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"https://dx.doi.org/10.1175/2011JTECHA1507.1\"},{\"Description\":\"Airborne + validation of cirrus cloud properties derived from CALIPSO lidar measurements: + Optical properties\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"https://dx.doi.org/10.1029/2011JD017053\"},{\"Description\":\"Airborne + lidar measurements of aerosol optical properties during SAFARI-2000\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"https://dx.doi.org/10.1029/2002JD002370\"},{\"Description\":\"Airborne + validation of cirrus cloud properties derived from CALIPSO lidar measurements: + Spatial properties\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"https://dx.doi.org/10.1029/2011JD015942\"},{\"Description\":\"HS3 + CPL Attenuated Total Backscatter Quickview\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/data-recipes/hs3-cpl-attenuated-total-backscatter-quickview\"},{\"Description\":\"Sample + IDL program to read a CPL optical properties (OP) HDF5 file.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/hs3/hs3cpl/read_op_hdf5.pro\"},{\"Description\":\"Sample + IDL program to read a CPL attenuated total backscatter (ATB) HDF5 file.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/doc/hs3/hs3cpl/read_atb_hdf5.pro\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/CPL/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-07-24T14:22:10.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T13:51:01.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Global Hawk Cloud Physics Lidar + (CPL) dataset includes measurements gathered by the CPL instrument during + the HS3 campaign which took place during the hurricane seasons of 2011 through + 2014 in the Atlantic Ocean basin region. Goals for HS3 included: assessing + the relative roles of large-scale environment and storm-scale internal processes; + and addressing the controversial role of the Saharan Air Layer (SAL) in tropical + storm formation and intensification as well as the role of deep convection + in the inner-core region of storms. The CPL instrument returns information + on the radiative and optical properties of cirrus clouds and aerosols at a + high temporal and spatial resolution. CPL uses the 355, 532, and 1064 nm channels + and has a small field of view, which eliminates multiple scattering; it offers + 30 m vertical resolution and 200 m horizontal resolution. The CPL instrument + measures the total (aerosol plus Rayleigh) attenuated backscatter as a function + of altitude at each wavelength. Data is available in netCDF/CF format, from + 2012 - 2014.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"CPL\",\"LongName\":\"Cloud Physics + Lidar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - HDF5 - netCDF-4 - XML\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3hamsr__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) GLOBAL HAWK HIGH ALTITUDE MMIC SOUNDING RADIOMETER + (HAMSR) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979868314-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:02:10.823Z\",\"granule-count\":21,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Lambrigtsen, + Bjorn .2015. HURRICANE AND SEVERE STORM SENTINEL (HS3) GLOBAL HAWK HIGH ALTITUDE + MMIC SOUNDING RADIOMETER (HAMSR) [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/HS3/HAMSR/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-175.713,\"NorthBoundingCoordinate\":51.942,\"EastBoundingCoordinate\":-54.876,\"SouthBoundingCoordinate\":9.239}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather + Events\",\"VariableLevel1\":\"Tropical Cyclones\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Surface Pressure\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Surface + Temperature\",\"VariableLevel2\":\"Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Surface + Winds\",\"VariableLevel2\":\"Wind Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Total + Precipitable Water\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Direction\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Profiles\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Water + Vapor\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Water Vapor\",\"VariableLevel1\":\"Water Vapor Indicators\",\"VariableLevel2\":\"Humidity\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Attitude + Characteristics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Clouds\",\"VariableLevel1\":\"Cloud + Microphysics\",\"VariableLevel2\":\"Cloud Liquid Water/Ice\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Temperature\",\"VariableLevel1\":\"Upper + Air Temperature\",\"VariableLevel2\":\"Vertical Profiles\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-09-09T01:59:15.000Z\",\"EndingDateTime\":\"2013-09-26T03:50:38.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/HS3/HAMSR/DATA201\"},\"ShortName\":\"hs3hamsr\",\"EntryTitle\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) GLOBAL HAWK HIGH ALTITUDE MMIC SOUNDING RADIOMETER + (HAMSR) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3hamsr__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3hamsr\"},{\"Description\":\"NASA + Hurricane and Severe Storm Sentinel mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://espo.nasa.gov/missions/hs3/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/HAMSR/doc/hs3hamsr_dataset.pdf\"},{\"Description\":\"Description + of the High Altitude MMIC Sounding Radiometer (HAMSR) Level 2 data format + April 20, 2015\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/hs3/hs3hamsr/HAMSR_L2_description.pdf\"},{\"Description\":\"Description + of the High Altitude MMIC Sounding Radiometer (HAMSR) Level 1B data format + April 20, 2015\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/hs3/hs3hamsr/HAMSR_L1B_description.pdf\"},{\"Description\":\"OPeNDAP + server dataset access\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://ghrc.nsstc.nasa.gov/opendap/fieldCampaigns/hs3/HAMSR/data/\"},{\"Description\":\"HS3 + HAMSR Radar Reflectivity Profile Data Subset Quick View\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/data-recipes/hs3-hamsr-radar-reflectivity-profile-data-subset-quick-view\"},{\"Description\":\"HAMSR + Level 2 read software\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/hs3/hs3hamsr/read_HAMSR_L2_netCDF_UI.m\"},{\"Description\":\"HAMSR + Level 1B read software\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"http://ghrc.nsstc.nasa.gov/uso/ds_docs/hs3/hs3hamsr/read_HAMSR_L1B_netCDF_UI.m\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Assessing + Wind and Rain in Hurricane Ingrid during Hurricane and Severe Storm Sentinel + (HS3) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/assessing-wind-and-rain-hurricane-ingrid-during-hurricane-and-severe-storm-sentinel\"},{\"Description\":\"Field + Campaign: Hurricane and Severe Storm Sentinel (HS3) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/field-campaign-hurricane-and-severe-storm-sentinel-hs3\"},{\"Description\":\"Hurricane + Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/hurricane\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/HAMSR/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-04-29T11:55:45.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T13:55:36.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Global Hawk High Altitude MMIC Sounding + Radiometer (HAMSR) dataset includes measurements gathered by the HAMSR instrument + during the HS3 campaign. Goals for HS3 included: assessing the relative roles + of large-scale environment and storm-scale internal processes; and addressing + the controversial role of the Saharan Air Layer (SAL) in tropical storm formation + and intensification as well as the role of deep convection in the inner-core + region of storms. HAMSR has 25 spectral channels which are split into 3 bands: + an 8-channel band centered 53-GHz, used to infer the 3-D distribution of temperature; + a 10-channel band centered at 118 GHz, used for secondary temperature sounding + and assessment of scattering; and a 7-channel band centered at 183 GHz, used + to measure water vapor (humidity) and cloud liquid water content in the atmosphere. + This dataset also contains measurements that can be used to infer the 3-dimensional + distribution of temperature, water vapor, and cloud liquid water profiles + in the atmosphere, even in the presence of clouds. HAMSR is mounted in payload + zone 3 near the nose of the Global Hawk NASA aircraft. Data is available in + netCDF/CF format.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"HAMSR\",\"LongName\":\"High Altitude + MMIC Sounding Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3 + - PDF\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3navgh__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) GLOBAL HAWK NAVIGATION V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979869982-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:02:22.972Z\",\"granule-count\":125,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Sorenson, + Carl .2016. HURRICANE AND SEVERE STORM SENTINEL (HS3) GLOBAL HAWK NAVIGATION + [indicate subset used]. Dataset available online from the NASA Global Hydrometeorology + Resource Center DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/HS3/NAV/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-174.843,\"NorthBoundingCoordinate\":51.5268,\"EastBoundingCoordinate\":-19.4239,\"SouthBoundingCoordinate\":7.55657}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Airspeed/Ground + Speed\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Flight Data Logs\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform Characteristics\",\"VariableLevel1\":\"Attitude + Characteristics\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Pressure\",\"VariableLevel1\":\"Static Pressure\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Sensor + Characteristics\",\"VariableLevel1\":\"Total Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Indicators\",\"VariableLevel2\":\"Dew Point Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Human Dimensions\",\"Term\":\"Natural Hazards\",\"VariableLevel1\":\"Tropical + Cyclones\",\"VariableLevel2\":\"Hurricanes\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Platform + Characteristics\",\"VariableLevel1\":\"Viewing Geometry\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Upper + Level Winds\",\"VariableLevel2\":\"Flight Level Winds\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather Events\",\"VariableLevel1\":\"Tropical + Cyclones\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-09-06T19:47:12.000Z\",\"EndingDateTime\":\"2014-09-30T23:16:55.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1A\"},\"DOI\":{\"DOI\":\"10.5067/HS3/NAV/DATA201\"},\"ShortName\":\"hs3navgh\",\"EntryTitle\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) GLOBAL HAWK NAVIGATION V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3navgh__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3navgh\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/NAV_GH/doc/hs3navgh_dataset.pdf\"},{\"Description\":\"OPeNDAP + server dataset access\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://ghrc.nsstc.nasa.gov/opendap/fieldCampaigns/hs3/NAV_GH/data/\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Assessing + Wind and Rain in Hurricane Ingrid during Hurricane and Severe Storm Sentinel + (HS3) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/assessing-wind-and-rain-hurricane-ingrid-during-hurricane-and-severe-storm-sentinel\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-07-08T14:09:56.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T14:00:02.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Global Hawk Navigation dataset consists + of the real-time navigation and housekeeping data that was acquired from various + instruments aboard the Global Hawk including the LN-100G IMU navigation system + and the Global Hawk flight computer during the HS3 campaign. The goals for + HS3 included: assessing the relative roles of large-scale environment and + storm-scale internal processes, and addressing the controversial role of the + Saharan Air Layer (SAL) in tropical storm formation and intensification as + well as the role of deep convection in the inner-core region of storms. This + dataset was broadcast on the Global Hawk aircraft network by the NASDAT (NASA + Airborne Science Data Acquisition and Transmission unit) as 1 Hz Universal + Datagram Protocol (UDP) packets. These UDP packets were generated in IWG1 + format, a type of ASCII format supported by all NASA and NCAR aircraft.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global Positioning + System\"},{\"ShortName\":\"INS\",\"LongName\":\"Inertial Navigation System\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII + - XML\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3gmaodustaot__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Hurricane + and Severe Storm Sentinel (HS3) Global Modeling and Assimilation Office (GMAO) + Dust Aerosol Optical Thickness Imagery V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979863757-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:02:06.608Z\",\"granule-count\":4172,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Global + Modeling and Assimilation Office (GMAO) .2018. Hurricane and Severe Storm + Sentinel (HS3) Global Modeling and Assimilation Office (GMAO) Dust Aerosol + Optical Thickness Imagery [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/HS3/GMAO/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-111.0,\"NorthBoundingCoordinate\":50.0,\"EastBoundingCoordinate\":0.0,\"SouthBoundingCoordinate\":-10.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Aerosols\",\"VariableLevel1\":\"Aerosol + Optical Depth/Thickness\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Surface Winds\",\"VariableLevel2\":\"Wind Speed\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-08-11T00:00:00.000Z\",\"EndingDateTime\":\"2014-10-05T12:00:00.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/HS3/GMAO/DATA101\"},\"ShortName\":\"hs3gmaodustaot\",\"EntryTitle\":\"Hurricane + and Severe Storm Sentinel (HS3) Global Modeling and Assimilation Office (GMAO) + Dust Aerosol Optical Thickness Imagery V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3gmaodustaot__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3gmaodustaot\"},{\"Description\":\"Sample + Browse Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/Dust_AOT/browse/2014-08-11/hs3_GMAO_DustAOT_2014081100_000hr.png\"},{\"Description\":\"The + GEOS-5 atmospheric general circulation model: Mean climate and development + from MERRA to Fortuna\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://gmao.gsfc.nasa.gov/pubs/docs/tm28.pdf\"},{\"Description\":\"HS3 + Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/HS3/DATA101\"},{\"Description\":\"NASA + Hurricane and Severe Storm Sentinel mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://espo.nasa.gov/missions/hs3/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/Dust_AOT/doc/hs3gmaodustaot_dataset.pdf\"},{\"Description\":\"NASA\u2019s + Hurricane and Severe Storm Sentinel (HS3) Investigation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-15-00186.1\"},{\"Description\":\"HS3 + Project Home Page \",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-11-07T11:11:07.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-31T12:43:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Global Modeling and Assimilation + Office (GMAO) Dust Aerosol Optical Thickness Imagery dataset consists of browse + only imagery showing dust aerosol optical thickness and wind speed/direction + from the Goddard Earth Observing System Model, version 5 (GEOS-5). These data + are used to see how the Saharan Air Layer (SAL) affects hurricane development + during the Hurricane and Severe Storm Sentinel (HS3) field campaign. Goals + for the HS3 field campaign included assessing the relative roles of large-scale + environmental and storm-scale internal processes, addressing the controversial + role of the SAL in tropical storm formation and intensification, and the role + of deep convection in the inner-core region of storms. The browse only data + files are available for dates between August 11, 2014 and October 5, 2014 + at 3-hour intervals in PNG format.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"Models\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"PNG\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3hiwrap__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) HIGH-ALTITUDE IMAGING WIND AND RAIN AIRBORNE + PROFILER (HIWRAP) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979869732-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:02:18.863Z\",\"granule-count\":96,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Heymsfield, + Gerald M and Lin Tian.2015. HURRICANE AND SEVERE STORM SENTINEL (HS3) HIGH-ALTITUDE + IMAGING WIND AND RAIN AIRBORNE PROFILER (HIWRAP) [indicate subset used]. Dataset + available online from the NASA Global Hydrometeorology Resource Center DAAC, + Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/HS3/HIWRAP/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-96.6094,\"NorthBoundingCoordinate\":31.613,\"EastBoundingCoordinate\":-65.0064,\"SouthBoundingCoordinate\":21.0197}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Doppler + Velocity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Radar\",\"VariableLevel1\":\"Radar + Reflectivity\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather + Events\",\"VariableLevel1\":\"Tropical Cyclones\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-09-15T18:34:46.000Z\",\"EndingDateTime\":\"2014-10-17T14:58:31.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/HS3/HIWRAP/DATA101\"},\"ShortName\":\"hs3hiwrap\",\"EntryTitle\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) HIGH-ALTITUDE IMAGING WIND AND RAIN AIRBORNE + PROFILER (HIWRAP) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3hiwrap__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3hiwrap\"},{\"Description\":\"Sample + browse image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/HIWRAP/browse/2013/0915/HS3_HIWRAP_20130915_kainnerchirp_195621-203046_v02.png\"},{\"Description\":\"NASA + Hurricane and Severe Storm Sentinel mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://espo.nasa.gov/missions/hs3/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/HIWRAP/doc/HS3_HIWRAP_dataset.pdf\"},{\"Description\":\"OPeNDAP + server dataset access\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://ghrc.nsstc.nasa.gov/opendap/fieldCampaigns/hs3/HIWRAP/data/\"},{\"Description\":\"The + NASA High-Altitude Imaging Wind and Rain Airborne Profiler; IEEE Transactions + on Geoscience and Remote Sensing, vol.54,no.1, pp.298-310, Jan.2016\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"URL\":\"https://dx.doi.org/10.1109/TGRS.2015.2456501\"},{\"Description\":\"HS3 + HIWRAP Radar Reflectivity Profile Quick View\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/data-recipes/hs3-hiwrap-radar-reflectivity-profile-quick-view\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Assessing + Wind and Rain in Hurricane Ingrid during Hurricane and Severe Storm Sentinel + (HS3) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/assessing-wind-and-rain-hurricane-ingrid-during-hurricane-and-severe-storm-sentinel\"},{\"Description\":\"Hurricane + Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/hurricane\"},{\"Description\":\"Field + Campaign: Hurricane and Severe Storm Sentinel (HS3) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/field-campaign-hurricane-and-severe-storm-sentinel-hs3\"},{\"Description\":\"Browse + images illustrate the nature and coverage of the data\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/HIWRAP/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-10-27T16:32:14.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:51.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) High-Altitude Imaging Wind and Rain + dataset was collected from the High-altitude Imaging Wind and Rain Airborne + Profiler (HIWRAP), which is a dual-frequency (Ku- and Ka-band, or approximately + 14 and 35 GHz), dual-beam (30 degree and 40 degree incidence angle), conically + scanning radar that has been designed for the Global Hawk aircraft during + the HS3 campaign. Goals for HS3 included: assessing the relative roles of + large-scale environment and storm-scale internal processes; and addressing + the controversial role of the Saharan Air Layer (SAL) in tropical storm formation + and intensification as well as the role of deep convection in the inner-core + region of storms. HIWRAP uses solid state transmitters along with a novel + pulse compression scheme that results in a system that is considerably more + compact and requires less power than typical radars used for precipitation + and wind measurements. By conically scanning at 10-20 rpm, its beams sweeped + below the Global Hawk collecting Doppler velocity/reflectivity profiles. The + unique HIWRAP sampling and phase correction strategy implemented (frequency + diversity Doppler processing technique). HIWRAP's dual-wavelength operation + enables it to map full tropospheric winds from cloud and precipitation volume + backscatter measurements, derive information about precipitation drop-size + distributions, and estimate the ocean surface winds using scatterometry techniques. + Winds will be retrieved using a gridding approach similar to well-established + ground-based multi-Doppler radar wind analyses. More information can be found + at http://har.gsfc.nasa.gov/index.php?section\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"HIWRAP\",\"LongName\":\"High-Altitude + Imaging Wind and Rain Airborne Profiler\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3hirad__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) HURRICANE IMAGING RADIOMETER (HIRAD) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979868580-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:02:14.818Z\",\"granule-count\":170,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Cecil, + Daniel J and Sayak Biswas K..2015. HURRICANE AND SEVERE STORM SENTINEL (HS3) + HURRICANE IMAGING RADIOMETER (HIRAD) [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/HS3/HIRAD/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-175.343,\"NorthBoundingCoordinate\":52.0268,\"EastBoundingCoordinate\":-55.0826,\"SouthBoundingCoordinate\":12.3911}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Precipitation + Rate\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather + Events\",\"VariableLevel1\":\"Tropical Cyclones\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Microwave\",\"VariableLevel1\":\"Brightness + Temperature\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Oceans\",\"Term\":\"Ocean + Winds\",\"VariableLevel1\":\"Surface Winds\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-11-05T22:27:07.000Z\",\"EndingDateTime\":\"2014-10-17T16:48:14.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/HS3/HIRAD/DATA201\"},\"ShortName\":\"hs3hirad\",\"EntryTitle\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) HURRICANE IMAGING RADIOMETER (HIRAD) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3hirad__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3hirad\"},{\"Description\":\"NASA + Hurricane and Severe Storm Sentinel mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://espo.nasa.gov/missions/hs3/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/HIRAD/doc/hs3hirad_dataset.pdf\"},{\"Description\":\"Hurricane + Gonzalo HIRAD Wind Speed Readme\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/HIRAD/doc/readme_gonzaloFLT2014.pdf\"},{\"Description\":\"HIRAD + Data Format and Metadata Details\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/HIRAD/doc/HIRAD_data_hs3_2014.pdf\"},{\"Description\":\"OPeNDAP + server dataset access\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://ghrc.nsstc.nasa.gov/opendap/fieldCampaigns/hs3/HIRAD/data/\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Assessing + Wind and Rain in Hurricane Ingrid during Hurricane and Severe Storm Sentinel + (HS3) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/assessing-wind-and-rain-hurricane-ingrid-during-hurricane-and-severe-storm-sentinel\"},{\"Description\":\"Field + Campaign: Hurricane and Severe Storm Sentinel (HS3) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/field-campaign-hurricane-and-severe-storm-sentinel-hs3\"},{\"Description\":\"Hurricane + Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/hurricane\"},{\"Description\":\"N/A\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/HIRAD/browse/\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2015-08-24T16:11:37.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-25T13:57:47.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Hurricane Imaging Radiometer (HIRAD) + was collected by the Hurricane Imaging Radiometer (HIRAD), which was a multi-band + passive microwave radiometer operating between 4-6.6 GHz. It used a novel + interferometric aperture synthesis technique to produce high resolution wide + swath observations without any mechanical scanning of the antenna. The instrument + was designed to measure ocean surface wind speed in tropical storms and hurricanes. + Developed in collaboration between scientists and engineers at National Aeronautics + and Space Administration Marshall Space Flight Center (NASA MSFC), the University + of Central Florida, and the University of Michigan, the instrument was first + flown on a NASA high altitude aircraft in the Genesis and Rapid Intensification + Processes (GRIP) Experiment in 2010 and was then flown for the Hurricane and + Severe Storm Sentinel (HS3) in 2012-2014.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"HIRAD\",\"LongName\":\"Hurricane + Imaging Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3shis__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Hurricane + and Severe Storm Sentinel (HS3) Scanning High-Resolution Interferometer Sounder + (S-HIS) V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979871558-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:02:40.926Z\",\"granule-count\":820,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Revercomb, + Henry E. and Joe K. Taylor.2017. Hurricane and Severe Storm Sentinel (HS3) + Scanning High-Resolution Interferometer Sounder (S-HIS) [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/HS3/SHIS/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-154.611,\"NorthBoundingCoordinate\":50.0961,\"EastBoundingCoordinate\":-19.2257,\"SouthBoundingCoordinate\":7.55205}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Oceans\",\"Term\":\"Ocean Optics\",\"VariableLevel1\":\"Radiance\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Solid Earth\",\"Term\":\"Geothermal Dynamics\",\"VariableLevel1\":\"Geothermal + Temperature\",\"VariableLevel2\":\"Temperature Profiles\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Water Vapor\",\"VariableLevel1\":\"Water + Vapor Profiles\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-09-01T13:51:48.000Z\",\"EndingDateTime\":\"2014-09-30T22:47:12.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/HS3/SHIS/DATA201\"},\"ShortName\":\"hs3shis\",\"EntryTitle\":\"Hurricane + and Severe Storm Sentinel (HS3) Scanning High-Resolution Interferometer Sounder + (S-HIS) V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3shis__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3shis\"},{\"Description\":\"RECENT + RESULTS FROM TWO NEW AIRCRAFT-BASED FOURIER-TRANSFORM INTERFEROMETERS: The + Scanning High-resolution Interferometer Sounder and the NPOESS Atmospheric + Sounder Testbed Interferometer\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://pdfs.semanticscholar.org/9e03/9a172d16bf364d0ae2f5ddf255a5bc2b77b7.pdf\"},{\"Description\":\"Highly + accurate FTIR observations from the scanning HIS aircraft instrument\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://proceedings.spiedigitallibrary.org/proceeding.aspx?articleid=857238\"},{\"Description\":\"Performance + of an infrared sounder on several airborne platforms: the scanning high resolution + interferometer sounder (S-HIS)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://proceedings.spiedigitallibrary.org/proceeding.aspx?articleid=867900\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/S-HIS/doc/hs3shis_dataset.pdf\"},{\"Description\":\"A + principal component noise filter for high spectral resolution infrared measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://onlinelibrary.wiley.com/doi/10.1029/2004JD004862/full\"},{\"Description\":\"Hyperspectral + data noise characterization using principle component analysis: application + to the atmospheric infrared sounder\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://remotesensing.spiedigitallibrary.org/article.aspx?articleid=707777\"},{\"Description\":\"Radiometric + and spectral validation of Atmospheric Infrared Sounder observations with + the aircraft-based Scanning High-Resolution Interferometer Sounder\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"http://onlinelibrary.wiley.com/doi/10.1029/2005JD006094/full\"},{\"Description\":\"Dual-Regression + Retrieval Algorithm for Real-Time Processing of Satellite Ultraspectral Radiances\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JAMC-D-11-0173.1\"},{\"Description\":\"Improved + Profile and Cloud Top Height Retrieval by Using Dual Regression on High-Spectral + Resolution Measurements\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1364/HISE.2011.HWA4\"},{\"Description\":\" + NASA\u2019s Hurricane and Severe Storm Sentinel (HS3) Investigation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-15-00186.1\"},{\"Description\":\"Assessing + Wind and Rain in Hurricane Ingrid during Hurricane and Severe Storm Sentinel + (HS3) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/assessing-wind-and-rain-hurricane-ingrid-during-hurricane-and-severe-storm-sentinel\"},{\"Description\":\"Hurricane + Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/hurricane\"},{\"Description\":\"Field + Campaign: Hurricane and Severe Storm Sentinel (HS3) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/field-campaign-hurricane-and-severe-storm-sentinel-hs3\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2017-07-10T03:07:24.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:53.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Scanning High-Resolution Interferometer + Sounder (S-HIS) measures emitted thermal radiances that are used to obtain + temperature and water vapor profiles of the Earth's atmosphere in clear-sky + conditions. Due to the S-HIS scanning capability, the instrument provides + 2 km resolution (at nadir) across a 40 km wide ground swath when flown at + an altitude of 20 km onboard the NASA Global Hawk unmanned aircraft. S-HIS + data were collected during the 5-week HS3 field campaign study periods in + the 2012 to 2014 Atlantic hurricane seasons. \",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"GLOBAL + HAWK\",\"Instruments\":[{\"ShortName\":\"S-HIS\",\"LongName\":\"Scanning High-resolution + Interferometer Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3ships__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Hurricane + and Severe Storm Sentinel (HS3) Statistical Hurricane Intensity Prediction + Scheme (SHIPS) Intensity V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979870260-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:02:36.667Z\",\"granule-count\":1128,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Cione, + Joe , Mark DeMaria, Jim Gross, John Kaplan, John Knaff, Michelle Mainelli, + Buck Sampson, Andrea Schumacher, Nick Shay and Chris A Sisko.2018. Hurricane + and Severe Storm Sentinel (HS3) Statistical Hurricane Intensity Prediction + Scheme (SHIPS) Intensity [indicate subset used]. Dataset available online + from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, Alabama, + U.S.A. DOI: http://dx.doi.org/10.5067/HS3/SHIPS/DATA101\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-179.11,\"NorthBoundingCoordinate\":44.51,\"EastBoundingCoordinate\":-14.99,\"SouthBoundingCoordinate\":7.19}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Pressure\",\"VariableLevel1\":\"Atmospheric + Pressure Measurements\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Oceans\",\"Term\":\"Ocean + Winds\",\"VariableLevel1\":\"Wind Shear\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Winds\",\"VariableLevel1\":\"Upper Level Winds\",\"VariableLevel2\":\"Wind + Direction\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric + Temperature\",\"VariableLevel1\":\"Upper Air Temperature\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Winds\",\"VariableLevel1\":\"Wind + Dynamics\",\"VariableLevel2\":\"Wind Shear\",\"VariableLevel3\":\"Vertical + Wind Shear\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-03-18T00:00:00.000Z\",\"EndingDateTime\":\"2014-09-30T18:00:01.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/HS3/SHIPS/DATA101\"},\"ShortName\":\"hs3ships\",\"EntryTitle\":\"Hurricane + and Severe Storm Sentinel (HS3) Statistical Hurricane Intensity Prediction + Scheme (SHIPS) Intensity V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3ships__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3ships\"},{\"Description\":\"HS3 + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/HS3/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/SHIPS/doc/hs3ships_dataset.pdf\"},{\"Description\":\"NASA\u2019s + Hurricane and Severe Storm Sentinel (HS3) Investigation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/BAMS-D-15-00186.1\"},{\"Description\":\"A + Statistical Hurricane Intensity Prediction Scheme (SHIPS) for the Atlantic + Basin\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0434(1994)009%3C0209:ASHIPS%3E2.0.CO;2\"},{\"Description\":\"An + Updated Statistical Hurricane Intensity Prediction Scheme (SHIPS) for the + Atlantic and Eastern North Pacific Basins\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/1520-0434(1999)014%3C0326:AUSHIP%3E2.0.CO;2\"},{\"Description\":\"Further + Improvements to the Statistical Hurricane Intensity Prediction Scheme (SHIPS)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/WAF862.1\"},{\"Description\":\"HS3 + Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2018-08-17T02:08:33.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-05-23T23:11:58.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hurricane and Severe Storm Sentinel (HS3) Statistical Hurricane Intensity + Prediction Scheme (SHIPS) Intensity dataset was obtained from March 18, 2014 + through September 30, 2014 during the Hurricane and Severe Storm Sentinel + (HS3) field campaign. Goals for the HS3 field campaign included assessing + the relative roles of large-scale environment and storm-scale internal processes, + addressing the controversial role of the Saharan Air Layer (SAL) in tropical + storm formation and intensification, and the role of deep convection in the + inner-core region of storms. The SHIPS model provides tropical storm intensity + forecasts for the Atlantic Ocean and the eastern and central North Pacific + Ocean storms and invest areas. SHIPS uses GOES infrared imagery as input + to the systems. These SHIPS data are available in ASCII format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"TROPICS\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-15\",\"LongName\":\"Geostationary + Operational Environmental Satellite 15\",\"Instruments\":[{\"ShortName\":\"GOES-15 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 15-Imager\"}]},{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"Ground + Stations\",\"Instruments\":[{\"ShortName\":\"RAWINSONDES\",\"LongName\":\"RAWINSONDES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/hs3wwlln__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) WORLD WIDE LIGHTNING LOCATION NETWORK (WWLLN) + STORMS V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1979872496-GHRC_DAAC\",\"revision-date\":\"2022-06-09T17:02:45.154Z\",\"granule-count\":256,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Holzworth, + Robert H.2016. HURRICANE AND SEVERE STORM SENTINEL (HS3) WORLD WIDE LIGHTNING + LOCATION NETWORK (WWLLN) STORMS [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/HS3/WWLN/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-116.595,\"NorthBoundingCoordinate\":68.994,\"EastBoundingCoordinate\":-15.001,\"SouthBoundingCoordinate\":12.9}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Atmospheric Electricity\",\"VariableLevel1\":\"Lightning\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather Events\",\"VariableLevel1\":\"Lightning\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Human Dimensions\",\"Term\":\"Natural Hazards\",\"VariableLevel1\":\"Tropical + Cyclones\",\"VariableLevel2\":\"Hurricanes\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Weather + Events\",\"VariableLevel1\":\"Tropical Cyclones\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-08-28T00:00:45.000Z\",\"EndingDateTime\":\"2014-10-20T23:59:19.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/HS3/WWLN/DATA201\"},\"ShortName\":\"hs3wwlln\",\"EntryTitle\":\"HURRICANE + AND SEVERE STORM SENTINEL (HS3) WORLD WIDE LIGHTNING LOCATION NETWORK (WWLLN) + STORMS V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/hs3wwlln__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=hs3wwlln\"},{\"Description\":\"NASA + Hurricane and Severe Storm Sentinel mission\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://espo.nasa.gov/missions/hs3/\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/WWLLN/doc/HS3_WWLLN_Guide.pdf\"},{\"Description\":\"WWLLN + Storm Information\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/WWLLN/doc/HS3_WWLLN_StormInfo.xlsx\"},{\"Description\":\"WWLLN + ASCII Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PI DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/hs3/WWLLN/doc/HS3_WWLLN_ASCII_Documentation.pdf\"},{\"Description\":\"OPeNDAP + server dataset access\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://ghrc.nsstc.nasa.gov/opendap/fieldCampaigns/hs3/WWLLN/data/\"},{\"Description\":\"The + home page for the project or program which sponsored the dataset\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/projects/HS3\"},{\"Description\":\"Assessing + Wind and Rain in Hurricane Ingrid during Hurricane and Severe Storm Sentinel + (HS3) Field Campaign\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/assessing-wind-and-rain-hurricane-ingrid-during-hurricane-and-severe-storm-sentinel\"},{\"Description\":\"Field + Campaign: Hurricane and Severe Storm Sentinel (HS3) Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/field-campaign-hurricane-and-severe-storm-sentinel-hs3\"},{\"Description\":\"Hurricane + Micro Article\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"MICRO ARTICLE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/micro-articles/hurricane\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2016-02-09T15:01:30.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-04-28T13:48:53.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + World Wide Lightning Location Network (WWLLN) is a global, ground-based lightning + sensor network operated by the University of Washington in Seattle. This + network monitors and maps global lightning activity. WWLLN has generated + quality controlled global lightning data for storms studied during the 2012-2014 + Hurricane and Severe Storm Sentinel (HS3) campaign to track and analyze lightning + activity.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"HS3\",\"LongName\":\"Hurricane + and Severe Storm Sentinel\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"WWLLN\",\"LongName\":\"World + Wide Lightning Location Network\",\"Instruments\":[{\"ShortName\":\"GPS\",\"LongName\":\"Global + Positioning System\"},{\"ShortName\":\"RF Antenna\"},{\"ShortName\":\"VLF + RECEIVERS\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-4 + - ASCII\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-Hydroprofiler\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360374-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:30.745Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2001-11-18T18:35:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/HYDROPROFILER/DATA001\"},\"ShortName\":\"Hydroprofiler\",\"EntryTitle\":\"Hydroprofiler + measurements from Monterey Bay in 2011\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/Hydroprofiler/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + from Monterey Bay during 2011 by a hydroprofiler.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-HYCODE_LEO-15\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360372-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:30.242Z\",\"granule-count\":216,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-07-20T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/HYCODE_LEO-15/DATA001\"},\"ShortName\":\"HYCODE_LEO-15\",\"EntryTitle\":\"Hyperspectral + Coastal Ocean Dynamics Experiment (HyCoDE) measurements at Long-term Ecosystem + Observatory 15 (LEO-15) oceanographic and meteorological station\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/HYCODE_LEO-15/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + from the Hyperspectral Coastal Ocean Dynamics Experiment (HyCoDE) LEO-15 station + off the Atlantic Coast of New Jersey.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/global_vegetation/AVIRIS-NG_Data_Idaho/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Hyperspectral + Imagery from AVIRIS-NG for Sites in ID and CA, USA, 2014 and 2015\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2765511853-ORNL_CLOUD\",\"revision-date\":\"2023-09-15T14:15:09.761Z\",\"granule-count\":72,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Dashti, + H., N.F. Glenn, L.P. Spaete, and N. Ilangakoon. 2018. Hyperspectral Imagery + from AVIRIS-NG for Sites in ID and CA, USA, 2014 and 2015. ORNL DAAC, Oak + Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/1533\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-118.41,\"NorthBoundingCoordinate\":43.42,\"EastBoundingCoordinate\":-114.67,\"SouthBoundingCoordinate\":36.57}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2014-09-15T17:38:00.000Z\",\"EndingDateTime\":\"2015-06-13T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables at the same resolution as L1 source data\",\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1533\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"AVIRIS-NG_Data_Idaho_1533\",\"EntryTitle\":\"Hyperspectral + Imagery from AVIRIS-NG for Sites in ID and CA, USA, 2014 and 2015\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/global_vegetation/AVIRIS-NG_Data_Idaho/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/global_vegetation/AVIRIS-NG_Data_Idaho/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/VEGETATION/guides/AVIRIS-NG_Data_Idaho.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1533\"},{\"Description\":\"Hyperspectral + Imagery from AVIRIS-NG for sites in ID and CA, US, 2014 and 2015: AVIRIS-NG_Data_Idaho.pdf\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/global_vegetation/AVIRIS-NG_Data_Idaho/comp/AVIRIS-NG_Data_Idaho.pdf\"},{\"Description\":\"Hyperspectral + Imagery from AVIRIS-NG for sites in ID and CA, US, 2014 and 2015: idaho_aviris_boundaries.zip\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/global_vegetation/AVIRIS-NG_Data_Idaho/comp/idaho_aviris_boundaries.zip\"},{\"Description\":\"Hyperspectral + Imagery from AVIRIS-NG for sites in ID and CA, US, 2014 and 2015: idaho_aviris_quicklooks.zip\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/global_vegetation/AVIRIS-NG_Data_Idaho/comp/idaho_aviris_quicklooks.zip\"},{\"Description\":\"A + portion of the quicklook image from flight line ang20150611t202652 over Reynolds + Creek Experimental Watershed, southwestern Idaho on June 6, 2015. Center-pivot + irrigation for agricultural land in the northeastern portion of the watershed. + Flight altitude approximately 10,000 ft with clear weather.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/VEGETATION/guides/AVIRIS-NG_Data_Idaho_Fig1.png\"}],\"DataDates\":[{\"Date\":\"2018-05-03T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-09-15T14:15:01.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + dataset provides surface reflectance measured by the Airborne Visible/Infrared + Imaging Spectrometer-Next Generation (AVIRIS-NG) instrument during flights + over research sites in Idaho and California in 2014 and 2015. AVIRIS-NG measures + reflected radiance at 5-nanometer (nm) intervals in the visible to shortwave + infrared spectral range between 380 and 2510 nm. Measurements are radiometrically + and geometrically calibrated and provided at 1-meter spatial resolution. The + data include 72 flight lines covering long-term research sites in the Reynolds + Creek Experimental Watershed in southwestern Idaho and Hollister in southeastern + Idaho. Several flight lines from a site in the Inyo National Forest near Big + Pine, California are included.\",\"MetadataDates\":[{\"Date\":\"2018-05-03T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"Vegetation\",\"LongName\":\"Vegetation + Collection\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"DHC-6\",\"LongName\":\"DeHavilland + Twin Otter\",\"Instruments\":[{\"ShortName\":\"AVIRIS-NG\",\"LongName\":\"Airborne + Visible-Infrared Imaging Spectrometer - Next Generation\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":136,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2065136320-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Accumulation Radar L1B Geolocated Radar Echo Strength Profiles V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2065136320-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000600-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:06.593Z\",\"granule-count\":14321,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Accumulation Radar L1B + Geolocated Radar Echo Strength Profiles V002\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + TOPOGRAPHY/ICE SHEET TOPOGRAPHY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RADAR + IMAGERY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + COVER\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-21T00:00:00.000Z\",\"EndingDateTime\":\"2018-05-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/0ZY1XYHNIQNY\"},\"ShortName\":\"IRACC1B\",\"EntryTitle\":\"IceBridge + Accumulation Radar L1B Geolocated Radar Echo Strength Profiles V002\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\" These data are + freely, openly, and fully accessible, provided that you are logged into your + NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRACC1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRACC1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRACC1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRACC1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRACC1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRACC1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRACC1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRACC1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRACC1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/0ZY1XYHNIQNY\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/0ZY1XYHNIQNY\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains radar echograms taken over Greenland and Antarctica using + the Center for Remote Sensing of Ice Sheets (CReSIS) Accumulation Radar instrument. + The data were collected as part of Operation IceBridge funded campaigns.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"North + America\",\"Subregion1\":\"Greenland\"}],\"MetadataDates\":[{\"Date\":\"2014-06-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"paden@ku.edu\"}]},\"FirstName\":\"John\",\"LastName\":\"Paden\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jiluli@ku.edu\"}]},\"FirstName\":\"Jilu\",\"LastName\":\"Li\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"paden@ku.edu\"}]},\"FirstName\":\"John\",\"LastName\":\"Paden\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jiluli@ku.edu\"}]},\"FirstName\":\"Jilu\",\"LastName\":\"Li\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"leuschen@ku.edu\"}]},\"FirstName\":\"Carl\",\"LastName\":\"Leuschen\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"frodrigu@ku.edu\"}]},\"FirstName\":\"Fernando\",\"LastName\":\"Rodriguez-Morales\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"rhale@ku.edu\"}]},\"FirstName\":\"Richard\",\"LastName\":\"Hale\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"Accumulation + Radar\",\"LongName\":\"Accumulation Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Accumulation + Radar\",\"LongName\":\"Accumulation Radar\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"Accumulation Radar\",\"LongName\":\"Accumulation + Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Accumulation + Radar\",\"LongName\":\"Accumulation Radar\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS + 258 GB\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS + 0.06 GB\"},{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS + 3 GB\"}]}}},{\"meta\":{\"revision-id\":33,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + ARES L1B Geolocated Radar Echo Strength Profiles V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2028248870-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:09.254Z\",\"granule-count\":1139,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge ARES L1B Geolocated + Radar Echo Strength Profiles V001\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-157.0,\"NorthBoundingCoordinate\":63.0,\"EastBoundingCoordinate\":-129.0,\"SouthBoundingCoordinate\":56.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":5.0,\"YDimension\":5.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RADAR + IMAGERY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-08-26T00:00:00.000Z\",\"EndingDateTime\":\"2021-05-12T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/X2H7MP5DBTYP\"},\"ShortName\":\"IRARES1B\",\"EntryTitle\":\"IceBridge + ARES L1B Geolocated Radar Echo Strength Profiles V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\" None\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRARES1B.001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRARES1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRARES1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/X2H7MP5DBTYP\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/X2H7MP5DBTYP\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains radar echograms acquired by the Arizona Radio-Echo Sounder + (ARES) over select glaciers in Alaska. The data are provided in HDF5 formatted + files, which include important metadata for interpreting the data. Browse + images are also available.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"}],\"MetadataDates\":[{\"Date\":\"2021-03-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2015_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Glaciers 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2020_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2020\",\"StartDate\":\"2020-01-01T00:00:00.000Z\",\"EndDate\":\"2020-12-31T00:00:00.000Z\"},{\"ShortName\":\"2021_AK_UAF\",\"LongName\":\"University + of Alaska, Fairbanks Alaska Glaciers 2021\",\"StartDate\":\"2021-01-01T00:00:00.000Z\",\"EndDate\":\"2021-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + None\"},\"ContactPersons\":[{\"Roles\":[\"Technical Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"John\",\"MiddleName\":\"W\",\"LastName\":\"Holt\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"truffer@gi.alaska.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"Physics + Department\",\"University of Alaska Fairbanks\",\"P.O. Box 755920, 401 ELV\"],\"City\":\"Fairbanks\",\"StateProvince\":\"AK\",\"Country\":\"USA\",\"PostalCode\":\"99775\"}]},\"FirstName\":\"Martin\",\"LastName\":\"Truffer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Chris.Larsen@gi.alaska.edu\"}],\"Addresses\":[{\"City\":\"Fairbanks\",\"StateProvince\":\"AK\",\"Country\":\"USA\",\"PostalCode\":\"99775\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Larsen\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Michael\",\"MiddleName\":\"S\",\"LastName\":\"Christoffersen\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"B.\",\"MiddleName\":\"S\",\"LastName\":\"Tober\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"John\",\"MiddleName\":\"W\",\"LastName\":\"Holt\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"truffer@gi.alaska.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"Physics + Department\",\"University of Alaska Fairbanks\",\"P.O. Box 755920, 401 ELV\"],\"City\":\"Fairbanks\",\"StateProvince\":\"AK\",\"Country\":\"USA\",\"PostalCode\":\"99775\"}]},\"FirstName\":\"Martin\",\"LastName\":\"Truffer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Chris.Larsen@gi.alaska.edu\"}],\"Addresses\":[{\"City\":\"Fairbanks\",\"StateProvince\":\"AK\",\"Country\":\"USA\",\"PostalCode\":\"99775\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Larsen\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Michael\",\"MiddleName\":\"S\",\"LastName\":\"Christoffersen\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"B.\",\"MiddleName\":\"S\",\"LastName\":\"Tober\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UAZ/GEOSCI\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.geo.arizona.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UAZ/GEOSCI\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.geo.arizona.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"DHC-3\",\"LongName\":\"DeHavilland + DHC-3 Otter\",\"Instruments\":[{\"ShortName\":\"RADAR ECHO SOUNDERS\",\"LongName\":\"RADAR + ECHO SOUNDERS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"RADAR + ECHO SOUNDERS\",\"LongName\":\"RADAR ECHO SOUNDERS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":146,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S2008499525-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"IceBridge + ATM L1B Elevation and Return Strength V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S2008499525-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000062-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:23.048Z\",\"granule-count\":47181,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge ATM L1B Elevation and + Return Strength V002\",\"Publisher\":\"NASA National Snow and Ice Data Center + Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"CRYOSPHERIC INDICATORS\",\"VariableLevel1\":\"GLACIAL + MEASUREMENTS\",\"VariableLevel2\":\"GLACIER ELEVATION/ICE SHEET ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-20T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/19SIM5TXKPGT\"},\"ShortName\":\"ILATM1B\",\"EntryTitle\":\"IceBridge + ATM L1B Elevation and Return Strength V002\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILATM1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILATM1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILATM1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/19SIM5TXKPGT\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/19SIM5TXKPGT\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains spot elevation measurements of Arctic and Antarctic sea + ice, and Greenland, Antarctic Peninsula, and West Antarctic region ice surface + acquired using the NASA Airborne Topographic Mapper (ATM) instrumentation. + The data were collected as part of Operation IceBridge funded aircraft survey + campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"ARCTIC\"}],\"MetadataDates\":[{\"Date\":\"2013-11-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne Topographic + Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25A\",\"LongName\":\"Dassault + HU-25A Guardian\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D ORION\",\"LongName\":\"Lockheed + WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":70,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + ATM L1B Elevation and Return Strength with Waveforms V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1460526314-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:28.601Z\",\"granule-count\":27596,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge ATM L1B Elevation and + Return Strength with Waveforms V001\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + ELEVATION/ICE SHEET ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED + WAVELENGTHS\",\"VariableLevel1\":\"SENSOR COUNTS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-07-17T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/EZQ5U3R3XWBS\"},\"ShortName\":\"ILATMW1B\",\"EntryTitle\":\"IceBridge + ATM L1B Elevation and Return Strength with Waveforms V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILATMW1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILATMW1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILATMW1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/EZQ5U3R3XWBS\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/EZQ5U3R3XWBS\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains spot elevation measurements with corresponding waveforms + of Arctic and Antarctic sea ice, and Greenland, Antarctic Peninsula, and West + Antarctic region ice surface acquired using the NASA Airborne Topographic + Mapper (ATM) instrumentation. The data were collected as part of Operation + IceBridge funded aircraft survey campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"ARCTIC\"}],\"MetadataDates\":[{\"Date\":\"2018-04-05T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne Topographic + Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25A\",\"LongName\":\"Dassault + HU-25A Guardian\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D ORION\",\"LongName\":\"Lockheed + WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":46,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL2065136320-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + ATM L1B Near-Infrared Waveforms V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2065136320-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1645282009-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:31.195Z\",\"granule-count\":18150,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge ATM L1B Near-Infrared + Waveforms V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"SENSOR + COUNTS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-10-10T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/P8QCY55YPR8U\"},\"ShortName\":\"ILNIRW1B\",\"EntryTitle\":\"IceBridge + ATM L1B Near-Infrared Waveforms V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILNIRW1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILNIRW1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILNIRW1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/P8QCY55YPR8U\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/P8QCY55YPR8U\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains geolocated waveforms of Greenland, Arctic, and Antarctic + sea ice measured by the Airborne Topographic Mapper (ATM) near-infrared (NIR) + lidar. The data complement, and are intended to be used with, the IceBridge + Narrow Swath ATM L1B Elevation and Return Strength with Waveforms data, + which are measured at green wavelength. Both of these narrow-swath data sets + are closely related to the wide-swath IceBridge + ATM L1B Elevation and Return Strength with Waveforms data set. The data + were acquired as part of aircraft survey campaigns funded by Operation IceBridge.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2019-11-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757 + 824 1025\"},{\"Type\":\"Email\",\"Value\":\"serdar.s.manizade@nasa.gov\"}]},\"FirstName\":\"Serdar\",\"LastName\":\"Manizade\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757 + 824 1025\"},{\"Type\":\"Email\",\"Value\":\"serdar.s.manizade@nasa.gov\"}]},\"FirstName\":\"Serdar\",\"LastName\":\"Manizade\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne Topographic + Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25A\",\"LongName\":\"Dassault + HU-25A Guardian\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D ORION\",\"LongName\":\"Lockheed + WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":125,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2008499525-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2065136320-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"IceBridge + ATM L1B Qfit Elevation and Return Strength V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2008499525-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2065136320-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C187690352-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:19.766Z\",\"granule-count\":11200,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge ATM L1B Qfit Elevation + and Return Strength V001\",\"Publisher\":\"NASA National Snow and Ice Data + Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + ELEVATION/ICE SHEET ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-03-31T00:00:00.000Z\",\"EndingDateTime\":\"2012-11-08T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/DZYN0SKIG6FB\"},\"ShortName\":\"ILATM1B\",\"EntryTitle\":\"IceBridge + ATM L1B Qfit Elevation and Return Strength V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"ELEVATION\"],\"AccessConstraints\":{\"Description\":\" + None\"},\"RelatedUrls\":[{\"Description\":\"Tool to visualize, search, and + download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILATM1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILATM1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILATM1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/DZYN0SKIG6FB\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/DZYN0SKIG6FB\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains spot elevation measurements of Arctic and Antarctic sea + ice, and Greenland, Antarctic Peninsula, and West Antarctic region ice surface + acquired using the NASA Airborne Topographic Mapper (ATM) instrumentation. + The data were collected as part of Operation IceBridge funded aircraft survey + campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"ARCTIC\"}],\"MetadataDates\":[{\"Date\":\"2010-06-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + None\"},\"ContactPersons\":[{\"Roles\":[\"Technical Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"AIRCRAFT\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Binary\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":118,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + ATM L2 Icessn Elevation, Slope, and Roughness V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001540-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:26.054Z\",\"granule-count\":58108,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge ATM L2 Icessn Elevation, + Slope, and Roughness V002\",\"Publisher\":\"NASA National Snow and Ice Data + Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"CRYOSPHERIC INDICATORS\",\"VariableLevel1\":\"GLACIAL + MEASUREMENTS\",\"VariableLevel2\":\"GLACIER ELEVATION/ICE SHEET ELEVATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"ICE + ROUGHNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-03-31T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/CPRXXK3F39RV\"},\"ShortName\":\"ILATM2\",\"EntryTitle\":\"IceBridge + ATM L2 Icessn Elevation, Slope, and Roughness V002\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILATM2.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILATM2+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILATM2/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/CPRXXK3F39RV\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/CPRXXK3F39RV\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains resampled and smoothed elevation measurements of Arctic + and Antarctic sea ice, and Greenland, Antarctic Peninsula, and West Antarctic + region land ice surface acquired using the NASA Airborne Topographic Mapper + (ATM) instrumentation. The data were collected as part of Operation IceBridge + funded aircraft survey campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"ARCTIC\"}],\"MetadataDates\":[{\"Date\":\"2014-01-29T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne Topographic + Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25A\",\"LongName\":\"Dassault + HU-25A Guardian\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D ORION\",\"LongName\":\"Lockheed + WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"CSV\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":153,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + ATM L4 Surface Elevation Rate of Change V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000320-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:49.750Z\",\"granule-count\":342,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge ATM L4 Surface Elevation + Rate of Change V001\",\"Publisher\":\"NASA National Snow and Ice Data Center + Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":250.0,\"YDimension\":250.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\",\"VariableLevel2\":\"Surface Elevation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1993-06-23T00:00:00.000Z\",\"EndingDateTime\":\"2018-05-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/BCW6CI3TXOCY\"},\"ShortName\":\"IDHDT4\",\"EntryTitle\":\"IceBridge + ATM L4 Surface Elevation Rate of Change V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IDHDT4.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IDHDT4+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IDHDT4/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IDHDT4.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IDHDT4+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IDHDT4/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/BCW6CI3TXOCY\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/BCW6CI3TXOCY\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains surface elevation rate of change measurements derived from + IceBridge and Pre-IceBridge Airborne Topographic Mapper (ATM) widescan elevation + measurements data for Arctic and Antarctic missions flown under NASA's Operation + IceBridge (OIB) and Arctic Ice Mapping (AIM) projects.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"ARCTIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"SVALBARD + AND JAN MAYEN\"}],\"MetadataDates\":[{\"Date\":\"2014-03-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"MULTI_NASA\",\"LongName\":\"Operation + IceBridge Multiple Campaigns\",\"StartDate\":\"1993-01-01T00:00:00.000Z\",\"EndDate\":\"2025-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-6\",\"LongName\":\"DeHavilland + Twin Otter\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3A ORION\",\"LongName\":\"Lockheed + P-3A Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D ORION\",\"LongName\":\"Lockheed + WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"PNG\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"CSV\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + ATM Waveform Derived Snow Effective Grain Radius V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2908830231-NSIDC_ECS\",\"revision-date\":\"2024-04-03T15:51:16.721Z\",\"granule-count\":16390,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge ATM Waveform Derived + Snow Effective Grain Radius V001\",\"Publisher\":\"National Snow and Ice Data + Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.5,\"YDimension\":0.5,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"FIRN\",\"VariableLevel2\":\"SNOW + GRAIN SIZE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-07-17T00:00:00.000Z\",\"EndingDateTime\":\"2019-09-11T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2A\"},\"DOI\":{\"DOI\":\"10.5067/1207YUVC7KOO\"},\"ShortName\":\"ILATMGR\",\"EntryTitle\":\"IceBridge + ATM Waveform Derived Snow Effective Grain Radius V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"NASA's + newest search and order tool for subsetting, reprojecting, and reformatting + data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"Earthdata + Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILATMGR+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILATMGR.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILATMGR/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/1207YUVC7KOO\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/1207YUVC7KOO\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"National + Snow and Ice Data Center\"}],\"Abstract\":\"This data set reports surface + grain size estimates of snow and ice using waveform measurements from NASA's + Airborne Topographic Mapper (ATM) narrow-swath and wide-swath instrumentation + over the Greenland ice sheet and surrounding sea ice.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"ARCTIC\"}],\"MetadataDates\":[{\"Date\":\"2024-04-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-04-03T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"University + of Washington\",\"Department of Earth and Space Sciences\"],\"City\":\"Seattle\",\"StateProvince\":\"WA\",\"Country\":\"USA\",\"PostalCode\":\"98195\"}]},\"FirstName\":\"Ben\",\"LastName\":\"Smith\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Tyler\",\"LastName\":\"Sutterley\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UWA/APL/PSC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://psc.apl.washington.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UWA/APL/PSC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://psc.apl.washington.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA + DC-8\",\"LongName\":\"NASA Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"NASA P-3\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF-4\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + BedMachine Greenland V005\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2420522159-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:39.873Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge BedMachine Greenland + V005\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"5\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-80.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":10.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":150.0,\"YDimension\":150.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"BATHYMETRY/SEAFLOOR TOPOGRAPHY\",\"VariableLevel1\":\"BATHYMETRY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\",\"VariableLevel2\":\"BED ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CLIMATE + INDICATORS\",\"Term\":\"CRYOSPHERIC INDICATORS\",\"VariableLevel1\":\"GLACIAL + MEASUREMENTS\",\"VariableLevel2\":\"GLACIER/ICE SHEET THICKNESS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\",\"VariableLevel2\":\"Surface Elevation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1993-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2021-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/GMEVBWFLWA7X\"},\"ShortName\":\"IDBMG4\",\"EntryTitle\":\"IceBridge + BedMachine Greenland V005\",\"ISOTopicCategories\":[\"ELEVATION\",\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IDBMG4.005/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IDBMG4+V005\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IDBMG4/versions/5/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IDBMG4.005/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IDBMG4+V005\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IDBMG4/versions/5/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/GMEVBWFLWA7X\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/GMEVBWFLWA7X\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains a bed topography/bathymetry map of Greenland based on mass + conservation, multi-beam data, and other techniques. It also includes surface + elevation and ice thickness data, as well as an ice/ocean/land mask.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2022-09-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"5\",\"Projects\":[{\"ShortName\":\"MULTI_NASA\",\"LongName\":\"Operation + IceBridge Multiple Campaigns\",\"StartDate\":\"1993-01-01T00:00:00.000Z\",\"EndDate\":\"2025-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mathieu.morlighem@dartmouth.edu\"}]},\"FirstName\":\"Mathieu\",\"LastName\":\"Morlighem\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"et\",\"LastName\":\"al\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"Dartmouth/Earth-Sci\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"Dartmouth/Earth-Sci\"}],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"NASA + DC-8\",\"LongName\":\"NASA Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":130,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + BGM-3 Gravimeter L1B Time-Tagged Accelerations V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000360-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:52.286Z\",\"granule-count\":663,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge BGM-3 Gravimeter L1B + Time-Tagged Accelerations V001\",\"Publisher\":\"NASA National Snow and Ice + Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-12-31T00:00:00.000Z\",\"EndingDateTime\":\"2011-12-23T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/5CHZMTE5DLU8\"},\"ShortName\":\"IGBGM1B\",\"EntryTitle\":\"IceBridge + BGM-3 Gravimeter L1B Time-Tagged Accelerations V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IGBGM1B.001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IGBGM1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IGBGM1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IGBGM1B.001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IGBGM1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IGBGM1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/5CHZMTE5DLU8\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/5CHZMTE5DLU8\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains vertical acceleration values for Antarctica using the BGM-3 + Gravimeter. The data were collected by scientists working on the the International + Collaborative Exploration of the Cryosphere through Airborne Profiling (ICECAP) + project, which is funded by the National Science Foundation (NSF) and the + Natural Environment Research Council (NERC) with additional support from NASA + Operation IceBridge.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"Antarctica\"}],\"MetadataDates\":[{\"Date\":\"2012-02-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2008_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2009\",\"StartDate\":\"2009-11-02T00:00:00.000Z\",\"EndDate\":\"2009-12-28T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Martin\",\"MiddleName\":\"J.\",\"LastName\":\"Siegert\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jason\",\"MiddleName\":\"L.\",\"LastName\":\"Roberts\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Tas\",\"MiddleName\":\"van\",\"LastName\":\"Ommen\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Emmanuel\",\"LastName\":\"Lemeur\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Martin\",\"MiddleName\":\"J.\",\"LastName\":\"Siegert\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jason\",\"MiddleName\":\"L.\",\"LastName\":\"Roberts\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Tas\",\"MiddleName\":\"van\",\"LastName\":\"Ommen\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Emmanuel\",\"LastName\":\"Lemeur\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"BGM-3\",\"LongName\":\"Bell BGM-3 + Gravimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"BGM-3\",\"LongName\":\"Bell + BGM-3 Gravimeter\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"FTP + 10 MB\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"FTP + 169 MB\"}]}}},{\"meta\":{\"revision-id\":115,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + BGM-3 Gravimeter L2 Geolocated Free Air Anomalies V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000341-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:54.802Z\",\"granule-count\":219,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge BGM-3 Gravimeter L2 + Geolocated Free Air Anomalies V001\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":7.9,\"YDimension\":7.9,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-01-08T00:00:00.000Z\",\"EndingDateTime\":\"2011-12-21T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/8DJW56PKY133\"},\"ShortName\":\"IGBGM2\",\"EntryTitle\":\"IceBridge + BGM-3 Gravimeter L2 Geolocated Free Air Anomalies V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IGBGM2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IGBGM2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IGBGM2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/8DJW56PKY133\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/8DJW56PKY133\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains free air anomaly measurements taken over Antarctica using + the BGM-3 Gravimeter. The data were collected by scientists working on the + Investigating the Cryospheric Evolution of the Central Antarctic Plate (ICECAP) + project funded by the National Science Foundation (NSF) and the Natural Environment + Research Council (NERC) with additional support from NASA Operation IceBridge.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2011-07-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2008_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2009\",\"StartDate\":\"2009-11-02T00:00:00.000Z\",\"EndDate\":\"2009-12-28T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jamin\",\"MiddleName\":\"S.\",\"LastName\":\"Greenbaum\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jamin\",\"MiddleName\":\"S.\",\"LastName\":\"Greenbaum\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"BGM-3\",\"LongName\":\"Bell BGM-3 + Gravimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"BGM-3\",\"LongName\":\"Bell + BGM-3 Gravimeter\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":39,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + CAMBOT L0 Raw Imagery V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1723881221-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:23.154Z\",\"granule-count\":2307624,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge CAMBOT L0 Raw Imagery + V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-10-10T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Unprocessed + instrument data\",\"Id\":\"Level 0\"},\"DOI\":{\"DOI\":\"10.5067/IOJH8A5F48J5\"},\"ShortName\":\"IOCAM0\",\"EntryTitle\":\"IceBridge + CAMBOT L0 Raw Imagery V001\",\"ISOTopicCategories\":[\"IMAGERY/BASE MAPS/EARTH + COVER\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IOCAM0.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IOCAM0+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IOCAM0/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IOCAM0.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IOCAM0+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IOCAM0/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/IOJH8A5F48J5\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/IOJH8A5F48J5\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains raw images and associated aircraft position and attitude + data, taken over Antarctica and Greenland by the Continuous Airborne Mapping + By Optical Translator (CAMBOT), part of the Airborne Topographic Mapper (ATM) + instrument suite. The data were collected as part of Operation IceBridge funded + aircraft survey campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2020-05-29T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jeremy.p.harbeck@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Jeremy\",\"LastName\":\"Harbeck\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jeremy.p.harbeck@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Jeremy\",\"LastName\":\"Harbeck\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://espo.nasa.gov/oib/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://espo.nasa.gov/oib/\"}]}}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous Airborne + Mapping By Optical Translator\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":52,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + CAMBOT L1B Geolocated Images V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1388123740-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:25.782Z\",\"granule-count\":1176098,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge CAMBOT L1B Geolocated + Images V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-03-31T00:00:00.000Z\",\"EndingDateTime\":\"2013-04-26T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/FC93UWYQA1D8\"},\"ShortName\":\"IOCAM1B\",\"EntryTitle\":\"IceBridge + CAMBOT L1B Geolocated Images V001\",\"ISOTopicCategories\":[\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\" None\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IOCAM1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IOCAM1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IOCAM1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IOCAM1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IOCAM1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IOCAM1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IOCAM1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IOCAM1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IOCAM1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/FC93UWYQA1D8\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/FC93UWYQA1D8\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains images taken with the Continuous Airborne Mapping By Optical + Translator (CAMBOT) over Antarctica and Greenland.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2010-07-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + None\"},\"ContactPersons\":[{\"Roles\":[\"Technical Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\"}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"PNG\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":48,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + CAMBOT L1B Geolocated Images V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1659416445-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:28.554Z\",\"granule-count\":1184344,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge CAMBOT L1B Geolocated + Images V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-10-10T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/B0HL940D452L\"},\"ShortName\":\"IOCAM1B\",\"EntryTitle\":\"IceBridge + CAMBOT L1B Geolocated Images V002\",\"ISOTopicCategories\":[\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\" These data are + freely, openly, and fully accessible, provided that you are logged into your + NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IOCAM1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IOCAM1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IOCAM1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/B0HL940D452L\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/B0HL940D452L\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains high-resolution imagery taken with the Continuous Airborne + Mapping By Optical Translator (CAMBOT) system over Antarctica and Greenland. + The data were collected as part of Operation IceBridge funded aircraft survey + campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2019-12-03T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jeremy.p.harbeck@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Jeremy\",\"LastName\":\"Harbeck\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jeremy.p.harbeck@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Jeremy\",\"LastName\":\"Harbeck\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://espo.nasa.gov/oib/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://espo.nasa.gov/oib/\"}]}}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous Airborne + Mapping By Optical Translator\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":103,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + CMG 1A Dynamic Gravity Meter Time-Tagged L1B Vertical Accelerations V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001541-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:00.169Z\",\"granule-count\":194,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge CMG 1A Dynamic Gravity + Meter Time-Tagged L1B Vertical Accelerations V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\",\"VariableLevel2\":\"Accelerations\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-11-13T00:00:00.000Z\",\"EndingDateTime\":\"2013-01-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/KDNRYQC7V2CD\"},\"ShortName\":\"IGCMG1B\",\"EntryTitle\":\"IceBridge + CMG 1A Dynamic Gravity Meter Time-Tagged L1B Vertical Accelerations V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IGCMG1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IGCMG1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IGCMG1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IGCMG1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IGCMG1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IGCMG1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/KDNRYQC7V2CD\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/KDNRYQC7V2CD\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains vertical acceleration values for Antarctica using the CMG + 1A dynamic gravity meter. The data were collected by scientists working on + the Investigating the Cryospheric Evolution of the Central Antarctic Plate + (ICECAP) project, which is funded by the National Science Foundation (NSF) + and the Natural Environment Research Council (NERC) with additional support + from NASA Operation IceBridge.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"Antarctica\"}],\"MetadataDates\":[{\"Date\":\"2013-11-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"CMG-GT-1A\",\"LongName\":\"Canadian + Micro Gravity GT-1A\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CMG-GT-1A\",\"LongName\":\"Canadian + Micro Gravity GT-1A\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"FTP + 2 MB\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"FTP + 710 MB\"}]}}},{\"meta\":{\"revision-id\":126,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + CMG GT-1A Gravimeter L2 Geolocated Free Air Gravity Disturbances V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000380-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:03.130Z\",\"granule-count\":109,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge CMG GT-1A Gravimeter + L2 Geolocated Free Air Gravity Disturbances V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":6.5,\"YDimension\":6.5,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-11-22T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-04T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/3X4CIKKSYQRU\"},\"ShortName\":\"IGCMG2\",\"EntryTitle\":\"IceBridge + CMG GT-1A Gravimeter L2 Geolocated Free Air Gravity Disturbances V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IGCMG2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IGCMG2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IGCMG2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IGCMG2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IGCMG2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IGCMG2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/3X4CIKKSYQRU\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/3X4CIKKSYQRU\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains geolocated free air gravity disturbances derived from measurements + taken over Antarctica using the GT-1A gravity meter S-019. The data were collected + by scientists working on the Investigating the Cryospheric Evolution of the + Central Antarctic Plate (ICECAP) project, which is funded by the National + Science Foundation (NSF) and the Natural Environment Research Council (NERC) + with additional support from NASA Operation IceBridge.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"Antarctica\"}],\"MetadataDates\":[{\"Date\":\"2014-06-10T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jamin\",\"MiddleName\":\"S.\",\"LastName\":\"Greenbaum\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jamin\",\"MiddleName\":\"S.\",\"LastName\":\"Greenbaum\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"CMG-GT-1A\",\"LongName\":\"Canadian + Micro Gravity GT-1A\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CMG-GT-1A\",\"LongName\":\"Canadian + Micro Gravity GT-1A\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"FTP + 1 MB\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"FTP + 19 MB\"}]}}},{\"meta\":{\"revision-id\":56,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + DMS L0 Camera Calibration V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1397190893-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:31.341Z\",\"granule-count\":36,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge DMS L0 Camera Calibration + V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"PLATFORM CHARACTERISTICS\",\"VariableLevel1\":\"CALIBRATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-09-17T00:00:00.000Z\",\"EndingDateTime\":\"2018-04-19T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Unprocessed + instrument data\",\"Id\":\"Level 0\"},\"DOI\":{\"DOI\":\"10.5067/Z65C335BWXC3\"},\"ShortName\":\"IODCC0\",\"EntryTitle\":\"IceBridge + DMS L0 Camera Calibration V001\",\"ISOTopicCategories\":[\"IMAGERY/BASE MAPS/EARTH + COVER\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IODCC0.001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IODCC0+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IODCC0/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/Z65C335BWXC3\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/Z65C335BWXC3\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains camera calibration reports for IceBridge Digital Mapping + System (DMS) missions flown over Antarctica and Greenland.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2017-05-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"MULTI_NASA\",\"LongName\":\"Operation + IceBridge Multiple Campaigns\",\"StartDate\":\"1993-01-01T00:00:00.000Z\",\"EndDate\":\"2025-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Roseanne.Dominguez@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"MS + 244-15\"],\"City\":\"Moffett Field\",\"StateProvince\":\"CA\",\"Country\":\"USA\",\"PostalCode\":\"94035-1000\"}]},\"FirstName\":\"Roseanne\",\"LastName\":\"Dominguez\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Roseanne.Dominguez@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"MS + 244-15\"],\"City\":\"Moffett Field\",\"StateProvince\":\"CA\",\"Country\":\"USA\",\"PostalCode\":\"94035-1000\"}]},\"FirstName\":\"Roseanne\",\"LastName\":\"Dominguez\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UC-SC/UARC/NASA/AMES\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UC-SC/UARC/NASA/AMES\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"B-200\",\"LongName\":\"Beechcraft + King Air B-200\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital Mapping + System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25A\",\"LongName\":\"Dassault + HU-25A Guardian\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D ORION\",\"LongName\":\"Lockheed + WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"PDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":136,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2065136320-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + DMS L1B Geolocated and Orthorectified Images V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2065136320-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C187539421-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:40.118Z\",\"granule-count\":5597955,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge DMS L1B Geolocated and + Orthorectified Images V001\",\"Publisher\":\"NASA National Snow and Ice Data + Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-10-16T00:00:00.000Z\",\"EndingDateTime\":\"2018-04-19T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/OZ6VNOPMPRJ0\"},\"ShortName\":\"IODMS1B\",\"EntryTitle\":\"IceBridge + DMS L1B Geolocated and Orthorectified Images V001\",\"ISOTopicCategories\":[\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\" These data are + freely, openly, and fully accessible, provided that you are logged into your + NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IODMS1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IODMS1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IODMS1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IODMS1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IODMS1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IODMS1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/OZ6VNOPMPRJ0\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/OZ6VNOPMPRJ0\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains Level-1B imagery taken from the Digital Mapping System (DMS) + over Greenland and Antarctica. The data were collected as part of Operation + IceBridge funded aircraft survey campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"North + America\",\"Subregion1\":\"Greenland\"},{\"Category\":\"Continent\",\"Type\":\"Antarctica\"}],\"MetadataDates\":[{\"Date\":\"2010-07-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Roseanne.Dominguez@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"MS + 244-15\"],\"City\":\"Moffett Field\",\"StateProvince\":\"CA\",\"Country\":\"USA\",\"PostalCode\":\"94035-1000\"}]},\"FirstName\":\"Roseanne\",\"LastName\":\"Dominguez\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Roseanne.Dominguez@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"MS + 244-15\"],\"City\":\"Moffett Field\",\"StateProvince\":\"CA\",\"Country\":\"USA\",\"PostalCode\":\"94035-1000\"}]},\"FirstName\":\"Roseanne\",\"LastName\":\"Dominguez\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UC-SC/UARC/NASA/AMES\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UC-SC/UARC/NASA/AMES\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital Mapping + System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25A\",\"LongName\":\"Dassault + HU-25A Guardian\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D ORION\",\"LongName\":\"Lockheed + WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":51,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + DMS L3 Ames Stereo Pipeline Orthorectified Images V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1552255037-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:37.002Z\",\"granule-count\":4392462,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge DMS L3 Ames Stereo Pipeline + Orthorectified Images V001\",\"Publisher\":\"NASA National Snow and Ice Data + Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-10-16T00:00:00.000Z\",\"EndingDateTime\":\"2017-07-25T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/R3TN4LOIKDMC\"},\"ShortName\":\"IODIM3\",\"EntryTitle\":\"IceBridge + DMS L3 Ames Stereo Pipeline Orthorectified Images V001\",\"ISOTopicCategories\":[\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\" These data are + freely, openly, and fully accessible, provided that you are logged into your + NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IODIM3.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IODIM3+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IODIM3/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IODIM3.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IODIM3+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IODIM3/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/R3TN4LOIKDMC\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/R3TN4LOIKDMC\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set represents a collection of orthorectified images obtained by processing + Operation IceBridge DMS stereo images and lidar data using the NASA Ames Stereo + Pipeline.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"}],\"MetadataDates\":[{\"Date\":\"2018-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2009\",\"StartDate\":\"2009-01-01T00:00:00.000Z\",\"EndDate\":\"2009-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2010\",\"StartDate\":\"2010-01-01T00:00:00.000Z\",\"EndDate\":\"2010-12-31T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2011\",\"StartDate\":\"2011-01-01T00:00:00.000Z\",\"EndDate\":\"2011-12-31T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2012\",\"StartDate\":\"2012-01-01T00:00:00.000Z\",\"EndDate\":\"2012-12-31T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"408 + 258 1464\"},{\"Type\":\"Email\",\"Value\":\"oleg.alexandrov@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"Mail + Stop 269-3\"],\"City\":\"Moffett Field\",\"StateProvince\":\"CA\",\"Country\":\"United + States\",\"PostalCode\":\"94035-1000\"}]},\"FirstName\":\"Oleg\",\"LastName\":\"Alexandrov\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Scott\",\"LastName\":\"McMichael\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Ross\",\"MiddleName\":\"A.\",\"LastName\":\"Beyer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"408 + 258 1464\"},{\"Type\":\"Email\",\"Value\":\"oleg.alexandrov@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"Mail + Stop 269-3\"],\"City\":\"Moffett Field\",\"StateProvince\":\"CA\",\"Country\":\"United + States\",\"PostalCode\":\"94035-1000\"}]},\"FirstName\":\"Oleg\",\"LastName\":\"Alexandrov\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Scott\",\"LastName\":\"McMichael\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Ross\",\"MiddleName\":\"A.\",\"LastName\":\"Beyer\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UC-SC/UARC/NASA/AMES\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UC-SC/UARC/NASA/AMES\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"B-200\",\"LongName\":\"Beechcraft + King Air B-200\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital Mapping + System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-3\",\"LongName\":\"DeHavilland + DHC-3 Otter\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital Mapping + System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25A\",\"LongName\":\"Dassault + HU-25A Guardian\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D ORION\",\"LongName\":\"Lockheed + WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":56,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + DMS L3 Ames Stereo Pipeline Photogrammetric DEM V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1536999257-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:34.110Z\",\"granule-count\":4391292,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge DMS L3 Ames Stereo Pipeline + Photogrammetric DEM V001\",\"Publisher\":\"NASA National Snow and Ice Data + Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + ELEVATION/ICE SHEET ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-10-16T00:00:00.000Z\",\"EndingDateTime\":\"2017-07-25T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/HYV1T0G7LVHE\"},\"ShortName\":\"IODEM3\",\"EntryTitle\":\"IceBridge + DMS L3 Ames Stereo Pipeline Photogrammetric DEM V001\",\"ISOTopicCategories\":[\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\" These data are + freely, openly, and fully accessible, provided that you are logged into your + NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IODEM3.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IODEM3+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IODEM3/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/HYV1T0G7LVHE\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/HYV1T0G7LVHE\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set represents a collection of digital elevation models (DEMs) obtained + by processing Operation IceBridge DMS stereo images and lidar data using the + NASA Ames Stereo Pipeline.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2018-10-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2009\",\"StartDate\":\"2009-01-01T00:00:00.000Z\",\"EndDate\":\"2009-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2010\",\"StartDate\":\"2010-01-01T00:00:00.000Z\",\"EndDate\":\"2010-12-31T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2011\",\"StartDate\":\"2011-01-01T00:00:00.000Z\",\"EndDate\":\"2011-12-31T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2012\",\"StartDate\":\"2012-01-01T00:00:00.000Z\",\"EndDate\":\"2012-12-31T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"408 + 258 1464\"},{\"Type\":\"Email\",\"Value\":\"oleg.alexandrov@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"Mail + Stop 269-3\"],\"City\":\"Moffett Field\",\"StateProvince\":\"CA\",\"Country\":\"United + States\",\"PostalCode\":\"94035-1000\"}]},\"FirstName\":\"Oleg\",\"LastName\":\"Alexandrov\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Scott\",\"LastName\":\"McMichael\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Ross\",\"MiddleName\":\"A.\",\"LastName\":\"Beyer\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"408 + 258 1464\"},{\"Type\":\"Email\",\"Value\":\"oleg.alexandrov@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"Mail + Stop 269-3\"],\"City\":\"Moffett Field\",\"StateProvince\":\"CA\",\"Country\":\"United + States\",\"PostalCode\":\"94035-1000\"}]},\"FirstName\":\"Oleg\",\"LastName\":\"Alexandrov\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Scott\",\"LastName\":\"McMichael\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Ross\",\"MiddleName\":\"A.\",\"LastName\":\"Beyer\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UC-SC/UARC/NASA/AMES\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UC-SC/UARC/NASA/AMES\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"B-200\",\"LongName\":\"Beechcraft + King Air B-200\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital Mapping + System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-3\",\"LongName\":\"DeHavilland + DHC-3 Otter\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital Mapping + System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25A\",\"LongName\":\"Dassault + HU-25A Guardian\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D ORION\",\"LongName\":\"Lockheed + WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":130,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + DMS L3 Photogrammetric DEM V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000541-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:43.279Z\",\"granule-count\":1152150,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge DMS L3 Photogrammetric + DEM V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-60.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-03-18T00:00:00.000Z\",\"EndingDateTime\":\"2013-11-26T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/39YO5T544XCC\"},\"ShortName\":\"IODMS3\",\"EntryTitle\":\"IceBridge + DMS L3 Photogrammetric DEM V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IODMS3.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IODMS3+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IODMS3/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IODMS3.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IODMS3+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IODMS3/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IODMS3.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IODMS3+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IODMS3/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/39YO5T544XCC\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/39YO5T544XCC\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"The + IceBridge DMS L3 Photogrammetric DEM (IODMS3) data set contains gridded digital + elevation models and orthorectified images of Greenland and Antarctica derived + from the Digital Mapping System (DMS). The data were collected as part of + Operation IceBridge funded campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"Antarctica\"},{\"Category\":\"Continent\",\"Type\":\"North + America\",\"Subregion1\":\"Greenland\"}],\"MetadataDates\":[{\"Date\":\"2012-06-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 775 546 4501\"},{\"Type\":\"Email\",\"Value\":\"rdotson@fireballit.com\"}],\"Addresses\":[{\"City\":\"Reno\",\"StateProvince\":\"NV\",\"Country\":\"USA\",\"PostalCode\":\"89519\"}]},\"FirstName\":\"Ryan\",\"LastName\":\"Dotson\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 415 789 9420\"},{\"Type\":\"Email\",\"Value\":\"arvesen@cirrus-designs.com\"}],\"Addresses\":[{\"City\":\"Tiburon\",\"StateProvince\":\"CA\",\"Country\":\"USA\",\"PostalCode\":\"94920\"}]},\"FirstName\":\"John\",\"LastName\":\"Arvesen\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 775 546 4501\"},{\"Type\":\"Email\",\"Value\":\"rdotson@fireballit.com\"}],\"Addresses\":[{\"City\":\"Reno\",\"StateProvince\":\"NV\",\"Country\":\"USA\",\"PostalCode\":\"89519\"}]},\"FirstName\":\"Ryan\",\"LastName\":\"Dotson\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 415 789 9420\"},{\"Type\":\"Email\",\"Value\":\"arvesen@cirrus-designs.com\"}],\"Addresses\":[{\"City\":\"Tiburon\",\"StateProvince\":\"CA\",\"Country\":\"USA\",\"PostalCode\":\"94920\"}]},\"FirstName\":\"John\",\"LastName\":\"Arvesen\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UC-SC/UARC/NASA/AMES\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UC-SC/UARC/NASA/AMES\"}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"FTP + 4.9 GB\"},{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"FTP + 6.9 TB\"},{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"FTP + 2.3 TB\"}]}}},{\"meta\":{\"revision-id\":115,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + HiCARS 1 L1B Time-Tagged Echo Strength Profiles V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001140-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:55.008Z\",\"granule-count\":1280,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge HiCARS 1 L1B Time-Tagged + Echo Strength Profiles V001\",\"Publisher\":\"NASA National Snow and Ice Data + Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RETURN + POWER\",\"VariableLevel2\":\"PHASE AND AMPLITUDE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RETURN + POWER\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-01-02T00:00:00.000Z\",\"EndingDateTime\":\"2010-12-29T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/W2KXX0MYNJ9G\"},\"ShortName\":\"IR1HI1B\",\"EntryTitle\":\"IceBridge + HiCARS 1 L1B Time-Tagged Echo Strength Profiles V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IR1HI1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IR1HI1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IR1HI1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IR1HI1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IR1HI1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IR1HI1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/W2KXX0MYNJ9G\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/W2KXX0MYNJ9G\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains Antarctica radar sounder echo strength profiles from the + Hi-Capability Radar Sounder (HiCARS) Version 1 instrument. The data were + collected by scientists working on the Investigating the Cryospheric Evolution + of the Central Antarctic Plate (ICECAP) project, which was funded by the National + Science Foundation (NSF) and the Natural Environment Research Council (NERC) + with additional support from NASA Operation IceBridge.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2017-07-18T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2008_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2008_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2009\",\"StartDate\":\"2009-11-02T00:00:00.000Z\",\"EndDate\":\"2009-12-28T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2009\",\"StartDate\":\"2009-01-01T00:00:00.000Z\",\"EndDate\":\"2009-12-31T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2010\",\"StartDate\":\"2010-01-01T00:00:00.000Z\",\"EndDate\":\"2010-12-31T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2011\",\"StartDate\":\"2011-01-01T00:00:00.000Z\",\"EndDate\":\"2011-12-31T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2012\",\"StartDate\":\"2012-01-01T00:00:00.000Z\",\"EndDate\":\"2012-12-31T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Dustin\",\"MiddleName\":\"M.\",\"LastName\":\"Schroeder\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jamin\",\"MiddleName\":\"S.\",\"LastName\":\"Greenbaum\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Gregory\",\"LastName\":\"Ng\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Tas\",\"MiddleName\":\"van\",\"LastName\":\"Ommen\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Roland\",\"MiddleName\":\"C.\",\"LastName\":\"Warner\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jason\",\"MiddleName\":\"L.\",\"LastName\":\"Roberts\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Neal\",\"MiddleName\":\"W.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Emmanuel\",\"LastName\":\"Lemeur\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Martin\",\"MiddleName\":\"J.\",\"LastName\":\"Siegert\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\" + 78759-850\"}]},\"FirstName\":\"John\",\"MiddleName\":\"W.\",\"LastName\":\"Holt\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Dustin\",\"MiddleName\":\"M.\",\"LastName\":\"Schroeder\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jamin\",\"MiddleName\":\"S.\",\"LastName\":\"Greenbaum\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Tas\",\"MiddleName\":\"van\",\"LastName\":\"Ommen\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Roland\",\"MiddleName\":\"C.\",\"LastName\":\"Warner\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jason\",\"MiddleName\":\"L.\",\"LastName\":\"Roberts\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Neal\",\"MiddleName\":\"W.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Emmanuel\",\"LastName\":\"Lemeur\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Martin\",\"MiddleName\":\"J.\",\"LastName\":\"Siegert\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\" + 78759-850\"}]},\"FirstName\":\"John\",\"MiddleName\":\"W.\",\"LastName\":\"Holt\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"HiCARS1\",\"LongName\":\"Hi-Capability + Radar Sounder Version1\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"HiCARS1\",\"LongName\":\"Hi-Capability + Radar Sounder Version1\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-6\",\"LongName\":\"DeHavilland + Twin Otter\",\"Instruments\":[{\"ShortName\":\"HiCARS1\",\"LongName\":\"Hi-Capability + Radar Sounder Version1\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"HiCARS1\",\"LongName\":\"Hi-Capability + Radar Sounder Version1\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"PDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":112,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + HiCARS 1 L2 Geolocated Ice Thickness V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001100-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:58.038Z\",\"granule-count\":243,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge HiCARS 1 L2 Geolocated + Ice Thickness V001\",\"Publisher\":\"NASA National Snow and Ice Data Center + Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + ELEVATION/ICE SHEET ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"ICE + DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"ICE DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-01-02T00:00:00.000Z\",\"EndingDateTime\":\"2010-12-21T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/F5FGUT9F5089\"},\"ShortName\":\"IR1HI2\",\"EntryTitle\":\"IceBridge + HiCARS 1 L2 Geolocated Ice Thickness V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IR1HI2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IR1HI2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IR1HI2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IR1HI2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IR1HI2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IR1HI2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/F5FGUT9F5089\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/F5FGUT9F5089\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains ice thickness, surface and bed elevation, and echo strength + measurements taken over Antarctica using the Hi-Capability Airborne Radar + Sounder (HiCARS) instrument. The data were collected by scientists working + on the Investigating the Cryospheric Evolution of the Central Antarctic Plate + (ICECAP) project, which is funded by the National Science Foundation (NSF) + and the Natural Environment Research Council (NERC) with additional support + from NASA Operation IceBridge.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"Antarctica\"}],\"MetadataDates\":[{\"Date\":\"2011-05-27T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2008_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2008_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2009\",\"StartDate\":\"2009-11-02T00:00:00.000Z\",\"EndDate\":\"2009-12-28T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2009\",\"StartDate\":\"2009-01-01T00:00:00.000Z\",\"EndDate\":\"2009-12-31T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2010\",\"StartDate\":\"2010-01-01T00:00:00.000Z\",\"EndDate\":\"2010-12-31T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2011\",\"StartDate\":\"2011-01-01T00:00:00.000Z\",\"EndDate\":\"2011-12-31T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2012\",\"StartDate\":\"2012-01-01T00:00:00.000Z\",\"EndDate\":\"2012-12-31T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Dustin\",\"MiddleName\":\"M.\",\"LastName\":\"Schroeder\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jamin\",\"MiddleName\":\"S.\",\"LastName\":\"Greenbaum\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\" + 78759-850\"}]},\"FirstName\":\"John\",\"MiddleName\":\"W.\",\"LastName\":\"Holt\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Dustin\",\"MiddleName\":\"M.\",\"LastName\":\"Schroeder\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jamin\",\"MiddleName\":\"S.\",\"LastName\":\"Greenbaum\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\" + 78759-850\"}]},\"FirstName\":\"John\",\"MiddleName\":\"W.\",\"LastName\":\"Holt\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Tas\",\"MiddleName\":\"van\",\"LastName\":\"Ommen\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Roland\",\"MiddleName\":\"C.\",\"LastName\":\"Warner\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jason\",\"MiddleName\":\"L.\",\"LastName\":\"Roberts\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Neal\",\"MiddleName\":\"W.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Emmanuel\",\"LastName\":\"Lemeur\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Martin\",\"MiddleName\":\"J.\",\"LastName\":\"Siegert\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"HiCARS1\",\"LongName\":\"Hi-Capability + Radar Sounder Version1\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"HiCARS1\",\"LongName\":\"Hi-Capability + Radar Sounder Version1\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-6\",\"LongName\":\"DeHavilland + Twin Otter\",\"Instruments\":[{\"ShortName\":\"HiCARS1\",\"LongName\":\"Hi-Capability + Radar Sounder Version1\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"HiCARS1\",\"LongName\":\"Hi-Capability + Radar Sounder Version1\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS + 4 MB\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS + 360 MB\"}]}}},{\"meta\":{\"revision-id\":116,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + HiCARS 2 L1B Time-Tagged Echo Strength Profiles V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001101-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:00.985Z\",\"granule-count\":1720,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge HiCARS 2 L1B Time-Tagged + Echo Strength Profiles V001\",\"Publisher\":\"NASA National Snow and Ice Data + Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"SENSOR CHARACTERISTICS\",\"VariableLevel1\":\"PHASE + AND AMPLITUDE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RETURN + POWER\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-10-28T00:00:00.000Z\",\"EndingDateTime\":\"2013-01-25T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/0I7PFBVQOGO5\"},\"ShortName\":\"IR2HI1B\",\"EntryTitle\":\"IceBridge + HiCARS 2 L1B Time-Tagged Echo Strength Profiles V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IR2HI1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IR2HI1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IR2HI1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IR2HI1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IR2HI1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IR2HI1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/0I7PFBVQOGO5\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/0I7PFBVQOGO5\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains Antarctica radar sounder echo strength profiles from the + Hi-Capability Radar Sounder (HiCARS) Version 2 instrument. The data were collected + by scientists working on the Investigating the Cryospheric Evolution of the + Central Antarctic Plate (ICECAP) project, which was funded by the National + Science Foundation (NSF) and the Natural Environment Research Council (NERC) + with additional support from NASA Operation IceBridge.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2017-06-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2008_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2008_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2009\",\"StartDate\":\"2009-11-02T00:00:00.000Z\",\"EndDate\":\"2009-12-28T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2009\",\"StartDate\":\"2009-01-01T00:00:00.000Z\",\"EndDate\":\"2009-12-31T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2010\",\"StartDate\":\"2010-01-01T00:00:00.000Z\",\"EndDate\":\"2010-12-31T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2011\",\"StartDate\":\"2011-01-01T00:00:00.000Z\",\"EndDate\":\"2011-12-31T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2012\",\"StartDate\":\"2012-01-01T00:00:00.000Z\",\"EndDate\":\"2012-12-31T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Dustin\",\"MiddleName\":\"M.\",\"LastName\":\"Schroeder\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jamin\",\"MiddleName\":\"S.\",\"LastName\":\"Greenbaum\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Gregory\",\"LastName\":\"Ng\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Dustin\",\"MiddleName\":\"M.\",\"LastName\":\"Schroeder\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Gregory\",\"LastName\":\"Ng\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jamin\",\"MiddleName\":\"S.\",\"LastName\":\"Greenbaum\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Tas\",\"MiddleName\":\"van\",\"LastName\":\"Ommen\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Roland\",\"MiddleName\":\"C.\",\"LastName\":\"Warner\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jason\",\"MiddleName\":\"L.\",\"LastName\":\"Roberts\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Neal\",\"MiddleName\":\"W.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Emmanuel\",\"LastName\":\"Lemeur\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Martin\",\"MiddleName\":\"J.\",\"LastName\":\"Siegert\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"HiCARS2\",\"LongName\":\"Hi-Capability + Radar Sounder Version2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"HiCARS2\",\"LongName\":\"Hi-Capability + Radar Sounder Version2\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-6\",\"LongName\":\"DeHavilland + Twin Otter\",\"Instruments\":[{\"ShortName\":\"HiCARS2\",\"LongName\":\"Hi-Capability + Radar Sounder Version2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"HiCARS2\",\"LongName\":\"Hi-Capability + Radar Sounder Version2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"PDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":116,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + HiCARS 2 L2 Geolocated Ice Thickness V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001120-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:03.721Z\",\"granule-count\":617,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge HiCARS 2 L2 Geolocated + Ice Thickness V001\",\"Publisher\":\"NASA National Snow and Ice Data Center + Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"BED + ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"ICE + DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"ICE DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN ELEVATION\",\"VariableLevel2\":\"Surface + Elevation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-12-05T00:00:00.000Z\",\"EndingDateTime\":\"2013-01-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/9EBR2T0VXUDG\"},\"ShortName\":\"IR2HI2\",\"EntryTitle\":\"IceBridge + HiCARS 2 L2 Geolocated Ice Thickness V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IR2HI2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IR2HI2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IR2HI2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IR2HI2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IR2HI2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IR2HI2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/9EBR2T0VXUDG\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/9EBR2T0VXUDG\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains ice thickness, surface and bed elevation, and echo strength + measurements taken over Antarctica using the Hi-Capability Airborne Radar + Sounder (HiCARS) instrument. The data were collected by scientists working + on the Investigating the Cryospheric Evolution of the Central Antarctic Plate + (ICECAP) project, which was funded by the National Science Foundation (NSF) + and the Natural Environment Research Council (NERC) with additional support + from NASA Operation IceBridge.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"Antarctica\"}],\"MetadataDates\":[{\"Date\":\"2012-03-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2008_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2008_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2009\",\"StartDate\":\"2009-11-02T00:00:00.000Z\",\"EndDate\":\"2009-12-28T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2009\",\"StartDate\":\"2009-01-01T00:00:00.000Z\",\"EndDate\":\"2009-12-31T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2010\",\"StartDate\":\"2010-01-01T00:00:00.000Z\",\"EndDate\":\"2010-12-31T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2011\",\"StartDate\":\"2011-01-01T00:00:00.000Z\",\"EndDate\":\"2011-12-31T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2012\",\"StartDate\":\"2012-01-01T00:00:00.000Z\",\"EndDate\":\"2012-12-31T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_UTIG\",\"LongName\":\"GROGG + University of Texas, Greenland 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Dustin\",\"MiddleName\":\"M.\",\"LastName\":\"Schroeder\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jamin\",\"MiddleName\":\"S.\",\"LastName\":\"Greenbaum\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Gregory\",\"LastName\":\"Ng\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Dustin\",\"MiddleName\":\"M.\",\"LastName\":\"Schroeder\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Gregory\",\"LastName\":\"Ng\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jamin\",\"MiddleName\":\"S.\",\"LastName\":\"Greenbaum\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Tas\",\"MiddleName\":\"van\",\"LastName\":\"Ommen\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Roland\",\"MiddleName\":\"C.\",\"LastName\":\"Warner\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jason\",\"MiddleName\":\"L.\",\"LastName\":\"Roberts\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Neal\",\"MiddleName\":\"W.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Emmanuel\",\"LastName\":\"Lemeur\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Martin\",\"MiddleName\":\"J.\",\"LastName\":\"Siegert\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"HiCARS2\",\"LongName\":\"Hi-Capability + Radar Sounder Version2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"HiCARS2\",\"LongName\":\"Hi-Capability + Radar Sounder Version2\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-6\",\"LongName\":\"DeHavilland + Twin Otter\",\"Instruments\":[{\"ShortName\":\"HiCARS2\",\"LongName\":\"Hi-Capability + Radar Sounder Version2\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"HiCARS2\",\"LongName\":\"Hi-Capability + Radar Sounder Version2\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS + 8 MB\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS + 441 MB\"}]}}},{\"meta\":{\"revision-id\":134,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + KT19 IR Surface Temperature V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000280-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:17.089Z\",\"granule-count\":293,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge KT19 IR Surface Temperature + V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":15.0,\"YDimension\":15.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"ICE + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW/ICE + TEMPERATURE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-10-12T00:00:00.000Z\",\"EndingDateTime\":\"2019-05-17T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/I883KXU7ZO8O\"},\"ShortName\":\"IAKST1B\",\"EntryTitle\":\"IceBridge + KT19 IR Surface Temperature V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IAKST1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IAKST1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IAKST1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/I883KXU7ZO8O\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/I883KXU7ZO8O\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains surface temperature measurements of Arctic and Antarctic + sea ice and land ice acquired by the Heitronics KT19.85 Series II Infrared + Radiation Pyrometer. For flights with the NASA DC-8 aircraft, the National + Suborbital Research Center (NSRC) operates the instrument and creates the + data product. For flights with the NASA P-3 and other aircraft, the instrument + is operated by the Wallops Flight Facility (WFF) as part of the ATM instrument + suite. The data were collected as part of the Operation IceBridge funded survey + campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"ARCTIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2012-07-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"701 + 409 3200\"},{\"Type\":\"Email\",\"Value\":\"r.bennett@baeri.org\"}]},\"FirstName\":\"Ryan\",\"LastName\":\"Bennett\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"701 + 409 3200\"},{\"Type\":\"Email\",\"Value\":\"r.bennett@baeri.org\"}]},\"FirstName\":\"Ryan\",\"LastName\":\"Bennett\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"KT19 + Pyrometer\",\"LongName\":\"Heitronics KT19 Infrared Radiation Pyrometer \",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"KT19 + Pyrometer\",\"LongName\":\"Heitronics KT19 Infrared Radiation Pyrometer \"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"KT19 Pyrometer\",\"LongName\":\"Heitronics + KT19 Infrared Radiation Pyrometer \",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"KT19 + Pyrometer\",\"LongName\":\"Heitronics KT19 Infrared Radiation Pyrometer \"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + KT19 IR Surface Temperature V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1955318664-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:27.960Z\",\"granule-count\":256,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge KT19 IR Surface Temperature + V002\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":15.0,\"YDimension\":15.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"ICE + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW/ICE + TEMPERATURE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-03-05T00:00:00.000Z\",\"EndingDateTime\":\"2019-05-17T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/UHE07J35I3NB\"},\"ShortName\":\"IAKST1B\",\"EntryTitle\":\"IceBridge + KT19 IR Surface Temperature V002\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + None\"},\"RelatedUrls\":[{\"Description\":\"Tool to visualize, search, and + download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IAKST1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IAKST1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IAKST1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/UHE07J35I3NB\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/UHE07J35I3NB\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains surface temperature measurements of Arctic and Antarctic + sea ice and land ice acquired by the Heitronics KT19.85 Series II Infrared + Radiation Pyrometer. The instrument is operated by the Wallops Flight Facility + (WFF) as part of the ATM instrument suite. The data were collected as part + of the Operation IceBridge funded survey campaigns.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"ARCTIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2020-12-10T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + None\"},\"ContactPersons\":[{\"Roles\":[\"Technical Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"KT19 Pyrometer\",\"LongName\":\"Heitronics + KT19 Infrared Pyrometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"KT19 + Pyrometer\",\"LongName\":\"Heitronics KT19 Infrared Pyrometer\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"KT19 Pyrometer\",\"LongName\":\"Heitronics + KT19 Infrared Pyrometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"KT19 + Pyrometer\",\"LongName\":\"Heitronics KT19 Infrared Pyrometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":127,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL2065136320-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Ku-Band Radar L1B Geolocated Radar Echo Strength Profiles V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2065136320-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000940-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:11.924Z\",\"granule-count\":87354,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Ku-Band Radar L1B Geolocated + Radar Echo Strength Profiles V002\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RADAR + IMAGERY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-10-12T00:00:00.000Z\",\"EndingDateTime\":\"2016-11-18T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/D7DX7J7J5JN9\"},\"ShortName\":\"IRKUB1B\",\"EntryTitle\":\"IceBridge + Ku-Band Radar L1B Geolocated Radar Echo Strength Profiles V002\",\"ISOTopicCategories\":[\"IMAGERY/BASE + MAPS/EARTH COVER\",\"GEOSCIENTIFIC INFORMATION\",\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRKUB1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRKUB1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRKUB1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRKUB1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRKUB1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRKUB1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRKUB1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRKUB1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRKUB1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/D7DX7J7J5JN9\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/D7DX7J7J5JN9\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains elevation and surface measurements over Greenland, the Arctic, + and Antarctica, as well as flight path charts and echogram images acquired + using the Center for Remote Sensing of Ice Sheets (CReSIS) Ku-Band Radar Altimeter.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"Geographic Region\",\"Type\":\"Arctic\"},{\"Category\":\"Continent\",\"Type\":\"Antarctica\"},{\"Category\":\"Continent\",\"Type\":\"North + America\",\"Subregion1\":\"Greenland\"}],\"MetadataDates\":[{\"Date\":\"2014-10-30T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"paden@ku.edu\"}]},\"FirstName\":\"John\",\"LastName\":\"Paden\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jiluli@ku.edu\"}]},\"FirstName\":\"Jilu\",\"LastName\":\"Li\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"paden@ku.edu\"}]},\"FirstName\":\"John\",\"LastName\":\"Paden\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jiluli@ku.edu\"}]},\"FirstName\":\"Jilu\",\"LastName\":\"Li\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"leuschen@ku.edu\"}]},\"FirstName\":\"Carl\",\"LastName\":\"Leuschen\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"frodrigu@ku.edu\"}]},\"FirstName\":\"Fernando\",\"LastName\":\"Rodriguez-Morales\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"rhale@ku.edu\"}]},\"FirstName\":\"Richard\",\"LastName\":\"Hale\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"Ku-Band Radar\",\"LongName\":\"Ku-Band + Radar Altimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Ku-Band + Radar\",\"LongName\":\"Ku-Band Radar Altimeter\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"Ku-Band + Radar\",\"LongName\":\"Ku-Band Radar Altimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Ku-Band + Radar\",\"LongName\":\"Ku-Band Radar Altimeter\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"Ku-Band Radar\",\"LongName\":\"Ku-Band + Radar Altimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Ku-Band + Radar\",\"LongName\":\"Ku-Band Radar Altimeter\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D + ORION\",\"LongName\":\"Lockheed WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"Ku-Band + Radar\",\"LongName\":\"Ku-Band Radar Altimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Ku-Band + Radar\",\"LongName\":\"Ku-Band Radar Altimeter\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS + 1.5 TB\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS + 0.4 GB\"},{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS + 0.05 TB\"}]}}},{\"meta\":{\"revision-id\":64,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + L1B Flight Reports V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1533906518-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:49.470Z\",\"granule-count\":947,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge L1B Flight Reports V001\",\"Publisher\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"ActiveInstruments\",\"Description\":\"active + instruments\",\"DataType\":\"STRING\"},{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-156.0,\"NorthBoundingCoordinate\":72.0,\"EastBoundingCoordinate\":-130.0,\"SouthBoundingCoordinate\":55.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"PLATFORM CHARACTERISTICS\",\"VariableLevel1\":\"FLIGHT + DATA LOGS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-03-30T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/RTOB6O2I1CDC\"},\"ShortName\":\"IPFLR1B\",\"EntryTitle\":\"IceBridge + L1B Flight Reports V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC INFORMATION\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IPFLR1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IPFLR1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IPFLR1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/RTOB6O2I1CDC\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/RTOB6O2I1CDC\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains flight reports from NASA Operation IceBridge Greenland, + Arctic, Antarctic, and Alaska missions. Flight reports contain information + on region, mission, aircraft model, flight data, purpose of flight, and on-board + sensors. The flight reports were collected as part of Operation IceBridge + funded aircraft survey campaigns.\\n\\nThe corresponding flight lines can + be found in the IceBridge L1B Thinned Flight Lines (IPFLT1B) data set.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"ARCTIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2018-10-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2009\",\"StartDate\":\"2009-05-22T00:00:00.000Z\",\"EndDate\":\"2009-09-06T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2009\",\"StartDate\":\"2009-11-02T00:00:00.000Z\",\"EndDate\":\"2009-12-28T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2010\",\"StartDate\":\"2010-05-16T00:00:00.000Z\",\"EndDate\":\"2010-08-24T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2011\",\"StartDate\":\"2011-05-15T00:00:00.000Z\",\"EndDate\":\"2011-09-13T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2012\",\"StartDate\":\"2012-03-16T00:00:00.000Z\",\"EndDate\":\"2012-03-26T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AK_ARISE\",\"LongName\":\"Operation + IceBridge AK/Arctic Ocean 2014\",\"StartDate\":\"2014-09-04T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\"}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"AIRCRAFT\",\"Instruments\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-185\",\"LongName\":\"Cessna + 185\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-3\",\"LongName\":\"DeHavilland + DHC-3 Otter\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-6\",\"LongName\":\"DeHavilland + Twin Otter\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"IKHANA\",\"LongName\":\"Ikhana + Unmanned Science and Research Aircraft System\",\"Instruments\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"NOT APPLICABLE\",\"ShortName\":\"Multiple\",\"LongName\":\"Multiple\",\"Instruments\":[{\"ShortName\":\"MULTIPLE\",\"LongName\":\"Multiple + instruments\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MULTIPLE\",\"LongName\":\"Multiple + instruments\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"RQ-4\",\"LongName\":\"Northrop + Grumman RQ-4 Global Hawk\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"PDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":56,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":true,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S2008251359-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"IceBridge + L1B Thinned Flight Lines V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S2008251359-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":true,\"concept-id\":\"C1465596130-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:52.222Z\",\"granule-count\":1781,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge L1B Thinned Flight Lines + V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"ActiveInstruments\",\"Description\":\"active + instruments\",\"DataType\":\"STRING\"},{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-156.0,\"NorthBoundingCoordinate\":72.0,\"EastBoundingCoordinate\":-130.0,\"SouthBoundingCoordinate\":55.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"PLATFORM CHARACTERISTICS\",\"VariableLevel1\":\"FLIGHT + DATA LOGS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-03-27T00:00:00.000Z\",\"EndingDateTime\":\"2018-11-17T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/C3HEIVPUW8FW\"},\"ShortName\":\"IPFLT1B\",\"EntryTitle\":\"IceBridge + L1B Thinned Flight Lines V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC INFORMATION\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IPFLT1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IPFLT1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IPFLT1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IPFLT1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IPFLT1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IPFLT1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IPFLT1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IPFLT1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IPFLT1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/C3HEIVPUW8FW\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/C3HEIVPUW8FW\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains simplified, or thinned, flight lines from NASA Operation + IceBridge Greenland, Arctic, Antarctic, and Alaska missions. The thinning + was performed using a Python library called Shapely. The full resolution flight + line data were collected as part of Operation IceBridge funded aircraft survey + campaigns. The following input data sets were used to generate this data set:\\n\\n* + IceBridge LVIS POS/AV L1B Corrected Position and Attitude Data, Version 1\\n* + IceBridge POS/AV L1B Corrected Position and Attitude Data, Version 1\\n* IceBridge + UAF GPS/IMU L1B Corrected Position and Attitude Data, Version 1\\n* IceBridge + GPS L1B Time-Tagged Real-Time Position and Attitude Solution, Version 1\\n\\nThe + corresponding flight reports can be found in the IceBridge L1B Flight Reports + (IPFLR1B) data set.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"ARCTIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2018-10-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\"}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"AIRCRAFT\",\"Instruments\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-185\",\"LongName\":\"Cessna + 185\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-3\",\"LongName\":\"DeHavilland + DHC-3 Otter\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-6\",\"LongName\":\"DeHavilland + Twin Otter\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"IKHANA\",\"LongName\":\"Ikhana + Unmanned Science and Research Aircraft System\",\"Instruments\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"NOT APPLICABLE\",\"ShortName\":\"Multiple\",\"LongName\":\"Multiple\",\"Instruments\":[{\"ShortName\":\"MULTIPLE\",\"LongName\":\"Multiple + instruments\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MULTIPLE\",\"LongName\":\"Multiple + instruments\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"RQ-4\",\"LongName\":\"Northrop + Grumman RQ-4 Global Hawk\",\"Instruments\":[{\"ShortName\":\"VISUAL OBSERVATIONS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"VISUAL + OBSERVATIONS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"Shapefile\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"KML\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":89,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2065136320-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + L4 Sea Ice Freeboard, Snow Depth, and Thickness V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2065136320-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001460-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:46.894Z\",\"granule-count\":52,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge L4 Sea Ice Freeboard, + Snow Depth, and Thickness V001\",\"Publisher\":\"NASA National Snow and Ice + Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"FREEBOARD\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"ICE + DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"ICE ROUGHNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SNOW DEPTH\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-03-19T00:00:00.000Z\",\"EndingDateTime\":\"2013-04-25T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/G519SHCKWQV6\"},\"ShortName\":\"IDCSI4\",\"EntryTitle\":\"IceBridge + L4 Sea Ice Freeboard, Snow Depth, and Thickness V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IDCSI4.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IDCSI4+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IDCSI4/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IDCSI4.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IDCSI4+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IDCSI4/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/G519SHCKWQV6\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/G519SHCKWQV6\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains derived geophysical data products including sea ice freeboard, + snow depth, and sea ice thickness measurements in Greenland and Antarctica + retrieved from IceBridge Snow Radar, Digital Mapping System (DMS), Continuous + Airborne Mapping By Optical Translator (CAMBOT), and Airborne Topographic + Mapper (ATM) data sets. The data were collected as part of Operation IceBridge + funded campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"Antarctica\"},{\"Category\":\"Continent\",\"Type\":\"North + America\",\"Subregion1\":\"Greenland\"}],\"MetadataDates\":[{\"Date\":\"2015-07-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"nathan.t.kurtz@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Nathan\",\"LastName\":\"Kurtz\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jeremy.p.harbeck@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Jeremy\",\"LastName\":\"Harbeck\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"vincentdepaul.onana@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Vincent-De-Paul\",\"LastName\":\"Onana\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Donghui\",\"LastName\":\"Yi\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"nathan.t.kurtz@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Nathan\",\"LastName\":\"Kurtz\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jeremy.p.harbeck@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Jeremy\",\"LastName\":\"Harbeck\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"vincentdepaul.onana@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Vincent-De-Paul\",\"LastName\":\"Onana\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Donghui\",\"LastName\":\"Yi\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/ESPO/OIB\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]},{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\"}]},{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]},{\"ShortName\":\"Snow Radar\",\"LongName\":\"Wide-band + Snow Depth Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Snow + Radar\",\"LongName\":\"Wide-band Snow Depth Radar\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]},{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CAMBOT\",\"LongName\":\"Continuous + Airborne Mapping By Optical Translator\"}]},{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]},{\"ShortName\":\"Snow Radar\",\"LongName\":\"Wide-band + Snow Depth Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Snow + Radar\",\"LongName\":\"Wide-band Snow Depth Radar\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS + 2 MB\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS + 1.6 GB\"}]}}},{\"meta\":{\"revision-id\":60,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + LDEO Gravimeter Suite L1B Geolocated Free Air Gravity Anomalies V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1528228607-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:08.989Z\",\"granule-count\":27,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge LDEO Gravimeter Suite + L1B Geolocated Free Air Gravity Anomalies V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedRangeResolutions\":[{\"MinimumXDimension\":5.0,\"MinimumYDimension\":5.0,\"MaximumXDimension\":7.0,\"MaximumYDimension\":7.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-03-22T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/SU3MNDAOQ7LZ\"},\"ShortName\":\"IGLGS1B\",\"EntryTitle\":\"IceBridge + LDEO Gravimeter Suite L1B Geolocated Free Air Gravity Anomalies V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IGLGS1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IGLGS1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IGLGS1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/SU3MNDAOQ7LZ\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/SU3MNDAOQ7LZ\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains gravity measurements taken over Greenland and Antarctica + by the Lamont-Doherty Earth Observatory (LDEO) Gravimeter Suite. The data + were collected as part of Operation IceBridge funded campaigns.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2018-06-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"tinto@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"108E + 108E Oceanography \",\"61 Route 9W - PO Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"USA\",\"PostalCode\":\"10964-8000\"}]},\"FirstName\":\"Kirsteen\",\"LastName\":\"Tinto\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"tinto@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"108E + 108E Oceanography \",\"61 Route 9W - PO Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"USA\",\"PostalCode\":\"10964-8000\"}]},\"FirstName\":\"Kirsteen\",\"LastName\":\"Tinto\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"LGS\",\"LongName\":\"LDEO-Gravimeter-Suite\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LGS\",\"LongName\":\"LDEO-Gravimeter-Suite\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"LGS\",\"LongName\":\"LDEO-Gravimeter-Suite\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LGS\",\"LongName\":\"LDEO-Gravimeter-Suite\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"LGS\",\"LongName\":\"LDEO-Gravimeter-Suite\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LGS\",\"LongName\":\"LDEO-Gravimeter-Suite\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":61,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + LVIS L0 Raw Ranges V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1240013795-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:02.955Z\",\"granule-count\":1061957,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge LVIS L0 Raw Ranges V001\",\"Publisher\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-160.0,\"NorthBoundingCoordinate\":75.0,\"EastBoundingCoordinate\":-140.0,\"SouthBoundingCoordinate\":72.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-04-14T00:00:00.000Z\",\"EndingDateTime\":\"2017-09-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Unprocessed + instrument data\",\"Id\":\"Level 0\"},\"DOI\":{\"DOI\":\"10.5067/E6JPQ3QNW77R\"},\"ShortName\":\"ILVIS0\",\"EntryTitle\":\"IceBridge + LVIS L0 Raw Ranges V001\",\"AccessConstraints\":{\"Description\":\" These + data are freely, openly, and fully accessible, provided that you are logged + into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILVIS0.001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILVIS0+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILVIS0/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILVIS0.001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILVIS0+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILVIS0/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILVIS0.001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILVIS0+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILVIS0/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILVIS0.001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILVIS0+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILVIS0/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/E6JPQ3QNW77R\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/E6JPQ3QNW77R\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains raw Inertial Measurement Unit (IMU), Global Positioning + System (GPS), and camera data over Greenland, Antarctica, and Alaska measured + by the NASA Land, Vegetation, and Ice Sensor (LVIS), an airborne lidar scanning + laser altimeter. The data were collected as part of Operation IceBridge funded + campaigns, including the Arctic Radiation - IceBridge Sea and Ice Experiment + (ARISE).\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2011-01-13T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AK_ARISE\",\"LongName\":\"Operation + IceBridge AK/Arctic Ocean 2014\",\"StartDate\":\"2014-09-04T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"James.B.Blair@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"J.\",\"MiddleName\":\"Bryan\",\"LastName\":\"Blair\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mhofton@umd.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2181 + LeFrak Hall\"],\"City\":\"College Park\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20742\"}]},\"FirstName\":\"Michelle\",\"LastName\":\"Hofton\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mhofton@umd.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2181 + LeFrak Hall\"],\"City\":\"College Park\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20742\"}]},\"FirstName\":\"Michelle\",\"LastName\":\"Hofton\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"James.B.Blair@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"J.\",\"MiddleName\":\"Bryan\",\"LastName\":\"Blair\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"B-200\",\"LongName\":\"Beechcraft + King Air B-200\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, Vegetation, + and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]},{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"RQ-4\",\"LongName\":\"Northrop + Grumman RQ-4 Global Hawk\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"JPS\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"Binary\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":49,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + LVIS L1A Geotagged Images V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1559899994-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:45.971Z\",\"granule-count\":179527,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge LVIS L1A Geotagged Images + V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-82.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-09-17T00:00:00.000Z\",\"EndingDateTime\":\"2017-09-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Unprocessed + instrument data, time-referenced and annotated with ancillary information\",\"Id\":\"Level + 1A\"},\"DOI\":{\"DOI\":\"10.5067/GW4Q1SXIZAJC\"},\"ShortName\":\"IOLVIS1A\",\"EntryTitle\":\"IceBridge + LVIS L1A Geotagged Images V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IOLVIS1A.001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IOLVIS1A+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IOLVIS1A/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/GW4Q1SXIZAJC\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/GW4Q1SXIZAJC\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains geotagged images taken over Greenland and Antarctica by + the NASA Digital Mapping Camera paired with the Land, Vegetation, and Ice + Sensor (LVIS), an airborne lidar scanning laser altimeter. The data were collected + as part of Operation IceBridge funded campaigns.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2020-01-23T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-02-14T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"James.B.Blair@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"J.\",\"MiddleName\":\"Bryan\",\"LastName\":\"Blair\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mhofton@umd.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2181 + LeFrak Hall\"],\"City\":\"College Park\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20742\"}]},\"FirstName\":\"Michelle\",\"LastName\":\"Hofton\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=694\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=694\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"B-200\",\"LongName\":\"Beechcraft + King Air B-200\",\"Instruments\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"DC-8\",\"Instruments\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"RQ-4\",\"LongName\":\"Northrop + Grumman RQ-4 Global Hawk\",\"Instruments\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":137,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2065225024-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + LVIS L1B Geolocated Return Energy Waveforms V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2065225024-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000760-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:09.921Z\",\"granule-count\":3727,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge LVIS L1B Geolocated + Return Energy Waveforms V002\",\"Publisher\":\"NASA National Snow and Ice + Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"SENSOR + COUNTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-04-14T00:00:00.000Z\",\"EndingDateTime\":\"2017-09-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/RDT1MZVS0VG9\"},\"ShortName\":\"ILVIS1B\",\"EntryTitle\":\"IceBridge + LVIS L1B Geolocated Return Energy Waveforms V002\",\"ISOTopicCategories\":[\"ELEVATION\",\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILVIS1B.002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILVIS1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILVIS1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/RDT1MZVS0VG9\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/RDT1MZVS0VG9\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains return energy waveform data measured over Greenland, Alaska, + and Antarctica by the NASA Land, Vegetation, and Ice Sensor (LVIS), an airborne + lidar scanning laser altimeter. The data were collected as part of Operation + IceBridge funded campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2014-08-13T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-01-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AK_ARISE\",\"LongName\":\"Operation + IceBridge AK/Arctic Ocean 2014\",\"StartDate\":\"2014-09-04T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"James.B.Blair@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"J.\",\"MiddleName\":\"Bryan\",\"LastName\":\"Blair\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mhofton@umd.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2181 + LeFrak Hall\"],\"City\":\"College Park\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20742\"}]},\"FirstName\":\"Michelle\",\"LastName\":\"Hofton\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=694\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=694\"}]}}],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"Airplane\",\"LongName\":\"Airplane\",\"Instruments\":[{\"ShortName\":\"ALTIMETERS\",\"LongName\":\"ALTIMETERS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ALTIMETERS\",\"LongName\":\"ALTIMETERS\"}]},{\"ShortName\":\"LASERS\",\"LongName\":\"Light + Amplification by Stimulated Emission of Radiation\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LASERS\",\"LongName\":\"Light + Amplification by Stimulated Emission of Radiation\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"B-200\",\"LongName\":\"Beechcraft + King Air B-200\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"DC-8\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, Vegetation, + and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"RQ-4\",\"LongName\":\"Northrop + Grumman RQ-4 Global Hawk\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":141,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S2008499525-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2065225024-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"IceBridge + LVIS L2 Geolocated Surface Elevation Product V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2008499525-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2065225024-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C190688181-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:12.554Z\",\"granule-count\":1546,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge LVIS L2 Geolocated Surface + Elevation Product V001\",\"Publisher\":\"NASA National Snow and Ice Data Center + Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-04-14T00:00:00.000Z\",\"EndingDateTime\":\"2015-10-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/OIKFGJNBM6OO\"},\"ShortName\":\"ILVIS2\",\"EntryTitle\":\"IceBridge + LVIS L2 Geolocated Surface Elevation Product V001\",\"ISOTopicCategories\":[\"ELEVATION\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILVIS2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILVIS2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILVIS2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/OIKFGJNBM6OO\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/OIKFGJNBM6OO\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains surface elevation data over Greenland, Alaska, and Antarctica, + measured by the NASA Land, Vegetation, and Ice Sensor (LVIS), an airborne + lidar scanning laser altimeter. The data were collected as part of NASA Operation + IceBridge funded campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"ARCTIC\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"ARCTIC\"}],\"MetadataDates\":[{\"Date\":\"2010-06-24T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AK_ARISE\",\"LongName\":\"Operation + IceBridge AK/Arctic Ocean 2014\",\"StartDate\":\"2014-09-04T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"James.B.Blair@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"J.\",\"MiddleName\":\"Bryan\",\"LastName\":\"Blair\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mhofton@umd.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2181 + LeFrak Hall\"],\"City\":\"College Park\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20742\"}]},\"FirstName\":\"Michelle\",\"LastName\":\"Hofton\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\"}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"AIRCRAFT\",\"Instruments\":[{\"ShortName\":\"ALTIMETERS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ALTIMETERS\"}]},{\"ShortName\":\"LASERS\",\"LongName\":\"Light + Amplification by Stimulated Emission of Radiation\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LASERS\",\"LongName\":\"Light + Amplification by Stimulated Emission of Radiation\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"B-200\",\"LongName\":\"Beechcraft + King Air B-200\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, Vegetation, + and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"RQ-4\",\"LongName\":\"Northrop + Grumman RQ-4 Global Hawk\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":44,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S2008499525-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2065225024-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":true,\"native-id\":\"IceBridge + LVIS L2 Geolocated Surface Elevation Product V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S2008499525-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2065225024-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1596053540-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:15.165Z\",\"granule-count\":2181,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge LVIS L2 Geolocated Surface + Elevation Product V002\",\"Publisher\":\"NASA National Snow and Ice Data Center + Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-08-25T00:00:00.000Z\",\"EndingDateTime\":\"2017-09-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/E9E9QSRNLYTK\"},\"ShortName\":\"ILVIS2\",\"EntryTitle\":\"IceBridge + LVIS L2 Geolocated Surface Elevation Product V002\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILVIS2.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILVIS2+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILVIS2/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/E9E9QSRNLYTK\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/E9E9QSRNLYTK\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains surface elevation data over parts of Greenland, measured + by the NASA Land, Vegetation, and Ice Sensor (LVIS), an airborne lidar scanning + laser altimeter. The data were collected as part of NASA Operation IceBridge + funded campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2019-08-27T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-01-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"James.B.Blair@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"J.\",\"MiddleName\":\"Bryan\",\"LastName\":\"Blair\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mhofton@umd.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2181 + LeFrak Hall\"],\"City\":\"College Park\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20742\"}]},\"FirstName\":\"Michelle\",\"LastName\":\"Hofton\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"James.B.Blair@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"J.\",\"MiddleName\":\"Bryan\",\"LastName\":\"Blair\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mhofton@umd.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2181 + LeFrak Hall\"],\"City\":\"College Park\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20742\"}]},\"FirstName\":\"Michelle\",\"LastName\":\"Hofton\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=694\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=694\"}]}}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"AIRCRAFT\",\"Instruments\":[{\"ShortName\":\"ALTIMETERS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ALTIMETERS\"}]},{\"ShortName\":\"LASERS\",\"LongName\":\"Light + Amplification by Stimulated Emission of Radiation\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LASERS\",\"LongName\":\"Light + Amplification by Stimulated Emission of Radiation\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"B-200\",\"LongName\":\"Beechcraft + King Air B-200\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, Vegetation, + and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]},{\"Type\":\"Uncrewed Aerial Vehicles\",\"ShortName\":\"RQ-4\",\"LongName\":\"Northrop + Grumman RQ-4 Global Hawk\",\"Instruments\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS\",\"LongName\":\"Land, + Vegetation, and Ice Sensor\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":133,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2065225024-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + LVIS-GH L1B Geolocated Return Energy Waveforms V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2065225024-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000800-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:57.179Z\",\"granule-count\":338,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge LVIS-GH L1B Geolocated + Return Energy Waveforms V001\",\"Publisher\":\"NASA National Snow and Ice + Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-10-30T00:00:00.000Z\",\"EndingDateTime\":\"2013-11-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/D7ZJT02NGCC1\"},\"ShortName\":\"ILVGH1B\",\"EntryTitle\":\"IceBridge + LVIS-GH L1B Geolocated Return Energy Waveforms V001\",\"ISOTopicCategories\":[\"ELEVATION\",\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILVGH1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILVGH1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILVGH1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/D7ZJT02NGCC1\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/D7ZJT02NGCC1\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains energy waveform data measured by the NASA Land, Vegetation, + and Ice Sensor (LVIS), an airborne lidar scanning laser altimeter, aboard + the Global Hawk Unmanned Aerial Vehicle. The data were collected as part of + NASA Operation IceBridge funded campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2015-04-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"James.B.Blair@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"J.\",\"MiddleName\":\"Bryan\",\"LastName\":\"Blair\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mhofton@umd.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2181 + LeFrak Hall\"],\"City\":\"College Park\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20742\"}]},\"FirstName\":\"Michelle\",\"LastName\":\"Hofton\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"James.B.Blair@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"J.\",\"MiddleName\":\"Bryan\",\"LastName\":\"Blair\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mhofton@umd.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2181 + LeFrak Hall\"],\"City\":\"College Park\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20742\"}]},\"FirstName\":\"Michelle\",\"LastName\":\"Hofton\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"LVIS-GH\",\"LongName\":\"Land, + Vegetation, and Ice Sensor - Global Hawk\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-GH\",\"LongName\":\"Land, + Vegetation, and Ice Sensor - Global Hawk\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":133,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2065225024-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + LVIS-GH L2 Geolocated Surface Elevation Product V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2065225024-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000780-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:59.853Z\",\"granule-count\":338,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge LVIS-GH L2 Geolocated + Surface Elevation Product V001\",\"Publisher\":\"NASA National Snow and Ice + Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\",\"VariableLevel2\":\"Surface Elevation\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-10-26T00:00:00.000Z\",\"EndingDateTime\":\"2013-11-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/RELPCEXB0MY3\"},\"ShortName\":\"ILVGH2\",\"EntryTitle\":\"IceBridge + LVIS-GH L2 Geolocated Surface Elevation Product V001\",\"ISOTopicCategories\":[\"ELEVATION\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILVGH2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILVGH2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILVGH2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/RELPCEXB0MY3\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/RELPCEXB0MY3\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains surface elevation data measured by the NASA Land, Vegetation, + and Ice Sensor (LVIS), an airborne lidar scanning laser altimeter, aboard + the Global Hawk Unmanned Aerial Vehicle. The data were collected as part of + NASA Operation IceBridge funded campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"ARCTIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2015-04-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"James.B.Blair@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"J.\",\"MiddleName\":\"Bryan\",\"LastName\":\"Blair\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mhofton@umd.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2181 + LeFrak Hall\"],\"City\":\"College Park\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20742\"}]},\"FirstName\":\"Michelle\",\"LastName\":\"Hofton\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"James.B.Blair@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"J.\",\"MiddleName\":\"Bryan\",\"LastName\":\"Blair\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mhofton@umd.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2181 + LeFrak Hall\"],\"City\":\"College Park\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20742\"}]},\"FirstName\":\"Michelle\",\"LastName\":\"Hofton\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/LRSL\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"LVIS-GH\",\"LongName\":\"Land, + Vegetation, and Ice Sensor - Global Hawk\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-GH\",\"LongName\":\"Land, + Vegetation, and Ice Sensor - Global Hawk\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":138,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2065136320-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + MCoRDS L1B Geolocated Radar Echo Strength Profiles V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2065136320-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000920-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:14.977Z\",\"granule-count\":13411,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge MCoRDS L1B Geolocated + Radar Echo Strength Profiles V002\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-100.2,\"NorthBoundingCoordinate\":83.1,\"EastBoundingCoordinate\":28.5,\"SouthBoundingCoordinate\":59.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-57.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RADAR + IMAGERY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-10-16T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/90S1XZRBAX5N\"},\"ShortName\":\"IRMCR1B\",\"EntryTitle\":\"IceBridge + MCoRDS L1B Geolocated Radar Echo Strength Profiles V002\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRMCR1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRMCR1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRMCR1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRMCR1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRMCR1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRMCR1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/90S1XZRBAX5N\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/90S1XZRBAX5N\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains radar echograms taken from the Center for Remote Sensing + of Ice Sheets (CReSIS) ultra Multichannel Coherent Radar Depth Sounder (MCoRDS) + over land and sea ice in the Arctic and Antarctic.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2014-11-03T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"paden@ku.edu\"}]},\"FirstName\":\"John\",\"LastName\":\"Paden\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jiluli@ku.edu\"}]},\"FirstName\":\"Jilu\",\"LastName\":\"Li\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"leuschen@ku.edu\"}]},\"FirstName\":\"Carl\",\"LastName\":\"Leuschen\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"frodrigu@ku.edu\"}]},\"FirstName\":\"Fernando\",\"LastName\":\"Rodriguez-Morales\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"rhale@ku.edu\"}]},\"FirstName\":\"Richard\",\"LastName\":\"Hale\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"DC-8\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"NASA + DC-8\",\"LongName\":\"NASA Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"NOAA + Twin Otter\",\"LongName\":\"NOAA De Havilland DHC-6-300 Twin Otter\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D + ORION\",\"LongName\":\"Lockheed WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":140,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + MCoRDS L2 Ice Thickness V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C190688210-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:17.903Z\",\"granule-count\":924,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge MCoRDS L2 Ice Thickness + V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-57.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-100.2,\"NorthBoundingCoordinate\":83.1,\"EastBoundingCoordinate\":28.5,\"SouthBoundingCoordinate\":59.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + ELEVATION/ICE SHEET ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE + SHEETS\",\"VariableLevel1\":\"GLACIER THICKNESS/ICE SHEET THICKNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-10-16T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/GDQ0CUCVTE2Q\"},\"ShortName\":\"IRMCR2\",\"EntryTitle\":\"IceBridge + MCoRDS L2 Ice Thickness V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRMCR2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRMCR2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRMCR2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/GDQ0CUCVTE2Q\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/GDQ0CUCVTE2Q\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains depth sounder measurements of ice elevation, ice surface, + ice bottom, and ice thickness for Greenland and Antarctica taken from the + Multichannel Coherent Radar Depth Sounder (MCoRDS). The data were collected + as part of Operation IceBridge funded aircraft survey campaigns.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2010-07-20T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AN_CRESIS\",\"LongName\":\"CReSIS + West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-01-01T00:00:00.000Z\",\"EndDate\":\"2009-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"paden@ku.edu\"}]},\"FirstName\":\"John\",\"LastName\":\"Paden\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jiluli@ku.edu\"}]},\"FirstName\":\"Jilu\",\"LastName\":\"Li\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"leuschen@ku.edu\"}]},\"FirstName\":\"Carl\",\"LastName\":\"Leuschen\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"frodrigu@ku.edu\"}]},\"FirstName\":\"Fernando\",\"LastName\":\"Rodriguez-Morales\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"rhale@ku.edu\"}]},\"FirstName\":\"Richard\",\"LastName\":\"Hale\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"DC-8\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"NASA + DC-8\",\"LongName\":\"NASA Douglas DC-8\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"NOAA + Twin Otter\",\"LongName\":\"NOAA De Havilland DHC-6-300 Twin Otter\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D + ORION\",\"LongName\":\"Lockheed WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"CSV\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":58,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + MCoRDS L3 Gridded Ice Thickness, Surface, and Bottom V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1426298063-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:20.654Z\",\"granule-count\":12,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge MCoRDS L3 Gridded Ice + Thickness, Surface, and Bottom V002\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + ELEVATION/ICE SHEET ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE + SHEETS\",\"VariableLevel1\":\"GLACIER THICKNESS/ICE SHEET THICKNESS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + TOPOGRAPHY/ICE SHEET TOPOGRAPHY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/YP1PVPR72IHG\"},\"ShortName\":\"IRMCR3\",\"EntryTitle\":\"IceBridge + MCoRDS L3 Gridded Ice Thickness, Surface, and Bottom V002\",\"ISOTopicCategories\":[\"ELEVATION\",\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRMCR3.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRMCR3/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRMCR3+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRMCR3.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRMCR3/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRMCR3+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRMCR3.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRMCR3/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRMCR3+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRMCR3.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRMCR3/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRMCR3+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/YP1PVPR72IHG\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/YP1PVPR72IHG\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains products from depth sounder measurements over Greenland + and Antarctica taken from the Multichannel Coherent Radar Depth Sounder (MCoRDS). + The data were collected as part of NASA Operation IceBridge funded campaigns. + Browse files for this data set are duplicates for the thickness PNG files.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"North + America\",\"Subregion1\":\"Greenland\"},{\"Category\":\"Continent\",\"Type\":\"Antarctica\"}],\"MetadataDates\":[{\"Date\":\"2013-08-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"MULTI_NASA\",\"LongName\":\"Operation + IceBridge Multiple Campaigns\",\"StartDate\":\"1993-01-01T00:00:00.000Z\",\"EndDate\":\"2025-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"paden@ku.edu\"}]},\"FirstName\":\"John\",\"LastName\":\"Paden\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jiluli@ku.edu\"}]},\"FirstName\":\"Jilu\",\"LastName\":\"Li\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"paden@ku.edu\"}]},\"FirstName\":\"John\",\"LastName\":\"Paden\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jiluli@ku.edu\"}]},\"FirstName\":\"Jilu\",\"LastName\":\"Li\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"leuschen@ku.edu\"}]},\"FirstName\":\"Carl\",\"LastName\":\"Leuschen\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"frodrigu@ku.edu\"}]},\"FirstName\":\"Fernando\",\"LastName\":\"Rodriguez-Morales\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"rhale@ku.edu\"}]},\"FirstName\":\"Richard\",\"LastName\":\"Hale\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"AIRCRAFT\",\"Instruments\":[{\"ShortName\":\"RADAR + ECHO SOUNDERS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"RADAR + ECHO SOUNDERS\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]},{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]},{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"PNG\",\"FormatDescription\":\"HTTPS + 136 MB\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS + 539 MB\"},{\"FormatType\":\"Native\",\"Format\":\"Shapefile\",\"FormatDescription\":\"HTTPS + 701 MB\"},{\"FormatType\":\"Native\",\"Format\":\"MAT\",\"FormatDescription\":\"HTTPS + 4 MB\"}]}}},{\"meta\":{\"revision-id\":133,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Merged Photon Counting Lidar/Profiler L4 Surface Slope and Elevations V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000301-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:49.434Z\",\"granule-count\":275,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Merged Photon Counting + Lidar/Profiler L4 Surface Slope and Elevations V001\",\"Publisher\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":10.0,\"YDimension\":10.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + ELEVATION/ICE SHEET ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-11-25T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-04T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/STLZLZ7ZI7Z4\"},\"ShortName\":\"ILSNP4\",\"EntryTitle\":\"IceBridge + Merged Photon Counting Lidar/Profiler L4 Surface Slope and Elevations V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILSNP4.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILSNP4+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILSNP4/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/STLZLZ7ZI7Z4\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/STLZLZ7ZI7Z4\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains geolocated surface elevation measurements captured over + Antarctica using the Sigma Space Mapping Photon Counting Lidar and Riegl Laser + Altimeter. The data were collected by scientists working on the International + Collaborative Exploration of the Cryosphere through Airborne Profiling (ICECAP) + project, which was funded by the National Science Foundation (NSF), the Antarctic + Climate and Ecosystems Collaborative Research Center, and the Natural Environment + Research Council (NERC) with additional support from NASA Operation IceBridge.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2014-04-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Laura\",\"MiddleName\":\"E.\",\"LastName\":\"Lindzey\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Laura\",\"MiddleName\":\"E.\",\"LastName\":\"Lindzey\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"Sigma Space Lidar\",\"LongName\":\"Sigma + Space Photon Counting Imaging Lidar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Sigma + Space Lidar\",\"LongName\":\"Sigma Space Photon Counting Imaging Lidar\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":138,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Narrow Swath ATM L1B Elevation and Return Strength V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000060-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:36.350Z\",\"granule-count\":31013,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Narrow Swath ATM L1B + Elevation and Return Strength V002\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":2.0,\"YDimension\":2.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"CRYOSPHERIC INDICATORS\",\"VariableLevel1\":\"SEA + ICE ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-20T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/CXEQS8KVIXEI\"},\"ShortName\":\"ILNSA1B\",\"EntryTitle\":\"IceBridge + Narrow Swath ATM L1B Elevation and Return Strength V002\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILNSA1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILNSA1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILNSA1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/CXEQS8KVIXEI\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/CXEQS8KVIXEI\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains spot elevation measurements of Greenland, Arctic, and Antarctic + sea ice acquired using the NASA Airborne Topographic Mapper (ATM) narrow-swath + instrumentation. The data were collected as part of Operation IceBridge funded + aircraft survey campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"ARCTIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2014-01-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne Topographic + Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":64,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL2065136320-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Narrow Swath ATM L1B Elevation and Return Strength with Waveforms V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL2065136320-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1527310761-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:38.965Z\",\"granule-count\":27118,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Narrow Swath ATM L1B + Elevation and Return Strength with Waveforms V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\",\"GriddedResolutions\":[{\"XDimension\":2.0,\"YDimension\":2.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"SEA + ICE ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED + WAVELENGTHS\",\"VariableLevel1\":\"SENSOR COUNTS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-10-29T00:00:00.000Z\",\"EndingDateTime\":\"2019-11-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/V25X7LHDPMZY\"},\"ShortName\":\"ILNSAW1B\",\"EntryTitle\":\"IceBridge + Narrow Swath ATM L1B Elevation and Return Strength with Waveforms V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILNSAW1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILNSAW1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILNSAW1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/V25X7LHDPMZY\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/V25X7LHDPMZY\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains spot elevation measurements with corresponding waveforms + of Greenland, Arctic, and Antarctic sea ice. The data complement the IceBridge + ATM L1B Near-Infrared Waveforms data, which are measured at near-infrared + wavelength. Both of these narrow-swath data sets are closely related to the + wide-swath IceBridge ATM L1B + Elevation and Return Strength with Waveforms data set. The data were acquired + as part of aircraft survey campaigns funded by Operation IceBridge.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"ARCTIC\"}],\"MetadataDates\":[{\"Date\":\"2018-09-12T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne Topographic + Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":118,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Narrow Swath ATM L1B Qfit Elevation and Return Strength V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C190717061-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:33.641Z\",\"granule-count\":2012,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Narrow Swath ATM L1B + Qfit Elevation and Return Strength V001\",\"Publisher\":\"NASA National Snow + and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":2.0,\"YDimension\":2.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"SEA + ICE ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-03-16T00:00:00.000Z\",\"EndingDateTime\":\"2012-11-08T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/A54HXUXMJ9UA\"},\"ShortName\":\"ILNSA1B\",\"EntryTitle\":\"IceBridge + Narrow Swath ATM L1B Qfit Elevation and Return Strength V001\",\"ISOTopicCategories\":[\"ELEVATION\",\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" None\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILNSA1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILNSA1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILNSA1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/A54HXUXMJ9UA\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/A54HXUXMJ9UA\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains spot elevation measurements of Greenland, Arctic, and Antarctic + sea ice acquired using the NASA Airborne Topographic Mapper (ATM) 4CT3 narrow + scan instrumentation. The data were collected as part of Operation IceBridge + funded aircraft survey campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"ARCTIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2011-12-22T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + None\"},\"ContactPersons\":[{\"Roles\":[\"Technical Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"michael.studinger@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"USA\"}]},\"FirstName\":\"Michael\",\"LastName\":\"Studinger\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATM\",\"LongName\":\"Airborne + Topographic Mapper\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Binary\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":121,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + PARIS L2 Ice Thickness V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C187355521-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:23.557Z\",\"granule-count\":101,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge PARIS L2 Ice Thickness + V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-73.0,\"NorthBoundingCoordinate\":84.0,\"EastBoundingCoordinate\":-11.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"ICE + DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"ICE DEPTH/THICKNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-04-01T00:00:00.000Z\",\"EndingDateTime\":\"2009-05-02T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/OMEAKG6GIJNB\"},\"ShortName\":\"IRPAR2\",\"EntryTitle\":\"IceBridge + PARIS L2 Ice Thickness V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRPAR2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRPAR2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRPAR2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/OMEAKG6GIJNB\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/OMEAKG6GIJNB\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains contains Greenland ice thickness measurements acquired using + the Pathfinder Advanced Radar Ice Sounder (PARIS).The data were collected + as part of Operation IceBridge funded campaigns.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"North + America\",\"Subregion1\":\"Greenland\"}],\"MetadataDates\":[{\"Date\":\"2010-06-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"matthew.a.linkswiler@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"Wallops + Flight Facility\"],\"City\":\"Wallops Island\",\"StateProvince\":\"Virginia\",\"Country\":\"USA\",\"PostalCode\":\"23337-5099\"}]},\"FirstName\":\"Matthew\",\"LastName\":\"Linkswiler\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"keith.raney@jhuapl.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"11100 + Johns Hopkins Road\"],\"City\":\"Laurel\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20723\"}]},\"FirstName\":\"Keith\",\"LastName\":\"Raney\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"keith.raney@jhuapl.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"11100 + Johns Hopkins Road\"],\"City\":\"Laurel\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20723\"}]},\"FirstName\":\"Keith\",\"LastName\":\"Raney\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/WFF/OSB\"}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"AIRCRAFT\",\"Instruments\":[{\"ShortName\":\"RADAR + ECHO SOUNDERS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"RADAR + ECHO SOUNDERS\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"PARIS\",\"LongName\":\"Pathfinder + Advanced Radar Ice Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PARIS\",\"LongName\":\"Pathfinder + Advanced Radar Ice Sounder\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS + 12 MB\"}]}}},{\"meta\":{\"revision-id\":134,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Paroscientific L1B Pressure Altimeter Time-Tagged Air Pressure V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001020-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:30.791Z\",\"granule-count\":1126,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Paroscientific L1B Pressure + Altimeter Time-Tagged Air Pressure V001\",\"Publisher\":\"NASA National Snow + and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"VariableLevel1\":\"ATMOSPHERIC + PRESSURE MEASUREMENTS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-12-29T00:00:00.000Z\",\"EndingDateTime\":\"2013-01-26T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/N1F4NBFMIREJ\"},\"ShortName\":\"IAPRS1B\",\"EntryTitle\":\"IceBridge + Paroscientific L1B Pressure Altimeter Time-Tagged Air Pressure V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IAPRS1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IAPRS1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IAPRS1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IAPRS1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IAPRS1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IAPRS1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/N1F4NBFMIREJ\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/N1F4NBFMIREJ\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains static pressure values for Antarctica using the Paroscientific + Digiquartz Transmitter. The data were collected by scientists working on the + Investigating the Cryospheric Evolution of the Central Antarctic Plate (ICECAP) + project, which is funded by the National Science Foundation (NSF) and the + Natural Environment Research Council (NERC) with additional support from NASA + Operation IceBridge.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"Antarctica\"}],\"MetadataDates\":[{\"Date\":\"2012-02-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2008_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2009\",\"StartDate\":\"2009-11-02T00:00:00.000Z\",\"EndDate\":\"2009-12-28T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"PRS Altimeter\",\"LongName\":\"Paroscientific + Pressure Altimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"PRS + Altimeter\",\"LongName\":\"Paroscientific Pressure Altimeter\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"FTP + 16 MB\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"FTP + 879 MB\"}]}}},{\"meta\":{\"revision-id\":121,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Photon Counting Lidar L1B Subset Geolocated Photon Elevations V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000542-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:46.881Z\",\"granule-count\":2740,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Photon Counting Lidar + L1B Subset Geolocated Photon Elevations V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + ELEVATION/ICE SHEET ELEVATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-11-25T00:00:00.000Z\",\"EndingDateTime\":\"2012-12-11T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/NR1VABD1ZDTQ\"},\"ShortName\":\"ILSNP1B\",\"EntryTitle\":\"IceBridge + Photon Counting Lidar L1B Subset Geolocated Photon Elevations V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILSNP1B.001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILSNP1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILSNP1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/NR1VABD1ZDTQ\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/NR1VABD1ZDTQ\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains nadir photon counting data captured over Antarctica using + the Sigma Space photon counting lidar. Position and orientation data are included. + The data were collected by scientists working on the International Collaborative + Exploration of the Cryosphere through Airborne Profiling (ICECAP) project, + which was funded by the National Science Foundation (NSF), the Antarctic Climate + and Ecosystems Collaborative Research Center, and the Natural Environment + Research Council (NERC) with additional support from NASA Operation IceBridge.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2012-05-29T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Laura\",\"MiddleName\":\"E.\",\"LastName\":\"Lindzey\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Laura\",\"MiddleName\":\"E.\",\"LastName\":\"Lindzey\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"Sigma Space Lidar\",\"LongName\":\"Sigma + Space Photon Counting Imaging Lidar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Sigma + Space Lidar\",\"LongName\":\"Sigma Space Photon Counting Imaging Lidar\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":88,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Photon Counting Lidar L1B Unclassified Geolocated Photon Elevations V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001380-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:44.359Z\",\"granule-count\":5377,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Photon Counting Lidar + L1B Unclassified Geolocated Photon Elevations V001\",\"Publisher\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + TOPOGRAPHY/ICE SHEET TOPOGRAPHY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-11-29T00:00:00.000Z\",\"EndingDateTime\":\"2011-12-23T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/U3E4Q5WWVSP9\"},\"ShortName\":\"ILSIG1B\",\"EntryTitle\":\"IceBridge + Photon Counting Lidar L1B Unclassified Geolocated Photon Elevations V001\",\"ISOTopicCategories\":[\"ELEVATION\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILSIG1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILSIG1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILSIG1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/U3E4Q5WWVSP9\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/U3E4Q5WWVSP9\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains geolocated photon elevations captured over Antarctica using + the Sigma Space photon counting lidar. The data were collected by scientists + working on the International Collaborative Exploration of the Cryosphere through + Airborne Profiling (ICECAP) project, which was funded by the National Science + Foundation (NSF), the Antarctic Climate and Ecosystems Collaborative Research + Center, and the Natural Environment Research Council (NERC) with additional + support from NASA Operation IceBridge.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2015-06-12T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Laura\",\"MiddleName\":\"E.\",\"LastName\":\"Lindzey\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Laura\",\"MiddleName\":\"E.\",\"LastName\":\"Lindzey\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"Sigma Space Lidar\",\"LongName\":\"Sigma + Space Photon Counting Imaging Lidar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"Sigma + Space Lidar\",\"LongName\":\"Sigma Space Photon Counting Imaging Lidar\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":43,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Radar L3 Tomographic Ice Thickness V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1586132466-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:32.659Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Radar L3 Tomographic + Ice Thickness V002\",\"Publisher\":\"NASA National Snow and Ice Data Center + Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-74.0,\"NorthBoundingCoordinate\":83.0,\"EastBoundingCoordinate\":-12.0,\"SouthBoundingCoordinate\":59.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-63.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":50.0,\"YDimension\":50.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\",\"VariableLevel2\":\"BED ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CLIMATE + INDICATORS\",\"Term\":\"CRYOSPHERIC INDICATORS\",\"VariableLevel1\":\"GLACIAL + MEASUREMENTS\",\"VariableLevel2\":\"GLACIER/ICE SHEET THICKNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-11-20T00:00:00.000Z\",\"EndingDateTime\":\"2013-04-20T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Geophysical + variables mapped on a grid\",\"Id\":\"Level 3\"},\"DOI\":{\"DOI\":\"10.5067/5NSX14QW4U4J\"},\"ShortName\":\"IRTIT3\",\"EntryTitle\":\"IceBridge + Radar L3 Tomographic Ice Thickness V002\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRTIT3.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRTIT3+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRTIT3/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/5NSX14QW4U4J\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/5NSX14QW4U4J\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains Level-3 tomographic ice thickness measurements and ice thickness + errors over areas of Greenland and Antarctica. Two of the data files additionally + provide bed elevation measurements. The data were derived from measurements + taken by the Center for Remote Sensing of Ice Sheets (CReSIS) Multichannel + Coherent Radar Depth Sounder (MCoRDS) instrument and were collected as part + of NASA Operation IceBridge funded campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2019-03-27T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-05-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Xiaoqing.Wu@jpl.nasa.gov\"}]},\"FirstName\":\"Xiaoqing\",\"LastName\":\"Wu\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Xiaoqing.Wu@jpl.nasa.gov\"}]},\"FirstName\":\"Xiaoqing\",\"LastName\":\"Wu\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"MCoRDS\",\"LongName\":\"Multichannel + Coherent Radar Depth Sounder\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":105,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Riegl Laser Altimeter L1B Time-Tagged Laser Ranges V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001277-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:52.010Z\",\"granule-count\":1084,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Riegl Laser Altimeter + L1B Time-Tagged Laser Ranges V001\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"LIDAR\",\"VariableLevel1\":\"Lidar\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-12-29T00:00:00.000Z\",\"EndingDateTime\":\"2013-01-26T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/KH078MNXPAOV\"},\"ShortName\":\"ILUTP1B\",\"EntryTitle\":\"IceBridge + Riegl Laser Altimeter L1B Time-Tagged Laser Ranges V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILUTP1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILUTP1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILUTP1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/KH078MNXPAOV\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/KH078MNXPAOV\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains laser ranges, returned pulses, and deviation for returned + pulses in Antarctica and Greenland using the Riegl Laser Altimeter. The data + were collected by scientists working on the Investigating the Cryospheric + Evolution of the Central Antarctic Plate (ICECAP) project, which is funded + by the National Science Foundation (NSF) and the Natural Environment Research + Council (NERC) with additional support from NASA's Operation IceBridge.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2012-02-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2008_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2009\",\"StartDate\":\"2009-11-02T00:00:00.000Z\",\"EndDate\":\"2009-12-28T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"AIRCRAFT\",\"Instruments\":[{\"ShortName\":\"ALTIMETERS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ALTIMETERS\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"UTIG Riegl\",\"LongName\":\"University + of Texas Riegl LD90-3800 HiP-LR Laser Altimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"UTIG + Riegl\",\"LongName\":\"University of Texas Riegl LD90-3800 HiP-LR Laser Altimeter\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":106,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Riegl Laser Altimeter L2 Geolocated Surface Elevation Triplets V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001285-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:54.652Z\",\"granule-count\":729,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Riegl Laser Altimeter + L2 Geolocated Surface Elevation Triplets V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\",\"VariableLevel2\":\"Surface Range\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-12-29T00:00:00.000Z\",\"EndingDateTime\":\"2013-01-22T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/JV9DENETK13E\"},\"ShortName\":\"ILUTP2\",\"EntryTitle\":\"IceBridge + Riegl Laser Altimeter L2 Geolocated Surface Elevation Triplets V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILUTP2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILUTP2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILUTP2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/JV9DENETK13E\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/JV9DENETK13E\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains surface range values for Antarctica and Greenland derived + from measurements captured by the Riegl Laser Altimeter. The data were collected + by scientists working on the Investigating the Cryospheric Evolution of the + Central Antarctic Plate (ICECAP) project, which is funded by the National + Science Foundation (NSF) and the Natural Environment Research Council (NERC) + with additional support from NASA Operation IceBridge.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2012-02-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2008_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2009\",\"StartDate\":\"2009-11-02T00:00:00.000Z\",\"EndDate\":\"2009-12-28T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jason\",\"MiddleName\":\"L.\",\"LastName\":\"Roberts\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Tas\",\"MiddleName\":\"van\",\"LastName\":\"Ommen\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Copenhagen\",\"Country\":\"Denmark\"}]},\"FirstName\":\"Rene\",\"LastName\":\"Forsberg\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Martin\",\"MiddleName\":\"J.\",\"LastName\":\"Siegert\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Rennes + Drive\"],\"City\":\"Exeter\",\"Country\":\"UK\",\"PostalCode\":\"EX4 4RJ\"}]},\"FirstName\":\"Steven\",\"MiddleName\":\"J.\",\"LastName\":\"Palmer\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Julian\",\"MiddleName\":\"A.\",\"LastName\":\"Dowdeswell\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"UTIG Riegl\",\"LongName\":\"University + of Texas Riegl LD90-3800 HiP-LR Laser Altimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"UTIG + Riegl\",\"LongName\":\"University of Texas Riegl LD90-3800 HiP-LR Laser Altimeter\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":135,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Sander AIRGrav L1B Geolocated Free Air Gravity Anomalies V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C190766021-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:06.170Z\",\"granule-count\":269,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Sander AIRGrav L1B Geolocated + Free Air Gravity Anomalies V001\",\"Publisher\":\"NASA National Snow and Ice + Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedRangeResolutions\":[{\"MinimumXDimension\":5.0,\"MinimumYDimension\":5.0,\"MaximumXDimension\":7.0,\"MaximumYDimension\":7.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-10-16T00:00:00.000Z\",\"EndingDateTime\":\"2018-11-17T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/R1RQ6NRIJV89\"},\"ShortName\":\"IGGRV1B\",\"EntryTitle\":\"IceBridge + Sander AIRGrav L1B Geolocated Free Air Gravity Anomalies V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IGGRV1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IGGRV1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IGGRV1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IGGRV1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IGGRV1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IGGRV1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/R1RQ6NRIJV89\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/R1RQ6NRIJV89\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains Greenland and Antarctica gravity measurements taken from + the Sander Geophysics AIRGrav airborne gravity system. The data were collected + as part of Operation IceBridge funded campaigns.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2010-06-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"tinto@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"108E + 108E Oceanography \",\"61 Route 9W - PO Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"USA\",\"PostalCode\":\"10964-8000\"}]},\"FirstName\":\"Kirsteen\",\"LastName\":\"Tinto\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 845 365 8827\"},{\"Type\":\"Fax\",\"Value\":\"1 845 365 8179\"},{\"Type\":\"Email\",\"Value\":\"robinb@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"61 + Route 9W\"],\"City\":\"Palisades\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10964\"}]},\"FirstName\":\"Robin\",\"MiddleName\":\"E.\",\"LastName\":\"Bell\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jrc@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"61 + Route 9W\"],\"City\":\"Palisades\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10964\"}]},\"FirstName\":\"James\",\"MiddleName\":\"R.\",\"LastName\":\"Cochran\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"tinto@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"108E + 108E Oceanography \",\"61 Route 9W - PO Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"USA\",\"PostalCode\":\"10964-8000\"}]},\"FirstName\":\"Kirsteen\",\"LastName\":\"Tinto\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 845 365 8827\"},{\"Type\":\"Fax\",\"Value\":\"1 845 365 8179\"},{\"Type\":\"Email\",\"Value\":\"robinb@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"61 + Route 9W\"],\"City\":\"Palisades\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10964\"}]},\"FirstName\":\"Robin\",\"MiddleName\":\"E.\",\"LastName\":\"Bell\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jrc@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"61 + Route 9W\"],\"City\":\"Palisades\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10964\"}]},\"FirstName\":\"James\",\"MiddleName\":\"R.\",\"LastName\":\"Cochran\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS + 0.003 GB\"},{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS + 2.6 GB\"}]}}},{\"meta\":{\"revision-id\":130,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Sander AIRGrav L4 Bathymetry V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000300-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:45:57.310Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Sander AIRGrav L4 Bathymetry + V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-70.0,\"NorthBoundingCoordinate\":83.0,\"EastBoundingCoordinate\":-17.0,\"SouthBoundingCoordinate\":72.0},{\"WestBoundingCoordinate\":-135.0,\"NorthBoundingCoordinate\":-70.0,\"EastBoundingCoordinate\":-90.0,\"SouthBoundingCoordinate\":-75.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"BATHYMETRY/SEAFLOOR TOPOGRAPHY\",\"VariableLevel1\":\"BATHYMETRY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2016-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/DQVUVQCRYAM4\"},\"ShortName\":\"IGBTH4\",\"EntryTitle\":\"IceBridge + Sander AIRGrav L4 Bathymetry V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IGBTH4.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IGBTH4+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IGBTH4/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/DQVUVQCRYAM4\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/DQVUVQCRYAM4\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains bathymetry of Arctic fjords and Antarctic ice shelves based + on measurements from the Sander Geophysics Airborne Inertially Referenced + Gravimeter (AIRGrav) system. The data were collected as part of Operation + IceBridge funded aircraft survey campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"Antarctica\"},{\"Category\":\"Continent\",\"Type\":\"North + America\",\"Subregion1\":\"Greenland\"}],\"MetadataDates\":[{\"Date\":\"2014-10-22T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"MULTI_NASA\",\"LongName\":\"Operation + IceBridge Multiple Campaigns\",\"StartDate\":\"1993-01-01T00:00:00.000Z\",\"EndDate\":\"2025-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"tinto@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"108E + 108E Oceanography \",\"61 Route 9W - PO Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"USA\",\"PostalCode\":\"10964-8000\"}]},\"FirstName\":\"Kirsteen\",\"LastName\":\"Tinto\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 845 365 8827\"},{\"Type\":\"Fax\",\"Value\":\"1 845 365 8179\"},{\"Type\":\"Email\",\"Value\":\"robinb@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"61 + Route 9W\"],\"City\":\"Palisades\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10964\"}]},\"FirstName\":\"Robin\",\"MiddleName\":\"E.\",\"LastName\":\"Bell\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jrc@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"61 + Route 9W\"],\"City\":\"Palisades\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10964\"}]},\"FirstName\":\"James\",\"MiddleName\":\"R.\",\"LastName\":\"Cochran\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"tinto@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"108E + 108E Oceanography \",\"61 Route 9W - PO Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"USA\",\"PostalCode\":\"10964-8000\"}]},\"FirstName\":\"Kirsteen\",\"LastName\":\"Tinto\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 845 365 8827\"},{\"Type\":\"Fax\",\"Value\":\"1 845 365 8179\"},{\"Type\":\"Email\",\"Value\":\"robinb@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"61 + Route 9W\"],\"City\":\"Palisades\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10964\"}]},\"FirstName\":\"Robin\",\"MiddleName\":\"E.\",\"LastName\":\"Bell\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jrc@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"61 + Route 9W\"],\"City\":\"Palisades\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10964\"}]},\"FirstName\":\"James\",\"MiddleName\":\"R.\",\"LastName\":\"Cochran\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":128,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Scintrex CS-3 Cesium Magnetometer L1B Geolocated Magnetic Anomalies V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000840-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:17.731Z\",\"granule-count\":17,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Scintrex CS-3 Cesium + Magnetometer L1B Geolocated Magnetic Anomalies V002\",\"Publisher\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-63.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEOMAGNETISM\",\"VariableLevel1\":\"MAGNETIC + FIELD\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-11-18T00:00:00.000Z\",\"EndingDateTime\":\"2017-11-25T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/OY7C2Y61YSYW\"},\"ShortName\":\"IMCS31B\",\"EntryTitle\":\"IceBridge + Scintrex CS-3 Cesium Magnetometer L1B Geolocated Magnetic Anomalies V002\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IMCS31B.002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IMCS31B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IMCS31B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/OY7C2Y61YSYW\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/OY7C2Y61YSYW\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains magnetic field readings taken over Antarctica using the + Scintrex CS-3 Cesium Magnetometer instrument. The data were collected as part + of Operation IceBridge funded aircraft survey campaigns.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2014-09-02T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jrc@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"61 + Route 9W\"],\"City\":\"Palisades\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10964\"}]},\"FirstName\":\"James\",\"MiddleName\":\"R.\",\"LastName\":\"Cochran\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"\\tnfre@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"108E + Oceanography \",\"61 Route 9W - PO Box 1000 \"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"USA\",\"PostalCode\":\"10964-8000\"}]},\"FirstName\":\"Nicholas\",\"LastName\":\"Frearson\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"tinto@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"108E + 108E Oceanography \",\"61 Route 9W - PO Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"USA\",\"PostalCode\":\"10964-8000\"}]},\"FirstName\":\"Kirsteen\",\"LastName\":\"Tinto\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blburton@usgs.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"Box + 25046\",\"Denver Federal Center\",\"Mail Stop 964\"],\"City\":\"Denver\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\",\"PostalCode\":\"80225-0046\"}]},\"FirstName\":\"Bethany\",\"LastName\":\"Burton\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jrc@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"61 + Route 9W\"],\"City\":\"Palisades\",\"StateProvince\":\"NY\",\"Country\":\"USA\",\"PostalCode\":\"10964\"}]},\"FirstName\":\"James\",\"MiddleName\":\"R.\",\"LastName\":\"Cochran\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blburton@usgs.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"Box + 25046\",\"Denver Federal Center\",\"Mail Stop 964\"],\"City\":\"Denver\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\",\"PostalCode\":\"80225-0046\"}]},\"FirstName\":\"Bethany\",\"LastName\":\"Burton\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"\\tnfre@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"108E + Oceanography \",\"61 Route 9W - PO Box 1000 \"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"USA\",\"PostalCode\":\"10964-8000\"}]},\"FirstName\":\"Nicholas\",\"LastName\":\"Frearson\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"tinto@ldeo.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"108E + 108E Oceanography \",\"61 Route 9W - PO Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"USA\",\"PostalCode\":\"10964-8000\"}]},\"FirstName\":\"Kirsteen\",\"LastName\":\"Tinto\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"CS-3\",\"LongName\":\"LDEO + Scintrex CS-3 Cesium Magnetometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"CS-3\",\"LongName\":\"LDEO + Scintrex CS-3 Cesium Magnetometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":134,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2065136320-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Snow Radar L1B Geolocated Radar Echo Strength Profiles V002\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2065136320-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000180-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:26.577Z\",\"granule-count\":240787,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Snow Radar L1B Geolocated + Radar Echo Strength Profiles V002\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"2\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + TOPOGRAPHY/ICE SHEET TOPOGRAPHY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RADAR + IMAGERY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + COVER\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-03-31T00:00:00.000Z\",\"EndingDateTime\":\"2021-05-13T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/FAZTWP500V70\"},\"ShortName\":\"IRSNO1B\",\"EntryTitle\":\"IceBridge + Snow Radar L1B Geolocated Radar Echo Strength Profiles V002\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRSNO1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRSNO1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRSNO1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRSNO1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRSNO1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRSNO1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRSNO1B.002/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRSNO1B+V002\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRSNO1B/versions/2/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/FAZTWP500V70\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/FAZTWP500V70\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains radar echograms taken from the Center for Remote Sensing + of Ice Sheets (CReSIS) ultra wide-band snow radar over land and sea ice in + the Arctic and Antarctic. In addition, airborne snow measurements were taken + during 10 flights over Alaska mountains, ice fields, and glaciers at the end + of May 2018 by a compact CReSIS FMCW radar system installed on a Single Otter + aircraft. The data were collected as part of Operation IceBridge funded campaigns.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"ARCTIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2014-03-04T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"2009_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2009\",\"StartDate\":\"2009-09-17T00:00:00.000Z\",\"EndDate\":\"2009-12-08T00:00:00.000Z\"},{\"ShortName\":\"2009_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2009\",\"StartDate\":\"2009-03-30T00:00:00.000Z\",\"EndDate\":\"2009-05-20T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2010\",\"StartDate\":\"2010-10-19T00:00:00.000Z\",\"EndDate\":\"2010-11-21T00:00:00.000Z\"},{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2011\",\"StartDate\":\"2011-10-07T00:00:00.000Z\",\"EndDate\":\"2011-11-19T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2012\",\"StartDate\":\"2012-10-12T00:00:00.000Z\",\"EndDate\":\"2012-11-08T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2013\",\"StartDate\":\"2013-11-18T00:00:00.000Z\",\"EndDate\":\"2013-11-28T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2014\",\"StartDate\":\"2014-10-16T00:00:00.000Z\",\"EndDate\":\"2014-11-22T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2015\",\"StartDate\":\"2015-09-17T00:00:00.000Z\",\"EndDate\":\"2015-09-24T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2016\",\"StartDate\":\"2016-10-14T00:00:00.000Z\",\"EndDate\":\"2016-11-19T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AN_NASA\",\"LongName\":\"Operation + IceBridge West Antarctica/Antarctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2021_AK_UAF\",\"LongName\":\"University + of Alaska, Fairbanks Alaska Glaciers 2021\",\"StartDate\":\"2021-01-01T00:00:00.000Z\",\"EndDate\":\"2021-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"paden@ku.edu\"}]},\"FirstName\":\"John\",\"LastName\":\"Paden\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jiluli@ku.edu\"}]},\"FirstName\":\"Jilu\",\"LastName\":\"Li\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"paden@ku.edu\"}]},\"FirstName\":\"John\",\"LastName\":\"Paden\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jiluli@ku.edu\"}]},\"FirstName\":\"Jilu\",\"LastName\":\"Li\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"leuschen@ku.edu\"}]},\"FirstName\":\"Carl\",\"LastName\":\"Leuschen\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"frodrigu@ku.edu\"}]},\"FirstName\":\"Fernando\",\"LastName\":\"Rodriguez-Morales\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"rhale@ku.edu\"}]},\"FirstName\":\"Richard\",\"LastName\":\"Hale\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UKS/CRESIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://www.cresis.ku.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"SNOW RADAR\",\"LongName\":\"Wide-band + Snow Depth Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SNOW + RADAR\",\"LongName\":\"Wide-band Snow Depth Radar\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"SNOW + RADAR\",\"LongName\":\"Wide-band Snow Depth Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SNOW + RADAR\",\"LongName\":\"Wide-band Snow Depth Radar\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-3\",\"LongName\":\"DeHavilland + DHC-3 Otter\",\"Instruments\":[{\"ShortName\":\"SNOW RADAR\",\"LongName\":\"Wide-band + Snow Depth Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SNOW + RADAR\",\"LongName\":\"Wide-band Snow Depth Radar\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"SNOW RADAR\",\"LongName\":\"Wide-band + Snow Depth Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SNOW + RADAR\",\"LongName\":\"Wide-band Snow Depth Radar\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"SNOW RADAR\",\"LongName\":\"Wide-band + Snow Depth Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SNOW + RADAR\",\"LongName\":\"Wide-band Snow Depth Radar\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D + ORION\",\"LongName\":\"Lockheed WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"SNOW + RADAR\",\"LongName\":\"Wide-band Snow Depth Radar\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"SNOW + RADAR\",\"LongName\":\"Wide-band Snow Depth Radar\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"XML\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + UAF L1B HF Geolocated Radar Echo Strength Profiles V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2027966332-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:37.964Z\",\"granule-count\":280,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge UAF L1B HF Geolocated + Radar Echo Strength Profiles V001\",\"Publisher\":\"NASA National Snow and + Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-157.0,\"NorthBoundingCoordinate\":63.0,\"EastBoundingCoordinate\":-129.0,\"SouthBoundingCoordinate\":56.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":10.0,\"YDimension\":10.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"RADAR\",\"VariableLevel1\":\"RADAR + IMAGERY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-22T00:00:00.000Z\",\"EndingDateTime\":\"2016-08-16T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/Q0AVPHN3250H\"},\"ShortName\":\"IRUAFHF1B\",\"EntryTitle\":\"IceBridge + UAF L1B HF Geolocated Radar Echo Strength Profiles V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\" These data are + freely, openly, and fully accessible, provided that you are logged into your + NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRUAFHF1B.001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRUAFHF1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRUAFHF1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/Q0AVPHN3250H\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/Q0AVPHN3250H\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains radar echograms acquired by the University of Alaska Fairbanks + High-Frequency Radar Sounder over select glaciers in Alaska. The data are + provided in HDF5 formatted files, which include important metadata for interpreting + the data. Browse images are also available.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"}],\"MetadataDates\":[{\"Date\":\"2021-03-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2013_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"truffer@gi.alaska.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"Physics + Department\",\"University of Alaska Fairbanks\",\"P.O. Box 755920, 401 ELV\"],\"City\":\"Fairbanks\",\"StateProvince\":\"AK\",\"Country\":\"USA\",\"PostalCode\":\"99775\"}]},\"FirstName\":\"Martin\",\"LastName\":\"Truffer\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"John\",\"MiddleName\":\"W\",\"LastName\":\"Holt\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Chris.Larsen@gi.alaska.edu\"}],\"Addresses\":[{\"City\":\"Fairbanks\",\"StateProvince\":\"AK\",\"Country\":\"USA\",\"PostalCode\":\"99775\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Larsen\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UAK-F/GI\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.gi.alaska.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UAK-F/GI\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.gi.alaska.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"DHC-3\",\"LongName\":\"DeHavilland + DHC-3 Otter\",\"Instruments\":[{\"ShortName\":\"RADAR ECHO SOUNDERS\",\"LongName\":\"RADAR + ECHO SOUNDERS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"RADAR + ECHO SOUNDERS\",\"LongName\":\"RADAR ECHO SOUNDERS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":126,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + UAF Lidar Profiler L1B Geolocated Surface Elevation Triplets V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001040-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:14.676Z\",\"granule-count\":29,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge UAF Lidar Profiler L1B + Geolocated Surface Elevation Triplets V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-137.52667,\"NorthBoundingCoordinate\":59.3,\"EastBoundingCoordinate\":-132.32944,\"SouthBoundingCoordinate\":56.94611}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + TOPOGRAPHY/ICE SHEET TOPOGRAPHY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-05-22T00:00:00.000Z\",\"EndingDateTime\":\"2009-06-02T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/2I5C7MQ2K6V1\"},\"ShortName\":\"ILAKP1B\",\"EntryTitle\":\"IceBridge + UAF Lidar Profiler L1B Geolocated Surface Elevation Triplets V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILAKP1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILAKP1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILAKP1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/2I5C7MQ2K6V1\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/2I5C7MQ2K6V1\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains surface profiles of Alaska Glaciers acquired using the airborne + University of Alaska Fairbanks (UAF) Glacier Lidar system. The data were collected + as part of Operation IceBridge funded aircraft survey campaigns.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\",\"Subregion2\":\"BRITISH COLUMBIA\"}],\"MetadataDates\":[{\"Date\":\"2010-11-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2009\",\"StartDate\":\"2009-05-22T00:00:00.000Z\",\"EndDate\":\"2009-09-06T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Chris.Larsen@gi.alaska.edu\"}],\"Addresses\":[{\"City\":\"Fairbanks\",\"StateProvince\":\"AK\",\"Country\":\"USA\",\"PostalCode\":\"99775\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Larsen\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Chris.Larsen@gi.alaska.edu\"}],\"Addresses\":[{\"City\":\"Fairbanks\",\"StateProvince\":\"AK\",\"Country\":\"USA\",\"PostalCode\":\"99775\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Larsen\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UAK-F/GI\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.gi.alaska.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UAK-F/GI\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.gi.alaska.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"DHC-3\",\"LongName\":\"DeHavilland + DHC-3 Otter\",\"Instruments\":[{\"ShortName\":\"UAF Profiler\",\"LongName\":\"University + of Alaska Fairbanks Lidar Profiler\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"UAF + Profiler\",\"LongName\":\"University of Alaska Fairbanks Lidar Profiler\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Binary\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":134,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + UAF Lidar Scanner L1B Geolocated Surface Elevation Triplets V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000001041-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:17.291Z\",\"granule-count\":816,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge UAF Lidar Scanner L1B + Geolocated Surface Elevation Triplets V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0},{\"WestBoundingCoordinate\":-156.0,\"NorthBoundingCoordinate\":72.0,\"EastBoundingCoordinate\":-130.0,\"SouthBoundingCoordinate\":55.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIER + TOPOGRAPHY/ICE SHEET TOPOGRAPHY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-08-19T00:00:00.000Z\",\"EndingDateTime\":\"2020-06-05T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/AATE4JJ91EHC\"},\"ShortName\":\"ILAKS1B\",\"EntryTitle\":\"IceBridge + UAF Lidar Scanner L1B Geolocated Surface Elevation Triplets V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/ILAKS1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ILAKS1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ILAKS1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/AATE4JJ91EHC\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/AATE4JJ91EHC\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains scanning laser altimetry data points of Alaskan glaciers + and parts of East and West Antarctica acquired by the airborne University + of Alaska Fairbanks (UAF) Glacier Lidar system. The data were collected as + part of NASA Operation IceBridge funded campaigns.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\",\"Subregion2\":\"ALASKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2010-11-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2009\",\"StartDate\":\"2009-05-22T00:00:00.000Z\",\"EndDate\":\"2009-09-06T00:00:00.000Z\"},{\"ShortName\":\"2010_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2010\",\"StartDate\":\"2010-05-16T00:00:00.000Z\",\"EndDate\":\"2010-08-24T00:00:00.000Z\"},{\"ShortName\":\"2011_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2011\",\"StartDate\":\"2011-05-15T00:00:00.000Z\",\"EndDate\":\"2011-09-13T00:00:00.000Z\"},{\"ShortName\":\"2012_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2012\",\"StartDate\":\"2012-03-16T00:00:00.000Z\",\"EndDate\":\"2012-03-26T00:00:00.000Z\"},{\"ShortName\":\"2013_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2017_AN_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Antarctica 2017\",\"StartDate\":\"2017-11-28T00:00:00.000Z\",\"EndDate\":\"2017-12-18T00:00:00.000Z\"},{\"ShortName\":\"2018_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"},{\"ShortName\":\"2019_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Glaciers 2019\",\"StartDate\":\"2019-01-01T00:00:00.000Z\",\"EndDate\":\"2019-12-31T00:00:00.000Z\"},{\"ShortName\":\"2020_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2020\",\"StartDate\":\"2020-01-01T00:00:00.000Z\",\"EndDate\":\"2020-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Chris.Larsen@gi.alaska.edu\"}],\"Addresses\":[{\"City\":\"Fairbanks\",\"StateProvince\":\"AK\",\"Country\":\"USA\",\"PostalCode\":\"99775\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Larsen\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Chris.Larsen@gi.alaska.edu\"}],\"Addresses\":[{\"City\":\"Fairbanks\",\"StateProvince\":\"AK\",\"Country\":\"USA\",\"PostalCode\":\"99775\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Larsen\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UAK-F/GI\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.gi.alaska.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UAK-F/GI\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.gi.alaska.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"UAF Scanner\",\"LongName\":\"University + of Alaska Fairbanks Lidar Scanner\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"UAF + Scanner\",\"LongName\":\"University of Alaska Fairbanks Lidar Scanner\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"DHC-3\",\"LongName\":\"DeHavilland + DHC-3 Otter\",\"Instruments\":[{\"ShortName\":\"UAF Scanner\",\"LongName\":\"University + of Alaska Fairbanks Lidar Scanner\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"UAF + Scanner\",\"LongName\":\"University of Alaska Fairbanks Lidar Scanner\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Binary\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":48,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + Watson-Gyro Fluxgate Magnetometer L1B Time-Tagged Magnetic Field V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1624663221-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:47:20.225Z\",\"granule-count\":974,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge Watson-Gyro Fluxgate + Magnetometer L1B Time-Tagged Magnetic Field V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"ActiveInstruments\",\"Description\":\"active + instruments\",\"DataType\":\"STRING\"},{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEOMAGNETISM\",\"VariableLevel1\":\"MAGNETIC + FIELD\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2008-12-29T00:00:00.000Z\",\"EndingDateTime\":\"2013-01-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/1HLB3BMORZ55\"},\"ShortName\":\"IMFGM1B\",\"EntryTitle\":\"IceBridge + Watson-Gyro Fluxgate Magnetometer L1B Time-Tagged Magnetic Field V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IMFGM1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IMFGM1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IMFGM1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/1HLB3BMORZ55\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/1HLB3BMORZ55\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains time-registered Level-1B field readings taken over Antarctica + using the Watson-Gyro Fluxgate Magnetometer instrument. The data were collected + as part of Operation IceBridge funded aircraft survey campaigns.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2019-07-16T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2008_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2009\",\"StartDate\":\"2009-11-02T00:00:00.000Z\",\"EndDate\":\"2009-12-28T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jackson + School of Geosciences, \",\"J.J. Pickle Research Campus Bldg. 196\",\"10100 + Burnet Road (R2200) \"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Scott\",\"MiddleName\":\"D.\",\"LastName\":\"Kempf\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"FGM\",\"LongName\":\"Fluxgate Magnetometer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"FGM\",\"LongName\":\"Fluxgate + Magnetometer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":119,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + WISE L2 Ice Thickness and Surface Elevation V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000080-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:40.560Z\",\"granule-count\":7,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge WISE L2 Ice Thickness + and Surface Elevation V001\",\"Publisher\":\"NASA National Snow and Ice Data + Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-148.6,\"NorthBoundingCoordinate\":61.7,\"EastBoundingCoordinate\":-137.1,\"SouthBoundingCoordinate\":58.7}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"ICE + DEPTH/THICKNESS\",\"VariableLevel2\":\"Ice Thickness\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-03-16T00:00:00.000Z\",\"EndingDateTime\":\"2012-03-26T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical variables\",\"Id\":\"Level 2\"},\"DOI\":{\"DOI\":\"10.5067/0ZBRL3GY720R\"},\"ShortName\":\"IRWIS2\",\"EntryTitle\":\"IceBridge + WISE L2 Ice Thickness and Surface Elevation V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IRWIS2.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRWIS2+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IRWIS2/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/0ZBRL3GY720R\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/0ZBRL3GY720R\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains depth sounder measurements of elevation, surface, bottom, + and thickness for Alaska taken from the Warm Ice Sounding Explorer (WISE). + The data were collected as part of Operation IceBridge funded aircraft survey + campaigns.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"North + America\",\"Subregion1\":\"United States Of America\",\"Subregion2\":\"Alaska\"}],\"MetadataDates\":[{\"Date\":\"2013-11-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2009_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2009\",\"StartDate\":\"2009-01-01T00:00:00.000Z\",\"EndDate\":\"2009-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2009\",\"StartDate\":\"2009-05-22T00:00:00.000Z\",\"EndDate\":\"2009-09-06T00:00:00.000Z\"},{\"ShortName\":\"2010_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2010\",\"StartDate\":\"2010-01-01T00:00:00.000Z\",\"EndDate\":\"2010-12-31T00:00:00.000Z\"},{\"ShortName\":\"2010_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2010\",\"StartDate\":\"2010-05-16T00:00:00.000Z\",\"EndDate\":\"2010-08-24T00:00:00.000Z\"},{\"ShortName\":\"2011_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2011\",\"StartDate\":\"2011-01-01T00:00:00.000Z\",\"EndDate\":\"2011-12-31T00:00:00.000Z\"},{\"ShortName\":\"2011_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2011\",\"StartDate\":\"2011-05-15T00:00:00.000Z\",\"EndDate\":\"2011-09-13T00:00:00.000Z\"},{\"ShortName\":\"2012_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2012\",\"StartDate\":\"2012-01-01T00:00:00.000Z\",\"EndDate\":\"2012-12-31T00:00:00.000Z\"},{\"ShortName\":\"2012_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2012\",\"StartDate\":\"2012-03-16T00:00:00.000Z\",\"EndDate\":\"2012-03-26T00:00:00.000Z\"},{\"ShortName\":\"2013_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2013_AK_UAF\",\"LongName\":\"Operation + IceBridge University of Alaska, Fairbanks Alaska Glaciers 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AK_NASA\",\"LongName\":\"Operation + IceBridge Alaska Glaciers 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"erignot@uci.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"Croul + Hall\"],\"City\":\"Irvine\",\"StateProvince\":\"California\",\"Country\":\"USA\",\"PostalCode\":\"92697\"}]},\"FirstName\":\"Eric\",\"LastName\":\"Rignot\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Croul + Hall\"],\"City\":\"Irvine\",\"StateProvince\":\"California\",\"Country\":\"USA\",\"PostalCode\":\"92697\"}]},\"FirstName\":\"Jeremie\",\"LastName\":\"Mouginot\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Chris.Larsen@gi.alaska.edu\"}],\"Addresses\":[{\"City\":\"Fairbanks\",\"StateProvince\":\"AK\",\"Country\":\"USA\",\"PostalCode\":\"99775\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Larsen\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Yonggyu.Gim@jpl.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"Jet + Propulsion Laboratory\",\"M/S 300-241\",\"4800 Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"Country\":\"USA\",\"PostalCode\":\"91109 + \"}]},\"FirstName\":\"Young\",\"LastName\":\"Gim\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"donald-kirchner@uiowa.edu\"}],\"Addresses\":[{\"City\":\"Iowa + City\",\"StateProvince\":\"IA\",\"Country\":\"USA\"}]},\"FirstName\":\"Donald\",\"LastName\":\"Kirchner\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"erignot@uci.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"Croul + Hall\"],\"City\":\"Irvine\",\"StateProvince\":\"California\",\"Country\":\"USA\",\"PostalCode\":\"92697\"}]},\"FirstName\":\"Eric\",\"LastName\":\"Rignot\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Croul + Hall\"],\"City\":\"Irvine\",\"StateProvince\":\"California\",\"Country\":\"USA\",\"PostalCode\":\"92697\"}]},\"FirstName\":\"Jeremie\",\"LastName\":\"Mouginot\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Chris.Larsen@gi.alaska.edu\"}],\"Addresses\":[{\"City\":\"Fairbanks\",\"StateProvince\":\"AK\",\"Country\":\"USA\",\"PostalCode\":\"99775\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Larsen\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"Yonggyu.Gim@jpl.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"Jet + Propulsion Laboratory\",\"M/S 300-241\",\"4800 Oak Grove Drive\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"Country\":\"USA\",\"PostalCode\":\"91109 + \"}]},\"FirstName\":\"Young\",\"LastName\":\"Gim\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"donald-kirchner@uiowa.edu\"}],\"Addresses\":[{\"City\":\"Iowa + City\",\"StateProvince\":\"IA\",\"Country\":\"USA\"}]},\"FirstName\":\"Donald\",\"LastName\":\"Kirchner\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UC-IRVINE/PHYSSCI/ESS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ess.uci.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UC-IRVINE/PHYSSCI/ESS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ess.uci.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"DHC-3\",\"LongName\":\"DeHavilland + DHC-3 Otter\",\"Instruments\":[{\"ShortName\":\"WISE\",\"LongName\":\"Warm + Ice Sounding Explorer\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"WISE\",\"LongName\":\"Warm + Ice Sounding Explorer\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"FTP + 30 MB\"}]}}},{\"meta\":{\"revision-id\":122,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge + ZLS Dynamic Gravity Meter Time-Registered L1B Vertical Accelerations V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1000000340-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:46:11.678Z\",\"granule-count\":68,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge ZLS Dynamic Gravity + Meter Time-Registered L1B Vertical Accelerations V001\",\"Publisher\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-11-29T00:00:00.000Z\",\"EndingDateTime\":\"2011-12-21T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/XASIHXV1V5B5\"},\"ShortName\":\"IGZLS1B\",\"EntryTitle\":\"IceBridge + ZLS Dynamic Gravity Meter Time-Registered L1B Vertical Accelerations V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/IGZLS1B.001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IGZLS1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IGZLS1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/XASIHXV1V5B5\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/XASIHXV1V5B5\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains vertical, cross body, and along body acceleration values + for geophysical survey flights in Antarctica using the ZLS Dynamic Gravity + Meter. The data were collected by scientists working on the International + Collaborative Exploration of the Cryosphere through Airborne Profiling (ICECAP) + project, which was funded by the National Science Foundation (NSF), the Antarctic + Climate and Ecosystems Collaborative Research Center, and the Natural Environment + Research Council (NERC) with additional support from NASA Operation IceBridge.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"Continent\",\"Type\":\"Antarctica\"}],\"MetadataDates\":[{\"Date\":\"2012-04-05T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2008_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2008\",\"StartDate\":\"2008-01-01T00:00:00.000Z\",\"EndDate\":\"2008-12-31T00:00:00.000Z\"},{\"ShortName\":\"2009_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2009\",\"StartDate\":\"2009-11-02T00:00:00.000Z\",\"EndDate\":\"2009-12-28T00:00:00.000Z\"},{\"ShortName\":\"2010_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2010\",\"StartDate\":\"2010-11-17T00:00:00.000Z\",\"EndDate\":\"2011-01-28T00:00:00.000Z\"},{\"ShortName\":\"2011_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2011\",\"StartDate\":\"2011-11-09T00:00:00.000Z\",\"EndDate\":\"2011-12-23T00:00:00.000Z\"},{\"ShortName\":\"2012_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2012\",\"StartDate\":\"2012-11-10T00:00:00.000Z\",\"EndDate\":\"2013-01-22T00:00:00.000Z\"},{\"ShortName\":\"2013_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2013\",\"StartDate\":\"2013-01-01T00:00:00.000Z\",\"EndDate\":\"2013-12-31T00:00:00.000Z\"},{\"ShortName\":\"2014_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2014\",\"StartDate\":\"2014-01-01T00:00:00.000Z\",\"EndDate\":\"2014-12-31T00:00:00.000Z\"},{\"ShortName\":\"2015_AN_UTIG\",\"LongName\":\"ICECAP + University of Texas, Antarctica 2015\",\"StartDate\":\"2015-01-01T00:00:00.000Z\",\"EndDate\":\"2015-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"blank@ig.utexas.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"4412 + Spicewood Springs Rd. #600\"],\"City\":\"Austin\",\"StateProvince\":\"TX\",\"Country\":\"USA\",\"PostalCode\":\"78759-8500\"}]},\"FirstName\":\"Donald\",\"MiddleName\":\"D.\",\"LastName\":\"Blankenship\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"J.J. + Pickle Research Campus\",\"Bldg. 196\",\"10100 Burnet Road (R2200)\",\"Austin, + TX 78758-4445\"],\"City\":\"Austin\",\"StateProvince\":\"Texas\",\"Country\":\"USA\",\"PostalCode\":\"78758-4445\"}]},\"FirstName\":\"Duncan\",\"MiddleName\":\"A.\",\"LastName\":\"Young\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Thomas\",\"MiddleName\":\"G.\",\"LastName\":\"Richter\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/IG\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ig.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"BT-67\",\"LongName\":\"Basler + BT-67\",\"Instruments\":[{\"ShortName\":\"ZLS\",\"LongName\":\"ZLS Dynamic + Gravity Meter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ZLS\",\"LongName\":\"ZLS + Dynamic Gravity Meter\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"FTP + 29 MB\"}]}}},{\"meta\":{\"revision-id\":44,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge-Related + DMS-Derived L4 Sea Ice Surface Cover Classification Images V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492133-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1655873481-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:58:11.568Z\",\"granule-count\":1031776,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge-Related DMS-Derived + L4 Sea Ice Surface Cover Classification Images V001\",\"Publisher\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"ActiveInstruments\",\"Description\":\"active + instruments\",\"DataType\":\"STRING\"},{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"SEA + ICE/OCEAN CLASSIFICATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE/OCEAN CLASSIFICATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-03-23T00:00:00.000Z\",\"EndingDateTime\":\"2018-04-16T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/FIJDWQVIDKU4\"},\"ShortName\":\"RDSISC4\",\"EntryTitle\":\"IceBridge-Related + DMS-Derived L4 Sea Ice Surface Cover Classification Images V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/RDSISC4.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=RDSISC4+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/RDSISC4/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/FIJDWQVIDKU4\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/FIJDWQVIDKU4\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains reprocessed images depicting labels that indicate the sea + ice surface category, created by processing IceBridge + DMS L0 Raw Imagery with the Open Source Sea-ice Processing Algorithm. + An orthorectified version of this data set is available as IceBridge-Related + DMS-Derived L4 Sea Ice Surface Cover Classification Orthorectified Images.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"ARCTIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2020-02-13T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"570 + 956 6990\"},{\"Type\":\"Email\",\"Value\":\"chris.polashenski@gmail.com\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Polashenski\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Nicholas\",\"LastName\":\"Wright\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Scott\",\"LastName\":\"McMichael\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"570 + 956 6990\"},{\"Type\":\"Email\",\"Value\":\"chris.polashenski@gmail.com\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Polashenski\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Nicholas\",\"LastName\":\"Wright\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Scott\",\"LastName\":\"McMichael\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"DARTMOUTH/THAYER\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://engineering.dartmouth.edu/thayer/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"DARTMOUTH/THAYER\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://engineering.dartmouth.edu/thayer/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"B-200\",\"LongName\":\"Beechcraft + King Air B-200\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25A\",\"LongName\":\"Dassault + HU-25A Guardian\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D ORION\",\"LongName\":\"Lockheed + WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"TIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":43,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge-Related + DMS-Derived L4 Sea Ice Surface Cover Classification Orthorectified Images + V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492133-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1655873880-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:58:14.342Z\",\"granule-count\":909396,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge-Related DMS-Derived + L4 Sea Ice Surface Cover Classification Orthorectified Images V001\",\"Publisher\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"ActiveInstruments\",\"Description\":\"active + instruments\",\"DataType\":\"STRING\"},{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"SEA + ICE/OCEAN CLASSIFICATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE/OCEAN CLASSIFICATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-03-23T00:00:00.000Z\",\"EndingDateTime\":\"2017-07-25T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/1LI57H56EB7G\"},\"ShortName\":\"RDSISCO4\",\"EntryTitle\":\"IceBridge-Related + DMS-Derived L4 Sea Ice Surface Cover Classification Orthorectified Images + V001\",\"AccessConstraints\":{\"Description\":\" These data are freely, openly, + and fully accessible, provided that you are logged into your NASA Earthdata + profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/RDSISCO4.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=RDSISCO4+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/RDSISCO4/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/1LI57H56EB7G\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/1LI57H56EB7G\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains reprocessed, orthorectified images depicting labels that + indicate the sea ice surface category, created by processing IceBridge + DMS L0 Raw Imagery with the Open Source Sea-ice Processing Algorithm. + Orthorectification was done using digital elevation models from the IceBridge + DMS L3 Ames Stereo Pipeline Photogrammetric DEM collection. The standard + (non-orthorectified) images are available as IceBridge-Related + DMS-Derived L4 Sea Ice Surface Cover Classification Images.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"ARCTIC\"}],\"MetadataDates\":[{\"Date\":\"2020-02-13T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2010_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2010\",\"StartDate\":\"2010-03-15T00:00:00.000Z\",\"EndDate\":\"2010-05-28T00:00:00.000Z\"},{\"ShortName\":\"2011_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2011\",\"StartDate\":\"2011-03-16T00:00:00.000Z\",\"EndDate\":\"2011-05-16T00:00:00.000Z\"},{\"ShortName\":\"2012_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2012\",\"StartDate\":\"2012-03-14T00:00:00.000Z\",\"EndDate\":\"2012-05-17T00:00:00.000Z\"},{\"ShortName\":\"2013_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2013\",\"StartDate\":\"2013-03-20T00:00:00.000Z\",\"EndDate\":\"2013-11-14T00:00:00.000Z\"},{\"ShortName\":\"2014_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2014\",\"StartDate\":\"2014-03-12T00:00:00.000Z\",\"EndDate\":\"2014-10-02T00:00:00.000Z\"},{\"ShortName\":\"2015_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2015\",\"StartDate\":\"2015-03-19T00:00:00.000Z\",\"EndDate\":\"2015-10-22T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2017_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2017\",\"StartDate\":\"2017-01-01T00:00:00.000Z\",\"EndDate\":\"2017-12-31T00:00:00.000Z\"},{\"ShortName\":\"2018_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2018\",\"StartDate\":\"2018-01-01T00:00:00.000Z\",\"EndDate\":\"2018-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"570 + 956 6990\"},{\"Type\":\"Email\",\"Value\":\"chris.polashenski@gmail.com\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Polashenski\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Nicholas\",\"LastName\":\"Wright\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Scott\",\"LastName\":\"McMichael\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"570 + 956 6990\"},{\"Type\":\"Email\",\"Value\":\"chris.polashenski@gmail.com\"}]},\"FirstName\":\"Chris\",\"LastName\":\"Polashenski\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Nicholas\",\"LastName\":\"Wright\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Scott\",\"LastName\":\"McMichael\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"DARTMOUTH/THAYER\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://engineering.dartmouth.edu/thayer/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"DARTMOUTH/THAYER\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://engineering.dartmouth.edu/thayer/\"}]}}],\"Platforms\":[{\"Type\":\"Propeller\",\"ShortName\":\"C-130\",\"LongName\":\"Lockheed + C-130 Hercules\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Aircraft\",\"ShortName\":\"DC-8\",\"LongName\":\"Douglas + DC-8\",\"Characteristics\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"Value\":\"N817NA\",\"Unit\":\"Not + Applicable\",\"DataType\":\"STRING\"}],\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25A\",\"LongName\":\"Dassault + HU-25A Guardian\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Jet\",\"ShortName\":\"HU-25C\",\"LongName\":\"Dassault + HU-25C Guardian\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"P-3B\",\"LongName\":\"Lockheed + P-3B Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"WP-3D ORION\",\"LongName\":\"Lockheed + WP-3D Orion\",\"Instruments\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"DMS\",\"LongName\":\"Digital + Mapping System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":56,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"IceBridge-Related + Sander AIRGrav L1B Geolocated Free Air Gravity Anomalies V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700492408-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C1543795592-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:58:20.500Z\",\"granule-count\":14,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"IceBridge-Related Sander AIRGrav + L1B Geolocated Free Air Gravity Anomalies V001\",\"Publisher\":\"NASA National + Snow and Ice Data Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"AircraftID\",\"Description\":\"The + identifier of the airplane used by the FAA to uniquely identify each aircraft\",\"DataType\":\"STRING\"},{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"ThemeID\",\"Description\":\"The + identifier of the theme under which data are logically grouped\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0},{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-53.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedRangeResolutions\":[{\"MinimumXDimension\":5.0,\"MinimumYDimension\":5.0,\"MaximumXDimension\":7.0,\"MaximumYDimension\":7.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GRAVITY/GRAVITATIONAL FIELD\",\"VariableLevel1\":\"GRAVITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-04-29T00:00:00.000Z\",\"EndingDateTime\":\"2016-12-31T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/SIEB3C4B9HKK\"},\"ShortName\":\"RGGRV1B\",\"EntryTitle\":\"IceBridge-Related + Sander AIRGrav L1B Geolocated Free Air Gravity Anomalies V001\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\" These data are freely, + openly, and fully accessible, provided that you are logged into your NASA + Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Tool + to visualize, search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"http://nsidc.org/icebridge/portal/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICEBRIDGE/RGGRV1B.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=RGGRV1B+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/RGGRV1B/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/SIEB3C4B9HKK\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/SIEB3C4B9HKK\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set contains Greenland and Antarctica gravity measurements taken from + the Sander Geophysics AIRGrav airborne gravity system.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2018-08-22T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"2012_GR_GBMF\",\"LongName\":\"Operation + IceBridge Greenland Gordon and Betty Moore Foundation 2012\",\"StartDate\":\"2012-01-01T00:00:00.000Z\",\"EndDate\":\"2012-12-31T00:00:00.000Z\"},{\"ShortName\":\"2012_PA_GBMF\",\"LongName\":\"Operation + IceBridge Patagonia Gordon and Betty Moore Foundation 2012\",\"StartDate\":\"2012-01-01T00:00:00.000Z\",\"EndDate\":\"2012-12-31T00:00:00.000Z\"},{\"ShortName\":\"2016_GR_NASA\",\"LongName\":\"Operation + IceBridge Greenland/Arctic Sea Ice 2016\",\"StartDate\":\"2016-04-19T00:00:00.000Z\",\"EndDate\":\"2016-07-21T00:00:00.000Z\"},{\"ShortName\":\"2016_PA_GBMF\",\"LongName\":\"Operation + IceBridge Patagonia Gordon and Betty Moore Foundation 2016\",\"StartDate\":\"2016-01-01T00:00:00.000Z\",\"EndDate\":\"2016-12-31T00:00:00.000Z\"}],\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"erignot@uci.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"Croul + Hall\"],\"City\":\"Irvine\",\"StateProvince\":\"California\",\"Country\":\"USA\",\"PostalCode\":\"92697\"}]},\"FirstName\":\"Eric\",\"LastName\":\"Rignot\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"erignot@uci.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"Croul + Hall\"],\"City\":\"Irvine\",\"StateProvince\":\"California\",\"Country\":\"USA\",\"PostalCode\":\"92697\"}]},\"FirstName\":\"Eric\",\"LastName\":\"Rignot\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"COLUMBIA/LDEO\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.ldeo.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Rotorcraft/Helicopter\",\"ShortName\":\"AS350-B2\",\"LongName\":\"Helicopter + AS350-B2\",\"Instruments\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\"}]}]},{\"Type\":\"Rotorcraft/Helicopter\",\"ShortName\":\"AS350-B3\",\"LongName\":\"Helicopter + AS350-B3\",\"Instruments\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\"}]}]},{\"Type\":\"Rotorcraft/Helicopter\",\"ShortName\":\"AS355-F2\",\"LongName\":\"Helicopter + AS355-F2\",\"Instruments\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\"}]}]},{\"Type\":\"Propeller\",\"ShortName\":\"CESSNA + 206\",\"Instruments\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"AIRGrav\",\"LongName\":\"Sander/LDEO + Airborne Inertially Referenced Gravimeter\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"ASCII\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":15,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ICESat + L4 Seasonal Gridded Sea Ice Thickness V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2673518799-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:49:02.705Z\",\"granule-count\":11,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"ICESat L4 Seasonal Gridded Sea + Ice Thickness V001\",\"Publisher\":\"National Snow and Ice Data Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":86.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":66.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":25.0,\"YDimension\":25.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"FREEBOARD\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"ICE + DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SNOW DEPTH\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2003-02-20T00:00:00.000Z\",\"EndingDateTime\":\"2008-03-21T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/1S5M59IQ0OK3\"},\"ShortName\":\"ISSITGR4\",\"EntryTitle\":\"ICESat + L4 Seasonal Gridded Sea Ice Thickness V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"NASA's + newest search and order tool for subsetting, reprojecting, and reformatting + data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"Earthdata + Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ISSITGR4+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICESAT2_PO/ISSITGR4.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ISSITGR4/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=ISSITGR4+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICESAT2_PO/ISSITGR4.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/ISSITGR4/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/1S5M59IQ0OK3\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/1S5M59IQ0OK3\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"National + Snow and Ice Data Center\"}],\"Abstract\":\"This data set reports seasonal + gridded winter sea ice thickness across the Arctic Ocean. Sea ice thickness + is estimated using ICESat/GLAS L3A Sea Ice Freeboard data and NASA Eulerian + Snow On Sea Ice Model (NESOSIM) Version 1.1 snow loading.\\n\\nThis data set + is a historical complement to ICESat-2 + L4 Monthly Gridded Sea Ice Thickness.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ARCTIC + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2023-05-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Alek\",\"MiddleName\":\"A\",\"LastName\":\"Petty\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"nathan.t.kurtz@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Nathan\",\"LastName\":\"Kurtz\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/EOS/ESDIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://earthdata.nasa.gov/about/esdis-project\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/EOS/ESDIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://earthdata.nasa.gov/about/esdis-project\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"ICESat\",\"LongName\":\"Ice, Cloud + and Land Elevation Satellite\",\"Instruments\":[{\"ShortName\":\"GLAS\",\"LongName\":\"Geoscience + Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"GLAS\",\"LongName\":\"Geoscience + Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"PNG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL1977887071-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ICESat-2 + Calibration/Validation LVIS L1B Georeferenced Imagery V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL1977887071-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2675038384-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:47.859Z\",\"granule-count\":15438,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"ICESat-2 Calibration/Validation + LVIS L1B Georeferenced Imagery V001\",\"Publisher\":\"National Snow and Ice + Data Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2022-07-11T00:00:00.000Z\",\"EndingDateTime\":\"2022-07-26T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Sensor + units\",\"Id\":\"Level 1B\"},\"DOI\":{\"DOI\":\"10.5067/K1EYYP0SL2PF\"},\"ShortName\":\"IS2OLVIS1BCV\",\"EntryTitle\":\"ICESat-2 + Calibration/Validation LVIS L1B Georeferenced Imagery V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"NASA's + newest search and order tool for subsetting, reprojecting, and reformatting + data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"Earthdata + Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IS2OLVIS1BCV+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICESAT2_PO/IS2OLVIS1BCV.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IS2OLVIS1BCV/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Tool to visualize, + search, and download IceBridge data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"IceBridge Portal\",\"URL\":\"https://nsidc.org/icebridge/portal/map\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/K1EYYP0SL2PF\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/K1EYYP0SL2PF\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"National + Snow and Ice Data Center\"}],\"Abstract\":\"This data set contains georeferenced + imagery from the NASA Land, Vegetation, and Ice Sensor (LVIS) PhaseOne medium-format + camera, which was operated on high-altitude segments of flights during the + ICESat-2 2022 Arctic Summer calibration campaign.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ARCTIC + OCEAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"GREENLAND\"}],\"MetadataDates\":[{\"Date\":\"2023-06-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"James.B.Blair@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"J.\",\"MiddleName\":\"Bryan\",\"LastName\":\"Blair\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"mhofton@umd.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"2181 + LeFrak Hall\"],\"City\":\"College Park\",\"StateProvince\":\"Maryland\",\"Country\":\"USA\",\"PostalCode\":\"20742\"}]},\"FirstName\":\"Michelle\",\"LastName\":\"Hofton\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"nathan.t.kurtz@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Nathan\",\"LastName\":\"Kurtz\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"jeremy.p.harbeck@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Jeremy\",\"LastName\":\"Harbeck\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/HBSL/CSB\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://neptune.gsfc.nasa.gov/csb/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/HBSL/CSB\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://neptune.gsfc.nasa.gov/csb/\"}]}}],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"G-V\",\"LongName\":\"Gulfstream + V\",\"Instruments\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"LVIS-Camera\",\"LongName\":\"Digital + Mapping Camera paired with LVIS\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoTIFF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":7,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1977894169-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ICESat-2 + Derived 30 m Along-Track Boreal Aboveground Biomass Density V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1977894169-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2854721666-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:42.936Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"ICESat-2 Derived 30 m Along-Track + Boreal Aboveground Biomass Density V001\",\"Publisher\":\"National Snow and + Ice Data Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-164.31,\"NorthBoundingCoordinate\":71.41,\"EastBoundingCoordinate\":169.14,\"SouthBoundingCoordinate\":44.44}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"YDimension\":30.0,\"Unit\":\"Meters\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"BIOMASS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-05-01T00:00:00.000Z\",\"EndingDateTime\":\"2021-09-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/D2E2L5GK7ER3\"},\"ShortName\":\"IS2ATBABD\",\"EntryTitle\":\"ICESat-2 + Derived 30 m Along-Track Boreal Aboveground Biomass Density V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICESAT2_PO/IS2ATBABD.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IS2ATBABD+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IS2ATBABD/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/D2E2L5GK7ER3\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/D2E2L5GK7ER3\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"National + Snow and Ice Data Center\"}],\"Abstract\":\"This data set provides a quality-filtered + set of ATLAS/ICESat-2 L3A Land and Vegetation Height, Version 5 (ATL08) observations + of relative canopy heights and aboveground biomass density model results for + circumpolar boreal forests. The data were collected at 30 m along-track segment + lengths for strong beams only during the 2019\u20132021 high northern latitude + growing seasons. The ATL08 point observations were clipped to the extent of + the boreal forest spatial domain.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Date\":\"2024-02-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-02-19T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Paul\",\"LastName\":\"Montesano\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Amy\",\"MiddleName\":\"L\",\"LastName\":\"Neuenschwander\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Eric\",\"LastName\":\"Guenther\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Laura\",\"LastName\":\"Duncanson\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UTX-AUSTIN/CSR\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.csr.utexas.edu/\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"UTX-AUSTIN/CSR\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"http://www.csr.utexas.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, + and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced + Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"GeoPackage\",\"FormatDescription\":\"HTTP\"}]}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ICESat-2 + L4 Along-Track Sea Ice Thickness V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2247609992-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:50.932Z\",\"granule-count\":39057,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"ICESat-2 L4 Along-Track Sea Ice + Thickness V001\",\"Publisher\":\"NASA National Snow and Ice Data Center Distributed + Active Archive Center\",\"Version\":\"001\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":88.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":60.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"VariesResolution\":\"Varies\"}}},\"OrbitParameters\":{\"InclinationAngleUnit\":\"Degree\",\"StartCircularLatitudeUnit\":\"Degree\",\"InclinationAngle\":92.0,\"SwathWidth\":36.0,\"NumberOfOrbits\":1.0,\"OrbitPeriod\":96.8,\"SwathWidthUnit\":\"Kilometer\",\"StartCircularLatitude\":0.0,\"OrbitPeriodUnit\":\"Decimal + Minute\"},\"GranuleSpatialRepresentation\":\"ORBIT\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"FREEBOARD\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"ICE + DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SNOW DEPTH\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-10-14T00:00:00.000Z\",\"EndingDateTime\":\"2022-05-01T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/JTI5YG3S6VAJ\"},\"ShortName\":\"IS2SITDAT4\",\"EntryTitle\":\"ICESat-2 + L4 Along-Track Sea Ice Thickness V001\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\" These data are + freely, openly, and fully accessible, provided that you are logged into your + NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICESAT2_PO/IS2SITDAT4.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IS2SITDAT4/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IS2SITDAT4+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/JTI5YG3S6VAJ\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/JTI5YG3S6VAJ\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set reports daily, along-track winter sea ice thickness across the Arctic + Ocean. Sea ice thickness is estimated using ATLAS/ICESat-2 L3A Sea Ice Freeboard + (ATL10), Version 5 data and NASA Eulerian Snow On Sea Ice Model (NESOSIM) + snow loading.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ARCTIC + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2022-04-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"001\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Alek\",\"MiddleName\":\"A\",\"LastName\":\"Petty\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"nathan.t.kurtz@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Nathan\",\"LastName\":\"Kurtz\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jet + Propulsion Laboratory (JPL)\",\"California Institute of Technology\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"Country\":\"USA\"}]},\"FirstName\":\"Ron\",\"LastName\":\"Kwok\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 5882\"},{\"Type\":\"Email\",\"Value\":\"thorsten.markus@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA/Goddard + Space Flight Center\",\"Instrumentation Sciences Branch\",\"Code 614.6\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Thorsten\",\"LastName\":\"Markus\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 5923\"},{\"Type\":\"Email\",\"Value\":\"thomas.neumann@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20770\"}]},\"FirstName\":\"Thomas\",\"MiddleName\":\"A\",\"LastName\":\"Neumann\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/EOS/ESDIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://earthdata.nasa.gov/about/esdis-project\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/EOS/ESDIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://earthdata.nasa.gov/about/esdis-project\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, + and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced + Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced + Topographic Laser Altimeter System\"}]}]},{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\"],\"tools\":[\"TL2012682515-NSIDC_ECS\",\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ICESat-2 + L4 Grounding Zone for Antarctic Ice Shelves V001\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL2012682515-NSIDC_ECS\"},{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2276565729-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:48:45.414Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"ICESat-2 L4 Grounding Zone for + Antarctic Ice Shelves V001\",\"Publisher\":\"NASA National Snow and Ice Data + Center Distributed Active Archive Center\",\"Version\":\"1\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":-60.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE SHEETS\",\"VariableLevel1\":\"GLACIERS\",\"VariableLevel2\":\"GROUNDING + LINE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-03-30T00:00:00.000Z\",\"EndingDateTime\":\"2020-09-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/RI67B92708M9\"},\"ShortName\":\"IS2GZANT\",\"EntryTitle\":\"ICESat-2 + L4 Grounding Zone for Antarctic Ice Shelves V001\",\"AccessConstraints\":{\"Description\":\" + These data are freely, openly, and fully accessible, provided that you are + logged into your NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICESAT2_PO/IS2GZANT.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IS2GZANT/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IS2GZANT+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Direct download + via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICESAT2_PO/IS2GZANT.001/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IS2GZANT/versions/1/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IS2GZANT+V001\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/RI67B92708M9\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/RI67B92708M9\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set provides an Antarctic ice shelf grounding zone geolocation product, + including the landward limit of ice flexure caused by ocean tidal movement + (Point F), the seaward limit of ice flexure (Point H), and the break in surface + slope (Point Ib) based on the ATLAS/ICESat-2 ATL06 Land Ice Height data set + acquired between March 2019 and September 2020. The grounding zone estimates + were derived from automated techniques using ICESat-2 repeat tracks.\",\"Purpose\":\"Scientific + Research\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"}],\"MetadataDates\":[{\"Date\":\"2022-05-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-11-29T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Tian\",\"LastName\":\"Li\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Geoffrey\",\"MiddleName\":\"J\",\"LastName\":\"Dawson\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Stephen\",\"MiddleName\":\"J\",\"LastName\":\"Chuter\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Jonathan\",\"MiddleName\":\"L\",\"LastName\":\"Bamber\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"BRIS/GEOGRAPHY\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://research-information.bris.ac.uk/en/organisations/school-of-geographical-sciences\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"BRIS/GEOGRAPHY\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://research-information.bris.ac.uk/en/organisations/school-of-geographical-sciences\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, + and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced + Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced + Topographic Laser Altimeter System\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"HDF5\",\"FormatDescription\":\"HTTPS\"},{\"FormatType\":\"Native\",\"Format\":\"JPEG\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/iso19115+xml\",\"provider-id\":\"NSIDC_ECS\",\"has-combine\":false,\"user-id\":\"crumlyd\",\"has-formats\":false,\"associations\":{\"services\":[\"S1977894169-NSIDC_ECS\",\"S1613689509-NSIDC_ECS\",\"S1568899363-NSIDC_ECS\"],\"tools\":[\"TL1952642907-NSIDC_ECS\",\"TL2011654705-NSIDC_ECS\",\"TL1977971361-NSIDC_ECS\",\"TL2012682515-NSIDC_ECS\"]},\"has-spatial-subsetting\":false,\"native-id\":\"ICESat-2 + L4 Monthly Gridded Sea Ice Thickness V003\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S1977894169-NSIDC_ECS\"},{\"concept-id\":\"S1613689509-NSIDC_ECS\"},{\"data\":{\"order_option\":\"OO2700493442-NSIDC_ECS\"},\"concept-id\":\"S1568899363-NSIDC_ECS\"}],\"tools\":[{\"concept-id\":\"TL1952642907-NSIDC_ECS\"},{\"concept-id\":\"TL2011654705-NSIDC_ECS\"},{\"concept-id\":\"TL1977971361-NSIDC_ECS\"},{\"concept-id\":\"TL2012682515-NSIDC_ECS\"}]},\"has-variables\":false,\"concept-id\":\"C2817412114-NSIDC_ECS\",\"revision-date\":\"2024-03-31T19:49:00.260Z\",\"granule-count\":38,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng; + usa\",\"CollectionCitations\":[{\"Title\":\"ICESat-2 L4 Monthly Gridded Sea + Ice Thickness V003\",\"Publisher\":\"NASA National Snow and Ice Data Center + Distributed Active Archive Center\",\"Version\":\"3\"}],\"AdditionalAttributes\":[{\"Name\":\"SIPSMetGenVersion\",\"Description\":\"The + version of the SIPSMetGen software used to produce the metadata file for this + granule\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":88.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":30.0}]},\"ResolutionAndCoordinateSystem\":{\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":25.0,\"YDimension\":25.0,\"Unit\":\"Kilometers\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"PLANNED\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"CRYOSPHERIC INDICATORS\",\"VariableLevel1\":\"ICE + DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SNOW DEPTH\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-11-01T00:00:00.000Z\",\"EndingDateTime\":\"2023-04-30T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Modeled + output or geophysical variables derived from multiple measurements\",\"Id\":\"Level + 4\"},\"DOI\":{\"DOI\":\"10.5067/ZCSU8Y5U1BQW\"},\"ShortName\":\"IS2SITMOGR4\",\"EntryTitle\":\"ICESat-2 + L4 Monthly Gridded Sea Ice Thickness V003\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\" These data are + freely, openly, and fully accessible, provided that you are logged into your + NASA Earthdata profile (https://urs.earthdata.nasa.gov/).\"},\"RelatedUrls\":[{\"Description\":\"Direct + download via HTTPS protocol.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://n5eil01u.ecs.nsidc.org/ICESAT2_PO/IS2SITMOGR4.003/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"NASA's newest + search and order tool for subsetting, reprojecting, and reformatting data.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=IS2SITMOGR4+V003\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Search and filter + data files using a map-based interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://nsidc.org/data/data-access-tool/IS2SITMOGR4/versions/3/\",\"GetData\":{\"Format\":\"Not + provided\",\"Size\":0.0,\"Unit\":\"KB\"}},{\"Description\":\"Provides access + to data, documentation, tools, citation information, support, and other resources.\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ZCSU8Y5U1BQW\"},{\"Description\":\"Includes + a user's guide, supplemental documents like ATBDs and academic papers, How + Tos, FAQs, etc.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://doi.org/10.5067/ZCSU8Y5U1BQW\"}],\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"ContactInformation\":{\"Addresses\":[{\"City\":\"Boulder\",\"StateProvince\":\"Colorado\",\"Country\":\"USA\"}]},\"GroupName\":\"NASA + National Snow and Ice Data Center Distributed Active Archive Center\"}],\"Abstract\":\"This + data set reports monthly, gridded winter sea ice thickness across the Arctic + Ocean. Sea ice thickness is estimated using ATLAS/ICESat-2 L3A Sea Ice Freeboard + (ATL10) Version 6 data and NASA Eulerian Snow On Sea Ice Model (NESOSIM) snow + loading.\",\"Purpose\":\"Scientific Research\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ARCTIC + OCEAN\"}],\"MetadataDates\":[{\"Date\":\"2023-12-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-12-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"3\",\"UseConstraints\":{\"LicenseText\":\" + These data are freely, openly, and fully available to use without restrictions, + provided that you cite the data according to the recommended citation at https://nsidc.org/about/use_copyright.html. + For more information on the NASA EOSDIS Data Use Policy, see https://earthdata.nasa.gov/earth-observation-data/data-use-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Fax\",\"Value\":\"1 303 492 2468\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIRES, + 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]},\"FirstName\":\"NSIDC\",\"MiddleName\":\"User\",\"LastName\":\"Services\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Alek\",\"MiddleName\":\"A\",\"LastName\":\"Petty\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"nathan.t.kurtz@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Nathan\",\"LastName\":\"Kurtz\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jet + Propulsion Laboratory (JPL)\",\"California Institute of Technology\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"Country\":\"USA\"}]},\"FirstName\":\"Ron\",\"LastName\":\"Kwok\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 5882\"},{\"Type\":\"Email\",\"Value\":\"thorsten.markus@nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA/Goddard + Space Flight Center\",\"Instrumentation Sciences Branch\",\"Code 614.6\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20771\"}]},\"FirstName\":\"Thorsten\",\"LastName\":\"Markus\"},{\"Roles\":[\"Technical + Contact\"],\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 301 614 5923\"},{\"Type\":\"Email\",\"Value\":\"thomas.neumann@nasa.gov\"}],\"Addresses\":[{\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"Country\":\"USA\",\"PostalCode\":\"20770\"}]},\"FirstName\":\"Thomas\",\"MiddleName\":\"A\",\"LastName\":\"Neumann\"},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Nicole\",\"LastName\":\"Keeney\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA + NSIDC DAAC\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiving + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://nsidc.org/daac\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"1 + 303 492 6199\"},{\"Type\":\"Email\",\"Value\":\"nsidc@nsidc.org\"}],\"Addresses\":[{\"StreetAddresses\":[\"National + Snow and Ice Data Center\",\"CIRES, 449 UCB\",\"University of Colorado\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"Country\":\"USA\",\"PostalCode\":\"80309-0449\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/EOS/ESDIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://earthdata.nasa.gov/about/esdis-project\"}]}},{\"Roles\":[\"ORIGINATOR\"],\"ShortName\":\"NASA/GSFC/EOS/ESDIS\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Originating + Data Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://earthdata.nasa.gov/about/esdis-project\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"ICESat-2\",\"LongName\":\"Ice, Cloud, + and land Elevation Satellite-2\",\"Instruments\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced + Topographic Laser Altimeter System\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"ATLAS\",\"LongName\":\"Advanced + Topographic Laser Altimeter System\"}]}]},{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\",\"Technique\":\"instrument\",\"NumberOfInstruments\":1,\"ComposedOf\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"NetCDF\",\"FormatDescription\":\"HTTPS\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/Landslide/Global_Landslide_Exposure_Maps.1.0/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Global_Landslide_Exposure_Maps_1.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2670410720-GES_DISC\",\"revision-date\":\"2023-07-27T20:11:37.232Z\",\"granule-count\":8,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"landslide\",\"natural + hazard\",\"geotiff\",\"LHASA\",\"exposure maps\"],\"CollectionCitations\":[{\"Creator\":\"Robert + Emberson, USRA/GESTAR/NASA GSFC\",\"Editor\":\"Robert Emberson, USRA/GESTAR/NASA + GSFC\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/Global_Landslide_Exposure_Maps_1.0.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"IMERG + and LHASA Global Landslide Exposure Maps 1.0\",\"SeriesName\":\"Global_Landslide_Exposure_Maps_1.0\",\"ReleaseDate\":\"2023-05-01T00:00:00.000Z\",\"Version\":\"1.0\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":72,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-60}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984 (WGS84)\"}}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"NATURAL HAZARDS\",\"VariableLevel1\":\"LANDSLIDES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2001-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2017-01-01T23:59:59.999Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/BQNLAI3UNHW6\"},\"ShortName\":\"Global_Landslide_Exposure_Maps\",\"EntryTitle\":\"IMERG + and LHASA Global Landslide Exposure Maps 1.0\",\"PublicationReferences\":[{\"Author\":\"Emberson, + R., D. Kirschbaum, and T. Stanley\",\"PublicationDate\":\"2020-01-01T00:00:00.000Z\",\"Title\":\"New + global characterisation of landslide exposure\",\"Series\":\"Natural Hazards + and Earth System Sciences\",\"Volume\":\"20\",\"Issue\":\"12\",\"ReportNumber\":\" + 3413-3424\",\"DOI\":{\"DOI\":\"https://doi.org/10.5194/nhess-20-3413-2020\"}}],\"Quality\":\"Science\",\"ISOTopicCategories\":[\"DISASTER\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/Landslide/Global_Landslide_Exposure_Maps.1.0/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/Global_Landslide_Exposure_Map_1.0.jpg\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/Global_Landslide_Exposure_Maps_1.0.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Access + the data via HTTPS.\\n\",\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Landslide/Global_Landslide_Exposure_Maps.1.0/\",\"Subtype\":\"DATA + TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Community/LHASA_IMERG/README.GlobalLandslideExposureMaps.1.0.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://landslides.nasa.gov/\",\"Description\":\"Introduction + to NASA landslides research.\",\"Type\":\"PROJECT HOME PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=Global_Landslide_Exposure_Maps+1.0\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-27T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-04-27T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Landslide Hazard Assessment for Situational Awareness (LHASA) model identifies + locations with high potential for landslide occurrence at a daily temporal + resolution. LHASA combines satellite\u2010based precipitation estimates with + a landslide susceptibility map derived from information on slope, geology, + road networks, fault zones, and forest loss. When rainfall is considered to + be extreme and susceptibility values are moderate to very high, a \u201Cnowcast\u201D + is issued to indicate the times and places where landslides are more probable.\\n\\nThis + archive contains GeoTIFF Rasters that are a 16-year average (beginning of + 2001 - end of 2016). The spatial coverage is from 72\xB0N to 60\xB0S latitude, + and 180\xB0W to 180\xB0E longitude, based on IMERG Ver06B from the aforementioned + time interval. The provided global maps of exposure to landslide hazards, + are at a 30x30 arc-second resolution. These maps show the estimated exposure + of population, roads, and critical infrastructure (hospitals/clinics, schools, + fuel stations, power stations & distribution facilities) to landslide hazard, + as modeled by the NASA LHASA model.\\n\\nThe data collection consists of eight + files, covering the aforementioned spatial and temporal ranges, totaling approximately + 20.3 GB (~2.5 GB each):\\n (1): Landslide hazard (annual average; Units: + Nowcasts.yr-1)\\n (2): Landslide hazard (annual standard deviation; + Units: Nowcasts.yr-1)\\n (3): Population exposure (annual average; Units: + Person-Nowcasts. yr-1. km-2)\\n (4): Population exposure (annual standard + deviation; Units: Person-Nowcasts. yr-1. km-2)\\n (5): Road exposure + (annual average; Units: Nowcasts.km.yr-1.km-2)\\n (6): Road exposure + (annual standard deviation; Units: Nowcasts.km.yr-1.km-2)\\n (7): Critical + infrastructure exposure (annual average; Units: Nowcasts.element.yr-1.km-2)\\n + \ (8): Critical infrastructure exposure (annual standard deviation; Units: + Nowcasts.element.yr-1.km-2)\\n\",\"Purpose\":\"Landslides are one of the most + pervasive hazards in the world, resulting in more fatalities and economic + damage than is generally recognized. Every year they block roads, damage infrastructure, + and cause thousands of fatalities. Intense and prolonged rainfall is the most + frequent landslide trigger around the world, but earthquakes and human influence + can also cause significant and widespread landsliding. Using satellite data, + we can identify the conditions under which landslides typically occur, helping + to improve monitoring and modeling of these hazards.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Date\":\"2023-04-27T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-04-27T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"MetadataAssociations\":[{\"EntryId\":\"Global_Landslide_Exposure_Maps\",\"Version\":\"1.0\"}],\"VersionDescription\":\"This + is the first version of this data set available at the GES DISC.\",\"DirectoryNames\":[{\"ShortName\":\"USA/NASA\"}],\"Version\":\"1.0\",\"Projects\":[{\"ShortName\":\"Landslide + Project\",\"LongName\":\"Landslide Mapping and Modeling Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Ariana\",\"MiddleName\":\"Marie\",\"LastName\":\"Louise\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center, Code 619.0, NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt \",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771 + \",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-286-6187\"},{\"Type\":\"Email\",\"Value\":\"ariana.m.louise@nasa.gov\"}]}},{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"Irina\",\"LastName\":\"Gerasimov\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center, Code 610.2, NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771 + \",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5501\"},{\"Type\":\"Email\",\"Value\":\"irina.v.gerasimov@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Robert\",\"LastName\":\"Emberson\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data Code 617.0, NASA Goddard Space Flight Center \"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771 + \",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5815\"},{\"Type\":\"Email\",\"Value\":\"robert.a.emberson@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center Code 610.2 NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"Maryland\",\"PostalCode\":\"20771\",\"Country\":\"United + States\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Characteristics\":[{\"Name\":\"IMERG + and LHASA\",\"Description\":\"Global Landslide Hazard Assessment Model identifies + locations with high potential for landslide occurrence in nearly real time. + \",\"DataType\":\"INT\",\"Unit\":\"Not Applicable\",\"Value\":\"0 = low hazard, + 1 = moderate hazard, 2= high hazard\"}],\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"GeoTIFF\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-ICESCAPE\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360375-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:31.264Z\",\"granule-count\":1476,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2010-06-16T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/ICESCAPE/DATA001\"},\"ShortName\":\"ICESCAPE\",\"EntryTitle\":\"Impacts + of Climate on the Eco-Systems and Chemistry of the Arctic Pacific Environment + (ICESCAPE)\",\"RelatedUrls\":[{\"Description\":\"Detailed information about + the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/ICESCAPE/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Impacts + of Climate on the Eco-Systems and Chemistry of the Arctic Pacific Environment + (ICESCAPE) was a multi-year NASA shipborne project. The bulk of the research + took place in the Beaufort and Chukchi Seas in the summers of 2010 and 2011.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":45,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-CliVEC\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360191-OB_DAAC\",\"revision-date\":\"2023-04-11T20:11:59.289Z\",\"granule-count\":3577,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-08-17T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/CLIVEC/DATA001\"},\"ShortName\":\"CliVEC\",\"EntryTitle\":\"Impacts + of Climate Variability on Primary Productivity and Carbon Distributions in + the Middle Atlantic Bight and Gulf of Maine (CliVEC)\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/CliVEC/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Title: + \ The Impacts of Climate Variability on Primary Productivity and Carbon Distributions + in the Middle Atlantic Bight and Gulf of Maine (CliVEC)Research Team:* Antonio + Mannino (PI) - NASA GSFC* Michael Novak - NASA GSFC* Margaret Mulholland + (co-PI) - Old Dominion University* Peter Bernhardt - Old Dominion University* + CJ Staryk - Old Dominion University* Kimberly Hyde (co-PI) - NOAA NEFSC* Jon + Hare (collaborator) - NOAA NEFSC* David Lary (co-I) - University of Texas + at DallasObservations from the MODIS and SeaWiFS time series (1997-2012) and + measurements from an extensive field campaign are employed to examine how + inter-annual and decadal-scale climate variability affects primary productivity + and organic carbon distributions along the continental margin of the U.S. + northeast coast. Estimates of daily primary productivity (PP) will be computed + using the Ocean Productivity from Absorption of Light (OPAL) model. OPAL vertically + resolves phytoplankton absorption of photosynthetically active radiation (PAR) + and relates the chlorophyll-specific absorption coefficient to sea-surface + temperature (SST), where SST is a proxy for seasonal changes in the phytoplankton + community. OPAL will be validated with new field measurements of PP including + dissolved organic carbon production.Field measurements of particulate (POC) + and dissolved organic carbon (DOC) and the absorption coefficients of phytoplankton + (aph) and colored dissolved organic matter (aCDOM) will allow us to extend + the validation range (temporally and spatially) for our coastal algorithms + and reduce the uncertainties in satellite-derived estimates of OPAL PP, POC, + DOC, aph and aCDOM. Furthermore, we will apply our extensive field data to + derive region-independent ocean color algorithms for PP, POC, DOC aCDOM and + aph using machine learning approaches. We will rigorously validate and compare + band-ratio and multivariate machine learning algorithms. Algorithms validated + from this study will be applied to satellite observations to produce a time + \ series of satellite data productsThe U.S. Middle Atlantic Bight (MAB), George's + Bank (GB) and Gulf of Maine (GoM) stand at the crossroads between major ocean + circulation features - the Gulf Stream and Labrador slope-sea and shelf currents + - and are influenced by highly variable river discharge, summer upwelling, + warm core rings, and intense seasonal stratification. Our work will focus + on the impacts of variable river discharge, SST and large-scale climate indices + on primary production, and POC and DOC distributions. These processes are + not unique to the MAB and GoM. Consequently, the results from this activity + can be applied to understanding how inter-annual and long-term variability + in climate patterns can impact the carbon cycle of continental margins throughout + the globe.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":57,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-Arctic_RSWQ\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2077034346-OB_DAAC\",\"revision-date\":\"2023-04-11T20:11:30.339Z\",\"granule-count\":87,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-08-27T00:00:02Z\",\"EndingDateTime\":\"2019-09-30T23:59:59Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/Arctic_RSWQ/DATA001\"},\"ShortName\":\"Arctic_RSWQ\",\"EntryTitle\":\"Impacts + of estuarine processes on delivery of Arctic riverine materials to the near + coastal environment: Implications for water quality and biogeochemical cycling + in preparation for Arctic-COLORS\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/Arctic_RSWQ/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + research project seeks to jumpstart Arctic-COLORS while filling major gaps + in our knowledge about the transformation of riverine water quality constituents + from the ABoVE domain through estuaries to the near coastal environment. The + project conducted field sampling in the Yukon River, delta and plume waters + for three transects in spring, early and late summer, and acquisition of additional + transect samples during similar flow regimes through our collaborators on + the north slope of Alaska and Mackenzie River. Field measurements included + a number of water quality parameters relevant to Arctic biogeochemical function + and NASA products, including dissolved organic matter (DOM), particulate organic + matter (POM), suspended particulate matter (SPM), chlorophyll-a, radiometry, + in situ inherent optical properties, discrete dissolved and particle absorption, + fluorescent DOM (FDOM), lignin phenols, HPLC pigments, bioavailability of + dissolved organic carbon (DOC). Combined, our field sampling, algorithm development, + hindcasting, and synthesis efforts will provide a foundation for a successful + Arctic-COLORS campaign while providing critical new knowledge of transformations + in estuarine systems. \",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-Sargassum_GOM\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360637-OB_DAAC\",\"revision-date\":\"2023-04-11T20:13:39.770Z\",\"granule-count\":65,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-07-20T19:25:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/SARGASSUM_GOM/DATA001\"},\"ShortName\":\"Sargassum_GOM\",\"EntryTitle\":\"Importance + of pelagic Sargassum to fisheries management in the Northern Gulf of Mexico\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/Sargassum_GOM/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + made under the Linking habitat to recruitment: evaluating the importance of + pelagic Sargassum to fisheries management in the Gulf of Mexico, in the Northern + Gulf of Mexico. Collaboration with USF and USM.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/eos_land_val/Maryland_Temperature_Humidity/\"],\"has-spatial-subsetting\":false,\"native-id\":\"In-situ + Air Temperature and Relative Humidity in Greenbelt, MD, 2013-2015\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2736724792-ORNL_CLOUD\",\"revision-date\":\"2023-07-21T14:20:44.114Z\",\"granule-count\":10,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Carroll, + M.L., M.E. Brown, M.R. Wooten, J.E. Donham, A.B. Hubbard, and W.B. Ridenhour. + 2016. In-situ Air Temperature and Relative Humidity in Greenbelt, MD, 2013-2015. + ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1319\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-76.86,\"NorthBoundingCoordinate\":39.0,\"EastBoundingCoordinate\":-76.84,\"SouthBoundingCoordinate\":38.99}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"AIR TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-09-05T00:00:00.000Z\",\"EndingDateTime\":\"2015-12-28T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1319\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"Maryland_Temperature_Humidity_1319\",\"EntryTitle\":\"In-situ + Air Temperature and Relative Humidity in Greenbelt, MD, 2013-2015\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/eos_land_val/Maryland_Temperature_Humidity/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/eos_land_val/Maryland_Temperature_Humidity/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/LAND_VAL/guides/Maryland_Temperature_Humidity.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1319\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/eos_land_val/Maryland_Temperature_Humidity/comp/Collection_Dates.csv\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/eos_land_val/Maryland_Temperature_Humidity/comp/Collection_Log.csv\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/eos_land_val/Maryland_Temperature_Humidity/comp/Logger_Names_Locations.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/eos_land_val/Maryland_Temperature_Humidity/comp/Maryland_Temperature_Humidity.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/LAND_VAL/guides/Fig1_Maryland_Temp_Humidity.png\"}],\"DataDates\":[{\"Date\":\"2016-05-16T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-07-21T14:20:41.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set describes the temperature and relative humidity at 12 locations around + Goddard Space Flight Center in Greenbelt MD at 15 minute intervals between + November 2013 and November 2015. These data were collected to study the impact + of surface type on heating in a campus setting and to improve the understanding + of urban heating and potential mitigation strategies on the campus scale. + Sensors were mounted on posts at 2 m above surface and placed on 7 different + surface types around the centre: asphalt parking lot, bright surface roof, + grass field, forest, and stormwater mitigation features (bio-retention pond + and rain garden). Data were also recorded in an office setting and a garage, + both pre- and post-deployment, for calibration purposes. This dataset could + be used to validate satellite-based study or could be used as a stand-alone + study of the impact of surface type on heating in a campus setting.\",\"MetadataDates\":[{\"Date\":\"2016-05-16T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"EOS + LAND VAL\",\"LongName\":\"EOS Land Validation\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"CSV\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_INDIA_AWCA_1.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1458583603-SEDAC\",\"revision-date\":\"2022-11-17T20:47:13.714Z\",\"granule-count\":18,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"India + Annual Winter Cropped Area, 2001-2016\",\"Creator\":\"Jain, M., P. Mondal, + G. L. Galford, G. Fiske, and R. S. DeFries\",\"ReleaseDate\":\"2017-11-10T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H47D2S3W\"}},{\"Title\":\"An + Automated Approach to Map Winter Cropped Area of Smallholder Farms across + Large Scales Using MODIS Imagery\",\"Creator\":\"Jain, M., P. Mondal, G. L. + Galford, G. Fiske, and R. S. DeFries\",\"ReleaseDate\":\"2017-06-06T00:00:00.000Z\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.3390/rs9060566\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":37.073831,\"WestBoundingCoordinate\":68.106253,\"EastBoundingCoordinate\":89.150397,\"SouthBoundingCoordinate\":8.083816}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.008868,\"YDimension\":0.008868,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"ECONOMIC RESOURCES\",\"VariableLevel1\":\"AGRICULTURE + PRODUCTION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2001-03-31T00:00:00.000Z\",\"EndingDateTime\":\"2016-03-31T01:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H47D2S3W\"},\"ShortName\":\"CIESIN_SEDAC_INDIA_AWCA\",\"EntryTitle\":\"India + Annual Winter Cropped Area, 2001-2016\",\"PublicationReferences\":[{\"Title\":\"An + Automated Approach to Map Winter Cropped Area of Smallholder Farms across + Large Scales Using MODIS Imagery\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.3390/rs9060566\"},\"Author\":\"Jain, + M., P. Mondal, G. L. Galford, G. Fiske, and R. S. DeFries\",\"PublicationDate\":\"2017-06-06T00:00:00.000Z\",\"Series\":\"Remote + Sensing\",\"Volume\":\"9 \",\"Issue\":\"6\",\"Pages\":\"566\"},{\"Title\":\"Documentation + for the India Annual Winter Cropped Area, 2001-2016\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H43R0QSG\"},\"Author\":\"Jain, + M., P. Mondal, G. L. Galford, G. Fiske, and R. S. DeFries\",\"PublicationDate\":\"2017-11-08T00:00:00.000Z\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/india/india-india-annual-winter-cropped-area-2001-2016/india-india-annual-winter-cropped-area-2016-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/india-india-annual-winter-cropped-area-2001-2016/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/india-india-annual-winter-cropped-area-2001-2016/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/india-india-annual-winter-cropped-area-2001-2016/docs\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/india-india-annual-winter-cropped-area-2001-2016/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/india-india-annual-winter-cropped-area-2001-2016\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2017-11-10T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2017-11-10T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + India Annual Winter Cropped Area, 2001 - 2016 consists of annual winter cropped + areas for most of India (except the Northeastern states) from 2000-2001 to + 2015-2016. This data set utilizes the NASA Moderate Resolution Imaging Spectroradiometer + (MODIS) Enhanced Vegetation Index (EVI; spatial resolution: 250m) for the + winter growing season (October-March). The methodology uses an automated algorithm + identifying the EVI peak in each pixel for each year and linearly scales the + EVI value between 0% and 100% cropped area within that particular pixel. Maps + were then resampled to 1 km and were validated using high-resolution QuickBird, + RapidEye, SkySat, and WorldView-2 images spanning 2008 to 2016 across 11 different + agricultural regions of India. The spatial resolution of the data set is 1 + km, resampled from 250m. The data are distributed as GeoTIFF and NetCDF files + and are in WGS 84 projection.\",\"Purpose\":\"To provide data that can be + used in land cover and land use change (LCLUC) studies, agricultural applications, + and to assist with policy-making in regards to sustainable agricultural intensification.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-03-06T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-11-17T20:47:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_INDIA_AWCA\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"INDIA\",\"LongName\":\"India + Data Collection\"}],\"UseConstraints\":{\"Description\":\"Users are free to + use, copy, distribute, transmit, and adapt the work for commercial and non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Terra\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"GeoTIFF\"},{\"Format\":\"netCDF-4\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"GeoTIFF\",\"Fees\":\"0\"},{\"Format\":\"netCDF-4\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-INDOEX\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360380-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:33.130Z\",\"granule-count\":721,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1999-01-16T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/INDOEX/DATA001\"},\"ShortName\":\"INDOEX\",\"EntryTitle\":\"India + Ocean Experiment\",\"RelatedUrls\":[{\"Description\":\"Detailed information + about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/INDOEX/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + from the India Ocean Experiment (INDOEX) in 1999.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_INDIA_VILSOCIOECON_1.0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1513253831-SEDAC\",\"revision-date\":\"2022-11-17T20:53:44.341Z\",\"granule-count\":52,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"India + Village-Level Geospatial Socio-Economic Data Set: 1991, 2001\",\"Creator\":\"Meiyappan, + P., P. S. Roy, A. Soliman, T. Li, P. Mondal, S. Wang, and A. K. Jain\",\"ReleaseDate\":\"2018-03-30T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4CN71ZJ\"}},{\"Title\":\"Dynamics + and Determinants of Land Change in India: Integrating Satellite data with + Village Socioeconomics\",\"Creator\":\"Meiyappan, P., P. S. Roy, Y. Sharma, + R. M. Ramachandran, P. K. Joshi, R. S. DeFries, and A. K. Jain\",\"ReleaseDate\":\"2016-10-27T00:00:00.000Z\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.1007/s10113-016-1068-2\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":37.073831,\"WestBoundingCoordinate\":68.106253,\"EastBoundingCoordinate\":89.150397,\"SouthBoundingCoordinate\":8.083816}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.257224}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"SOCIOECONOMICS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"1991-01-01T00:00:00.000Z\",\"2001-12-31T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4ZG6QBX\"},\"ShortName\":\"CIESIN_SEDAC_INDIA_VILSOCIOECON\",\"EntryTitle\":\"India + Village-Level Geospatial Socio-Economic Data Set: 1991, 2001\",\"PublicationReferences\":[{\"Title\":\"Dynamics + and Determinants of Land Change in India: Integrating Satellite data with + Village Socioeconomics\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.1007/s10113-016-1068-2\"},\"Author\":\"Meiyappan, + P., P. S. Roy, Y. Sharma, R. M. Ramachandran, P. K. Joshi, R. S. DeFries, + and A. K. Jain\",\"PublicationDate\":\"2016-10-27T00:00:00.000Z\",\"Series\":\"Regional + Environmental Change\",\"Volume\":\"17 \",\"Issue\":\"3\",\"Pages\":\"753\"},{\"Title\":\"Documentation + for the India Village-Level Geospatial Socio-Economic Data Set: 1991, 2001\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H43776SR\"},\"Author\":\"Meiyappan, + P., P. S. Roy, A. Soliman, T. Li, P. Mondal, S. Wang, and A. K. Jain. 2\",\"PublicationDate\":\"2018-03-12T00:00:00.000Z\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/india/india-india-village-level-geospatial-socio-econ-1991-2001/india-india-village-level-geospatial-socio-econ-1991-2001-female-literates-gj-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/india-india-village-level-geospatial-socio-econ-1991-2001/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/india-india-village-level-geospatial-socio-econ-1991-2001/maps\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/india-india-village-level-geospatial-socio-econ-1991-2001/docs\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/india-india-village-level-geospatial-socio-econ-1991-2001/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/india-india-village-level-geospatial-socio-econ-1991-2001\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2018-03-30T01:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-03-30T01:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + India Village-Level Geospatial Socio-Economic Data Set: 1991, 2001 is a compilation + of the finest level of administrative boundaries in India (village/town-level) + and over 200 socio-economic variables collected during the Indian Census in + 1991 and 2001. This data set was developed by digitizing village/town level + boundaries from the official analog maps published by the Survey of India + for 2001. This data set also utilized tabular data for 1991 and 2001 from + the Primary Census Abstract (PCA) and Village Directory (VD) data series of + the Indian census. The data are in UTM 44N projection and are distributed + primarily as shapefiles. Separate files are provided for each of the 28 states + (number of states during 1991 and 2001 census) and combined Union Territories + for 1991 and 2001.\",\"Purpose\":\"To provide data that can be used in independent + spatial statistical analyses, construction of development-related indices, + or in combination with remote sensing data in order to identify spatio-temporal + patterns and/or changes in different demographic categories, such as male, + female, urban, rural, level of education, etc.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2018-04-18T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-11-17T20:53:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_INDIA_VILSOCIOECON\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"INDIA\",\"LongName\":\"India + Data Collection\"}],\"UseConstraints\":{\"Description\":\"Users are free to + use, copy, distribute, transmit, and adapt the work for commercial and non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Shapefile\"},{\"Format\":\"Geodatabase\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"Shapefile\",\"Fees\":\"0\"},{\"Format\":\"Geodatabase\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Indicators + of Coastal Water Quality: Ancillary Data\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179002087-SEDAC\",\"revision-date\":\"2023-02-21T22:33:20.251Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"Indicators + of Coastal Water Quality: Ancillary Data\",\"Creator\":\"Goddard Space Flight + Center - GSFC, and Center for International Earth Science Information Network + - CIESIN - Columbia University\",\"ReleaseDate\":\"2009-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4J96490\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN CHEMISTRY\",\"VariableLevel1\":\"CHLOROPHYLL\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1998-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2007-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H4J96490\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_ICWQ_ANC\",\"EntryTitle\":\"Indicators + of Coastal Water Quality: Ancillary Data\",\"PublicationReferences\":[{\"Title\":\"Indicators + of Coastal Water Quality: Annual Chlorophyll-a Concentration 1998-2007\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4DN4300\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Goddard + Space Flight Center - GSFC, and Center for International Earth Science Information + Network - CIESIN - Columbia University\",\"PublicationDate\":\"2009-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Indicators of Coastal Water Quality: Change in Chlorophyll-a + Concentration 1998-2007\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H48W3B88\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Goddard + Space Flight Center - GSFC, and Center for International Earth Science Information + Network - CIESIN - Columbia University\",\"PublicationDate\":\"2009-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/icwq/icwq-ancillary-data/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/icwq-ancillary-data/data-download\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/icwq-ancillary-data\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2009-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2009-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Ancillary Data component of the Indicators of Coastal Water Quality Collection + includes a 5 arc-minute (approximately 9 x 9 km at the equator) sequence grid, + grid cell centroids that relate to the grid cells in the tabular \\\"Indicators + of Coastal Water Quality: Change in Chlorophyll-a Concentration 1998-2007\\\" + data set, and a country buffer data set that is divided by exclusive economic + zones (EEZ). The data are produced by the Columbia University Center for International + Earth Science Information Network (CIESIN).\",\"Purpose\":\"To provide data + that can assist in the extraction and analysis of chlorophyll-a concentration + and trends from global grids.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-05-27T14:16:20.234Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-21T22:28:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_ICWQ_ANC\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"ICWQ\",\"LongName\":\"Indicators + of Coastal Water Quality\"}],\"UseConstraints\":{\"Description\":\"The Goddard + Space Flight Center (GSFC) and Trustees of Columbia University in the City + of New York hold the copyright of this data set. Users are prohibited from + any commercial, non-free resale, or redistribution without explicit written + permission from GSFC or CIESIN. Users should acknowledge GSFC and CIESIN as + the source used in the creation of any reports, publications, new data sets, + derived products, or services resulting from the use of this data set. GSFC + or CIESIN also request reprints of any publications and notification of any + redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Grid\"},{\"Format\":\"Shapefile\"}],\"FileDistributionInformation\":[{\"Format\":\"Grid\",\"Fees\":\"0\"},{\"Format\":\"Shapefile\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":19,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Indicators + of Coastal Water Quality: Annual Chlorophyll-a Concentration 1998-2007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179002069-SEDAC\",\"revision-date\":\"2023-02-21T22:20:35.128Z\",\"granule-count\":20,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"Indicators + of Coastal Water Quality: Annual Chlorophyll-a Concentration 1998-2007\",\"Creator\":\"Goddard + Space Flight Center - GSFC, and Center for International Earth Science Information + Network - CIESIN - Columbia University\",\"ReleaseDate\":\"2009-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4DN4300\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":89.99928,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":179.99856,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"HorizontalDatumName\":\"WGS84\",\"EllipsoidName\":\"WGS84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.257224},\"HorizontalDataResolution\":{\"GriddedResolutions\":[{\"XDimension\":0.008333,\"YDimension\":0.008333,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN CHEMISTRY\",\"VariableLevel1\":\"CHLOROPHYLL\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1998-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2007-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4DN4300\"},\"ShortName\":\"CIESIN_SEDAC_ICWQ_ACHLOA\",\"EntryTitle\":\"Indicators + of Coastal Water Quality: Annual Chlorophyll-a Concentration 1998-2007\",\"PublicationReferences\":[{\"Title\":\"Indicators + of Coastal Water Quality: Change in Chlorophyll-a Concentration 1998-2007\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H48W3B88\"},\"Author\":\"Goddard + Space Flight Center - GSFC, and Center for International Earth Science Information + Network - CIESIN - Columbia University\",\"PublicationDate\":\"2009-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Indicators of Coastal Water Quality: Ancillary Data\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4J96490\"},\"Author\":\"Goddard + Space Flight Center - GSFC, and Center for International Earth Science Information + Network - CIESIN - Columbia University\",\"PublicationDate\":\"2009-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/icwq/icwq-annual-chlorophyll-a-concentration-1998-2007/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/icwq-annual-chlorophyll-a-concentration-1998-2007/data-download\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/icwq-annual-chlorophyll-a-concentration-1998-2007\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2009-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2009-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Annual Chlorophyll-a Concentrations component of the Indicators of Coastal + Water Quality Collection consists of gridded satellite measurements of chlorophyll-a + concentrations (in nanogram/cubic meter) in a band extending between 10 and + 100 km from the shoreline. Chlorophyll-a concentrations are derived from NASA's + Sea-viewing Wide Field-of-view Sensor (SeaWiFS). The grids are based on annual + composites of SeaWiFS satellite data provided by the SeaWiFS Project, NASA/Goddard + Space Flight Center and GeoEye in the form of HDF files at a resolution of + 5 arc-minutes (approximately 9 x 9 km at the equator). The source files are + true-color images generated from sub-sampled, calibrated, Rayleigh-corrected + level-2 data, which are derived from raw radiance counts by applying sensor + calibration, atmospheric corrections, and bio-optical algorithms. To arrive + at chlorophyll-a concentrations, radiance counts were converted using the + conversion formula provided as part of the original data files. The gridding + is done by the Columbia University Center for International Earth Science + Information Network (CIESIN).\",\"Purpose\":\"To provide a gridded version + of existing SeaWiFS data in GIS-compatible formats in order to determine concentrations + of chlorophyll-a in the coastal water column and to facilitate the integration + with other data.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2010-05-28T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-21T22:20:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_ICWQ_ACHLOA\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"ICWQ\",\"LongName\":\"Indicators + of Coastal Water Quality\"}],\"UseConstraints\":{\"Description\":\"The Goddard + Space Flight Center (GSFC) and Trustees of Columbia University in the City + of New York hold the copyright of this data set. Users are prohibited from + any commercial, non-free resale, or redistribution without explicit written + permission from GSFC or CIESIN. Users should acknowledge GSFC and CIESIN as + the source used in the creation of any reports, publications, new data sets, + derived products, or services resulting from the use of this data set. GSFC + or CIESIN also request reprints of any publications and notification of any + redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"OrbView-2\",\"LongName\":\"Orbital + Sciences Corporation OrbView-2 Satellite\",\"Instruments\":[{\"ShortName\":\"SeaWiFS\",\"LongName\":\"Sea-Viewing + Wide Field-of-View Sensor\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Grid\"},{\"Format\":\"GeoTIFF\"}],\"FileDistributionInformation\":[{\"Format\":\"Grid\",\"Fees\":\"0\"},{\"Format\":\"GeoTIFF\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Indicators + of Coastal Water Quality: Change in Chlorophyll-a Concentration 1998-2007\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179002070-SEDAC\",\"revision-date\":\"2023-02-21T22:10:36.753Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"Indicators + of Coastal Water Quality: Change in Chlorophyll-a Concentration 1998-2007\",\"Creator\":\"Goddard + Space Flight Center - GSFC, and Center for International Earth Science Information + Network - CIESIN - Columbia University\",\"ReleaseDate\":\"2009-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H48W3B88\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN CHEMISTRY\",\"VariableLevel1\":\"CHLOROPHYLL\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1998-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2007-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H48W3B88\"},\"ShortName\":\"CIESIN_SEDAC_ICWQ_CCHLOA\",\"EntryTitle\":\"Indicators + of Coastal Water Quality: Change in Chlorophyll-a Concentration 1998-2007\",\"PublicationReferences\":[{\"Title\":\"Indicators + of Coastal Water Quality: Annual Chlorophyll-a Concentration 1998-2007\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4DN4300\"},\"Author\":\"Goddard + Space Flight Center - GSFC, and Center for International Earth Science Information + Network - CIESIN - Columbia University\",\"PublicationDate\":\"2009-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"Indicators of Coastal Water Quality: Ancillary Data\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4J96490\"},\"Author\":\"Goddard + Space Flight Center - GSFC, and Center for International Earth Science Information + Network - CIESIN - Columbia University\",\"PublicationDate\":\"2009-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/icwq/icwq-change-in-chlorophyll-a-concentration-1998-2007/chlorophyll-a-trends-1998-2007-black-sea-thumbnail.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/icwq-change-in-chlorophyll-a-concentration-1998-2007/data-download\"},{\"Description\":\"Maps + Download Page\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED + VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/icwq-change-in-chlorophyll-a-concentration-1998-2007/maps\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/icwq-change-in-chlorophyll-a-concentration-1998-2007/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/icwq-change-in-chlorophyll-a-concentration-1998-2007\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2009-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2009-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Change in Chlorophyll-a Concentrations 1998-2007 component of the Indicators + of Coastal Water Quality Collection represents a tabular time series of the + chlorophyll-a concentrations for each grid cell, derived from the \\\"Indicators + of Coastal Water Quality: Annual Chlorophyll-a Concentration 1998-2007\\\" + data set. Chlorophyll-a concentrations are derived from NASA's Sea-viewing + Wide Field-of-view Sensor (SeaWiFS). The grid cells are organized by country, + and the percentage of change from 1998-2007 is calculated for each cell. Each + time series was assessed with a linear regression, and cells with statistically + significant trends in chlorophyll-a concentrations are identified. The rows + of the table are linked to a sequence grid from the \\\"Indicators of Coastal + Water Quality: Ancillary Data\\\" collection to facilitate the mapping of + the trend values for selected countries and areas of interest. The data are + processed and compiled by the Columbia University Center for International + Earth Science Information Network (CIESIN).\",\"Purpose\":\"To provide tabular + data on the trends of chlorophyll-a concentration on a pixel by pixel basis + for identifying areas with improving, declining, and stable coastal water + quality that can provide guidance for decision making in the context of coastal + management.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SOUTH SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"WESTERN SAHARA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ANTARCTICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"TAIWAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"THAILAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"NEW ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"GUERNSEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"AZORES\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"BERMUDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANGUILLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CAYMAN ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GUADELOUPE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"MONTSERRAT\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"NETHERLANDS ANTILLES\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"PUERTO RICO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST VINCENT AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TURKS AND CAICOS ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"VIRGIN ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"NORWEGIAN + SEA\",\"Subregion3\":\"FAEROE ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"BOUVET ISLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"FALKLAND + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"SOUTH + ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME AND PRINCIPE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SOUTH SANDWICH + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC OCEAN\",\"Subregion1\":\"SOUTH + ATLANTIC OCEAN\",\"Subregion2\":\"ST HELENA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAYOTTE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"AMERICAN + SAMOA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"CENTRAL + PACIFIC OCEAN\",\"Subregion2\":\"HOWLAND ISLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"JARVIS ISLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"PALMYRA + ATOLL\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"CENTRAL + PACIFIC OCEAN\",\"Subregion2\":\"WAKE ISLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"NEW + CALEDONIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FRENCH + POLYNESIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"NIUE\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"NORFOLK + ISLAND\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"SOUTH + PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"PITCAIRN ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TOKELAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"WALLIS + AND FUTUNA ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"WESTERN + PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NORTHERN + MARIANA ISLANDS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC OCEAN\",\"Subregion1\":\"WESTERN + PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"OCEAN\",\"Type\":\"SOUTHERN + OCEAN\",\"Subregion1\":\"HEARD AND MCDONALD ISLANDS\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2010-06-01T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-21T22:10:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_ICWQ_CCHLOA\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"ICWQ\",\"LongName\":\"Indicators + of Coastal Water Quality\"}],\"UseConstraints\":{\"Description\":\"The Goddard + Space Flight Center (GSFC) and Trustees of Columbia University in the City + of New York hold the copyright of this data set. Users are prohibited from + any commercial, non-free resale, or redistribution without explicit written + permission from GSFC or CIESIN. Users should acknowledge GSFC and CIESIN as + the source used in the creation of any reports, publications, new data sets, + derived products, or services resulting from the use of this data set. GSFC + or CIESIN also request reprints of any publications and notification of any + redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"OrbView-2\",\"LongName\":\"Orbital + Sciences Corporation OrbView-2 Satellite\",\"Instruments\":[{\"ShortName\":\"SeaWiFS\",\"LongName\":\"Sea-Viewing + Wide Field-of-View Sensor\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\"},{\"Format\":\"CSV\"},{\"Format\":\"PDF\"},{\"Format\":\"PNG\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"Fees\":\"0\"},{\"Format\":\"CSV\",\"Fees\":\"0\"},{\"Format\":\"PDF\",\"Fees\":\"0\"},{\"Format\":\"PNG\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-WHITECAPS\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360700-OB_DAAC\",\"revision-date\":\"2023-04-11T20:14:04.569Z\",\"granule-count\":55,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-02-20T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/WHITECAPS/DATA001\"},\"ShortName\":\"WHITECAPS\",\"EntryTitle\":\"Influence + of Whitecaps on Aerosol and Ocean-Color Remote Sensing\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/WHITECAPS/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + influence of whitecaps on ocean color and aerosol remote sensing from space + were invistigated onboard the R/V Melville (MV1102) from Cape Town, South + Africa to Valparaiso, Chile from February 2, 2011 to March 14, 2011. Satellite + imagery has revealed relatively large amounts of aerosols and particulate + organic and inorganic carbon in the Southern oceans, but it is not clear whether + this is real or the result of not taking into account properly whitecap effects + in the retrieval algorithms. By measuring whitecap optical properties and + profiles of marine reflectance and backscattering and absorption coefficients, + a bulk whitecap reflectance model will be developed. The measurements will + allow comparisons of the aerosol optical thickness and marine reflectance + one should retrieve (i.e., in the absence of whitecaps and bubbles) with the + satellite-derived estimates. The parameters/variables that will be measured + include whitecap coverage, surface reflectance, aerosol optical thickness, + in situ profiles of marine reflectance, backscattering and attenuation coefficients, + and particle size distribution, and absorption and backscattering coefficients + and HPLC pigments from water samples. The backscattering and absorption measurements + from water samples will characterize conditions without whitecaps. Cruise + information can be found in the R2R repository: https://www.rvdata.us/search/cruise/MV1102.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"CIESIN_SEDAC_IPCC_GRI_MIDYR_0.3.7\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2225516175-SEDAC\",\"revision-date\":\"2023-02-22T17:14:09.068Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"0.3.7\",\"Title\":\"INFORM + Global Risk Index 2019 Mid Year, v0.3.7\",\"Creator\":\"Joint Research Centre + - JRC - European Commission\",\"ReleaseDate\":\"2022-02-25T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/yzp7-sm30\"}},{\"Title\":\"Index + for Risk Management INFORM Concept and Methodology Report - Version 2017\",\"Creator\":\"Marin-Ferrer, + M., L. Vernaccini, and K. Poljansek\",\"ReleaseDate\":\"2017-06-30T00:00:00.000Z\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.2760/094023\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"SOCIAL BEHAVIOR\",\"VariableLevel1\":\"VULNERABILITY + LEVELS/INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"SOCIOECONOMICS\",\"VariableLevel1\":\"POVERTY + LEVELS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2019-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2019-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/yzp7-sm30\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_IPCC_GRI_MIDYR_0.3.7\",\"EntryTitle\":\"INFORM + Global Risk Index 2019 Mid Year, v0.3.7\",\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/ipcc/ipcc-inform-gri-2019-v0-3-7/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-inform-gri-2019-v0-3-7/data-download\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/ipcc/inform-gri-2019-v0-3-7/docs\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-inform-gri-2019-v0-3-7\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]},\"GroupName\":\"CIESIN + METADATA ADMINISTRATION\"}],\"DataDates\":[{\"Date\":\"2022-02-25T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-02-25T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + INFORM Global Risk Index 2019 Mid Year, v0.3.7 data set identifies the countries + at a high risk of humanitarian crisis that are more likely to require international + assistance. The INFORM Global Risk Index (GRI) model is based on risk concepts + published in the scientific literature and envisages three dimensions of risk: + Hazard & Exposure, Vulnerability, and Lack of Coping Capacity. The INFORM + GRI model is split into different levels to provide a quick overview of the + underlying factors leading to humanitarian risk. The INFORM GRI model supports + a proactive crisis management framework, and will be helpful for an objective + allocation of resources for disaster management, as well as for coordinated + actions focused on anticipating, mitigating, and preparing for humanitarian + emergencies. Only the two main sections, Vulnerability and Lack of Coping + Capacity, not the Hazard & Exposure section, were used in the IPCC AR6.\",\"Purpose\":\"To + assess country-level vulnerability and coping capacity related to climate + change based on the data set used in Chapter 8 of the Sixth Assessment Report + (AR6) by the Intergovernmental Panel on Climate Change (IPCC) Working Group + II (WGII).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"MONTENEGRO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"NEW ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"PALESTINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SERBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SOUTH SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST VINCENT AND THE GRENADINES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"THAILAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO, DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"ESWATINI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SYRIAN ARAB REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"CZECHIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-02-28T14:54:17.987Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-22T16:29:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_IPCC_GRI_MIDYR_0.3.7\"}],\"Version\":\"0.3.7\",\"Projects\":[{\"ShortName\":\"IPCC\",\"LongName\":\"Intergovernmental + Panel on Climate Change\"}],\"UseConstraints\":{\"Description\":\"This work + is licensed under the Creative Commons Attribution 4.0 International License + (https://creativecommons.org/licenses/by/4.0). Users are free to use, copy, + distribute, transmit, and adapt the work for commercial and non-commercial + purposes, without restriction, as long as clear attribution of the source + is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"StreetAddresses\":[\"CIESIN, + Columbia University, 61 Route 9W, P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10964\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":26,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"slb0012\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/globalir__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"INFRARED + GLOBAL GEOSTATIONARY COMPOSITE V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1996543397-GHRC_DAAC\",\"revision-date\":\"2024-02-05T14:33:07.898Z\",\"granule-count\":522181,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"CollectionCitations\":[{\"OtherCitationDetails\":\"Meyer, + Paul .1998. INFRARED GLOBAL GEOSTATIONARY COMPOSITE [indicate subset used]. + Dataset available online from the NASA Global Hydrometeorology Resource Center + DAAC, Huntsville, Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/GHRC/MULTIPLE/DATA201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":66.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-61.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Spectral/Engineering\",\"Term\":\"Infrared Wavelengths\",\"VariableLevel1\":\"Infrared + Imagery\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-06-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\",\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\"},\"DOI\":{\"DOI\":\"10.5067/GHRC/MULTIPLE/DATA201\"},\"ShortName\":\"globalir\",\"EntryTitle\":\"INFRARED + GLOBAL GEOSTATIONARY COMPOSITE V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/globalir__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Value\":0.0,\"Description\":\"This + product has full public access.\"},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=globalir\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.earthdata.nasa.gov/browseui/#pub/globalir__1/docs/globalir_dataset.pdf\"},{\"Description\":\"Infrared + Global Geostationary Composite Quick View Data Recipe\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/data-recipes/infrared-global-geostationary-composite-quick-view\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"1998-01-01T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-05-23T09:46:53.000Z\"}],\"Abstract\":\"The + Infrared Global Geostationary Composite dataset contains global composite + images from the infrared channels of multiple weather satellites in geosynchronous + orbit. These satellites include the Global Mobility Service (GMS) from Japan, + the Geostationary Operational Environmental Satellite (GOES) from the United + States, NOAA satellites, and the Meteorological Satellite (METEOSAT) from + Europe spanning nearly the entire globe. The spatial resolution is 14 km before + December 18, 2017, and 4 km after that with the data remapped into a Mercator + projection. The data have not necessarily been cross-calibrated between sensors. + The data are available in AREA McIDAS format from June 4, 1995, to January + 24, 2024, and netCDF-4 format from January 25, 2024, to present. \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2024-01-31T23:26:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-02-05T14:33:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"NOT + APPLICABLE\",\"LongName\":\"NOT APPLICABLE\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"LongName\":\"Global + Hydrometeorology Resource Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"320 Sparkman Drive\"],\"City\":\"Huntsville\",\"PostalCode\":\"35805\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/\"}]}}],\"TemporalKeywords\":[\"Daily + - < Weekly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-16\",\"LongName\":\"Geostationary + Operational Environmental Satellite 16\",\"Instruments\":[{\"ShortName\":\"GOES-16 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 16-Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-17\",\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-15\",\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-12\",\"LongName\":\"Geostationary + Operational Environmental Satellite 12\",\"Instruments\":[{\"ShortName\":\"GOES-12 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 12-Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METEOSAT-9\",\"Instruments\":[{\"ShortName\":\"VISSR-METEOSAT\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (METEOSAT Series)\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-16\",\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METEOSAT-8\",\"Instruments\":[{\"ShortName\":\"VISSR-METEOSAT\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (METEOSAT Series)\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-18\",\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-11\",\"LongName\":\"Geostationary + Operational Environmental Satellite 11\",\"Instruments\":[{\"ShortName\":\"GOES-11 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 11-Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"MTSAT-1R\",\"LongName\":\"Multi-functional + Transport Satellite 1 Replacement\",\"Instruments\":[{\"ShortName\":\"VISSR\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-15\",\"LongName\":\"Geostationary + Operational Environmental Satellite 15\",\"Instruments\":[{\"ShortName\":\"GOES-15 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 15-Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-8\",\"LongName\":\"Geostationary + Operational Environmental Satellite 8\",\"Instruments\":[{\"ShortName\":\"GOES-8 + Imager\",\"LongName\":\"GOES-8 Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GOES-9\",\"LongName\":\"Geostationary + Operational Environmental Satellite 9\",\"Instruments\":[{\"ShortName\":\"GOES-9 + Imager\",\"LongName\":\"Geostationary Operational Environmental Satellite + 9-Imager\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"METEOSAT-6\",\"LongName\":\"Meteosat + Operational Programme 3 (MOP-3)\",\"Instruments\":[{\"ShortName\":\"VISSR-METEOSAT\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (METEOSAT Series)\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GMS-4\",\"LongName\":\"Geostationary + Meteorological Satellite-4\",\"Instruments\":[{\"ShortName\":\"VISSR-GMS\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (GMS Series)\"}]},{\"Type\":\"Earth Observation + Satellites\",\"ShortName\":\"GOES-13\",\"LongName\":\"Geostationary Operational + Environmental Satellite 13\",\"Instruments\":[{\"ShortName\":\"GOES-13 Imager\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METEOSAT-7\",\"LongName\":\"METEOSAT-7\",\"Instruments\":[{\"ShortName\":\"VISSR-METEOSAT\",\"LongName\":\"Visible + and Infrared Spin Scan Radiometer (METEOSAT Series)\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"McIDAS\"}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-IMARPE-Callao_Station\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360376-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:32.200Z\",\"granule-count\":5,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-09-17T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/IMARPE-CALLAO_STATION/DATA001\"},\"ShortName\":\"IMARPE-Callao_Station\",\"EntryTitle\":\"Instituto + del Mar del Peru (IMARPE)- Callao Station\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/IMARPE-Callao_Station/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + IMARPE-Callao station is located offshore from the port of Callao, Peru at + a water depth of approximately 150 m. This station is operated by the Instituto + del Mar del Peru with the objective to study the oceanographic variability + off the Peruvian coast, algal blooms and relationships with ENSO.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":37,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_DAAC\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Integrated + Biosphere Simulator Model (IBIS), Version 2.5\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179003501-ORNL_DAAC\",\"revision-date\":\"2023-03-11T14:09:37.434Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Foley, + J.A., C.J. Kucharik, and D. Polzin. 2005. Integrated Biosphere Simulator Model + (IBIS), Version 2.5. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/808\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"BIOGEOCHEMICAL CYCLES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"PHOTOSYNTHESIS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL + DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM FUNCTIONS\",\"VariableLevel2\":\"PRIMARY + PRODUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"BIOMASS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"CARBON\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"ORGANIC + MATTER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + THERMAL PROPERTIES\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1994-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1994-01-01T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"model + products\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/808\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"model_ibis_808\",\"EntryTitle\":\"Integrated + Biosphere Simulator Model (IBIS), Version 2.5\",\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/MODELS/guides/IBIS_Guide.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/808\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/daacdata/model_archive/IBIS/ibis_2.5/comp/IBIS_Guide.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/daacdata/model_archive/IBIS/ibis_2.5/comp/IBIS_history.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/daacdata/model_archive/IBIS/ibis_2.5/comp/IBIS_README-1st.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/daacdata/model_archive/IBIS/ibis_2.5/comp/IBIS_README_soil-notes.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/daacdata/model_archive/IBIS/ibis_2.5/comp/IBIS_README_Users_Guide.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/project/square/model-archive_logo_square.png\"}],\"DataDates\":[{\"Date\":\"2005-09-12T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-03-11T14:09:36.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Integrated Biosphere Simulator (or IBIS) is designed to be a comprehensive + model of the terrestrial biosphere. Tthe model represents a wide range of + processes, including land surface physics, canopy physiology, plant phenology, + vegetation dynamics and competition, and carbon and nutrient cycling. The + model generates global simulations of the surface water balance (e.g., runoff), + the terrestrial carbon balance (e.g., net primary production, net ecosystem + exchange, soil carbon, aboveground and belowground litter, and soil CO2 fluxes), + and vegetation structure (e.g., biomass, leaf area index, and vegetation composition). + IBIS was developed by Center for Sustainability and the Global Environment + (SAGE) researchers as a first step toward gaining an improved understanding + of global biospheric processes and studying their potential response to human + activity [Foley et al. 1996]. IBIS was constructed to explicitly link land + surface and hydrological processes, terrestrial biogeochemical cycles, and + vegetation dynamics within a single, physically consistent framework. Furthermore, + IBIS was one of a new generation of global biosphere models, termed Dynamic + Global Vegetation Models (or DGVMs), that consider transient changes in vegetation + composition and structure in response to environmental change. Previous global + ecosystem models have typically focused on the equilibrium state of vegetation + and could not allow vegetation patterns to change over time. Version 2.5 of + IBIS includes several major improvements and additions [Kucharik et al. 2000]. + SAGE continues to test the performance of the model, assembling a wide range + of continental- and global-scale data, including measurements of river discharge, + net primary production, vegetation structure, root biomass, soil carbon, litter + carbon, and soil CO2 flux. Using these field data and model results for the + contemporary biosphere (1965-1994), their evaluation shows that simulated + patterns of runoff, NPP, biomass, leaf area index, soil carbon, and total + soil CO2 flux agreed reasonably well with measurements that have been compiled + from numerous ecosystems. These results also compare favorably to other global + model results [Kucharik et al. 2000].\",\"MetadataDates\":[{\"Date\":\"2005-09-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"Model + Archive\",\"LongName\":\"Model Archive\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2245824836-POCLOUD\",\"V2245824950-POCLOUD\",\"V2245824724-POCLOUD\",\"V2245824972-POCLOUD\",\"V2245824685-POCLOUD\",\"V2245824956-POCLOUD\",\"V2245824947-POCLOUD\",\"V2245824968-POCLOUD\",\"V2245824781-POCLOUD\",\"V2245824888-POCLOUD\",\"V2245824962-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/MERGED_TP_J1_OSTM_OST_ALL_V51/\",\"podaac-ops-cumulus-public/MERGED_TP_J1_OSTM_OST_ALL_V51/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_19889\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2245824836-POCLOUD\"},{\"concept-id\":\"V2245824950-POCLOUD\"},{\"concept-id\":\"V2245824724-POCLOUD\"},{\"concept-id\":\"V2245824972-POCLOUD\"},{\"concept-id\":\"V2245824685-POCLOUD\"},{\"concept-id\":\"V2245824956-POCLOUD\"},{\"concept-id\":\"V2245824947-POCLOUD\"},{\"concept-id\":\"V2245824968-POCLOUD\"},{\"concept-id\":\"V2245824781-POCLOUD\"},{\"concept-id\":\"V2245824888-POCLOUD\"},{\"concept-id\":\"V2245824962-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2204125877-POCLOUD\",\"revision-date\":\"2023-04-25T14:45:49.033Z\",\"granule-count\":1,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"SSHA\",\"SSH\",\"sea + surface height\",\"sea surface height anomalies\",\"GSFC\",\"MEaSUREs-SSH\",\"v5.1\",\"version + 5.1\"],\"CollectionCitations\":[{\"Title\":\"Integrated Multi-Mission Ocean + Altimeter Data for Climate Research complete time series Version 5.1\",\"Creator\":\"Beckley, + B.; Zelensky, N.P.; Holmes, S.A.; Lemoine, F.G.; Ray, R.D.; Mitchum, G.T.; + Desai, S.; Brown, S.T.\",\"ReleaseDate\":\"2022-03-24T00:00:00.000Z\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Description\":\"Dataset + Latency\",\"Value\":\"2200\",\"DataType\":\"INT\",\"Name\":\"data_latency\"},{\"Description\":\"Dataset + citation series name\",\"Value\":\"Integrated Multi-Mission Ocean Altimeter + Data for Climate Research complete time series\",\"DataType\":\"STRING\",\"Name\":\"Series + Name\"},{\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-ALTTS-TJA51\",\"DataType\":\"STRING\",\"Name\":\"Persistent + ID\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL_ORBITAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":66,\"WestBoundingCoordinate\":-180,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-66}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Satellite native along-track, Projection Detail: Geolocation information + included for each pixel\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137,\"DenominatorOfFlatteningRatio\":298.2572236}}},\"OrbitParameters\":{\"InclinationAngleUnit\":\"Degree\",\"StartCircularLatitudeUnit\":\"Degree\",\"InclinationAngle\":66.04,\"SwathWidth\":5.1,\"NumberOfOrbits\":127,\"OrbitPeriod\":112.4,\"SwathWidthUnit\":\"Kilometer\",\"StartCircularLatitude\":0,\"OrbitPeriodUnit\":\"Decimal + Minute\"},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SEA SURFACE TOPOGRAPHY\",\"VariableLevel1\":\"SEA + SURFACE HEIGHT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-09-25T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/ALTTS-TJA51\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"MERGED_TP_J1_OSTM_OST_ALL_V51\",\"EntryTitle\":\"Integrated + Multi-Mission Ocean Altimeter Data for Climate Research complete time series + Version 5.1\",\"PublicationReferences\":[{\"Title\":\"Assessment of the Jason-2 + Extension to the TOPEX/Poseidon, Jason-1 Sea-Surface Height Time Series for + Global Mean Sea Level Monitoring, Marine Geodesy, 33, sup1. 10.1080/01490419.2010.491029\",\"Publisher\":\"Marine + Geodesy\",\"DOI\":{\"DOI\":\"10.1080/01490419.2010.491029\",\"Authority\":\"https://doi.org\"},\"Author\":\"Beckley, + B.D., N.P. Zelensky, S.A. Holmes, F.G. Lemoine, R.D. Ray, G.T. Mitchum, S. + Desai, S.T. Brown\",\"PublicationDate\":\"2010-08-09T00:00:00.000Z\",\"Volume\":\"33\",\"Issue\":\"sup1\",\"Pages\":\"447-471\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/MERGED_TP_J1_OSTM_OST_ALL_V51/\",\"podaac-ops-cumulus-public/MERGED_TP_J1_OSTM_OST_ALL_V51/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2204125877-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2204125877-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/MERGED_TP_J1_OSTM_OST_ALL_V51.png\"},{\"Description\":\"Ray, + R.D., B.D. Beckley, F.G. Lemoine. Vertical crustal motion derived from satellite + altimetry and tide gauges, and comparisons with DORIS measurements. Adv. Space + Research, 45 (2010) 1510-1522, doi: 10.1016/j.asr.2010.02.020\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.asr.2010.02.020\"},{\"Description\":\"Near-land + radiometer wet path-delay retrieval algorithm description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2009.2037220\"},{\"Description\":\"Beckley, + B.D., F.G. Lemoine, S.B. Luthcke, R.D. Ray, and N.P. Zelensky. 2007. A reassessment + of TOPEX and Jason-1 altimetry based on revised reference frame and orbits. + Geophys. Res. Lett., 34, L14608, DOI:10.1029/2007GL030002.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2007GL030002\"},{\"Description\":\"Beckley, + B.D., P.S. Callahan, D.W. Hancock, G.T. Mitchum, and R.D. Ray. 2017. On the + cal-mode correction to TOPEX satellite altimetry and its effect on the global + mean sea level time series. Journal of Geophysical Research: Oceans, 122.https://doi.org/10.1002/2017JC013090.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1002/2017JC013090\"},{\"Description\":\"Project + Information Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/MEaSUREs-SSH\"},{\"Description\":\"Microwave + radiometer calibration over decadal time scales\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JTECHA1305.1\"},{\"Description\":\"Ray, + R.D. 1999. A global ocean tide model from TOPEX/Poseidon altimetry: GOT99.2, + NASA TM-1999-209478, NASA Goddard Space Flight Center, September 1999 (Update).\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://ntrs.nasa.gov/citations/19990089548\"},{\"Description\":\"Jason-1 + radiometer performance and calibration\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1080/01490410490465643\"},{\"Description\":\"Lemoine, + F.G., N.P. Zelensky, D.S. Chinn, D.E. Pavlis, D.D. Rowlands, B.D. Beckley, + S.B. Luthcke, P. Willis, M. Ziebart, A. Sibthorpe, J. Boy, V. Luceri, Towards + development of a consistent orbit series for TOPEX, Jason-1, and Jason-2, + Adv. Space Research, 46 (2010) 1513-1540, doi: 10.1016/j.asr.2010.05.007\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.asr.2010.05.007\"},{\"Description\":\"Nerem, + R.S., B.D. Beckley, J.T. Fasullo, B.D. Hamlington, D. Masters, and G.T. Mitchum,2018. + \\\"Climate-changedriven accelerated sea-level rise detected in the altimeter + era.\\\"Proceedings of the National Academy of Sciences, 201717312. https://doi.org/10.1073/pnas.1717312115.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1073/pnas.1717312115\"},{\"Description\":\"Validation + and development of melting layer models\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH1993.1\"},{\"Description\":\"Integrated + Multi-Mission Ocean Altimeter Data for Climate Research TOPEX/Poseidon, Jason-1, + 2, and 3 Version 5.1\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://doi.org/10.5067/ALTUG-TJ151\"},{\"Description\":\"Long-term + stability of microwave radiometers using noise diodes for calibration\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2006.888098\"},{\"Description\":\"Zelensky, + N.P., F.G. Lemoine, M. Ziebart, A. Sibthorpe, P. Willis, B.D. Beckley, S.M. + Klosko, D.S. Chinn, D.D. Rowlands, S.B. Luthcke, D.E. Pavlis, V. Luceri, DORIS/SLR + POD modeling improvements for Jason-1 and Jason-2, Adv. Space Research, 46(12), + 1541-1558, 2010. doi: 10.1016/j.asr.2010.05.008\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.asr.2010.05.008\"},{\"Description\":\"Data + Subscriber\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA VIA + DIRECT ACCESS\",\"URL\":\"https://github.com/podaac/data-subscriber\"},{\"Description\":\"Generic + Data Readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"Abstract\":\"This + dataset contains along track Sea Surface Height Anomalies (SSHA) from the + TOPEX/Poseidon, Jason-1, OSTM/Jason-2, and Jason-3 missions geo-referenced + to a mean reference orbit. Altimeter data from the multi-mission Geophysical + Data Records (GDRs) have been interpolated to a common reference orbit with + biases and cross-calibrations applied so that the derived SSHA are consistent + between satellites to form a single homogeneous climate data record. Version + 5.1 updates include the integration of Jason-3 GDR_F data, and the application + of revised (GDR_F standard) internal tides and pole tide across missions. + The data are in netCDF format and start in September 1992. Data extensions + are appended to the file quarterly. More information on data processing standards + can be found in the v5.1 User Handbook (Integrated Multi-Mission Ocean Altimeter + Data for Climate Research TOPEX/Poseidon, Jason-1, 2, & 3 Users Handbook: + https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/merged_alt/open/L2/TP_J1_OSTM/docs/v100721.version5.1multialthandbook.pdf). + This collection is the same data as https://doi.org/10.5067/ALTCY-TJA51 but + all individual cycles are combined into one NetCDF file.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-01-19T01:06:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-04-18T16:41:00.000Z\"}],\"Version\":\"5.1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Help Desk\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"OSTM/JASON-2\",\"LongName\":\"Joint + Altimetry Satellite Oceanography Network - 2\",\"Instruments\":[{\"ShortName\":\"AMR\",\"LongName\":\"Advanced + Microwave Radiometer\"},{\"ShortName\":\"POSEIDON-3\",\"LongName\":\"JASON-2 + RADAR ALTIMETER\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"JASON-1\",\"Instruments\":[{\"ShortName\":\"JASON-1 + Microwave Radiometer\",\"LongName\":\"JASON-1 Microwave Radiometer\"},{\"ShortName\":\"POSEIDON-2\",\"LongName\":\"JASON-1 + RADAR ALTIMETER\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TOPEX/POSEIDON\",\"LongName\":\"Ocean + Topography Experiment\",\"Instruments\":[{\"ShortName\":\"TMR\",\"LongName\":\"TOPEX + Microwave Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"JASON-3\",\"LongName\":\"Joint + Altimetry Satellite Oceanography Network - 3\",\"Instruments\":[{\"ShortName\":\"POSEIDON-3B\",\"LongName\":\"Poseidon-3B + Altimeter\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2245825035-POCLOUD\",\"V2245825052-POCLOUD\",\"V2245825026-POCLOUD\",\"V2245825058-POCLOUD\",\"V2245825031-POCLOUD\",\"V2245825049-POCLOUD\",\"V2245825013-POCLOUD\",\"V2245825039-POCLOUD\",\"V2245825055-POCLOUD\",\"V2245825060-POCLOUD\",\"V2245825020-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/MERGED_TP_J1_OSTM_OST_CYCLES_V51/\",\"podaac-ops-cumulus-public/MERGED_TP_J1_OSTM_OST_CYCLES_V51/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_19890\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2245825035-POCLOUD\"},{\"concept-id\":\"V2245825052-POCLOUD\"},{\"concept-id\":\"V2245825026-POCLOUD\"},{\"concept-id\":\"V2245825058-POCLOUD\"},{\"concept-id\":\"V2245825031-POCLOUD\"},{\"concept-id\":\"V2245825049-POCLOUD\"},{\"concept-id\":\"V2245825013-POCLOUD\"},{\"concept-id\":\"V2245825039-POCLOUD\"},{\"concept-id\":\"V2245825055-POCLOUD\"},{\"concept-id\":\"V2245825060-POCLOUD\"},{\"concept-id\":\"V2245825020-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2204129664-POCLOUD\",\"revision-date\":\"2023-04-25T14:45:55.380Z\",\"granule-count\":1086,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"SSHA\",\"SSH\",\"sea + surface height\",\"sea surface height anomalies\",\"GSFC\",\"MEaSUREs-SSH\",\"v5.1\",\"version + 5.1\"],\"CollectionCitations\":[{\"Title\":\"Integrated Multi-Mission Ocean + Altimeter Data for Climate Research Version 5.1\",\"Creator\":\"Beckley, B.; + Zelensky, N.P.; Holmes, S.A.; Lemoine, F.G.; Ray, R.D.; Mitchum, G.T.; Desai, + S.; Brown, S.T.\",\"ReleaseDate\":\"2022-03-24T00:00:00.000Z\",\"ReleasePlace\":\"JPL\",\"Publisher\":\"NASA's + Goddard Space Flight Center\"}],\"AdditionalAttributes\":[{\"DataType\":\"INT\",\"Description\":\"Dataset + Latency\",\"Name\":\"data_latency\",\"Value\":\"2200\"},{\"DataType\":\"STRING\",\"Description\":\"Dataset + citation series name\",\"Name\":\"Series Name\",\"Value\":\"Integrated Multi-Mission + Ocean Altimeter Data for Climate Research\"},{\"DataType\":\"STRING\",\"Description\":\"Dataset + Persistent ID\",\"Name\":\"Persistent ID\",\"Value\":\"PODAAC-ALTCY-TJA51\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL_ORBITAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":66,\"WestBoundingCoordinate\":-180,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-66}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Satellite native along-track, Projection Detail: Geolocation information + included for each pixel\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137,\"DenominatorOfFlatteningRatio\":298.2572236}}},\"OrbitParameters\":{\"InclinationAngleUnit\":\"Degree\",\"StartCircularLatitudeUnit\":\"Degree\",\"InclinationAngle\":66.04,\"SwathWidth\":5.1,\"NumberOfOrbits\":127,\"OrbitPeriod\":112.4,\"SwathWidthUnit\":\"Kilometer\",\"StartCircularLatitude\":0,\"OrbitPeriodUnit\":\"Decimal + Minute\"},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SEA SURFACE TOPOGRAPHY\",\"VariableLevel1\":\"SEA + SURFACE HEIGHT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-09-25T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/ALTCY-TJA51\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"MERGED_TP_J1_OSTM_OST_CYCLES_V51\",\"EntryTitle\":\"Integrated + Multi-Mission Ocean Altimeter Data for Climate Research Version 5.1\",\"PublicationReferences\":[{\"Title\":\"Assessment + of the Jason-2 Extension to the TOPEX/Poseidon, Jason-1 Sea-Surface Height + Time Series for Global Mean Sea Level Monitoring\",\"Publisher\":\"Marine + Geodesy\",\"DOI\":{\"DOI\":\"10.1080/01490419.2010.491029\",\"Authority\":\"https://doi.org\"},\"Author\":\"Beckley, + B.D., N.P. Zelensky, S.A. Holmes, F.G. Lemoine, R.D. Ray, G.T. Mitchum, S. + Desai, S.T. Brown\",\"PublicationDate\":\"2010-08-09T00:00:00.000Z\",\"Volume\":\"33\",\"Issue\":\"sup1\",\"Pages\":\"447-471\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/MERGED_TP_J1_OSTM_OST_CYCLES_V51/\",\"podaac-ops-cumulus-public/MERGED_TP_J1_OSTM_OST_CYCLES_V51/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2204129664-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2204129664-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/MERGED_TP_J1_OSTM_OST_CYCLES_V51.png\"},{\"Description\":\"Ray, + R.D., B.D. Beckley, F.G. Lemoine. Vertical crustal motion derived from satellite + altimetry and tide gauges, and comparisons with DORIS measurements. Adv. Space + Research, 45 (2010) 1510-1522, doi: 10.1016/j.asr.2010.02.020\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.asr.2010.02.020\"},{\"Description\":\"Near-land + radiometer wet path-delay retrieval algorithm description\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2009.2037220\"},{\"Description\":\"Beckley, + B.D., F.G. Lemoine, S.B. Luthcke, R.D. Ray, and N.P. Zelensky. 2007. A reassessment + of TOPEX and Jason-1 altimetry based on revised reference frame and orbits. + Geophys. Res. Lett., 34, L14608, DOI:10.1029/2007GL030002.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1029/2007GL030002\"},{\"Description\":\"Beckley, + B.D., P.S. Callahan, D.W. Hancock, G.T. Mitchum, and R.D. Ray. 2017. On the + cal-mode correction to TOPEX satellite altimetry and its effect on the global + mean sea level time series. Journal of Geophysical Research: Oceans, 122.https://doi.org/10.1002/2017JC013090.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1002/2017JC013090\"},{\"Description\":\"Project + Information Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/MEaSUREs-SSH\"},{\"Description\":\"Microwave + radiometer calibration over decadal time scales\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/2009JTECHA1305.1\"},{\"Description\":\"Ray, + R.D. 1999. A global ocean tide model from TOPEX/Poseidon altimetry: GOT99.2, + NASA TM-1999-209478, NASA Goddard Space Flight Center, September 1999 (Update).\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://ntrs.nasa.gov/citations/19990089548\"},{\"Description\":\"Jason-1 + radiometer performance and calibration\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1080/01490410490465643\"},{\"Description\":\"Lemoine, + F.G., N.P. Zelensky, D.S. Chinn, D.E. Pavlis, D.D. Rowlands, B.D. Beckley, + S.B. Luthcke, P. Willis, M. Ziebart, A. Sibthorpe, J. Boy, V. Luceri, Towards + development of a consistent orbit series for TOPEX, Jason-1, and Jason-2, + Adv. Space Research, 46 (2010) 1513-1540, doi: 10.1016/j.asr.2010.05.007\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.asr.2010.05.007\"},{\"Description\":\"Nerem, + R.S., B.D. Beckley, J.T. Fasullo, B.D. Hamlington, D. Masters, and G.T. Mitchum,2018. + \\\"Climate-changedriven accelerated sea-level rise detected in the altimeter + era.\\\"Proceedings of the National Academy of Sciences, 201717312. https://doi.org/10.1073/pnas.1717312115.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1073/pnas.1717312115\"},{\"Description\":\"Validation + and development of melting layer models\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1175/JTECH1993.1\"},{\"Description\":\"Integrated + Multi-Mission Ocean Altimeter Data for Climate Research TOPEX/Poseidon, Jason-1, + 2, and 3 Version 5.1\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://doi.org/10.5067/ALTUG-TJ151\"},{\"Description\":\"Long-term + stability of microwave radiometers using noise diodes for calibration\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1109/TGRS.2006.888098\"},{\"Description\":\"Zelensky, + N.P., F.G. Lemoine, M. Ziebart, A. Sibthorpe, P. Willis, B.D. Beckley, S.M. + Klosko, D.S. Chinn, D.D. Rowlands, S.B. Luthcke, D.E. Pavlis, V. Luceri, DORIS/SLR + POD modeling improvements for Jason-1 and Jason-2, Adv. Space Research, 46(12), + 1541-1558, 2010. doi: 10.1016/j.asr.2010.05.008\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://doi.org/10.1016/j.asr.2010.05.008\"},{\"Description\":\"Data + Subscriber\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA VIA + DIRECT ACCESS\",\"URL\":\"https://github.com/podaac/data-subscriber\"},{\"Description\":\"Generic + Data Readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"Abstract\":\"This + dataset contains along track Sea Surface Height Anomalies (SSHA) for individual + 10-day cycles from the TOPEX/Poseidon, Jason-1, OSTM/Jason-2, and Jason-3 + missions geo-referenced to a mean reference orbit. Altimeter data from the + multi-mission Geophysical Data Records (GDRs) have been interpolated to a + common reference orbit with biases and cross-calibrations applied so that + the derived SSHA are consistent between satellites to form a single homogeneous + climate data record. Version 5.1 updates include the integration of Jason-3 + GDR_F data, and the application of revised (GDR_F standard) internal tides + and pole tide across missions. The data are in netCDF format and start in + September 1992. Data extensions are appended to the file quarterly. More information + on data processing standards can be found in the v5.1 User Handbook (Integrated + Multi-Mission Ocean Altimeter Data for Climate Research TOPEX/Poseidon, Jason-1, + 2, & 3 Users Handbook: https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/merged_alt/open/L2/TP_J1_OSTM/docs/v100721.version5.1multialthandbook.pdf). + This collection is the same data as https://doi.org/10.5067/ALTTS-TJA51 but + with individual cycles saved in separate NetCDF files.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-01-19T01:11:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-04-18T16:41:00.000Z\"}],\"Version\":\"5.1\",\"Projects\":[{\"ShortName\":\"MEaSUREs\",\"LongName\":\"Making + Earth System Data Records for Use in Research Environments\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Help Desk\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD\",\"LongName\":\"Earth + Sciences Division, Science and Exploration Directorate, Goddard Space Flight + Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://science.gsfc.nasa.gov/sed/index.cfm?fuseAction=home.main&&navOrgCode=610\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"OSTM/JASON-2\",\"LongName\":\"Joint + Altimetry Satellite Oceanography Network - 2\",\"Instruments\":[{\"ShortName\":\"AMR\",\"LongName\":\"Advanced + Microwave Radiometer\"},{\"ShortName\":\"POSEIDON-3\",\"LongName\":\"JASON-2 + RADAR ALTIMETER\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"JASON-1\",\"Instruments\":[{\"ShortName\":\"JASON-1 + Microwave Radiometer\",\"LongName\":\"JASON-1 Microwave Radiometer\"},{\"ShortName\":\"POSEIDON-2\",\"LongName\":\"JASON-1 + RADAR ALTIMETER\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TOPEX/POSEIDON\",\"LongName\":\"Ocean + Topography Experiment\",\"Instruments\":[{\"ShortName\":\"TMR\",\"LongName\":\"TOPEX + Microwave Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"JASON-3\",\"LongName\":\"Joint + Altimetry Satellite Oceanography Network - 3\",\"Instruments\":[{\"ShortName\":\"POSEIDON-3B\",\"LongName\":\"Poseidon-3B + Altimeter\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":1,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"GHRC_DAAC\",\"has-combine\":false,\"user-id\":\"ghrc_daac\",\"has-formats\":false,\"s3-links\":[\"ghrcw-protected/imergcpex__1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"Integrated + Multi-satellitE Retrievals for GPM (IMERG) CPEX V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2647820404-GHRC_DAAC\",\"revision-date\":\"2023-04-04T19:19:08.137Z\",\"granule-count\":2456,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kakar, + Ramesh , Edward J Zipser and Shuyi Chen.2022. Integrated Multi-satellitE + Retrievals for GPM (IMERG) CPEX [indicate subset used]. Dataset available + online from the NASA Global Hydrometeorology Resource Center DAAC, Huntsville, + Alabama, U.S.A. DOI: http://dx.doi.org/10.5067/CPEX/MODEL/DATA301\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-99.95,\"NorthBoundingCoordinate\":39.95,\"EastBoundingCoordinate\":-45.05,\"SouthBoundingCoordinate\":5.05}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"Atmosphere\",\"Term\":\"Precipitation\",\"VariableLevel1\":\"Atmospheric + Precipitation Indices\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-05-24T18:00:00.000Z\",\"EndingDateTime\":\"2017-07-16T09:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"https://ghrc.nsstc.nasa.gov/home/proc_level\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.5067/CPEX/MODEL/DATA301\"},\"ShortName\":\"imergcpex\",\"EntryTitle\":\"Integrated + Multi-satellitE Retrievals for GPM (IMERG) CPEX V1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"ghrcw-protected/imergcpex__1/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ghrc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ghrc.earthdata.nasa.gov/s3credentialsREADME\"},\"AccessConstraints\":{\"Description\":\"This + product has full public access.\",\"Value\":0.0},\"RelatedUrls\":[{\"Description\":\"Files + may be downloaded directly to your workstation from this link\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search?q=imergcpex&ghrccloud/data/\"},{\"Description\":\"Comparisons + of IMERG Version 06 Precipitation At and Between Passive Microwave Overpasses + in the Tropics.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://gpm.nasa.gov/sites/default/files/meeting_files/PMM%20Science%20Team%20Meeting%202020/Posters/ZipserPosterFinal.pptx\"},{\"Description\":\"IMERG: + Integrated Multi-satellitE Retrievals for GPM\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://gpm.nasa.gov/data/imerg\"},{\"Description\":\"CPEX + Field Campaign Collection DOI\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"http://dx.doi.org/10.5067/CPEX/DATA101\"},{\"Description\":\"The + guide document contains detailed information about the dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/pub/fieldCampaigns/cpex/IMERG/doc/imergcpex_dataset.pdf\"},{\"Description\":\"GPM + GPROF Algorithm Theoretical Basis Document (ATBD)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://gpm.nasa.gov/resources/documents/gpm-gprof-algorithm-theoretical-basis-document-atbd\"},{\"Description\":\"CPEX + Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/field-campaigns/cpex\"},{\"Description\":\"Instructions + for citing GHRC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://ghrc.nsstc.nasa.gov/home/about-ghrc/citing-ghrc-daac-data\"}],\"DataDates\":[{\"Date\":\"2022-01-09T00:00:01.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-03-22T10:00:03.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Integrated Multi-satellitE Retrievals for GPM (IMERG) CPEX dataset includes + measurements gathered by IMERG during the Convective Processes Experiment + (CPEX) field campaign. IMERG combines precipitation estimates from multiple + passive microwave (PMW) sensors available in a 30-minute analysis time. These + estimates are retrieved using the Goddard Profiling (GPROF) algorithm that + converts PMW brightness temperatures to a precipitation estimate. The CPEX + field campaign took place in the North Atlantic-Gulf of Mexico-Caribbean Sea + region and conducted a total of sixteen DC-8 missions. The CPEX campaign collected + data to help explain convective storm initiation, organization, growth, and + dissipation in the North Atlantic-Gulf of Mexico-Caribbean Oceanic region + during the early summer of 2017. IMERG combines information from the GPM satellite + constellation to estimate precipitation over the majority of the Earth's surface. + Data are available from May 24, 2017 through July 16, 2017 in netCDF-3 format.\",\"LocationKeywords\":[{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CARIBBEAN\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"CPEX\",\"LongName\":\"Convective + Processes Experiment\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/MSFC/GHRC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 256-961-7932\"},{\"Type\":\"Fax\",\"Value\":\"+1 256-824-5149\"},{\"Type\":\"Email\",\"Value\":\"support-ghrc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"320 + Sparkman Drive\"],\"City\":\"Huntsville\",\"StateProvince\":\"Alabama\",\"Country\":\"USA\",\"PostalCode\":\"35805\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"Models\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0.0\",\"Format\":\"netCDF-3\"}]}}},{\"meta\":{\"revision-id\":31,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-IDS_LIS\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2358089978-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:31.719Z\",\"granule-count\":1913,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-09-12T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/IDS_LIS/DATA001\"},\"ShortName\":\"IDS_LIS\",\"EntryTitle\":\"Interdisciplinary + Research in Earth Science, Long Island Sound\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/IDS_LIS/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Integration + of new remote sensing tools for characterization of tidal marsh area extent, + vegetation communities and inundation regimes, and advanced retrievals of + estuarine biological and biogeochemical processes with multi-disciplinary + ecological, paleoecological, and socioeconomic datasets, spatial econometric + models of population growth, and a novel coupled hydrodynamic-photo-biogeochemical + model specifically designed for the marsh-estuarine continuum in the heavily + urbanized Long Island Sound.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":1,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-InTro\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785397224-OB_DAAC\",\"revision-date\":\"2023-10-18T17:23:57.449Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-04-01T00:00:01Z\",\"EndingDateTime\":\"2018-05-09T01:38:01Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/INTRO/DATA001\"},\"ShortName\":\"INTRO\",\"EntryTitle\":\"Intermediate + Trophic Levels: Interconnections with Fronts, Eddies, and Primary Production\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/INTRO/\",\"URLContentType\":\"CollectionURL\"}],\"Abstract\":\"The + objective of the project was to study the relationships between intermediate + trophic level organisms (predominantly zooplankton and small epipelagic and + mesopelagic fish), primary production, and physical processes at oceanic frontal + structures.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":582,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ISCCP_ICESNOW_NAT_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2146824443-LARC_ASDC\",\"revision-date\":\"2023-04-03T18:08:14.296Z\",\"granule-count\":243,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Ice + Cover\",\"Sea Ice\",\"Snow Cover\"],\"CollectionCitations\":[{\"ReleaseDate\":\"1999-09-29T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SNOW/ICE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"VariableLevel1\":\"SNOW + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SNOW/ICE\",\"Topic\":\"CRYOSPHERE\",\"VariableLevel1\":\"SNOW + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SEA ICE\",\"Topic\":\"CRYOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SEA ICE\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1983-07-03T00:00:00.000000Z\",\"EndingDateTime\":\"2009-12-28T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ISCCP/ICESNOW_NAT\"},\"ShortName\":\"ISCCP_ICESNOW_NAT\",\"EntryTitle\":\"International + Satellite Cloud Climatology Project (ISCCP) Ice Snow Product in Native Data + Format\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Rossow, W.B., + and L.C. Garder, 1993a; Journal of Climate, 6, 2370-2393.Rossow, W.B., and + Y. Zhang, 1991; ISCCP Descrip. Ice/Snow Data Set (Append. B). \"}],\"ISOTopicCategories\":[\"OCEANS\",\"INLAND + WATERS\",\"GEOSCIENTIFIC INFORMATION\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for ISCCP\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/ISCCP\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://isccp.giss.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ISCCP + Data Products List\",\"Subtype\":\"PRODUCTION HISTORY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/products/products.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"DOI + data set landing page for ISCCP_ICESNOW_NAT_1\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/ISCCP/ICESNOW_NAT\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for ISCCP_ICESNOW_NAT_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2146824443-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ISCCP + Ice Snow Product in Native (NAT) Format (ISCCP_ICESNOW_NAT) Data Set Abstract\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/guide/abstract_ISCCP_ICESNOW_NAT.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP_ICESNOW_NAT + Data Set Readme\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/readme/readme_isccp_icesnow_nat.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Readme + to read ISCCP Ice/Snow information from data files - Direct File Download + (.c)\",\"Subtype\":\"SCIENCE DATA PRODUCT SOFTWARE DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/isccp_icesnow_read.c\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Earth + Observing System Data and Information System (EOSDIS) Article: \\\"But the + winds... but the spaces\\\" By Annette Varani\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthdata.nasa.gov/learn/sensing-our-planet/but-the-winds-but-the-spaces\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + Earth Observatory Article: Shadows of Doubt - Monitoring Cloud Effects\",\"Subtype\":\"MICRO + ARTICLE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/ShadowsDoubt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + Earth Observatory Article: Stars, Clouds, Crops\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/StarsCloudsCrops\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + Known and Fixed Errors in Data Products\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/errors.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + New Algorithm: Summary of Changes\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/newalg.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + Project/Campaign Document for the Langley DAAC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/guide/isccp_project.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Publications + for ISCCP\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/docs/documents.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"EOS + Aura Science Team Meeting AGENDA, August 27 - August 29, 2019 Pasadena CA, + USA\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://avdc.gsfc.nasa.gov/Overview/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Earth + Observing System Data and Information System (EOSDIS) Article: Global Cloud + Process Studies in the Context of Decadal Climate Variability: Enhancement + and Continuation of Data Analysis for the International Satellite Cloud Climatology + Project (ISCCP)\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://earthdata.nasa.gov/esds/competitive-programs/measures/data-analysis-for-isccp\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NCAR + UCAR Climate Data Guide\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://climatedataguide.ucar.edu/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Goddard's + Panoply - plots geo-gridded data from netCDF, HDF, GRIB datasets.\",\"Subtype\":\"MAP + VIEWER\",\"Type\":\"GOTO WEB TOOL\",\"URL\":\"https://www.giss.nasa.gov/tools/panoply/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ASDC + Direct Data Download for ISCCP_ICESNOW_NAT_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/ISCCP/ICESNOW_NAT_1/\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"1983-07-01T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2009-12-31T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"ISCCP_ICESNOW_NAT_1 + is the International Satellite Cloud Climatology Project (ISCCP) Ice Snow + Product in Native Data Format data set. It is a merged product containing + separate snow and sea ice data sets. The values given are fractional coverage + for 5-day intervals. Data collection for this data set is complete. \\r\\n\\r\\nThe + data were collected on a global equal-area grid with the cell area equivalent + to 1 degree latitude/longitude at the equator. The grid began at the South + Pole with the intersection of the Greenwich meridian (0 degree longitude) + and the South Pole as a cell corner. Ice/Snow Data Set contents included 5-day + averages of snow and sea ice fractional coverage. Snow is deduced from visible + satellite imagery plus ground data while sea ice was deduced from ship/shore + and visible satellite imagery, and microwave measurements. \\r\\n\\r\\nISCCP + was the first project of the World Climate Research Program (WCRP), to collect + and analyze satellite radiance measurements to infer the global distribution + of cloud radiative properties and their diurnal and seasonal variations. These + data and analysis products were used to improve the understanding and modeling + of the effects of clouds on climate. The ISCCP version of the ice/snow data + set included only information concerning fractional coverage. The version + actually used in the cloud analysis was changed in two ways: reductions to + ice/snow presence and creation of margin zones in the data. The first of these + was simply the process of converting the coded parameters in the original + data set to code values that indicate only the presence or absence of sea + ice and/or snow. The latter process filled in nearby grid cells in the data + to indicate proximity to snow or sea ice covered locations. The second change + is not included in the archived version of this data.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"1999-09-28T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-10-25T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + Satellite Cloud Climatology Project\",\"ShortName\":\"ISCCP\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10025\",\"StateProvince\":\"NY\",\"StreetAddresses\":[\"NASA/Goddard + Institute for Space Studies\",\"2880 Broadway\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"wbrossow@ccny.cuny.edu\"}]},\"FirstName\":\"WILLIAM\",\"LastName\":\"ROSSOW\",\"MiddleName\":\"B.\",\"Roles\":[\"Investigator\",\"Technical + Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-10\",\"ShortName\":\"NOAA-10\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-11\",\"ShortName\":\"NOAA-11\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-12\",\"ShortName\":\"NOAA-12\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"ShortName\":\"NOAA-14\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"ShortName\":\"NOAA-15\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"ShortName\":\"NOAA-16\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"ShortName\":\"NOAA-17\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"ShortName\":\"NOAA-18\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-7\",\"ShortName\":\"NOAA-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-8\",\"ShortName\":\"NOAA-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"RADIOMETERS\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-9\",\"ShortName\":\"NOAA-9\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":666,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ISCCP_B3_NAT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C7994310-LARC_ASDC\",\"revision-date\":\"2023-04-03T17:48:00.066Z\",\"granule-count\":482637,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Cloud + Process Studies\",\"Grid Data\",\"Radiance\"],\"CollectionCitations\":[{\"ReleaseDate\":\"1999-09-10T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"VISIBLE WAVELENGTHS\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"VariableLevel1\":\"VISIBLE + RADIANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"INFRARED WAVELENGTHS\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"VariableLevel1\":\"INFRARED + IMAGERY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"INFRARED WAVELENGTHS\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"VariableLevel1\":\"INFRARED + RADIANCE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"VISIBLE WAVELENGTHS\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1983-07-01T00:00:00.000000Z\",\"EndingDateTime\":\"2009-12-31T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ISCCP/B3_NAT\"},\"ShortName\":\"ISCCP_B3_NAT\",\"EntryTitle\":\"International + Satellite Cloud Climatology Project (ISCCP) Stage B3 Reduced Radiances in + Native Format\",\"ISOTopicCategories\":[\"IMAGERY/BASE MAPS/EARTH COVER\",\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"DOI + data set landing page for ISCCP_B3_NAT_1\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ISCCP/B3_NAT\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for ISCCP_B3_NAT_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C7994310-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ISCCP + Stage B3 Reduced Radiances in Native (NAT) Format(ISCCP_B3_NAT) Data Set Abstract\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/guide/abstract_ISCCP_Stage_B3.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP_B3_NAT + Detailed Temporal Coverage by Satellite\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/isccp_b3_details.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP_B3_NAT + Data Set Readme\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/readme/readme_isccp_b3_nat.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"MODULE + B3_KIND - Direct File Download (.f)\",\"Subtype\":\"SCIENCE DATA PRODUCT SOFTWARE + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/isccp_b3_kind.f\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Program + to read SRB Release 3 QCSQ Monthly nc - Direct File Download (.f)\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/isccp_b3_module.f\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Fortran + 90 Code Version of B3READ with the same variable names as older Version set + to read one image - Direct File Download (.f)\",\"Subtype\":\"SCIENCE DATA + PRODUCT SOFTWARE DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/isccp_b3_read.f\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + B3 read software for use with the Portland Group Compiler (Linux machine only) + - Direct File Download (.f)\",\"Subtype\":\"SCIENCE DATA PRODUCT SOFTWARE + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/isccp_b3_read_linux.f\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Data and Information for ISCCP\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/ISCCP\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Earth + Observing System Data and Information System (EOSDIS) Article: \\\"But the + winds... but the spaces\\\" By Annette Varani\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthdata.nasa.gov/learn/sensing-our-planet/but-the-winds-but-the-spaces\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + Earth Observatory Article: Shadows of Doubt - Monitoring Cloud Effects\",\"Subtype\":\"MICRO + ARTICLE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/ShadowsDoubt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + Earth Observatory Article: Stars, Clouds, Crops\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/StarsCloudsCrops\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + Data Products List\",\"Subtype\":\"PRODUCTION HISTORY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/products/products.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + Known and Fixed Errors in Data Products\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/errors.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + New Algorithm: Summary of Changes\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/newalg.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://isccp.giss.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ISCCP + Project/Campaign Document for the Langley DAAC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/guide/isccp_project.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Publications + for ISCCP\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/docs/documents.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"EOS + Aura Science Team Meeting AGENDA, August 27 - August 29, 2019 Pasadena CA, + USA\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://avdc.gsfc.nasa.gov/Overview/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Earth + Observing System Data and Information System (EOSDIS) Article: Global Cloud + Process Studies in the Context of Decadal Climate Variability: Enhancement + and Continuation of Data Analysis for the International Satellite Cloud Climatology + Project (ISCCP)\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://earthdata.nasa.gov/esds/competitive-programs/measures/data-analysis-for-isccp\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NCAR + UCAR Climate Data Guide\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://climatedataguide.ucar.edu/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Goddard's + Panoply - plots geo-gridded data from netCDF, HDF, GRIB datasets.\",\"Subtype\":\"MAP + VIEWER\",\"Type\":\"GOTO WEB TOOL\",\"URL\":\"https://www.giss.nasa.gov/tools/panoply/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ASDC + Direct Data Download for ISCCP_B3_NAT_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/ISCCP/B3_NAT_1/\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"1999-09-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-02-06T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + ISCCP_B3_NAT data is the International Satellite Cloud Climatology Project + (ISCCP) Stage B3 Reduced Radiances in Native Format data product. This is + the original radiance data, sampled to 30 Km and 3-hour spacing. Data collection + for this product is complete and was collected using several instruments on + multiple platforms, please see the instrument and platform list of this record + for a comprehensive list. The normalization of all radiances to a standard + calibration made these data a globally uniform set of measurements that can + be used for detailed cloud process studies.\\r\\n\\r\\nISCCP was the first + project of the World Climate Research Program (WCRP) and was established in + 1982 (WMO-35 1982, Schiffer and Rossow 1983) to: produce a global, reduced + resolution, calibrated and normalized radiance data set containing basic information + on the properties of the atmosphere from which cloud parameters can be derived; + stimulate and coordinate basic research on techniques for inferring the physical + properties of clouds from the condensed radiance data set and to apply the + resulting algorithms to derive and validate a global cloud climatology for + improving the parameterization of clouds in climate models; and promote research + using ISCCP data that contributes to improved understanding of the Earth's + radiation budget and hydrological cycle. \\r\\n\\r\\nSince 1983 an international + group of institutions has collected and analyzed satellite radiance measurements + from up to five geostationary and two polar orbiting satellites to infer the + global distribution of cloud properties and their diurnal, seasonal and inter-annual + variations. The primary focus of the first phase of the project (1983-1995) + was the elucidation of the role of clouds in the radiation budget (top of + the atmosphere and surface). In the second phase of the project (1995 onwards) + the analysis also concerns improving understanding of clouds in the global + hydrological cycle. \\r\\n\\r\\nISCCP analysis combined satellite-measured + radiances (Stage B3 data, Schiffer and Rossow 1985), Rossow et al. 1987) with + the TOVS atmospheric temperature-humidity and ice/snow correlative data sets + to obtain information about clouds and the surface. The analysis method first + determined the presence of absence of clouds in each individual image pixel + and retrieves the radiometric properties of the cloud for each cloudy pixel + and of the surface for each clear pixel. The pixel analysis is performed separately + for each satellite radiance data set and the results reported in the Stage + DX data product, which has a nominal resolution of 30 km and 3 hours. The + Stage D1 product is produced by summarizing the pixel-level results every + 3 hours on an equal-area map with 280 km resolution and merging the results + from separate satellites with the atmospheric and ice/snow data sets to produce + global coverage at each time. The Stage D2 data product is produced by averaging + the Stage D1 data over each month, first at each of the eight three hour time + intervals and then over all time intervals.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"BOUNDARY + LAYER\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"1999-09-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-10-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + Satellite Cloud Climatology Project\",\"ShortName\":\"ISCCP\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"New + York\",\"Country\":\"US\",\"PostalCode\":\"10025\",\"StateProvince\":\"NY\",\"StreetAddresses\":[\"NASA/Goddard + Institute for Space Studies\",\"2880 Broadway\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(212) + 678-5567\"},{\"Type\":\"Email\",\"Value\":\"wbrossow@ccny.cuny.edu\"}]},\"FirstName\":\"William\",\"LastName\":\"ROSSOW\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\",\"Technical + Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-1\",\"ShortName\":\"GMS-1\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-2\",\"ShortName\":\"GMS-2\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-3\",\"ShortName\":\"GMS-3\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-4\",\"ShortName\":\"GMS-4\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-5\",\"ShortName\":\"GMS-5\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 10\",\"ShortName\":\"GOES-10\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 11\",\"ShortName\":\"GOES-11\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 12\",\"ShortName\":\"GOES-12\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Very + High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VHRR\"}],\"LongName\":\"Indian + National Satellite\",\"ShortName\":\"INSAT\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"ShortName\":\"METEOSAT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"ShortName\":\"METEOSAT-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Meteosat + Operational Programme 1 (MOP-1)\",\"ShortName\":\"METEOSAT-4\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Meteosat + Operational Programme 2 (MOP-2)\",\"ShortName\":\"METEOSAT-5\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Meteosat + Operational Programme 3 (MOP-3)\",\"ShortName\":\"METEOSAT-6\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Meteosat + Visible Infra-Red Imager \",\"NumberOfInstruments\":1,\"ShortName\":\"MVIRI\"}],\"ShortName\":\"METEOSAT-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Spinning + Enhanced Visible and Infrared Imager\",\"NumberOfInstruments\":1,\"ShortName\":\"SEVIRI\"}],\"ShortName\":\"METEOSAT-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Spinning + Enhanced Visible and Infrared Imager\",\"NumberOfInstruments\":1,\"ShortName\":\"SEVIRI\"}],\"ShortName\":\"METEOSAT-9\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Japanese + Advanced Meteorological Imager\",\"NumberOfInstruments\":1,\"ShortName\":\"JAMI\"}],\"LongName\":\"Multi-functional + Transport Satellite 1 Replacement\",\"ShortName\":\"MTSAT-1R\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-10\",\"ShortName\":\"NOAA-10\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-11\",\"ShortName\":\"NOAA-11\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-12\",\"ShortName\":\"NOAA-12\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"ShortName\":\"NOAA-14\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"ShortName\":\"NOAA-15\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"ShortName\":\"NOAA-16\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"ShortName\":\"NOAA-17\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"ShortName\":\"NOAA-18\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-7\",\"ShortName\":\"NOAA-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-8\",\"ShortName\":\"NOAA-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-9\",\"ShortName\":\"NOAA-9\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 5\",\"ShortName\":\"GOES-5\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 6\",\"ShortName\":\"GOES-6\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 7\",\"ShortName\":\"GOES-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 8\",\"ShortName\":\"GOES-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 9\",\"ShortName\":\"GOES-9\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":611,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ISCCP_D1_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2146773048-LARC_ASDC\",\"revision-date\":\"2023-04-03T18:24:04.550Z\",\"granule-count\":7372,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Cloud + Liquid Water Path\",\"Cloud Optical Thickness\",\"Cloud Process Studies\",\"GISS + (Goddard Institute for Space Studies)\",\"Grid Data\",\"Hourly Data\",\"ISCCP + Cloud Analysis Products\",\"Precipitable Water\",\"Radiance\",\"Surface Reflectance\"],\"CollectionCitations\":[{\"ReleaseDate\":\"1999-05-10T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"REFLECTANCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"OXYGEN + COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC OZONE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + MICROPHYSICS\",\"VariableLevel2\":\"CLOUD OPTICAL DEPTH/THICKNESS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD VERTICAL DISTRIBUTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD FRACTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + TYPES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + MICROPHYSICS\",\"VariableLevel2\":\"CLOUD LIQUID WATER/ICE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SURFACE + PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"TRACE + GASES/TRACE SPECIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"OPTICAL + DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC + PRESSURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"ATMOSPHERIC PRESSURE + MEASUREMENTS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SNOW/ICE\",\"Topic\":\"TERRESTRIAL + HYDROSPHERE\",\"VariableLevel1\":\"ICE EXTENT\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SNOW/ICE\",\"Topic\":\"CRYOSPHERE\",\"VariableLevel1\":\"ICE + EXTENT\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SNOW/ICE\",\"Topic\":\"TERRESTRIAL + HYDROSPHERE\",\"VariableLevel1\":\"SNOW COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SNOW/ICE\",\"Topic\":\"CRYOSPHERE\",\"VariableLevel1\":\"SNOW + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"BOUNDARY LAYER TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"AIR TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1983-07-01T00:00:00.000000Z\",\"EndingDateTime\":\"2009-12-31T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ISCCP/D1\"},\"ShortName\":\"ISCCP_D1\",\"EntryTitle\":\"International + Satellite Cloud Climatology Project (ISCCP) Stage D1 3-Hourly Cloud Products + - Revised Algorithm in Hierarchical Data Format\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Rossow, + W.B., A. Walker, D. Beuschel and M. Roiter, 1996: InternationalCloud Climatology + Project (ISCCP) Documentation of New Cloud Datasets,World Meteorological Organization, + Geneva, 115 pp. \"}],\"ISOTopicCategories\":[\"INLAND WATERS\",\"IMAGERY/BASE + MAPS/EARTH COVER\",\"GEOSCIENTIFIC INFORMATION\",\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for ISCCP\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/ISCCP\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://isccp.giss.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ISCCP + Data Products List\",\"Subtype\":\"PRODUCTION HISTORY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/products/products.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"DOI + data set landing page for ISCCP_D1_1\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ISCCP/D1\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for ISCCP_D1_1 (NASA Application to search, discover, visualize, refine, + and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2146773048-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ISCCP + D1 and D2 Langley Data Center Data Set Document\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/guide/base_isccp_d1_d2_dataset.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + D1 Data Set Readme\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/readme/readme_isccp_d1.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Readme + to read ISCCP D1 HDF Formatted Data Files - Direct File Download (.c)\",\"Subtype\":\"SCIENCE + DATA PRODUCT SOFTWARE DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/isccp_d1_read.c\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Program + to read D1 HDF format files produced by ISCCP - Direct File Download (.f)\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/isccp_d1_read.f\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + New Algorithm: Summary of Changes\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/newalg.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + Known and Fixed Errors in Data Products\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/errors.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Publications + for ISCCP\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/docs/documents.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + Earth Observatory Article: Stars, Clouds, Crops\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/StarsCloudsCrops\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + Earth Observatory Article: Shadows of Doubt - Monitoring Cloud Effects\",\"Subtype\":\"MICRO + ARTICLE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/ShadowsDoubt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Earth + Observing System Data and Information System (EOSDIS) Article: \\\"But the + winds... but the spaces\\\" By Annette Varani\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthdata.nasa.gov/learn/sensing-our-planet/but-the-winds-but-the-spaces\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + Project/Campaign Document for the Langley DAAC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/guide/isccp_project.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"EOS + Aura Science Team Meeting AGENDA, August 27 - August 29, 2019 Pasadena CA, + USA\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://avdc.gsfc.nasa.gov/Overview/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Earth + Observing System Data and Information System (EOSDIS) Article: Global Cloud + Process Studies in the Context of Decadal Climate Variability: Enhancement + and Continuation of Data Analysis for the International Satellite Cloud Climatology + Project (ISCCP)\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://earthdata.nasa.gov/esds/competitive-programs/measures/data-analysis-for-isccp\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NCAR + UCAR Climate Data Guide\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://climatedataguide.ucar.edu/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Goddard's + Panoply - plots geo-gridded data from netCDF, HDF, GRIB datasets.\",\"Subtype\":\"MAP + VIEWER\",\"Type\":\"GOTO WEB TOOL\",\"URL\":\"https://www.giss.nasa.gov/tools/panoply/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ASDC + Direct Data Download for ISCCP_D1_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/ISCCP/D1/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for ISCCP_D1_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE SERVICE + API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/ISCCP/D1/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"1983-07-01T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2009-12-31T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"ISCCP_D1_1 + is the International Satellite Cloud Climatology Project (ISCCP) Stage D1 + 3-Hourly Cloud Products - Revised Algorithm data set in Hierarchical Data + Format. This data set contains 3-hourly, 280 KM equal-area grid data from + various polar and geostationary satellites. The Gridded Cloud Product contents + are spatial averages of DX quantities and statistical summaries, including + properties of cloud types. Satellites are merged into a global grid. Atmosphere + and surface properties from TOVS are appended. Data collection for this data + set is complete. \\r\\n\\r\\nISCCP, the first project of the World Climate + Research Program (WCRP), was established in 1982 (WMO-35 1982, Schiffer and + Rossow 1983) to: produce a global, reduced resolution, calibrated and normalized + radiance data set containing basic information on the properties of the atmosphere + from which cloud parameters can be derived; stimulate and coordinate basic + research on techniques for inferring the physical properties of clouds from + the condensed radiance data set and to apply the resulting algorithms to derive + and validate a global cloud climatology for improving the parameterization + of clouds in climate models; and promote research using ISCCP data that contributes + to improved understanding of the Earth's radiation budget and hydrological + cycle. \\r\\n\\r\\nStarting in 1983 an international group of institutions + collected and analyzed satellite radiance measurements from up to five geostationary + and two polar orbiting satellites to infer the global distribution of cloud + properties and their diurnal, seasonal and interannual variations. The primary + focus of the first phase of the project (1983-1995) was the elucidation of + the role of clouds in the radiation budget (top of the atmosphere and surface). + In the second phase of the project (1995 onward) the analysis also concerns + improving understanding of clouds in the global hydrological cycle. \\r\\n\\r\\nThe + ISCCP analysis combined satellite-measured radiances (Stage B3 data, Schiffer + and Rossow 1985), Rossow et al. 1987) with the TOVS atmospheric temperature-humidity + and ice/snow correlative data sets to obtain information about clouds and + the surface. The analysis method first determined the presence of absence + of clouds in each individual image pixel and retrieves the radiometric properties + of the cloud for each cloudy pixel and of the surface for each clear pixel. + The pixel analysis was performed separately for each satellite radiance data + set and the results were reported in the Stage DX data product, which had + a nominal resolution of 30 km and 3 hours. The Stage D1 product was produced + by summarizing the pixel-level results every 3 hours on an equal-area map + with 280 km resolution and merging the results from separate satellites with + the atmospheric and ice/snow data sets to produce global coverage at each + time. The Stage D2 data product was produced by averaging the Stage D1 data + over each month, first at each of the eight three hour time intervals and + then over all time intervals.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"BOUNDARY + LAYER\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"1999-05-06T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-01-20T18:10:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + Satellite Cloud Climatology Project\",\"ShortName\":\"ISCCP\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10025\",\"StateProvince\":\"NY\",\"StreetAddresses\":[\"NASA/Goddard + Institute for Space Studies\",\"2880 Broadway\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"wbrossow@ccny.cuny.edu\"}]},\"FirstName\":\"WILLIAM\",\"LastName\":\"ROSSOW\",\"MiddleName\":\"B.\",\"Roles\":[\"Investigator\",\"Technical + Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-1\",\"ShortName\":\"GMS-1\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-2\",\"ShortName\":\"GMS-2\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-3\",\"ShortName\":\"GMS-3\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-4\",\"ShortName\":\"GMS-4\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-5\",\"ShortName\":\"GMS-5\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 10\",\"ShortName\":\"GOES-10\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 11\",\"ShortName\":\"GOES-11\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 12\",\"ShortName\":\"GOES-12\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Very + High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VHRR\"}],\"LongName\":\"Indian + National Satellite\",\"ShortName\":\"INSAT\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"ShortName\":\"METEOSAT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"ShortName\":\"METEOSAT-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Meteosat + Operational Programme 1 (MOP-1)\",\"ShortName\":\"METEOSAT-4\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Meteosat + Operational Programme 2 (MOP-2)\",\"ShortName\":\"METEOSAT-5\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Meteosat + Operational Programme 3 (MOP-3)\",\"ShortName\":\"METEOSAT-6\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Meteosat + Visible Infra-Red Imager \",\"NumberOfInstruments\":1,\"ShortName\":\"MVIRI\"}],\"ShortName\":\"METEOSAT-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Spinning + Enhanced Visible and Infrared Imager\",\"NumberOfInstruments\":1,\"ShortName\":\"SEVIRI\"}],\"ShortName\":\"METEOSAT-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Spinning + Enhanced Visible and Infrared Imager\",\"NumberOfInstruments\":1,\"ShortName\":\"SEVIRI\"}],\"ShortName\":\"METEOSAT-9\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Japanese + Advanced Meteorological Imager\",\"NumberOfInstruments\":1,\"ShortName\":\"JAMI\"}],\"LongName\":\"Multi-functional + Transport Satellite 1 Replacement\",\"ShortName\":\"MTSAT-1R\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-10\",\"ShortName\":\"NOAA-10\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-11\",\"ShortName\":\"NOAA-11\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-12\",\"ShortName\":\"NOAA-12\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"ShortName\":\"NOAA-14\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"ShortName\":\"NOAA-15\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"ShortName\":\"NOAA-16\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"ShortName\":\"NOAA-17\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"ShortName\":\"NOAA-18\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-7\",\"ShortName\":\"NOAA-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-8\",\"ShortName\":\"NOAA-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-9\",\"ShortName\":\"NOAA-9\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 5\",\"ShortName\":\"GOES-5\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 6\",\"ShortName\":\"GOES-6\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 7\",\"ShortName\":\"GOES-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 8\",\"ShortName\":\"GOES-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 9\",\"ShortName\":\"GOES-9\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":589,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ISCCP_D2_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2146747804-LARC_ASDC\",\"revision-date\":\"2023-04-03T17:49:45.480Z\",\"granule-count\":318,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Cloud + Process Studies\",\"GISS (Goddard Institute for Space Studies)\",\"Grid Data\",\"Hourly + Data\",\"ISCCP Cloud Analysis Products\",\"Precipitable Water\",\"Radiance\",\"Surface + Reflectance\"],\"CollectionCitations\":[{\"ReleaseDate\":\"1999-05-10T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"REFLECTANCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"OXYGEN + COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC OZONE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + MICROPHYSICS\",\"VariableLevel2\":\"CLOUD OPTICAL DEPTH/THICKNESS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD HEIGHT\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD VERTICAL DISTRIBUTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD FREQUENCY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + TYPES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + MICROPHYSICS\",\"VariableLevel2\":\"CLOUD PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SURFACE + PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"TRACE + GASES/TRACE SPECIES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC + TEMPERATURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SURFACE TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"OPTICAL + DEPTH/THICKNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC + PRESSURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"ATMOSPHERIC PRESSURE + MEASUREMENTS\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SNOW/ICE\",\"Topic\":\"TERRESTRIAL + HYDROSPHERE\",\"VariableLevel1\":\"SNOW COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SNOW/ICE\",\"Topic\":\"CRYOSPHERE\",\"VariableLevel1\":\"SNOW + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"AIR TEMPERATURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1983-07-01T00:00:00.000000Z\",\"EndingDateTime\":\"2009-12-31T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ISCCP/D2\"},\"ShortName\":\"ISCCP_D2\",\"EntryTitle\":\"International + Satellite Cloud Climatology Project (ISCCP) Stage D2 Monthly Cloud Products + - Revised Algorithm in Hierarchical Data Format\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Rossow, + W.B., A. Walker, D. Beuschel and M. Roiter, 1996: InternationalCloud Climatology + Project (ISCCP) Documentation of New Cloud Datasets,World Meteorological Organization, + Geneva, 115 pp. \"}],\"ISOTopicCategories\":[\"INLAND WATERS\",\"IMAGERY/BASE + MAPS/EARTH COVER\",\"GEOSCIENTIFIC INFORMATION\",\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for ISCCP\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/ISCCP\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://isccp.giss.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ISCCP + Data Products List\",\"Subtype\":\"PRODUCTION HISTORY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/products/products.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"DOI + data set landing page for ISCCP_D2_1\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ISCCP/D2\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for ISCCP_D2_1 (NASA Application to search, discover, visualize, refine, + and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2146747804-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ISCCP + D1 and D2 Langley Data Center Data Set Document\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/guide/base_isccp_d1_d2_dataset.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + Project/Campaign Document for the Langley DAAC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/guide/isccp_project.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + D2 Data Set Readme\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/readme/readme_isccp_d2.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Readme + to read ISCCP D2 HDF Formatted Data Files - Direct File Download (.c)\",\"Subtype\":\"SCIENCE + DATA PRODUCT SOFTWARE DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/isccp_d2_read.c\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Program + to read an entire TV file by looping over the 72 latitude bands at a time + - Direct File Download (.f)\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/isccp_d2_read.f\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Earth + Observing System Data and Information System (EOSDIS) Article: \\\"But the + winds... but the spaces\\\" By Annette Varani\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthdata.nasa.gov/learn/sensing-our-planet/but-the-winds-but-the-spaces\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + Earth Observatory Article: Shadows of Doubt - Monitoring Cloud Effects\",\"Subtype\":\"MICRO + ARTICLE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/ShadowsDoubt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + Earth Observatory Article: Stars, Clouds, Crops\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/StarsCloudsCrops\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + Known and Fixed Errors in Data Products\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/errors.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + New Algorithm: Summary of Changes\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/newalg.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Publications + for ISCCP\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/docs/documents.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"EOS + Aura Science Team Meeting AGENDA, August 27 - August 29, 2019 Pasadena CA, + USA\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://avdc.gsfc.nasa.gov/Overview/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Earth + Observing System Data and Information System (EOSDIS) Article: Global Cloud + Process Studies in the Context of Decadal Climate Variability: Enhancement + and Continuation of Data Analysis for the International Satellite Cloud Climatology + Project (ISCCP)\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://earthdata.nasa.gov/esds/competitive-programs/measures/data-analysis-for-isccp\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NCAR + UCAR Climate Data Guide\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://climatedataguide.ucar.edu/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Goddard's + Panoply - plots geo-gridded data from netCDF, HDF, GRIB datasets.\",\"Subtype\":\"MAP + VIEWER\",\"Type\":\"GOTO WEB TOOL\",\"URL\":\"https://www.giss.nasa.gov/tools/panoply/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ASDC + Direct Data Download for ISCCP_D2_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/ISCCP/D2/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for ISCCP_D2_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE SERVICE + API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/ISCCP/D2/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"1983-07-01T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2009-12-31T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + ISCCP_D2 data set contains monthly, 280 KM equal-area grid data from various + polar and geostationary satellites. Climatological Summary Product contents + contain monthly average of D1 quantities including mean diurnal cycle, distribution + and properties of total cloudiness and cloud types.\\r\\n\\r\\nThe International + Satellite Cloud Climatology Project (ISCCP), the first project of the World + Climate Research Program (WCRP), was established in 1982 (WMO-35 1982, Schiffer + and Rossow 1983): \\r\\n- To produce a global, reduced resolution, calibrated + and normalized radiance data set containing basic information on the properties + of the atmosphere from which cloud parameters can be derived. \\r\\n- To stimulate + and coordinate basic research on techniques for inferring the physical properties + of clouds from the condensed radiance data set and to apply the resulting + algorithms to derive and validate a global cloud climatology for improving + the parameterization of clouds in climate models. \\r\\n- To promote research + using ISCCP data that contributes to improved understanding of the Earth's + radiation budget and hydrological cycle. \\r\\n\\r\\nSince 1983 an international + group of institutions has collected and analyzed satellite radiance measurements + from up to five geostationary and two polar orbiting satellites to infer the + global distribution of cloud properties and their diurnal, seasonal and interannual + variations. The primary focus of the first phase of the project (1983-1995) + was the elucidation of the role of clouds in the radiation budget (top of + the atmosphere and surface). In the second phase of the project (1995 onwards) + the analysis also concerns improving understanding of clouds in the global + hydrological cycle. \\r\\n\\r\\nThe ISCCP analysis combines satellite-measured + radiances (Stage B3 data, Schiffer and Rossow 1985), Rossow et al. 1987) with + the TOVS atmospheric temperature-humidity and ice/snow correlative data sets + to obtain information about clouds and the surface. The analysis method first + determines the presence of absence of clouds in each individual image pixel + and retrieves the radiometric properties of the cloud for each cloudy pixel + and of the surface for each clear pixel. The pixel analysis is performed separately + for each satellite radiance data set and the results reported in the Stage + DX data product, which has a nominal resolution of 30 km and 3 hours. The + Stage D1 product is produced by summarizing the pixel-level results every + 3 hours on an equal-area map with 280 km resolution and merging the results + from separate satellites with the atmospheric and ice/snow data sets to produce + global coverage at each time. The Stage D2 data product is produced by averaging + the Stage D1 data over each month, first at each of the eight three hour time + intervals and then over all time intervals.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"BOUNDARY + LAYER\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"1999-05-07T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-10-25T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + Satellite Cloud Climatology Project\",\"ShortName\":\"ISCCP\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10025\",\"StateProvince\":\"NY\",\"StreetAddresses\":[\"NASA/Goddard + Institute for Space Studies\",\"2880 Broadway\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"wbrossow@ccny.cuny.edu\"}]},\"FirstName\":\"WILLIAM\",\"LastName\":\"ROSSOW\",\"MiddleName\":\"B.\",\"Roles\":[\"Investigator\",\"Technical + Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-1\",\"ShortName\":\"GMS-1\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-2\",\"ShortName\":\"GMS-2\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-3\",\"ShortName\":\"GMS-3\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-4\",\"ShortName\":\"GMS-4\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-5\",\"ShortName\":\"GMS-5\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 10\",\"ShortName\":\"GOES-10\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 11\",\"ShortName\":\"GOES-11\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 12\",\"ShortName\":\"GOES-12\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Very + High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VHRR\"}],\"LongName\":\"Indian + National Satellite\",\"ShortName\":\"INSAT\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"ShortName\":\"METEOSAT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"ShortName\":\"METEOSAT-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Meteosat + Operational Programme 1 (MOP-1)\",\"ShortName\":\"METEOSAT-4\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Meteosat + Operational Programme 2 (MOP-2)\",\"ShortName\":\"METEOSAT-5\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Meteosat + Operational Programme 3 (MOP-3)\",\"ShortName\":\"METEOSAT-6\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Meteosat + Visible Infra-Red Imager \",\"NumberOfInstruments\":1,\"ShortName\":\"MVIRI\"}],\"ShortName\":\"METEOSAT-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Spinning + Enhanced Visible and Infrared Imager\",\"NumberOfInstruments\":1,\"ShortName\":\"SEVIRI\"}],\"ShortName\":\"METEOSAT-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Spinning + Enhanced Visible and Infrared Imager\",\"NumberOfInstruments\":1,\"ShortName\":\"SEVIRI\"}],\"ShortName\":\"METEOSAT-9\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Japanese + Advanced Meteorological Imager\",\"NumberOfInstruments\":1,\"ShortName\":\"JAMI\"}],\"LongName\":\"Multi-functional + Transport Satellite 1 Replacement\",\"ShortName\":\"MTSAT-1R\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-10\",\"ShortName\":\"NOAA-10\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-11\",\"ShortName\":\"NOAA-11\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-12\",\"ShortName\":\"NOAA-12\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"ShortName\":\"NOAA-14\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"ShortName\":\"NOAA-15\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"ShortName\":\"NOAA-16\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"ShortName\":\"NOAA-17\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"ShortName\":\"NOAA-18\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-7\",\"ShortName\":\"NOAA-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-8\",\"ShortName\":\"NOAA-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-9\",\"ShortName\":\"NOAA-9\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 5\",\"ShortName\":\"GOES-5\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 6\",\"ShortName\":\"GOES-6\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 7\",\"ShortName\":\"GOES-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 8\",\"ShortName\":\"GOES-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 9\",\"ShortName\":\"GOES-9\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF4\"}]}}},{\"meta\":{\"revision-id\":592,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ISCCP_DX_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2147305318-LARC_ASDC\",\"revision-date\":\"2023-04-03T18:28:52.684Z\",\"granule-count\":100480,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Cloud + Process Studies\",\"GISS (Goddard Institute for Space Studies)\",\"Grid Data\",\"Hourly + Data\",\"ISCCP Cloud Analysis Products\",\"Precipitable Water\",\"Radiance\",\"Surface + Reflectance\"],\"CollectionCitations\":[{\"ReleaseDate\":\"2002-06-11T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"REFLECTANCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD FREQUENCY\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"CLOUDS\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"CLOUD + TYPES\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"INFRARED WAVELENGTHS\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"VariableLevel1\":\"INFRARED + IMAGERY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"VISIBLE WAVELENGTHS\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"ATMOSPHERIC PRESSURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"ATMOSPHERIC + PRESSURE MEASUREMENTS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1983-06-30T00:00:00.000000Z\",\"EndingDateTime\":\"2009-12-31T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ISCCP/DX\"},\"ShortName\":\"ISCCP_DX\",\"EntryTitle\":\"International + Satellite Cloud Climatology Project (ISCCP) Stage DX Pixel Level Cloud Product + - Revised Algorithm in Binary Format\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Rossow, + W.B., A. Walker, D. Beuschel and M. Roiter, 1996: InternationalCloud Climatology + Project (ISCCP) Documentation of New Cloud Datasets,World Meteorological Organization, + Geneva, 115 pp. \"}],\"ISOTopicCategories\":[\"IMAGERY/BASE MAPS/EARTH COVER\",\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for ISCCP\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/ISCCP\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://isccp.giss.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ISCCP + Data Products List\",\"Subtype\":\"PRODUCTION HISTORY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/products/products.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"DOI + data set landing page for ISCCP_DX_1\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ISCCP/DX\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for ISCCP_DX_1 (NASA Application to search, discover, visualize, refine, + and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET + DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2147305318-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ISCCP + DX Langley Data Center Data Set Document\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/guide/base_isccp_dx_dataset.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + DX Native Data Set Readme\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/readme/readme_isccp_dx_nat.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Sample + main program illustrating the use of the DXTABS, CDXOPEN and DXREAD routines + - Direct File Download (.f)\",\"Subtype\":\"SCIENCE DATA PRODUCT SOFTWARE + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/isccp_dx_read.f\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Code + for ISCCP DX read software for use with the Portland Group Compiler (Linux + machine only) - Direct File Download (.f)\",\"Subtype\":\"SCIENCE DATA PRODUCT + SOFTWARE DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/linux_isccp_dx_read.f\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Earth + Observing System Data and Information System (EOSDIS) Article: \\\"But the + winds... but the spaces\\\" By Annette Varani\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthdata.nasa.gov/learn/sensing-our-planet/but-the-winds-but-the-spaces\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + Earth Observatory Article: Shadows of Doubt - Monitoring Cloud Effects\",\"Subtype\":\"MICRO + ARTICLE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/ShadowsDoubt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + Earth Observatory Article: Stars, Clouds, Crops\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/StarsCloudsCrops\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + Known and Fixed Errors in Data Products\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/errors.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + New Algorithm: Summary of Changes\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/newalg.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + Project/Campaign Document for the Langley DAAC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/guide/isccp_project.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Publications + for ISCCP\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/docs/documents.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"EOS + Aura Science Team Meeting AGENDA, August 27 - August 29, 2019 Pasadena CA, + USA\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://avdc.gsfc.nasa.gov/Overview/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Earth + Observing System Data and Information System (EOSDIS) Article: Global Cloud + Process Studies in the Context of Decadal Climate Variability: Enhancement + and Continuation of Data Analysis for the International Satellite Cloud Climatology + Project (ISCCP)\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://earthdata.nasa.gov/esds/competitive-programs/measures/data-analysis-for-isccp\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NCAR + UCAR Climate Data Guide\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://climatedataguide.ucar.edu/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Goddard's + Panoply - plots geo-gridded data from netCDF, HDF, GRIB datasets.\",\"Subtype\":\"MAP + VIEWER\",\"Type\":\"GOTO WEB TOOL\",\"URL\":\"https://www.giss.nasa.gov/tools/panoply/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ASDC + Direct Data Download for ISCCP_DX_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/ISCCP/DX_1/\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"1983-06-30T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2009-12-31T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"ISCCP_DX_1 + is the International Satellite Cloud Climatology Project (ISCCP) Stage DX + Pixel Level Cloud Product - Revised Algorithm in Binary Format data set. It + contains 3-hourly, 30 KM satellite image projection data from various polar + and geostationary satellites. Pixel Level Cloud Product contents include calibrated + radiances, cloud detection results, and cloud and surface properties from + radiative analysis. Data collection for this data set is complete.\\r\\n\\r\\nISCCP + was the first project of the World Climate Research Program (WCRP) and was + established in 1982 (WMO-35 1982, Schiffer and Rossow 1983) to:\\r\\nproduce + a global, reduced resolution, calibrated and normalized radiance data set + containing basic information on the properties of the atmosphere from which + cloud parameters can be derived; stimulate and coordinate basic research on + techniques for inferring the physical properties of clouds from the condensed + radiance data set and to apply the resulting algorithms to derive and validate + a global cloud climatology for improving the parameterization of clouds in + climate models; and promote research using ISCCP data that contributes to + improved understanding of the Earth's radiation budget and hydrological cycle.\\r\\n\\r\\nStarting + in 1983, an international group of institutions collected and analyzed satellite + radiance measurements from up to five geostationary and two polar orbiting + satellites to infer the global distribution of cloud properties and their + diurnal, seasonal and inter-annual variations. The primary focus of the first + phase of the project (1983-1995) was the elucidation of the role of clouds + in the radiation budget (top of the atmosphere and surface). In the second + phase of the project (1995 onward) the analysis was also concerned with improving + understanding of clouds in the global hydrological cycle.\\r\\n\\r\\nThe ISCCP + analysis combined satellite-measured radiances (Stage B3 data, Schiffer and + Rossow 1985, Rossow et al. 1987) with the Tiros Operational Vertical Sounder + (TOVS) atmospheric temperature-humidity and ice/snow correlative data sets + to obtain information about clouds and the surface. The analysis method first + determined the presence of or absence of clouds in each individual image pixel + and retrieved the radiometric properties of the cloud for each cloudy pixel + and of the surface for each clear pixel. The pixel analysis was performed + separately for each satellite radiance data set and the results were reported + in the Stage DX data product, which had a nominal resolution of 30 km and + 3 hours. The Stage D1 product was produced by summarizing the pixel-level + results every 3 hours on an equal-area map with 280 km resolution and merging + the results from separate satellites with the atmospheric and ice/snow data + sets to produce global coverage at each time. The Stage D2 data product was + produced by averaging the Stage D1 data over each month, first at each of + the eight three hour time intervals and then over all time intervals.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"BOUNDARY + LAYER\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2013-10-28T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-10-25T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + Satellite Cloud Climatology Project\",\"ShortName\":\"ISCCP\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10025\",\"StateProvince\":\"NY\",\"StreetAddresses\":[\"NASA/Goddard + Institute for Space Studies\",\"2880 Broadway\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"wbrossow@ccny.cuny.edu\"}]},\"FirstName\":\"WILLIAM\",\"LastName\":\"ROSSOW\",\"MiddleName\":\"B.\",\"Roles\":[\"Investigator\",\"Technical + Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-1\",\"ShortName\":\"GMS-1\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-2\",\"ShortName\":\"GMS-2\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-3\",\"ShortName\":\"GMS-3\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-4\",\"ShortName\":\"GMS-4\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Meteorological Satellite-5\",\"ShortName\":\"GMS-5\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 10\",\"ShortName\":\"GOES-10\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 11\",\"ShortName\":\"GOES-11\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 12\",\"ShortName\":\"GOES-12\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Very + High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VHRR\"}],\"LongName\":\"Indian + National Satellite\",\"ShortName\":\"INSAT\",\"Type\":\"Earth Observation + Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"ShortName\":\"METEOSAT-2\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"ShortName\":\"METEOSAT-3\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Meteosat + Operational Programme 1 (MOP-1)\",\"ShortName\":\"METEOSAT-4\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Meteosat + Operational Programme 2 (MOP-2)\",\"ShortName\":\"METEOSAT-5\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Meteosat + Operational Programme 3 (MOP-3)\",\"ShortName\":\"METEOSAT-6\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Meteosat + Visible Infra-Red Imager \",\"NumberOfInstruments\":1,\"ShortName\":\"MVIRI\"}],\"ShortName\":\"METEOSAT-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Spinning + Enhanced Visible and Infrared Imager\",\"NumberOfInstruments\":1,\"ShortName\":\"SEVIRI\"}],\"ShortName\":\"METEOSAT-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Spinning + Enhanced Visible and Infrared Imager\",\"NumberOfInstruments\":1,\"ShortName\":\"SEVIRI\"}],\"ShortName\":\"METEOSAT-9\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"LongName\":\"Japanese + Advanced Meteorological Imager\",\"NumberOfInstruments\":1,\"ShortName\":\"JAMI\"}],\"LongName\":\"Multi-functional + Transport Satellite 1 Replacement\",\"ShortName\":\"MTSAT-1R\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-10\",\"ShortName\":\"NOAA-10\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-11\",\"ShortName\":\"NOAA-11\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-12\",\"ShortName\":\"NOAA-12\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"ShortName\":\"NOAA-14\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"ShortName\":\"NOAA-15\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"ShortName\":\"NOAA-16\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"ShortName\":\"NOAA-17\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"ShortName\":\"NOAA-18\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-7\",\"ShortName\":\"NOAA-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-8\",\"ShortName\":\"NOAA-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Advanced + Very High Resolution Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"AVHRR\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-9\",\"ShortName\":\"NOAA-9\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 5\",\"ShortName\":\"GOES-5\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 6\",\"ShortName\":\"GOES-6\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 7\",\"ShortName\":\"GOES-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 8\",\"ShortName\":\"GOES-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"Imager\"}],\"NumberOfInstruments\":1,\"ShortName\":\"GOES + I-M IMAGER\"},{\"ComposedOf\":[{\"ShortName\":\"Radiometer\"}],\"LongName\":\"Visible + and Infrared Spin Scan Radiometer\",\"NumberOfInstruments\":1,\"ShortName\":\"VISSR\"}],\"LongName\":\"Geostationary + Operational Environmental Satellite 9\",\"ShortName\":\"GOES-9\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":591,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ISCCP_TOVS_NAT_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2146825898-LARC_ASDC\",\"revision-date\":\"2023-04-03T17:48:58.614Z\",\"granule-count\":1123,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Cloud + Amount\",\"Cloud Top Pressure\",\"Ozone (O3)\",\"Precipitable Water Profiles\",\"Surface + Pressure\",\"Surface Temperature\",\"Temperature Profiles\",\"Tropopause Pressure\",\"Tropopause + Temperature\"],\"CollectionCitations\":[{\"ReleaseDate\":\"2000-09-29T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"UPPER + AIR TEMPERATURE\",\"VariableLevel2\":\"VERTICAL PROFILES\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"OXYGEN + COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC OZONE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"TOTAL PRECIPITABLE WATER\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"AIR TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"UPPER + AIR TEMPERATURE\",\"VariableLevel2\":\"BOUNDARY LAYER TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"WATER + VAPOR PROFILES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1980-01-01T00:00:00.000000Z\",\"EndingDateTime\":\"2009-12-31T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ISCCP/TOVS_NAT\"},\"ShortName\":\"ISCCP_TOVS_NAT\",\"EntryTitle\":\"International + Satellite Cloud Climatology Project (ISCCP) TOVS in Native Data Format\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for ISCCP\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/ISCCP\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://isccp.giss.nasa.gov/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ISCCP + Data Products List\",\"Subtype\":\"PRODUCTION HISTORY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/products/products.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"DOI + data set landing page for ISCCP_TOVS_NAT_1\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ISCCP/TOVS_NAT\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for ISCCP_TOVS_NAT_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2146825898-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ISCCP + TIROS Operational Vertical Satellite (TOVS) Product in Native (NAT) Format + (ISCCP_TOVS_NAT) Data Set Abstract\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/guide/abstract_ISCCP_TOVS_NAT.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP_TOVS_NAT + Data Set Readme\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/readme/readme_isccp_tovs_nat.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Readme + to read ISCCP TOVS data files - Direct File Download (.c)\",\"Subtype\":\"SCIENCE + DATA PRODUCT SOFTWARE DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/isccp_tovs_read.c\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Program + to read an entire TV file by looping over the 72 latitude bands one at a time + - Direct File Download (.f)\",\"Subtype\":\"HOW-TO\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/read_software/isccp_tovs_read.f\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Earth + Observing System Data and Information System (EOSDIS) Article: \\\"But the + winds... but the spaces\\\" By Annette Varani\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthdata.nasa.gov/learn/sensing-our-planet/but-the-winds-but-the-spaces\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + Earth Observatory Article: Shadows of Doubt - Monitoring Cloud Effects\",\"Subtype\":\"MICRO + ARTICLE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/ShadowsDoubt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + Earth Observatory Article: Stars, Clouds, Crops\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://earthobservatory.nasa.gov/features/StarsCloudsCrops\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + Known and Fixed Errors in Data Products\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/errors.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + New Algorithm: Summary of Changes\",\"Subtype\":\"ALGORITHM DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/newalg.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ISCCP + Project/Campaign Document for the Langley DAAC\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/isccp/guide/isccp_project.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Publications + for ISCCP\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://isccp.giss.nasa.gov/docs/documents.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"EOS + Aura Science Team Meeting AGENDA, August 27 - August 29, 2019 Pasadena CA, + USA\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://avdc.gsfc.nasa.gov/Overview/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Earth + Observing System Data and Information System (EOSDIS) Article: Global Cloud + Process Studies in the Context of Decadal Climate Variability: Enhancement + and Continuation of Data Analysis for the International Satellite Cloud Climatology + Project (ISCCP)\",\"Subtype\":\"MICRO ARTICLE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://earthdata.nasa.gov/esds/competitive-programs/measures/data-analysis-for-isccp\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NCAR + UCAR Climate Data Guide\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://climatedataguide.ucar.edu/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Goddard's + Panoply - plots geo-gridded data from netCDF, HDF, GRIB datasets.\",\"Subtype\":\"MAP + VIEWER\",\"Type\":\"GOTO WEB TOOL\",\"URL\":\"https://www.giss.nasa.gov/tools/panoply/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ASDC + Direct Data Download for ISCCP_TOVS_NAT_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/ISCCP/TOVS_NAT_1/\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"1980-12-01T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2009-12-31T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"ISCCP_TOVS_NAT_1 + is the International Satellite Cloud Climatology Project (ISCCP) TIROS Operational + Vertical Sounder (TOVS) data set in the Native Data Format. It is a daily, + global description of the ozone, temperature, and humidity distributions obtained + from the analysis of data from the TOVS system. The TOVS data set contents + include atmosphere and surface data including temperature structure, water, + and ozone abundances obtained from the TOVS product and supplemented by two + climatologies. The ISCCP_TOVS_NAT data set contains information concerning + the atmospheric temperature and humidity profiles as well as the ozone column + abundance. Data collection for this data set is complete.\\r\\n\\r\\nThis + data set is composed of 3 types of data files: CLIM MONTHLY, which contains + the monthly climatological data obtained from balloon observations; TOVS MONTHLY, + which contains the monthly climatological data computed from the daily TOVS + values; and TOVS DAILY, which contains the daily composite of the TOVS Sounding + Product. The data was collected on a global equal-area grid with the cell + area equivalent to 2.5 degrees latitude/longitude at the equator. The grid + began at the South Pole with the intersection of the Greenwich meridian (0 + deg. longitude) and the South Pole as a cell corner. \\r\\n\\r\\nThe TOVS + system flew on the NOAA Operational Polar Orbiting Satellite series. Measurements + from the High Resolution Infrared Radiation Sounder (HIRS/2), the Stratospheric + Sounding Unit (SSU), and the Microwave Sounding Unit (MSU) were processed + by NOAA to produce the TOVS Sounding Product.\\r\\n\\r\\nISCCP was the first + project of the World Climate Research Program (WCRP), to collect and analyze + satellite radiance measurements to infer the global distribution of cloud + radiative properties and their diurnal and seasonal variations. These data + and analysis products were used to improve the understanding and modeling + of the effects of clouds on climate. The ISCCP version of the ice/snow data + set included only information concerning fractional coverage. The version + actually used in the cloud analysis was changed in two ways: reductions to + ice/snow presence and creation of margin zones in the data. The first of these + was simply the process of converting the coded parameters in the original + data set to code values that indicate only the presence or absence of sea + ice and/or snow. The latter process filled in nearby grid cells in the data + to indicate proximity to snow or sea ice covered locations. The second change + is not included in the archived version of this data.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2001-05-21T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2022-10-25T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"International + Satellite Cloud Climatology Project\",\"ShortName\":\"ISCCP\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"New + York\",\"Country\":\"United States\",\"PostalCode\":\"10025\",\"StateProvince\":\"NY\",\"StreetAddresses\":[\"NASA/Goddard + Institute for Space Studies\",\"2880 Broadway\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"wbrossow@ccny.cuny.edu\"}]},\"FirstName\":\"WILLIAM\",\"LastName\":\"ROSSOW\",\"MiddleName\":\"B.\",\"Roles\":[\"Investigator\",\"Technical + Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"SOUNDERS\"}],\"LongName\":\"TIROS + Operational Vertical Sounder\",\"NumberOfInstruments\":1,\"ShortName\":\"TOVS\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-10\",\"ShortName\":\"NOAA-10\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"LongName\":\"TIROS Operational + Vertical Sounder\",\"ShortName\":\"TOVS\"}],\"LongName\":\"National Oceanic + & Atmospheric Administration-11\",\"ShortName\":\"NOAA-11\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"SOUNDERS\"}],\"LongName\":\"TIROS + Operational Vertical Sounder\",\"NumberOfInstruments\":1,\"ShortName\":\"TOVS\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-12\",\"ShortName\":\"NOAA-12\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"SOUNDERS\"}],\"LongName\":\"TIROS + Operational Vertical Sounder\",\"NumberOfInstruments\":1,\"ShortName\":\"TOVS\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"ShortName\":\"NOAA-14\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"SOUNDERS\"}],\"LongName\":\"TIROS + Operational Vertical Sounder\",\"NumberOfInstruments\":1,\"ShortName\":\"TOVS\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-15\",\"ShortName\":\"NOAA-15\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"SOUNDERS\"}],\"LongName\":\"TIROS + Operational Vertical Sounder\",\"NumberOfInstruments\":1,\"ShortName\":\"TOVS\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-16\",\"ShortName\":\"NOAA-16\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"SOUNDERS\"}],\"LongName\":\"TIROS + Operational Vertical Sounder\",\"NumberOfInstruments\":1,\"ShortName\":\"TOVS\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-17\",\"ShortName\":\"NOAA-17\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"SOUNDERS\"}],\"LongName\":\"TIROS + Operational Vertical Sounder\",\"NumberOfInstruments\":1,\"ShortName\":\"TOVS\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-18\",\"ShortName\":\"NOAA-18\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"SOUNDERS\"}],\"LongName\":\"TIROS + Operational Vertical Sounder\",\"NumberOfInstruments\":1,\"ShortName\":\"TOVS\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-7\",\"ShortName\":\"NOAA-7\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"SOUNDERS\"}],\"LongName\":\"TIROS + Operational Vertical Sounder\",\"NumberOfInstruments\":1,\"ShortName\":\"TOVS\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-8\",\"ShortName\":\"NOAA-8\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ComposedOf\":[{\"ShortName\":\"SOUNDERS\"}],\"LongName\":\"TIROS + Operational Vertical Sounder\",\"NumberOfInstruments\":1,\"ShortName\":\"TOVS\"}],\"LongName\":\"National + Oceanic & Atmospheric Administration-9\",\"ShortName\":\"NOAA-9\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"Binary\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"USGS_EROS\",\"has-combine\":false,\"user-id\":\"thouska\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"International + Space Station SERVIR Environmental Research and Visualization System V1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1379906336-USGS_EROS\",\"revision-date\":\"2021-03-04T18:39:59.385Z\",\"granule-count\":47252,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AdditionalAttributes\":[{\"Name\":\"AcquisitionDate\",\"Description\":\"Acquisition + Date\",\"DataType\":\"DATE\"},{\"Name\":\"DownloadAvailable\",\"Description\":\"Download + Available\",\"DataType\":\"STRING\"},{\"Name\":\"ProcessingLevel\",\"Description\":\"Processling + Level\",\"DataType\":\"STRING\"},{\"Name\":\"FileFormats\",\"Description\":\"File + Formats\",\"DataType\":\"STRING\"},{\"Name\":\"Continent\",\"Description\":\"Continent\",\"DataType\":\"STRING\"},{\"Name\":\"Country\",\"Description\":\"Country\",\"DataType\":\"STRING\"},{\"Name\":\"State\",\"Description\":\"State\",\"DataType\":\"STRING\"},{\"Name\":\"AdministrativeDistrict\",\"Description\":\"Administrative + District\",\"DataType\":\"STRING\"},{\"Name\":\"NearestCity\",\"Description\":\"Nearest + City\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":7,\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2013-03-27T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"0\"},\"DOI\":{\"MissingReason\":\"Unknown\",\"Explanation\":\"Native + record does not contain a DOI.\"},\"ShortName\":\"ISERV\",\"EntryTitle\":\"International + Space Station SERVIR Environmental Research and Visualization System V1\",\"RelatedUrls\":[{\"Description\":\"ISS + SERVIR Environmental Research and Visualization System (ISERV)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://lta.cr.usgs.gov/iserv\"}],\"DataDates\":[{\"Date\":\"2015-10-23T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2015-11-09T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Abstract: + The ISS SERVIR Environmental Research and Visualization System (ISERV) acquired + images of the Earth's surface from the International Space Station (ISS). + The goal was to improve automatic image capturing and data transfer. ISERV's + main component was the optical assembly which consisted of a 9.25 inch Schmidt-Cassegrain + telescope, a focal reducer (field of view enlarger), a digital single lens + reflex camera, and a high precision focusing mechanism. A motorized 2-axis + pointing mount allowed pointing at targets approximately 23 degrees from nadir + in both along- and across-track directions.\",\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-02-26T16:16:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2021-03-04T18:39:00.000Z\"}],\"Version\":\"1\",\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/MSFC/NSSTC\",\"LongName\":\"National + Space Science and Technology Center, Marshall Space Flight Center, NASA\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"custserv@usgs.gov\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://www.nasa.gov/centers/marshall/scienceandtechnology/nsstc.html\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"DOI/USGS/EROS\",\"LongName\":\"Earth + Resources Observation and Science Center, U.S. Geological Survey, U.S. Department + of the Interior\",\"ContactInformation\":{\"ServiceHours\":\"M-F, 8am to 4pm, + Central Time\",\"ContactInstruction\":\"https://eros.usgs.gov\",\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+001 + 605-594-6151\"},{\"Type\":\"U.S. toll free\",\"Value\":\"1-800-252-4547\"},{\"Type\":\"TDD/TTY + Phone\",\"Value\":\"+001 605-594-6933\"},{\"Type\":\"Fax\",\"Value\":\"+001 + 605-594-6589\"},{\"Type\":\"Email\",\"Value\":\"custserv@usgs.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"USGS Earth Resources Observation and Science + Center (EROS), 47914 252nd St\"],\"City\":\"Sioux + Falls\",\"PostalCode\":\"57198-0001\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://www.usgs.gov/centers/eros\"}]}}],\"Platforms\":[{\"Type\":\"Space + Stations/Manned Spacecraft\",\"ShortName\":\"ISS\",\"LongName\":\"International + Space Station\",\"Instruments\":[{\"ShortName\":\"Schmidt-Cassegrain Telescope\",\"LongName\":\"Schmidt-Cassegrain + Telescope\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":56,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXA_DC8_AIRCRAFT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000480-LARC_ASDC\",\"revision-date\":\"2024-04-04T16:27:13.637Z\",\"granule-count\":808,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2006-06-29T00:00:00.000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":27,\"Longitude\":-177.1},{\"Latitude\":27,\"Longitude\":-132},{\"Latitude\":54,\"Longitude\":-132},{\"Latitude\":54,\"Longitude\":-177.1},{\"Latitude\":27,\"Longitude\":-177.1}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-06-26T00:00:00.000Z\",\"EndingDateTime\":\"2004-08-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXA/0008\"},\"ShortName\":\"INTEXA_DC8_AIRCRAFT\",\"EntryTitle\":\"INTEX-A + Aircraft data\",\"ISOTopicCategories\":[\"IMAGERY/BASE MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for INTEX-A\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXA\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-na/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-NA + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXA_DC8_AIRCRAFT_1\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXA/0008\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXA_DC8_AIRCRAFT_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000480-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\",\"URLContentType\":\"VisualizationURL\"},{\"Description\":\"INTEX-NA + NASA Earth Science Project Office Home Page\",\"Type\":\"PROFESSIONAL HOME + PAGE\",\"URL\":\"https://espo.nasa.gov/intex-na\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-NA + White Paper\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/white_paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-A + Mission Overview Paper\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/Singh_INTEX-A_Overview_Paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-B + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXA_DC8_AIRCRAFT_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXA/INTEXA_DC8_AIRCRAFT/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXA_DC8_AIRCRAFT_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXA/INTEXA_DC8_AIRCRAFT/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2014-04-28T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-08-07T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEXA_DC8_AIRCRAFT + is the Intercontinental Chemical Transport Experiment - North America Phase + A (INTEX-A) Aircraft data product. INTEX-A was an integrated atmospheric field + experiment performed over North America. The study sought to understand the + transport and transformation of gases and aerosols on transcontinental/intercontinental + scales and their impact on air quality and climate. A particular focus in + this study is to quantify and characterize the inflow and outflow of pollution + over North America. The main constituents of interest are ozone and precursors, + aerosols and precursors, and the long-lived greenhouse gases.INTEX-NA is part + of a larger international ITCT (Intercontinental Transport and Chemical Transformation) + initiative. INTEX-NA goals are greatly facilitated and enhanced by a number + of concurrent and coordinated national and international field campaigns and + satellite observations. Synthesis of the ensemble of observation from surface, + airborne, and space platforms, with the help of a hierarchy of models is an + important goal of INTEX-NA.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-04-28T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T17:47:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A)\",\"ShortName\":\"INTEXA\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Light + Detection and Ranging\",\"ShortName\":\"LIDAR\"}],\"LongName\":\"Light Detection + and Ranging\",\"ShortName\":\"LIDAR\"},{\"ComposedOf\":[{\"ShortName\":\"SPECTROMETERS\"}],\"ShortName\":\"SPECTROMETERS\"}],\"LongName\":\"NASA + Douglas DC-8\",\"ShortName\":\"NASA DC-8\",\"Type\":\"Jet\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ASCII\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":69,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXA_AIRMAP\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000460-LARC_ASDC\",\"revision-date\":\"2024-03-28T14:23:52.097Z\",\"granule-count\":16,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2006-06-29T00:00:00.000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":27,\"Longitude\":-178},{\"Latitude\":27,\"Longitude\":-132},{\"Latitude\":54,\"Longitude\":-132},{\"Latitude\":54,\"Longitude\":-178},{\"Latitude\":27,\"Longitude\":-178}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-07-05T00:00:00.000Z\",\"EndingDateTime\":\"2004-07-05T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXA/0002\"},\"ShortName\":\"INTEXA_AIRMAP\",\"EntryTitle\":\"INTEX-A + AIRMAP data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for INTEX-A\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXA\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-na/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"NTEX-NA + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXA_AIRMAP_1\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXA/0002\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXA_AIRMAP_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000460-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\",\"URLContentType\":\"VisualizationURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXA_AIRMAP_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXA/INTEXA_AIRMAP/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXA_AIRMAP_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXA/INTEXA_AIRMAP/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2017-01-17T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A) is an integrated + atmospheric field experiment performed over North America. The study seeks + to understand the transport and transformation of gases and aerosols on transcontinental/intercontinental + scales and their impact on air quality and climate. A particular focus in + this study is to quantify and characterize the inflow and outflow of pollution + over North America. The main constituents of interest are ozone and precursors, + aerosols and precursors, and the long-lived greenhouse gases. INTEX-NA is + part of a larger international ITCT (Intercontinental Transport and Chemical + Transformation) initiative. INTEX-NA goals are greatly facilitated and enhanced + by a number of concurrent and coordinated national and international field + campaigns and satellite observations. Synthesis of the ensemble of observation + from surface, airborne, and space platforms, with the help of a hierarchy + of models is an important goal of INTEX-NA.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2017-01-17T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-02-29T15:51:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A)\",\"ShortName\":\"INTEXA\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA/Ames + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA/Ames + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(415) + 604-5231\"},{\"Type\":\"Fax\",\"Value\":\"(415) 604-3625\"},{\"Type\":\"Email\",\"Value\":\"pil@ra.arc.nasa.gov\"}]},\"FirstName\":\"PETER\",\"LastName\":\"PILEWSKI\",\"Roles\":[\"Technical + Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett Field\",\"Country\":\"United + States\",\"PostalCode\":\"94035\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"MS 245-5\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(415) + 604-5404\"}]},\"FirstName\":\"PHILIP\",\"LastName\":\"RUSSELL\",\"MiddleName\":\"B.\",\"Roles\":[\"Technical + Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, Aqua\",\"ShortName\":\"Aqua\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"FILTERABLE + DEPOSIT JAR SAMPLER\"},{\"ShortName\":\"DC8 DROPSONDES\"}],\"LongName\":\"GROUND-BASED + OBSERVATIONS\",\"ShortName\":\"GROUND-BASED OBSERVATIONS\",\"Type\":\"Permanent + Land Sites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Earth + Observing System, Aura\",\"ShortName\":\"Aura\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ASCII\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":59,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXA_TRAJECTORY\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000482-LARC_ASDC\",\"revision-date\":\"2024-04-04T16:29:21.538Z\",\"granule-count\":135,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"ReleaseDate\":\"2006-06-29T00:00:00.000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":26,\"Longitude\":-178},{\"Latitude\":26,\"Longitude\":-132},{\"Latitude\":57,\"Longitude\":-132},{\"Latitude\":57,\"Longitude\":-178},{\"Latitude\":26,\"Longitude\":-178}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-07-01T00:00:00.000Z\",\"EndingDateTime\":\"2004-08-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXA/0001\"},\"ShortName\":\"INTEXA_TRAJECTORY\",\"EntryTitle\":\"INTEX-A + DC-8 Aircraft Trajectory data\",\"ISOTopicCategories\":[\"IMAGERY/BASE MAPS/EARTH + COVER\",\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for INTEX-A\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXA\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-na/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-NA + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXA_TRAJECTORY_1\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXA/0001\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXA_TRAJECTORY_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000482-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + White Paper\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/white_paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-A + Mission Overview\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/Singh_INTEX-A_Overview_Paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + NASA Earth Science Project Office Project Home Page\",\"Type\":\"PROFESSIONAL + HOME PAGE\",\"URL\":\"https://espo.nasa.gov/intex-na\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-B + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"PROFESSIONAL + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXA_TRAJECTORY_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXA/INTEXA_TRAJECTORY/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXA_TRAJECTORY_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXA/INTEXA_TRAJECTORY/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2014-10-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A) is an integrated + atmospheric field experiment performed over North America. The study seeks + to understand the transport and transformation of gases and aerosols on transcontinental/intercontinental + scales and their impact on air quality and climate. A particular focus in + this study is to quantify and characterize the inflow and outflow of pollution + over North America. The main constituents of interest are ozone and precursors, + aerosols and precursors, and the long-lived greenhouse gases. INTEX-NA is + part of a larger international ITCT (Intercontinental Transport and Chemical + Transformation) initiative. INTEX-NA goals are greatly facilitated and enhanced + by a number of concurrent and coordinated national and international field + campaigns and satellite observations. Synthesis of the ensemble of observation + from surface, airborne, and space platforms, with the help of a hierarchy + of models is an important goal of INTEX-NA.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-07T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T18:49:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A)\",\"ShortName\":\"INTEXA\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Cambridge\",\"Country\":\"United + States\",\"PostalCode\":\"02138\",\"StateProvince\":\"Massachusetts\",\"StreetAddresses\":[\"Division + of Applied Sciences and Department of Earth and Planetary Sciences\",\"Harvard + University\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(617) + 495-1794\"},{\"Type\":\"Email\",\"Value\":\"djj@io.harvard.edu\"}]},\"FirstName\":\"DANIEL\",\"LastName\":\"JACOB\",\"MiddleName\":\"J.\",\"Roles\":[\"Technical + Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett Field\",\"Country\":\"United + States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"LongName\":\"NASA + Douglas DC-8\",\"ShortName\":\"NASA DC-8\",\"Type\":\"Jet\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ASCII\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":61,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXA_J31_AIRCRAFT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000500-LARC_ASDC\",\"revision-date\":\"2024-04-04T16:26:51.958Z\",\"granule-count\":58,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2006-06-29T00:00:00.000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":40,\"Longitude\":-72},{\"Latitude\":40,\"Longitude\":-63},{\"Latitude\":45,\"Longitude\":-63},{\"Latitude\":45,\"Longitude\":-72},{\"Latitude\":40,\"Longitude\":-72}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-07-10T00:00:00.000Z\",\"EndingDateTime\":\"2004-08-08T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXA/0007\"},\"ShortName\":\"INTEXA_J31_AIRCRAFT\",\"EntryTitle\":\"INTEX-A + J-31 Aircraft data\",\"ISOTopicCategories\":[\"IMAGERY/BASE MAPS/EARTH COVER\",\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for INTEX-A\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXA\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-na/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-NA + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEX-A Data Products\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/AIRCRAFT/INTEXA/AEROSOL-TRACEGAS\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXA_J31_AIRCRAFT_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000500-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"DOI + data set landing page for INTEXA_J31_AIRCRAFT_1\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXA/0007\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-NA + NASA Earth Science Project Office Project Home Page\",\"Type\":\"PROFESSIONAL + HOME PAGE\",\"URL\":\"https://espo.nasa.gov/intex-na\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-A + Mission Overview\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/Singh_INTEX-A_Overview_Paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + White Paper\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/white_paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-B + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXA_J31_AIRCRAFT_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXA/INTEXA_J31_AIRCRAFT/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXA_J31_AIRCRAFT_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXA/INTEXA_J31_AIRCRAFT/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2014-10-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A) is an integrated + atmospheric field experiment performed over North America. The study seeks + to understand the transport and transformation of gases and aerosols on transcontinental/intercontinental + scales and their impact on air quality and climate. A particular focus in + this study is to quantify and characterize the inflow and outflow of pollution + over North America. The main constituents of interest are ozone and precursors, + aerosols and precursors, and the long-lived greenhouse gases. INTEX-NA is + part of a larger international ITCT (Intercontinental Transport and Chemical + Transformation) initiative. INTEX-NA goals are greatly facilitated and enhanced + by a number of concurrent and coordinated national and international field + campaigns and satellite observations. Synthesis of the ensemble of observation + from surface, airborne, and space platforms, with the help of a hierarchy + of models is an important goal of INTEX-NA.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-06T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T18:22:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A)\",\"ShortName\":\"INTEXA\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA/Ames + Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(415) + 604-5231\"},{\"Type\":\"Fax\",\"Value\":\"(415) 604-3625\"},{\"Type\":\"Email\",\"Value\":\"pil@ra.arc.nasa.gov\"}]},\"FirstName\":\"PETER\",\"LastName\":\"PILEWSKI\",\"Roles\":[\"Technical + Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett Field\",\"Country\":\"United + States\",\"PostalCode\":\"94035\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"MS 245-5\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(415) + 604-5404\"}]},\"FirstName\":\"PHILIP\",\"LastName\":\"RUSSELL\",\"MiddleName\":\"B.\",\"Roles\":[\"Technical + Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Solar + Spectral Flux Radiometers\",\"ShortName\":\"SSFR\"}],\"LongName\":\"Solar + Spectral Flux Radiometers\",\"ShortName\":\"SSFR\"}],\"LongName\":\"J-31 aircraft\",\"ShortName\":\"J-31\",\"Type\":\"Jet\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ASCII\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":59,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXA_MERGES\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000520-LARC_ASDC\",\"revision-date\":\"2024-04-04T16:28:44.656Z\",\"granule-count\":169,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2006-06-29T00:00:00.000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":27,\"Longitude\":-178},{\"Latitude\":27,\"Longitude\":-132},{\"Latitude\":54,\"Longitude\":-132},{\"Latitude\":54,\"Longitude\":-178},{\"Latitude\":27,\"Longitude\":-178}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-07-01T00:00:00.000Z\",\"EndingDateTime\":\"2004-08-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXA/0006\"},\"ShortName\":\"INTEXA_MERGES\",\"EntryTitle\":\"INTEX-A + Merged DC-8 Aircraft data\",\"ISOTopicCategories\":[\"IMAGERY/BASE MAPS/EARTH + COVER\",\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for INTEX-A\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXA\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-na/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-NA + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXA_MERGES_1\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXA/0006\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXA_MERGES_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000520-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + NASA Earth Science Project Office Project Home Page\",\"Type\":\"PROFESSIONAL + HOME PAGE\",\"URL\":\"https://espo.nasa.gov/intex-na\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-A + Mission Overview Paper\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/Singh_INTEX-A_Overview_Paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-A + Whitepaper\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/white_paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-B + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXA_MERGES_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXA/INTEXA_MERGES/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXA_MERGES_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXA/INTEXA_MERGES/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2014-10-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A) is an integrated + atmospheric field experiment performed over North America. The study seeks + to understand the transport and transformation of gases and aerosols on transcontinental/intercontinental + scales and their impact on air quality and climate. A particular focus in + this study is to quantify and characterize the inflow and outflow of pollution + over North America. The main constituents of interest are ozone and precursors, + aerosols and precursors, and the long-lived greenhouse gases. INTEX-NA is + part of a larger international ITCT (Intercontinental Transport and Chemical + Transformation) initiative. INTEX-NA goals are greatly facilitated and enhanced + by a number of concurrent and coordinated national and international field + campaigns and satellite observations. Synthesis of the ensemble of observation + from surface, airborne, and space platforms, with the help of a hierarchy + of models is an important goal of INTEX-NA.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-06T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T18:27:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A)\",\"ShortName\":\"INTEXA\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Cambridge\",\"Country\":\"United + States\",\"PostalCode\":\"02138\",\"StateProvince\":\"Massachusetts\",\"StreetAddresses\":[\"Division + of Applied Sciences and Department of Earth and Planetary Sciences\",\"Harvard + University\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(617) + 495-1794\"},{\"Type\":\"Email\",\"Value\":\"djj@io.harvard.edu\"}]},\"FirstName\":\"DANIEL\",\"LastName\":\"JACOB\",\"MiddleName\":\"J.\",\"Roles\":[\"Technical + Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett Field\",\"Country\":\"United + States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Light + Detection and Ranging\",\"ShortName\":\"LIDAR\"}],\"LongName\":\"Light Detection + and Ranging\",\"ShortName\":\"LIDAR\"},{\"ComposedOf\":[{\"ShortName\":\"SPECTROMETERS\"}],\"ShortName\":\"SPECTROMETERS\"}],\"LongName\":\"NASA + Douglas DC-8\",\"ShortName\":\"NASA DC-8\",\"Type\":\"Jet\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ASCII\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":59,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXA_MODEL\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000521-LARC_ASDC\",\"revision-date\":\"2024-04-04T16:27:55.054Z\",\"granule-count\":64,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"Modeled + Data\"],\"CollectionCitations\":[{\"ReleaseDate\":\"2006-06-29T00:00:00.000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":26,\"Longitude\":-178},{\"Latitude\":26,\"Longitude\":-132},{\"Latitude\":55,\"Longitude\":-132},{\"Latitude\":55,\"Longitude\":-178},{\"Latitude\":26,\"Longitude\":-178}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-06-26T00:00:00.000Z\",\"EndingDateTime\":\"2004-08-14T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXA/0005\"},\"ShortName\":\"INTEXA_MODEL\",\"EntryTitle\":\"INTEX-A + Model data\",\"ISOTopicCategories\":[\"IMAGERY/BASE MAPS/EARTH COVER\",\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for INTEX-A\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXA\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-na/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-NA + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEX-A Data Products\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/AIRCRAFT/INTEXA/AEROSOL-TRACEGAS\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXA_MODEL_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000521-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"DOI + data set landing page for INTEXA_MODEL_1\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXA/0005\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-NA + NASA Earth Science Project Office Project Home Page\",\"Type\":\"PROFESSIONAL + HOME PAGE\",\"URL\":\"https://espo.nasa.gov/intex-na\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-A + White Paper\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/white_paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-A + Mission Overview Paper\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/Singh_INTEX-A_Overview_Paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-B + NASA LaRC Airborne Science Data for Atmospheric Composition\",\"Type\":\"PROFESSIONAL + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXA_MODEL_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXA/INTEXA_MODEL/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXA_MODEL_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXA/INTEXA_MODEL/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2014-10-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A) is an integrated + atmospheric field experiment performed over North America. The study seeks + to understand the transport and transformation of gases and aerosols on transcontinental/intercontinental + scales and their impact on air quality and climate. A particular focus in + this study is to quantify and characterize the inflow and outflow of pollution + over North America. The main constituents of interest are ozone and precursors, + aerosols and precursors, and the long-lived greenhouse gases. INTEX-NA is + part of a larger international ITCT (Intercontinental Transport and Chemical + Transformation) initiative. INTEX-NA goals are greatly facilitated and enhanced + by a number of concurrent and coordinated national and international field + campaigns and satellite observations. Synthesis of the ensemble of observation + from surface, airborne, and space platforms, with the help of a hierarchy + of models is an important goal of INTEX-NA.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-07T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T18:41:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A)\",\"ShortName\":\"INTEXA\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"FirstName\":\"ANNE\",\"LastName\":\"THOMPSON\",\"MiddleName\":\"M.\",\"Roles\":[\"Technical + Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Cambridge\",\"Country\":\"United + States\",\"PostalCode\":\"02138\",\"StateProvince\":\"Massachusetts\",\"StreetAddresses\":[\"Division + of Applied Sciences and Department of Earth and Planetary Sciences\",\"Harvard + University\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(617) + 495-1794\"},{\"Type\":\"Email\",\"Value\":\"djj@io.harvard.edu\"}]},\"FirstName\":\"DANIEL\",\"LastName\":\"JACOB\",\"MiddleName\":\"J.\",\"Roles\":[\"Technical + Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett Field\",\"Country\":\"United + States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Computer\",\"ShortName\":\"Computer\"}],\"LongName\":\"Computer\",\"ShortName\":\"Computer\"}],\"LongName\":\"MODELS\",\"ShortName\":\"MODELS\",\"Type\":\"Models\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ASCII\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":59,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXA_O3SONDES\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000501-LARC_ASDC\",\"revision-date\":\"2024-04-04T16:29:38.688Z\",\"granule-count\":271,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2006-06-29T00:00:00.000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":28,\"Longitude\":-106},{\"Latitude\":28,\"Longitude\":-59},{\"Latitude\":46,\"Longitude\":-59},{\"Latitude\":46,\"Longitude\":-106},{\"Latitude\":28,\"Longitude\":-106}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL_VERTICAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-07-01T00:00:00.000Z\",\"EndingDateTime\":\"2004-08-13T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXA/0004\"},\"ShortName\":\"INTEXA_O3SONDES\",\"EntryTitle\":\"INTEX-A + Ozonesonde data\",\"ISOTopicCategories\":[\"IMAGERY/BASE MAPS/EARTH COVER\",\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for INTEX-A\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXA\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-na/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-NA + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXA_O3SONDES_1\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXA/0004\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXA_O3SONDES_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000501-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-A + Whitepaper\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/white_paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-A + Mission Overview Paper\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/Singh_INTEX-A_Overview_Paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + Earth Science Project Office Home Page\",\"Type\":\"PROFESSIONAL HOME PAGE\",\"URL\":\"https://espo.nasa.gov/intex-na\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-B + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"PROFESSIONAL + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXA_O3SONDES_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXA/INTEXA_O3SONDES/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXA_O3SONDES_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXA/INTEXA_O3SONDES/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2014-10-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A) is an integrated + atmospheric field experiment performed over North America. The study seeks + to understand the transport and transformation of gases and aerosols on transcontinental/intercontinental + scales and their impact on air quality and climate. A particular focus in + this study is to quantify and characterize the inflow and outflow of pollution + over North America. The main constituents of interest are ozone and precursors, + aerosols and precursors, and the long-lived greenhouse gases. INTEX-NA is + part of a larger international ITCT (Intercontinental Transport and Chemical + Transformation) initiative. INTEX-NA goals are greatly facilitated and enhanced + by a number of concurrent and coordinated national and international field + campaigns and satellite observations. Synthesis of the ensemble of observation + from surface, airborne, and space platforms, with the help of a hierarchy + of models is an important goal of INTEX-NA.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-07T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T18:42:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A)\",\"ShortName\":\"INTEXA\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"FirstName\":\"ANNE\",\"LastName\":\"THOMPSON\",\"MiddleName\":\"M.\",\"Roles\":[\"Technical + Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Cambridge\",\"Country\":\"United + States\",\"PostalCode\":\"02138\",\"StateProvince\":\"Massachusetts\",\"StreetAddresses\":[\"Division + of Applied Sciences and Department of Earth and Planetary Sciences\",\"Harvard + University\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(617) + 495-1794\"},{\"Type\":\"Email\",\"Value\":\"djj@io.harvard.edu\"}]},\"FirstName\":\"DANIEL\",\"LastName\":\"JACOB\",\"MiddleName\":\"J.\",\"Roles\":[\"Technical + Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett Field\",\"Country\":\"United + States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"OZONESONDES\",\"ShortName\":\"OZONESONDES\"}],\"LongName\":\"OZONESONDES\",\"ShortName\":\"OZONESONDES\"}],\"LongName\":\"GROUND + STATIONS\",\"ShortName\":\"GROUND STATIONS\",\"Type\":\"Permanent Land Sites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ASCII\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":59,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXA_PROTEUS_AIRCRAFT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000481-LARC_ASDC\",\"revision-date\":\"2024-04-04T16:27:35.368Z\",\"granule-count\":9,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2006-06-29T00:00:00.000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":28.79,\"Longitude\":-118.04},{\"Latitude\":28.79,\"Longitude\":-68.1},{\"Latitude\":43.18,\"Longitude\":-68.1},{\"Latitude\":43.18,\"Longitude\":-118.04},{\"Latitude\":28.79,\"Longitude\":-118.04}]}}]}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-07-19T00:00:00.000Z\",\"EndingDateTime\":\"2004-07-26T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXA/0003\"},\"ShortName\":\"INTEXA_PROTEUS_AIRCRAFT\",\"EntryTitle\":\"INTEX-A + Proteus Aircraft data\",\"ISOTopicCategories\":[\"IMAGERY/BASE MAPS/EARTH + COVER\",\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"ASDC + Data and Information for INTEX-A\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXA\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-na/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-NA + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEX-A Data Products\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/AIRCRAFT/INTEXA/AEROSOL-TRACEGAS\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXA_PROTEUS_AIRCRAFT_1 (NASA Application to search, discover, + visualize, refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000481-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"DOI + data set landing page for INTEXA_PROTEUS_AIRCRAFT_1\",\"Type\":\"DATA SET + LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXA/0003\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-A + Mission Overview Paper\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/Singh_INTEX-A_Overview_Paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + White Paper\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/white_paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-NA + NASA Earth Science Project Office Home Page\",\"Type\":\"PROFESSIONAL HOME + PAGE\",\"URL\":\"https://espo.nasa.gov/intex-na\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"INTEX-B + NASA LaRC Airborne Science Data for Atmospheric Composition\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXA_PROTEUS_AIRCRAFT_1\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"Type\":\"GET DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXA/INTEXA_PROTEUS_AIRCRAFT/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXA_PROTEUS_AIRCRAFT_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXA/INTEXA_PROTEUS_AIRCRAFT/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2014-10-07T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A) is an integrated + atmospheric field experiment performed over North America. The study seeks + to understand the transport and transformation of gases and aerosols on transcontinental/intercontinental + scales and their impact on air quality and climate. A particular focus in + this study is to quantify and characterize the inflow and outflow of pollution + over North America. The main constituents of interest are ozone and precursors, + aerosols and precursors, and the long-lived greenhouse gases. INTEX-NA is + part of a larger international ITCT (Intercontinental Transport and Chemical + Transformation) initiative. INTEX-NA goals are greatly facilitated and enhanced + by a number of concurrent and coordinated national and international field + campaigns and satellite observations. Synthesis of the ensemble of observation + from surface, airborne, and space platforms, with the help of a hierarchy + of models is an important goal of INTEX-NA.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-07T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-29T18:46:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - North America Phase A (INTEX-A)\",\"ShortName\":\"INTEXA\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Cambridge\",\"Country\":\"United + States\",\"PostalCode\":\"02138\",\"StateProvince\":\"Massachusetts\",\"StreetAddresses\":[\"Division + of Applied Sciences and Department of Earth and Planetary Sciences\",\"Harvard + University\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(617) + 495-1794\"},{\"Type\":\"Email\",\"Value\":\"djj@io.harvard.edu\"}]},\"FirstName\":\"DANIEL\",\"LastName\":\"JACOB\",\"MiddleName\":\"J.\",\"Roles\":[\"Technical + Contact\"]},{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett Field\",\"Country\":\"United + States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]},{\"FirstName\":\"VICKIE\",\"LastName\":\"CONNORS\",\"MiddleName\":\"S.\",\"Roles\":[\"Technical + Contact\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ComposedOf\":[{\"LongName\":\"Global + Positioning System\",\"ShortName\":\"GPS\"}],\"LongName\":\"Global Positioning + System\",\"ShortName\":\"GPS\"}],\"LongName\":\"Airplane\",\"ShortName\":\"Airplane\",\"Type\":\"Jet\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ASCII\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":51,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXB_C130_AIRCRAFT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000484-LARC_ASDC\",\"revision-date\":\"2023-04-03T18:08:32.227Z\",\"granule-count\":1314,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2011-03-23T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":16,\"Longitude\":-142},{\"Latitude\":16,\"Longitude\":-87},{\"Latitude\":54,\"Longitude\":-87},{\"Latitude\":54,\"Longitude\":-142},{\"Latitude\":16,\"Longitude\":-142}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-02-15T00:00:00.000000Z\",\"EndingDateTime\":\"2006-05-15T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXB/0011\"},\"ShortName\":\"INTEXB_C130_AIRCRAFT\",\"EntryTitle\":\"INTEX-B + C-130 Aircraft data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"Toolsets + for Airborne Data (TAD) Web Application\",\"Subtype\":\"MAP SERVICE\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://tad.larc.nasa.gov/login.php\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ESPO + INTEX-B project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-b/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Data and Information for INTEX-B\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXB\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NTEX-B + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXB_C130_AIRCRAFT_1\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXB/0011\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXB_C130_AIRCRAFT_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000484-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXB_C130_AIRCRAFT_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXB/INTEXB_C130_AIRCRAFT/contents.html\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NTEX-NA + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXB_C130_AIRCRAFT_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXB/INTEXB_C130_AIRCRAFT/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Field + campaigns in which the Lidar Group has participated\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://science.larc.nasa.gov/lidar/campaigns.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\",\"URLContentType\":\"VisualizationURL\"}],\"DataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEX-NA + is a two phase experiment that aims to understand the transport and transformation + of gases and aerosols on transcontinental/intercontinental scales and assess + their impact on air quality and climate. The primary constituents of interest + are ozone and precursors, aerosols and precursors, and the long-lived greenhouse + gases. The first phase (INTEX-A) was completed in the summer of 2004 and the + second phase (INTEX-B) is to be performed in the spring of 2006. This document + is intended to provide an update on the goals of INTEX-B and define its implementation + strategy. The scientific goals envisioned here are based on the joint implementation + of INTEX-B, MIRAGE-Mex and DLR/IMPACT studies and their coordination with + satellite observations. In collaboration with these partners, the main goals + of INTEX-B are to:- Quantify the transpacific transport and evolution of Asian + pollution to North America and assess its implications for regional air quality + and climate; - Quantify the outflow and evolution of gases and aerosols from + the Mexico City Megaplex; - Investigate the transport of Asian and North America + pollution to the eastern Atlantic and assess its implications for European + air quality; - Validate and refine satellite observations of tropospheric + composition; - Map emissions of trace gases and aerosols and relate atmospheric + composition to sources and sinks.The INTEX-B field study is to be performed + during an approximate 8-week period from March 1 to April 30, 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - Phase B (INTEX-B)\",\"ShortName\":\"INTEXB\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"CA\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"ShortName\":\"AIRCRAFT\",\"Type\":\"Aircraft\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Lockheed C-130 Hercules\",\"ShortName\":\"C-130\",\"Type\":\"Aircraft\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, AQUA\",\"ShortName\":\"AQUA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Earth + Observing System, Aura\",\"ShortName\":\"Aura\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ICARTT\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":50,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXB_Cessna_AIRCRAFT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000485-LARC_ASDC\",\"revision-date\":\"2023-04-03T17:59:49.560Z\",\"granule-count\":125,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2011-03-23T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":48,\"Longitude\":-125},{\"Latitude\":48,\"Longitude\":-120},{\"Latitude\":51,\"Longitude\":-120},{\"Latitude\":51,\"Longitude\":-125},{\"Latitude\":48,\"Longitude\":-125}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-04-23T00:00:00.000000Z\",\"EndingDateTime\":\"2006-05-17T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXB/0010\"},\"ShortName\":\"INTEXB_Cessna_AIRCRAFT\",\"EntryTitle\":\"INTEX-B + Cessna Aircraft data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"Toolsets + for Airborne Data (TAD) Web Application\",\"Subtype\":\"MAP SERVICE\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://tad.larc.nasa.gov/login.php\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ESPO + INTEX-B project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-b/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Data and Information for INTEX-B\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXB\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NTEX-B + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXB_Cessna_AIRCRAFT_1\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXB/0010\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXB_Cessna_AIRCRAFT_1 (NASA Application to search, discover, + visualize, refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000485-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXB_Cessna_AIRCRAFT_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXB/INTEXB_Cessna_AIRCRAFT/contents.html\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"NTEX-NA + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXB_Cessna_AIRCRAFT_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXB/INTEXB_Cessna_AIRCRAFT/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Field + campaigns in which the Lidar Group has participated\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://science.larc.nasa.gov/lidar/campaigns.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\",\"URLContentType\":\"VisualizationURL\"}],\"DataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEX-NA + is a two phase experiment that aims to understand the transport and transformation + of gases and aerosols on transcontinental/intercontinental scales and assess + their impact on air quality and climate. The primary constituents of interest + are ozone and precursors, aerosols and precursors, and the long-lived greenhouse + gases. The first phase (INTEX-A) was completed in the summer of 2004 and the + second phase (INTEX-B) is to be performed in the spring of 2006. This document + is intended to provide an update on the goals of INTEX-B and define its implementation + strategy. The scientific goals envisioned here are based on the joint implementation + of INTEX-B, MIRAGE-Mex and DLR/IMPACT studies and their coordination with + satellite observations. In collaboration with these partners, the main goals + of INTEX-B are to:- Quantify the transpacific transport and evolution of Asian + pollution to North America and assess its implications for regional air quality + and climate; - Quantify the outflow and evolution of gases and aerosols from + the Mexico City Megaplex; - Investigate the transport of Asian and North America + pollution to the eastern Atlantic and assess its implications for European + air quality; - Validate and refine satellite observations of tropospheric + composition; - Map emissions of trace gases and aerosols and relate atmospheric + composition to sources and sinks.The INTEX-B field study is to be performed + during an approximate 8-week period from March 1 to April 30, 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - Phase B (INTEX-B)\",\"ShortName\":\"INTEXB\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"CA\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"ShortName\":\"AIRCRAFT\",\"Type\":\"Aircraft\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, AQUA\",\"ShortName\":\"AQUA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Earth + Observing System, Aura\",\"ShortName\":\"Aura\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ICARTT\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":45,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXB_DC8_AIRCRAFT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000502-LARC_ASDC\",\"revision-date\":\"2023-04-03T17:59:59.559Z\",\"granule-count\":781,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2011-03-23T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":12,\"Longitude\":-176},{\"Latitude\":12,\"Longitude\":-85},{\"Latitude\":63,\"Longitude\":-85},{\"Latitude\":63,\"Longitude\":-176},{\"Latitude\":12,\"Longitude\":-176}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-02-22T00:00:00.000000Z\",\"EndingDateTime\":\"2006-05-15T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXB/0008\"},\"ShortName\":\"INTEXB_DC8_AIRCRAFT\",\"EntryTitle\":\"INTEX-B + DC-8 Aircraft data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"Toolsets + for Airborne Data (TAD) Web Application\",\"Subtype\":\"MAP SERVICE\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://tad.larc.nasa.gov/login.php\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ESPO + INTEX-B project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-b/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Data and Information for INTEX-B\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXB\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NTEX-B + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEX-B AEROSOL-TRACEGAS Data Products\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/AIRCRAFT/INTEXB/AEROSOL-TRACEGAS\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXB_DC8_AIRCRAFT_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000502-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXB_DC8_AIRCRAFT_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXB/INTEXB_DC8_AIRCRAFT/contents.html\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"DOI + data set landing page for INTEXB_DC8_AIRCRAFT_1\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXB/0008\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXB_DC8_AIRCRAFT_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXB/INTEXB_DC8_AIRCRAFT/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Field + campaigns in which the Lidar Group has participated\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://science.larc.nasa.gov/lidar/campaigns.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\",\"URLContentType\":\"VisualizationURL\"}],\"DataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-05-02T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEX-NA + is a two phase experiment that aims to understand the transport and transformation + of gases and aerosols on transcontinental/intercontinental scales and assess + their impact on air quality and climate. The primary constituents of interest + are ozone and precursors, aerosols and precursors, and the long-lived greenhouse + gases. The first phase (INTEX-A) was completed in the summer of 2004 and the + second phase (INTEX-B) is to be performed in the spring of 2006. This document + is intended to provide an update on the goals of INTEX-B and define its implementation + strategy. The scientific goals envisioned here are based on the joint implementation + of INTEX-B, MIRAGE-Mex and DLR/IMPACT studies and their coordination with + satellite observations. In collaboration with these partners, the main goals + of INTEX-B are to:- Quantify the transpacific transport and evolution of Asian + pollution to North America and assess its implications for regional air quality + and climate; - Quantify the outflow and evolution of gases and aerosols from + the Mexico City Megaplex; - Investigate the transport of Asian and North America + pollution to the eastern Atlantic and assess its implications for European + air quality; - Validate and refine satellite observations of tropospheric + composition; - Map emissions of trace gases and aerosols and relate atmospheric + composition to sources and sinks.The INTEX-B field study is to be performed + during an approximate 8-week period from March 1 to April 30, 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-05-02T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - Phase B (INTEX-B)\",\"ShortName\":\"INTEXB\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"CA\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"DC8 + DROPSONDES\"}],\"ShortName\":\"AIRCRAFT\",\"Type\":\"Aircraft\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"NASA Douglas DC-8\",\"ShortName\":\"NASA DC-8\",\"Type\":\"Aircraft\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, AQUA\",\"ShortName\":\"AQUA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Earth + Observing System, Aura\",\"ShortName\":\"Aura\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ICARTT\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":55,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"jcraiglo13\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXB_TRAJECTORY\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000581-LARC_ASDC\",\"revision-date\":\"2024-03-06T03:51:52.927Z\",\"granule-count\":430,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2011-03-23T00:00:00.000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":180},{\"Latitude\":90,\"Longitude\":-180},{\"Latitude\":-90,\"Longitude\":-180}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-02-24T00:00:00.000Z\",\"EndingDateTime\":\"2006-05-15T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXB/0001\"},\"ShortName\":\"INTEXB_TRAJECTORY\",\"EntryTitle\":\"INTEX-B + DC-8 Aircraft Trajectory data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"INTEX-B + NASA Earth Science Project Office Project Home Page\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://espo.nasa.gov/intex-b\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-B + project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-b/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Data and Information for INTEX-B\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXB\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-B + NASA LaRC Airborne Science Data for Atmospheric Composition Project Home Page\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEX-B AEROSOL-TRACEGAS Data Products\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/AIRCRAFT/INTEXB/AEROSOL-TRACEGAS\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXB_TRAJECTORY_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000581-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"DOI + data set landing page for INTEXB_TRAJECTORY_1\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXB/0001\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Field + campaigns in which the Lidar Group has participated\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://science.larc.nasa.gov/lidar/campaigns.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\",\"URLContentType\":\"VisualizationURL\"},{\"Description\":\"INTEX-B + NASA Press Release\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www.nasa.gov/centers/goddard/news/topstory/2006/gas_transport.html/\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"INTEX-B + Whitepaper\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/INTEX-B_White_Paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXB_TRAJECTORY_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXB/INTEXB_TRAJECTORY/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXB_TRAJECTORY_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXB/INTEXB_TRAJECTORY/contents.html\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2014-10-08T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-05-02T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEX-NA + is a two phase experiment that aims to understand the transport and transformation + of gases and aerosols on transcontinental/intercontinental scales and assess + their impact on air quality and climate. The primary constituents of interest + are ozone and precursors, aerosols and precursors, and the long-lived greenhouse + gases. The first phase (INTEX-A) was completed in the summer of 2004 and the + second phase (INTEX-B) is to be performed in the spring of 2006. This document + is intended to provide an update on the goals of INTEX-B and define its implementation + strategy. The scientific goals envisioned here are based on the joint implementation + of INTEX-B, MIRAGE-Mex and DLR/IMPACT studies and their coordination with + satellite observations. In collaboration with these partners, the main goals + of INTEX-B are to: quantify the transpacific transport and evolution of Asian + pollution to North America and assess its implications for regional air quality + and climate; quantify the outflow and evolution of gases and aerosols from + the Mexico City Megaplex; investigate the transport of Asian and North America + pollution to the eastern Atlantic and assess its implications for European + air quality; validate and refine satellite observations of tropospheric composition; + and map emissions of trace gases and aerosols and relate atmospheric composition + to sources and sinks. Data collection for INTEX-B is now complete.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2024-03-05T17:39:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - Phase B (INTEX-B)\",\"ShortName\":\"INTEXB\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"California\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"LongName\":\"NASA + Douglas DC-8\",\"ShortName\":\"NASA DC-8\",\"Type\":\"Jet\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ICARTT\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":54,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"mebuzano\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXB_Duchess_AIRCRAFT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000486-LARC_ASDC\",\"revision-date\":\"2024-04-08T20:04:44.912Z\",\"granule-count\":105,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2011-03-23T00:00:00.000Z\"}],\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Longitude\":-180.0,\"Latitude\":90.0},{\"Longitude\":-180.0,\"Latitude\":-90.0},{\"Longitude\":180.0,\"Latitude\":-90.0},{\"Longitude\":180.0,\"Latitude\":90.0},{\"Longitude\":-180.0,\"Latitude\":90.0}]}}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-03-19T00:00:00.000Z\",\"EndingDateTime\":\"2006-05-15T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\",\"ProcessingLevelDescription\":\"Derived + geophysical variables at the same resolution and location as Level 1 source + data.\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXB/0002\"},\"ShortName\":\"INTEXB_Duchess_AIRCRAFT\",\"EntryTitle\":\"INTEX-B + Duchess Aircraft data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Value\":4.0,\"Description\":\"WORLD\"},\"RelatedUrls\":[{\"Description\":\"Toolsets + for Airborne Data (TAD) Web Application\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"MAP SERVICE\",\"URL\":\"https://tad.larc.nasa.gov/login.php\"},{\"Description\":\"ESPO + INTEX-B project home page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-b/\"},{\"Description\":\"ASDC + Data and Information for INTEX-B\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXB\"},{\"Description\":\"NTEX-B + Project Home Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\"},{\"Description\":\"DOI + data set landing page for INTEX-B AEROSOL-TRACEGAS Data Products\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/AIRCRAFT/INTEXB/AEROSOL-TRACEGAS\"},{\"Description\":\"Earthdata + Search for INTEXB_Duchess_AIRCRAFT_1 (NASA Application to search, discover, + visualize, refine, and access NASA Earth Observation data)\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000486-LARC_ASDC\"},{\"Description\":\"How + to cite ASDC data\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\"},{\"Description\":\"DOI + data set landing page for INTEXB_Duchess_AIRCRAFT_1\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXB/0002\"},{\"Description\":\"White + Paper: The Intercontinental Chemical Transport Experiment \u2013 Phase B (INTEX-B): + An update\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/INTEX-B_White_Paper.pdf\"},{\"Description\":\"Field + campaigns in which the Lidar Group has participated\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://science.larc.nasa.gov/lidar/campaigns.html\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\"},{\"Description\":\"ASDC + Direct Data Download for INTEXB_Duchess_AIRCRAFT_1\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DIRECT DOWNLOAD\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXB/INTEXB_Duchess_AIRCRAFT/\"},{\"Description\":\"OPeNDAP + data access for INTEXB_Duchess_AIRCRAFT_1\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"OPENDAP DATA\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXB/INTEXB_Duchess_AIRCRAFT/contents.html\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2014-10-08T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2018-04-23T00:00:00.000Z\"}],\"Abstract\":\"INTEX-NA + is a two phase experiment that aims to understand the transport and transformation + of gases and aerosols on transcontinental/intercontinental scales and assess + their impact on air quality and climate. The primary constituents of interest + are ozone and precursors, aerosols and precursors, and the long-lived greenhouse + gases. The first phase (INTEX-A) was completed in the summer of 2004 and the + second phase (INTEX-B) is to be performed in the spring of 2006. This document + is intended to provide an update on the goals of INTEX-B and define its implementation + strategy. The scientific goals envisioned here are based on the joint implementation + of INTEX-B, MIRAGE-Mex and DLR/IMPACT studies and their coordination with + satellite observations. In collaboration with these partners, the main goals + of INTEX-B are to:- Quantify the transpacific transport and evolution of Asian + pollution to North America and assess its implications for regional air quality + and climate; - Quantify the outflow and evolution of gases and aerosols from + the Mexico City Megaplex; - Investigate the transport of Asian and North America + pollution to the eastern Atlantic and assess its implications for European + air quality; - Validate and refine satellite observations of tropospheric + composition; - Map emissions of trace gases and aerosols and relate atmospheric + composition to sources and sinks.The INTEX-B field study is to be performed + during an approximate 8-week period from March 1 to April 30, 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2014-10-08T00:00:00.000000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2024-04-08T20:04:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"INTEXB\",\"LongName\":\"Intercontinental + Chemical Transport Experiment - Phase B (INTEX-B)\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"HANWANT\",\"MiddleName\":\"B\",\"LastName\":\"SINGH\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA Ames Research Center\",\"Office: N245:130 + \",\"9 Moffett Field\"],\"City\":\"Moffett Field\",\"StateProvince\":\"California\",\"PostalCode\":\"94035-1000\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\",\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"ASDC + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"Data + Center Contact\"],\"GroupName\":\"ASDC USER SERVICES\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"NASA Langley Atmospheric Science Data Center\",\"User + and Data Services\",\"NASA Langley Research Center\"],\"City\":\"Hampton\",\"PostalCode\":\"23681-2199\"}],\"RelatedUrls\":[{\"Description\":\"ASDC + Home Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\"}]}}]}],\"Platforms\":[{\"Type\":\"Jet\",\"ShortName\":\"Airplane\",\"LongName\":\"Airplane\",\"Instruments\":[{\"ShortName\":\"GAS + SENSORS\",\"LongName\":\"GAS SENSORS\",\"ComposedOf\":[{\"ShortName\":\"GAS + SENSORS\",\"LongName\":\"GAS SENSORS\"}]},{\"ShortName\":\"TSI-3562 Nephelometer\",\"LongName\":\"TSI-3562 + Nephelometer Manufactured by TSI Inc. for Aerosol Scattering Measurement\",\"ComposedOf\":[{\"ShortName\":\"TSI-3562 + Nephelometer\",\"LongName\":\"TSI-3562 Nephelometer Manufactured by TSI Inc. + for Aerosol Scattering Measurement\"}]},{\"ShortName\":\"HMP45C Temperature + and Relative Humidity Probe\",\"LongName\":\"Campbell Scientific Model HMP45C + Temperature and Relative Humidity Probe\",\"ComposedOf\":[{\"ShortName\":\"HMP45C + Temperature and Relative Humidity Probe\",\"LongName\":\"Campbell Scientific + Model HMP45C Temperature and Relative Humidity Probe\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ICARTT\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":47,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXB_GROUND\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000487-LARC_ASDC\",\"revision-date\":\"2023-04-03T17:48:36.544Z\",\"granule-count\":174,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2011-03-23T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":43,\"Longitude\":-127},{\"Latitude\":43,\"Longitude\":119},{\"Latitude\":47,\"Longitude\":119},{\"Latitude\":47,\"Longitude\":-127},{\"Latitude\":43,\"Longitude\":-127}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-03-03T00:00:00.000000Z\",\"EndingDateTime\":\"2006-05-16T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXB/0005\"},\"ShortName\":\"INTEXB_GROUND\",\"EntryTitle\":\"INTEX-B + Ground data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"Toolsets + for Airborne Data (TAD) Web Application\",\"Subtype\":\"MAP SERVICE\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://tad.larc.nasa.gov/login.php\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ESPO + INTEX-B project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-b/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Data and Information for INTEX-B\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXB\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NTEX-B + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXB_GROUND_1\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXB/0005\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXB_GROUND_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000487-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXB_GROUND_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXB/INTEXB_GROUND/contents.html\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"NTEX-NA + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXB_GROUND_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXB/INTEXB_GROUND/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Field + campaigns in which the Lidar Group has participated\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://science.larc.nasa.gov/lidar/campaigns.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\",\"URLContentType\":\"VisualizationURL\"}],\"DataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEX-NA + is a two phase experiment that aims to understand the transport and transformation + of gases and aerosols on transcontinental/intercontinental scales and assess + their impact on air quality and climate. The primary constituents of interest + are ozone and precursors, aerosols and precursors, and the long-lived greenhouse + gases. The first phase (INTEX-A) was completed in the summer of 2004 and the + second phase (INTEX-B) is to be performed in the spring of 2006. This document + is intended to provide an update on the goals of INTEX-B and define its implementation + strategy. The scientific goals envisioned here are based on the joint implementation + of INTEX-B, MIRAGE-Mex and DLR/IMPACT studies and their coordination with + satellite observations. In collaboration with these partners, the main goals + of INTEX-B are to:- Quantify the transpacific transport and evolution of Asian + pollution to North America and assess its implications for regional air quality + and climate; - Quantify the outflow and evolution of gases and aerosols from + the Mexico City Megaplex; - Investigate the transport of Asian and North America + pollution to the eastern Atlantic and assess its implications for European + air quality; - Validate and refine satellite observations of tropospheric + composition; - Map emissions of trace gases and aerosols and relate atmospheric + composition to sources and sinks.The INTEX-B field study is to be performed + during an approximate 8-week period from March 1 to April 30, 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - Phase B (INTEX-B)\",\"ShortName\":\"INTEXB\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"CA\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"ShortName\":\"AIRCRAFT\",\"Type\":\"Aircraft\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, AQUA\",\"ShortName\":\"AQUA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Earth + Observing System, Aura\",\"ShortName\":\"Aura\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ICARTT\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":52,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXB_Be200_AIRCRAFT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000483-LARC_ASDC\",\"revision-date\":\"2023-04-03T18:14:55.160Z\",\"granule-count\":21,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2011-03-23T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":46,\"Longitude\":-101},{\"Latitude\":46,\"Longitude\":-85},{\"Latitude\":49,\"Longitude\":-85},{\"Latitude\":49,\"Longitude\":-101},{\"Latitude\":46,\"Longitude\":-101}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-03-01T00:00:00.000000Z\",\"EndingDateTime\":\"2006-03-31T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXB/0003\"},\"ShortName\":\"INTEXB_Be200_AIRCRAFT\",\"EntryTitle\":\"INTEX-B + King Air Be200 Aircraft data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"Toolsets + for Airborne Data (TAD) Web Application\",\"Subtype\":\"MAP SERVICE\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://tad.larc.nasa.gov/login.php\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ESPO + INTEX-B project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-b/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Data and Information for INTEX-B\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXB\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NTEX-B + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXB_Be200_AIRCRAFT_1\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXB/0003\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXB_Be200_AIRCRAFT_1 (NASA Application to search, discover, + visualize, refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000483-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXB_Be200_AIRCRAFT_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXB/INTEXB_Be200_AIRCRAFT/contents.html\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NTEX-NA + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXB_Be200_AIRCRAFT_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXB/INTEXB_Be200_AIRCRAFT/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Field + campaigns in which the Lidar Group has participated\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://science.larc.nasa.gov/lidar/campaigns.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\",\"URLContentType\":\"VisualizationURL\"}],\"DataDates\":[{\"Date\":\"2014-10-07T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEX-NA + is a two phase experiment that aims to understand the transport and transformation + of gases and aerosols on transcontinental/intercontinental scales and assess + their impact on air quality and climate. The primary constituents of interest + are ozone and precursors, aerosols and precursors, and the long-lived greenhouse + gases. The first phase (INTEX-A) was completed in the summer of 2004 and the + second phase (INTEX-B) is to be performed in the spring of 2006. This document + is intended to provide an update on the goals of INTEX-B and define its implementation + strategy. The scientific goals envisioned here are based on the joint implementation + of INTEX-B, MIRAGE-Mex and DLR/IMPACT studies and their coordination with + satellite observations. In collaboration with these partners, the main goals + of INTEX-B are to:- Quantify the transpacific transport and evolution of Asian + pollution to North America and assess its implications for regional air quality + and climate; - Quantify the outflow and evolution of gases and aerosols from + the Mexico City Megaplex; - Investigate the transport of Asian and North America + pollution to the eastern Atlantic and assess its implications for European + air quality; - Validate and refine satellite observations of tropospheric + composition; - Map emissions of trace gases and aerosols and relate atmospheric + composition to sources and sinks.The INTEX-B field study is to be performed + during an approximate 8-week period from March 1 to April 30, 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-07T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - Phase B (INTEX-B)\",\"ShortName\":\"INTEXB\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"CA\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"ShortName\":\"AIRCRAFT\",\"Type\":\"Aircraft\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, AQUA\",\"ShortName\":\"AQUA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Earth + Observing System, Aura\",\"ShortName\":\"Aura\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ICARTT\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":49,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXB_MERGES\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000560-LARC_ASDC\",\"revision-date\":\"2023-04-03T18:39:04.903Z\",\"granule-count\":230,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2011-03-23T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":12,\"Longitude\":-176},{\"Latitude\":12,\"Longitude\":-85},{\"Latitude\":63,\"Longitude\":-85},{\"Latitude\":63,\"Longitude\":-176},{\"Latitude\":12,\"Longitude\":-176}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-03-04T00:00:00.000000Z\",\"EndingDateTime\":\"2006-05-15T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXB/0004\"},\"ShortName\":\"INTEXB_MERGES\",\"EntryTitle\":\"INTEX-B + Merged DC-8/C-130 Aircraft data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"Toolsets + for Airborne Data (TAD) Web Application\",\"Subtype\":\"MAP SERVICE\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://tad.larc.nasa.gov/login.php\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ESPO + INTEX-B project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-b/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Data and Information for INTEX-B\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXB\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + LaRC Airborne Science Data for Atmospheric Composition - INTEX-B Project overview\",\"Type\":\"PROJECT + HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXB_MERGES_1\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXB/0004\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXB_MERGES_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000560-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXB_MERGES_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXB/INTEXB_MERGES/contents.html\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Data + Adjustments for TRACE-P, INTEX-A and INTEX-B\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://eosweb.larc.nasa.gov/node/2684\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXB_MERGES_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXB/INTEXB_MERGES/\",\"URLContentType\":\"DistributionURL\"}],\"DataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-18T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEX-NA + is a two phase experiment that aims to understand the transport and transformation + of gases and aerosols on transcontinental/intercontinental scales and assess + their impact on air quality and climate. The primary constituents of interest + are ozone and precursors, aerosols and precursors, and the long-lived greenhouse + gases. The first phase (INTEX-A) was completed in the summer of 2004 and the + second phase (INTEX-B) is to be performed in the spring of 2006. This document + is intended to provide an update on the goals of INTEX-B and define its implementation + strategy. The scientific goals envisioned here are based on the joint implementation + of INTEX-B, MIRAGE-Mex and DLR/IMPACT studies and their coordination with + satellite observations. In collaboration with these partners, the main goals + of INTEX-B are to:- Quantify the transpacific transport and evolution of Asian + pollution to North America and assess its implications for regional air quality + and climate; - Quantify the outflow and evolution of gases and aerosols from + the Mexico City Megaplex; - Investigate the transport of Asian and North America + pollution to the eastern Atlantic and assess its implications for European + air quality; - Validate and refine satellite observations of tropospheric + composition; - Map emissions of trace gases and aerosols and relate atmospheric + composition to sources and sinks.The INTEX-B field study is to be performed + during an approximate 8-week period from March 1 to April 30, 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-18T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - Phase B (INTEX-B)\",\"ShortName\":\"INTEXB\"}],\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"CA\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"ShortName\":\"AIRCRAFT\",\"Type\":\"Aircraft\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, AQUA\",\"ShortName\":\"AQUA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Earth + Observing System, Aura\",\"ShortName\":\"Aura\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ICARTT\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":50,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXB_MODEL\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000503-LARC_ASDC\",\"revision-date\":\"2023-04-03T17:49:48.538Z\",\"granule-count\":3114,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2011-03-23T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":12,\"Longitude\":-176},{\"Latitude\":12,\"Longitude\":-85},{\"Latitude\":63,\"Longitude\":-85},{\"Latitude\":63,\"Longitude\":-176},{\"Latitude\":12,\"Longitude\":-176}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-02-28T00:00:00.000000Z\",\"EndingDateTime\":\"2006-05-16T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXB/0006\"},\"ShortName\":\"INTEXB_MODEL\",\"EntryTitle\":\"INTEX-B + Model data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"Toolsets + for Airborne Data (TAD) Web Application\",\"Subtype\":\"MAP SERVICE\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://tad.larc.nasa.gov/login.php\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ESPO + INTEX-B project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-b/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Data and Information for INTEX-B\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXB\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NTEX-B + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXB_MODEL_1\",\"Type\":\"DATA SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXB/0006\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXB_MODEL_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000503-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXB_MODEL_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXB/INTEXB_MODEL/contents.html\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NTEX-NA + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXB_MODEL_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXB/INTEXB_MODEL/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Field + campaigns in which the Lidar Group has participated\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://science.larc.nasa.gov/lidar/campaigns.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\",\"URLContentType\":\"VisualizationURL\"}],\"DataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEX-NA + is a two phase experiment that aims to understand the transport and transformation + of gases and aerosols on transcontinental/intercontinental scales and assess + their impact on air quality and climate. The primary constituents of interest + are ozone and precursors, aerosols and precursors, and the long-lived greenhouse + gases. The first phase (INTEX-A) was completed in the summer of 2004 and the + second phase (INTEX-B) is to be performed in the spring of 2006. This document + is intended to provide an update on the goals of INTEX-B and define its implementation + strategy. The scientific goals envisioned here are based on the joint implementation + of INTEX-B, MIRAGE-Mex and DLR/IMPACT studies and their coordination with + satellite observations. In collaboration with these partners, the main goals + of INTEX-B are to:- Quantify the transpacific transport and evolution of Asian + pollution to North America and assess its implications for regional air quality + and climate; - Quantify the outflow and evolution of gases and aerosols from + the Mexico City Megaplex; - Investigate the transport of Asian and North America + pollution to the eastern Atlantic and assess its implications for European + air quality; - Validate and refine satellite observations of tropospheric + composition; - Map emissions of trace gases and aerosols and relate atmospheric + composition to sources and sinks.The INTEX-B field study is to be performed + during an approximate 8-week period from March 1 to April 30, 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - Phase B (INTEX-B)\",\"ShortName\":\"INTEXB\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"CA\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"ShortName\":\"AIRCRAFT\",\"Type\":\"Aircraft\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, AQUA\",\"ShortName\":\"AQUA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Earth + Observing System, Aura\",\"ShortName\":\"Aura\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ICARTT\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":50,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXB_O3SONDES\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000561-LARC_ASDC\",\"revision-date\":\"2023-04-03T18:03:29.647Z\",\"granule-count\":700,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2011-03-23T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":19,\"Longitude\":-125},{\"Latitude\":19,\"Longitude\":-59},{\"Latitude\":54,\"Longitude\":-59},{\"Latitude\":54,\"Longitude\":-125},{\"Latitude\":19,\"Longitude\":-125}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-02-23T00:00:00.000000Z\",\"EndingDateTime\":\"2006-09-20T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXB/0009\"},\"ShortName\":\"INTEXB_O3SONDES\",\"EntryTitle\":\"INTEX-B + Ozonesonde data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"Toolsets + for Airborne Data (TAD) Web Application\",\"Subtype\":\"MAP SERVICE\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://tad.larc.nasa.gov/login.php\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ESPO + INTEX-B project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-b/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Data and Information for INTEX-B\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXB\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NTEX-B + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXB_O3SONDES_1\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXB/0009\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXB_O3SONDES_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000561-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXB_O3SONDES_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXB/INTEXB_O3SONDES/contents.html\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXB_O3SONDES_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXB/INTEXB_O3SONDES/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Field + campaigns in which the Lidar Group has participated\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://science.larc.nasa.gov/lidar/campaigns.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\",\"URLContentType\":\"VisualizationURL\"}],\"DataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEX-NA + is a two phase experiment that aims to understand the transport and transformation + of gases and aerosols on transcontinental/intercontinental scales and assess + their impact on air quality and climate. The primary constituents of interest + are ozone and precursors, aerosols and precursors, and the long-lived greenhouse + gases. The first phase (INTEX-A) was completed in the summer of 2004 and the + second phase (INTEX-B) is to be performed in the spring of 2006. This document + is intended to provide an update on the goals of INTEX-B and define its implementation + strategy. The scientific goals envisioned here are based on the joint implementation + of INTEX-B, MIRAGE-Mex and DLR/IMPACT studies and their coordination with + satellite observations. In collaboration with these partners, the main goals + of INTEX-B are to:- Quantify the transpacific transport and evolution of Asian + pollution to North America and assess its implications for regional air quality + and climate; - Quantify the outflow and evolution of gases and aerosols from + the Mexico City Megaplex; - Investigate the transport of Asian and North America + pollution to the eastern Atlantic and assess its implications for European + air quality; - Validate and refine satellite observations of tropospheric + composition; - Map emissions of trace gases and aerosols and relate atmospheric + composition to sources and sinks.The INTEX-B field study is to be performed + during an approximate 8-week period from March 1 to April 30, 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - Phase B (INTEX-B)\",\"ShortName\":\"INTEXB\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"CA\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"OZONESONDES\"}],\"ShortName\":\"AIRCRAFT\",\"Type\":\"Aircraft\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, AQUA\",\"ShortName\":\"AQUA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Earth + Observing System, Aura\",\"ShortName\":\"Aura\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ICARTT\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":50,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXB_SATELLITE\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000580-LARC_ASDC\",\"revision-date\":\"2023-04-03T18:14:37.118Z\",\"granule-count\":215,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2011-03-23T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":-20,\"Longitude\":-30},{\"Latitude\":-20,\"Longitude\":90},{\"Latitude\":80,\"Longitude\":90},{\"Latitude\":80,\"Longitude\":-30},{\"Latitude\":-20,\"Longitude\":-30}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-02-01T00:00:00.000000Z\",\"EndingDateTime\":\"2006-05-31T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/AIRCRAFT/INTEXB/AEROSOL-TRACEGAS\"},\"ShortName\":\"INTEXB_SATELLITE\",\"EntryTitle\":\"INTEX-B + Satellite data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"Toolsets + for Airborne Data (TAD) Web Application\",\"Subtype\":\"MAP SERVICE\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://tad.larc.nasa.gov/login.php\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ESPO + INTEX-B project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-b/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Data and Information for INTEX-B\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXB\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NTEX-B + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEX-B AEROSOL-TRACEGAS Data Products\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.5067/AIRCRAFT/INTEXB/AEROSOL-TRACEGAS\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXB_SATELLITE_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000580-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXB_SATELLITE_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXB/INTEXB_SATELLITE/contents.html\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"NTEX-NA + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intexna/intexna.htm\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXB_SATELLITE_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXB/INTEXB_SATELLITE/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Field + campaigns in which the Lidar Group has participated\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://science.larc.nasa.gov/lidar/campaigns.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\",\"URLContentType\":\"VisualizationURL\"}],\"DataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEX-NA + is a two phase experiment that aims to understand the transport and transformation + of gases and aerosols on transcontinental/intercontinental scales and assess + their impact on air quality and climate. The primary constituents of interest + are ozone and precursors, aerosols and precursors, and the long-lived greenhouse + gases. The first phase (INTEX-A) was completed in the summer of 2004 and the + second phase (INTEX-B) is to be performed in the spring of 2006. This document + is intended to provide an update on the goals of INTEX-B and define its implementation + strategy. The scientific goals envisioned here are based on the joint implementation + of INTEX-B, MIRAGE-Mex and DLR/IMPACT studies and their coordination with + satellite observations. In collaboration with these partners, the main goals + of INTEX-B are to:- Quantify the transpacific transport and evolution of Asian + pollution to North America and assess its implications for regional air quality + and climate; - Quantify the outflow and evolution of gases and aerosols from + the Mexico City Megaplex; - Investigate the transport of Asian and North America + pollution to the eastern Atlantic and assess its implications for European + air quality; - Validate and refine satellite observations of tropospheric + composition; - Map emissions of trace gases and aerosols and relate atmospheric + composition to sources and sinks.The INTEX-B field study is to be performed + during an approximate 8-week period from March 1 to April 30, 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-24T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - Phase B (INTEX-B)\",\"ShortName\":\"INTEXB\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"CA\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"ShortName\":\"AIRCRAFT\",\"Type\":\"Aircraft\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, AQUA\",\"ShortName\":\"AQUA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Earth + Observing System, Aura\",\"ShortName\":\"Aura\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ICARTT\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":41,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXA_SATELLITE\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000620-LARC_ASDC\",\"revision-date\":\"2021-05-25T20:58:53.435Z\",\"granule-count\":6808,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AdditionalAttributes\":[{\"Value\":\"10.5067/AIRCRAFT/INTEXA/AEROSOL-TRACEGAS\",\"Name\":\"identifier_product_doi\",\"Description\":\"Digital + object identifier that uniquely identifies this data product\",\"DataType\":\"STRING\"},{\"Value\":\"http://dx.doi.org\",\"Name\":\"identifier_product_doi_authority\",\"Description\":\"URL + of the digital object identifier resolving authority\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"NOT + PROVIDED\",\"ScienceKeywords\":[{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"Not + provided\",\"Term\":\"Not provided\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2004-06-20T00:00:00.000Z\",\"EndingDateTime\":\"2006-08-16T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Derived + geophysical parameters\",\"Id\":\"2\"},\"DOI\":{\"MissingReason\":\"Unknown\",\"Explanation\":\"It + is unknown if this record has a DOI.\"},\"ShortName\":\"INTEXA_SATELLITE\",\"EntryTitle\":\"INTEXA_SATELLITE\",\"AccessConstraints\":{\"Description\":\"Not + provided\",\"Value\":4.0},\"DataDates\":[{\"Date\":\"2006-06-12T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-25T09:14:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEX-A + Satellite data.\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"INTEXA\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"757-864-8656\"},{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"NASA + Langley Research Center Mail Stop 157D\"],\"City\":\"Hampton\",\"StateProvince\":\"Virginia\",\"Country\":\"USA\",\"PostalCode\":\"23681-2199\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"ENVISAT\",\"LongName\":\"An advanced + polar-orbiting Earth observation satellite which provides measurements of + the atmosphere, ocean, land, and ice.\",\"Instruments\":[{\"ShortName\":\"MISR\",\"ComposedOf\":[{\"ShortName\":\"MISR\",\"LongName\":\"Multi-angle + Imaging SpectroRadiometer (MISR), aboard the TERRA (EOS AM-1) spacecraft, + is comprised of 9 cameras that image Earth's surface in 4 wavelengths (blue, + green, red, near-IR).\"}]},{\"ShortName\":\"MOPITT\",\"ComposedOf\":[{\"ShortName\":\"MOPITT\",\"LongName\":\"Measurements + Of Pollution In The Troposphere is a scanning radiometer employing gas correlation + spectroscopy to measure the upwelling and reflected IR radiance (2.4 and 4.7 + um for carbon monoxide).\"}]},{\"ShortName\":\"SCIAMACHY\",\"ComposedOf\":[{\"ShortName\":\"SCIAMACHY\",\"LongName\":\"Scanning + Imaging Absorption Spectrometer for Atmospheric Chartography\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GOES-10\",\"LongName\":\"GOES-10\",\"Instruments\":[{\"ShortName\":\"MISR\",\"ComposedOf\":[{\"ShortName\":\"MISR\",\"LongName\":\"Multi-angle + Imaging SpectroRadiometer (MISR), aboard the TERRA (EOS AM-1) spacecraft, + is comprised of 9 cameras that image Earth's surface in 4 wavelengths (blue, + green, red, near-IR).\"}]},{\"ShortName\":\"MOPITT\",\"ComposedOf\":[{\"ShortName\":\"MOPITT\",\"LongName\":\"Measurements + Of Pollution In The Troposphere is a scanning radiometer employing gas correlation + spectroscopy to measure the upwelling and reflected IR radiance (2.4 and 4.7 + um for carbon monoxide).\"}]},{\"ShortName\":\"SCIAMACHY\",\"ComposedOf\":[{\"ShortName\":\"SCIAMACHY\",\"LongName\":\"Scanning + Imaging Absorption Spectrometer for Atmospheric Chartography\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GOES-12\",\"LongName\":\"Geodynamics + Experimental Ocean Satellite-12\",\"Instruments\":[{\"ShortName\":\"MISR\",\"ComposedOf\":[{\"ShortName\":\"MISR\",\"LongName\":\"Multi-angle + Imaging SpectroRadiometer (MISR), aboard the TERRA (EOS AM-1) spacecraft, + is comprised of 9 cameras that image Earth's surface in 4 wavelengths (blue, + green, red, near-IR).\"}]},{\"ShortName\":\"MOPITT\",\"ComposedOf\":[{\"ShortName\":\"MOPITT\",\"LongName\":\"Measurements + Of Pollution In The Troposphere is a scanning radiometer employing gas correlation + spectroscopy to measure the upwelling and reflected IR radiance (2.4 and 4.7 + um for carbon monoxide).\"}]},{\"ShortName\":\"SCIAMACHY\",\"ComposedOf\":[{\"ShortName\":\"SCIAMACHY\",\"LongName\":\"Scanning + Imaging Absorption Spectrometer for Atmospheric Chartography\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"METEOSAT-7\",\"LongName\":\"METEOSAT-7\",\"Instruments\":[{\"ShortName\":\"MISR\",\"ComposedOf\":[{\"ShortName\":\"MISR\",\"LongName\":\"Multi-angle + Imaging SpectroRadiometer (MISR), aboard the TERRA (EOS AM-1) spacecraft, + is comprised of 9 cameras that image Earth's surface in 4 wavelengths (blue, + green, red, near-IR).\"}]},{\"ShortName\":\"MOPITT\",\"ComposedOf\":[{\"ShortName\":\"MOPITT\",\"LongName\":\"Measurements + Of Pollution In The Troposphere is a scanning radiometer employing gas correlation + spectroscopy to measure the upwelling and reflected IR radiance (2.4 and 4.7 + um for carbon monoxide).\"}]},{\"ShortName\":\"SCIAMACHY\",\"ComposedOf\":[{\"ShortName\":\"SCIAMACHY\",\"LongName\":\"Scanning + Imaging Absorption Spectrometer for Atmospheric Chartography\"}]}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"EOS morning + crossing mission satellite\",\"Instruments\":[{\"ShortName\":\"MISR\",\"ComposedOf\":[{\"ShortName\":\"MISR\",\"LongName\":\"Multi-angle + Imaging SpectroRadiometer (MISR), aboard the TERRA (EOS AM-1) spacecraft, + is comprised of 9 cameras that image Earth's surface in 4 wavelengths (blue, + green, red, near-IR).\"}]},{\"ShortName\":\"MOPITT\",\"ComposedOf\":[{\"ShortName\":\"MOPITT\",\"LongName\":\"Measurements + Of Pollution In The Troposphere is a scanning radiometer employing gas correlation + spectroscopy to measure the upwelling and reflected IR radiance (2.4 and 4.7 + um for carbon monoxide).\"}]},{\"ShortName\":\"SCIAMACHY\",\"ComposedOf\":[{\"ShortName\":\"SCIAMACHY\",\"LongName\":\"Scanning + Imaging Absorption Spectrometer for Atmospheric Chartography\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":50,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"LARC_ASDC\",\"has-combine\":false,\"user-id\":\"raomidi\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"INTEXB_J31_AIRCRAFT\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1000000540-LARC_ASDC\",\"revision-date\":\"2023-04-03T17:48:54.406Z\",\"granule-count\":67,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"ReleaseDate\":\"2011-03-23T00:00:00.000000Z\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"GPolygons\":[{\"Boundary\":{\"Points\":[{\"Latitude\":18,\"Longitude\":-99},{\"Latitude\":18,\"Longitude\":-93},{\"Latitude\":23,\"Longitude\":-93},{\"Latitude\":23,\"Longitude\":-99},{\"Latitude\":18,\"Longitude\":-99}]}}]}}},\"CollectionProgress\":\"COMPLETE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AEROSOLS\",\"Topic\":\"ATMOSPHERE\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"AIR QUALITY\",\"Topic\":\"ATMOSPHERE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-03-03T00:00:00.000000Z\",\"EndingDateTime\":\"2006-03-20T23:59:59.999999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/ASDCDAAC/INTEXB/0007\"},\"ShortName\":\"INTEXB_J31_AIRCRAFT\",\"EntryTitle\":\"INTEXB + J31 Aircraft Data\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\",\"IMAGERY/BASE + MAPS/EARTH COVER\"],\"AccessConstraints\":{\"Description\":\"WORLD\",\"Value\":4},\"RelatedUrls\":[{\"Description\":\"Toolsets + for Airborne Data (TAD) Web Application\",\"Subtype\":\"MAP SERVICE\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://tad.larc.nasa.gov/login.php\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"ESPO + INTEX-B project home page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://cloud1.arc.nasa.gov/intex-b/\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"ASDC + Data and Information for INTEX-B\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/project/INTEXB\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NTEX-B + Project Home Page\",\"Type\":\"PROJECT HOME PAGE\",\"URL\":\"https://www-air.larc.nasa.gov/missions/intex-b/intexb.html\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"DOI + data set landing page for INTEXB_J31_AIRCRAFT_1\",\"Type\":\"DATA SET LANDING + PAGE\",\"URL\":\"https://doi.org/10.5067/ASDCDAAC/INTEXB/0007\",\"URLContentType\":\"CollectionURL\"},{\"Description\":\"Earthdata + Search for INTEXB_J31_AIRCRAFT_1 (NASA Application to search, discover, visualize, + refine, and access NASA Earth Observation data)\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1000000540-LARC_ASDC\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"OPeNDAP + data access for INTEXB_J31_AIRCRAFT_1\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URL\":\"https://opendap.larc.nasa.gov/opendap/INTEXB/INTEXB_J31_AIRCRAFT/contents.html\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"How + to cite ASDC data\",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://asdc.larc.nasa.gov/citing-data\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"NASA + LaRC Airborne Science Data for Atmospheric Composition - Notes from the INTEX-B + Data Workshop: VA Beach, 6-8 March 2007\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://www-air.larc.nasa.gov/cgi-bin/presentations\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"White + Paper: The Intercontinental Chemical Transport Experiment \u2013 Phase B (INTEX-B): + An update\",\"Subtype\":\"PUBLICATIONS\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://cloud1.arc.nasa.gov/docs/intex-na/INTEX-B_White_Paper.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + Direct Data Download for INTEXB_J31_AIRCRAFT_1\",\"Subtype\":\"DIRECT DOWNLOAD\",\"Type\":\"GET + DATA\",\"URL\":\"https://asdc.larc.nasa.gov/data/INTEXB/INTEXB_J31_AIRCRAFT/\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Field + campaigns in which the Lidar Group has participated\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://science.larc.nasa.gov/lidar/campaigns.html\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"ASDC + webpage for MISR Support of Field Campaigns\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://asdc.larc.nasa.gov/documents/misr/field_campaign_imagery/index.html\",\"URLContentType\":\"VisualizationURL\"}],\"DataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-23T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"INTEX-NA + is a two phase experiment that aims to understand the transport and transformation + of gases and aerosols on transcontinental/intercontinental scales and assess + their impact on air quality and climate. The primary constituents of interest + are ozone and precursors, aerosols and precursors, and the long-lived greenhouse + gases. The first phase (INTEX-A) was completed in the summer of 2004 and the + second phase (INTEX-B) is to be performed in the spring of 2006. This document + is intended to provide an update on the goals of INTEX-B and define its implementation + strategy. The scientific goals envisioned here are based on the joint implementation + of INTEX-B, MIRAGE-Mex and DLR/IMPACT studies and their coordination with + satellite observations. In collaboration with these partners, the main goals + of INTEX-B are to:- Quantify the transpacific transport and evolution of Asian + pollution to North America and assess its implications for regional air quality + and climate; - Quantify the outflow and evolution of gases and aerosols from + the Mexico City Megaplex; - Investigate the transport of Asian and North America + pollution to the eastern Atlantic and assess its implications for European + air quality; - Validate and refine satellite observations of tropospheric + composition; - Map emissions of trace gases and aerosols and relate atmospheric + composition to sources and sinks.The INTEX-B field study is to be performed + during an approximate 8-week period from March 1 to April 30, 2006.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Subregion1\":\"UNITED + STATES OF AMERICA\",\"Type\":\"NORTH AMERICA\"}],\"MetadataDates\":[{\"Date\":\"2014-10-08T00:00:00.000000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-04-23T00:00:00.000000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Intercontinental + Chemical Transport Experiment - Phase B (INTEX-B)\",\"ShortName\":\"INTEXB\"}],\"UseConstraints\":{\"Description\":\"For + more information, please see the ESDIS Data Use Policy: https://earthdata.nasa.gov/earth-observation-data/data-use-policy\"},\"ContactPersons\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Moffett + Field\",\"Country\":\"United States\",\"PostalCode\":\"94035-1000\",\"StateProvince\":\"CA\",\"StreetAddresses\":[\"NASA + Ames Research Center\",\"Office: N245:130 \",\"9 Moffett Field\"]}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(650) + 604-6769\"},{\"Type\":\"Email\",\"Value\":\"hanwant.b.singh@nasa.gov\"}]},\"FirstName\":\"HANWANT\",\"LastName\":\"SINGH\",\"MiddleName\":\"B\",\"Roles\":[\"Investigator\"]}],\"DataCenters\":[{\"ContactGroups\":[{\"ContactInformation\":{\"Addresses\":[{\"City\":\"Hampton\",\"Country\":\"United + States\",\"PostalCode\":\"23681-2199\",\"StateProvince\":\"Virginia\",\"StreetAddresses\":[\"NASA + Langley Atmospheric Science Data Center\",\"User and Data Services\",\"NASA + Langley Research Center\"]}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"support-asdc@earthdata.nasa.gov\"}]},\"GroupName\":\"ASDC + Home Page\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://asdc.larc.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Atmospheric + Science Data Center, Science Directorate, Langley Research Center, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/LARC/SD/ASDC\"}],\"Platforms\":[{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"ShortName\":\"AIRCRAFT\",\"Type\":\"Aircraft\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, AQUA\",\"ShortName\":\"AQUA\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Environmental + Satellite\",\"ShortName\":\"ENVISAT\",\"Type\":\"Earth Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}],\"LongName\":\"Earth Observing System, TERRA (AM-1)\",\"ShortName\":\"Terra\",\"Type\":\"Earth + Observation Satellites\"},{\"Instruments\":[{\"ShortName\":\"NOT APPLICABLE\"}],\"LongName\":\"Earth + Observing System, Aura\",\"ShortName\":\"Aura\",\"Type\":\"Earth Observation + Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Fees\":\"none\",\"Format\":\"ICARTT\",\"Media\":[\"varies\"]}]}}},{\"meta\":{\"revision-id\":30,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-IMECOCAL\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360378-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:32.671Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-01-21T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/IMECOCAL/DATA001\"},\"ShortName\":\"IMECOCAL\",\"EntryTitle\":\"Investigaciones + Mexicanas de la Corriente de California (IMECOCAL)\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/IMECOCAL/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + made under the IMECOCAL program (Investigaciones Mexicanas de la Corriente + de California, translated: Mexican Research of the California Current) from + 2002 to 2004.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"sedac_CIESIN_SEDAC_IPCC_OBSERVED_AR5_2.01\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1419984463-SEDAC\",\"revision-date\":\"2023-02-22T19:36:37.185Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"2.01\",\"Title\":\"IPCC + Fifth Assessment Report (AR5) Observed Climate Change Impacts Database, Version + 2.01\",\"Creator\":\"Intergovernmental Panel on Climate Change (IPCC)\",\"ReleaseDate\":\"2017-06-28T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4FT8J0X\"}},{\"Title\":\"Detection + and Attribution of Observed Impacts\",\"Creator\":\"Cramer, W., G.W. Yohe, + M. Auffhammer, C. Huggel, U. Molau, M.A.F. da Silva Dias, A. Solow, D.A. Stone, + and L. Tibig\",\"ReleaseDate\":\"2014-01-01T00:00:00.000Z\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.1017/CBO9781107415379.023\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"ENVIRONMENTAL IMPACTS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2007-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H4FT8J0X\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_IPCC_OBSERVED_AR5\",\"EntryTitle\":\"IPCC + Fifth Assessment Report (AR5) Observed Climate Change Impacts Database, Version + 2.01\",\"PublicationReferences\":[{\"Title\":\"IPCC Special Report on Emissions + Scenarios (SRES) Emissions Scenarios Dataset Version 1.1\",\"Publisher\":\"Cambridge + University Press\",\"DOI\":{\"DOI\":\"10.7927/H4N29TWJ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.01\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Special Report on Emissions Scenarios (SRES) + 1x1 Degree Gridded Emissions Dataset\",\"Publisher\":\"Cambridge University + Press\",\"DOI\":{\"DOI\":\"10.7927/H4RV0KMH\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Special Report on Emissions Scenarios (SRES) + Fluor-Gases Emissions Dataset\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"DOI\":\"10.7927/H4HD7SKJ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC IS92 Emissions Scenarios (A, B, C, D, E, F) + Dataset Version 1.1\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"DOI\":\"10.7927/H41C1TT4\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.01\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Socio-Economic Baseline Dataset\",\"Publisher\":\"Cambridge + University Press\",\"DOI\":{\"DOI\":\"10.7927/H4WM1BB7\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"1998-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"Synthetic Assessment of Global Distribution of Vulnerability + to Climate Change: Maps and Data, 2005, 2050, and 2100\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4XG9P2R\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Yohe, + G., E. Malone, A. Brenkert, M. Schlesinger, H. Meij, X. Xing, and D. Lee\",\"PublicationDate\":\"2006-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"IPCC Fourth Assessment Report (AR4) Observed Climate Change + Impacts Database\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4542KJV\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Rosenzweig, + C., P. Neofotis, M. Vicarelii, and X. Xing\",\"PublicationDate\":\"2008-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/ipcc/ipcc-ar5-observed-climate-impacts-v2-01/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-ar5-observed-climate-impacts-v2-01/data-download\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/ipcc-ar5-observed-climate-impacts-v2-01/docs\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-ar5-observed-climate-impacts-v2-01\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2017-06-28T01:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2017-06-28T01:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Intergovernmental Panel on Climate Change Fifth Assessment Report (AR5) Observed + Climate Change Impacts Database, Version 2.01 contains observed responses + to climate change across a wide range of systems as well as regions. These + responses include systems for which climate change has played a major role + in observed changes, regional-scale impacts where climate change has played + a minor role, and sub-regional impacts. Impacts on physical, biological, and + human systems were differentiated, and the area impacted can vary from specific + locations to broad areas such as a major river basin.\",\"Purpose\":\"To provide + a database with observed responses to climate change for multidisciplinary + studies.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"POLAR\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2017-09-19T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-22T19:30:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_IPCC_OBSERVED_AR5\"}],\"Version\":\"2.01\",\"Projects\":[{\"ShortName\":\"IPCC\",\"LongName\":\"Intergovernmental + Panel on Climate Change\"}],\"UseConstraints\":{\"Description\":\"Users are + free to use, copy, distribute, transmit, and adapt the work for commercial + and non-commercial purposes, without restriction, as long as clear attribution + of the source is provided.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":27,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"IPCC + Fourth Assessment Report (AR4) Observed Climate Change Impacts Database\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179002027-SEDAC\",\"revision-date\":\"2023-02-22T20:35:56.532Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"IPCC + Fourth Assessment Report (AR4) Observed Climate Change Impacts Database\",\"Creator\":\"Rosenzweig, + C., P. Neofotis, M. Vicarelii, and X. Xing\",\"ReleaseDate\":\"2008-12-31T00:00:00.000Z\",\"ReleasePlace\":\"Palisades, + NY\",\"Publisher\":\"NASA Socioeconomic Data and Applications Center (SEDAC)\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4542KJV\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"ENVIRONMENTAL IMPACTS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1970-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2014-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4542KJV\"},\"ShortName\":\"CIESIN_SEDAC_IPCC_OBSERVED\",\"EntryTitle\":\"IPCC + Fourth Assessment Report (AR4) Observed Climate Change Impacts Database\",\"PublicationReferences\":[{\"Title\":\"IPCC + Special Report on Emissions Scenarios (SRES) Emissions Scenarios Dataset Version + 1.1\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4N29TWJ\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.01\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Special Report on Emissions Scenarios (SRES) + 1x1 Degree Gridded Emissions Dataset\",\"Publisher\":\"Cambridge University + Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4RV0KMH\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Special Report on Emissions Scenarios (SRES) + Fluor-Gases Emissions Dataset\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4HD7SKJ\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC IS92 Emissions Scenarios (A, B, C, D, E, F) + Dataset Version 1.1\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H41C1TT4\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.01\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Socio-Economic Baseline Dataset\",\"Publisher\":\"Cambridge + University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4WM1BB7\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"1998-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"Synthetic Assessment of Global Distribution of Vulnerability + to Climate Change: Maps and Data, 2005, 2050, and 2100\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4XG9P2R\"},\"Author\":\"Yohe, + G., E. Malone, A. Brenkert, M. Schlesinger, H. Meij, X. Xing, and D. Lee\",\"PublicationDate\":\"2006-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"IPCC Fifth Assessment Report (AR5) Observed Climate Change + Impacts Database, Version 2.01\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4FT8J0X\"},\"Author\":\"Intergovernmental + Panel on Climate Change (IPCC)\",\"PublicationDate\":\"2017-06-28T00:00:00.000Z\",\"Edition\":\"2.01\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/ipcc/ipcc-ar5-observed-climate-impacts-v2-01/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-ar4-observed-climate-impacts/data-download\"},{\"Description\":\"Documentation + Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"http://sedac.ciesin.columbia.edu/data/set/ipcc-ar4-observed-climate-impacts/docs\"},{\"Description\":\"Web + Map Service Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE SERVICE + API\",\"Subtype\":\"WEB MAP SERVICE (WMS)\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-ar4-observed-climate-impacts/maps/services\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-ar4-observed-climate-impacts\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2008-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2008-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Intergovernmental Panel on Climate Change (IPCC) Fourth Assessment Report + (AR4) Observed Climate Change Impacts Database contains observed responses + to climate change across a wide range of systems as well as regions. These + data were taken from the Intergovernmental Panel on Climate Change Fourth + Assessment Report and Rosenzweig et al. (2008). It consists of responses in + the the physical, terrestrial biological systems and marine-ecosystems. The + observations that were selected include data that demonstrate a statistically + significant trend in change in either direction in systems related to temperature + or other climate change variable, and the is for at least 20 years between + 1970 and 2004, although study periods may extend earlier or later. For each + observation, the data series is described in terms of system, region, longitude + and latitude, dates and duration, statistical significance, type of impact, + and whether or not land use was identified as a driving factor. System changes + are taken from ~80 studies (of which ~75 are new since the IPCC Third Assessment + Report) containing more than 29,500 data series. Observations in the database + are characterized as a \\\"change consistent with warming\\\" or a \\\"change + not consistent with warming\\\", based on information from the underlying + studies.\",\"Purpose\":\"To provide a database with observed responses to + climate change for multidisciplinary studies.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"POLAR\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2012-12-14T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-22T20:31:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_IPCC_OBSERVED\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"IPCC\",\"LongName\":\"Intergovernmental + Panel on Climate Change\"}],\"UseConstraints\":{\"Description\":\"The Intergovernmental + Panel on Climate Change (IPCC) and Trustees of Columbia University in the + City of New York hold the copyright of this data set. Users are prohibited + from any commercial, non-free resale, or redistribution without explicit written + permission from IPCC and CIESIN. Users should acknowledge IPCC as the source + used in the creation of any reports, publications, new data sets, derived + products, or services resulting from the use of this data set. IPCC and CIESIN + also request reprints of any publications and notification of any redistributing + efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\"},{\"Format\":\"WMS\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"Fees\":\"0\"},{\"Format\":\"WMS\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":20,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"IPCC + IS92 Emissions Scenarios (A, B, C, D, E, F) Dataset Version 1.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179001930-SEDAC\",\"revision-date\":\"2023-02-23T16:06:20.583Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.01\",\"Title\":\"IPCC + IS92 Emissions Scenarios (A, B, C, D, E, F) Dataset Version 1.1\",\"Creator\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"ReleaseDate\":\"2000-07-31T00:00:00.000Z\",\"ReleasePlace\":\"New + York, NY\",\"Publisher\":\"Cambridge University Press\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H41C1TT4\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\",\"VariableLevel1\":\"EMISSIONS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2100-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H41C1TT4\"},\"ShortName\":\"CIESIN_SEDAC_IPCC_IS92_V11\",\"EntryTitle\":\"IPCC + IS92 Emissions Scenarios (A, B, C, D, E, F) Dataset Version 1.1\",\"PublicationReferences\":[{\"Title\":\"IPCC + Special Report on Emissions Scenarios (SRES) Emissions Scenarios Dataset Version + 1.1\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4N29TWJ\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.01\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Special Report on Emissions Scenarios (SRES) + 1x1 Degree Gridded Emissions Dataset\",\"Publisher\":\"Cambridge University + Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4RV0KMH\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Special Report on Emissions Scenarios (SRES) + Fluor-Gases Emissions Dataset\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4HD7SKJ\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Socio-Economic Baseline Dataset\",\"Publisher\":\"Cambridge + University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4WM1BB7\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"1998-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"Synthetic Assessment of Global Distribution of Vulnerability + to Climate Change: Maps and Data, 2005, 2050, and 2100\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4XG9P2R\"},\"Author\":\"Yohe, + G., E. Malone, A. Brenkert, M. Schlesinger, H. Meij, X. Xing, and D. Lee\",\"PublicationDate\":\"2006-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"IPCC Fourth Assessment Report (AR4) Observed Climate Change + Impacts Database\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4542KJV\"},\"Author\":\"Rosenzweig, + C., P. Neofotis, M. Vicarelii, and X. Xing\",\"PublicationDate\":\"2008-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"IPCC Fifth Assessment Report (AR5) Observed Climate Change + Impacts Database, Version 2.01\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4FT8J0X\"},\"Author\":\"Intergovernmental + Panel on Climate Change (IPCC)\",\"PublicationDate\":\"2017-06-28T00:00:00.000Z\",\"Edition\":\"2.01\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/ipcc/ipcc-is92-emissions-scenarios-v1-1/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-is92-emissions-scenarios-v1-1/data-download\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-is92-emissions-scenarios-v1-1\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2000-07-31T01:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2000-07-31T01:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Intergovernmental Panel on Climate Change (IPCC) IS92 Emissions Scenarios + (A, B, C, D, E, F) Dataset Version 1.1 consists of six global and regional + greenhouse gases (GHGs) emissions scenarios projected from 1990 through 2100. + The six alternative IPCC scenarios (IS92 A to F) were published in the 1992 + Supplementary Report to the IPCC Assessment. These scenarios embodied a wide + array of assumptions affecting how future greenhouse gas emissions might evolve + in the absence of climate policies beyond those already adopted. The data + set was originally produced by IPCC in 1992, and the digital version was re-edited + in 2005 to resolve the discrepancies among versions of the data over years. + The definitive version of this data set is distributed by the Columbia University + Center for International Earth Science Information Network (CIESIN).\",\"Purpose\":\"To + provide the projections of anthropogenic emissions of gases that have the + potential to affect climate change.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2012-12-14T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-23T11:03:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_IPCC_IS92_V11\"}],\"Version\":\"1.01\",\"Projects\":[{\"ShortName\":\"IPCC\",\"LongName\":\"Intergovernmental + Panel on Climate Change\"}],\"UseConstraints\":{\"Description\":\"The Intergovernmental + Panel on Climate Change (IPCC) and Trustees of Columbia University in the + City of New York hold the copyright of this dataset. Users are prohibited + from any commercial, non-free resale, or redistribution without explicit written + permission from IPCC and CIESIN. Users should acknowledge IPCC as the source + used in the creation of any reports, publications, new datasets, derived products, + or services resulting from the use of this dataset. IPCC and CIESIN also request + reprints of any publications and notification of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"IPCC + Socio-Economic Baseline Dataset\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179001801-SEDAC\",\"revision-date\":\"2023-02-23T20:35:16.888Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"IPCC + Socio-Economic Baseline Dataset\",\"Creator\":\"Intergovernmental Panel on + Climate Change - IPCC\",\"ReleaseDate\":\"1998-12-31T00:00:00.000Z\",\"ReleasePlace\":\"New + York, NY\",\"Publisher\":\"Cambridge University Press\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4WM1BB7\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"ECONOMIC RESOURCES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"SOCIOECONOMICS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"SingleDateTimes\":[\"1990-01-01T00:00:00.000Z\",\"1991-01-01T00:00:00.000Z\",\"1980-01-01T00:00:00.000Z\",\"1992-01-01T00:00:00.000Z\",\"1993-01-01T00:00:00.000Z\",\"1994-01-01T00:00:00.000Z\",\"1995-01-01T00:00:00.000Z\",\"2025-01-01T00:00:00.000Z\"]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.7927/H4WM1BB7\",\"Authority\":\"https://doi.org/\"},\"ShortName\":\"CIESIN_SEDAC_IPCC_BASELINE\",\"EntryTitle\":\"IPCC + Socio-Economic Baseline Dataset\",\"PublicationReferences\":[{\"Title\":\"IPCC + Special Report on Emissions Scenarios (SRES) Emissions Scenarios Dataset Version + 1.1\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"DOI\":\"10.7927/H4N29TWJ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.01\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Special Report on Emissions Scenarios (SRES) + 1x1 Degree Gridded Emissions Dataset\",\"Publisher\":\"Cambridge University + Press\",\"DOI\":{\"DOI\":\"10.7927/H4RV0KMH\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Special Report on Emissions Scenarios (SRES) + Fluor-Gases Emissions Dataset\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"DOI\":\"10.7927/H4HD7SKJ\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC IS92 Emissions Scenarios (A, B, C, D, E, F) + Dataset Version 1.1\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"DOI\":\"10.7927/H41C1TT4\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.01\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"Synthetic Assessment of Global Distribution of Vulnerability + to Climate Change: Maps and Data, 2005, 2050, and 2100\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4XG9P2R\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Yohe, + G., E. Malone, A. Brenkert, M. Schlesinger, H. Meij, X. Xing, and D. Lee\",\"PublicationDate\":\"2006-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"IPCC Fourth Assessment Report (AR4) Observed Climate Change + Impacts Database\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4542KJV\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Rosenzweig, + C., P. Neofotis, M. Vicarelii, and X. Xing\",\"PublicationDate\":\"2008-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"IPCC Fifth Assessment Report (AR5) Observed Climate Change + Impacts Database, Version 2.01\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"DOI\":\"10.7927/H4FT8J0X\",\"Authority\":\"https://doi.org/\"},\"Author\":\"Intergovernmental + Panel on Climate Change (IPCC)\",\"PublicationDate\":\"2017-06-28T00:00:00.000Z\",\"Edition\":\"2.01\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/ipcc/ipcc-socio-economic-baseline/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-socio-economic-baseline/data-download\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-socio-economic-baseline\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"1998-12-31T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1998-12-31T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Intergovernmental Panel on Climate Change (IPCC) Socio-Economic Baseline Dataset + consists of population, human development, economic, water resources, land + cover, land use, agriculture, food, energy and biodiversity data . This dataset + was collated by IPCC from a variety of sources such as The World Bank, United + Nations Environment Programme (UNEP), and Food and Agriculture Organization + of the United Nations (FAO), and is distributed by the Columbia University + Center for International Earth Science Information Network (CIESIN).\",\"Purpose\":\"To + provide a baseline dataset for the evaluation of climate change impact.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"AUSTRALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"AFGHANISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ALBANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"ALGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ANDORRA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"ANGOLA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ANTIGUA AND BARBUDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ARGENTINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"ARMENIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"AUSTRIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"AZERBAIJAN\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BAHAMAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"BAHRAIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BANGLADESH\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"BARBADOS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BELARUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"BELGIUM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"BELIZE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BENIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"BHUTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BOLIVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"BOSNIA AND HERZEGOVINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"BOTSWANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"BRAZIL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"BRUNEI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"BULGARIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"BURKINA FASO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"BURUNDI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"CAMBODIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CAMEROON\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CAPE VERDE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CENTRAL AFRICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CHAD\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"CHILE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"COLOMBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"COMOROS\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"COOK + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH AMERICA\",\"Subregion1\":\"CENTRAL + AMERICA\",\"Subregion2\":\"COSTA RICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"COTE D'IVOIRE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"CROATIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"CUBA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"CYPRUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"DENMARK\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"DJIBOUTI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"DOMINICAN REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"ECUADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"EGYPT\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"EL SALVADOR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"EQUATORIAL GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ERITREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ESTONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ETHIOPIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"FIJI\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"FINLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"FRANCE\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"FRENCH GUIANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"GABON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"GEORGIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"GERMANY\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GHANA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"GREECE\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"GRENADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"GUATEMALA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"GUINEA-BISSAU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"GUYANA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"HAITI\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"HONDURAS\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\",\"Subregion3\":\"HONG KONG\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"HUNGARY\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"ICELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"INDIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"INDONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"IRAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"IRAQ\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"IRELAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"ISRAEL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"ITALY\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"JAMAICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"JAPAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"JORDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KAZAKHSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"KENYA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"CENTRAL PACIFIC OCEAN\",\"Subregion2\":\"KIRIBATI\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"KUWAIT\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"KYRGYZSTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LATVIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"LEBANON\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"LESOTHO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"LIBERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"LIBYA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LIECHTENSTEIN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"LITHUANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"LUXEMBOURG\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MADAGASCAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MALAWI\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALAYSIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MALDIVES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MALI\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"MEDITERRANEAN + SEA\",\"Subregion3\":\"MALTA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"MARSHALL + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"MAURITANIA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"MAURITIUS\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"MEXICO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"MOLDOVA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"MONACO\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"MONGOLIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"MOROCCO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"MOZAMBIQUE\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"NAMIBIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"NAURU\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"NEPAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"NETHERLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AUSTRALIA/NEW + ZEALAND\",\"Subregion1\":\"NEW ZEALAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"NICARAGUA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGER\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"NIGERIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"NORTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"NORWAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"OMAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"PAKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"MICRONESIA\",\"Subregion3\":\"PALAU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"PAPUA + NEW GUINEA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH AMERICA\",\"Subregion1\":\"PARAGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"PERU\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"WESTERN PACIFIC OCEAN\",\"Subregion2\":\"PHILIPPINES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"POLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"PORTUGAL\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"QATAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"CENTRAL + AFRICA\",\"Subregion2\":\"CONGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"ROMANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"RWANDA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST KITTS AND NEVIS\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST LUCIA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"ST VINCENT AND THE GRENADINES\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"SAMOA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SAN MARINO\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"SOUTH ATLANTIC OCEAN\",\"Subregion2\":\"SAO TOME + AND PRINCIPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"SAUDI ARABIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SENEGAL\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SEYCHELLES\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"SIERRA LEONE\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SINGAPORE\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"SLOVAKIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SLOVENIA\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"SOLOMON + ISLANDS\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"SOMALIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"SOUTHERN + AFRICA\",\"Subregion2\":\"SOUTH AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"SOUTH KOREA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"SPAIN\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"SRI LANKA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"SUDAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"SURINAME\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"SCANDINAVIA\",\"Subregion3\":\"SWEDEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"WESTERN + EUROPE\",\"Subregion2\":\"SWITZERLAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TAJIKISTAN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"TANZANIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"THAILAND\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"WESTERN + AFRICA\",\"Subregion2\":\"TOGO\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TONGA\"},{\"Category\":\"OCEAN\",\"Type\":\"ATLANTIC + OCEAN\",\"Subregion1\":\"NORTH ATLANTIC OCEAN\",\"Subregion2\":\"CARIBBEAN + SEA\",\"Subregion3\":\"TRINIDAD AND TOBAGO\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"NORTHERN + AFRICA\",\"Subregion2\":\"TUNISIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"TURKEY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"TURKMENISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"POLYNESIA\",\"Subregion3\":\"TUVALU\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"UGANDA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"UKRAINE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"UNITED ARAB EMIRATES\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"NORTHERN + EUROPE\",\"Subregion2\":\"BRITISH ISLES\",\"Subregion3\":\"UNITED KINGDOM\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"UNITED STATES OF AMERICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"URUGUAY\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHCENTRAL + ASIA\",\"Subregion2\":\"UZBEKISTAN\"},{\"Category\":\"OCEAN\",\"Type\":\"PACIFIC + OCEAN\",\"Subregion1\":\"SOUTH PACIFIC OCEAN\",\"Subregion2\":\"MELANESIA\",\"Subregion3\":\"VANUATU\"},{\"Category\":\"CONTINENT\",\"Type\":\"SOUTH + AMERICA\",\"Subregion1\":\"VENEZUELA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"VIETNAM\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\",\"Subregion3\":\"YEMEN\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZAMBIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\",\"Subregion1\":\"EASTERN + AFRICA\",\"Subregion2\":\"ZIMBABWE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"LAO PEOPLE'S DEMOCRATIC REPUBLIC\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\",\"Subregion2\":\"MYANMAR\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"EASTERN + EUROPE\",\"Subregion2\":\"RUSSIAN FEDERATION\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\",\"Subregion1\":\"SOUTHERN + EUROPE\",\"Subregion2\":\"NORTH MACEDONIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CANADA\"},{\"Category\":\"CONTINENT\",\"Type\":\"NORTH + AMERICA\",\"Subregion1\":\"CENTRAL AMERICA\",\"Subregion2\":\"PANAMA\"},{\"Category\":\"OCEAN\",\"Type\":\"INDIAN + OCEAN\",\"Subregion1\":\"REUNION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2012-12-14T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-23T20:31:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_IPCC_BASELINE\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"IPCC\",\"LongName\":\"Intergovernmental + Panel on Climate Change\"}],\"UseConstraints\":{\"Description\":\"The Intergovernmental + Panel on Climate Change (IPCC) and Trustees of Columbia University in the + City of New York hold the copyright of this dataset. Users are prohibited + from any commercial, non-free resale, or redistribution without explicit written + permission from IPCC and CIESIN. Users should acknowledge the IPCC as the + source used in the creation of any reports, publications, new datasets, derived + products, or services resulting from the use of this dataset. IPCC and CIESIN + also request reprints of any publications and notification of any redistributing + efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":22,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"IPCC + Special Report on Emissions Scenarios (SRES) 1x1 Degree Gridded Emissions + Dataset\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179001931-SEDAC\",\"revision-date\":\"2023-02-23T20:56:18.997Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"IPCC + Special Report on Emissions Scenarios (SRES) 1x1 Degree Gridded Emissions + Dataset\",\"Creator\":\"Intergovernmental Panel on Climate Change - IPCC\",\"ReleaseDate\":\"2000-07-31T00:00:00.000Z\",\"ReleasePlace\":\"New + York, NY\",\"Publisher\":\"Cambridge University Press\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4RV0KMH\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\",\"VariableLevel1\":\"EMISSIONS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2100-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4RV0KMH\"},\"ShortName\":\"CIESIN_SEDAC_IPCC_SRES_1X1EM\",\"EntryTitle\":\"IPCC + Special Report on Emissions Scenarios (SRES) 1x1 Degree Gridded Emissions + Dataset\",\"PublicationReferences\":[{\"Title\":\"IPCC Special Report on Emissions + Scenarios (SRES) Emissions Scenarios Dataset Version 1.1\",\"Publisher\":\"Cambridge + University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4N29TWJ\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.01\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Special Report on Emissions Scenarios (SRES) + Fluor-Gases Emissions Dataset\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4HD7SKJ\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC IS92 Emissions Scenarios (A, B, C, D, E, F) + Dataset Version 1.1\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H41C1TT4\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.01\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Socio-Economic Baseline Dataset\",\"Publisher\":\"Cambridge + University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4WM1BB7\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"1998-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"Synthetic Assessment of Global Distribution of Vulnerability + to Climate Change: Maps and Data, 2005, 2050, and 2100\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4XG9P2R\"},\"Author\":\"Yohe, + G., E. Malone, A. Brenkert, M. Schlesinger, H. Meij, X. Xing, and D. Lee\",\"PublicationDate\":\"2006-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"IPCC Fourth Assessment Report (AR4) Observed Climate Change + Impacts Database\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4542KJV\"},\"Author\":\"Rosenzweig, + C., P. Neofotis, M. Vicarelii, and X. Xing\",\"PublicationDate\":\"2008-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"IPCC Fifth Assessment Report (AR5) Observed Climate Change + Impacts Database, Version 2.01\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4FT8J0X\"},\"Author\":\"Intergovernmental + Panel on Climate Change (IPCC)\",\"PublicationDate\":\"2017-06-28T00:00:00.000Z\",\"Edition\":\"2.01\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/ipcc/ipcc-gridded-emissions/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-gridded-emissions/data-download\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-gridded-emissions\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2000-07-31T01:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2000-07-31T01:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Intergovernmental Panel on Climate Change (IPCC) Special Report on Emissions + Scenarios (SRES) 1x1 Degree Gridded Emissions Dataset consists of global gridded + emissions for greenhouse gases (GHGs) projected every 10 years beginning in + 1990 through 2100. The grids are produced for reactive gases Methane (CH4), + Carbon Monoxide (CO), Nitrogen Oxides (NOx), and Non-Methane Volatile Organic + Compounds (NMVOC), along with Sulfur Dioxide (SO2), based on the IPCC SRES + Emissions Scenarios Data Set Version 1.1. This data set is produced by the + IPCC and is distributed by the Columbia University Center for International + Earth Science Information Network (CIESIN).\",\"Purpose\":\"To provide gridded + emissions data that can be used in interdisciplinary studies of the environment.\",\"LocationKeywords\":[{\"Category\":\"CONTINENT\",\"Type\":\"AFRICA\"},{\"Category\":\"CONTINENT\",\"Type\":\"EUROPE\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"WESTERN + ASIA\",\"Subregion2\":\"MIDDLE EAST\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"SOUTHEASTERN + ASIA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\",\"Subregion1\":\"EASTERN + ASIA\",\"Subregion2\":\"CHINA\"},{\"Category\":\"CONTINENT\",\"Type\":\"ASIA\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2012-12-14T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-02-23T20:49:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_IPCC_SRES_1X1EM\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"IPCC\",\"LongName\":\"Intergovernmental + Panel on Climate Change\"}],\"UseConstraints\":{\"Description\":\"The Intergovernmental + Panel on Climate Change (IPCC) and Trustees of Columbia University in the + City of New York hold the copyright of this dataset. Users are prohibited + from any commercial, non-free resale, or redistribution without explicit written + permission from IPCC and CIESIN. Users should acknowledge the IPCC SRES report, + published by Cambridge University Press, as the source used in the creation + of any reports, publications, new datasets, derived products, or services + resulting from the use of this dataset. IPCC and CIESIN also request reprints + of any publications and notification of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\"},{\"Format\":\"CSV\"}],\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"Fees\":\"0\"},{\"Format\":\"CSV\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"IPCC + Special Report on Emissions Scenarios (SRES) Emissions Scenarios Dataset Version + 1.1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179001932-SEDAC\",\"revision-date\":\"2023-01-18T18:37:31.194Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.01\",\"Title\":\"IPCC + Special Report on Emissions Scenarios (SRES) Emissions Scenarios Dataset Version + 1.1\",\"Creator\":\"Intergovernmental Panel on Climate Change - IPCC\",\"ReleaseDate\":\"2000-07-31T00:00:00.000Z\",\"ReleasePlace\":\"New + York, NY\",\"Publisher\":\"Cambridge University Press\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4N29TWJ\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\",\"VariableLevel1\":\"EMISSIONS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2100-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4N29TWJ\"},\"ShortName\":\"CIESIN_SEDAC_IPCC_SRES_EMSC_V11\",\"EntryTitle\":\"IPCC + Special Report on Emissions Scenarios (SRES) Emissions Scenarios Dataset Version + 1.1\",\"PublicationReferences\":[{\"Title\":\"IPCC Special Report on Emissions + Scenarios (SRES) 1x1 Degree Gridded Emissions Dataset\",\"Publisher\":\"Cambridge + University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4RV0KMH\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Special Report on Emissions Scenarios (SRES) + Fluor-Gases Emissions Dataset\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4HD7SKJ\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC IS92 Emissions Scenarios (A, B, C, D, E, F) + Dataset Version 1.1\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H41C1TT4\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.01\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Socio-Economic Baseline Dataset\",\"Publisher\":\"Cambridge + University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4WM1BB7\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"1998-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"Synthetic Assessment of Global Distribution of Vulnerability + to Climate Change: Maps and Data, 2005, 2050, and 2100\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4XG9P2R\"},\"Author\":\"Yohe, + G., E. Malone, A. Brenkert, M. Schlesinger, H. Meij, X. Xing, and D. Lee\",\"PublicationDate\":\"2006-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"IPCC Fourth Assessment Report (AR4) Observed Climate Change + Impacts Database\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4542KJV\"},\"Author\":\"Rosenzweig, + C., P. Neofotis, M. Vicarelii, and X. Xing\",\"PublicationDate\":\"2008-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"IPCC Fifth Assessment Report (AR5) Observed Climate Change + Impacts Database, Version 2.01\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4FT8J0X\"},\"Author\":\"Intergovernmental + Panel on Climate Change (IPCC)\",\"PublicationDate\":\"2017-06-28T00:00:00.000Z\",\"Edition\":\"2.01\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/ipcc/ipcc-emissions-v1-1/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-emissions-v1-1/data-download\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-emissions-v1-1\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2000-07-31T01:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2000-07-31T01:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Intergovernmental Panel on Climate Change (IPCC) Special Report on Emissions + Scenarios (SRES) Emissions Scenarios Dataset Version 1.1 consists of 40 global + and regional greenhouse gases (GHGs) and sulfur emissions scenarios projected + every 10 years beginning in 1990 through 2100. The scenarios are based on + extensive assessment of driving forces and emissions in the scenario literature, + alternative modeling approaches, and an open process that solicited wide participation + and feedback. The scenarios provide the basis for future assessments of climate + change and possible response strategies. This data set is produced by the + IPCC and is distributed by the Columbia University Center for International + Earth Science Information Network (CIESIN).\",\"Purpose\":\"To provide new + emissions scenarios for the IPCC Assessment Reports.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2012-12-14T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-01-18T13:36:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_IPCC_SRES_EMSC_V11\"}],\"Version\":\"1.01\",\"Projects\":[{\"ShortName\":\"IPCC\",\"LongName\":\"Intergovernmental + Panel on Climate Change\"}],\"UseConstraints\":{\"Description\":\"The Intergovernmental + Panel on Climate Change (IPCC) and Trustees of Columbia University in the + City of New York hold the copyright of this dataset. Users are prohibited + from any commercial, non-free resale, or redistribution without explicit written + permission from IPCC and CIESIN. Users should acknowledge the IPCC SRES report, + published by Cambridge University Press, as the source used in the creation + of any reports, publications, new datasets, derived products, or services + resulting from the use of this dataset. IPCC and CIESIN also request reprints + of any publications and notification of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":17,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"SEDAC\",\"has-combine\":false,\"user-id\":\"mhansen\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"IPCC + Special Report on Emissions Scenarios (SRES) Fluor-Gases Emissions Dataset\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C179001933-SEDAC\",\"revision-date\":\"2023-01-18T18:48:48.982Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Version\":\"1.00\",\"Title\":\"IPCC + Special Report on Emissions Scenarios (SRES) Fluor-Gases Emissions Dataset\",\"Creator\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"ReleaseDate\":\"2000-07-31T00:00:00.000Z\",\"ReleasePlace\":\"New + York, NY\",\"Publisher\":\"Cambridge University Press\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.7927/H4HD7SKJ\"}}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\",\"VariableLevel1\":\"EMISSIONS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2100-12-31T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4HD7SKJ\"},\"ShortName\":\"CIESIN_SEDAC_IPCC_SRES_FLGASES\",\"EntryTitle\":\"IPCC + Special Report on Emissions Scenarios (SRES) Fluor-Gases Emissions Dataset\",\"PublicationReferences\":[{\"Title\":\"IPCC + Special Report on Emissions Scenarios (SRES) Emissions Scenarios Dataset Version + 1.1\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4N29TWJ\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.01\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Special Report on Emissions Scenarios (SRES) + 1x1 Degree Gridded Emissions Dataset\",\"Publisher\":\"Cambridge University + Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4RV0KMH\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC IS92 Emissions Scenarios (A, B, C, D, E, F) + Dataset Version 1.1\",\"Publisher\":\"Cambridge University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H41C1TT4\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"2000-07-31T00:00:00.000Z\",\"Edition\":\"1.01\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"IPCC Socio-Economic Baseline Dataset\",\"Publisher\":\"Cambridge + University Press\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4WM1BB7\"},\"Author\":\"Intergovernmental + Panel on Climate Change - IPCC\",\"PublicationDate\":\"1998-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"New + York, NY\"},{\"Title\":\"Synthetic Assessment of Global Distribution of Vulnerability + to Climate Change: Maps and Data, 2005, 2050, and 2100\",\"Publisher\":\"NASA + Socioeconomic Data and Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4XG9P2R\"},\"Author\":\"Yohe, + G., E. Malone, A. Brenkert, M. Schlesinger, H. Meij, X. Xing, and D. Lee\",\"PublicationDate\":\"2006-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"IPCC Fourth Assessment Report (AR4) Observed Climate Change + Impacts Database\",\"Publisher\":\"NASA Socioeconomic Data and Applications + Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4542KJV\"},\"Author\":\"Rosenzweig, + C., P. Neofotis, M. Vicarelii, and X. Xing\",\"PublicationDate\":\"2008-12-31T00:00:00.000Z\",\"Edition\":\"1.00\",\"PublicationPlace\":\"Palisades, + NY\"},{\"Title\":\"IPCC Fifth Assessment Report (AR5) Observed Climate Change + Impacts Database, Version 2.01\",\"Publisher\":\"NASA Socioeconomic Data and + Applications Center (SEDAC)\",\"DOI\":{\"Authority\":\"https://doi.org/\",\"DOI\":\"10.7927/H4FT8J0X\"},\"Author\":\"Intergovernmental + Panel on Climate Change (IPCC)\",\"PublicationDate\":\"2017-06-28T00:00:00.000Z\",\"Edition\":\"2.01\",\"PublicationPlace\":\"Palisades, + NY\"}],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"Description\":\"Sample + browse graphic of the data set.\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/downloads/maps/ipcc/ipcc-fluor-gases-emissions/sedac-logo.jpg\"},{\"Description\":\"Data + Download Page\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DIRECT + DOWNLOAD\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-fluor-gases-emissions/data-download\"},{\"Description\":\"Data + Set\_Overview Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://sedac.ciesin.columbia.edu/data/set/ipcc-fluor-gases-emissions\"}],\"ContactGroups\":[{\"Roles\":[\"Metadata + Author\"],\"GroupName\":\"CIESIN METADATA ADMINISTRATION\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"metadata@ciesin.columbia.edu\"},{\"Type\":\"Fax\",\"Value\":\"+1 + 845-365-8922\"},{\"Type\":\"Telephone\",\"Value\":\"+1 845-365-8988\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Metadata + Author\_Home\_Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu\"}]}}],\"DataDates\":[{\"Date\":\"2000-07-31T01:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2000-07-31T01:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Intergovernmental Panel on Climate Change (IPCC) Special Report Emissions + Scenarios (SRES) Fluor-Gases Emissions Dataset consists of global and regional + emissions of Hydrofluorocarbons (HFCs), Perfluorocarbons (PFCs), Sulfur Hexafluoride + (SF6), Cholorfluorocarbons (CFCs) and Hydrochlorofluorocarbons (HCFCs) projected + every 10 years beginning in 1990 through 2100. This data set is produced by + the IPCC and is distributed by the Columbia University Center for International + Earth Science Information Network (CIESIN).\",\"Purpose\":\"To provide fluor-gases + emissions data that can be used in interdisciplinary studies of the environment.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2012-12-14T00:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-01-18T13:47:00.000Z\"}],\"DirectoryNames\":[{\"ShortName\":\"CIESIN_SEDAC_IPCC_SRES_FLGASES\"}],\"Version\":\"1.00\",\"Projects\":[{\"ShortName\":\"IPCC\",\"LongName\":\"Intergovernmental + Panel on Climate Change\"}],\"UseConstraints\":{\"Description\":\"The Intergovernmental + Panel on Climate Change (IPCC) and Trustees of Columbia University in the + City of New York hold the copyright of this dataset. Users are prohibited + from any commercial, non-free resale, or redistribution without explicit written + permission from IPCC and CIESIN. Users should credit the IPCC SRES report, + published by Cambridge University Press, as the source used in the creation + of any reports, publications, new datasets, derived products, or services + resulting from the use of this dataset. IPCC and CIESIN also request reprints + of any publications and notification of any redistributing efforts.\"},\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Distributor + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"SEDAC\",\"LongName\":\"Socioeconomic + Data and Applications Center\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"+1 + 845-365-8920\"},{\"Type\":\"Fax\",\"Value\":\"+1 845-365-8922\"},{\"Type\":\"Email\",\"Value\":\"ciesin.info@ciesin.columbia.edu\"}],\"Addresses\":[{\"Country\":\"United + States\",\"StreetAddresses\":[\"CIESIN, Columbia University, 61 Route 9W, + P.O. Box 1000\"],\"City\":\"Palisades\",\"StateProvince\":\"New York\",\"PostalCode\":\"10964\"}],\"RelatedUrls\":[{\"Description\":\"Archiver + Home Page\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://sedac.ciesin.columbia.edu/\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Excel\"}],\"FileDistributionInformation\":[{\"Format\":\"Excel\",\"Fees\":\"0\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"deanh808\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2634044091-POCLOUD\",\"V2634044098-POCLOUD\",\"V2634044094-POCLOUD\",\"V2634044103-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AQUARIUS_L4_OISSS_IPRC_7DAY_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L4_OISSS_IPRC_7DAY_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"IPRC/SOEST+Aquarius+V5.0+Optimally+Interpolated+Sea+Surface+Salinity+7-Day+global+Dataset\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2634044091-POCLOUD\"},{\"concept-id\":\"V2634044098-POCLOUD\"},{\"concept-id\":\"V2634044094-POCLOUD\"},{\"concept-id\":\"V2634044103-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2617176747-POCLOUD\",\"revision-date\":\"2023-03-29T21:56:17.083Z\",\"granule-count\":200,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"v5\",\" + Aquarius\",\"salinity\",\"SSS\",\" OI\",\" oisss\",\" optimally interpolated\",\" + IPRC\",\" SOEST\",\"polar\",\"sun-synchronous\",\"sss\",\"psu\",\"CONAE\",\"argentina\",\" + JPL\"],\"CollectionCitations\":[{\"Creator\":\"Oleg Melnichenko\",\"OnlineResource\":{\"Linkage\":\"http://apdrc.soest.hawaii.edu/datadoc/oisss.php\"},\"Publisher\":\"IPRC/SOEST + - Oleg Melnichenko\",\"Title\":\"Aquarius L4 Optimally Interpoated Sea Surface + Salinity\",\"SeriesName\":\"Aquarius Optimally Interpoated Sea Surface Salinity + Products\",\"OtherCitationDetails\":\"Oleg Melnichenko, IPRC/SOEST - Oleg + Melnichenko, 2018-08-31, IPRC/SOEST Aquarius V5.0 Optimally Interpolated Sea + Surface Salinity 7-Day global Dataset, http://apdrc.soest.hawaii.edu/datadoc/oisss.php\",\"ReleaseDate\":\"2018-08-31T00:00:00.000Z\",\"Version\":\"5.0\",\"ReleasePlace\":\"IPRC/SOEST + University of Hawaii, Manoa\"}],\"AdditionalAttributes\":[{\"DataType\":\"DATETIME\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Name\":\"earliest_granule_start_time\",\"Value\":\"2011-08-27T00:00:00.000Z\"},{\"DataType\":\"DATETIME\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Name\":\"latest_granule_end_time\",\"Value\":\"2015-06-03T23:59:59.999Z\"},{\"DataType\":\"INT\",\"Description\":\"Dataset + Latency\",\"Name\":\"data_latency\",\"Value\":\"720\"},{\"DataType\":\"STRING\",\"Description\":\"Dataset + citation series name\",\"Name\":\"Series Name\",\"Value\":\"Aquarius Optimally + Interpoated Sea Surface Salinity Products\"},{\"DataType\":\"STRING\",\"Description\":\"Dataset + Persistent ID\",\"Name\":\"Persistent ID\",\"Value\":\"PODAAC-AQR50-4U7CS\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90,\"SouthBoundingCoordinate\":-90,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Gridded\",\"GeodeticModel\":{\"DenominatorOfFlatteningRatio\":298.2572236,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"SemiMajorAxis\":6378137},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"Unit\":\"Decimal + Degrees\",\"XDimension\":0.5,\"YDimension\":0.5}]}}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"DetailedVariable\":\"None\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\",\"VariableLevel1\":\"SALINITY\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2011-08-27T00:00:00.000Z\",\"EndingDateTime\":\"2015-06-07T23:59:59.999Z\"}]}],\"ProcessingLevel\":{\"Id\":\"4\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/AQR50-4U7CS\"},\"ShortName\":\"AQUARIUS_L4_OISSS_IPRC_7DAY_V5\",\"EntryTitle\":\"IPRC/SOEST + Aquarius V5.0 Optimally Interpolated Sea Surface Salinity 7-Day global Dataset\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Melnichenko, + O., P. Hacker., N. Maximenko, G. Lagerloef, and J. Potemra (2016), Optimal + interpolation of Aquarius sea surface salinity, J. Geophys. Res. Oceans, 121, + 602-616, doi:10.1002/2015JC011343\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/AQUARIUS_L4_OISSS_IPRC_7DAY_V5/\",\"podaac-ops-cumulus-public/AQUARIUS_L4_OISSS_IPRC_7DAY_V5/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Mission + and Instrument Overview\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://podaac.jpl.nasa.gov/aquarius\"},{\"Description\":\"NASA + Aquarius/SAC-D mission website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://aquarius.oceansciences.org/\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/AQUARIUS_L4_OISSS_IPRC_7DAY_V5.jpg\"},{\"Description\":\"IPRC/SOEST + Aquarius L4 OI-SSS Algorithm Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/aquarius/open/docs/IPRC_OISSS/Melinchenko_AqSssOI_Technical_Notes.pdf\"},{\"Description\":\"IPRC/SOEST + Aquarius L4 OI-SSS Algorithm Guide\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/aquarius/open/docs/IPRC_OISSS/Melnichenko_AqSssOI_v5_Addendum_TechnicalNotes.pdf\"},{\"Description\":\"ATBD, + Publications\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/aquarius/open/docs/IPRC_OISSS/Melinchenko2014_AqSssOI_JAtmOcTech.pdf\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2617176747-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2617176747-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"MATLAB + read software\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/aquarius/open/sw/matlab/aquarius_matlab_readers.tgz\"},{\"Description\":\"Interactive + Data Language read software\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/aquarius/open/sw/idl/aquarius_IDL_readers.tgz\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Date\":\"2018-07-10T15:49:48.897Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-07-10T15:49:48.897Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + IPRC/SOEST Aquarius OI-SSS v5 product is a level 4, near-global, 0.5 degree + spatial resolution, 7-day, optimally interpolated salinity dataset based + on version 5.0 of the AQUARIUS/SAC-D level 2 mission data. This is a PI led + dataset produced at the International Pacific Research Center (IPRC) at the + University of Hawaii (Manoa) School of Ocean and Earth Science and Technology. + The optimal interpolation (OI) mapping procedure used to create this product + corrects for systematic spatial biases in Aquarius SSS data with respect to + near-surface in situ salinity observations and takes into account available + statistical information about the signal and noise, specific to the Aquarius + instrument. Bias fields are constructed by differencing in situ from Aquarius + derived SSS fields obtained separately using ascending and descending satellite + observations for each of the three Aquarius beams, and by removal of small-scale + noise and low-pass filtering along-track using a two-dimensional Hanning + window procedures prior to application of the OI algorithm. Additional enhancements + for this new version of the product include: 1) The V5.0 (end-of mission) + version of Aquarius Level-2 (swath) SSS data are used as input data for the + OI SSS analysis. 2) The source of the first guess fields has changed from + the APDRC Argo-derived SSS product to the average of four different in-situ + based SSS products. 3) The bias correction algorithm has changed to adjust + SSS retrievals for large-scale systematic biases on a repeat-track basis. + 4) New, less restrictive thresholds are implemented to filter observations + for land and ice contamination, thus improving coverage in the coastal areas + and semi-enclosed seas. 5) Level-2 RFI masks for descending and ascending + satellite passes are used to discard observations in specific geographic + zones where excessive ascending-descending differences are observed due to + contamination from undetected RFI. The Aquarius instrument is onboard the + AQUARIUS/SAC-D satellite, a collaborative effort between NASA and the Argentinian + Space Agency Comision Nacional de Actividades Espaciales (CONAE). The instrument + consists of three radiometers in push broom alignment at incidence angles + of 29, 38, and 46 degrees incidence angles relative to the shadow side of + the orbit. Footprints for the beams are: 76 km (along-track) x 94 km (cross-track), + 84 km x 120 km and 96km x 156 km, yielding a total cross-track swath of 370 + km. The radiometers measure brightness temperature at 1.413 GHz in their respective + horizontal and vertical polarizations (TH and TV). A scatterometer operating + at 1.26 GHz measures ocean backscatter in each footprint that is used for + surface roughness corrections in the estimation of salinity. The scatterometer + has an approximate 390km swath. The Aquarius polar orbit is sun synchronous + at 657 km with a 6 pm, ascending node, and has a 7-Day repeat cycle.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-03-20T19:07:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-03-29T21:56:00.000Z\"}],\"Version\":\"5.0\",\"Projects\":[{\"ShortName\":\"AQUARIUS + SAC-D\",\"LongName\":\"AQUARIUS SAC-D\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"UHI/SOEST/IPRC\",\"LongName\":\"International + Pacific Research Center, School of Ocean and Earth Science and Technology, + University of Hawaii\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"http://iprc.soest.hawaii.edu/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactPersons\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(818) + 393-7165\"},{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}]},\"FirstName\":\"User\",\"LastName\":\"Services\",\"Roles\":[\"Technical + Contact\"]}]}],\"TemporalKeywords\":[\"Weekly - < Monthly\"],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Aquarius SAC-D\",\"LongName\":\"Aquarius + SAC-D\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"98.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AQUARIUS_RADIOMETER\",\"LongName\":\"Aquarius + Radiometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"390.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]},{\"ShortName\":\"AQUARIUS_SCATTEROMETER\",\"LongName\":\"Aquarius + Scatterometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"390.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"IRISN4RAD_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1273652166-GES_DISC\",\"revision-date\":\"2023-01-10T17:34:51.699Z\",\"granule-count\":214,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"Hansel, + Rudolf A., et al.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/IRISN4RAD_001.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"IRIS/Nimbus-4 + Level 1 Radiance Data V001\",\"SeriesName\":\"IRISN4RAD\",\"ReleaseDate\":\"1994-11-16T00:00:00.000Z\",\"Version\":\"001\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"INFRARED + RADIANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1970-04-09T00:00:00.000Z\",\"EndingDateTime\":\"1971-01-30T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Older dataset that was created before DOIs + were assigned\"},\"ShortName\":\"IRISN4RAD\",\"EntryTitle\":\"IRIS/Nimbus-4 + Level 1 Radiance Data V001 (IRISN4RAD) at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/IRISN4RAD_001.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/IRISN4RAD_001.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus4_IRIS_Level1B/IRISN4RAD.001/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=IRISN4RAD\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus4_IRIS_Level1B/IRISN4RAD.001/doc/README.IRISN4RAD.001.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/NimbusIVUG.pdf\",\"Description\":\"Nimbus + 4 User's Guide\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/DataCatalogNimbus4.tar.gz\",\"Description\":\"Nimbus + 4 Data Catalog\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Nimbus/N4_IRIS_Inventory.xlsx\",\"Description\":\"N4 + IRIS Inventory\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Nimbus-4 Infrared Interferometer Spectrometer (IRIS) Level 1 Radiance Data + contain thermal emissions of the Earth's atmosphere at wave numbers between + 400 and 1600 cm**-1, with a nominal resolution of 2.8 cm**-1. The data also + contain documentation information, reference calibration, average instrument + temperatures, and a summary for each orbital pass. The data, originally written + on IBM 360 machines, were recovered from 9-track magnetic tapes. The data + are archived in their original IBM 32-bit word binary record format, and each + file contains an entire day of measurements. The product contains data from + April 9, 1970 (day of year 99) through Jan 31, 1971 (day of year 31).\\n\\nThe + IRIS instrument was designed to provide information on the vertical structure + of the atmosphere and on the emissive properties of the earth's surface by + measuring the surface and atmospheric radiation in the 6.25 to 25 micrometer + range using a modified Michelson interferometer. IRIS viewed along the satellite + track direction with a spatial resolution of 94 km at nadir. A Fourier transform + was applied to the interferograms to produce thermal emmision spectra of the + Earth which could be used to derive vertical profiles of temperature, water + vapor, and ozone, as well as other parameters of meteorological interest. + \ The Infrared Interferometer Spectrometer (IRIS) experiment on Nimbus-4 is + a follow on experiment to the Nimbus-3 IRIS experiment. The IRIS Principal + Investigator was Dr. Rudolf A. Hanel.\\n\\nThese data were previously archived + at NASA NSSDC under the entry ID ESAD-00093 (originally 70-025A-03A).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2014-09-26T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-11-18T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"Nimbus\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Investigator\"],\"FirstName\":\"RUDOLF\",\"MiddleName\":\"A.\",\"LastName\":\"HANEL\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Code + 690\",\"NASA/GSFC\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(301) + 286-8283\"}]}},{\"Roles\":[\"Metadata Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Nimbus-4\",\"Instruments\":[{\"ShortName\":\"IRIS\",\"LongName\":\"Infrared + Interferometer Spectrometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"binary\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-IronEx\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360383-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:34.104Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-05-15T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/IRONEX/DATA001\"},\"ShortName\":\"IronEx\",\"EntryTitle\":\"Iron + Fertilization Experiment (IronEx)\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/IronEx/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + made under the IronEx (Iron Fertilization Experiment) in the central eastern + Pacific Ocean in 1995.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":40,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-EUCFe\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360231-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:10.027Z\",\"granule-count\":166,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2006-08-25T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/EUCFE/DATA001\"},\"ShortName\":\"EUCFe\",\"EntryTitle\":\"Iron + in the Equatorial Undercurrent (EUCFe)\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/EUCFe/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + made by the RV Kilo Moana in 2006 of the EUCFe (Iron in the Equatorial Undercurrent) + in 2006.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/air_sea_gas_exchange_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Air-Sea Carbon Dioxide Gas Exchange\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785340637-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T16:23:07.654Z\",\"granule-count\":8,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Takahashi, + T., S.C. Sutherland, R.H. Wanninkhof, R.A. Feely, R.F. Weiss, D.W. Chipman, + N. Bates, J. Olafsson, C. Sabine, A. Poisson, N. Metzl, B. Tilbrook, Y. Nojiri, + C. Sweeney, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, + and D.R. Landis. 2014. ISLSCP II Air-Sea Carbon Dioxide Gas Exchange. ORNL + DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1208\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"CARBON + AND HYDROCARBON COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC CARBON DIOXIDE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN CHEMISTRY\",\"VariableLevel1\":\"CARBON + DIOXIDE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1208\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"air_sea_gas_exchange_xdeg_1208\",\"EntryTitle\":\"ISLSCP + II Air-Sea Carbon Dioxide Gas Exchange\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/air_sea_gas_exchange_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/carbon/air_sea_gas_exchange_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/air_sea_gas_exchange_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1208\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/air_sea_gas_exchange_xdeg/comp/0_air_sea_gas_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/air_sea_gas_exchange_xdeg/comp/1_air_sea_gas_exchange_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/air_sea_gas_exchange_xdeg/comp/air_sea_gas_exchange_xdeg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/project/square/islscp_logo_square.png\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T16:23:07.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set contains the calculated net ocean-air carbon dioxide (CO2) flux and + sea-air CO2 partial pressure (pCO2) difference. The estimates are based on + approximately one million measurements made for the pCO2 in surface waters + of the global ocean since the International Geophysical Year, 1956-1959. Only + the ocean water pCO2 values measured using direct gas-seawater equilibration + methods were used. The results represent the climatological distributions + under non-El Nino conditions. Since the measurements were made in different + years, during which the atmospheric pCO2 was increasing, they were corrected + to a single reference year (arbitrarily chosen to be 1995) on the basis of + the following assumptions: -Surface waters in subtropical gyres mix vertically + at slow rates with subsurface waters due to the presence of strong stratification + at the base of the mixed layer. This will allow a long contact time with the + atmosphere to exchange CO2. Therefore, their CO2 chemistry tends to follow + the atmospheric CO2 increase. Accordingly, the pCO2 measured in a given month + and year is corrected to the same month of the reference year 1995 using changes + in the atmospheric CO2 concentration occurred during this period.-Oceanic + pCO2 measurements made after the beginning of 1979 have been corrected to + 1995 using the atmospheric CO2 concentration data from the GLOBALVIEW-CO2 + database (2000), in which the zonal mean atmospheric concentrations (for each + 0.05 in sine of latitude) within the planetary boundary layer are summarized + for each month since 1979 to 2000.-Pre-1979 oceanic pCO2 data were corrected + to 1979 using the annual mean trend for the global mean atmospheric CO2 concentration + constructed from the Mauna Loa data of Keeling and Whorf (2000), and then + from 1979 to 1995 using the GLOBALVIEW-CO2 database. -Measurements for pCO2 + made in the following areas have been corrected for the time of observation; + 45 degrees N, 50 degrees S, in the Atlantic Ocean, north of 50 degrees S + in the Indian Ocean, 40 degrees N, 50 degrees S in the western Pacific west + of the date line, and 40 degrees N, 60 degrees S, in the eastern Pacific east + of the date line. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Atmospheric Carbon Dioxide Consumption by Continental Erosion\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785296327-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:20:38.880Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Ludwig, + W., P. Amiotte-Suchet, J.L. Probst, F.G. Hall, G.J. Collatz, B.W. Meeson, + S.O. Los, E.Brown De Colstoun, and D.R. Landis. 2011. ISLSCP II Atmospheric + Carbon Dioxide Consumption by Continental Erosion. ORNL DAAC, Oak Ridge, Tennessee, + USA. http://dx.doi.org/10.3334/ORNLDAAC/1019\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"CARBON + AND HYDROCARBON COMPOUNDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + CHEMISTRY\",\"VariableLevel1\":\"CARBON AND HYDROCARBON COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC + CARBON DIOXIDE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"EROSION/SEDIMENTATION\",\"VariableLevel1\":\"SEDIMENT + TRANSPORT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"EROSION/SEDIMENTATION\",\"VariableLevel1\":\"WEATHERING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE + WATER FEATURES\",\"VariableLevel2\":\"RIVERS/STREAMS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1019\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"atmos_co2_by_erosion_xdeg_1019\",\"EntryTitle\":\"ISLSCP + II Atmospheric Carbon Dioxide Consumption by Continental Erosion\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/atmos_co2_by_erosion_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1019\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/0_atmos_co2_erosion_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/1_atmos_co2_by_erosion_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/atmos_co2_by_erosion_xdeg.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/cont_flux_co2rw_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/cont_flux_doc_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/cont_flux_hco3_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/cont_flux_poc_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/cont_flux_tss_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/flow_dir.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/ocean_flux_co2rw_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/ocean_flux_doc_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/ocean_flux_hco3_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/ocean_flux_poc_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/atmos_co2_by_erosion_xdeg/comp/ocean_flux_tss_hd.gif\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1019_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1019\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:20:38.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Continental Atmospheric CO2 Consumption data set represents gridded estimates + for the riverine export of carbon and of sediments based on empirical models. + All data exist for the overall continental area in a spatial resolution of + 0.5 x 0.5 degree longitude/ latitude. The units are tC/km2/yr for all carbon + species, and t/km2/yr for sediment fluxes. There are two data files (*.zip) + with this data set which describe the following: dissolved organic carbon + (DOC) export, particulate organic carbon (POC) export, bicarbonate export, + export of bicarbonate being of atmospheric origin (also called atmospheric + CO2 consumption by rock weathering), and sediment export.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/avhrr_albedo_1995_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II AVHRR Albedo and BRDF, 1995\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784840966-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T17:56:20.129Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Strahler, + A.H., C.L.B. Schaaf, and E. Tsvetsinskaya. 2009. ISLSCP II AVHRR Albedo and + BRDF, 1995. In Hall, Forrest G., G. Collatz, B. Meeson, S. Los, E. Brown de + Colstoun, and D. Landis (eds.). ISLSCP Initiative II Collection. Data set. + Available on-line [http://daac.ornl.gov/] from Oak Ridge National Laboratory + Distributed Active Archive Center, Oak Ridge, Tennessee, U.S.A. doi:10.3334/ORNLDAAC/928\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PLANT + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-02-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-07-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/928\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"avhrr_albedo_1995_xdeg_928\",\"EntryTitle\":\"ISLSCP + II AVHRR Albedo and BRDF, 1995\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/avhrr_albedo_1995_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/avhrr_albedo_1995_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/avhrr_albedo_1995_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/928\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/avhrr_albedo_1995_xdeg/comp/0_avhrr_albedo_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/avhrr_albedo_1995_xdeg/comp/1_avhrr_albedo_1995_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/928_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=928\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/928/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T17:56:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + Albedo and BRDF (Bidirectional Reflectance Distribution Function) data set + contains three files containing BRDF parameters, white- sky albedo and black-sky + albedo at solar noon for three bands ((350-680nm, 680-3000nm, and 350-30000nm)derived + from AVHRR (Advanced Very High Resolution Radiometer). These data are available + at spatial resolutions of quarter, half, and one degree. Black-sky albedo + (direct beam contribution) and white-sky (Completely diffuse contribution) + can be linearly combined as a function of the fraction of diffuse skylight + (itself a function of optical depth) to provide an actual or instantaneous + albedo at local solar noon. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"},{\"ShortName\":\"LICOR + LEAF AREA METER\",\"LongName\":\"LICOR LEAF AREA METER\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"},{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/c4_percent_1deg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II C4 Vegetation Percentage\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784880272-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T19:05:14.290Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Still, + C.J., J.A. Berry, G.J. Collatz, R.S. Defries, F.G. Hall, B.W. Meeson, S.O. + Los, E.Brown De Colstoun, and D.R. Landis. 2009. ISLSCP II C4 Vegetation Percentage. + ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/932\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PLANT + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1993-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1998-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/932\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"c4_percent_1deg_932\",\"EntryTitle\":\"ISLSCP + II C4 Vegetation Percentage\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/c4_percent_1deg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/c4_percent_1deg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/c4_percent_1deg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/932\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/c4_percent_1deg/comp/0_c4_percent_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/c4_percent_1deg/comp/1_c4_percent_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/932_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=932\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/932/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T19:05:12.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + photosynthetic composition (C3 or C4) of vegetation on the land surface is + essential for accurate simulations of biosphere-atmosphere exchanges of carbon, + water, and energy. C3 and C4 plants have different responses to light, temperature, + CO2, and nitrogen; they also differ in physiological functions like stomatal + conductance and isotope fractionation. A fine-scale distribution of these + plant types is essential for earth science modeling.The C4 percentage is determined + from data sets that describe the continuous distribution of plant growth forms + (i.e., the percent of a grid cell covered by herbaceous or woody vegetation), + climate classifications, the fraction of a grid cell covered in croplands, + and national crop type harvest area statistics. The staff from the International + Satellite Land Surface Climatology Project (ISLSCP) Initiative II have made + the original data set consistent with the ISLSCP-2 land/water mask. This data + set contains a single file in ArcInfo ASCIIGRID format.This data set is one + of the products of the International Satellite Land-Surface Climatology Project, + Initiative II (ISLSCP II) data collection which contains 50 global time series + data sets for the ten-year period 1986 to 1995. Selected data sets span even + longer periods. ISLSCP II is a consistent collection of data sets that were + compiled from existing data sources and algorithms, and were designed to satisfy + the needs of modelers and investigators of the global carbon, water and energy + cycle. The data were acquired from a number of U.S. and international agencies, + universities, and institutions. The global data sets were mapped at consistent + spatial (1, 0.5 and 0.25 degrees) and temporal (monthly, with meteorological + data at finer (e.g., 3-hour)) resolutions and reformatted into a common ASCII + format. The data and documentation have undergone two peer reviews.ISLSCP + is one of several projects of Global Energy and Water Cycle Experiment (GEWEX) + [http://www.gewex.org/] and has the lead role in addressing land-atmosphere + interactions -- process modeling, data retrieval algorithms, field experiment + design and execution, and the development of global data sets.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"LICOR + LEAF AREA METER\",\"LongName\":\"LICOR LEAF AREA METER\"},{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"},{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/co2_emissions_1deg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Carbon Dioxide Emissions from Fossil Fuels, Cement, and Gas Flaring\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785301251-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:27:27.713Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Andres, + R.J., G. Marland, I. Fung, E.G. Matthews, A.L. Brenkert, F.G. Hall, G.J. Collatz, + B.W. Meeson, S.O. Los, E.Brown De Colstoun, and D.R. Landis. 2011. ISLSCP + II Carbon Dioxide Emissions from Fossil Fuels, Cement, and Gas Flaring. ORNL + DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1021\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\",\"VariableLevel1\":\"EMISSIONS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"CARBON + AND HYDROCARBON COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC CARBON DIOXIDE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"ENVIRONMENTAL IMPACTS\",\"VariableLevel1\":\"FOSSIL + FUEL BURNING\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"ENVIRONMENTAL + IMPACTS\",\"VariableLevel1\":\"GAS FLARING\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1950-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1021\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"co2_emissions_1deg_1021\",\"EntryTitle\":\"ISLSCP + II Carbon Dioxide Emissions from Fossil Fuels, Cement, and Gas Flaring\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/co2_emissions_1deg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/carbon/co2_emissions_1deg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/co2_emissions_1deg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1021\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/co2_emissions_1deg/comp/0_co2_emissions_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/co2_emissions_1deg/comp/1_co2_emissions_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/co2_emissions_1deg/comp/co2_emissions_1deg.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/co2_emissions_1deg/comp/ndp058.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/co2_emissions_1deg/comp/ndp058a.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1021_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1021\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1021/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:27:26.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set contains decadal (1950, 1960, 1970, 1980, 1990 and 1995) estimates + of gridded fossil-fuel emissions, expressed in 1,000 metric tons C per year + per one degree latitude by one degree longitude. The CO2 emissions are the + summed emissions from fossil-fuel burning, hydraulic cement production and + gas flaring. The years 1950 to 1990 were developed and compiled using somewhat + different procedures and information than the 1995 data. The national annual + estimates (Boden et al., 1996) from 1950 to 1990 were allocated to one degree + grid cells based on gridded information on national boundaries and political + units, and a 1984 gridded human population map (Andres et al., 1996). For + the 1995 data, the population data base developed by Li (1996a) and documented + by CDIAC (DB1016: Li, 1996b) was used as proxy to grid the 1995 emission estimates. + There is one *.zip data file with this data set at 1.0 degree spatial resolution.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/fluxnet_point/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Carbon Dioxide Flux at Harvard Forest and Northern BOREAS Sites\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785312311-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:42:07.644Z\",\"granule-count\":6,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Olson, + R.J., D. Baldocchi, S. Holladay, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. + Los, E.Brown De Colstoun, and D.R. Landis. 2011. ISLSCP II Carbon Dioxide + Flux at Harvard Forest and Northern BOREAS Sites. ORNL DAAC, Oak Ridge, Tennessee, + USA. https://doi.org/10.3334/ORNLDAAC/1029\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\",\"VariableLevel1\":\"EMISSIONS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"CARBON + AND HYDROCARBON COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC CARBON DIOXIDE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"BIOGEOCHEMICAL CYCLES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"PRIMARY PRODUCTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"RESPIRATION RATE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1029\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"fluxnet_point_1029\",\"EntryTitle\":\"ISLSCP + II Carbon Dioxide Flux at Harvard Forest and Northern BOREAS Sites\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/fluxnet_point/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/carbon/fluxnet_point/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/fluxnet_point.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1029\"},{\"Description\":\"Data + set text file containing the file naming convention and data formats of the + granules in this collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/fluxnet_point/comp/0_fluxnet_readme.txt\"},{\"Description\":\"Data + set documentation PDF.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/fluxnet_point/comp/1_fluxnet_point_doc.pdf\"},{\"Description\":\"Data + set documentation PDF.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/fluxnet_point/comp/fluxnet_point.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1029_1_fit.png\"},{\"Description\":\"The + THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1029/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:42:06.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + International Satellite Land Surface Climatology Project (ISLSCP II) data + set, ISLSCP II Carbon Dioxide Flux at Harvard Forest and Northern BOREAS Sites, + contains gapp-filled flux and meterological data for half-hourly, daily, weekly, + monthly, and annual time intervals presented for each site and year. The 1992-1995 + Harvard Forest, MA site, and the 1994-95 Old Black Spruce, Alberta, Canada + site are members of the FLUXNET global network of micrometeorological towers + that use eddy covariance methods to measure the excahanges of carbon dioxide + (CO2), water vapor, and energy between terrestrial ecosystem and atmosphere. + \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"IR + CO2 ANALYZER\",\"LongName\":\"Infrared Carbon Dioxide Analyzer\"}]},{\"Type\":\"Physical + Models\",\"ShortName\":\"LABORATORY\",\"LongName\":\"LABORATORY\",\"Instruments\":[{\"ShortName\":\"GC-FID\",\"LongName\":\"Gas + Chromatography - Flame Ionization Detector\"},{\"ShortName\":\"LICOR GAS EXCHANGE + SYSTEM\",\"LongName\":\"LICOR GAS EXCHANGE SYSTEM\"}]},{\"Type\":\"Models\",\"ShortName\":\"COMPUTERS\",\"LongName\":\"COMPUTERS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/near-surface_met/cru_monthly_mean_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Climate Research Unit CRU05 Monthly Climate Data\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785293782-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:17:02.467Z\",\"granule-count\":23,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"New, + M., P.D. Jones, M. Hulme, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, + E.Brown De Colstoun, and D.R. Landis. 2011. ISLSCP II Climate Research Unit + CRU05 Monthly Climate Data. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1015\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"AIR TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD FREQUENCY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\",\"VariableLevel2\":\"DIGITAL ELEVATION/TERRAIN MODEL (DEM)\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1015\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"cru_monthly_mean_xdeg_1015\",\"EntryTitle\":\"ISLSCP + II Climate Research Unit CRU05 Monthly Climate Data\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/near-surface_met/cru_monthly_mean_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/near-surface_met/cru_monthly_mean_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/cru_monthly_mean_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1015\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/near-surface_met/cru_monthly_mean_xdeg/comp/0_cru_mean_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/near-surface_met/cru_monthly_mean_xdeg/comp/1_cru_monthly_mean_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1015_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1015\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1015/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:17:01.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set contains a mean monthly climatology for several climate variables + averaged over the period from 1961 to 1990, and constructed from a data set + of station 1961-1990 climatological normals, numbering between 19,800 (precipitation) + and 3,615 (windspeed; see New et al, 1999 for details). The station data were + interpolated as a function of latitude, longitude and elevation using thin-plate + splines. The data comprise a suite of climate elements: precipitation, mean, + maximum, and minimum temperature, frost frequency, diurnal temperature range, + radiation, wet-day frequency, vapor pressure, wind, and cloud cover. There + are 23 files in this data set provided at 0.5 and 1.0 degree spatial resolutions. + \ \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/radiation_clouds/srb_clouds_1deg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Cloud and Meteorology Parameters\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785316430-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:48:48.801Z\",\"granule-count\":8,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Stackhouse, + P.W., S.K. Gupta, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2012. ISLSCP II Cloud and Meteorology Parameters. + ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1073\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + MICROPHYSICS\",\"VariableLevel2\":\"CLOUD LIQUID WATER/ICE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + MICROPHYSICS\",\"VariableLevel2\":\"CLOUD OPTICAL DEPTH/THICKNESS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP PRESSURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + RADIATIVE TRANSFER\",\"VariableLevel2\":\"CLOUD REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1073\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"srb_clouds_1deg_1073\",\"EntryTitle\":\"ISLSCP + II Cloud and Meteorology Parameters\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/radiation_clouds/srb_clouds_1deg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/radiation_clouds/srb_clouds_1deg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/srb_clouds_1deg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1073\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/radiation_clouds/srb_clouds_1deg/comp/0_srb_clouds_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/radiation_clouds/srb_clouds_1deg/comp/1_srb_radiation_clouds_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/radiation_clouds/srb_clouds_1deg/comp/srb_clouds_1deg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1073_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1073\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:48:47.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set contains cloud and meteorology data on a 1.0 degree x 1.0 degree + spatial resolution. There are eight data files (*.zip) with this data set + for several cloud parameters (monthly only) and meteorological parameters + including monthly surface skin temperature, monthly total column ozone, and + water vapor burdens for the period 1986-1995. All monthly parameters include + files with a monthly mean value, a monthly standard deviation, and monthly + minimum and maximum values. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/veg_continuous_fields_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Continuous Fields of Vegetation Cover, 1992-1993\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784863182-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T18:23:16.409Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Defries, + R.S., M.C. Hansen, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2009. ISLSCP II Continuous Fields of Vegetation + Cover, 1992-1993. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/931\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"REFLECTANCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PLANT + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\",\"VariableLevel2\":\"VEGETATION + INDEX\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-04-01T00:00:00.000Z\",\"EndingDateTime\":\"1993-05-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/931\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"veg_continuous_fields_xdeg_931\",\"EntryTitle\":\"ISLSCP + II Continuous Fields of Vegetation Cover, 1992-1993\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/veg_continuous_fields_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/veg_continuous_fields_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/veg_continuous_fields_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/931\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/veg_continuous_fields_xdeg/comp/0_veg_cont_fields_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/veg_continuous_fields_xdeg/comp/1_veg_continuous_fields_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/931_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=931\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/931/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T18:23:15.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + objective of this study was to derive continuous fields of vegetation cover + from multi-temporal Advanced Very High Resolution Radiometer (AVHRR) data + using all available bands and derived Normalized Difference Vegetation Index + (NDVI). The continuous fields describe sub-pixel proportions of cover for + tree, herbaceous, bare ground and water cover types. For tree cover, additional + fields describing leaf longevity (evergreen and deciduous) and leaf morphology + (broadleaf and needleleaf) were also generated. The modeling of carbon dynamics + and climate require knowing tree characteristics such as these. These products + were resampled and aggregated to 0.25, 0.5 and 1.0 degree grids for the International + Satellite Land Surface Climatology Project (ISLSCP) data initiative II. The + data set describes the geographic distributions of three fundamental vegetation + characteristics: tree, herbaceous and bare ground cover, plus a water layer. + For tree cover, leaf longevity and morphology layers were produced.This data + set is one of the products of the International Satellite Land-Surface Climatology + Project, Initiative II (ISLSCP II) data collection which contains 50 global + time series data sets for the ten-year period 1986 to 1995. Selected data + sets span even longer periods. ISLSCP II is a consistent collection of data + sets that were compiled from existing data sources and algorithms, and were + designed to satisfy the needs of modelers and investigators of the global + carbon, water and energy cycle. The data were acquired from a number of U.S. + and international agencies, universities, and institutions. The global data + sets were mapped at consistent spatial (1, 0.5 and 0.25 degrees) and temporal + (monthly, with meteorological data at finer (e.g., 3-hour)) resolutions and + reformatted into a common ASCII format. The data and documentation have undergone + two peer reviews.ISLSCP is one of several projects of Global Energy and Water + Cycle Experiment (GEWEX) [http://www.gewex.org/] and has the lead role in + addressing land-atmosphere interactions -- process modeling, data retrieval + algorithms, field experiment design and execution, and the development of + global data sets.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"LICOR + LEAF AREA METER\",\"LongName\":\"LICOR LEAF AREA METER\"},{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"},{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/near-surface_met/cru_monthly_climate_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II CRU05 Climate Time Series for Global Land Areas, 1986-1995\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785289548-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:12:04.207Z\",\"granule-count\":13,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"New, + M., P.D. Jones, M. Hulme, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, + E.Brown De Colstoun, and D.R. Landis. 2011. ISLSCP II CRU05 Climate Time Series + for Global Land Areas, 1986-1995. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1014\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"AIR TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"VariableLevel1\":\"WATER + VAPOR INDICATORS\",\"VariableLevel2\":\"HUMIDITY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD FREQUENCY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\",\"VariableLevel2\":\"DIGITAL ELEVATION/TERRAIN MODEL (DEM)\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1014\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"cru_monthly_climate_xdeg_1014\",\"EntryTitle\":\"ISLSCP + II CRU05 Climate Time Series for Global Land Areas, 1986-1995\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/near-surface_met/cru_monthly_climate_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/near-surface_met/cru_monthly_climate_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/cru_monthly_climate_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1014\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/near-surface_met/cru_monthly_climate_xdeg/comp/0_cru_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/near-surface_met/cru_monthly_climate_xdeg/comp/1_cru_monthly_climate_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1014_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1014\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1014/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:12:03.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set contains monthly climate time series data created by the Climatic + Research Unit (CRU) at the University of East Anglia, U.K.,for every year + covering the period 1986 to 1995. This time series is a subset of a larger + CRU monthly data set that covers the period of 1901 to 1996. The data comprise + a suite of six climate elements: precipitation, mean temperature, diurnal + temperature range, wet-day frequency, vapor pressure, and cloud cover. There + are 13 files in this data set provided at 0.5 and 1.0 degree spatial resolutions. + \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/erbe_albedo_monthly_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Earth Radiation Budget Experiment (ERBE) Monthly Albedo, 1986-1990\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784882228-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T19:19:47.826Z\",\"granule-count\":10,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Barkstrom, + B.R., F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, + and D.R. Landis. 2009. ISLSCP II Earth Radiation Budget Experiment (ERBE) + Monthly Albedo, 1986-1990. ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/957\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1990-02-01T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/957\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"erbe_albedo_monthly_xdeg_957\",\"EntryTitle\":\"ISLSCP + II Earth Radiation Budget Experiment (ERBE) Monthly Albedo, 1986-1990\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/erbe_albedo_monthly_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/erbe_albedo_monthly_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/erbe_albedo_monthly_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/957\"},{\"Description\":\"Data + set text file containing the file naming convention and data formats of the + granules in this collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/erbe_albedo_monthly_xdeg/comp/0_erbe_albedo_readme.txt\"},{\"Description\":\"Data + set documentation PDF.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/erbe_albedo_monthly_xdeg/comp/1_erbe_albedo_monthly_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/957_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=957\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/957/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T19:19:46.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set, ISLSCP II Earth Radiation Budget Experiment (ERBE) Monthly Albedo, + 1986-1990, contains both the original ERBE albedo data at 2.5 degree spatial + resolution, and the International Land Surface Climatology Project Initative + II (ISLSCP Initiative II) albedo product re-gridded to 1 degree resolution. + The goals of the ERBE were (1) to understand the radiation balance between + the Sun, Earth, atmosphere, and space and (2) to establish an accurate, long-term + baseline data set for detection of climate changes. Earth Radiation Budget + (ERB) data are fundamental to the development of realistic climate models + and to the understanding of natural and anthropogenic perturbations of the + climate system. As part of ERBE, measurements of broadband shortwave radiation + reflected from the Earth-atmosphere system were obtained, from which top of + atmosphere albedo values were calculated. In addition, values from scenes + determined to be free of clouds were analyzed separately and clear-sky albedos + were derived. For this study, only the clear-sky albedos are included. The + ERBE data sets for ISLSCP Initiative II contain global, top of atmosphere, + clear sky albedo data from January 1986 to February 1990.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-9\",\"LongName\":\"National + Oceanic & Atmospheric Administration-9\",\"Instruments\":[{\"ShortName\":\"ERBE\",\"LongName\":\"Earth + Radiation Budget Experiment\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"ERBS\",\"LongName\":\"Earth + Radiation Budget Satellite\",\"Instruments\":[{\"ShortName\":\"ERBE\",\"LongName\":\"Earth + Radiation Budget Experiment\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-10\",\"LongName\":\"National + Oceanic & Atmospheric Administration-10\",\"Instruments\":[{\"ShortName\":\"ERBE\",\"LongName\":\"Earth + Radiation Budget Experiment\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/near-surface_met/ecmwf_met_1deg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II ECMWF Near-Surface Meteorology Parameters\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784255955-ORNL_CLOUD\",\"revision-date\":\"2023-10-16T14:08:21.340Z\",\"granule-count\":289,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Beljaars, + A.C.M., A.K. Betts, E. Brown de Colstoun, F.G. Hall, G.J. Collatz, B.W. Meeson, + S.O. Los, and D.R. Landis. 2014. ISLSCP II ECMWF Near-Surface Meteorology + Parameters. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1222\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"LONGWAVE + RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"SHORTWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"SURFACE + TEMPERATURE\",\"VariableLevel2\":\"SKIN TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"UPPER + AIR TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + MOISTURE/WATER CONTENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1985-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1998-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1222\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"ecmwf_met_1deg_1222\",\"EntryTitle\":\"ISLSCP + II ECMWF Near-Surface Meteorology Parameters\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/near-surface_met/ecmwf_met_1deg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/near-surface_met/ecmwf_met_1deg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/ecmwf_met_1deg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1222\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/near-surface_met/ecmwf_met_1deg/comp/0_ecmwf_met_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/near-surface_met/ecmwf_met_1deg/comp/1_ecmwf_met_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/near-surface_met/ecmwf_met_1deg/comp/ecmwf_data_files.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/near-surface_met/ecmwf_met_1deg/comp/ecmwf_met_1deg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/project/square/islscp_logo_square.png\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-16T14:08:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set for the ISLSCP Initiative II data collection provides meteorology + data with fixed, monthly, monthly-6-hourly, 6-hourly, and 3-hourly temporal + resolutions. The data were derived from the European Centre for Medium-range + Weather Forecasts (ECMWF) near-surface meteorology data set, 40-year re-analysis, + or ERA-40 (Simmons and Gibson, 2000), which covers the years 1957 to 2001. + The data were processed onto the ISLSCP II Earth grid with a spatial resolution + of 1-degree in both latitude and longitude, and span the common ISLSCP II + period from 1986 to 1995.The ECMWF forecast system is called the Integrated + Forecasting System (IFS) and was developed in co-operation with Meteo-France. + For ERA40 it is used with 60 levels from the top of the model at 10 Pa to + the lowest level at about 10 m above the surface. There are 46 compressed + (.tar.gz) data files with this data set. Each uncompressed file contains space-delimited + text (.asc) data files.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/ecosystem_roots_1deg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Ecosystem Rooting Depths\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784847849-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T18:02:14.775Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Schenk, + H.J., R.B. Jackson, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2009. ISLSCP II Ecosystem Rooting Depths. ORNL + DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/929\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PLANT + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-02-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-07-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/929\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"ecosystem_roots_1deg_929\",\"EntryTitle\":\"ISLSCP + II Ecosystem Rooting Depths\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/ecosystem_roots_1deg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/ecosystem_roots_1deg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/ecosystem_roots_1deg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/929\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/ecosystem_roots_1deg/comp/0_ecosystem_roots_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/ecosystem_roots_1deg/comp/1_ecosystem_roots_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/929_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=929\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/929/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T18:02:13.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + goal of this study was to predict the global distribution of plant rooting + depths based on data about global aboveground vegetation structure and climate. + Vertical root distributions influence the fluxes of water, carbon, and soil + nutrients and the distribution and activities of soil fauna. Roots transport + nutrients and water upwards, but they are also pathways for carbon and nutrient + transport into deeper soil layers and for deep water infiltration. Roots also + affect the weathering rates of soil minerals. For calculating such processes + on a global scale, data on vertical root distributions are needed as inputs + to global biogeochemistry and vegetation models. In the Project for Intercomparison + of Land Surface Parameterization Schemes (PILPS), rooting depth and vertical + soil characteristics were the most important factors explaining scatter for + simulated transpiration among 14 land-surface models. Recently, the Terrestrial + Observation Panel for Climate of the Global Climate Observation System (GCOS) + identified the 95% rooting depth as a key variable needed to quantify the + interactions between the climate, soil, and plants, stating that the main + challenge was to find the correlation between rooting depth and soil and climate + features (GCOS/GTOS Terrestrial Observation Panel for Climate 1997). In response + to this challenge, a data set of vertical rooting depths was collected from + the literature in order to construct maps of global ecosystem rooting depths.The + parameters included in these data sets are estimates for the soil depths containing + 50% and 95% of all roots, termed 50% and 95% rooting depths (D50 and D95, + respectively). Together, these variables can be used to calculate estimates + for vertical root distributions, using a logistic equation provided in this + documentation. The data represent mean ecosystem rooting depths for 1 by 1 + degree grid cells. Related data sets: The ORNL DAAC offers related data sets + by Jackson et al. (2003), Gordon and Jackson (2003), Schenk and Jackson (2003), + and Gill and Jackson (2003).This data set is one of the products of the International + Satellite Land-Surface Climatology Project, Initiative II (ISLSCP II) data + collection which contains 50 global time series data sets for the ten-year + period 1986 to 1995. Selected data sets span even longer periods. ISLSCP II + is a consistent collection of data sets that were compiled from existing data + sources and algorithms, and were designed to satisfy the needs of modelers + and investigators of the global carbon, water and energy cycle. The data were + acquired from a number of U.S. and international agencies, universities, and + institutions. The global data sets were mapped at consistent spatial (1, 0.5 + and 0.25 degrees) and temporal (monthly, with meteorological data at finer + (e.g., 3-hour)) resolutions and reformatted into a common ASCII format. The + data and documentation have undergone two peer reviews.ISLSCP is one of several + projects of Global Energy and Water Cycle Experiment (GEWEX) [http://www.gewex.org/] + and has the lead role in addressing land-atmosphere interactions -- process + modeling, data retrieval algorithms, field experiment design and execution, + and the development of global data sets.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"},{\"ShortName\":\"LICOR + LEAF AREA METER\",\"LongName\":\"LICOR LEAF AREA METER\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"},{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/edgar_atmos_emissions_1deg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II EDGAR 3 Gridded Greenhouse and Ozone Precursor Gas Emissions\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785350291-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T16:36:59.543Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Olivier, + J.G., F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, + and D.R. Landis. 2011. ISLSCP II EDGAR 3 Gridded Greenhouse and Ozone Precursor + Gas Emissions. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1022\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\",\"VariableLevel1\":\"EMISSIONS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"CARBON + AND HYDROCARBON COMPOUNDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + CHEMISTRY\",\"VariableLevel1\":\"NITROGEN COMPOUNDS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"SULFUR + COMPOUNDS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1970-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"model + products\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1022\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"edgar_atmos_emissions_1deg_1022\",\"EntryTitle\":\"ISLSCP + II EDGAR 3 Gridded Greenhouse and Ozone Precursor Gas Emissions\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/edgar_atmos_emissions_1deg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/carbon/edgar_atmos_emissions_1deg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/edgar_atmos_emissions_1deg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1022\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/edgar_atmos_emissions_1deg/comp/0_edgar_atmos_emis_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/edgar_atmos_emissions_1deg/comp/1_edgar_atmos_emis_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/edgar_atmos_emissions_1deg/comp/edgar_atmos_emissions_1deg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1022_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1022\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T16:36:55.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + EDGAR (Emission Database for Global Atmospheric Research) database project + is a comprehensive task carried out jointly by the National Institute for + Public Health (RIVM) and the Netherlands Organization for Applied Scientific + Research (TNO) and stores global emission inventories of direct and indirect + greenhouse gases from anthropogenic sources including halocarbons and aerosols + both on a per country and region basis as well as on a grid (see http://www.rivm.nl/edgar/). + For the ISLSCP Initiative II data collection, gridded global annual anthropogenic + emissions for the greenhouse gases CO2, CH4, N2O are provided on a 1.0 degree + by 1.0 degree grid for the years 1970, 1980, 1990, and 1995 and for the tropospheric + ozone precursor gases CO, NOx, NMVOC (Non-Methane Volatile Organic Compounds) + and SO2 for the years 1990 and 1995. There are 2 *.zip data files with this + data set.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/fasir_biophys_monthly_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II FASIR-adjusted NDVI Biophysical Parameter Fields, 1982-1998\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784891689-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:19:32.438Z\",\"granule-count\":16,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Sietse, + O.L., F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, + and D.R. Landis. 2010. ISLSCP II FASIR-adjusted NDVI Biophysical Parameter + Fields, 1982-1998. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/970\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\",\"VariableLevel2\":\"NORMALIZED DIFFERENCE VEGETATION INDEX (NDVI)\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1982-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1998-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/970\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"fasir_biophys_monthly_xdeg_970\",\"EntryTitle\":\"ISLSCP + II FASIR-adjusted NDVI Biophysical Parameter Fields, 1982-1998\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/fasir_biophys_monthly_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/fasir_biophys_monthly_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/fasir_biophys_monthly_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/970\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/fasir_biophys_monthly_xdeg/comp/0_fasir_biophys_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/fasir_biophys_monthly_xdeg/comp/1_fasir_biophys_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/970_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=970\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/970/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:19:31.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Fourier-Adjusted, Sensor and Solar zenith angle corrected, Interpolated, Reconstructed + (FASIR) adjusted Normalized Difference Vegetation Index (NDVI) data set and + derived biophysical parameter fields were generated to provide a 17-year, + satellite record of monthly changes in the photosynthetic activity of terrestrial + vegetation. This multiple resolution (1/4, 1/2 and 1 degree in latitude and + longitude) biophysical parameter data set contains essential variables for + the calculation of photosynthesis, and the energy and water exchange between + the Earth's surface (in particular of vegetation) and the lower boundary layer + of the atmosphere. The Fraction of Absorbed Photosynthetically Active Radiation + (FAPAR) is related to the light absorption and the photosynthetic capacity + of vegetation. It also serves as an intermediate variable to calculate vegetation + cover fraction (Vcover), total Leaf Area Index (LAI_T), green leaf area index + (LAI_G), roughness length (z0), zero plane displacement (d), and snow-free + albedo. The biophysical parameters were derived assuming one canopy layer. + The production of the FASIR NDVI data set and its associated biophysical parameters + was funded by NASA's Land Surface Hydrology program and the Higher Education + Funding Council for Wales (HEFCW) as a core component of the International + Satellite Land Surface Climatology Project (ISLSCP) Initiative II Data Collection.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/fasir_ndvi_monthly_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II FASIR-adjusted NDVI, 1982-1998\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784893177-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:25:34.062Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Sietse, + O.L. , F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, + and D.R. Landis. 2010. ISLSCP II FASIR-adjusted NDVI, 1982-1998. ORNL DAAC, + Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/972\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PLANT + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\",\"VariableLevel2\":\"NORMALIZED DIFFERENCE VEGETATION INDEX (NDVI)\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND USE/LAND COVER\",\"VariableLevel1\":\"LAND + USE/LAND COVER CLASSIFICATION\",\"VariableLevel2\":\"VEGETATION INDEX\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1982-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1998-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/972\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"fasir_ndvi_monthly_xdeg_972\",\"EntryTitle\":\"ISLSCP + II FASIR-adjusted NDVI, 1982-1998\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/fasir_ndvi_monthly_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/fasir_ndvi_monthly_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/fasir_ndvi_monthly_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/972\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/fasir_ndvi_monthly_xdeg/comp/0_fasir_ndvi_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/fasir_ndvi_monthly_xdeg/comp/1_fasir_ndvi_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/972_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=972\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/972/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:25:33.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Fourier-Adjusted, Sensor and Solar zenith angle corrected, Interpolated, Reconstructed + (FASIR) adjusted Normalized Difference Vegetation Index (NDVI) data sets were + generated to provide a 17-year, satellite record of monthly changes in the + photosynthetic activity of terrestrial vegetation. FASIR-NDVI data are also + used in climate models and biogeochemical models to calculate photosynthesis, + the exchange of CO2 between the atmosphere and the land surface, land-surface + evapotranspiration and the absorption and release of energy by the land surface. + There are three data files provided at spatial resolutions of 0.25, 0.5 and + 1.0 degree in latitude and longitude. FASIR adjustments concentrated on reducing + NDVI variations arising from atmospheric, calibration, view and illumination + geometries and other effects not related to actual vegetation change.FASIR + NDVI was also generated to provide inputs for computing a 17-year time series + of associated biophysical parameters, provided as a separate data set in this + data collection. The production of the FASIR NDVI data set and its associated + biophysical parameters was funded by NASA's Land Surface Hydrology program + and the Higher Education Funding Council for Wales (HEFCW) as a core component + of the International Satellite Land Surface Climatology Project (ISLSCP) Initiative + II Data Collection.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"LICOR + LEAF AREA METER\",\"LongName\":\"LICOR LEAF AREA METER\"},{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"},{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/gts_precip_daily_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Gauge-Based Analyses of Daily Precipitation over Global Land Areas\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784899029-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T21:01:25.548Z\",\"granule-count\":6,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Xie, + P.-P., J.E. Janowiak, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2011. ISLSCP II Gauge-Based Analyses of Daily + Precipitation over Global Land Areas. ORNL DAAC, Oak Ridge, Tennessee, USA. + http://dx.doi.org/10.3334/ORNLDAAC/1001\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1001\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"gts_precip_daily_xdeg_1001\",\"EntryTitle\":\"ISLSCP + II Gauge-Based Analyses of Daily Precipitation over Global Land Areas\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/gts_precip_daily_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/hydrology_soils/gts_precip_daily_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/gts_precip_daily_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1001\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/gts_precip_daily_xdeg/comp/0_gts_precip_daily_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/gts_precip_daily_xdeg/comp/1_gts_precip_daily_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1001_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1001\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1001/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T21:01:24.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + objective of this work was to construct a long-term data set of daily precipitation + on half degree and one degree latitude/longitude grids over the global land + areas. The analyses are defined by interpolating station observations from + GTS (Global Telecommunications System) gauges using the algorithm of Shepard + (1968). The algorithm of Shepard (1968) has been widely used to interpolate + gauge observations of monthly, pentad, and daily precipitation (Rudolf 1993, + Xie et al. 1996). This algorithm is used to interpolate the irregularly distributed + station observations onto grid points. The weighting coefficients are inversely + proportional to the gauge-grid point distance and are adjusted by a cosine + function taking into account the directional isolation of each gauge relative + to all other nearby gauges. There are 6 data files with this data set.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"METEOROLOGICAL STATIONS\",\"LongName\":\"METEOROLOGICAL + STATIONS\",\"Instruments\":[{\"ShortName\":\"RAIN GAUGES\",\"LongName\":\"RAIN + GAUGES\"}]},{\"Type\":\"Permanent Land Sites\",\"ShortName\":\"FIXED OBSERVATION + STATIONS\",\"LongName\":\"FIXED OBSERVATION STATIONS\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/gimms_ndvi_monthly_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II GIMMS Monthly NDVI, 1981-2002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784893549-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:28:46.600Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Tucker, + C.J., J. Pinzon, M. Brown, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, + E.Brown De Colstoun, and D.R. Landis. 2010. ISLSCP II GIMMS Monthly NDVI, + 1981-2002. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/973\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PLANT + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\",\"VariableLevel2\":\"NORMALIZED DIFFERENCE VEGETATION INDEX (NDVI)\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND USE/LAND COVER\",\"VariableLevel1\":\"LAND + USE/LAND COVER CLASSIFICATION\",\"VariableLevel2\":\"VEGETATION INDEX\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1981-07-01T00:00:00.000Z\",\"EndingDateTime\":\"2002-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/973\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"gimms_ndvi_monthly_xdeg_973\",\"EntryTitle\":\"ISLSCP + II GIMMS Monthly NDVI, 1981-2002\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/gimms_ndvi_monthly_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/gimms_ndvi_monthly_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/gimms_ndvi_monthly_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/973\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/gimms_ndvi_monthly_xdeg/comp/0_gimms_ndvi_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/gimms_ndvi_monthly_xdeg/comp/1_gimms_ndvi_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/973_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=973\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/973/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:28:46.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Global Inventory Modelling and Mapping Studies (GIMMS) Normalized Difference + Vegetation Index (NDVI) data sets were generated to provide a 22-year satellite + record of monthly changes in terrestrial vegetation. This data set contains + three data files provided at spatial resolutions of 0.25, 0.5 and 1.0 degree + in latitude and longitude with data from July 1981 through December 2002. + New features include reduced NDVI variations arising from calibration, view + geometry, volcanic aerosols, and other effects not related to actual vegetation + change. In particular, NOAA-9 descending node data from September 1994 to + January 1995, volcanic stratospheric aerosol correction for 1982-1984 and + 1991-1994, and improved NDVI using empirical mode decomposition/reconstruction + (EMD) to minimize effects of orbital drift. Global NDVI was generated to provide + inputs for computing the time series of biophysical parameters contained in + the International Satellite Land Surface Climatology Project (ISLSCP) Initiative + II collection. NDVI is used in climate models and biogeochemical models to + calculate photosynthesis, the exchange of CO2 between the atmosphere and the + land surface, land-surface evapotranspiration and the absorption and release + of energy by the land surface. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"LICOR + LEAF AREA METER\",\"LongName\":\"LICOR LEAF AREA METER\"},{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"},{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/socioeconomic/gdp_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Global Gridded Gross Domestic Product (GDP), 1990\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784894332-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:31:32.870Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Yetman, + G., S. Gaffin, D. Balk, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2010. ISLSCP II Global Gridded Gross Domestic + Product (GDP), 1990. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/974\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + DISTRIBUTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1990-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/974\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"gdp_xdeg_974\",\"EntryTitle\":\"ISLSCP + II Global Gridded Gross Domestic Product (GDP), 1990\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/socioeconomic/gdp_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/socioeconomic/gdp_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/gdp_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/974\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/socioeconomic/gdp_xdeg/comp/0_gdp_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/socioeconomic/gdp_xdeg/comp/1_gdp_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/974_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=974\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/974/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:31:32.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + data sets in this directory were provided by Mr. Gregory Yetman and Drs. Stuart + Gaffin and Deborah Balk from the Center for International Earth Science Information + Network (CIESIN) at Columbia University. There are three data files at three + spatial resolutions of 0.25, 0.5 and 1.0 degree in both latitude and longitude + and for the reference year of 1990.Estimates of Gross Domestic Product (GDP) + are commonly given for nations as a single aggregated number. This data set + generates estimates of GDP density distributed subnationally to facilitate + the integration of GDP with other data at a sub-national level and to promote + interdisciplinary studies that include socioeconomic aspects. This is one + of two coarse resolution Socioeconomic data sets included in the International + Satellite Land Surface Climatology Project (ISLSCP) Initiative II data collection, + the other being the Gridded Population of the World (GPW), also produced by + CIESIN. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/islscp2_soils_1deg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Global Gridded Soil Characteristics\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785271209-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T14:48:09.321Z\",\"granule-count\":36,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Scholes, + R.J., E. Brown de Colstoun, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, + and D.R. Landis. 2011. ISLSCP II Global Gridded Soil Characteristics. ORNL + DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1004\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"BIOGEOCHEMICAL CYCLES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"PRIMARY PRODUCTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"EROSION/SEDIMENTATION\",\"VariableLevel1\":\"SEDIMENT + TRANSPORT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + BULK DENSITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + CHEMISTRY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + DEPTH\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1996-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1004\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"islscp2_soils_1deg_1004\",\"EntryTitle\":\"ISLSCP + II Global Gridded Soil Characteristics\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/islscp2_soils_1deg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/hydrology_soils/islscp2_soils_1deg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/islscp2_soils_1deg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1004\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/islscp2_soils_1deg/comp/0_islscp2_soils_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/islscp2_soils_1deg/comp/1_islscp2_soils_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/islscp2_soils_1deg/comp/islscp2_soils_1deg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1004_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1004\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1004/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T14:48:08.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set provides gridded data for selected soil parameters derived from data + and methods developed by the Global Soil Data Task, an international collaborative + project with the objective of making accurate and appropriate data relating + to soil properties accessible to the global change research community. The + task was coordinated by the International Geosphere-Biosphere Programme (IGBP-DIS). + The data in this data set were produced by the International Satellite Land-Surface + Climatology Project, Initiative II (ISLSCP II) staff from data obtained from + the Oak Ridge National Laboratory Distributed Active Archive Center (ORNL + DAAC, http://daac.ornl.gov/). See the related data sets section below. Two-dimensional + gridded maps of selected soil parameters, including soil texture, at a 1.0 + by 1.0 degree spatial resolution and for two soil depths are provided. All + data layers have been adjusted to match the ISLSCP II land/water mask. There + are 36 data files with this data set.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/socioeconomic/global_population_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Global Population of the World\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784894945-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:36:20.518Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Balk, + D., U. Deichmann, G. Yetman, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, + E.Brown De Colstoun, and D.R. Landis. 2010. ISLSCP II Global Population of + the World. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/975\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + DISTRIBUTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"HUMAN DIMENSIONS\",\"Term\":\"POPULATION\",\"VariableLevel1\":\"POPULATION + SIZE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1990-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/975\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"global_population_xdeg_975\",\"EntryTitle\":\"ISLSCP + II Global Population of the World\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/socioeconomic/global_population_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/socioeconomic/global_population_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/global_population_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/975\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/socioeconomic/global_population_xdeg/comp/0_global_population_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/socioeconomic/global_population_xdeg/comp/1_global_population_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/975_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=975\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/975/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:36:19.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Global + Population of the World (GPW) translates census population data to a latitude-longitude + grid so that population data may be used in cross-disciplinary studies. There + are three data files with this data set for the reference years 1990 and 1995. + Over 127,000 administrative units and population counts were collected and + integrated from various sources to create the gridded data. In brief, GPW + was created using the following steps: * Population data were estimated + for the product reference years, 1990 and 1995, either by the data source + or by interpolating or extrapolating the given estimates for other years. + \ * Additional population estimates were created by adjusting the source + population data to match UN national population estimates for the reference + years. * Borders and coastlines of the spatial data were matched to the + Digital Chart of the World where appropriate and lakes from the Digital Chart + of the World were added. * The resulting data were then transformed into + grids of UN-adjusted and unadjusted population counts for the reference years. + \ * Grids containing the area of administrative boundary data in each cell + (net of lakes) were created and used with the count grids to produce population + densities.As with any global data set based on multiple data sources, the + spatial and attribute precision of GPW is variable. The level of detail and + accuracy, both in time and space, vary among the countries for which data + were obtained.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/gpcc_precip_monthly_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Global Precipitation Climatology Centre (GPCC) Monthly Precipitation\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784898435-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:56:42.570Z\",\"granule-count\":10,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Hall, + F.G., G.J. Collatz, B.W. Meeson, S.O. Los, E. Brown de Colstoun, and D. R. + Landis. 2011. ISLSCP II Global Precipitation Climatology Centre (GPCC) Monthly + Precipitation. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/995\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/995\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"gpcc_precip_monthly_xdeg_995\",\"EntryTitle\":\"ISLSCP + II Global Precipitation Climatology Centre (GPCC) Monthly Precipitation\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/gpcc_precip_monthly_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/hydrology_soils/gpcc_precip_monthly_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/gpcc_precip_monthly_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/995\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/gpcc_precip_monthly_xdeg/comp/0_gpcc_precip_month_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/gpcc_precip_monthly_xdeg/comp/1_gpcc_precip_monthly_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/995_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=995\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/995/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:56:41.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Global Precipitation Climatology Centre (GPCC), which is operated by the Deutscher + Wetterdienst (National Meteorological Service of Germany), is a component + of the Global Precipitation Climatology Project (GPCP) with the main emphasis + on the treatment of the global in-situ observations. The GPCC simultaneously + contributes to the Global Climate Observing System (GCOS) and other international + research and climate monitoring projects. This rain gauge-only data set was + acquired from GPCC and resampled to 0.5 degree grid boxes for use in the International + Satellite Land Surface Climatology Project (ISLSCP) Initiative II. The GPCC + collects precipitation data which are locally observed at rain gauge stations + and distributed as CLIMAT and SYNOP reports via the Global Telecommunication + System of the World Weather Watch (GTS) of the World Meteorological Organization + (WMO). The Centre acquires additional monthly precipitation data from meteorological + and hydrological networks which are operated by national services. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/gpcp_precip_pentad_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Global Precipitation Climatology Project Version 1, Pentad Precipitation\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784899581-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T21:29:24.981Z\",\"granule-count\":20,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Xie, + P.-P., F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, + and D.R. Landis. 2011. ISLSCP II Global Precipitation Climatology Project + \ Version 1, Pentad Precipitation. ORNL DAAC, Oak Ridge, Tennessee, USA. + http://dx.doi.org/10.3334/ORNLDAAC/1002\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1002\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"gpcp_precip_pentad_xdeg_1002\",\"EntryTitle\":\"ISLSCP + II Global Precipitation Climatology Project Version 1, Pentad Precipitation\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/gpcp_precip_pentad_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/hydrology_soils/gpcp_precip_pentad_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/gpcp_precip_pentad_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1002\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/gpcp_precip_pentad_xdeg/comp/0_gpcp_precip_pentad_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/gpcp_precip_pentad_xdeg/comp/1_gpcp_precip_pentad_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1002_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1002\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1002/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T21:29:24.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Global Precipitation Climatology Project (GPCP) pentad version 1 precipitation + data set includes global precipitation rates for 5-day, or pentad, periods. + The data sets are derived from measured rain gauge data and merged with satellite + estimates of rainfall. This is a portion of the version 1 GPCP pentad data + set and covers the ISLSCP II period from 1986 to 1995. The original precipitation + rates at 2.5 degrees were re-gridded to a 1 degree spatial resolution by the + ISLSCP II staff. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"METEOROLOGICAL STATIONS\",\"LongName\":\"METEOROLOGICAL + STATIONS\",\"Instruments\":[{\"ShortName\":\"RAIN GAUGES\",\"LongName\":\"RAIN + GAUGES\"}]},{\"Type\":\"Models\",\"ShortName\":\"MODELS\",\"LongName\":\"MODELS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/gpcp_precip_monthly_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Global Precipitation Climatology Project Version 2, Monthly Precipitation\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785267282-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T14:44:02.871Z\",\"granule-count\":6,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Huffman, + G.J., D.T. Bolvin, R.F. Adler, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. + Los, E.Brown De Colstoun, and D.R. Landis. 2011. ISLSCP II Global Precipitation + Climatology Project Version 2, Monthly Precipitation. ORNL DAAC, Oak Ridge, + Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1003\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1003\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"gpcp_precip_monthly_xdeg_1003\",\"EntryTitle\":\"ISLSCP + II Global Precipitation Climatology Project Version 2, Monthly Precipitation\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/gpcp_precip_monthly_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/hydrology_soils/gpcp_precip_monthly_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/gpcp_precip_monthly_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1003\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/gpcp_precip_monthly_xdeg/comp/0_gpcp_precip_month_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/gpcp_precip_monthly_xdeg/comp/1_gpcp_precip_monthly_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1003_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1003\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1003/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T14:44:01.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Global Precipitation Climatology Project (GPCP) Version 2 data set includes + global, monthly precipitation rates and associated random errors (RMSE), and + a monthly precipitation climatology derived as an average from all GPCP data + sets from January 1979 to December 1999. The data are derived from measured + gauge data and merged with satellite estimates of rainfall. This is a portion + of the version 2 GPCP data and covers the ISLSCP II period from 1986 to 1995. + There are six data files included with this data set: the original precipitation + rates, errors and climatology at 2.5 degrees spatial resolution, and the same + data re-gridded to a 1 degree spatial resolution by the ISLSCP II staff.and + merged with satellite estimates of rainfall. This is a portion of the version + 2 GPCP data sets and covers the ISLSCP II period from 1986 to 1995. There + are six data files included with this data set: the original precipitation + rates, errors and climatology at 2.5 degrees spatial resolution, and the same + data re-gridded to a 1 degree spatial resolution by the ISLSCP II staff.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"GROUND STATIONS\",\"LongName\":\"GROUND STATIONS\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\",\"LongName\":\"RAIN GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/gppdi_npp_gridded_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Global Primary Production Data Initiative Gridded NPP Data\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785304728-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:30:42.373Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Prince, + S.D., D.L. Zheng, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2011. ISLSCP II Global Primary Production Data + Initiative Gridded NPP Data. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1023\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel2\":\"FORESTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel2\":\"GRASSLANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CARBON\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1970-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1998-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1023\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"gppdi_npp_gridded_xdeg_1023\",\"EntryTitle\":\"ISLSCP + II Global Primary Production Data Initiative Gridded NPP Data\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/gppdi_npp_gridded_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/carbon/gppdi_npp_gridded_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/gppdi_npp_gridded_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1023\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/gppdi_npp_gridded_xdeg/comp/0_gppdi_npp_gridded_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/gppdi_npp_gridded_xdeg/comp/1_gppdi_npp_gridded_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/gppdi_npp_gridded_xdeg/comp/gppdi_npp_gridded_xdeg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1023_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1023\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:30:40.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Net + Primary Production (NPP) is an important component of the carbon cycle and, + among the pools and fluxes that make up the cycle, it is one of the steps + that are most accessible to field measurement. Direct measurement of NPP is + not practical for large areas and so models are generally used to study the + carbon cycle at a global scale. This data set contains 2 *.zip files for + above ground and total NPP data. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/river_carbon_flux_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Global River Fluxes of Carbon and Sediments to the Oceans\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785309136-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:37:40.936Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Ludwig, + W., P. Amiotte-Suchet, J.L. Probst, F.G. Hall, G.J. Collatz, B.W. Meeson, + S.O. Los, E.Brown De Colstoun, and D.R. Landis. 2011. ISLSCP II Global River + Fluxes of Carbon and Sediments to the Oceans. ORNL DAAC, Oak Ridge, Tennessee, + USA. http://dx.doi.org/10.3334/ORNLDAAC/1028\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"AIR QUALITY\",\"VariableLevel1\":\"EMISSIONS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"PRIMARY PRODUCTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"EROSION/SEDIMENTATION\",\"VariableLevel1\":\"SEDIMENT + TRANSPORT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE + WATER\",\"VariableLevel1\":\"SURFACE WATER FEATURES\",\"VariableLevel2\":\"RIVERS/STREAMS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE + WATER PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"DRAINAGE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1947-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1998-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1028\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"river_carbon_flux_xdeg_1028\",\"EntryTitle\":\"ISLSCP + II Global River Fluxes of Carbon and Sediments to the Oceans\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/river_carbon_flux_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/carbon/river_carbon_flux_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/river_carbon_flux_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1028\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/0_river_carbon_flux_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/1_river_carbon_flux_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/cont_flux_doc_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/cont_flux_hco3_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/cont_flux_poc_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/cont_flux_tss_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/flow_dir.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/ocean_flux_co2_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/ocean_flux_doc_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/ocean_flux_hco3_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/ocean_flux_poc_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/ocean_flux_tss_hd.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/river_carbon_flux_xdeg/comp/river_carbon_flux_xdeg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1028_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1028\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1028/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:37:39.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + River Carbon Flux data set represents estimates for the riverine export of + carbon and of sediments. This data set includes the amounts of carbon and + of sediments that are discharged to the oceans by rivers for each coastal + grid point which receives river inputs. This data set contains three compressed + (*.zip) files: the original data at 2.5 x 2.0 degrees, and global maps at + spatial resolutions of 0.5 and 1.0 degree which the ISLSCP II staff has created + from the original data. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/snow_sea-ice_oceans/sea_ice_extent_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Global Sea Ice Concentration\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784896705-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:45:04.047Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Armstrong, + R.L., K. Knowles, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2010. ISLSCP II Global Sea Ice Concentration. + ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/981\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CLIMATE INDICATORS\",\"Term\":\"CRYOSPHERIC INDICATORS\",\"VariableLevel1\":\"SEA + ICE CONCENTRATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE CONCENTRATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SEA ICE\",\"VariableLevel1\":\"ICE + EXTENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SEA + ICE\",\"VariableLevel1\":\"SEA ICE CONCENTRATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/981\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"sea_ice_extent_xdeg_981\",\"EntryTitle\":\"ISLSCP + II Global Sea Ice Concentration\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/snow_sea-ice_oceans/sea_ice_extent_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/snow_sea-ice_oceans/sea_ice_extent_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/sea_ice_extent_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/981\"},{\"Description\":\"Data + set text file containing the file naming convention and data formats of the + granules in this collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/snow_sea-ice_oceans/sea_ice_extent_xdeg/comp/0_sea_ice_extent_readme.txt\"},{\"Description\":\"Data + set documentation PDF.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/snow_sea-ice_oceans/sea_ice_extent_xdeg/comp/1_sea_ice_extent_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/981_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=981\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/981/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:45:03.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + International Satellite Land Surface Climatology Project (ISLSCP) Initiative + II data set, ISLSCP II Global Sea Ice Concentration, is based on the Goddard + Space Flight Center (GSFC) Sea Ice Concentrations from Nimbus-7 Scanning Multichannel + Microwave Radiometer (SMMR) and the Defense Meteorological Satellites Program + (DMSP) Special Sensor Microwave/Imager (SSM/I) Passive Microwave Data. This + data set contains four zip files which includes sea ice concentration (in + percentage of ocean area covered by sea ice), table data and map data. These + original data were re-gridded by the National Snow and Ice Data Center (NSIDC) + from their original 25-km spatial resolution and EASE-Grid into equal angle + Earth grids with quarter, half and one degree spatial resolutions in latitude/longitude. + The ISLSCP II staff have taken the one degree resolution original data provided + by the Principal Investigator and created global maps of monthly sea ice concentration + on a global one degree grid using the latitude and longitude coordinates that + were provided. Individual monthly files were created and written to the ASCII + format. The re-gridded one degree original data were also adjusted to match + the one degree ISLSCP II land/water mask. \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Models\",\"ShortName\":\"COMPUTERS\",\"LongName\":\"COMPUTERS\",\"Instruments\":[{\"ShortName\":\"Computer\",\"LongName\":\"Computer\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Nimbus-7\",\"LongName\":\"Nimbus-7\",\"Instruments\":[{\"ShortName\":\"SMMR\",\"LongName\":\"Scanning + Multichannel Microwave Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"DMSP\",\"LongName\":\"Defense + Meteorological Satellite Program\",\"Instruments\":[{\"ShortName\":\"SSM/I\",\"LongName\":\"Special + Sensor Microwave/Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/globalview_co2_point/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Globalview: Atmospheric CO2 Concentrations\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785323218-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:56:48.956Z\",\"granule-count\":94,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Masarie, + K.A., F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, + and D.R. Landis. 2012. ISLSCP II Globalview: Atmospheric CO2 Concentrations. + ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1111\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"CARBON + AND HYDROCARBON COMPOUNDS\",\"VariableLevel2\":\"ATMOSPHERIC CARBON DIOXIDE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1979-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2001-01-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"model + products\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1111\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"globalview_co2_point_1111\",\"EntryTitle\":\"ISLSCP + II Globalview: Atmospheric CO2 Concentrations\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/globalview_co2_point/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/carbon/globalview_co2_point/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/globalview_co2_point.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1111\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/globalview_co2_point/comp/0_globalview_co2_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/globalview_co2_point/comp/1_globalview_co2_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/globalview_co2_point/comp/2_gv_co2_2003_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/globalview_co2_point/comp/globalview_co2_point.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/project/square/islscp_logo_square.png\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:56:48.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GlobalView Carbon Dioxide (CO2) data product contains synchronized and smoothed + time series of atmospheric CO2 concentrations at selected sites that were + created using the data extension and integration techniques described by Masarie + and Tans, (1995). The information needed to derive this time series is also + in this data set, along with extensive documentation. The longest period of + coverage is from 1979 to 2001 with some sites having longer or shorter temporal + coverage. Note that the GlobalView CO2 data products are derived from measurements + but contain no actual data. To facilitate heterogeneous CO2 data use in carbon + cycle modeling studies, the measurements have been processed (smoothed, interpolated, + and extrapolated) resulting in extended records that are evenly incremented + in time. There are 92 files with this data set which includes 89 *.zip data + files. The other three files include 2 files with site information, one comma-delimited + ASCII file (.csv), and one .dat file, and one .dat file which is a single + reference marine boundary layer matrix file which contains CO2 mixing ratios + as a function of time and sine of latitude and is a by-product of the data + extension procedure.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/globalview_ch4_point/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II GlobalView: Atmospheric Methane Concentrations\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785319804-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:52:37.580Z\",\"granule-count\":74,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Masarie, + K.A., F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, + and D.R. Landis. 2012. ISLSCP II GlobalView: Atmospheric Methane Concentrations. + ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1109\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC CHEMISTRY\",\"VariableLevel1\":\"CARBON + AND HYDROCARBON COMPOUNDS\",\"VariableLevel2\":\"METHANE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1984-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1998-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"model + products\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1109\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"globalview_ch4_point_1109\",\"EntryTitle\":\"ISLSCP + II GlobalView: Atmospheric Methane Concentrations\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/globalview_ch4_point/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/carbon/globalview_ch4_point/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/globalview_ch4_point.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1109\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/globalview_ch4_point/comp/0_globalview_ch4_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/globalview_ch4_point/comp/1_globalview_ch4_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/globalview_ch4_point/comp/2_gv_ch4_2001_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/globalview_ch4_point/comp/globalview_ch4_point.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/project/square/islscp_logo_square.png\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:52:36.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + GlobalView Methane (CH4) data product contains synchronized and smoothed time + series of atmospheric CH4 concentrations at selected sites that were created + using the data extension and integration techniques described by Masarie and + Tans (1995). The information needed to derive this time series is also in + this data set, along with extensive documentation. The longest period of coverage + is from 1984 to 1998 with some sites having shorter or longer temporal coverage. + Note that the GlobalView-CH4 data products are derived from measurements but + contain no actual data. To facilitate heterogeneous CH4 data use in carbon + cycle modeling studies, the measurements have been processed (smoothed, interpolated, + and extrapolated) resulting in extended records that are evenly incremented + in time. There are 74 files with this data set which includes 71 *.zip data + files. The other three files include 2 files with site information, one comma-delimited + ASCII file (.csv), and one .dat file, and one .dat file which is a single + reference marine boundary layer matrix file containing CH4 mixing ratios as + a function of time and sine of latitude and is a by-product of the data extension + procedure.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/gppdi_npp_point/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II GPPDI, Net Primary Productivity (NPP) Class B Point Data\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785314336-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:44:59.597Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Olson, + R.J., J.M.O. Scurlock, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2011. ISLSCP II GPPDI, Net Primary Productivity + (NPP) Class B Point Data. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1033\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":156.7,\"NorthBoundingCoordinate\":75.55,\"EastBoundingCoordinate\":176.6,\"SouthBoundingCoordinate\":45.7}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"BIOGEOCHEMICAL CYCLES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"PRIMARY PRODUCTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"BIOMASS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1932-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1999-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1033\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"gppdi_npp_point_1033\",\"EntryTitle\":\"ISLSCP + II GPPDI, Net Primary Productivity (NPP) Class B Point Data\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/gppdi_npp_point/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/carbon/gppdi_npp_point/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/gppdi_npp_point.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1033\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/gppdi_npp_point/comp/0_gppdi_npp_point_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/gppdi_npp_point/comp/1_gppdi_npp_point_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/gppdi_npp_point/comp/gppdi_npp_point.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/gppdi_npp_point/comp/NPP_TM196.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1033_1_fit.png\"},{\"Description\":\"The + THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1033/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:44:58.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Global Primary Production Data Initiative (GPPDI) was set up as a Focus 1 + activity of the IGBP Data and Information System, a coordinated international + program to improve worldwide estimates of terrestrial net primary productivity + (NPP) for parameterization, calibration, and validation of NPP models at various + scales.The GPPDI data collection contains documented field measurements of + NPP for global terrestrial sites compiled from published literature and other + extant data sources. The point measurements of NPP were categorized as either + Class A, representing intensively studied or well-documented study sites (e.g., + with site-specific climate, soils information, etc.), Class B, representing + more numerous extensive sites with less documentation and site-specific information + available, or Class C, representing regional collections of half-degree latitude-longitude + grid cells. This data set in the ISLSCP II collection represents the GPPDI + Class B NPP data. The Class B NPP data file contains biomass dynamics, climate, + and site-characteristics data georeferenced to each site. There is one ASCII + data file with this data set. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"CSV\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/historic_cropland_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Historical Croplands Cover, 1700-1992\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784888334-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T19:55:52.816Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Ramankutty,N. + and J.A. Foley. 2010. ISLSCP II Historical Croplands Cover, 1700-1992. In + Hall, Forest G., G. Collatz, B. Meeson, S. Los, E. Brown de Colstoun, and + D. Landis (eds.). ISLSCP Initiative II Collection. Data set. Available on-line + [http://daac.ornl.gov/] from Oak Ridge National Laboratory Distributed Active + Archive Center, Oak Ridge, Tennessee, U.S.A. doi:10.3334/ORNLDAAC/966\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PLANT + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\",\"VariableLevel2\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1700-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1992-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/966\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"historic_cropland_xdeg_966\",\"EntryTitle\":\"ISLSCP + II Historical Croplands Cover, 1700-1992\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/historic_cropland_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/historic_cropland_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/historic_cropland_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/966\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/historic_cropland_xdeg/comp/0_historic_cropland_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/historic_cropland_xdeg/comp/1_historic_cropland_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/966_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=966\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/966/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T19:55:52.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Historical Croplands Cover data set was developed to understand the consequences + of historical changes in land use and land cover for ecosystem goods and services. + In particular, this data set can be used to study how global changes in cultivated + area has influenced climate, biogeochemical cycles, biodiversity, etc. This + data set can be used directly within spatially-explicit climate and biogeochemical + models.This is a gridded data set describing the fraction of each grid cell + in the globe that is occupied by cultivated land from 1700 to 1992. Data layers + are provided for every 50 years from 1700 to 1850, every 10 years from 1850 + to 1980, and every year from 1986 to 1992.There are two sources of global + land cover/land use data. The most recent estimates are derived from satellite + measurements, and are available in a spatially-explicit fashion for roughly + the last 30 years. The other estimate is based on ground-based sources such + as census statistics, land surveys, estimates by historical geographers, etc. + These land inventory data are only available at the scale of political units, + but have the advantage of being historical. Ramankutty and Foley (1998) derived + a spatially-explicit data set of croplands in 1992 by synthesizing remotely-sensed + land cover data with contemporary land inventory data. Furthermore, Ramankutty + and Foley (1999) extended this data set into the past (back to 1700) using + historical land inventory data.The data set should only be used for continental-to-global + scale analysis and modeling. The data set captures the broad patterns of cropland + change over history, but not necessarily the fine details at local to regional + scales - please check the data quality before using it at fine spatial scales. + The quality of historical data for the Russian Federation is poor. The quality + of data prior to 1850 is poor -- only continental-scale historical data were + used for that period. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"LICOR + LEAF AREA METER\",\"LongName\":\"LICOR LEAF AREA METER\"},{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"},{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/historic_landcover_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Historical Land Cover and Land Use, 1700-1990\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784888644-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:01:47.271Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Goldewijk, + K.K., F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, + and D.R. Landis. 2007. ISLSCP II Historical Land Cover and Land Use, 1700-1990. + ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/967\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PLANT + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\",\"VariableLevel2\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1700-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1990-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/967\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"historic_landcover_xdeg_967\",\"EntryTitle\":\"ISLSCP + II Historical Land Cover and Land Use, 1700-1990\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/historic_landcover_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/historic_landcover_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/historic_landcover_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/967\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/historic_landcover_xdeg/comp/0_historic_landcover_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/historic_landcover_xdeg/comp/1_historic_landcover_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/967_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=967\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/967/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:01:46.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Historical Land Cover and Land Use data set was developed to provide the global + change community with historical land use estimates. The data set describes + historical land use changes over a 300-year historical period (1700-1990).Testing + against historical data is an important step for validating integrated models + of global environmental change. Owing to long time lags in the climate and + biogeochemical systems, these models should aim to simulate the land use dynamics + for long periods, i.e., spanning decades to centuries. Developing such models + requires an understanding of past and current trends and is therefore strongly + data dependent. For this purpose, a historical database of the global environment + has been developed: HYDE. Historical statistical inventories on agricultural + land (census data, tax records, land surveys, etc) and different spatial analysis + techniques were used to create a geographically-explicit data set of land + use change, with a regular time interval. The data set can be used to test + integrated models of global change. Continental-scale historical data were + used for that period. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"},{\"ShortName\":\"LICOR + LEAF AREA METER\",\"LongName\":\"LICOR LEAF AREA METER\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"},{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/hydro1k_elevation_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II HYDRO1k Elevation-derived Products\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785285265-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:07:38.354Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Verdin, + K.L., F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, + and D.R. Landis. 2011. ISLSCP II HYDRO1k Elevation-derived Products. ORNL + DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1007\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\",\"VariableLevel2\":\"DIGITAL ELEVATION/TERRAIN MODEL (DEM)\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TOPOGRAPHIC + EFFECTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE + WATER\",\"VariableLevel1\":\"SURFACE WATER FEATURES\",\"VariableLevel2\":\"RIVERS/STREAMS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"model + products\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1007\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"hydro1k_elevation_xdeg_1007\",\"EntryTitle\":\"ISLSCP + II HYDRO1k Elevation-derived Products\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/hydro1k_elevation_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/hydrology_soils/hydro1k_elevation_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/hydro1k_elevation_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1007\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/hydro1k_elevation_xdeg/comp/0_hydro1k_elevation_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/hydro1k_elevation_xdeg/comp/1_hydro1k_elevation_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/hydro1k_elevation_xdeg/comp/hydro1k_elevation_xdeg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1007_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1007\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1007/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:07:37.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set contains coarse scale elevation and elevation-based parameters at + 1.0 and 0.5-degree spatial resolutions that were developed to support a wide + variety of global modeling activities through the International Satellite + Land Surface Climatology Project (ISLSCP) Initiative II data collection. These + coarse scale data have sufficient statistical information (up to fourth moment) + to allow a good statistical description of the sub-cell distribution of any + particular elevation parameter (i.e. elevation, slope and aspect). The database + used in the development effort was the HYDRO1k product (http://eros.usgs.gov/#/Find_Data/Products_and_Data_Available/HYDRO1K) + with a native spatial resolution of 1 km, the highest resolution database + of global coverage of standard elevation-based derivatives (slope, aspect, + elevation, compound topographic index, etc.). \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/edc_landcover_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II IGBP DISCover and SiB Land Cover, 1992-1993\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784854847-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T18:09:00.063Z\",\"granule-count\":6,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Loveland, + T.R., J. Brown, D. Ohlen, B. Reed, Z. Zhu, L. Yang, S. Howard, F.G. Hall, + G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, and D.R. Landis. + 2009. ISLSCP II IGBP DISCover and SiB Land Cover, 1992-1993. ORNL DAAC, Oak + Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/930\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PLANT + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\",\"VariableLevel2\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/930\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"edc_landcover_xdeg_930\",\"EntryTitle\":\"ISLSCP + II IGBP DISCover and SiB Land Cover, 1992-1993\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/edc_landcover_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/edc_landcover_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/edc_landcover_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/930\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/edc_landcover_xdeg/comp/0_edc_landcover_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/edc_landcover_xdeg/comp/1_edc_landcover_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/930_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=930\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/930/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T18:08:58.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set describes the geographic distributions of 17 classes of land cover + based on the International Geosphere-Biosphere DISCover land cover legend + (Loveland and Belward 1997) and the 15 classes of the SiB model processed + at the USGS EROS Data Center (EDC). Specifically, the resampled DISCover datasets + were derived from the 1km DISCover data set compiled by the USGS. The 1km + data sets for each classification scheme were aggregated to 1, 0.5 and 0.25 + degree spatial resolutions for this ISLSCP II data collection. Each layer + of the aggregated products corresponds to a single DISCover land cover category + and the values represent the percentage of the coarse resolution cell (1 degree, + etc...)occupied by that land cover category. The dominant class data show + the land cover category that occupies the majority of the cell and is derived + from the percentage files for each cover type. The objective of this study + was to create a land cover map derived from 1 kilometer AVHRR data using a + full year of data (April 1992-March 1993). This thematic map was resampled + to 0.25, 0.5 and 1.0 degree grids for the International Satellite Land Surface + Climatology Project (ISLSCP) data initiative II. During this re-processing, + the original EDC land cover type and fraction maps were adjusted to match + the water/land fraction of the ISLSCP II land/water mask. These maps were + generated for use by global modelers and others. This data set is one of the + products of the International Satellite Land-Surface Climatology Project, + Initiative II (ISLSCP II) data collection which contains 50 global time series + data sets for the ten-year period 1986 to 1995. Selected data sets span even + longer periods. ISLSCP II is a consistent collection of data sets that were + compiled from existing data sources and algorithms, and were designed to satisfy + the needs of modelers and investigators of the global carbon, water and energy + cycle. The data were acquired from a number of U.S. and international agencies, + universities, and institutions. The global data sets were mapped at consistent + spatial (1, 0.5 and 0.25 degrees) and temporal (monthly, with meteorological + data at finer (e.g., 3-hour)) resolutions and reformatted into a common ASCII + format. The data and documentation have undergone two peer reviews.ISLSCP + is one of several projects of Global Energy and Water Cycle Experiment (GEWEX) + [http://www.gewex.org/] and has the lead role in addressing land-atmosphere + interactions -- process modeling, data retrieval algorithms, field experiment + design and execution, and the development of global data sets.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"},{\"ShortName\":\"LICOR + LEAF AREA METER\",\"LongName\":\"LICOR LEAF AREA METER\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"},{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/model_npp_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II IGBP NPP Output from Terrestrial Biogeochemistry Models\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785306797-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:33:50.867Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Cramer, + W.P., F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, + and D.R. Landis. 2011. ISLSCP II IGBP NPP Output from Terrestrial Biogeochemistry + Models. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1027\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"BIOGEOCHEMICAL CYCLES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"PRIMARY PRODUCTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1931-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1987-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"model + products\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1027\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"model_npp_xdeg_1027\",\"EntryTitle\":\"ISLSCP + II IGBP NPP Output from Terrestrial Biogeochemistry Models\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/carbon/model_npp_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/carbon/model_npp_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/model_npp_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1027\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/model_npp_xdeg/comp/0_model_npp_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/model_npp_xdeg/comp/1_model_npp_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/carbon/model_npp_xdeg/comp/model_npp_xdeg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1027_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1027\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1027/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:33:48.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set contains modeled annual net primary production (NPP) for the land + biosphere from seventeen different global models. Annual NPP is defined as + the net difference of annual carbon uptake (grams CO2/m2/yr) from the atmosphere + through photosynthesis by the land vegetation and that lost back to the atmosphere + through autotrophic and maintenance respiration. NPP is also related to the + Net Ecosystem Exchange (NEE) of carbon accumulated by or lost from the surface + by its vegetation and soils. NPP is NEE plus heterotrophic (decomposition) + respiration of the vegetation and soils. Only NPP values are included in this + data set as some models did not estimate NEE. Data for the mean, standard + deviation and coefficient of variation of NPP for the 17 models are provided + at spatial resolutions of 1.0 degree and 0.5 degrees. There are two compressed + (*.zip) data files with this data set.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/ancillary/combined_ancillary_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Land and Water Masks with Ancillary Data\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785331161-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T16:09:39.729Z\",\"granule-count\":7,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Jet + Propulsion Laboratory. 2013. ISLSCP II Land and Water Masks with Ancillary + Data. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1200\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND USE/LAND COVER\",\"VariableLevel1\":\"LAND + USE/LAND COVER CLASSIFICATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"LANDSCAPE\",\"VariableLevel1\":\"LANDSCAPE PATTERNS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1200\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"combined_ancillary_xdeg_1200\",\"EntryTitle\":\"ISLSCP + II Land and Water Masks with Ancillary Data\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/ancillary/combined_ancillary_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/ancillary/combined_ancillary_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/combined_ancillary_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1200\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/ancillary/combined_ancillary_xdeg/comp/0_inland_water_masks_xdeg_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/ancillary/combined_ancillary_xdeg/comp/0_land_ocean_masks_xdeg_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/ancillary/combined_ancillary_xdeg/comp/0_land_water_masks-99_xdeg_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/ancillary/combined_ancillary_xdeg/comp/0_land_water_masks_xdeg_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/ancillary/combined_ancillary_xdeg/comp/0_land_water_outlines_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/ancillary/combined_ancillary_xdeg/comp/0_lat_lon_grid_coord_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/ancillary/combined_ancillary_xdeg/comp/1_land_water_masks_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/ancillary/combined_ancillary_xdeg/comp/combined_ancillary_xdeg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/project/square/islscp_logo_square.png\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T16:09:37.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set contains the ISLSCP II fixed land/water masks and percentages of + land or water in each cell. There are seven zip data files: four produced + from a 1-km land/water mask compiled at the Jet Propulsion Laboratory (JPL) + in support of NASA's Earth Observing System; two files of a land outline + overlay created from the land/water mask files created at NASA's Goddard Space + Flight Center; and one file which is a latitude grid coordinate file and longitude + grid coordinate file produced by the ISLSCP II staff. All of these data are + provided at three spatial resolutions of .25, 0.5 and 1-degree in latitude + and longitude and on a common Earth grid.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/ornl_lai_point/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Leaf Area Index (LAI) from Field Measurements, 1932-2000\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784892799-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:22:30.850Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Scurlock, + J.M.O., G.P. Asner, S.T. Gower, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. + Los, E.Brown De Colstoun, and D.R. Landis. 2010. ISLSCP II Leaf Area Index + (LAI) from Field Measurements, 1932-2000. ORNL DAAC, Oak Ridge, Tennessee, + USA. http://dx.doi.org/10.3334/ORNLDAAC/971\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-156.67,\"NorthBoundingCoordinate\":71.3,\"EastBoundingCoordinate\":172.75,\"SouthBoundingCoordinate\":-54.5}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\",\"VariableLevel2\":\"LEAF AREA INDEX (LAI)\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PLANT + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\",\"VariableLevel2\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1932-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2000-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/971\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"ornl_lai_point_971\",\"EntryTitle\":\"ISLSCP + II Leaf Area Index (LAI) from Field Measurements, 1932-2000\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/ornl_lai_point/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/ornl_lai_point/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/ornl_lai_point.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/971\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/ornl_lai_point/comp/0_ornl_lai_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/ornl_lai_point/comp/1_ornl_lai_point_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/ornl_lai_point/comp/LAI_TM.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/ornl_lai_point/comp/ornl_lai_refs.txt\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/971_1_fit.png\"},{\"Description\":\"The + THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/971/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:22:30.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Leaf + Area Index (LAI) data from the scientific literature, covering the period + from 1932-2000, have been compiled at the Oak Ridge National Laboratory (ORNL) + Distributed Active Archive Center (DAAC) to support model development and + validation for products from the MODerate Resolution Imaging Spectroradiometer + (MODIS) instrument. There is one data file which consists of a spreadsheet + table, together with a bibliography of more than 300 original-source references. + Although the majority of measurements are from natural or semi-natural ecosystems, + some LAI values have been included from crops (limited to a sub-set representing + different crops at different stages of development under a range of treatments). + Like Net Primary Productivity (NPP), Leaf Area Index (LAI) is a key parameter + for global and regional models of biosphere/atmosphere exchange. Modeling + and validation of coarse scale satellite measurements both require field measurements + to constrain LAI values for different biomes (typical minimum, maximum values, + phenology, etc.). Maximum values for point measurements are unlikely to be + approached or exceeded by area-weighted LAI, which is what satellites and + true spatial models are estimating.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"},{\"ShortName\":\"LICOR + LEAF AREA METER\",\"LongName\":\"LICOR LEAF AREA METER\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"},{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/modis_albedo_2002_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II MODIS (Collection 4) Albedo, 2002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784882766-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T19:28:44.971Z\",\"granule-count\":9,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Strahler, + A.H., C. Schaaf, F. Gao, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, + E.Brown De Colstoun, and D.R. Landis. 2009. ISLSCP II MODIS (Collection 4) + Albedo, 2002. ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/958\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2002-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/958\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"modis_albedo_2002_xdeg_958\",\"EntryTitle\":\"ISLSCP + II MODIS (Collection 4) Albedo, 2002\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/modis_albedo_2002_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/modis_albedo_2002_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/modis_albedo_2002_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/958\"},{\"Description\":\"Data + set text file containing the file naming convention and data formats of the + granules in this collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/modis_albedo_2002_xdeg/comp/0_modis_albedo_2002_readme.txt\"},{\"Description\":\"Data + set documentation PDF.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/modis_albedo_2002_xdeg/comp/1_modis_albedo_2002_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/958_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=958\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T19:28:44.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + International Satellite Land Surface Climatology Project (ISLSCP II) MODerate + resolution Image Spectroradiometer (MODIS) dataset, ISLSCP II MODIS (Collection + 4) Albedo 2002, provides albedo data for the period January 2002 through December + 2002.The MODIS bidirectional reflectance distribution function (BRDF) albedo + product (MOD43B) provides measures of clear sky surface albedo every 16 days. + Both white-sky albedo (bihemispherical reflectance) and black-sky albedo (directional + hemispherical reflectance) at local solar noon are provided for 7 spectral + bands and 3 broadbands. Since black-sky albedo represents the direct beam + contribution while white-sky represents the completely diffuse contribution, + these measures can be linearly combined as a function of the fraction of diffuse + skylight (itself a function of optical depth) to provide an actual or instantaneous + albedo at local solar noon.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/modis_landcover_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II MODIS (Collection 4) IGBP Land Cover, 2000-2001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784890070-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:07:57.498Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Friedl, + M.A., A.H. Strahler, J. Hodges, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. + Los, E.Brown De Colstoun, and D.R. Landis. 2010. ISLSCP II MODIS (Collection + 4) IGBP Land Cover, 2000-2001. ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/968\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE CLASSES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND USE/LAND COVER\",\"VariableLevel1\":\"LAND + USE/LAND COVER CLASSIFICATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2000-10-01T00:00:00.000Z\",\"EndingDateTime\":\"2001-10-01T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/968\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"modis_landcover_xdeg_968\",\"EntryTitle\":\"ISLSCP + II MODIS (Collection 4) IGBP Land Cover, 2000-2001\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/modis_landcover_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/modis_landcover_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/modis_landcover_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/968\"},{\"Description\":\"Data + set text file containing the file naming convention and data formats of the + granules in this collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/modis_landcover_xdeg/comp/0_modis_landcover_readme.txt\"},{\"Description\":\"Data + set documentation PDF.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/modis_landcover_xdeg/comp/1_modis_landcover_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/968_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=968\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/968/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:07:56.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set, ISLSCP II MODIS (Collection 4) IGBP Land Cover, 2000-2001, contains + \ global land cover classifications (dominant type, classification confidence + and fractional cover) generated using a full year of MODerate Resolution Imaging + Spectroradiometer (MODIS) data covering the period from October 2000 to October + 2001. The objective of the MODIS Land Cover Product is to provide a suite + of land cover types useful to global system science modelers by exploiting + the information content of MODIS data in the spectral, temporal, spatial, + and directional domains. These products describe the geographic distribution + of the 17 land cover classification scheme proposed by the International Geosphere-Biosphere + Programme (IGBP).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/snowfree_albedo_1deg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Monthly Snow-Free Albedo, 1982-1998, and Background Soil Reflectance\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784881406-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T19:13:19.100Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Dazlich, + D.A., S.O. Los, F.G. Hall, G.J. Collatz, B.W. Meeson, E.Brown De Colstoun, + and D.R. Landis. 2009. ISLSCP II Monthly Snow-Free Albedo, 1982-1998, and + Background Soil Reflectance. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/956\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PLANT + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\",\"VariableLevel2\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1982-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1998-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/956\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"snowfree_albedo_1deg_956\",\"EntryTitle\":\"ISLSCP + II Monthly Snow-Free Albedo, 1982-1998, and Background Soil Reflectance\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/snowfree_albedo_1deg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/snowfree_albedo_1deg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/snowfree_albedo_1deg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/956\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/snowfree_albedo_1deg/comp/0_snowfree_albedo_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/snowfree_albedo_1deg/comp/1_snowfree_albedo_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/956_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=956\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/956/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T19:13:17.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set contains monthly average snow-free surface shortwave albedo calculated + for the period 1982-1998 and estimates of background soil/litter reflectances + in the visible (0.4-0.7 mm) and near-infrared (NIR) (0.7-1.0 mm) wavelengths. + Biophysical Parameters derived from the FASIR-NDVI (Fourier Adjusted, Solar + zenith angle correction, Interpolation, and Reconstruction of Normalized Difference + Vegetation Index) data set developed for the ISLSCP Initiative II data collection + for the months of January 1982 through December 1998 were used to calculate + monthly mean surface albedos at 1 X 1 degree spatial resolution for vegetated + land surfaces (Sellers et al, 1996b) for the wavelength interval from 0.4 + to 3.0 mm. The instantaneous albedo is a function of the properties of the + land surface and the solar zenith angle. The monthly mean albedo is an average + weighted over time weighted by the incident radiation. NDVI data are used + to generate the biophysical parameters leaf area index (LAI) and green fraction + of vegetation (Greenness) used by the canopy radiative transfer model of the + Simple Biosphere (SiB2) model (Sellers et al, 1996a), which computes the instantaneous + albedo. This is coupled to the Colorado State University (CSU) General Circulation + Model (GCM) (Randall et al, 1989) which integrates the SiB2 radiative transfer + through time. The incident radiation for weighting the time-averaged albedo + was provided by a previous run of the GCM using the atmospheric radiation + parameterization of Harshvardhan et al (1987). The Harshvardhan parameterization + models radiative transfer through the atmosphere in both the longwave and + shortwave bands, including the effects of cloudiness and water vapor, carbon + dioxide and ozone. The shortwave radiation distinguishes between the direct + and diffuse components of the solar beam.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"},{\"ShortName\":\"LICOR + LEAF AREA METER\",\"LongName\":\"LICOR LEAF AREA METER\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"},{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/noaa_albedo_5year-av_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II NOAA 5-year Average Monthly Snow-free Albedo from AVHRR\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784885509-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T19:36:51.461Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Csiszar, + I.A, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, + and D.R. Landis. 2009. ISLSCP II NOAA 5-year Average Monthly Snow-free Albedo + from AVHRR. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/959\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CANOPY + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"LEAF + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PLANT + CHARACTERISTICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\",\"VariableLevel2\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1985-04-01T00:00:00.000Z\",\"EndingDateTime\":\"1991-03-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/959\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"noaa_albedo_5year-av_xdeg_959\",\"EntryTitle\":\"ISLSCP + II NOAA 5-year Average Monthly Snow-free Albedo from AVHRR\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/noaa_albedo_5year-av_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/noaa_albedo_5year-av_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/noaa_albedo_5year-av_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/959\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/noaa_albedo_5year-av_xdeg/comp/0_noaa_albedo_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/noaa_albedo_5year-av_xdeg/comp/1_noaa_albedo_5year-av_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/959_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=959\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T19:36:50.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + objective of this work was to produce a monthly climatology of broadband surface + albedos for use in global numerical weather prediction models at the National + Centers for Environmental Prediction (NCEP). Monthly means of clear-sky, surface, + broadband, snow-free albedos for overhead sun illumination angle were determined + using data from a five-year period from April 1985-December 1987 and January + 1989-March 1991. The data set is compatible in temporal coverage and spatial + resolution with a monthly climatology of green vegetation fraction (Gutman + and Ignatov, 1998) delivered earlier and currently in use at NCEP. Three zip + files are provided at three spatial resolutions of quarter, half and on degree, + each containing 12 data files in standard ESRI ArcGIS ArcInfo Grid format, + and 12 data files in ASCII format denoting defifferences between the original + data set and the ISLSCP II Land Sea Mask. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"STEEL + MEASURING TAPE\",\"LongName\":\"STEEL MEASURING TAPE\"},{\"ShortName\":\"LICOR + LEAF AREA METER\",\"LongName\":\"LICOR LEAF AREA METER\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"},{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/snow_sea-ice_oceans/snow_cover_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Northern Hemisphere Monthly Snow Cover Extent\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784896919-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:48:57.415Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Armstrong, + R.L., M.J. Brodzik, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2010. ISLSCP II Northern Hemisphere Monthly + Snow Cover Extent. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/982\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"BIOGEOCHEMICAL CYCLES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"SNOW/ICE\",\"VariableLevel1\":\"SNOW + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/982\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"snow_cover_xdeg_982\",\"EntryTitle\":\"ISLSCP + II Northern Hemisphere Monthly Snow Cover Extent\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/snow_sea-ice_oceans/snow_cover_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/snow_sea-ice_oceans/snow_cover_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/snow_cover_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/982\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/snow_sea-ice_oceans/snow_cover_xdeg/comp/0_snow_cover_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/snow_sea-ice_oceans/snow_cover_xdeg/comp/1_snow_cover_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/982_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=982\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:48:56.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + ISLSCP data set is derived from the National Snow and Ice Data Center (NSIDC) + Northern Hemisphere EASE-Grid Weekly Snow Cover and Sea Ice Extent product + which combines snow cover and sea ice extent at weekly intervals for October + 1978 through June 2001, and snow cover alone from 1966 through June 2001. + The original data set was the first representation of combined snow and sea + ice measurements derived from satellite observations for the period of record. + Designed to facilitate study of Northern Hemisphere seasonal fluctuations + of snow cover and sea ice extent, the original NSIDC data set also includes + monthly climatologies describing average extent, probability of occurrence, + and variance.This data set shows the extent of snow on the land at a variety + of scales (1.0 degree, 0.5 degree, 0.25 degree). The values represent the + percentage of days in each month where snow was present -- 100 means 100% + of the month, 80 means 80% of the month, etc. There are 4 .zip files provided. + Missing data is represented by -99 for water and -88 for land. The data were + originally in a yearly tabular format. The file was converted to multi-scale + maps by plotting each point in the tabular data onto a map of -99 (water) + and -88 (land) created from the standard ISLSCP II Land/Sea Mask. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/potential_veg_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Potential Natural Vegetation Cover\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784887174-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T19:50:56.309Z\",\"granule-count\":4,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Ramankutty, + N., J.A. Foley, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De + Colstoun, and D.R. Landis. 2010. ISLSCP II Potential Natural Vegetation Cover. + ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/961\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"DECIDUOUS + VEGETATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE/LAND COVER CLASSIFICATION\",\"VariableLevel2\":\"VEGETATION + INDEX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE + RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-04-01T00:00:00.000Z\",\"EndingDateTime\":\"1993-04-01T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/961\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"potential_veg_xdeg_961\",\"EntryTitle\":\"ISLSCP + II Potential Natural Vegetation Cover\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/potential_veg_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/potential_veg_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/potential_veg_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/961\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/potential_veg_xdeg/comp/0_potential_veg_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/potential_veg_xdeg/comp/1_potential_veg_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/961_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=961\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T19:50:55.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set was developed to describe the state of the global land cover in terms + of 15 major vegetation types, plus water, before alteration by humans. It + forms a complement to the historical croplands data set developed by Ramankutty + and Foley (1999). By overlaying the two, one can determine the extent to which + natural vegetation has been cleared for cultivation. This data set can be + used directly within spatially-explicit climate and biogeochemical models. + There are four total files in this data set. Two files contain the land cover + types representing potential natural vegetation before human alteration, and + two other files contain those points in the original data set submitted by + the Principal Investigator that have been modified in order to match the land/water + mask of the ISLSCP Initiative II.The geographic distribution of contemporary + land cover types can be derived from remotely-sensed data. However, humans + now dominate much of the world and there is little evidence of the pre-human-settlement + natural vegetation or Potential Natural Vegetation (PNV). PNV, as defined + here, does not necessarily represent the world's natural pre-human-disturbance + vegetation. Rather, our definition of PNV represents the world's vegetation + cover that would most likely exist now in equilibrium with present-day climate + and natural disturbance, in the absence of human activities.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-14\",\"LongName\":\"National + Oceanic & Atmospheric Administration-14\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"},{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth + Observing System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]},{\"ShortName\":\"FIELD INVESTIGATION\",\"LongName\":\"FIELD + INVESTIGATION\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/near-surface_met/ncep_met_1deg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Reanalysis Near-Surface Meteorology Data\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785343626-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T16:32:13.528Z\",\"granule-count\":136,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Dirmeyer, + P., M. Zhao, G. White, W. Ebisuzaki, F.G. Hall, G.J. Collatz, B.W. Meeson, + S.O. Los, E.Brown De Colstoun, and D.R. Landis. 2014. ISLSCP II Reanalysis + Near-Surface Meteorology Data. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1226\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"LONGWAVE + RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"SHORTWAVE RADIATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC TEMPERATURE\",\"VariableLevel1\":\"UPPER + AIR TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + WINDS\",\"VariableLevel1\":\"SURFACE WINDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + MOISTURE/WATER CONTENT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"SURFACE + ROUGHNESS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"model + products\",\"Id\":\"4\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1226\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"ncep_met_1deg_1226\",\"EntryTitle\":\"ISLSCP + II Reanalysis Near-Surface Meteorology Data\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/near-surface_met/ncep_met_1deg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/near-surface_met/ncep_met_1deg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/ncep_met_1deg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1226\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/near-surface_met/ncep_met_1deg/comp/0_ncep_met_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/near-surface_met/ncep_met_1deg/comp/1_ncep_met_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/near-surface_met/ncep_met_1deg/comp/ncep_met_1deg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/project/square/islscp_logo_square.png\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T16:32:12.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set for the ISLSCP Initiative II data collection provides near surface + meteorological variables, fluxes of heat, moisture and momentum at the surface, + and land surface state variables, all with a spatial resolution of 1 degree + in both latitude and longitude. There are four temporal categories of data: + time invariant and monthly mean annual cycle fields (together referred to + as \\\"fixed\\\" fields), monthly mean fields, monthly 3-hourly diurnal, and + 3-hourly fields. Two types of variables exist in this data; instantaneous + fields (primarily state variables), and average fields (primarily flux fields + expressed as a rate). The Center for Ocean-Land Atmosphere Studies (COLA) + near-surface data set for ISLSCP II was derived from the National Centers + for Environmental Prediction (NCEP)/Department of Energy (DOE) Atmospheric + Model Inter-comparison Project (AMIP-II) reanalysis (http://www.cpc.ncep.noaa.gov/products/wesley/reanalysis2/), + covering the years from 1979-2003. The data set for ISLSCP II covers the period + from 1986 to 1995. The purpose of the reanalysis was to provide an improved + version of the original NCEP/National Center for Atmospheric Research (NCAR) + reanalysis for General Circulation Model (GCM) validation. To co-register + the NCEP/DOE reanalysis on the ISLSCP 1-degree grid, the reanalysis data set + was regridded from its native T62 Gaussian grid) resolution (192 x 94 grid + boxes globally) to 1-degree ISLSCP II required resolution.There are 136 compressed + (.tar.gz) data files with this data set. When extrapolated, the individual + data files are in ASCII (.asc) format.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/river_routing_stn_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II River Routing Data (STN-30p)\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785274684-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T14:55:59.131Z\",\"granule-count\":2,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Vorosmarty, + C.J., B.M. Fekete, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2011. ISLSCP II River Routing Data (STN-30p). + ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1005\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE + WATER\",\"VariableLevel1\":\"SURFACE WATER FEATURES\",\"VariableLevel2\":\"RIVERS/STREAMS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE + WATER PROCESSES/MEASUREMENTS\",\"VariableLevel2\":\"HYDROPATTERN\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1005\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"river_routing_stn_xdeg_1005\",\"EntryTitle\":\"ISLSCP + II River Routing Data (STN-30p)\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/river_routing_stn_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/hydrology_soils/river_routing_stn_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/river_routing_stn_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1005\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/river_routing_stn_xdeg/comp/0_river_routing_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/river_routing_stn_xdeg/comp/1_river_routing_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/river_routing_stn_xdeg/comp/river_routing_stn_xdeg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1005_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1005\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T14:55:58.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Simulated Topological Network (STN-30p) data set provides the large-scale + hydrological modeling community an accurate representation of the global river + system at 0.5 degree and 1.0 degree spatial resolutions. STN-30p represents + the potential connectivity of the continental land mass by assigning one of + eight (E, SE, S, SW, W, NW, N, NE) possible flow directions to each continental + grid cell (Jenson 1988, Band 1993). The potentiality of STN-30p reflects the + fact that flow direction is assigned to every land cell regardless of the + existence of actively flowing rivers. STN-30p can be viewed as a river network + which would exist if sufficient surface runoff was available to form river + channels everywhere. There are two data files with this data set.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/snow_sea-ice_oceans/sea_surface_temp_1deg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Sea Surface Temperature\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784895830-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:41:35.073Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Reynolds, + R., D.C. Stokes, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2010. ISLSCP II Sea Surface Temperature. ORNL + DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/980\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL + DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM FUNCTIONS\",\"VariableLevel2\":\"BIOGEOCHEMICAL + CYCLES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + CHEMISTRY\",\"VariableLevel1\":\"BIOGEOCHEMICAL CYCLES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN HEAT BUDGET\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + TEMPERATURE\",\"VariableLevel1\":\"SEA SURFACE TEMPERATURE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1971-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2000-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/980\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"sea_surface_temp_1deg_980\",\"EntryTitle\":\"ISLSCP + II Sea Surface Temperature\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/snow_sea-ice_oceans/sea_surface_temp_1deg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/snow_sea-ice_oceans/sea_surface_temp_1deg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/sea_surface_temp_1deg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/980\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/snow_sea-ice_oceans/sea_surface_temp_1deg/comp/0_sea_surface_temp_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/snow_sea-ice_oceans/sea_surface_temp_1deg/comp/1_sea_surface_temp_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/snow_sea-ice_oceans/sea_surface_temp_1deg/comp/sea_surface_temp_1deg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/980_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=980\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:41:34.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Sea + surface temperature (SST) is an important indicator of the state of the earth + climate system as well as a key variable in the coupling between the atmosphere + and the ocean. Accurate knowledge of SST is essential for climate monitoring, + prediction and research. It is also a key surface boundary condition for numerical + weather prediction and for other atmospheric simulations using atmospheric + general circulation models and regional models. SST also is important in gas + exchange between the ocean and atmosphere, including the air-sea flux of carbon. + Gridded SST products have been developed to satisfy these needs. There are + 3 .zip files provided with this data set.Gridded monthly and weekly sea surface + temperature (SST) and long term SST monthly climatology for the period 1971-2000 + are provided here. Weekly normalized error variance fields are also provided + with the weekly data. The data are derived using the National Oceanic and + Atmospheric Administration (NOAA) Optimum Interpolation (OI) global sea surface + temperature analyses that use seven days of in situ (ship and buoy) and satellite + SST observations and SST values derived from sea ice concentration. These + analyses are produced weekly using optimum interpolation (OI) on a 1-degree + grid. The data sets included in the ISLSCP II data collection are produced + using version 2 of the OI analyses, called OIv2. In this data set, the ISLSCP + II staff have masked land areas based on the ISLSCP II land/water mask. A + file describing the differences between the ISLSCP II mask and the original + mask used is provided.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/modis_albedo_2002_filled_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Snow-Free, Spatially Complete, 16 Day Albedo, 2002\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784886599-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T19:43:12.355Z\",\"granule-count\":9,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Moody, + E.G., M.D. King, C. Schaaf, F. Gao, F.G. Hall, G.J. Collatz, B.W. Meeson, + S.O. Los, E.Brown De Colstoun, and D.R. Landis. 2009. ISLSCP II Snow-Free, + Spatially Complete, 16 Day Albedo, 2002. ORNL DAAC, Oak Ridge, Tennessee, + USA. https://doi.org/10.3334/ORNLDAAC/960\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SURFACE RADIATIVE PROPERTIES\",\"VariableLevel1\":\"REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-01-01T00:00:00.000Z\",\"EndingDateTime\":\"2002-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/960\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"modis_albedo_2002_filled_xdeg_960\",\"EntryTitle\":\"ISLSCP + II Snow-Free, Spatially Complete, 16 Day Albedo, 2002\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/modis_albedo_2002_filled_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/modis_albedo_2002_filled_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/islscp_ii_monthly_snowfree_albedo_16day.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/960\"},{\"Description\":\"Data + set text file containing the file naming convention and data formats of the + granules in this collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/modis_albedo_2002_filled_xdeg/comp/0_modis_fill_alb_readme.txt\"},{\"Description\":\"Data + set documentation PDF.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/modis_albedo_2002_filled_xdeg/comp/1_modis_fill_alb_2002_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/960_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=960\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/960/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T19:43:11.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set, ISLSCP II Snow-Free, Spatially Complete, 16 Day Albedo, 2002, contains + 9 files for snow-free, spatially complete 16-day global black-sky albedos + at local solar noon, white-sky albedos and quality information based on MODerate + Resolution Imaging Spectroradiometer (MODIS) Collection 4 Albedo Products + (MOD43B3). Data are provided for 7 spectral bands and 3 broad bands for a + full year of MODIS data (2002). An ecosystem-dependent temporal interpolation + technique was developed to fill any missing or seasonally snow-covered data + in the official MOD43B3 albedo product. The resulting data set maintains the + original resolution and data of the MOD43B3 product while replacing fill values + to provide snow-free spatially complete maps.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL LAND\"}],\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"TERRA\",\"LongName\":\"Earth Observing + System, Terra (AM-1)\",\"Instruments\":[{\"ShortName\":\"MODIS\",\"LongName\":\"Moderate-Resolution + Imaging Spectroradiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/radiation_clouds/srb_radiation_1deg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Surface Radiation Budget (SRB) Radiation Data\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785335036-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T16:18:32.485Z\",\"granule-count\":30,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Stackhouse, + P.W., S.K. Gupta, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2013. ISLSCP II Surface Radiation Budget (SRB) + Radiation Data. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1201\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"ALBEDO\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"LONGWAVE + RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + RADIATION\",\"VariableLevel1\":\"RADIATIVE FORCING\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"SHORTWAVE + RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + MICROPHYSICS\",\"VariableLevel2\":\"CLOUD OPTICAL DEPTH/THICKNESS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + PROPERTIES\",\"VariableLevel2\":\"CLOUD TOP TEMPERATURE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"CLOUDS\",\"VariableLevel1\":\"CLOUD + RADIATIVE TRANSFER\",\"VariableLevel2\":\"CLOUD REFLECTANCE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1201\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"srb_radiation_1deg_1201\",\"EntryTitle\":\"ISLSCP + II Surface Radiation Budget (SRB) Radiation Data\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/radiation_clouds/srb_radiation_1deg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/radiation_clouds/srb_radiation_1deg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/srb_radiation_1deg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1201\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/radiation_clouds/srb_radiation_1deg/comp/0_srb_radiation_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/radiation_clouds/srb_radiation_1deg/comp/1_srb_radiation_clouds_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/radiation_clouds/srb_radiation_1deg/comp/srb_radiation_1deg.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/radiation_clouds/srb_radiation_1deg/comp/srb_radiation_datafile_information.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/project/square/islscp_logo_square.png\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T16:18:31.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set contains global Surface Radiation Budget (SRB) and a few top-of-atmosphere + (TOA) radiation budget parameters on a 1-degree x 1-degree spatial resolution. + These parameters are provided as monthly, monthly-3 hourly (i.e. monthly average + for a particular 3 hourly period) and 3-hourly averages. All monthly parameters + include files with a monthly mean value, a monthly standard deviation, and + monthly minimum and maximum values. The surface and TOA Shortwave (SW) radiative + parameters were computed with the Pinker and Laszlo (1992) radiation model. + The Longwave (LW) SRB parameters were derived with the Gupta et al. (1992) + model. Meteorological inputs for all processing were taken from the Goddard + Earth Observing System version 1 (GEOS-1) reanalysis data sets (Schubert et + al., 1993) from the Data Assimilation Office (DAO), at NASA Goddard Space + Flight Center (GSFC). Required cloud parameters were derived at NASA Langley + Research Center (LaRC) from International Satellite Cloud Climatology Project + (ISCCP) DX data using the algorithms developed at the NASA Goddard Institute + for Space Studies (GISS) (Rossow et al., 1996). Surface albedos are derived + internally in the Pinker and Laszlo SW model. There are 30 compressed data + files (*.zip) with this data set. When the *.zip files are expanded, there + are 114,912 3-hourly files, 42,064 diurnal files, and 6,254 monthly files. + \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/root_water_storage_1deg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II Total Plant-Available Soil Water Storage Capacity of the Rooting Zone\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2785281172-ORNL_CLOUD\",\"revision-date\":\"2023-10-18T15:02:07.547Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Kleidon, + A., F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown De Colstoun, and + D.R. Landis. 2011. ISLSCP II Total Plant-Available Soil Water Storage Capacity + of the Rooting Zone. ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/1006\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC RADIATION\",\"VariableLevel1\":\"HEAT + FLUX\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL + DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM FUNCTIONS\",\"VariableLevel2\":\"PRIMARY + PRODUCTION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL + DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM FUNCTIONS\",\"VariableLevel2\":\"RESPIRATION + RATE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel2\":\"FORESTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"CARBON\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"PHOTOSYNTHETICALLY + ACTIVE RADIATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"EROSION/SEDIMENTATION\",\"VariableLevel1\":\"SEDIMENT + TRANSPORT\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"SOILS\",\"VariableLevel1\":\"SOIL + RESPIRATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1987-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1988-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1006\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"root_water_storage_1deg_1006\",\"EntryTitle\":\"ISLSCP + II Total Plant-Available Soil Water Storage Capacity of the Rooting Zone\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/root_water_storage_1deg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/hydrology_soils/root_water_storage_1deg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/root_water_storage_1deg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1006\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/root_water_storage_1deg/comp/0_root_water_storage_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/root_water_storage_1deg/comp/1_root_water_storage_doc.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/root_water_storage_1deg/comp/root_water_storage_1deg.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/1006_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=1006\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}},{\"Description\":\"The THREDDS location for this Collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://thredds.daac.ornl.gov/thredds/catalog/ornldaac/1006/catalog.html\"}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-18T15:02:06.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set provides two estimates of the geographic distribution of the total + plant-available soil water storage capacity of the rooting zone (\\\"rooting + zone water storage size\\\") on a 1.0 degree global grid. Two inverse modeling + methods were used. The first modeling approach (optimization) was based on + the assumption that vegetation has adapted to the environment such that it + makes optimum use of water (Kleidon and Heimann 1998). The second method (assimilation) + was based on the assumption that green vegetation indicates sufficient available + water for transpiration (Knorr 1997). The data set was developed to provide + alternative means to describe rooting characteristics of the global vegetation + cover for land surface and climate models in support of the ISLSCP Initiative + II data collection. There are three files in this data set. \",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"FIXED OBSERVATION STATIONS\",\"LongName\":\"FIXED + OBSERVATION STATIONS\",\"Instruments\":[{\"ShortName\":\"EDDY CORRELATION + DEVICES\",\"LongName\":\"EDDY CORRELATION DEVICES\"}]},{\"ShortName\":\"FIELD + INVESTIGATION\",\"LongName\":\"FIELD INVESTIGATION\",\"Instruments\":[{\"ShortName\":\"IR + CO2 ANALYZER\",\"LongName\":\"Infrared Carbon Dioxide Analyzer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"ASCII\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/comp_runoff_monthly_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II UNH/GRDC Composite Monthly Runoff\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784897571-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:52:55.691Z\",\"granule-count\":12,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Fekete, + B.M., C.J. Vorosmarty, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2011. ISLSCP II UNH/GRDC Composite Monthly Runoff. + ORNL DAAC, Oak Ridge, Tennessee, USA. http://dx.doi.org/10.3334/ORNLDAAC/994\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"BIOGEOCHEMICAL CYCLES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOLOGICAL DYNAMICS\",\"VariableLevel1\":\"ECOSYSTEM + FUNCTIONS\",\"VariableLevel2\":\"PRIMARY PRODUCTION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"ECOSYSTEMS\",\"VariableLevel1\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel2\":\"FORESTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TOPOGRAPHIC EFFECTS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1995-12-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/994\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"comp_runoff_monthly_xdeg_994\",\"EntryTitle\":\"ISLSCP + II UNH/GRDC Composite Monthly Runoff\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/hydrology_soils/comp_runoff_monthly_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/hydrology_soils/comp_runoff_monthly_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/comp_runoff_monthly_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/994\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/comp_runoff_monthly_xdeg/comp/0_comp_runoff_month_readme.txt\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/hydrology_soils/comp_runoff_monthly_xdeg/comp/1_comp_runoff_month_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/994_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=994\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:52:54.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + University of New Hampshire (UNH)/Global Runoff Data Centre (GRDC) composite + runoff data combines simulated water balance model runoff estimates derived + from climate forcing with monitored river discharge. It can be viewed as a + data assimilation applied in a water balance model context (conceptually similar + to the commonly used 4DDA techniques used in meteorological modeling). Such + a data assimilation scheme preserves the spatial specificity of the water + balance calculations while constrained by the more accurate discharge measurement. + There are 11 data files in this data set and 1 changemap file which shows + the differences between the ISLSCP II land/water mask and the original data + set.\",\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"NOT + APPLICABLE\",\"ShortName\":\"NOT APPLICABLE\",\"Instruments\":[{\"ShortName\":\"NOT + APPLICABLE\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/umd_landcover_xdeg/\"],\"has-spatial-subsetting\":false,\"native-id\":\"ISLSCP + II University of Maryland Global Land Cover Classifications, 1992-1993\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2784890869-ORNL_CLOUD\",\"revision-date\":\"2023-10-17T20:12:45.480Z\",\"granule-count\":3,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Defries, + R.S., M.C. Hansen, F.G. Hall, G.J. Collatz, B.W. Meeson, S.O. Los, E.Brown + De Colstoun, and D.R. Landis. 2010. ISLSCP II University of Maryland Global + Land Cover Classifications, 1992-1993. ORNL DAAC, Oak Ridge, Tennessee, USA. + https://doi.org/10.3334/ORNLDAAC/969\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"VEGETATION\",\"VariableLevel1\":\"VEGETATION + COVER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND + USE/LAND COVER\",\"VariableLevel1\":\"LAND USE CLASSES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND USE/LAND COVER\",\"VariableLevel1\":\"LAND + USE/LAND COVER CLASSIFICATION\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-04-01T00:00:00.000Z\",\"EndingDateTime\":\"1993-03-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/969\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"umd_landcover_xdeg_969\",\"EntryTitle\":\"ISLSCP + II University of Maryland Global Land Cover Classifications, 1992-1993\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/islscp_ii/vegetation/umd_landcover_xdeg/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/islscp_ii/vegetation/umd_landcover_xdeg/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/ISLSCP_II/guides/umd_landcover_xdeg.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/969\"},{\"Description\":\"Data + set text file containing the file naming convention and data formats of the + granules in this collection.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/umd_landcover_xdeg/comp/0_umd_landcover_readme.txt\"},{\"Description\":\"Data + set documentation PDF.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/islscp_ii/vegetation/umd_landcover_xdeg/comp/1_umd_landcover_doc.pdf\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/sdat-tds/969_1_fit.png\"},{\"Description\":\"Web + Coverage Service for this collection.\",\"URLContentType\":\"DistributionURL\",\"Type\":\"USE + SERVICE API\",\"Subtype\":\"WEB COVERAGE SERVICE (WCS)\",\"URL\":\"https://webmap.ornl.gov/wcsdown/dataset.jsp?ds_id=969\",\"GetService\":{\"MimeType\":\"application/gml+xml\",\"Protocol\":\"Not + provided\",\"FullName\":\"Not provided\",\"DataID\":\"Not provided\",\"DataType\":\"Not + provided\"}}],\"DataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-17T20:12:44.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + objective of the International Satellite Land Surface Climatology Project + (ISLSCP II) study that produced this data set, ISLSCP II University of Maryland + Global Land Cover Classifications 1992-1993, was to create a land cover map + derived from 1 kilometer Advanced Very High Resolution Radiometer (AVHRR) + data using all available bands, derived Normalized Difference Vegetation Index + (NDVI), and a full year of data (April 1992-March 1993). This thematic map + was resampled to 0.25, 0.5 and 1.0 degree grids. During this re-processing, + the original University of Maryland (UMD) land cover type and fraction maps + were adjusted to match the water/land fraction of the ISLSCP II land/water + mask. These maps were generated for use by modelers of global biogeochemical + cycles and others in need of an internally consistent, global depiction of + land cover. This 1km map was also one of the Moderate resolution Imaging Spectroradiometer + (MODIS) at-launch land cover maps. This product describes the geographic distributions + of 13 classes of vegetation cover (plus water and unclassified classes) based + on a modified International Geosphere-Biosphere Programme (IGBP) legend. The + data set also provides the fraction of each of the 15 classes within the coarser + resolution cells, at three spatial resolutions of 0.25, 0.5 and 1.0 degrees + in latitude and longitude. \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2023-10-15T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"ISLSCP + II\",\"LongName\":\"International Satellite Land Surface Climatology Project + II\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-12\",\"LongName\":\"National + Oceanic & Atmospheric Administration-12\",\"Instruments\":[{\"ShortName\":\"AVHRR\",\"LongName\":\"Advanced + Very High Resolution Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"Binary\"}]}}},{\"meta\":{\"revision-id\":3,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"obdaac_admin\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"HICO_L1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1562007964-OB_DAAC\",\"revision-date\":\"2018-10-18T19:49:46.970Z\",\"granule-count\":8894,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"Earth + Science\",\"Topic\":\"Oceans\",\"Term\":\"Ocean Optics\",\"VariableLevel1\":\"Ocean + Color\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2009-09-25T00:00:00.000Z\",\"EndingDateTime\":\"2014-09-13T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/ISS/HICO/L1/DATA/2\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"HICO_L1\",\"EntryTitle\":\"ISS + Hyperspectral Imager for the Coastal Ocean (HICO) L1 Full-Resolution Calibrated + Science Data\",\"RelatedUrls\":[{\"Description\":\"NASA Ocean Color Web - + Data Distribution Site\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://oceandata.sci.gsfc.nasa.gov/HICO/L1/\"},{\"Description\":\"NASA + Ocean Color Web - Instrument Description Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://oceancolor.gsfc.nasa.gov/data/hico\"},{\"Description\":\"NASA + Ocean Color Web - Algorithm Descriptions\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"URL\":\"https://oceancolor.gsfc.nasa.gov/atbd/\"},{\"Description\":\"NASA + Ocean Color Web - Data Processing History\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PROCESSING HISTORY\",\"URL\":\"https://oceancolor.gsfc.nasa.gov/reprocessing\"},{\"Description\":\"OB.DAAC + HICO ISS L1 Landing Page\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov/data/10.5067/ISS/HICO/L1/DATA/2\"},{\"Description\":\"Ocean + Color Forum\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://oceancolor.gsfc.nasa.gov/forum/oceancolor/forum_show.pl\"}],\"DataDates\":[{\"Date\":\"2018-02-23T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2018-10-10T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Hyperspectral Imager for the Coastal Ocean (HICO\u2122) is an imaging spectrometer + based\\non the PHILLS airborne imaging spectrometers. HICO is the first spaceborne + imaging\\nspectrometer designed to sample the coastal ocean. HICO samples + selected coastal\\nregions at 90 m with full spectral coverage (380 to 960 + nm sampled at 5.7 nm) and a\\nvery high signal-to-noise ratio to resolve the + complexity of the coastal ocean. HICO\\ndemonstrates coastal products including + water clarity, bottom types, bathymetry and\\non-shore vegetation maps. Each + year HICO collects approximately 2000 scenes from around\\nthe world. The + current focus is on providing HICO data for scientific research on\\ncoastal + zones and other regions around the world.\",\"LocationKeywords\":[{\"Category\":\"OTHER\",\"Type\":\"Calibrated\"}],\"Version\":\"2\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"}]}},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"sdps@oceancolor.gsfc.nasa.gov\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"ISS\",\"LongName\":\"International + Space Station\",\"Instruments\":[{\"ShortName\":\"HICO\",\"LongName\":\"Hyperspectral + Imager for the Coastal Ocean\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"netCDF4\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"ITPRN5L1_001\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1990675346-GES_DISC\",\"revision-date\":\"2022-04-04T16:29:18.251Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"William + L. Smith\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/ITPRN5L1_001.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"ITPR/Nimbus-5 + Level 1 Calibrated Radiances V001\",\"SeriesName\":\"ITPRN5L1\",\"ReleaseDate\":\"2021-01-05T00:00:00.000Z\",\"Version\":\"001\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"INFRARED + RADIANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1975-02-14T00:00:00.000Z\",\"EndingDateTime\":\"1976-09-30T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"1\"},\"DOI\":{\"DOI\":\"10.5067/0V5I84N0OKTY\"},\"ShortName\":\"ITPRN5L1\",\"EntryTitle\":\"ITPR/Nimbus-5 + Level 1 Calibrated Radiances V001 (ITPRN5L1) at GES DISC\",\"PublicationReferences\":[{\"Author\":\"W. + L. Smith, D. T. Hilleary, J. C. Fischer, H. B. Howell, and H. M. Woolf\",\"PublicationDate\":\"1974-01-01T00:00:00.000Z\",\"Title\":\"Nimbus-5 + ITPR Experiment\",\"Series\":\"Appl. Opt.\",\"Volume\":\"13\",\"Pages\":\"499-506\",\"DOI\":{\"DOI\":\"10.1364/AO.13.000499\"}}],\"Quality\":\"The + data should be used with care and one should first read the Nimbus-7 User's + Guide. Users should cite this data product in their research.\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"Description\":\"Nimbus-5 + ITPR data coverage 12 May 1976.\",\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Nimbus/images/ITPRN5L1_Sample.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/ITPRN5L1_001.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus5_ITPR_Level1/ITPRN5L1.001/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=ITPRN5L1\",\"Description\":\"Use + the Earthdata Search Client to find and retrieve data sets across multiple + data centers.\",\"Subtype\":\"Earthdata Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://acdisc.gesdisc.eosdis.nasa.gov/data/Nimbus5_ITPR_Level1/ITPRN5L1.001/doc/README.ITPRN5L1.001.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/N5_Users_Guide.pdf\",\"Description\":\"Nimbus + 5 User's Guide\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.2_Product_Rqmts_Design/N5_ITPR_Format.pdf\",\"Description\":\"File + Format Document\",\"Subtype\":\"PI DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/Nimbus/3.3_Product_Documentation/3.3.5_Product_Quality/DataCatalogNimbus5.tar.gz\",\"Description\":\"Nimbus + 5 Data Catalog\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Nimbus/N5_ITPR_Inventory.xlsx\",\"Description\":\"N5 + ITPR Inventory\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"2012-06-06T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2013-05-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"ITPRN5L1 + is the Nimbus-5 Infrared Temperature Profile Radiometer (ITPR) Level-1 Calibrated + Radiances data product which contains radiances at 7 infrared spectral regions + (2683.0, 899.0, 747.0, 713.8, 689.5, 668.3, and 507.4 cm-1) in a single binary + data file. Four are centered near the 15 micron CO2 band, one interval in + the water vapor rotational band near 20 microns and two spectral intervals + in the atmospheric window regions near 3.7 and 11 microns. The instrument + scan sequence consists of three separate grid matrices, to the right, center + and left of nadir. Each matrix consists of 10 scan lines with 14 scenes per + scan. Each scan footprint is 32 km wide.\\n\\nDue to problems with the instrument, + data are limited to three time periods from 14 February 1975 to 1 March 1975 + covering East Asia, from 10 May 1976 to 4 June 1976 covering the United States + and the Gulf of Mexico, and from 1 September 1976 to 30 September 1976 covering + southern Australia and New Zealand. The principal investigator for the ITPR + experiment was William L. Smith from NOAA.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2020-12-21T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2021-01-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"001\",\"Projects\":[{\"ShortName\":\"Nimbus\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"JAMES\",\"MiddleName\":\"EDWARD\",\"LastName\":\"JOHNSON\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NASA + Goddard Space Flight Center\",\"Code 610.2\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5121\"},{\"Type\":\"Email\",\"Value\":\"James.Johnson@nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"Nimbus-5\",\"Instruments\":[{\"ShortName\":\"ITPR\",\"LongName\":\"Infrared + Temperature Profile Radiometer\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"binary\",\"Fees\":\"None\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"RAIN_JAEGER_1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1280859301-GES_DISC\",\"revision-date\":\"2022-04-05T01:26:26.099Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"CLIMATOLOGY\",\"EOSDIS\",\"FTP\",\"GLOBAL + PRECIPITATION\",\"TEMS\",\"GTOS\",\"G3OS\"],\"CollectionCitations\":[{\"Creator\":\"Jaeger, + L.\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/RAIN_JAEGER_1.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"Jaeger + Monthly Mean Global Precipitation Climatology 2.5 x 5.0 degree V1\",\"SeriesName\":\"RAIN_JAEGER\",\"ReleaseDate\":\"2011-04-25T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"Greenbelt, + MD, USA\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"LIQUID + PRECIPITATION\",\"VariableLevel2\":\"RAIN\",\"DetailedVariable\":\"GLOBAL + PRECIPITATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"PRECIPITATION\",\"VariableLevel1\":\"PRECIPITATION + AMOUNT\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"1931-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1965-12-31T23:59:59.999Z\"}],\"EndsAtPresentFlag\":false}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Legacy dataset\"},\"ShortName\":\"RAIN_JAEGER\",\"EntryTitle\":\"Jaeger + Monthly Mean Global Precipitation Climatology 2.5 x 5.0 degree V1 (RAIN_JEAGER) + at GES DISC\",\"ISOTopicCategories\":[\"CLIMATOLOGY/METEOROLOGY/ATMOSPHERE\"],\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/RAIN_JAEGER_1.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/RAIN_JAEGER_1.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/LEGACY/RAIN_JAEGER.1/1931/jaeger.dat.Z\",\"Description\":\"Access + the data via HTTP.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://disc2.gesdisc.eosdis.nasa.gov/data/LEGACY/RAIN_JAEGER.1/doc/README.JAEGER.pdf\",\"Description\":\"README + file\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Jaeger Surface Rain Gauge Observations data set consists of gridded mean monthly + global precipitation values for 1931 to 1960 over the continents and 1955 + to 1965 over the oceans. \\n\\nIn order to calculate monthly, seasonal, and + annual variations of precipitation over the whole globe, both hemispheres, + and various meridional zones, a gridding technique was used on data spanning + 1931 to\\n1960 over the continents, and 1955 to 1965 over the oceans. For + the continental regions, the grid point values were obtained as eye estimates + from isopleth maps prepared from up-to-date climatic atlases containing annual + and monthly rainfall values, supplemented by other data sets.\\nAlthough it + was initially intended to use data for the standard period 1931-1960, this + did not prove possible for all regions.\\n\\nMoller's (1951) method for estimating + rainfall frequencies was adopted to provide ocean precipitation data. Monthly + percentage frequencies were extracted from the mapped isolines of the US Marine + Climatic Atlas (US Naval Weather Service 1955-1965) and interpolated to the + grid points. After re-expressing the monthly frequencies as annual percentages, + the values were scaled to rainfall depth units using Geiger's (1965) precipitation + map to yield monthly precipitation means.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2015-06-22T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-06-08T00:00:00.000Z\",\"Type\":\"UPDATE\"},{\"Date\":\"2016-02-01T00:00:00.000Z\",\"Type\":\"REVIEW\"}],\"VersionDescription\":\"Not + provided\",\"Version\":\"1\",\"Projects\":[{\"ShortName\":\"GPCP\",\"LongName\":\"Global + Precipitation Climatology Project\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Technical + Contact\"],\"FirstName\":\"ROY\",\"LastName\":\"JENNE\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"NCAR/SCD/DSS\",\"P.O. + Box 3000\"],\"City\":\"Boulder\",\"StateProvince\":\"CO\",\"PostalCode\":\"80307\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(303) + 497-1215\"},{\"Type\":\"Fax\",\"Value\":\"(303) 497-1137\"},{\"Type\":\"Email\",\"Value\":\"jenne@ucar.edu\"}]}},{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"ANDREY\",\"LastName\":\"SAVTCHENKO\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5705\"},{\"Type\":\"Email\",\"Value\":\"Andrey.Savtchenko@nasa.gov\"}]}}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Permanent + Land Sites\",\"ShortName\":\"WEATHER STATIONS\",\"LongName\":\"WEATHER STATIONS\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\"}]},{\"Type\":\"Vessels\",\"ShortName\":\"Ships\",\"Instruments\":[{\"ShortName\":\"RAIN + GAUGES\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"On-line\"],\"Format\":\"ASCII\",\"Fees\":\"No + Fee\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2586804678-POCLOUD\",\"V2586804710-POCLOUD\",\"V2586804688-POCLOUD\",\"V2586804675-POCLOUD\",\"V2586804683-POCLOUD\",\"V2586804701-POCLOUD\",\"V2586804695-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/JASON-1_JMR_ENH/\",\"podaac-ops-cumulus-public/JASON-1_JMR_ENH/\"],\"has-spatial-subsetting\":true,\"native-id\":\"JASON-1+ENHANCED+JASON+MICROWAVE+RADIOMETER\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2586804678-POCLOUD\"},{\"concept-id\":\"V2586804710-POCLOUD\"},{\"concept-id\":\"V2586804688-POCLOUD\"},{\"concept-id\":\"V2586804675-POCLOUD\"},{\"concept-id\":\"V2586804683-POCLOUD\"},{\"concept-id\":\"V2586804701-POCLOUD\"},{\"concept-id\":\"V2586804695-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491735244-POCLOUD\",\"revision-date\":\"2023-01-30T21:59:17.247Z\",\"granule-count\":91472,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Shannon + Brown\",\"OnlineResource\":{\"Linkage\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/preview/L2/jmr_enh/docs/AMR_EXP_README_TXT.txt\"},\"Publisher\":\"JPL\",\"Title\":\"JASON-1_JMR_ENH\",\"SeriesName\":\"JASON-1 + ENHANCED JASON MICROWAVE RADIOMETER\",\"OtherCitationDetails\":\"Shannon Brown, + JPL, 2010-10-06, JASON-1 ENHANCED JASON MICROWAVE RADIOMETER, https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/preview/L2/jmr_enh/docs/AMR_EXP_README_TXT.txt\",\"ReleaseDate\":\"2010-10-06T00:00:00.000Z\",\"Version\":\"1\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"DataType\":\"DATETIME\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Name\":\"earliest_granule_start_time\",\"Value\":\"2002-01-15T06:07:06.000Z\"},{\"DataType\":\"DATETIME\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Name\":\"latest_granule_end_time\",\"Value\":\"2012-02-11T17:50:28.000Z\"},{\"DataType\":\"STRING\",\"Description\":\"Dataset + citation series name\",\"Name\":\"Series Name\",\"Value\":\"JASON-1 ENHANCED + JASON MICROWAVE RADIOMETER\"},{\"DataType\":\"STRING\",\"Description\":\"Dataset + Persistent ID\",\"Name\":\"Persistent ID\",\"Value\":\"PODAAC-J1JMR-ENH0C\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":66.15,\"SouthBoundingCoordinate\":-66.15,\"WestBoundingCoordinate\":-180}],\"CoordinateSystem\":\"CARTESIAN\"}},\"OrbitParameters\":{\"InclinationAngle\":66.04,\"NumberOfOrbits\":1,\"SwathWidth\":22.9,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":112.43},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"ATMOSPHERIC WATER VAPOR\",\"Topic\":\"ATMOSPHERE\",\"VariableLevel1\":\"WATER + VAPOR\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SEA SURFACE TOPOGRAPHY\",\"Topic\":\"OCEANS\",\"VariableLevel1\":\"SEA + SURFACE HEIGHT\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-01-15T06:07:00.000Z\",\"EndingDateTime\":\"2012-02-11T17:50:28.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/J1JMR-ENH0C\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"JASON-1_JMR_ENH\",\"EntryTitle\":\"JASON-1 + ENHANCED JASON MICROWAVE RADIOMETER\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Brown, + S. 2010. A Novel Near-Land Radiometer Wet Path-Delay Retrieval Algorithm: + Application to the Jason-2/OSTM Advanced Microwave Radiometer. IEEE Transactions + on Geoscience and Remote Sensing, Vol. 48. No. 4.\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/JASON-1_JMR_ENH/\",\"podaac-ops-cumulus-public/JASON-1_JMR_ENH/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/JASON-1_JMR_ENH.jpg\"},{\"Description\":\"README + file\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/preview/L2/jmr_enh/docs/AMR_EXP_README_TXT.txt\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491735244-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491735244-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Date\":\"2010-11-30T01:24:54.265Z\",\"Type\":\"CREATE\"},{\"Date\":\"2017-04-28T05:01:45.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + enhanced Jason-1 Microwave Radiometer (JMR) corrections contains better wet + tropospheric path delay corrections along with better land, rain and ice flagging + for coastal regions than that found in the Jason-1 Geophysical Data Records + (GDR). The enhanced corrections can be used in place of the GDR wet troposphere + correction to provide more accurate Sea Surface Height Anomalies for coastal + regions.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-12-02T02:42:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-01-30T21:59:00.000Z\"}],\"Version\":\"1\",\"Projects\":[{\"LongName\":\"Jason-1\",\"ShortName\":\"JASON-1\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL\"},{\"ContactPersons\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-4588\"},{\"Type\":\"Email\",\"Value\":\"Jessica.K.Hausman@jpl.nasa.gov\"}]},\"FirstName\":\"Jessica\",\"LastName\":\"Hausman\",\"MiddleName\":\"none\",\"Roles\":[\"Technical + Contact\"]}],\"LongName\":\"Physical Oceanography Distributed Active Archive + Center, Jet Propulsion Laboratory, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"Weekly + - < Monthly\"],\"Platforms\":[{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Name\":\"OrbitPeriod\",\"Unit\":\"Minutes\",\"Value\":\"112.43\"},{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Name\":\"InclinationAngle\",\"Unit\":\"Degrees\",\"Value\":\"66.04\"}],\"Instruments\":[{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"22.9\"}],\"LongName\":\"JASON-1 + MICROWAVE RADIOMETER\",\"ShortName\":\"JASON-1 Microwave Radiometer\"}],\"LongName\":\"JASON-1\",\"ShortName\":\"JASON-1\",\"Type\":\"Earth + Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112015703-POCLOUD\",\"V2112015739-POCLOUD\",\"V2112015723-POCLOUD\",\"V2112015719-POCLOUD\",\"V2112015721-POCLOUD\",\"V2112015681-POCLOUD\",\"V2112015697-POCLOUD\",\"V2112015713-POCLOUD\",\"V2112015729-POCLOUD\",\"V2112015709-POCLOUD\",\"V2112015707-POCLOUD\",\"V2112015695-POCLOUD\",\"V2112015711-POCLOUD\",\"V2112015715-POCLOUD\",\"V2112015733-POCLOUD\",\"V2112015699-POCLOUD\",\"V2112015689-POCLOUD\",\"V2112015691-POCLOUD\",\"V2112015725-POCLOUD\",\"V2112015731-POCLOUD\",\"V2022362776-POCLOUD\",\"V2112015693-POCLOUD\",\"V2112015701-POCLOUD\",\"V2112015717-POCLOUD\",\"V2112015737-POCLOUD\",\"V2112015683-POCLOUD\",\"V2112015735-POCLOUD\",\"V2112015705-POCLOUD\",\"V2112015685-POCLOUD\",\"V2112015687-POCLOUD\"],\"services\":[\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/JASON-1_L2_OST_GPR_E/\",\"podaac-ops-cumulus-public/JASON-1_L2_OST_GPR_E/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Jason-1+GDR+SSHA+version+E+NetCDF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112015703-POCLOUD\"},{\"concept-id\":\"V2112015739-POCLOUD\"},{\"concept-id\":\"V2112015723-POCLOUD\"},{\"concept-id\":\"V2112015719-POCLOUD\"},{\"concept-id\":\"V2112015721-POCLOUD\"},{\"concept-id\":\"V2112015681-POCLOUD\"},{\"concept-id\":\"V2112015697-POCLOUD\"},{\"concept-id\":\"V2112015713-POCLOUD\"},{\"concept-id\":\"V2112015729-POCLOUD\"},{\"concept-id\":\"V2112015709-POCLOUD\"},{\"concept-id\":\"V2112015707-POCLOUD\"},{\"concept-id\":\"V2112015695-POCLOUD\"},{\"concept-id\":\"V2112015711-POCLOUD\"},{\"concept-id\":\"V2112015715-POCLOUD\"},{\"concept-id\":\"V2112015733-POCLOUD\"},{\"concept-id\":\"V2112015699-POCLOUD\"},{\"concept-id\":\"V2112015689-POCLOUD\"},{\"concept-id\":\"V2112015691-POCLOUD\"},{\"concept-id\":\"V2112015725-POCLOUD\"},{\"concept-id\":\"V2112015731-POCLOUD\"},{\"concept-id\":\"V2022362776-POCLOUD\"},{\"concept-id\":\"V2112015693-POCLOUD\"},{\"concept-id\":\"V2112015701-POCLOUD\"},{\"concept-id\":\"V2112015717-POCLOUD\"},{\"concept-id\":\"V2112015737-POCLOUD\"},{\"concept-id\":\"V2112015683-POCLOUD\"},{\"concept-id\":\"V2112015735-POCLOUD\"},{\"concept-id\":\"V2112015705-POCLOUD\"},{\"concept-id\":\"V2112015685-POCLOUD\"},{\"concept-id\":\"V2112015687-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1940471193-POCLOUD\",\"revision-date\":\"2022-10-04T01:32:16.452Z\",\"granule-count\":92126,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"SeriesName\":\"Jason-1 + SSHA netCDF\",\"Version\":\"E\",\"Title\":\"Jason-1 Geophysical Data Record + (GDR) Sea Surface Height Anomaly (SSHA) NetCDF\",\"Creator\":\"JASON-1\",\"Publisher\":\"JASON-1\",\"ReleaseDate\":\"2015-10-08T00:00:00.000Z\",\"OtherCitationDetails\":\"JASON-1, + JASON-1, 2015-10-08, Jason-1 GDR SSHA version E NetCDF, N/A\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-01-15T06:07:06.081Z\",\"DataType\":\"DATETIME\",\"Name\":\"earliest_granule_start_time\"},{\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2012-03-03T12:59:11.002Z\",\"DataType\":\"DATETIME\",\"Name\":\"latest_granule_end_time\"},{\"Description\":\"Dataset + citation series name\",\"Value\":\"Jason-1 SSHA netCDF\",\"DataType\":\"STRING\",\"Name\":\"Series + Name\"},{\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-J1GPR-NC00E\",\"DataType\":\"STRING\",\"Name\":\"Persistent + ID\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":22.9,\"NumberOfOrbits\":1,\"InclinationAngle\":66.04,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":112.43},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":-66.15,\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":66.15}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SEA SURFACE HEIGHT\",\"Term\":\"SEA SURFACE + TOPOGRAPHY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH SCIENCE\",\"VariableLevel1\":\"SIGNIFICANT + WAVE HEIGHT\",\"Term\":\"OCEAN WAVES\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"EndingDateTime\":\"2012-03-03T12:59:12.000Z\",\"BeginningDateTime\":\"2002-01-14T12:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/J1GPR-NC00E\"},\"ShortName\":\"JASON-1_L2_OST_GPR_E\",\"EntryTitle\":\"Jason-1 + GDR SSHA version E NetCDF\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"N/A\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/JASON-1_L2_OST_GPR_E/\",\"podaac-ops-cumulus-public/JASON-1_L2_OST_GPR_E/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/JASON-1_L2_OST_GPR_E.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Jason-1 safeholds and known data outages\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_safehold.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Jason-1 User Guide\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/Handbook_Jason-1_v5.1_April2016.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Jason-1 cycle start list\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_cyclelist.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Jason-1 maneuvers\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_maneuver.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"Browse + and download granules over HTTPS using the virtual directories\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C1940471193-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1940471193-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2014-03-17T18:42:08.915Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-04-28T05:01:46.000Z\"}],\"Abstract\":\"These + Sea Surface Height Anomalies (SSHA) are derived from the Jason-1 Geophysical + Data Record (GDR). Jason-1 is an altimetric mission whose instruments make + direct observations of the following quantities: altimeter range, significant + wave height, ocean radar backscatter cross-section (a measure of wind speed), + ionospheric electron content (derived by a simple formula), tropospheric water + content, and position relative to the GPS satellite constellation. Using + the various parameter the SSHA can be calculated and are provided in this + dataset. The data are in NetCDF format. This dataset only contains the parameters + that are directly related to SSHA.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\",\"DetailedLocation\":\"N/A\"}],\"MetadataDates\":[{\"Type\":\"UPDATE\",\"Date\":\"2020-12-22T16:55:26.800Z\"}],\"Version\":\"E\",\"Projects\":[{\"LongName\":\"Jason-1\",\"ShortName\":\"JASON-1\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"Jason-1\"},{\"ContactPersons\":[{\"FirstName\":\"Jessica\",\"Roles\":[\"Technical + Contact\"],\"LastName\":\"Hausman\",\"MiddleName\":\"none\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-4588\"},{\"Type\":\"Email\",\"Value\":\"Jessica.K.Hausman@jpl.nasa.gov\"}]}}],\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\"},{\"ContactGroups\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\",\"URLContentType\":\"DataContactURL\"}]},\"GroupName\":\"Help + Desk\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"10 + Day\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"JASON-1 + MICROWAVE RADIOMETER\",\"Characteristics\":[{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"22.9\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"JASON-1 + Microwave Radiometer\"},{\"LongName\":\"JASON-1 RADAR ALTIMETER\",\"ShortName\":\"POSEIDON-2\"}],\"LongName\":\"JASON-1\",\"Characteristics\":[{\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"112.43\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.04\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"JASON-1\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520424369-POCLOUD\",\"V2520424428-POCLOUD\",\"V2520424301-POCLOUD\",\"V2520424361-POCLOUD\",\"V2520424388-POCLOUD\",\"V2520424420-POCLOUD\",\"V2520424213-POCLOUD\",\"V2520424354-POCLOUD\",\"V2520424377-POCLOUD\",\"V2520424236-POCLOUD\",\"V2520424287-POCLOUD\",\"V2520424340-POCLOUD\",\"V2520424442-POCLOUD\",\"V2520424406-POCLOUD\",\"V2520424413-POCLOUD\",\"V2520424436-POCLOUD\",\"V2520424396-POCLOUD\",\"V2520424295-POCLOUD\",\"V2520424332-POCLOUD\",\"V2520424450-POCLOUD\",\"V2520424253-POCLOUD\",\"V2520424316-POCLOUD\",\"V2520424243-POCLOUD\",\"V2520424347-POCLOUD\",\"V2520424281-POCLOUD\",\"V2520424263-POCLOUD\",\"V2520424325-POCLOUD\",\"V2520424309-POCLOUD\",\"V2520424224-POCLOUD\",\"V2520424268-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/JASON-1_L2_OST_GPR_E_GEODETIC/\",\"podaac-ops-cumulus-public/JASON-1_L2_OST_GPR_E_GEODETIC/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Jason-1+GDR+SSHA+version+E+NetCDF+Geodetic\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520424369-POCLOUD\"},{\"concept-id\":\"V2520424428-POCLOUD\"},{\"concept-id\":\"V2520424301-POCLOUD\"},{\"concept-id\":\"V2520424361-POCLOUD\"},{\"concept-id\":\"V2520424388-POCLOUD\"},{\"concept-id\":\"V2520424420-POCLOUD\"},{\"concept-id\":\"V2520424213-POCLOUD\"},{\"concept-id\":\"V2520424354-POCLOUD\"},{\"concept-id\":\"V2520424377-POCLOUD\"},{\"concept-id\":\"V2520424236-POCLOUD\"},{\"concept-id\":\"V2520424287-POCLOUD\"},{\"concept-id\":\"V2520424340-POCLOUD\"},{\"concept-id\":\"V2520424442-POCLOUD\"},{\"concept-id\":\"V2520424406-POCLOUD\"},{\"concept-id\":\"V2520424413-POCLOUD\"},{\"concept-id\":\"V2520424436-POCLOUD\"},{\"concept-id\":\"V2520424396-POCLOUD\"},{\"concept-id\":\"V2520424295-POCLOUD\"},{\"concept-id\":\"V2520424332-POCLOUD\"},{\"concept-id\":\"V2520424450-POCLOUD\"},{\"concept-id\":\"V2520424253-POCLOUD\"},{\"concept-id\":\"V2520424316-POCLOUD\"},{\"concept-id\":\"V2520424243-POCLOUD\"},{\"concept-id\":\"V2520424347-POCLOUD\"},{\"concept-id\":\"V2520424281-POCLOUD\"},{\"concept-id\":\"V2520424263-POCLOUD\"},{\"concept-id\":\"V2520424325-POCLOUD\"},{\"concept-id\":\"V2520424309-POCLOUD\"},{\"concept-id\":\"V2520424224-POCLOUD\"},{\"concept-id\":\"V2520424268-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491731829-POCLOUD\",\"revision-date\":\"2023-01-12T23:16:50.108Z\",\"granule-count\":10030,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"JASON-1\",\"OtherCitationDetails\":\"JASON-1, + JASON-1, 2015-10-08, Jason-1 GDR SSHA version E NetCDF Geodetic, N/A\",\"Publisher\":\"JASON-1\",\"ReleaseDate\":\"2015-10-08T00:00:00.000Z\",\"ReleasePlace\":\"JPL\",\"SeriesName\":\"Jason-1 + SSHA netCDF Geodetic\",\"Title\":\"JASON-1_L2_OST_GPR_E_GEODETIC\",\"Version\":\"E\"}],\"AdditionalAttributes\":[{\"DataType\":\"DATETIME\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Name\":\"earliest_granule_start_time\",\"Value\":\"2012-05-07T16:00:01.072Z\"},{\"DataType\":\"DATETIME\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Name\":\"latest_granule_end_time\",\"Value\":\"2013-06-21T00:56:54.014Z\"},{\"DataType\":\"STRING\",\"Description\":\"Dataset + citation series name\",\"Name\":\"Series Name\",\"Value\":\"Jason-1 SSHA netCDF + Geodetic\"},{\"DataType\":\"STRING\",\"Description\":\"Dataset Persistent + ID\",\"Name\":\"Persistent ID\",\"Value\":\"PODAAC-J1GPR-NCG0E\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":66.15,\"SouthBoundingCoordinate\":-66.15,\"WestBoundingCoordinate\":-180}],\"CoordinateSystem\":\"CARTESIAN\"}},\"OrbitParameters\":{\"InclinationAngle\":66.15,\"NumberOfOrbits\":1,\"SwathWidth\":22.9,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":99999.0},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN WAVES\",\"Topic\":\"OCEANS\",\"VariableLevel1\":\"SIGNIFICANT + WAVE HEIGHT\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SEA SURFACE TOPOGRAPHY\",\"Topic\":\"OCEANS\",\"VariableLevel1\":\"SEA + SURFACE HEIGHT\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-05-07T16:00:00.000Z\",\"EndingDateTime\":\"2013-06-21T00:56:55.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Native record does not contain a DOI.\"},\"ShortName\":\"JASON-1_L2_OST_GPR_E_GEODETIC\",\"EntryTitle\":\"Jason-1 + GDR SSHA version E NetCDF Geodetic\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"N/A\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/JASON-1_L2_OST_GPR_E_GEODETIC/\",\"podaac-ops-cumulus-public/JASON-1_L2_OST_GPR_E_GEODETIC/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Jason-1 + User Guide\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/Handbook_Jason-1_v5.1_April2016.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Thumbnail\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/JASON-1_L2_OST_GPR_E_GEODETIC.jpg\",\"URLContentType\":\"VisualizationURL\"},{\"Description\":\"Jason-1 + safeholds and known data outages\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_safehold.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Jason-1 + maneuvers\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_maneuver.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Jason-1 + cycle start list\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_cyclelist.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"PO.DAAC + Drive\",\"GetData\":{\"Format\":\"Not provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"KB\"},\"Subtype\":\"DIRECT + DOWNLOAD\",\"Type\":\"GET DATA\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/gdr_ssha_netcdf_e_geodetic/docs/Handbook_Jason-1_v5.1_April2016.pdf\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Data + Use and Citation Policy \",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491731829-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491731829-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Date\":\"2014-03-17T21:26:14.929Z\",\"Type\":\"CREATE\"},{\"Date\":\"2017-04-28T05:01:46.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"These + Sea Surface Height Anomalies (SSHA) are derived from the Jason-1 Geophysical + Data Record (GDR) Geodetic Mission. Jason-1 is an altimetric mission whose + instruments make direct observations of the following quantities: altimeter + range, significant wave height, ocean radar backscatter cross-section (a measure + of wind speed), ionospheric electron content (derived by a simple formula), + tropospheric water content, and position relative to the GPS satellite constellation. + \ Using the various parameter the SSHA can be calculated and are provided + in this dataset. The data are in NetCDF format.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"DetailedLocation\":\"N/A\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2020-11-09T21:47:44.349Z\",\"Type\":\"UPDATE\"}],\"Version\":\"E\",\"Projects\":[{\"LongName\":\"Jason-1\",\"ShortName\":\"JASON-1\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"Jason-1\"},{\"ContactPersons\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-4588\"},{\"Type\":\"Email\",\"Value\":\"Jessica.K.Hausman@jpl.nasa.gov\"}]},\"FirstName\":\"Jessica\",\"LastName\":\"Hausman\",\"MiddleName\":\"none\",\"Roles\":[\"Technical + Contact\"]}],\"LongName\":\"Physical Oceanography Distributed Active Archive + Center, Jet Propulsion Laboratory, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"11 + Day\"],\"Platforms\":[{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Name\":\"OrbitPeriod\",\"Unit\":\"Minutes\",\"Value\":\"99999.0\"},{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Name\":\"InclinationAngle\",\"Unit\":\"Degrees\",\"Value\":\"66.15\"}],\"Instruments\":[{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"22.9\"}],\"LongName\":\"JASON-1 + MICROWAVE RADIOMETER\",\"ShortName\":\"JASON-1 Microwave Radiometer\"},{\"LongName\":\"JASON-1 + RADAR ALTIMETER\",\"ShortName\":\"POSEIDON-2\"}],\"LongName\":\"Jason-1 Geodetic\",\"ShortName\":\"Jason-1 + Geodetic\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112015764-POCLOUD\",\"V2112015953-POCLOUD\",\"V2112015768-POCLOUD\",\"V2112015828-POCLOUD\",\"V2112015974-POCLOUD\",\"V2112015915-POCLOUD\",\"V2112015802-POCLOUD\",\"V2112015846-POCLOUD\",\"V2112015970-POCLOUD\",\"V2112015782-POCLOUD\",\"V2112015990-POCLOUD\",\"V2112016015-POCLOUD\",\"V2112015750-POCLOUD\",\"V2112016064-POCLOUD\",\"V2112015856-POCLOUD\",\"V2112015872-POCLOUD\",\"V2112015946-POCLOUD\",\"V2112016046-POCLOUD\",\"V2112015874-POCLOUD\",\"V2112015907-POCLOUD\",\"V2112015919-POCLOUD\",\"V2112016025-POCLOUD\",\"V2112015820-POCLOUD\",\"V2112015911-POCLOUD\",\"V2112015903-POCLOUD\",\"V2112015967-POCLOUD\",\"V2112015812-POCLOUD\",\"V2112016032-POCLOUD\",\"V2112016058-POCLOUD\",\"V2112015937-POCLOUD\",\"V2112015747-POCLOUD\",\"V2112015982-POCLOUD\",\"V2112015784-POCLOUD\",\"V2112015778-POCLOUD\",\"V2112015760-POCLOUD\",\"V2112015997-POCLOUD\",\"V2112015984-POCLOUD\",\"V2112015943-POCLOUD\",\"V2112015888-POCLOUD\",\"V2112015842-POCLOUD\",\"V2112016030-POCLOUD\",\"V2112015832-POCLOUD\",\"V2112016042-POCLOUD\",\"V2112015852-POCLOUD\",\"V2112015792-POCLOUD\",\"V2112016038-POCLOUD\",\"V2112015929-POCLOUD\",\"V2112015909-POCLOUD\",\"V2112015962-POCLOUD\",\"V2112016071-POCLOUD\",\"V2112015992-POCLOUD\",\"V2112015884-POCLOUD\",\"V2112015870-POCLOUD\",\"V2112015826-POCLOUD\",\"V2112015940-POCLOUD\",\"V2112015923-POCLOUD\",\"V2112015836-POCLOUD\",\"V2112015858-POCLOUD\",\"V2112016034-POCLOUD\",\"V2112015762-POCLOUD\",\"V2112015776-POCLOUD\",\"V2112015838-POCLOUD\",\"V2112016062-POCLOUD\",\"V2112015834-POCLOUD\",\"V2112016052-POCLOUD\",\"V2112016088-POCLOUD\",\"V2112015986-POCLOUD\",\"V2112015810-POCLOUD\",\"V2112015896-POCLOUD\",\"V2112015965-POCLOUD\",\"V2112015957-POCLOUD\",\"V2112015886-POCLOUD\",\"V2112015878-POCLOUD\",\"V2112015766-POCLOUD\",\"V2112016081-POCLOUD\",\"V2112015927-POCLOUD\",\"V2112016066-POCLOUD\",\"V2112015972-POCLOUD\",\"V2112015933-POCLOUD\",\"V2112015772-POCLOUD\",\"V2112015901-POCLOUD\",\"V2112015742-POCLOUD\",\"V2112015814-POCLOUD\",\"V2112016027-POCLOUD\",\"V2112016023-POCLOUD\",\"V2112016060-POCLOUD\",\"V2112015860-POCLOUD\",\"V2112015925-POCLOUD\",\"V2112015960-POCLOUD\",\"V2112016004-POCLOUD\",\"V2112015868-POCLOUD\",\"V2112015866-POCLOUD\",\"V2112015917-POCLOUD\",\"V2112015894-POCLOUD\",\"V2112015882-POCLOUD\",\"V2112015980-POCLOUD\",\"V2112015862-POCLOUD\",\"V2112015756-POCLOUD\",\"V2112016090-POCLOUD\",\"V2112015799-POCLOUD\",\"V2112016018-POCLOUD\",\"V2112015955-POCLOUD\",\"V2112015905-POCLOUD\",\"V2112015935-POCLOUD\",\"V2112016056-POCLOUD\",\"V2112016000-POCLOUD\",\"V2112015850-POCLOUD\",\"V2112015880-POCLOUD\",\"V2112015840-POCLOUD\",\"V2112016020-POCLOUD\",\"V2112016040-POCLOUD\",\"V2112016075-POCLOUD\",\"V2112015788-POCLOUD\",\"V2112015752-POCLOUD\",\"V2112015948-POCLOUD\",\"V2112015931-POCLOUD\",\"V2112016007-POCLOUD\",\"V2112015797-POCLOUD\",\"V2112016010-POCLOUD\",\"V2112015808-POCLOUD\",\"V2112015950-POCLOUD\",\"V2112015806-POCLOUD\",\"V2112016012-POCLOUD\",\"V2112015995-POCLOUD\",\"V2112016054-POCLOUD\",\"V2112015804-POCLOUD\",\"V2112015790-POCLOUD\",\"V2112015758-POCLOUD\",\"V2112015854-POCLOUD\",\"V2112016036-POCLOUD\",\"V2112016002-POCLOUD\",\"V2112015978-POCLOUD\",\"V2112015890-POCLOUD\",\"V2112015899-POCLOUD\",\"V2112015830-POCLOUD\",\"V2112016086-POCLOUD\",\"V2112015892-POCLOUD\",\"V2112015754-POCLOUD\",\"V2112015876-POCLOUD\",\"V2112015848-POCLOUD\",\"V2112015745-POCLOUD\",\"V2112015921-POCLOUD\",\"V2112015976-POCLOUD\",\"V2112015786-POCLOUD\",\"V2112015780-POCLOUD\",\"V2112016084-POCLOUD\",\"V2112016048-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2004184019-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/JASON-1_L2_OST_GPN_E/\",\"podaac-ops-cumulus-public/JASON-1_L2_OST_GPN_E/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Jason-1+GDR+version+E+NetCDF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112015764-POCLOUD\"},{\"concept-id\":\"V2112015953-POCLOUD\"},{\"concept-id\":\"V2112015768-POCLOUD\"},{\"concept-id\":\"V2112015828-POCLOUD\"},{\"concept-id\":\"V2112015974-POCLOUD\"},{\"concept-id\":\"V2112015915-POCLOUD\"},{\"concept-id\":\"V2112015802-POCLOUD\"},{\"concept-id\":\"V2112015846-POCLOUD\"},{\"concept-id\":\"V2112015970-POCLOUD\"},{\"concept-id\":\"V2112015782-POCLOUD\"},{\"concept-id\":\"V2112015990-POCLOUD\"},{\"concept-id\":\"V2112016015-POCLOUD\"},{\"concept-id\":\"V2112015750-POCLOUD\"},{\"concept-id\":\"V2112016064-POCLOUD\"},{\"concept-id\":\"V2112015856-POCLOUD\"},{\"concept-id\":\"V2112015872-POCLOUD\"},{\"concept-id\":\"V2112015946-POCLOUD\"},{\"concept-id\":\"V2112016046-POCLOUD\"},{\"concept-id\":\"V2112015874-POCLOUD\"},{\"concept-id\":\"V2112015907-POCLOUD\"},{\"concept-id\":\"V2112015919-POCLOUD\"},{\"concept-id\":\"V2112016025-POCLOUD\"},{\"concept-id\":\"V2112015820-POCLOUD\"},{\"concept-id\":\"V2112015911-POCLOUD\"},{\"concept-id\":\"V2112015903-POCLOUD\"},{\"concept-id\":\"V2112015967-POCLOUD\"},{\"concept-id\":\"V2112015812-POCLOUD\"},{\"concept-id\":\"V2112016032-POCLOUD\"},{\"concept-id\":\"V2112016058-POCLOUD\"},{\"concept-id\":\"V2112015937-POCLOUD\"},{\"concept-id\":\"V2112015747-POCLOUD\"},{\"concept-id\":\"V2112015982-POCLOUD\"},{\"concept-id\":\"V2112015784-POCLOUD\"},{\"concept-id\":\"V2112015778-POCLOUD\"},{\"concept-id\":\"V2112015760-POCLOUD\"},{\"concept-id\":\"V2112015997-POCLOUD\"},{\"concept-id\":\"V2112015984-POCLOUD\"},{\"concept-id\":\"V2112015943-POCLOUD\"},{\"concept-id\":\"V2112015888-POCLOUD\"},{\"concept-id\":\"V2112015842-POCLOUD\"},{\"concept-id\":\"V2112016030-POCLOUD\"},{\"concept-id\":\"V2112015832-POCLOUD\"},{\"concept-id\":\"V2112016042-POCLOUD\"},{\"concept-id\":\"V2112015852-POCLOUD\"},{\"concept-id\":\"V2112015792-POCLOUD\"},{\"concept-id\":\"V2112016038-POCLOUD\"},{\"concept-id\":\"V2112015929-POCLOUD\"},{\"concept-id\":\"V2112015909-POCLOUD\"},{\"concept-id\":\"V2112015962-POCLOUD\"},{\"concept-id\":\"V2112016071-POCLOUD\"},{\"concept-id\":\"V2112015992-POCLOUD\"},{\"concept-id\":\"V2112015884-POCLOUD\"},{\"concept-id\":\"V2112015870-POCLOUD\"},{\"concept-id\":\"V2112015826-POCLOUD\"},{\"concept-id\":\"V2112015940-POCLOUD\"},{\"concept-id\":\"V2112015923-POCLOUD\"},{\"concept-id\":\"V2112015836-POCLOUD\"},{\"concept-id\":\"V2112015858-POCLOUD\"},{\"concept-id\":\"V2112016034-POCLOUD\"},{\"concept-id\":\"V2112015762-POCLOUD\"},{\"concept-id\":\"V2112015776-POCLOUD\"},{\"concept-id\":\"V2112015838-POCLOUD\"},{\"concept-id\":\"V2112016062-POCLOUD\"},{\"concept-id\":\"V2112015834-POCLOUD\"},{\"concept-id\":\"V2112016052-POCLOUD\"},{\"concept-id\":\"V2112016088-POCLOUD\"},{\"concept-id\":\"V2112015986-POCLOUD\"},{\"concept-id\":\"V2112015810-POCLOUD\"},{\"concept-id\":\"V2112015896-POCLOUD\"},{\"concept-id\":\"V2112015965-POCLOUD\"},{\"concept-id\":\"V2112015957-POCLOUD\"},{\"concept-id\":\"V2112015886-POCLOUD\"},{\"concept-id\":\"V2112015878-POCLOUD\"},{\"concept-id\":\"V2112015766-POCLOUD\"},{\"concept-id\":\"V2112016081-POCLOUD\"},{\"concept-id\":\"V2112015927-POCLOUD\"},{\"concept-id\":\"V2112016066-POCLOUD\"},{\"concept-id\":\"V2112015972-POCLOUD\"},{\"concept-id\":\"V2112015933-POCLOUD\"},{\"concept-id\":\"V2112015772-POCLOUD\"},{\"concept-id\":\"V2112015901-POCLOUD\"},{\"concept-id\":\"V2112015742-POCLOUD\"},{\"concept-id\":\"V2112015814-POCLOUD\"},{\"concept-id\":\"V2112016027-POCLOUD\"},{\"concept-id\":\"V2112016023-POCLOUD\"},{\"concept-id\":\"V2112016060-POCLOUD\"},{\"concept-id\":\"V2112015860-POCLOUD\"},{\"concept-id\":\"V2112015925-POCLOUD\"},{\"concept-id\":\"V2112015960-POCLOUD\"},{\"concept-id\":\"V2112016004-POCLOUD\"},{\"concept-id\":\"V2112015868-POCLOUD\"},{\"concept-id\":\"V2112015866-POCLOUD\"},{\"concept-id\":\"V2112015917-POCLOUD\"},{\"concept-id\":\"V2112015894-POCLOUD\"},{\"concept-id\":\"V2112015882-POCLOUD\"},{\"concept-id\":\"V2112015980-POCLOUD\"},{\"concept-id\":\"V2112015862-POCLOUD\"},{\"concept-id\":\"V2112015756-POCLOUD\"},{\"concept-id\":\"V2112016090-POCLOUD\"},{\"concept-id\":\"V2112015799-POCLOUD\"},{\"concept-id\":\"V2112016018-POCLOUD\"},{\"concept-id\":\"V2112015955-POCLOUD\"},{\"concept-id\":\"V2112015905-POCLOUD\"},{\"concept-id\":\"V2112015935-POCLOUD\"},{\"concept-id\":\"V2112016056-POCLOUD\"},{\"concept-id\":\"V2112016000-POCLOUD\"},{\"concept-id\":\"V2112015850-POCLOUD\"},{\"concept-id\":\"V2112015880-POCLOUD\"},{\"concept-id\":\"V2112015840-POCLOUD\"},{\"concept-id\":\"V2112016020-POCLOUD\"},{\"concept-id\":\"V2112016040-POCLOUD\"},{\"concept-id\":\"V2112016075-POCLOUD\"},{\"concept-id\":\"V2112015788-POCLOUD\"},{\"concept-id\":\"V2112015752-POCLOUD\"},{\"concept-id\":\"V2112015948-POCLOUD\"},{\"concept-id\":\"V2112015931-POCLOUD\"},{\"concept-id\":\"V2112016007-POCLOUD\"},{\"concept-id\":\"V2112015797-POCLOUD\"},{\"concept-id\":\"V2112016010-POCLOUD\"},{\"concept-id\":\"V2112015808-POCLOUD\"},{\"concept-id\":\"V2112015950-POCLOUD\"},{\"concept-id\":\"V2112015806-POCLOUD\"},{\"concept-id\":\"V2112016012-POCLOUD\"},{\"concept-id\":\"V2112015995-POCLOUD\"},{\"concept-id\":\"V2112016054-POCLOUD\"},{\"concept-id\":\"V2112015804-POCLOUD\"},{\"concept-id\":\"V2112015790-POCLOUD\"},{\"concept-id\":\"V2112015758-POCLOUD\"},{\"concept-id\":\"V2112015854-POCLOUD\"},{\"concept-id\":\"V2112016036-POCLOUD\"},{\"concept-id\":\"V2112016002-POCLOUD\"},{\"concept-id\":\"V2112015978-POCLOUD\"},{\"concept-id\":\"V2112015890-POCLOUD\"},{\"concept-id\":\"V2112015899-POCLOUD\"},{\"concept-id\":\"V2112015830-POCLOUD\"},{\"concept-id\":\"V2112016086-POCLOUD\"},{\"concept-id\":\"V2112015892-POCLOUD\"},{\"concept-id\":\"V2112015754-POCLOUD\"},{\"concept-id\":\"V2112015876-POCLOUD\"},{\"concept-id\":\"V2112015848-POCLOUD\"},{\"concept-id\":\"V2112015745-POCLOUD\"},{\"concept-id\":\"V2112015921-POCLOUD\"},{\"concept-id\":\"V2112015976-POCLOUD\"},{\"concept-id\":\"V2112015786-POCLOUD\"},{\"concept-id\":\"V2112015780-POCLOUD\"},{\"concept-id\":\"V2112016084-POCLOUD\"},{\"concept-id\":\"V2112016048-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1940470304-POCLOUD\",\"revision-date\":\"2023-04-19T00:53:03.512Z\",\"granule-count\":92126,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"SeriesName\":\"Jason-1 + GDR netCDF\",\"Version\":\"E\",\"Title\":\"Jason-1 Geophysical Data Record + (GDR) NetCDF\",\"Creator\":\"JASON-1\",\"Publisher\":\"JASON-1\",\"ReleaseDate\":\"2015-10-08T00:00:00.000Z\",\"OtherCitationDetails\":\"JASON-1, + JASON-1, 2015-10-08, Jason-1 GDR version E NetCDF, N/A\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-01-15T06:07:06.081Z\",\"DataType\":\"DATETIME\",\"Name\":\"earliest_granule_start_time\"},{\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2012-03-03T12:59:11.002Z\",\"DataType\":\"DATETIME\",\"Name\":\"latest_granule_end_time\"},{\"Description\":\"Dataset + citation series name\",\"Value\":\"Jason-1 GDR netCDF\",\"DataType\":\"STRING\",\"Name\":\"Series + Name\"},{\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-J1GPN-NC00E\",\"DataType\":\"STRING\",\"Name\":\"Persistent + ID\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":0.0,\"NumberOfOrbits\":1,\"InclinationAngle\":66.04,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":112.43},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":-66.15,\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":66.15}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SEA SURFACE HEIGHT\",\"Term\":\"SEA SURFACE + TOPOGRAPHY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH SCIENCE\",\"VariableLevel1\":\"SIGNIFICANT + WAVE HEIGHT\",\"Term\":\"OCEAN WAVES\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"EndingDateTime\":\"2012-03-03T12:59:12.000Z\",\"BeginningDateTime\":\"2002-01-14T12:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/J1GPN-NC00E\"},\"ShortName\":\"JASON-1_L2_OST_GPN_E\",\"EntryTitle\":\"Jason-1 + GDR version E NetCDF\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"N/A\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/JASON-1_L2_OST_GPN_E/\",\"podaac-ops-cumulus-public/JASON-1_L2_OST_GPN_E/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Jason-1 safeholds and known data outages\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_safehold.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Jason-1 User Guide\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/Handbook_Jason-1_v5.1_April2016.pdf\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/JASON-1_L2_OST_GPN_E.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Jason-1 maneuvers\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_maneuver.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Jason-1 cycle start list\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_cyclelist.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"Browse + and download granules over HTTPS using the virtual directories\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C1940470304-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1940470304-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2014-03-17T18:23:36.622Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-04-28T05:01:46.000Z\"}],\"Abstract\":\"The + Jason-1 Geophysical Data Records (GDR) contain full accuracy altimeter data + to measure sea surface height, with a high precision orbit (accuracy ~1.5 + cm). The instruments on Jason-1 make direct observations of the following + quantities: altimeter range, significant wave height, ocean radar backscatter + cross-section (a measure of wind speed), ionospheric electron content (derived + by a simple formula), tropospheric water content, mean sea surface, and position + relative to the GPS satellite constellation. The GDR contain all relevant + corrections needed to calculate the sea surface height. Sea surface height + anomalies calculation and recommended data edit criteria are specified in + the Jason-1 GDR User Handbook at https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/gdr_netcdf_e/docs/Handbook_Jason-1_v5.1_April2016.pdf\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\",\"DetailedLocation\":\"N/A\"}],\"MetadataDates\":[{\"Type\":\"UPDATE\",\"Date\":\"2020-12-22T16:47:14.135Z\"}],\"Version\":\"E\",\"Projects\":[{\"LongName\":\"Jason-1\",\"ShortName\":\"JASON-1\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"Jason-1\"},{\"ContactPersons\":[{\"FirstName\":\"Jessica\",\"Roles\":[\"Technical + Contact\"],\"LastName\":\"Hausman\",\"MiddleName\":\"none\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-4588\"},{\"Type\":\"Email\",\"Value\":\"Jessica.K.Hausman@jpl.nasa.gov\"}]}}],\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\"},{\"ContactGroups\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\",\"URLContentType\":\"DataContactURL\"}]},\"GroupName\":\"Help + Desk\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"10 + Day\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"Characteristics\":[{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"DORIS\"},{\"LongName\":\"JASON-1 + MICROWAVE RADIOMETER\",\"Characteristics\":[{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"22.9\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"JASON-1 + Microwave Radiometer\"},{\"LongName\":\"JASON-1 RADAR ALTIMETER\",\"ShortName\":\"POSEIDON-2\"}],\"LongName\":\"JASON-1\",\"Characteristics\":[{\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"112.43\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.04\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"JASON-1\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520420368-POCLOUD\",\"V2520420424-POCLOUD\",\"V2520421374-POCLOUD\",\"V2520420736-POCLOUD\",\"V2520421323-POCLOUD\",\"V2520420595-POCLOUD\",\"V2520420172-POCLOUD\",\"V2520419973-POCLOUD\",\"V2520420016-POCLOUD\",\"V2520420554-POCLOUD\",\"V2520420187-POCLOUD\",\"V2520420858-POCLOUD\",\"V2520420377-POCLOUD\",\"V2520420648-POCLOUD\",\"V2520420194-POCLOUD\",\"V2520420179-POCLOUD\",\"V2520420091-POCLOUD\",\"V2520420785-POCLOUD\",\"V2520419981-POCLOUD\",\"V2520420880-POCLOUD\",\"V2520420457-POCLOUD\",\"V2520420445-POCLOUD\",\"V2520420641-POCLOUD\",\"V2520420980-POCLOUD\",\"V2520420611-POCLOUD\",\"V2520420963-POCLOUD\",\"V2520420239-POCLOUD\",\"V2520421015-POCLOUD\",\"V2520421246-POCLOUD\",\"V2520420012-POCLOUD\",\"V2520421408-POCLOUD\",\"V2520420819-POCLOUD\",\"V2520420707-POCLOUD\",\"V2520420249-POCLOUD\",\"V2520420326-POCLOUD\",\"V2520420575-POCLOUD\",\"V2520420536-POCLOUD\",\"V2520420549-POCLOUD\",\"V2520420258-POCLOUD\",\"V2520420041-POCLOUD\",\"V2520420075-POCLOUD\",\"V2520420151-POCLOUD\",\"V2520420913-POCLOUD\",\"V2520420716-POCLOUD\",\"V2520420275-POCLOUD\",\"V2520420905-POCLOUD\",\"V2520420414-POCLOUD\",\"V2520419992-POCLOUD\",\"V2520420451-POCLOUD\",\"V2520420778-POCLOUD\",\"V2520421432-POCLOUD\",\"V2520420695-POCLOUD\",\"V2520420932-POCLOUD\",\"V2520420623-POCLOUD\",\"V2520420265-POCLOUD\",\"V2520420145-POCLOUD\",\"V2520420134-POCLOUD\",\"V2520421271-POCLOUD\",\"V2520420940-POCLOUD\",\"V2520420211-POCLOUD\",\"V2520420765-POCLOUD\",\"V2520420897-POCLOUD\",\"V2520421030-POCLOUD\",\"V2520421294-POCLOUD\",\"V2520420804-POCLOUD\",\"V2520420954-POCLOUD\",\"V2520420850-POCLOUD\",\"V2520420755-POCLOUD\",\"V2520420069-POCLOUD\",\"V2520420947-POCLOUD\",\"V2520420056-POCLOUD\",\"V2520420139-POCLOUD\",\"V2520420730-POCLOUD\",\"V2520420867-POCLOUD\",\"V2520420003-POCLOUD\",\"V2520421048-POCLOUD\",\"V2520420332-POCLOUD\",\"V2520420161-POCLOUD\",\"V2520420221-POCLOUD\",\"V2520421483-POCLOUD\",\"V2520420310-POCLOUD\",\"V2520420795-POCLOUD\",\"V2520420526-POCLOUD\",\"V2520421091-POCLOUD\",\"V2520420569-POCLOUD\",\"V2520420836-POCLOUD\",\"V2520419952-POCLOUD\",\"V2520420923-POCLOUD\",\"V2520420507-POCLOUD\",\"V2520420973-POCLOUD\",\"V2520420305-POCLOUD\",\"V2520420991-POCLOUD\",\"V2520421457-POCLOUD\",\"V2520420824-POCLOUD\",\"V2520420723-POCLOUD\",\"V2520421351-POCLOUD\",\"V2520420999-POCLOUD\",\"V2520419957-POCLOUD\",\"V2520420633-POCLOUD\",\"V2520420023-POCLOUD\",\"V2520420049-POCLOUD\",\"V2520421113-POCLOUD\",\"V2520420499-POCLOUD\",\"V2520420341-POCLOUD\",\"V2520420030-POCLOUD\",\"V2520420395-POCLOUD\",\"V2520419962-POCLOUD\",\"V2520420084-POCLOUD\",\"V2520420113-POCLOUD\",\"V2520420602-POCLOUD\",\"V2520420676-POCLOUD\",\"V2520420489-POCLOUD\",\"V2520419944-POCLOUD\",\"V2520420292-POCLOUD\",\"V2520420465-POCLOUD\",\"V2520419997-POCLOUD\",\"V2520420119-POCLOUD\",\"V2520420477-POCLOUD\",\"V2520420658-POCLOUD\",\"V2520420386-POCLOUD\",\"V2520419987-POCLOUD\",\"V2520421179-POCLOUD\",\"V2520420105-POCLOUD\",\"V2520420683-POCLOUD\",\"V2520420664-POCLOUD\",\"V2520420357-POCLOUD\",\"V2520421137-POCLOUD\",\"V2520420435-POCLOUD\",\"V2520420874-POCLOUD\",\"V2520420231-POCLOUD\",\"V2520420298-POCLOUD\",\"V2520420515-POCLOUD\",\"V2520421072-POCLOUD\",\"V2520421196-POCLOUD\",\"V2520420560-POCLOUD\",\"V2520420585-POCLOUD\",\"V2520420099-POCLOUD\",\"V2520420812-POCLOUD\",\"V2520421509-POCLOUD\",\"V2520421220-POCLOUD\",\"V2520420201-POCLOUD\",\"V2520420404-POCLOUD\",\"V2520419968-POCLOUD\",\"V2520420746-POCLOUD\",\"V2520420887-POCLOUD\",\"V2520420283-POCLOUD\",\"V2520420843-POCLOUD\"],\"services\":[\"S2153799015-POCLOUD\",\"S2004184019-POCLOUD\",\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/JASON-1_L2_OST_GPN_E_GEODETIC/\",\"podaac-ops-cumulus-public/JASON-1_L2_OST_GPN_E_GEODETIC/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Jason-1+GDR+version+E+NetCDF+Geodetic\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520420368-POCLOUD\"},{\"concept-id\":\"V2520420424-POCLOUD\"},{\"concept-id\":\"V2520421374-POCLOUD\"},{\"concept-id\":\"V2520420736-POCLOUD\"},{\"concept-id\":\"V2520421323-POCLOUD\"},{\"concept-id\":\"V2520420595-POCLOUD\"},{\"concept-id\":\"V2520420172-POCLOUD\"},{\"concept-id\":\"V2520419973-POCLOUD\"},{\"concept-id\":\"V2520420016-POCLOUD\"},{\"concept-id\":\"V2520420554-POCLOUD\"},{\"concept-id\":\"V2520420187-POCLOUD\"},{\"concept-id\":\"V2520420858-POCLOUD\"},{\"concept-id\":\"V2520420377-POCLOUD\"},{\"concept-id\":\"V2520420648-POCLOUD\"},{\"concept-id\":\"V2520420194-POCLOUD\"},{\"concept-id\":\"V2520420179-POCLOUD\"},{\"concept-id\":\"V2520420091-POCLOUD\"},{\"concept-id\":\"V2520420785-POCLOUD\"},{\"concept-id\":\"V2520419981-POCLOUD\"},{\"concept-id\":\"V2520420880-POCLOUD\"},{\"concept-id\":\"V2520420457-POCLOUD\"},{\"concept-id\":\"V2520420445-POCLOUD\"},{\"concept-id\":\"V2520420641-POCLOUD\"},{\"concept-id\":\"V2520420980-POCLOUD\"},{\"concept-id\":\"V2520420611-POCLOUD\"},{\"concept-id\":\"V2520420963-POCLOUD\"},{\"concept-id\":\"V2520420239-POCLOUD\"},{\"concept-id\":\"V2520421015-POCLOUD\"},{\"concept-id\":\"V2520421246-POCLOUD\"},{\"concept-id\":\"V2520420012-POCLOUD\"},{\"concept-id\":\"V2520421408-POCLOUD\"},{\"concept-id\":\"V2520420819-POCLOUD\"},{\"concept-id\":\"V2520420707-POCLOUD\"},{\"concept-id\":\"V2520420249-POCLOUD\"},{\"concept-id\":\"V2520420326-POCLOUD\"},{\"concept-id\":\"V2520420575-POCLOUD\"},{\"concept-id\":\"V2520420536-POCLOUD\"},{\"concept-id\":\"V2520420549-POCLOUD\"},{\"concept-id\":\"V2520420258-POCLOUD\"},{\"concept-id\":\"V2520420041-POCLOUD\"},{\"concept-id\":\"V2520420075-POCLOUD\"},{\"concept-id\":\"V2520420151-POCLOUD\"},{\"concept-id\":\"V2520420913-POCLOUD\"},{\"concept-id\":\"V2520420716-POCLOUD\"},{\"concept-id\":\"V2520420275-POCLOUD\"},{\"concept-id\":\"V2520420905-POCLOUD\"},{\"concept-id\":\"V2520420414-POCLOUD\"},{\"concept-id\":\"V2520419992-POCLOUD\"},{\"concept-id\":\"V2520420451-POCLOUD\"},{\"concept-id\":\"V2520420778-POCLOUD\"},{\"concept-id\":\"V2520421432-POCLOUD\"},{\"concept-id\":\"V2520420695-POCLOUD\"},{\"concept-id\":\"V2520420932-POCLOUD\"},{\"concept-id\":\"V2520420623-POCLOUD\"},{\"concept-id\":\"V2520420265-POCLOUD\"},{\"concept-id\":\"V2520420145-POCLOUD\"},{\"concept-id\":\"V2520420134-POCLOUD\"},{\"concept-id\":\"V2520421271-POCLOUD\"},{\"concept-id\":\"V2520420940-POCLOUD\"},{\"concept-id\":\"V2520420211-POCLOUD\"},{\"concept-id\":\"V2520420765-POCLOUD\"},{\"concept-id\":\"V2520420897-POCLOUD\"},{\"concept-id\":\"V2520421030-POCLOUD\"},{\"concept-id\":\"V2520421294-POCLOUD\"},{\"concept-id\":\"V2520420804-POCLOUD\"},{\"concept-id\":\"V2520420954-POCLOUD\"},{\"concept-id\":\"V2520420850-POCLOUD\"},{\"concept-id\":\"V2520420755-POCLOUD\"},{\"concept-id\":\"V2520420069-POCLOUD\"},{\"concept-id\":\"V2520420947-POCLOUD\"},{\"concept-id\":\"V2520420056-POCLOUD\"},{\"concept-id\":\"V2520420139-POCLOUD\"},{\"concept-id\":\"V2520420730-POCLOUD\"},{\"concept-id\":\"V2520420867-POCLOUD\"},{\"concept-id\":\"V2520420003-POCLOUD\"},{\"concept-id\":\"V2520421048-POCLOUD\"},{\"concept-id\":\"V2520420332-POCLOUD\"},{\"concept-id\":\"V2520420161-POCLOUD\"},{\"concept-id\":\"V2520420221-POCLOUD\"},{\"concept-id\":\"V2520421483-POCLOUD\"},{\"concept-id\":\"V2520420310-POCLOUD\"},{\"concept-id\":\"V2520420795-POCLOUD\"},{\"concept-id\":\"V2520420526-POCLOUD\"},{\"concept-id\":\"V2520421091-POCLOUD\"},{\"concept-id\":\"V2520420569-POCLOUD\"},{\"concept-id\":\"V2520420836-POCLOUD\"},{\"concept-id\":\"V2520419952-POCLOUD\"},{\"concept-id\":\"V2520420923-POCLOUD\"},{\"concept-id\":\"V2520420507-POCLOUD\"},{\"concept-id\":\"V2520420973-POCLOUD\"},{\"concept-id\":\"V2520420305-POCLOUD\"},{\"concept-id\":\"V2520420991-POCLOUD\"},{\"concept-id\":\"V2520421457-POCLOUD\"},{\"concept-id\":\"V2520420824-POCLOUD\"},{\"concept-id\":\"V2520420723-POCLOUD\"},{\"concept-id\":\"V2520421351-POCLOUD\"},{\"concept-id\":\"V2520420999-POCLOUD\"},{\"concept-id\":\"V2520419957-POCLOUD\"},{\"concept-id\":\"V2520420633-POCLOUD\"},{\"concept-id\":\"V2520420023-POCLOUD\"},{\"concept-id\":\"V2520420049-POCLOUD\"},{\"concept-id\":\"V2520421113-POCLOUD\"},{\"concept-id\":\"V2520420499-POCLOUD\"},{\"concept-id\":\"V2520420341-POCLOUD\"},{\"concept-id\":\"V2520420030-POCLOUD\"},{\"concept-id\":\"V2520420395-POCLOUD\"},{\"concept-id\":\"V2520419962-POCLOUD\"},{\"concept-id\":\"V2520420084-POCLOUD\"},{\"concept-id\":\"V2520420113-POCLOUD\"},{\"concept-id\":\"V2520420602-POCLOUD\"},{\"concept-id\":\"V2520420676-POCLOUD\"},{\"concept-id\":\"V2520420489-POCLOUD\"},{\"concept-id\":\"V2520419944-POCLOUD\"},{\"concept-id\":\"V2520420292-POCLOUD\"},{\"concept-id\":\"V2520420465-POCLOUD\"},{\"concept-id\":\"V2520419997-POCLOUD\"},{\"concept-id\":\"V2520420119-POCLOUD\"},{\"concept-id\":\"V2520420477-POCLOUD\"},{\"concept-id\":\"V2520420658-POCLOUD\"},{\"concept-id\":\"V2520420386-POCLOUD\"},{\"concept-id\":\"V2520419987-POCLOUD\"},{\"concept-id\":\"V2520421179-POCLOUD\"},{\"concept-id\":\"V2520420105-POCLOUD\"},{\"concept-id\":\"V2520420683-POCLOUD\"},{\"concept-id\":\"V2520420664-POCLOUD\"},{\"concept-id\":\"V2520420357-POCLOUD\"},{\"concept-id\":\"V2520421137-POCLOUD\"},{\"concept-id\":\"V2520420435-POCLOUD\"},{\"concept-id\":\"V2520420874-POCLOUD\"},{\"concept-id\":\"V2520420231-POCLOUD\"},{\"concept-id\":\"V2520420298-POCLOUD\"},{\"concept-id\":\"V2520420515-POCLOUD\"},{\"concept-id\":\"V2520421072-POCLOUD\"},{\"concept-id\":\"V2520421196-POCLOUD\"},{\"concept-id\":\"V2520420560-POCLOUD\"},{\"concept-id\":\"V2520420585-POCLOUD\"},{\"concept-id\":\"V2520420099-POCLOUD\"},{\"concept-id\":\"V2520420812-POCLOUD\"},{\"concept-id\":\"V2520421509-POCLOUD\"},{\"concept-id\":\"V2520421220-POCLOUD\"},{\"concept-id\":\"V2520420201-POCLOUD\"},{\"concept-id\":\"V2520420404-POCLOUD\"},{\"concept-id\":\"V2520419968-POCLOUD\"},{\"concept-id\":\"V2520420746-POCLOUD\"},{\"concept-id\":\"V2520420887-POCLOUD\"},{\"concept-id\":\"V2520420283-POCLOUD\"},{\"concept-id\":\"V2520420843-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491731827-POCLOUD\",\"revision-date\":\"2023-01-12T23:16:49.250Z\",\"granule-count\":10030,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"JASON-1\",\"OtherCitationDetails\":\"JASON-1, + JASON-1, 2015-10-08, Jason-1 GDR version E NetCDF Geodetic, N/A\",\"Publisher\":\"JASON-1\",\"ReleaseDate\":\"2015-10-08T00:00:00.000Z\",\"ReleasePlace\":\"JPL\",\"SeriesName\":\"Jason-1 + GDR netCDF Geodetic\",\"Title\":\"JASON-1_L2_OST_GPN_E_GEODETIC\",\"Version\":\"E\"}],\"AdditionalAttributes\":[{\"DataType\":\"DATETIME\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Name\":\"earliest_granule_start_time\",\"Value\":\"2012-05-07T16:00:01.072Z\"},{\"DataType\":\"DATETIME\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Name\":\"latest_granule_end_time\",\"Value\":\"2013-06-21T00:56:54.014Z\"},{\"DataType\":\"STRING\",\"Description\":\"Dataset + citation series name\",\"Name\":\"Series Name\",\"Value\":\"Jason-1 GDR netCDF + Geodetic\"},{\"DataType\":\"STRING\",\"Description\":\"Dataset Persistent + ID\",\"Name\":\"Persistent ID\",\"Value\":\"PODAAC-J1GPN-NCG0E\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":66.15,\"SouthBoundingCoordinate\":-66.15,\"WestBoundingCoordinate\":-180}],\"CoordinateSystem\":\"CARTESIAN\"}},\"OrbitParameters\":{\"InclinationAngle\":66.15,\"NumberOfOrbits\":1,\"SwathWidth\":0.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":99999.0},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN WAVES\",\"Topic\":\"OCEANS\",\"VariableLevel1\":\"SIGNIFICANT + WAVE HEIGHT\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SEA SURFACE TOPOGRAPHY\",\"Topic\":\"OCEANS\",\"VariableLevel1\":\"SEA + SURFACE HEIGHT\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-05-07T16:00:00.000Z\",\"EndingDateTime\":\"2013-06-21T00:56:55.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Native record does not contain a DOI.\"},\"ShortName\":\"JASON-1_L2_OST_GPN_E_GEODETIC\",\"EntryTitle\":\"Jason-1 + GDR version E NetCDF Geodetic\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"N/A\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/JASON-1_L2_OST_GPN_E_GEODETIC/\",\"podaac-ops-cumulus-public/JASON-1_L2_OST_GPN_E_GEODETIC/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Thumbnail\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/JASON-1_L2_OST_GPN_E_GEODETIC.jpg\",\"URLContentType\":\"VisualizationURL\"},{\"Description\":\"Jason-1 + safeholds and known data outages\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_safehold.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Jason-1 + maneuvers\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_maneuver.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Jason-1 + User Guide\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/Handbook_Jason-1_v5.1_April2016.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Jason-1 + cycle start list\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_cyclelist.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"PO.DAAC + Drive\",\"GetData\":{\"Format\":\"Not provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"KB\"},\"Subtype\":\"DIRECT + DOWNLOAD\",\"Type\":\"GET DATA\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/gdr_netcdf_e_geodetic/docs/Handbook_Jason-1_v5.1_April2016.pdf\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Data + Use and Citation Policy \",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491731827-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491731827-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Date\":\"2014-03-17T21:18:12.777Z\",\"Type\":\"CREATE\"},{\"Date\":\"2017-04-28T05:01:46.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Jason-1 Geophysical Data Records (GDR) Geodetic Mission contain full accuracy + altimeter data, with a high precision orbit, provided approximately 35 days + after data collection. The data are sorted into cycles that are approximately + 11 days long and contain 280 pass files. The instruments on Jason-1 make + direct observations of the following quantities: altimeter range, significant + wave height, ocean radar backscatter cross-section (a measure of wind speed), + ionospheric electron content (derived by a simple formula), tropospheric water + content, mean sea surface, and position relative to the GPS satellite constellation. + The GDR contain all relevant corrections needed to calculate the sea surface + height.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"DetailedLocation\":\"N/A\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2020-12-22T16:04:09.498Z\",\"Type\":\"UPDATE\"}],\"Version\":\"E\",\"Projects\":[{\"LongName\":\"Jason-1\",\"ShortName\":\"JASON-1\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"Jason-1\"},{\"ContactPersons\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-4588\"},{\"Type\":\"Email\",\"Value\":\"Jessica.K.Hausman@jpl.nasa.gov\"}]},\"FirstName\":\"Jessica\",\"LastName\":\"Hausman\",\"MiddleName\":\"none\",\"Roles\":[\"Technical + Contact\"]}],\"LongName\":\"Physical Oceanography Distributed Active Archive + Center, Jet Propulsion Laboratory, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"11 + Day\"],\"Platforms\":[{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Name\":\"OrbitPeriod\",\"Unit\":\"Minutes\",\"Value\":\"99999.0\"},{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Name\":\"InclinationAngle\",\"Unit\":\"Degrees\",\"Value\":\"66.15\"}],\"Instruments\":[{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"0.0\"}],\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"},{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"22.9\"}],\"LongName\":\"JASON-1 + MICROWAVE RADIOMETER\",\"ShortName\":\"JASON-1 Microwave Radiometer\"},{\"LongName\":\"JASON-1 + RADAR ALTIMETER\",\"ShortName\":\"POSEIDON-2\"}],\"LongName\":\"Jason-1 Geodetic\",\"ShortName\":\"Jason-1 + Geodetic\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112016354-POCLOUD\",\"V2112016217-POCLOUD\",\"V2112016280-POCLOUD\",\"V2112016417-POCLOUD\",\"V2112016469-POCLOUD\",\"V2112016253-POCLOUD\",\"V2112016544-POCLOUD\",\"V2112016130-POCLOUD\",\"V2112016306-POCLOUD\",\"V2112016459-POCLOUD\",\"V2112016235-POCLOUD\",\"V2112016328-POCLOUD\",\"V2112016283-POCLOUD\",\"V2112016164-POCLOUD\",\"V2112016399-POCLOUD\",\"V2112016347-POCLOUD\",\"V2112016203-POCLOUD\",\"V2112016488-POCLOUD\",\"V2112016491-POCLOUD\",\"V2112016168-POCLOUD\",\"V2112016515-POCLOUD\",\"V2112016161-POCLOUD\",\"V2112016626-POCLOUD\",\"V2112016103-POCLOUD\",\"V2112016262-POCLOUD\",\"V2112016521-POCLOUD\",\"V2112016551-POCLOUD\",\"V2112016251-POCLOUD\",\"V2112016357-POCLOUD\",\"V2112016588-POCLOUD\",\"V2112016093-POCLOUD\",\"V2112016289-POCLOUD\",\"V2112016578-POCLOUD\",\"V2112016312-POCLOUD\",\"V2112016465-POCLOUD\",\"V2112016121-POCLOUD\",\"V2112016434-POCLOUD\",\"V2112016581-POCLOUD\",\"V2112016113-POCLOUD\",\"V2112016478-POCLOUD\",\"V2112016424-POCLOUD\",\"V2112016585-POCLOUD\",\"V2112016617-POCLOUD\",\"V2112016229-POCLOUD\",\"V2112016209-POCLOUD\",\"V2112016393-POCLOUD\",\"V2112016138-POCLOUD\",\"V2112016178-POCLOUD\",\"V2112016331-POCLOUD\",\"V2112016389-POCLOUD\",\"V2112016404-POCLOUD\",\"V2112016604-POCLOUD\",\"V2112016227-POCLOUD\",\"V2112016448-POCLOUD\",\"V2112016188-POCLOUD\",\"V2112016215-POCLOUD\",\"V2112016503-POCLOUD\",\"V2112016156-POCLOUD\",\"V2112016100-POCLOUD\",\"V2112016407-POCLOUD\",\"V2112016623-POCLOUD\",\"V2112016219-POCLOUD\",\"V2112016273-POCLOUD\",\"V2112016475-POCLOUD\",\"V2112016481-POCLOUD\",\"V2112016111-POCLOUD\",\"V2112016207-POCLOUD\",\"V2112016608-POCLOUD\",\"V2112016174-POCLOUD\",\"V2112016344-POCLOUD\",\"V2112016411-POCLOUD\",\"V2112016172-POCLOUD\",\"V2112016541-POCLOUD\",\"V2112016571-POCLOUD\",\"V2112016223-POCLOUD\",\"V2112016296-POCLOUD\",\"V2112016318-POCLOUD\",\"V2112016191-POCLOUD\",\"V2112016547-POCLOUD\",\"V2112016221-POCLOUD\",\"V2112016611-POCLOUD\",\"V2112016337-POCLOUD\",\"V2112016303-POCLOUD\",\"V2112016321-POCLOUD\",\"V2112016366-POCLOUD\",\"V2112016125-POCLOUD\",\"V2112016199-POCLOUD\",\"V2112016309-POCLOUD\",\"V2112016638-POCLOUD\",\"V2112016233-POCLOUD\",\"V2112016151-POCLOUD\",\"V2112016277-POCLOUD\",\"V2112016598-POCLOUD\",\"V2112016630-POCLOUD\",\"V2112016456-POCLOUD\",\"V2112016159-POCLOUD\",\"V2112016205-POCLOUD\",\"V2112016096-POCLOUD\",\"V2112016127-POCLOUD\",\"V2112016363-POCLOUD\",\"V2112016185-POCLOUD\",\"V2112016494-POCLOUD\",\"V2112016591-POCLOUD\",\"V2112016211-POCLOUD\",\"V2112016293-POCLOUD\",\"V2112016564-POCLOUD\",\"V2112016453-POCLOUD\",\"V2112016377-POCLOUD\",\"V2112016561-POCLOUD\",\"V2112016340-POCLOUD\",\"V2112016500-POCLOUD\",\"V2112016431-POCLOUD\",\"V2112016132-POCLOUD\",\"V2112016145-POCLOUD\",\"V2112016396-POCLOUD\",\"V2112016195-POCLOUD\",\"V2112016531-POCLOUD\",\"V2112016554-POCLOUD\",\"V2112016239-POCLOUD\",\"V2112016370-POCLOUD\",\"V2112016421-POCLOUD\",\"V2112016315-POCLOUD\",\"V2112016197-POCLOUD\",\"V2112016325-POCLOUD\",\"V2112016594-POCLOUD\",\"V2112016247-POCLOUD\",\"V2112016444-POCLOUD\",\"V2112016472-POCLOUD\",\"V2112016567-POCLOUD\",\"V2112016170-POCLOUD\",\"V2112016535-POCLOUD\",\"V2112016115-POCLOUD\",\"V2112016225-POCLOUD\",\"V2112016383-POCLOUD\",\"V2112016176-POCLOUD\",\"V2112016241-POCLOUD\",\"V2112016507-POCLOUD\",\"V2112016614-POCLOUD\",\"V2112016123-POCLOUD\",\"V2112016380-POCLOUD\",\"V2112016193-POCLOUD\",\"V2112016237-POCLOUD\",\"V2112016528-POCLOUD\",\"V2112016107-POCLOUD\",\"V2112016350-POCLOUD\",\"V2112016437-POCLOUD\",\"V2112016180-POCLOUD\",\"V2112016201-POCLOUD\",\"V2112016118-POCLOUD\",\"V2112016557-POCLOUD\",\"V2112016299-POCLOUD\",\"V2112016427-POCLOUD\",\"V2112016373-POCLOUD\",\"V2112016244-POCLOUD\",\"V2112016414-POCLOUD\",\"V2112016334-POCLOUD\",\"V2112016497-POCLOUD\",\"V2112016166-POCLOUD\",\"V2112016634-POCLOUD\",\"V2112016484-POCLOUD\",\"V2112016620-POCLOUD\",\"V2112016601-POCLOUD\",\"V2112016256-POCLOUD\",\"V2112016286-POCLOUD\",\"V2112016526-POCLOUD\",\"V2112016231-POCLOUD\",\"V2112016441-POCLOUD\",\"V2112016510-POCLOUD\",\"V2112016538-POCLOUD\",\"V2112016575-POCLOUD\",\"V2112016213-POCLOUD\"],\"services\":[\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/JASON-1_L2_OST_GPS_E/\",\"podaac-ops-cumulus-public/JASON-1_L2_OST_GPS_E/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Jason-1+SGDR+version+E+NetCDF\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112016354-POCLOUD\"},{\"concept-id\":\"V2112016217-POCLOUD\"},{\"concept-id\":\"V2112016280-POCLOUD\"},{\"concept-id\":\"V2112016417-POCLOUD\"},{\"concept-id\":\"V2112016469-POCLOUD\"},{\"concept-id\":\"V2112016253-POCLOUD\"},{\"concept-id\":\"V2112016544-POCLOUD\"},{\"concept-id\":\"V2112016130-POCLOUD\"},{\"concept-id\":\"V2112016306-POCLOUD\"},{\"concept-id\":\"V2112016459-POCLOUD\"},{\"concept-id\":\"V2112016235-POCLOUD\"},{\"concept-id\":\"V2112016328-POCLOUD\"},{\"concept-id\":\"V2112016283-POCLOUD\"},{\"concept-id\":\"V2112016164-POCLOUD\"},{\"concept-id\":\"V2112016399-POCLOUD\"},{\"concept-id\":\"V2112016347-POCLOUD\"},{\"concept-id\":\"V2112016203-POCLOUD\"},{\"concept-id\":\"V2112016488-POCLOUD\"},{\"concept-id\":\"V2112016491-POCLOUD\"},{\"concept-id\":\"V2112016168-POCLOUD\"},{\"concept-id\":\"V2112016515-POCLOUD\"},{\"concept-id\":\"V2112016161-POCLOUD\"},{\"concept-id\":\"V2112016626-POCLOUD\"},{\"concept-id\":\"V2112016103-POCLOUD\"},{\"concept-id\":\"V2112016262-POCLOUD\"},{\"concept-id\":\"V2112016521-POCLOUD\"},{\"concept-id\":\"V2112016551-POCLOUD\"},{\"concept-id\":\"V2112016251-POCLOUD\"},{\"concept-id\":\"V2112016357-POCLOUD\"},{\"concept-id\":\"V2112016588-POCLOUD\"},{\"concept-id\":\"V2112016093-POCLOUD\"},{\"concept-id\":\"V2112016289-POCLOUD\"},{\"concept-id\":\"V2112016578-POCLOUD\"},{\"concept-id\":\"V2112016312-POCLOUD\"},{\"concept-id\":\"V2112016465-POCLOUD\"},{\"concept-id\":\"V2112016121-POCLOUD\"},{\"concept-id\":\"V2112016434-POCLOUD\"},{\"concept-id\":\"V2112016581-POCLOUD\"},{\"concept-id\":\"V2112016113-POCLOUD\"},{\"concept-id\":\"V2112016478-POCLOUD\"},{\"concept-id\":\"V2112016424-POCLOUD\"},{\"concept-id\":\"V2112016585-POCLOUD\"},{\"concept-id\":\"V2112016617-POCLOUD\"},{\"concept-id\":\"V2112016229-POCLOUD\"},{\"concept-id\":\"V2112016209-POCLOUD\"},{\"concept-id\":\"V2112016393-POCLOUD\"},{\"concept-id\":\"V2112016138-POCLOUD\"},{\"concept-id\":\"V2112016178-POCLOUD\"},{\"concept-id\":\"V2112016331-POCLOUD\"},{\"concept-id\":\"V2112016389-POCLOUD\"},{\"concept-id\":\"V2112016404-POCLOUD\"},{\"concept-id\":\"V2112016604-POCLOUD\"},{\"concept-id\":\"V2112016227-POCLOUD\"},{\"concept-id\":\"V2112016448-POCLOUD\"},{\"concept-id\":\"V2112016188-POCLOUD\"},{\"concept-id\":\"V2112016215-POCLOUD\"},{\"concept-id\":\"V2112016503-POCLOUD\"},{\"concept-id\":\"V2112016156-POCLOUD\"},{\"concept-id\":\"V2112016100-POCLOUD\"},{\"concept-id\":\"V2112016407-POCLOUD\"},{\"concept-id\":\"V2112016623-POCLOUD\"},{\"concept-id\":\"V2112016219-POCLOUD\"},{\"concept-id\":\"V2112016273-POCLOUD\"},{\"concept-id\":\"V2112016475-POCLOUD\"},{\"concept-id\":\"V2112016481-POCLOUD\"},{\"concept-id\":\"V2112016111-POCLOUD\"},{\"concept-id\":\"V2112016207-POCLOUD\"},{\"concept-id\":\"V2112016608-POCLOUD\"},{\"concept-id\":\"V2112016174-POCLOUD\"},{\"concept-id\":\"V2112016344-POCLOUD\"},{\"concept-id\":\"V2112016411-POCLOUD\"},{\"concept-id\":\"V2112016172-POCLOUD\"},{\"concept-id\":\"V2112016541-POCLOUD\"},{\"concept-id\":\"V2112016571-POCLOUD\"},{\"concept-id\":\"V2112016223-POCLOUD\"},{\"concept-id\":\"V2112016296-POCLOUD\"},{\"concept-id\":\"V2112016318-POCLOUD\"},{\"concept-id\":\"V2112016191-POCLOUD\"},{\"concept-id\":\"V2112016547-POCLOUD\"},{\"concept-id\":\"V2112016221-POCLOUD\"},{\"concept-id\":\"V2112016611-POCLOUD\"},{\"concept-id\":\"V2112016337-POCLOUD\"},{\"concept-id\":\"V2112016303-POCLOUD\"},{\"concept-id\":\"V2112016321-POCLOUD\"},{\"concept-id\":\"V2112016366-POCLOUD\"},{\"concept-id\":\"V2112016125-POCLOUD\"},{\"concept-id\":\"V2112016199-POCLOUD\"},{\"concept-id\":\"V2112016309-POCLOUD\"},{\"concept-id\":\"V2112016638-POCLOUD\"},{\"concept-id\":\"V2112016233-POCLOUD\"},{\"concept-id\":\"V2112016151-POCLOUD\"},{\"concept-id\":\"V2112016277-POCLOUD\"},{\"concept-id\":\"V2112016598-POCLOUD\"},{\"concept-id\":\"V2112016630-POCLOUD\"},{\"concept-id\":\"V2112016456-POCLOUD\"},{\"concept-id\":\"V2112016159-POCLOUD\"},{\"concept-id\":\"V2112016205-POCLOUD\"},{\"concept-id\":\"V2112016096-POCLOUD\"},{\"concept-id\":\"V2112016127-POCLOUD\"},{\"concept-id\":\"V2112016363-POCLOUD\"},{\"concept-id\":\"V2112016185-POCLOUD\"},{\"concept-id\":\"V2112016494-POCLOUD\"},{\"concept-id\":\"V2112016591-POCLOUD\"},{\"concept-id\":\"V2112016211-POCLOUD\"},{\"concept-id\":\"V2112016293-POCLOUD\"},{\"concept-id\":\"V2112016564-POCLOUD\"},{\"concept-id\":\"V2112016453-POCLOUD\"},{\"concept-id\":\"V2112016377-POCLOUD\"},{\"concept-id\":\"V2112016561-POCLOUD\"},{\"concept-id\":\"V2112016340-POCLOUD\"},{\"concept-id\":\"V2112016500-POCLOUD\"},{\"concept-id\":\"V2112016431-POCLOUD\"},{\"concept-id\":\"V2112016132-POCLOUD\"},{\"concept-id\":\"V2112016145-POCLOUD\"},{\"concept-id\":\"V2112016396-POCLOUD\"},{\"concept-id\":\"V2112016195-POCLOUD\"},{\"concept-id\":\"V2112016531-POCLOUD\"},{\"concept-id\":\"V2112016554-POCLOUD\"},{\"concept-id\":\"V2112016239-POCLOUD\"},{\"concept-id\":\"V2112016370-POCLOUD\"},{\"concept-id\":\"V2112016421-POCLOUD\"},{\"concept-id\":\"V2112016315-POCLOUD\"},{\"concept-id\":\"V2112016197-POCLOUD\"},{\"concept-id\":\"V2112016325-POCLOUD\"},{\"concept-id\":\"V2112016594-POCLOUD\"},{\"concept-id\":\"V2112016247-POCLOUD\"},{\"concept-id\":\"V2112016444-POCLOUD\"},{\"concept-id\":\"V2112016472-POCLOUD\"},{\"concept-id\":\"V2112016567-POCLOUD\"},{\"concept-id\":\"V2112016170-POCLOUD\"},{\"concept-id\":\"V2112016535-POCLOUD\"},{\"concept-id\":\"V2112016115-POCLOUD\"},{\"concept-id\":\"V2112016225-POCLOUD\"},{\"concept-id\":\"V2112016383-POCLOUD\"},{\"concept-id\":\"V2112016176-POCLOUD\"},{\"concept-id\":\"V2112016241-POCLOUD\"},{\"concept-id\":\"V2112016507-POCLOUD\"},{\"concept-id\":\"V2112016614-POCLOUD\"},{\"concept-id\":\"V2112016123-POCLOUD\"},{\"concept-id\":\"V2112016380-POCLOUD\"},{\"concept-id\":\"V2112016193-POCLOUD\"},{\"concept-id\":\"V2112016237-POCLOUD\"},{\"concept-id\":\"V2112016528-POCLOUD\"},{\"concept-id\":\"V2112016107-POCLOUD\"},{\"concept-id\":\"V2112016350-POCLOUD\"},{\"concept-id\":\"V2112016437-POCLOUD\"},{\"concept-id\":\"V2112016180-POCLOUD\"},{\"concept-id\":\"V2112016201-POCLOUD\"},{\"concept-id\":\"V2112016118-POCLOUD\"},{\"concept-id\":\"V2112016557-POCLOUD\"},{\"concept-id\":\"V2112016299-POCLOUD\"},{\"concept-id\":\"V2112016427-POCLOUD\"},{\"concept-id\":\"V2112016373-POCLOUD\"},{\"concept-id\":\"V2112016244-POCLOUD\"},{\"concept-id\":\"V2112016414-POCLOUD\"},{\"concept-id\":\"V2112016334-POCLOUD\"},{\"concept-id\":\"V2112016497-POCLOUD\"},{\"concept-id\":\"V2112016166-POCLOUD\"},{\"concept-id\":\"V2112016634-POCLOUD\"},{\"concept-id\":\"V2112016484-POCLOUD\"},{\"concept-id\":\"V2112016620-POCLOUD\"},{\"concept-id\":\"V2112016601-POCLOUD\"},{\"concept-id\":\"V2112016256-POCLOUD\"},{\"concept-id\":\"V2112016286-POCLOUD\"},{\"concept-id\":\"V2112016526-POCLOUD\"},{\"concept-id\":\"V2112016231-POCLOUD\"},{\"concept-id\":\"V2112016441-POCLOUD\"},{\"concept-id\":\"V2112016510-POCLOUD\"},{\"concept-id\":\"V2112016538-POCLOUD\"},{\"concept-id\":\"V2112016575-POCLOUD\"},{\"concept-id\":\"V2112016213-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1940472420-POCLOUD\",\"revision-date\":\"2022-10-04T01:32:18.795Z\",\"granule-count\":92126,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"SeriesName\":\"Jason-1 + SGDR netCDF\",\"Version\":\"E\",\"Title\":\"JASON-1_SGDR_NETCDF\",\"Creator\":\"JASON-1\",\"Publisher\":\"JASON-1\",\"ReleaseDate\":\"2015-10-08T00:00:00.000Z\",\"OtherCitationDetails\":\"JASON-1, + JASON-1, 2015-10-08, Jason-1 SGDR version E NetCDF, N/A\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-01-15T06:07:06.081Z\",\"DataType\":\"DATETIME\",\"Name\":\"earliest_granule_start_time\"},{\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2012-03-03T12:59:11.002Z\",\"DataType\":\"DATETIME\",\"Name\":\"latest_granule_end_time\"},{\"Description\":\"Dataset + citation series name\",\"Value\":\"Jason-1 SGDR netCDF\",\"DataType\":\"STRING\",\"Name\":\"Series + Name\"},{\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-J1GPS-NC00E\",\"DataType\":\"STRING\",\"Name\":\"Persistent + ID\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":0.0,\"NumberOfOrbits\":1,\"InclinationAngle\":66.04,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":112.43},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":-66.15,\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":66.15}]}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SEA SURFACE HEIGHT\",\"Term\":\"SEA SURFACE + TOPOGRAPHY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH SCIENCE\",\"VariableLevel1\":\"SIGNIFICANT + WAVE HEIGHT\",\"Term\":\"OCEAN WAVES\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"EndingDateTime\":\"2012-03-03T12:59:12.000Z\",\"BeginningDateTime\":\"2002-01-14T12:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Native record does not contain a DOI.\"},\"ShortName\":\"JASON-1_L2_OST_GPS_E\",\"EntryTitle\":\"Jason-1 + SGDR version E NetCDF\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"N/A\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/JASON-1_L2_OST_GPS_E/\",\"podaac-ops-cumulus-public/JASON-1_L2_OST_GPS_E/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/JASON-1_L2_OST_GPS_E.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Jason-1 maneuvers\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_maneuver.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Jason-1 safeholds and known data outages\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_safehold.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Jason-1 cycle start list\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_cyclelist.txt\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Jason-1 User Guide\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/Handbook_Jason-1_v5.1_April2016.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"Browse + and download granules over HTTPS using the virtual directories\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C1940472420-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C1940472420-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2014-03-17T18:52:11.193Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-04-28T05:01:46.000Z\"}],\"Abstract\":\"The + Sensory Geophysical Data Record (SGDR) files contain full accuracy altimeter + data, with a high precision orbit (accuracy ~1.5 cm). The instruments on Jason-1 + make direct observations of the following quantities: altimeter range, significant + wave height, ocean radar backscatter cross-section (a measure of wind speed), + ionospheric electron content (derived by a simple formula), tropospheric water + content, mean sea surface, and position relative to the GPS satellite constellation. + The SGDR contain all relevant corrections needed to calculate the sea surface + height. It also contains the 20Hz waveforms that are required for retracking. + \ The SGDR is an expert level product, if you do not require the waveforms + then the GDR/GPN or GPR will be more suited for your needs.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\",\"DetailedLocation\":\"N/A\"}],\"MetadataDates\":[{\"Type\":\"UPDATE\",\"Date\":\"2020-12-22T16:55:37.271Z\"}],\"Version\":\"E\",\"Projects\":[{\"LongName\":\"Jason-1\",\"ShortName\":\"JASON-1\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"Jason-1\"},{\"ContactPersons\":[{\"FirstName\":\"Jessica\",\"Roles\":[\"Technical + Contact\"],\"LastName\":\"Hausman\",\"MiddleName\":\"none\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-4588\"},{\"Type\":\"Email\",\"Value\":\"Jessica.K.Hausman@jpl.nasa.gov\"}]}}],\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\"},{\"ContactGroups\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\",\"URLContentType\":\"DataContactURL\"}]},\"GroupName\":\"Help + Desk\",\"Roles\":[\"Data Center Contact\"]}],\"ContactInformation\":{\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"10 + Day\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"Turbo + Rouge Space Receiver\",\"ShortName\":\"TRSR\"},{\"LongName\":\"Doppler Orbitography + and Radiopositioning Integrated by Satellite\",\"Characteristics\":[{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"0.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"DORIS\"},{\"LongName\":\"JASON-1 + MICROWAVE RADIOMETER\",\"Characteristics\":[{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"22.9\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"JASON-1 + Microwave Radiometer\"},{\"LongName\":\"JASON-1 RADAR ALTIMETER\",\"ShortName\":\"POSEIDON-2\"}],\"LongName\":\"JASON-1\",\"Characteristics\":[{\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"112.43\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.04\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"JASON-1\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":4,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2520425474-POCLOUD\",\"V2520424732-POCLOUD\",\"V2520425464-POCLOUD\",\"V2520425372-POCLOUD\",\"V2520424630-POCLOUD\",\"V2520424890-POCLOUD\",\"V2520424789-POCLOUD\",\"V2520425232-POCLOUD\",\"V2520424868-POCLOUD\",\"V2520424677-POCLOUD\",\"V2520425349-POCLOUD\",\"V2520425484-POCLOUD\",\"V2520425457-POCLOUD\",\"V2520424617-POCLOUD\",\"V2520424901-POCLOUD\",\"V2520424981-POCLOUD\",\"V2520424966-POCLOUD\",\"V2520425426-POCLOUD\",\"V2520424822-POCLOUD\",\"V2520424862-POCLOUD\",\"V2520425010-POCLOUD\",\"V2520424670-POCLOUD\",\"V2520425055-POCLOUD\",\"V2520425209-POCLOUD\",\"V2520424959-POCLOUD\",\"V2520425149-POCLOUD\",\"V2520424757-POCLOUD\",\"V2520424938-POCLOUD\",\"V2520425445-POCLOUD\",\"V2520425109-POCLOUD\",\"V2520424726-POCLOUD\",\"V2520424921-POCLOUD\",\"V2520425142-POCLOUD\",\"V2520424806-POCLOUD\",\"V2520425354-POCLOUD\",\"V2520425000-POCLOUD\",\"V2520425254-POCLOUD\",\"V2520425078-POCLOUD\",\"V2520425603-POCLOUD\",\"V2520424943-POCLOUD\",\"V2520424583-POCLOUD\",\"V2520425572-POCLOUD\",\"V2520424559-POCLOUD\",\"V2520425542-POCLOUD\",\"V2520425181-POCLOUD\",\"V2520425535-POCLOUD\",\"V2520425469-POCLOUD\",\"V2520424663-POCLOUD\",\"V2520425560-POCLOUD\",\"V2520425249-POCLOUD\",\"V2520425554-POCLOUD\",\"V2520425360-POCLOUD\",\"V2520424593-POCLOUD\",\"V2520424604-POCLOUD\",\"V2520425629-POCLOUD\",\"V2520425089-POCLOUD\",\"V2520425326-POCLOUD\",\"V2520425548-POCLOUD\",\"V2520424610-POCLOUD\",\"V2520425590-POCLOUD\",\"V2520425045-POCLOUD\",\"V2520425421-POCLOUD\",\"V2520425521-POCLOUD\",\"V2520424876-POCLOUD\",\"V2520424656-POCLOUD\",\"V2520425339-POCLOUD\",\"V2520425366-POCLOUD\",\"V2520425440-POCLOUD\",\"V2520425397-POCLOUD\",\"V2520425566-POCLOUD\",\"V2520425634-POCLOUD\",\"V2520425039-POCLOUD\",\"V2520425243-POCLOUD\",\"V2520425491-POCLOUD\",\"V2520424712-POCLOUD\",\"V2520425577-POCLOUD\",\"V2520425028-POCLOUD\",\"V2520424702-POCLOUD\",\"V2520425622-POCLOUD\",\"V2520425514-POCLOUD\",\"V2520424695-POCLOUD\",\"V2520424572-POCLOUD\",\"V2520424909-POCLOUD\",\"V2520424930-POCLOUD\",\"V2520424952-POCLOUD\",\"V2520425290-POCLOUD\",\"V2520425238-POCLOUD\",\"V2520424555-POCLOUD\",\"V2520425190-POCLOUD\",\"V2520424588-POCLOUD\",\"V2520425272-POCLOUD\",\"V2520425345-POCLOUD\",\"V2520425033-POCLOUD\",\"V2520425284-POCLOUD\",\"V2520425500-POCLOUD\",\"V2520425196-POCLOUD\",\"V2520425129-POCLOUD\",\"V2520425066-POCLOUD\",\"V2520424947-POCLOUD\",\"V2520425296-POCLOUD\",\"V2520424994-POCLOUD\",\"V2520425214-POCLOUD\",\"V2520425277-POCLOUD\",\"V2520424741-POCLOUD\",\"V2520425072-POCLOUD\",\"V2520425409-POCLOUD\",\"V2520424916-POCLOUD\",\"V2520425123-POCLOUD\",\"V2520425135-POCLOUD\",\"V2520425615-POCLOUD\",\"V2520425640-POCLOUD\",\"V2520424636-POCLOUD\",\"V2520425004-POCLOUD\",\"V2520425379-POCLOUD\",\"V2520425219-POCLOUD\",\"V2520424797-POCLOUD\",\"V2520425168-POCLOUD\",\"V2520425225-POCLOUD\",\"V2520425155-POCLOUD\",\"V2520424813-POCLOUD\",\"V2520424689-POCLOUD\",\"V2520425266-POCLOUD\",\"V2520425403-POCLOUD\",\"V2520425320-POCLOUD\",\"V2520425391-POCLOUD\",\"V2520425506-POCLOUD\",\"V2520424566-POCLOUD\",\"V2520425309-POCLOUD\",\"V2520424782-POCLOUD\",\"V2520424764-POCLOUD\",\"V2520425050-POCLOUD\",\"V2520425415-POCLOUD\",\"V2520424772-POCLOUD\",\"V2520424578-POCLOUD\",\"V2520424624-POCLOUD\",\"V2520425202-POCLOUD\",\"V2520425260-POCLOUD\",\"V2520425175-POCLOUD\",\"V2520425103-POCLOUD\",\"V2520425016-POCLOUD\",\"V2520425583-POCLOUD\",\"V2520425531-POCLOUD\",\"V2520424973-POCLOUD\",\"V2520425497-POCLOUD\",\"V2520424837-POCLOUD\",\"V2520424751-POCLOUD\",\"V2520424830-POCLOUD\",\"V2520425608-POCLOUD\",\"V2520424644-POCLOUD\",\"V2520424882-POCLOUD\",\"V2520424718-POCLOUD\",\"V2520425479-POCLOUD\",\"V2520425385-POCLOUD\",\"V2520425434-POCLOUD\",\"V2520425314-POCLOUD\",\"V2520424988-POCLOUD\",\"V2520425115-POCLOUD\",\"V2520424845-POCLOUD\",\"V2520425162-POCLOUD\",\"V2520425083-POCLOUD\",\"V2520424549-POCLOUD\",\"V2520425333-POCLOUD\",\"V2520425304-POCLOUD\",\"V2520424853-POCLOUD\",\"V2520424599-POCLOUD\",\"V2520424686-POCLOUD\",\"V2520424649-POCLOUD\",\"V2520425596-POCLOUD\",\"V2520425096-POCLOUD\",\"V2520425451-POCLOUD\",\"V2520425022-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/JASON-1_L2_OST_GPS_E_GEODETIC/\",\"podaac-ops-cumulus-public/JASON-1_L2_OST_GPS_E_GEODETIC/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Jason-1+SGDR+version+E+NetCDF+Geodetic\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2520425474-POCLOUD\"},{\"concept-id\":\"V2520424732-POCLOUD\"},{\"concept-id\":\"V2520425464-POCLOUD\"},{\"concept-id\":\"V2520425372-POCLOUD\"},{\"concept-id\":\"V2520424630-POCLOUD\"},{\"concept-id\":\"V2520424890-POCLOUD\"},{\"concept-id\":\"V2520424789-POCLOUD\"},{\"concept-id\":\"V2520425232-POCLOUD\"},{\"concept-id\":\"V2520424868-POCLOUD\"},{\"concept-id\":\"V2520424677-POCLOUD\"},{\"concept-id\":\"V2520425349-POCLOUD\"},{\"concept-id\":\"V2520425484-POCLOUD\"},{\"concept-id\":\"V2520425457-POCLOUD\"},{\"concept-id\":\"V2520424617-POCLOUD\"},{\"concept-id\":\"V2520424901-POCLOUD\"},{\"concept-id\":\"V2520424981-POCLOUD\"},{\"concept-id\":\"V2520424966-POCLOUD\"},{\"concept-id\":\"V2520425426-POCLOUD\"},{\"concept-id\":\"V2520424822-POCLOUD\"},{\"concept-id\":\"V2520424862-POCLOUD\"},{\"concept-id\":\"V2520425010-POCLOUD\"},{\"concept-id\":\"V2520424670-POCLOUD\"},{\"concept-id\":\"V2520425055-POCLOUD\"},{\"concept-id\":\"V2520425209-POCLOUD\"},{\"concept-id\":\"V2520424959-POCLOUD\"},{\"concept-id\":\"V2520425149-POCLOUD\"},{\"concept-id\":\"V2520424757-POCLOUD\"},{\"concept-id\":\"V2520424938-POCLOUD\"},{\"concept-id\":\"V2520425445-POCLOUD\"},{\"concept-id\":\"V2520425109-POCLOUD\"},{\"concept-id\":\"V2520424726-POCLOUD\"},{\"concept-id\":\"V2520424921-POCLOUD\"},{\"concept-id\":\"V2520425142-POCLOUD\"},{\"concept-id\":\"V2520424806-POCLOUD\"},{\"concept-id\":\"V2520425354-POCLOUD\"},{\"concept-id\":\"V2520425000-POCLOUD\"},{\"concept-id\":\"V2520425254-POCLOUD\"},{\"concept-id\":\"V2520425078-POCLOUD\"},{\"concept-id\":\"V2520425603-POCLOUD\"},{\"concept-id\":\"V2520424943-POCLOUD\"},{\"concept-id\":\"V2520424583-POCLOUD\"},{\"concept-id\":\"V2520425572-POCLOUD\"},{\"concept-id\":\"V2520424559-POCLOUD\"},{\"concept-id\":\"V2520425542-POCLOUD\"},{\"concept-id\":\"V2520425181-POCLOUD\"},{\"concept-id\":\"V2520425535-POCLOUD\"},{\"concept-id\":\"V2520425469-POCLOUD\"},{\"concept-id\":\"V2520424663-POCLOUD\"},{\"concept-id\":\"V2520425560-POCLOUD\"},{\"concept-id\":\"V2520425249-POCLOUD\"},{\"concept-id\":\"V2520425554-POCLOUD\"},{\"concept-id\":\"V2520425360-POCLOUD\"},{\"concept-id\":\"V2520424593-POCLOUD\"},{\"concept-id\":\"V2520424604-POCLOUD\"},{\"concept-id\":\"V2520425629-POCLOUD\"},{\"concept-id\":\"V2520425089-POCLOUD\"},{\"concept-id\":\"V2520425326-POCLOUD\"},{\"concept-id\":\"V2520425548-POCLOUD\"},{\"concept-id\":\"V2520424610-POCLOUD\"},{\"concept-id\":\"V2520425590-POCLOUD\"},{\"concept-id\":\"V2520425045-POCLOUD\"},{\"concept-id\":\"V2520425421-POCLOUD\"},{\"concept-id\":\"V2520425521-POCLOUD\"},{\"concept-id\":\"V2520424876-POCLOUD\"},{\"concept-id\":\"V2520424656-POCLOUD\"},{\"concept-id\":\"V2520425339-POCLOUD\"},{\"concept-id\":\"V2520425366-POCLOUD\"},{\"concept-id\":\"V2520425440-POCLOUD\"},{\"concept-id\":\"V2520425397-POCLOUD\"},{\"concept-id\":\"V2520425566-POCLOUD\"},{\"concept-id\":\"V2520425634-POCLOUD\"},{\"concept-id\":\"V2520425039-POCLOUD\"},{\"concept-id\":\"V2520425243-POCLOUD\"},{\"concept-id\":\"V2520425491-POCLOUD\"},{\"concept-id\":\"V2520424712-POCLOUD\"},{\"concept-id\":\"V2520425577-POCLOUD\"},{\"concept-id\":\"V2520425028-POCLOUD\"},{\"concept-id\":\"V2520424702-POCLOUD\"},{\"concept-id\":\"V2520425622-POCLOUD\"},{\"concept-id\":\"V2520425514-POCLOUD\"},{\"concept-id\":\"V2520424695-POCLOUD\"},{\"concept-id\":\"V2520424572-POCLOUD\"},{\"concept-id\":\"V2520424909-POCLOUD\"},{\"concept-id\":\"V2520424930-POCLOUD\"},{\"concept-id\":\"V2520424952-POCLOUD\"},{\"concept-id\":\"V2520425290-POCLOUD\"},{\"concept-id\":\"V2520425238-POCLOUD\"},{\"concept-id\":\"V2520424555-POCLOUD\"},{\"concept-id\":\"V2520425190-POCLOUD\"},{\"concept-id\":\"V2520424588-POCLOUD\"},{\"concept-id\":\"V2520425272-POCLOUD\"},{\"concept-id\":\"V2520425345-POCLOUD\"},{\"concept-id\":\"V2520425033-POCLOUD\"},{\"concept-id\":\"V2520425284-POCLOUD\"},{\"concept-id\":\"V2520425500-POCLOUD\"},{\"concept-id\":\"V2520425196-POCLOUD\"},{\"concept-id\":\"V2520425129-POCLOUD\"},{\"concept-id\":\"V2520425066-POCLOUD\"},{\"concept-id\":\"V2520424947-POCLOUD\"},{\"concept-id\":\"V2520425296-POCLOUD\"},{\"concept-id\":\"V2520424994-POCLOUD\"},{\"concept-id\":\"V2520425214-POCLOUD\"},{\"concept-id\":\"V2520425277-POCLOUD\"},{\"concept-id\":\"V2520424741-POCLOUD\"},{\"concept-id\":\"V2520425072-POCLOUD\"},{\"concept-id\":\"V2520425409-POCLOUD\"},{\"concept-id\":\"V2520424916-POCLOUD\"},{\"concept-id\":\"V2520425123-POCLOUD\"},{\"concept-id\":\"V2520425135-POCLOUD\"},{\"concept-id\":\"V2520425615-POCLOUD\"},{\"concept-id\":\"V2520425640-POCLOUD\"},{\"concept-id\":\"V2520424636-POCLOUD\"},{\"concept-id\":\"V2520425004-POCLOUD\"},{\"concept-id\":\"V2520425379-POCLOUD\"},{\"concept-id\":\"V2520425219-POCLOUD\"},{\"concept-id\":\"V2520424797-POCLOUD\"},{\"concept-id\":\"V2520425168-POCLOUD\"},{\"concept-id\":\"V2520425225-POCLOUD\"},{\"concept-id\":\"V2520425155-POCLOUD\"},{\"concept-id\":\"V2520424813-POCLOUD\"},{\"concept-id\":\"V2520424689-POCLOUD\"},{\"concept-id\":\"V2520425266-POCLOUD\"},{\"concept-id\":\"V2520425403-POCLOUD\"},{\"concept-id\":\"V2520425320-POCLOUD\"},{\"concept-id\":\"V2520425391-POCLOUD\"},{\"concept-id\":\"V2520425506-POCLOUD\"},{\"concept-id\":\"V2520424566-POCLOUD\"},{\"concept-id\":\"V2520425309-POCLOUD\"},{\"concept-id\":\"V2520424782-POCLOUD\"},{\"concept-id\":\"V2520424764-POCLOUD\"},{\"concept-id\":\"V2520425050-POCLOUD\"},{\"concept-id\":\"V2520425415-POCLOUD\"},{\"concept-id\":\"V2520424772-POCLOUD\"},{\"concept-id\":\"V2520424578-POCLOUD\"},{\"concept-id\":\"V2520424624-POCLOUD\"},{\"concept-id\":\"V2520425202-POCLOUD\"},{\"concept-id\":\"V2520425260-POCLOUD\"},{\"concept-id\":\"V2520425175-POCLOUD\"},{\"concept-id\":\"V2520425103-POCLOUD\"},{\"concept-id\":\"V2520425016-POCLOUD\"},{\"concept-id\":\"V2520425583-POCLOUD\"},{\"concept-id\":\"V2520425531-POCLOUD\"},{\"concept-id\":\"V2520424973-POCLOUD\"},{\"concept-id\":\"V2520425497-POCLOUD\"},{\"concept-id\":\"V2520424837-POCLOUD\"},{\"concept-id\":\"V2520424751-POCLOUD\"},{\"concept-id\":\"V2520424830-POCLOUD\"},{\"concept-id\":\"V2520425608-POCLOUD\"},{\"concept-id\":\"V2520424644-POCLOUD\"},{\"concept-id\":\"V2520424882-POCLOUD\"},{\"concept-id\":\"V2520424718-POCLOUD\"},{\"concept-id\":\"V2520425479-POCLOUD\"},{\"concept-id\":\"V2520425385-POCLOUD\"},{\"concept-id\":\"V2520425434-POCLOUD\"},{\"concept-id\":\"V2520425314-POCLOUD\"},{\"concept-id\":\"V2520424988-POCLOUD\"},{\"concept-id\":\"V2520425115-POCLOUD\"},{\"concept-id\":\"V2520424845-POCLOUD\"},{\"concept-id\":\"V2520425162-POCLOUD\"},{\"concept-id\":\"V2520425083-POCLOUD\"},{\"concept-id\":\"V2520424549-POCLOUD\"},{\"concept-id\":\"V2520425333-POCLOUD\"},{\"concept-id\":\"V2520425304-POCLOUD\"},{\"concept-id\":\"V2520424853-POCLOUD\"},{\"concept-id\":\"V2520424599-POCLOUD\"},{\"concept-id\":\"V2520424686-POCLOUD\"},{\"concept-id\":\"V2520424649-POCLOUD\"},{\"concept-id\":\"V2520425596-POCLOUD\"},{\"concept-id\":\"V2520425096-POCLOUD\"},{\"concept-id\":\"V2520425451-POCLOUD\"},{\"concept-id\":\"V2520425022-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2491731831-POCLOUD\",\"revision-date\":\"2023-01-12T23:16:50.902Z\",\"granule-count\":10030,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"CollectionCitations\":[{\"Creator\":\"JASON-1\",\"OtherCitationDetails\":\"JASON-1, + JASON-1, 2015-10-08, Jason-1 SGDR version E NetCDF Geodetic, N/A\",\"Publisher\":\"JASON-1\",\"ReleaseDate\":\"2015-10-08T00:00:00.000Z\",\"ReleasePlace\":\"JPL\",\"SeriesName\":\"Jason-1 + SGDR netCDF Geodetic\",\"Title\":\"JASON-1_L2_OST_GPS_E_GEODETIC\",\"Version\":\"E\"}],\"AdditionalAttributes\":[{\"DataType\":\"DATETIME\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Name\":\"earliest_granule_start_time\",\"Value\":\"2012-05-07T16:00:01.072Z\"},{\"DataType\":\"DATETIME\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Name\":\"latest_granule_end_time\",\"Value\":\"2013-06-21T00:56:54.014Z\"},{\"DataType\":\"STRING\",\"Description\":\"Dataset + citation series name\",\"Name\":\"Series Name\",\"Value\":\"Jason-1 SGDR netCDF + Geodetic\"},{\"DataType\":\"STRING\",\"Description\":\"Dataset Persistent + ID\",\"Name\":\"Persistent ID\",\"Value\":\"PODAAC-J1GPS-NCG0E\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":66.15,\"SouthBoundingCoordinate\":-66.15,\"WestBoundingCoordinate\":-180}],\"CoordinateSystem\":\"CARTESIAN\"}},\"OrbitParameters\":{\"InclinationAngle\":66.15,\"NumberOfOrbits\":1,\"SwathWidth\":0.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":99999.0},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN WAVES\",\"Topic\":\"OCEANS\",\"VariableLevel1\":\"SIGNIFICANT + WAVE HEIGHT\"},{\"Category\":\"EARTH SCIENCE\",\"Term\":\"SEA SURFACE TOPOGRAPHY\",\"Topic\":\"OCEANS\",\"VariableLevel1\":\"SEA + SURFACE HEIGHT\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-05-07T16:00:00.000Z\",\"EndingDateTime\":\"2013-06-21T00:56:55.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"MissingReason\":\"Not + Applicable\",\"Explanation\":\"Native record does not contain a DOI.\"},\"ShortName\":\"JASON-1_L2_OST_GPS_E_GEODETIC\",\"EntryTitle\":\"Jason-1 + SGDR version E NetCDF Geodetic\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"N/A\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/JASON-1_L2_OST_GPS_E_GEODETIC/\",\"podaac-ops-cumulus-public/JASON-1_L2_OST_GPS_E_GEODETIC/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Jason-1 + cycle start list\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"Type\":\"VIEW RELATED + INFORMATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_cyclelist.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Jason-1 + maneuvers\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_maneuver.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Jason-1 + User Guide\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/Handbook_Jason-1_v5.1_April2016.pdf\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"Thumbnail\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/JASON-1_L2_OST_GPS_E_GEODETIC.jpg\",\"URLContentType\":\"VisualizationURL\"},{\"Description\":\"Jason-1 + safeholds and known data outages\",\"Subtype\":\"ANOMALIES\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/docs/j1_safehold.txt\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"PO.DAAC + Drive\",\"GetData\":{\"Format\":\"Not provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"KB\"},\"Subtype\":\"DIRECT + DOWNLOAD\",\"Type\":\"GET DATA\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason1/open/L2/sgdr_netcdf_e_geodetic/docs/Handbook_Jason-1_v5.1_April2016.pdf\",\"URLContentType\":\"DistributionURL\"},{\"Description\":\"Data + Use and Citation Policy \",\"Subtype\":\"DATA CITATION POLICY\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\",\"URLContentType\":\"PublicationURL\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2491731831-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2491731831-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Date\":\"2014-03-17T21:31:56.377Z\",\"Type\":\"CREATE\"},{\"Date\":\"2017-04-28T05:01:46.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Sensory Geophysical Data Record (SGDR) files from the Geodetic Mission contain + full accuracy altimeter data, with a high precision orbit. The instruments + on Jason-1 make direct observations of the following quantities: altimeter + range, significant wave height, ocean radar backscatter cross-section (a measure + of wind speed), ionospheric electron content (derived by a simple formula), + tropospheric water content, mean sea surface, and position relative to the + GPS satellite constellation. The SGDR contain all relevant corrections needed + to calculate the sea surface height. It also contains the 20Hz waveforms that + are required for retracking. The SGDR is an expert level product, if you + do not require the waveforms then the GDR will be more suited for your needs.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"DetailedLocation\":\"N/A\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Date\":\"2020-11-09T21:47:54.383Z\",\"Type\":\"UPDATE\"}],\"Version\":\"E\",\"Projects\":[{\"LongName\":\"Jason-1\",\"ShortName\":\"JASON-1\"}],\"UseConstraints\":{\"LicenseURL\":{\"Description\":\"License + URL for data use policy\",\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"MimeType\":\"text/html\",\"Name\":\"Data + Use Policy\"}},\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"Jason-1\"},{\"ContactPersons\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"818-354-4588\"},{\"Type\":\"Email\",\"Value\":\"Jessica.K.Hausman@jpl.nasa.gov\"}]},\"FirstName\":\"Jessica\",\"LastName\":\"Hausman\",\"MiddleName\":\"none\",\"Roles\":[\"Technical + Contact\"]}],\"LongName\":\"Physical Oceanography Distributed Active Archive + Center, Jet Propulsion Laboratory, NASA\",\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"11 + Day\"],\"Platforms\":[{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Name\":\"OrbitPeriod\",\"Unit\":\"Minutes\",\"Value\":\"99999.0\"},{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Name\":\"InclinationAngle\",\"Unit\":\"Degrees\",\"Value\":\"66.15\"}],\"Instruments\":[{\"LongName\":\"Turbo + Rouge Space Receiver\",\"ShortName\":\"TRSR\"},{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"0.0\"}],\"LongName\":\"Doppler + Orbitography and Radiopositioning Integrated by Satellite\",\"ShortName\":\"DORIS\"},{\"Characteristics\":[{\"DataType\":\"FLOAT\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Name\":\"SwathWidth\",\"Unit\":\"Kilometers\",\"Value\":\"22.9\"}],\"LongName\":\"JASON-1 + MICROWAVE RADIOMETER\",\"ShortName\":\"JASON-1 Microwave Radiometer\"},{\"LongName\":\"JASON-1 + RADAR ALTIMETER\",\"ShortName\":\"POSEIDON-2\"}],\"LongName\":\"Jason-1 Geodetic\",\"ShortName\":\"Jason-1 + Geodetic\",\"Type\":\"Earth Observation Satellites\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2226056823-POCLOUD\",\"V2226056762-POCLOUD\",\"V2226056655-POCLOUD\",\"V2226056730-POCLOUD\",\"V2226056671-POCLOUD\",\"V2226056651-POCLOUD\",\"V2226056653-POCLOUD\",\"V2226056682-POCLOUD\",\"V2226056748-POCLOUD\",\"V2226056676-POCLOUD\",\"V2226056667-POCLOUD\",\"V2226058066-POCLOUD\",\"V2226056663-POCLOUD\",\"V2226056810-POCLOUD\",\"V2226058054-POCLOUD\",\"V2226058051-POCLOUD\",\"V2226058064-POCLOUD\",\"V2226058035-POCLOUD\",\"V2226056665-POCLOUD\",\"V2226058061-POCLOUD\",\"V2226056703-POCLOUD\",\"V2226056738-POCLOUD\",\"V2226056722-POCLOUD\",\"V2226056716-POCLOUD\",\"V2226056783-POCLOUD\",\"V2226056659-POCLOUD\",\"V2226056817-POCLOUD\",\"V2226056803-POCLOUD\",\"V2226056687-POCLOUD\",\"V2226056657-POCLOUD\",\"V2226056661-POCLOUD\",\"V2226058048-POCLOUD\",\"V2226056779-POCLOUD\",\"V2226056790-POCLOUD\",\"V2226056774-POCLOUD\",\"V2226056699-POCLOUD\",\"V2226058040-POCLOUD\",\"V2226056757-POCLOUD\",\"V2226056693-POCLOUD\",\"V2226058046-POCLOUD\",\"V2226056752-POCLOUD\",\"V2226056768-POCLOUD\",\"V2226056743-POCLOUD\",\"V2226056795-POCLOUD\",\"V2226058056-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/JASON_3_L2_OST_OGDR_GPS/\",\"podaac-ops-cumulus-public/JASON_3_L2_OST_OGDR_GPS/\"],\"has-spatial-subsetting\":true,\"native-id\":\"Jason-3+GPS+based+orbit+and+SSHA+OGDR\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2226056823-POCLOUD\"},{\"concept-id\":\"V2226056762-POCLOUD\"},{\"concept-id\":\"V2226056655-POCLOUD\"},{\"concept-id\":\"V2226056730-POCLOUD\"},{\"concept-id\":\"V2226056671-POCLOUD\"},{\"concept-id\":\"V2226056651-POCLOUD\"},{\"concept-id\":\"V2226056653-POCLOUD\"},{\"concept-id\":\"V2226056682-POCLOUD\"},{\"concept-id\":\"V2226056748-POCLOUD\"},{\"concept-id\":\"V2226056676-POCLOUD\"},{\"concept-id\":\"V2226056667-POCLOUD\"},{\"concept-id\":\"V2226058066-POCLOUD\"},{\"concept-id\":\"V2226056663-POCLOUD\"},{\"concept-id\":\"V2226056810-POCLOUD\"},{\"concept-id\":\"V2226058054-POCLOUD\"},{\"concept-id\":\"V2226058051-POCLOUD\"},{\"concept-id\":\"V2226058064-POCLOUD\"},{\"concept-id\":\"V2226058035-POCLOUD\"},{\"concept-id\":\"V2226056665-POCLOUD\"},{\"concept-id\":\"V2226058061-POCLOUD\"},{\"concept-id\":\"V2226056703-POCLOUD\"},{\"concept-id\":\"V2226056738-POCLOUD\"},{\"concept-id\":\"V2226056722-POCLOUD\"},{\"concept-id\":\"V2226056716-POCLOUD\"},{\"concept-id\":\"V2226056783-POCLOUD\"},{\"concept-id\":\"V2226056659-POCLOUD\"},{\"concept-id\":\"V2226056817-POCLOUD\"},{\"concept-id\":\"V2226056803-POCLOUD\"},{\"concept-id\":\"V2226056687-POCLOUD\"},{\"concept-id\":\"V2226056657-POCLOUD\"},{\"concept-id\":\"V2226056661-POCLOUD\"},{\"concept-id\":\"V2226058048-POCLOUD\"},{\"concept-id\":\"V2226056779-POCLOUD\"},{\"concept-id\":\"V2226056790-POCLOUD\"},{\"concept-id\":\"V2226056774-POCLOUD\"},{\"concept-id\":\"V2226056699-POCLOUD\"},{\"concept-id\":\"V2226058040-POCLOUD\"},{\"concept-id\":\"V2226056757-POCLOUD\"},{\"concept-id\":\"V2226056693-POCLOUD\"},{\"concept-id\":\"V2226058046-POCLOUD\"},{\"concept-id\":\"V2226056752-POCLOUD\"},{\"concept-id\":\"V2226056768-POCLOUD\"},{\"concept-id\":\"V2226056743-POCLOUD\"},{\"concept-id\":\"V2226056795-POCLOUD\"},{\"concept-id\":\"V2226058056-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2205122298-POCLOUD\",\"revision-date\":\"2022-10-04T01:32:19.798Z\",\"granule-count\":14998,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"CollectionCitations\":[{\"Version\":\"F\",\"Title\":\"JASON_3_L2_OST_OGDR_GPS\",\"Creator\":\"Desai, + Shailen\",\"SeriesName\":\"Jason-3 GPS based orbit and SSHA OGDR\",\"ReleaseDate\":\"2016-10-10T00:00:00.000Z\",\"ReleasePlace\":\"JPL\",\"Publisher\":\"JPL\",\"OtherCitationDetails\":\"Desai, + Shailen, JPL, 2016-10-10, Jason-3 GPS based orbit and SSHA OGDR, \"}],\"AdditionalAttributes\":[{\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2016-09-30T19:19:49.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"earliest_granule_start_time\"},{\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2022-01-20T15:55:12.052Z\",\"DataType\":\"DATETIME\",\"Name\":\"latest_granule_end_time\"},{\"Description\":\"Dataset + Latency\",\"Value\":\"5\",\"DataType\":\"INT\",\"Name\":\"data_latency\"},{\"Description\":\"Dataset + citation series name\",\"Value\":\"Jason-3 GPS based orbit and SSHA OGDR\",\"DataType\":\"STRING\",\"Name\":\"Series + Name\"},{\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-J2OGR-GPSHA\",\"DataType\":\"STRING\",\"Name\":\"Persistent + ID\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL_ORBITAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":66.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-66.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Satellite native along-track, Projection Detail: Geolocation information + included for each pixel\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236}}},\"OrbitParameters\":{\"SwathWidth\":5.2,\"InclinationAngle\":66.05,\"NumberOfOrbits\":1.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":112.0},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SEA SURFACE HEIGHT\",\"Term\":\"SEA SURFACE + TOPOGRAPHY\",\"Topic\":\"OCEANS\",\"DetailedVariable\":\"NONE\"},{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SIGNIFICANT WAVE HEIGHT\",\"Term\":\"OCEAN + WAVES\",\"Topic\":\"OCEANS\",\"DetailedVariable\":\"NONE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2020-10-29T12:14:23.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/J3L2G-OGDRF\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"JASON_3_L2_OST_OGDR_GPS\",\"EntryTitle\":\"Jason-3 + GPS based orbit and SSHA OGDR\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/JASON_3_L2_OST_OGDR_GPS/\",\"podaac-ops-cumulus-public/JASON_3_L2_OST_OGDR_GPS/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/JASON_3_L2_OST_OGDR_GPS.jpg\"},{\"Description\":\"User + Handbook\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"USER'S + GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason3/preview/L2/GPS-OGDR/docs/j3_prod_handbook_2020-09-21.pdf\"},{\"Description\":\"README\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"READ-ME\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason3/preview/L2/GPS-OGDR/docs/README_JASON3_GPSOGDR.txt\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2205122298-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2205122298-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Data + Subscriber\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA VIA + DIRECT ACCESS\",\"URL\":\"https://github.com/podaac/data-subscriber\"},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2016-09-21T13:35:17.502Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2017-04-28T05:01:46.000Z\"}],\"Abstract\":\"This + is a near real time dataset that provides a GPS based orbit and Sea Surface + Height Anomalies (SSHA) from that orbit. It is similar to the Jason-3 Operation + Geophysical Data Record (OGDR) that is distributed at NOAA (http://www.nodc.noaa.gov/sog/jason/), + but includes the GPS orbit and SSHA as two additional variables. It has a + 5 hour time lag due to the time needed to calculate the GPS orbit and SSHA. + \ The GPS orbits have been shown to be more accurate than the DORIS orbits + on a near real time scale and therefore produces a more accurate SSHA.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\",\"DetailedLocation\":\"N/A\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-02-01T00:24:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2022-03-01T10:14:00.000Z\"}],\"Version\":\"F\",\"Projects\":[{\"LongName\":\"JASON-3\",\"ShortName\":\"JASON-3\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL\"},{\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}],\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"Weekly + - < Monthly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"Advanced + Microwave Radiometer\",\"ShortName\":\"AMR\"},{\"LongName\":\"Global Positioning + System Payload\",\"Characteristics\":[{\"Description\":\"Spacecraft angular + distance from orbital plane relative to the Equator.\",\"Value\":\"5.2\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"GPSP\"},{\"LongName\":\"OSTM/Jason-2 + RADAR alitmieter\",\"Characteristics\":[{\"Description\":\"Spacecraft angular + distance from orbital plane relative to the Equator.\",\"Value\":\"5.1\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"POSEIDON-3\"}],\"LongName\":\"Jason-3\",\"Characteristics\":[{\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"112.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.05\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"JASON-3\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/JASON_3_PD_CORRECTION/\",\"podaac-ops-cumulus-public/JASON_3_PD_CORRECTION/\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_38824\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2813657142-POCLOUD\",\"revision-date\":\"2023-12-19T18:24:20.879Z\",\"granule-count\":1,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"CollectionCitations\":[{\"Version\":\"F\",\"Title\":\"Jason-3 + Wet Path Delay Correction\",\"Creator\":\"Brown, S., J. Willis, S. Fournier\",\"SeriesName\":\"Jason-3 + Wet Path Delay Correction\",\"ReleaseDate\":\"2023-12-12T00:00:00.000Z\",\"ReleasePlace\":\"JPL\",\"Publisher\":\"JPL\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL_ORBITAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":66.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-66.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Satellite native along-track, Projection Detail: Geolocation information + included for each pixel\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236}}},\"OrbitParameters\":{\"SwathWidth\":5.2,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriod\":112.0,\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngle\":66.05,\"InclinationAngleUnit\":\"Degree\",\"NumberOfOrbits\":1.0},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":false,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SEA SURFACE TOPOGRAPHY\",\"VariableLevel1\":\"SEA + SURFACE HEIGHT\",\"DetailedVariable\":\"NONE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN + WAVES\",\"VariableLevel1\":\"SIGNIFICANT WAVE HEIGHT\",\"DetailedVariable\":\"NONE\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"2016-02-12T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/J3L2G-PDCOR\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"JASON_3_PD_CORRECTION\",\"EntryTitle\":\"Jason-3 + Wet Path Delay Correction\",\"PublicationReferences\":[{\"Title\":\"Maintaining + the Long-Term Calibration of the Jason-2/OSTM Advanced Microwave Radiometer + Through Intersatellite Calibration\",\"Publisher\":\"IEEE Transactions on + Geoscience and Remote Sensing\",\"DOI\":{\"DOI\":\"10.1109/TGRS.2012.2213262.\",\"Authority\":\"https://doi.org/\"},\"Author\":\"S. + Brown\",\"PublicationDate\":\"2012-10-15T00:00:00.000Z\",\"Volume\":\"51\",\"Issue\":\"3\",\"Pages\":\"1531-1543\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/JASON_3_PD_CORRECTION/\",\"podaac-ops-cumulus-public/JASON_3_PD_CORRECTION/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/JASON_3_PD_CORRECTION.jpg\"},{\"Description\":\"User + Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/jason3/preview/L2/GPS-OGDR/docs/JASON_3_PATH_DELAY_CORRECTION_Documentation.pdf\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2813657142-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2813657142-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Data + Subscriber\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA VIA + DIRECT ACCESS\",\"URL\":\"https://github.com/podaac/data-subscriber\"},{\"Description\":\"Direct + Download (.txt)\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/JASON_3_PD_CORRECTION/JASON_3_PD_CORRECTION_20230925.txt\",\"GetData\":{\"Format\":\"ASCII\",\"MimeType\":\"text/plain\",\"Size\":3.2,\"Unit\":\"MB\"}}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2016-09-21T13:35:17.502Z\"},{\"Type\":\"CREATE\",\"Date\":\"2023-09-23T00:00:00.000Z\"}],\"Abstract\":\"This + dataset provides supplementary wet tropospheric corrections for historical + Jason-3 observations (https://www.ncei.noaa.gov/archive/accession/Jason3-xGDR). + Recent assessments of the global sea level budget have resulted in increased + scrutiny of estimates of global sea level change based on Jason-3. After a + careful assessment of the wet tropospheric correction derived from the Advanced + Microwave Radiometer (AMR) instrument, it was determined that further improvements + to the accuracy of the historical Jason-3 observations could be made. Since + this assessment was only completed after Jason-3 data was reprocessed to GDR-F + (Geophysical Data Record \u2013 Version F) standards, it was not included + in the GDR-F product release. For this reason, this supplementary correction + product has been created using the method of Brown et al. (2012) to allow + users to correct path delay and sea surface height observations, reducing + errors in estimates of global sea level change by 2-3 mm over 8 years.

\\r\\nThe + correction was computed based on comparison of the AMR-observed brightness + temperatures with independent satellite observations from the Special Sensor + Microwave Imager Sounder (SSMI), F16, F17 and F18, Fundamental Climate Data + Records. SSMI data was obtained from the NOAA Climate Data Record (CDR) of + SSMIS Microwave Brightness Temperatures, RSS Version 8 (Wentz et al., 2019, + https://www.ncei.noaa.gov/metadata/geoportal/rest/metadata/item/gov.noaa.ncdc:C01567/html). + The method described in Brown et al. (2012) to map SSMI Brightness Temperatures + to AMR equivalent brightness temperatures (TBs) was used. Although it was + found that it made little difference to the result, a bias was removed between + SSMI equivalent AMR TBs and AMR TBs with respect to latitude for all data + prior to computing temporal trends. In addition, only rain free, mostly clear + data (TB18.7 GHz < 160K) data were considered.

\\r\\nThe correction + is supplied on a pass-by-pass basis in a 4-column text file. See the product + documentation for guidance on how to apply it to Jason-3 observations.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\",\"DetailedLocation\":\"N/A\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-12-08T00:36:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-12-19T18:24:00.000Z\"}],\"Version\":\"F\",\"Projects\":[{\"ShortName\":\"JASON-3\",\"LongName\":\"JASON-3\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"AssociatedDOIs\":[{\"DOI\":\"10.1109/TGRS.2012.2213262\",\"Title\":\"Maintaining + the long-term calibration of the Jason-2/OSTM advanced microwave radiometer + through intersatellite calibration\",\"Authority\":\"https://doi.org\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"GroupName\":\"Help Desk\",\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center Help Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}]},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL\",\"LongName\":\"Jet + Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/missions\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"JASON-3\",\"LongName\":\"Joint + Altimetry Satellite Oceanography Network - 3\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"112.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.05\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AMR\",\"LongName\":\"Advanced + Microwave Radiometer\"},{\"ShortName\":\"GPSP\",\"LongName\":\"Global Positioning + System Payload\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"5.2\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]},{\"ShortName\":\"POSEIDON-3\",\"LongName\":\"JASON-2 + RADAR ALTIMETER\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"5.1\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ascii\",\"FormatType\":\"Native\",\"FormatDescription\":\"Tab-Delimited + Text (.txt)\",\"AverageFileSize\":2.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":2.5,\"TotalCollectionFileSizeUnit\":\"MB\",\"Description\":\"The + correction is supplied on a pass-by-pass basis in a 4-column text file. Because + the correction is slowly varying in time, linear interpolation can be used + to fill any missing passes if desired. To do so, users can interpolate in + time using the given time stamp associated with the middle of each pass. The + columns provided contain:\\r\\n1)\\tJason-3 cycle number\\r\\n2)\\tJason-3 + pass number\\r\\n3)\\tMidpoint time of each pass\\r\\n4)\\tPath delay correction + in centimeters\\r\\n\\r\\nThe correction should be applied in an ADDITIVE + sense to RANGE, or it can be SUBTRACTED from SEA SURFACE HEIGHT ANOMALY (variable + \u201Cssha\u201D) in order to apply the correction. When corrected properly, + the result should be to REDUCE the amount of global sea level rise observed + by the Jason-3 mission by about 2 mm between 2016 and 2023. \\r\\n\"}],\"FileDistributionInformation\":[{\"Format\":\"ascii\",\"FormatType\":\"Native\",\"FormatDescription\":\"Tab-Delimited + Text (.txt)\",\"AverageFileSize\":2.5,\"AverageFileSizeUnit\":\"MB\",\"TotalCollectionFileSize\":2.5,\"TotalCollectionFileSizeUnit\":\"MB\",\"Description\":\"The + correction is supplied on a pass-by-pass basis in a 4-column text file. Because + the correction is slowly varying in time, linear interpolation can be used + to fill any missing passes if desired. To do so, users can interpolate in + time using the given time stamp associated with the middle of each pass. The + columns provided contain:\\r\\n1)\\tJason-3 cycle number\\r\\n2)\\tJason-3 + pass number\\r\\n3)\\tMidpoint time of each pass\\r\\n4)\\tPath delay correction + in centimeters\\r\\n\\r\\nThe correction should be applied in an ADDITIVE + sense to RANGE, or it can be SUBTRACTED from SEA SURFACE HEIGHT ANOMALY (variable + \u201Cssha\u201D) in order to apply the correction. When corrected properly, + the result should be to REDUCE the amount of global sea level rise observed + by the Jason-3 mission by about 2 mm between 2016 and 2023.\"}]}}},{\"meta\":{\"revision-id\":2,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ORNL_CLOUD\",\"has-combine\":false,\"user-id\":\"lindsley\",\"has-formats\":false,\"s3-links\":[\"s3://ornl-cumulus-prod-protected/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/\"],\"has-spatial-subsetting\":false,\"native-id\":\"JERS-1_SAR_GRFM_AMAZON_MOSAICS_1280\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C2781648517-ORNL_CLOUD\",\"revision-date\":\"2023-10-12T22:13:07.927Z\",\"granule-count\":66,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"OtherCitationDetails\":\"Chapman, + B., A. Rosenqvist, and A. Wong. 2015. JERS-1 Synthetic Aperture Radar, 100-m + Mosaics, South America: 1995-1996, R1. ORNL DAAC, Oak Ridge, Tennessee, USA. + http://dx.doi.org/10.3334/ORNLDAAC/1280\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-82.0,\"NorthBoundingCoordinate\":13.0,\"EastBoundingCoordinate\":-48.0,\"SouthBoundingCoordinate\":-20.0}]}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND USE/LAND COVER\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE WATER\",\"VariableLevel1\":\"SURFACE + WATER FEATURES\",\"VariableLevel2\":\"WETLANDS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1995-01-01T00:00:00.000Z\",\"EndingDateTime\":\"1996-07-31T23:59:59.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"Variables + mapped on uniform space-time grid scales with completeness and consistency\",\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.3334/ORNLDAAC/1280\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"JERS-1_SAR_GRFM_Amazon_Mosaics_1280\",\"EntryTitle\":\"JERS-1 + Synthetic Aperture Radar, 100-m Mosaics, South America: 1995-1996, R1\",\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"s3://ornl-cumulus-prod-protected/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/\"],\"S3CredentialsAPIEndpoint\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.ornldaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"This + link allows direct data access via Earthdata login\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://daac.ornl.gov/daacdata/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/\"},{\"Description\":\"ORNL + DAAC Data Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://daac.ornl.gov/LBA/guides/JERS-1_SAR_GRFM_Amazon_Mosaics.html\"},{\"Description\":\"Data + set Landing Page DOI URL\",\"URLContentType\":\"CollectionURL\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://doi.org/10.3334/ORNLDAAC/1280\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/JERS-1_SAR_GRFM_Amazon_Mosaics.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/JERS_SLOPE_TOPOGRAPHY.pdf\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_101_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_101_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_101_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_102_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_102_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_102_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_103_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_103_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_103_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_104_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_104_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_104_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_105_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_105_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_105_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_106_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_106_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_106_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_107_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_107_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_107_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_108_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_108_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_108_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_109_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_109_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_109_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_110_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_110_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_110_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_111_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_111_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_111_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_112_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_112_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_112_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_113_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_113_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_113_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_114_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_114_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_114_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_115_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_115_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_115_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_116_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_116_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_116_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_117_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_117_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_117_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_118_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_118_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_118_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_119_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_119_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_119_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_120_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_120_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_120_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_121_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_121_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_121_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_122_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_122_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_122_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_123_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_123_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_123_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_124_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_124_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_124_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_125_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_125_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_125_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_126_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_126_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_126_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_127_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_127_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_127_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_128_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_128_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_128_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_129_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_129_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_129_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_130_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_130_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_130_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_132_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_132_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_132_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_133_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_133_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_133_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_301_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_302_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_303_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_304_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_305_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_306_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_307_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_308_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_309_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_310_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_311_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_312_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_313_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_314_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_315_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_316_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_317_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_318_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_319_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_320_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_321_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_322_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_323_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_324_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_325_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_326_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_327_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_328_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_329_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_330_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_331_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_331_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_331_topography.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_332_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_333_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_334_slope.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_334_texture.gif\"},{\"Description\":\"Data + Set Documentation\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://data.ornldaac.earthdata.nasa.gov/public/lba/land_use_land_cover_change/JERS-1_SAR_GRFM_Amazon_Mosaics/comp/MOSAIC_334_topography.gif\"},{\"Description\":\"Browse + Image\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET RELATED VISUALIZATION\",\"URL\":\"https://daac.ornl.gov/graphics/browse/project/square/lba_logo_square.png\"}],\"DataDates\":[{\"Date\":\"2023-10-03T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2023-10-12T22:13:07.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"This + data set provides ~100-m resolution image mosaics of South America acquired + during the low flood season between September and December 1995 and during + the high flood season between May and July of 1996. The images cover the same + areas during both seasons and were obtained from the Japanese Earth Resources + Satellite 1 (JERS-1) Synthetic Aperture Radar (SAR) of the National Space + Development Agency of Japan (NASDA). The data were mosaicked into 34 tiles + for each season, each consisting of about 50 JERS-1 scenes. This data set + constitutes the first-ever high-resolution and single season coverage of the + entire Amazon River Basin, made possible by the cloud penetrating properties + of the radar sensor. The images are from the original JERS-1 SAR Global Rain + Forest Mapping Project. This data set contains 66 files in GeoTIFF (.tiff) + format. There are 32 files for the low flood season and 34 files for the high + flood season. \",\"MetadataDates\":[{\"Date\":\"2023-10-03T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"LBA-ECO\",\"LongName\":\"Large + Scale Biosphere-Atmosphere Experiment - Ecology\"}],\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://science.nasa.gov/earth-science/earth-science-data/data-information-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ORNL_DAAC\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Direct + Line\",\"Value\":\"(865) 241-3952\"},{\"Type\":\"Email\",\"Value\":\"uso@daac.ornl.gov\"}],\"Addresses\":[{\"StreetAddresses\":[\"ORNL + DAAC User Services Office, P.O. Box 2008, MS 6407, Oak Ridge National Laboratory\"],\"City\":\"Oak + Ridge\",\"StateProvince\":\"Tennessee\",\"Country\":\"USA\",\"PostalCode\":\"37831-6407\"}]}}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"JERS-1\",\"LongName\":\"Japanese + Earth Resources Satellite-1\",\"Instruments\":[{\"ShortName\":\"SAR\",\"LongName\":\"Synthetic + Aperture Radar\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Fees\":\"0\",\"Format\":\"GeoTIFF\"}]}}},{\"meta\":{\"revision-id\":2061,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ASF\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"JERS-1_LEVEL0\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1207933168-ASF\",\"revision-date\":\"2021-05-07T12:43:34.010Z\",\"granule-count\":151089,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AdditionalAttributes\":[{\"Name\":\"FLIGHT_LINE\",\"Description\":\"Flight + line identifies where the aircraft/instrument has flown to acquire data.\",\"DataType\":\"STRING\"},{\"Name\":\"GROUP_ID\",\"Description\":\"ID + that helps ASF group products\",\"DataType\":\"STRING\"},{\"Name\":\"OFF_NADIR_ANGLE\",\"Description\":\"The + angle the sensor points away from the satellite's nadir (off to the side). + Larger angles correspond to imaging farther away from the satellite.\",\"DataType\":\"FLOAT\"},{\"Name\":\"MD5SUM\",\"Description\":\"Checksum\",\"DataType\":\"STRING\"},{\"Name\":\"GRANULE_TYPE\",\"Description\":\"Identifies + the type of data by combining platform, beam mode type, and coverage (frame/swath)\",\"DataType\":\"STRING\"},{\"Name\":\"ASCENDING_DESCENDING\",\"Description\":\"Describes + whether the satellite travel direction was ascending towards the north pole, + or descending towards the south pole.\",\"DataType\":\"STRING\"},{\"Name\":\"FAR_END_LAT\",\"Description\":\"Latitude + of the granule where imaging ended farthest from the satellite. For an ascending + satellite, it locates the upper right corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"INSAR_STACK_SIZE\",\"Description\":\"The + number of SAR images over the same location in the entire ASF archive. Used + for data that may be used for interferometry.\",\"DataType\":\"INT\"},{\"Name\":\"BEAM_MODE_TYPE\",\"Description\":\"In + most cases the same as beam mode. For Radarsat indicates both resolution and + off-nadir pointing angle. Standard beam mode becomes ST1 though ST7 beammodetype, + with ST7 pointing farthest from the satellite.\",\"DataType\":\"STRING\"},{\"Name\":\"INSAR_BASELINE\",\"Description\":\"The + perpendicular distance between two satellites when they took the related two + images. Useful for identifying image pairs to use for interferometry.\",\"DataType\":\"FLOAT\"},{\"Name\":\"CENTER_FRAME_ID\",\"Description\":\"ID + of the center frame\",\"DataType\":\"STRING\"},{\"Name\":\"CENTER_ESA_FRAME\",\"Description\":\"The + Europenan Space Agency equivalent to the value in the FRAME_NUMBER field\",\"DataType\":\"INT\"},{\"Name\":\"ACQUISITION_DATE\",\"Description\":\"Date + the data was acquired by the satellite or aircraft + instrument.\",\"DataType\":\"STRING\"},{\"Name\":\"MISSION_NAME\",\"Description\":\"The + sitenames where AIRSAR, AIMOSS, and UAVSAR acqusitions were taken.\",\"DataType\":\"STRING\"},{\"Name\":\"CENTER_LON\",\"Description\":\"Longitude + of the center of the scene or frame.\",\"DataType\":\"FLOAT\"},{\"Name\":\"NEAR_START_LAT\",\"Description\":\"Latitude + of the granule where imaging began nearest to the satellite. For an ascending + satellite, it locates the lower left corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"BEAM_MODE\",\"Description\":\"The + general type of active sensor used. Values indicate image resolution: such + as standard, fine, wide, scansar wide, SM (strip mode), EW (extra wide). Or + indicate resolution + polarization: FBS (fine beam dual polarization), FBD + (fine beam dual pol). Or atypically the type of product: TOPSAR (high resolution + DEM), RPI (repeat pass interferometry), XTI (across track interferometry). + Or resolution and product type IW (interferometric wide).\",\"DataType\":\"STRING\"},{\"Name\":\"BEAM_MODE_DESC\",\"Description\":\"Text + that describes the beam mode\",\"DataType\":\"STRING\"},{\"Name\":\"PROCESSING_TYPE\",\"Description\":\"Indicates + the type of product, such as browse, metadata, L1, complex, amplitude, projected, + terrain corrected.\",\"DataType\":\"STRING\"},{\"Name\":\"PROCESSING_DESCRIPTION\",\"Description\":\"Describes + what the data was processed to. For example: low resolution terrain corrected + ALOS data.\",\"DataType\":\"STRING\"},{\"Name\":\"FRAME_NUMBER\",\"Description\":\"The + designated frame or scene as defined by various space agencies (ESA, JAXA, + CSA) each of which have their own scheme. The frame describes a box over the + Earth at a fixed latitude. Combined with a path number (for longitude it identifies + a specific piece of ground).\",\"DataType\":\"INT\"},{\"Name\":\"PROCESSING_LEVEL\",\"Description\":\"Indicates + how much processing has been done to the data: L1, L1.0 unprocessed; L1.1 + single look complex; L1, L1.5 amplitude image\",\"DataType\":\"STRING\"},{\"Name\":\"PROCESSING_DATE\",\"Description\":\"The + date the data was processed\",\"DataType\":\"STRING\"},{\"Name\":\"NEAR_START_LON\",\"Description\":\"Longitude + of the granule where imaging began nearest the satellite. For an ascending + satellite, it locates the lower left corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"DOPPLER\",\"Description\":\"The + doppler centroid frequency - Useful for sar processing and interferometry. + Related to the squint of the satellite.\",\"DataType\":\"FLOAT\"},{\"Name\":\"FAR_START_LAT\",\"Description\":\"Latitude + of the granule where imaging began farthest from the satellite. For an ascending + satellite, it locates the lower right corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"NEAR_END_LON\",\"Description\":\"Longitude + of the granule where imaging ended nearest to the satellite. For an ascending + satellite, it locates the upper left corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"PROCESSING_TYPE_DISPLAY\",\"Description\":\"Label + that will be displayed in ASF's Vertex interface\",\"DataType\":\"STRING\"},{\"Name\":\"POLARIZATION\",\"Description\":\"Radar + transmissions are polarized, with components normally termed vertical (V) + and horizontal (H). Vertical means that the electric vector is in the plane + of incidence; horizontal means the electric vector is perpendicular to the + plane of incidence.\",\"DataType\":\"STRING\"},{\"Name\":\"FAR_START_LON\",\"Description\":\"Latitude + of the granule where imaging began farthest from the satellite. For an ascending + satellite, it locates the lower right corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"THUMBNAIL_URL\",\"Description\":\"URL + that points to this granule's thumbnail image\",\"DataType\":\"STRING\"},{\"Name\":\"ASF_PLATFORM\",\"Description\":\"Internal + ASF platform name\",\"DataType\":\"STRING\"},{\"Name\":\"INSAR_STACK_ID\",\"Description\":\"An + ASF-assigned unique number used internally to unifiy SAR images over the same + location. Used for data that might be used for interferometry.\",\"DataType\":\"INT\"},{\"Name\":\"LOOK_DIRECTION\",\"Description\":\"SAR + imagery is taken with the sensor pointing either left or right of the satellite. + Most data is right-looking. A small amount of Radarsat is left-looking.\",\"DataType\":\"STRING\"},{\"Name\":\"PATH_NUMBER\",\"Description\":\"The + path describes a path the satellite will follow over the earth similar to + longitude; each path has an assigned number. Combined with a frame number + is identifies a specific piece of ground.\",\"DataType\":\"INT\"},{\"Name\":\"NEAR_END_LAT\",\"Description\":\"Latitude + of the granule where imaging ended nearest to the satellite. For an ascending + satellite, it locates the upper left corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"FARADAY_ROTATION\",\"Description\":\"An + effect of the ionisphere that rotates polarizations from HH or VV or HV or + VH. Significant for L or P band. Rotation over 5 degrees reduces usefulness + for applications such as forest biomass. Effect is reduced at solar minimum.\",\"DataType\":\"STRING\"},{\"Name\":\"FAR_END_LON\",\"Description\":\"Longitude + of the granule where imaging ended farthest from the satellite. For an ascending + satellite, it locates the upper right corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"BYTES\",\"Description\":\"Product + size in bytes.\",\"DataType\":\"FLOAT\"},{\"Name\":\"CENTER_LAT\",\"Description\":\"Latitude + of the center of the scene or frame.\",\"DataType\":\"FLOAT\"},{\"Name\":\"DEM_REGION\",\"Description\":\"The + DEM_REGION for this collection\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"AGRICULTURE\",\"Term\":\"FOREST SCIENCE\",\"VariableLevel1\":\"REFORESTATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL ECOSYSTEMS\",\"VariableLevel1\":\"AGRICULTURAL + LANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"ALPINE/TUNDRA\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"BEACHES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"DESERTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"DUNES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"FORESTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"GRASSLANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"ISLANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"URBAN LANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"WETLANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"EROSION/SEDIMENTATION\",\"VariableLevel1\":\"LANDSLIDES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"AEOLIAN + LANDFORMS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC + LANDFORMS/PROCESSES\",\"VariableLevel1\":\"COASTAL LANDFORMS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"FLUVIAL + LANDFORMS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC + LANDFORMS/PROCESSES\",\"VariableLevel1\":\"GLACIAL LANDFORMS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"KARST + LANDFORMS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC + LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC LANDFORMS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND USE/LAND COVER\",\"VariableLevel1\":\"LAND + USE/LAND COVER CLASSIFICATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"LANDSCAPE\",\"VariableLevel1\":\"LANDSCAPE ECOLOGY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LANDSCAPE\",\"VariableLevel1\":\"LANDSCAPE + PATTERNS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LANDSCAPE\",\"VariableLevel1\":\"LANDSCAPE + PROCESSES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LANDSCAPE\",\"VariableLevel1\":\"REFORESTATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"LANDFORMS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"SURFACE + ROUGHNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TOPOGRAPHIC + EFFECTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEOMORPHIC + LANDFORMS/PROCESSES\",\"VariableLevel1\":\"GLACIAL LANDFORMS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"CALDERA\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"CINDER CONE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"FAULTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"FOLDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"GEYSER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"GRABEN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"HORST\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"LAVA DOME\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"LAVA PLAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"MAAR\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"MOUNTAINS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"PLATEAU\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"RIDGE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"RIFT VALLEY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"TUYA\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"VOLCANO\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"VOLCANIC + ACTIVITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE + WATER\",\"VariableLevel1\":\"WETLANDS\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":1,\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-05-20T18:16:38.000Z\",\"EndingDateTime\":\"1998-10-11T00:57:08.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"JERS-1 + SAR data processed to a basic format for use in other processing streams to + created specialized products.\",\"Id\":\"0\"},\"DOI\":{\"MissingReason\":\"Unknown\",\"Explanation\":\"It + is unknown if this record has a DOI.\"},\"ShortName\":\"JERS-1_L1\",\"EntryTitle\":\"JERS-1_LEVEL0\",\"RelatedUrls\":[{\"Description\":\"Vertex, + the ASF search and download interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://vertex.daac.asf.alaska.edu/\"}],\"DataDates\":[{\"Date\":\"2010-10-04T20:49:27.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2014-01-15T06:31:28.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"JERS-1 + Level 0 Data\",\"Version\":\"1\",\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"ASF\"},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ASF\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"907-474-5041\"},{\"Type\":\"Email\",\"Value\":\"uso@asf.alaska.edu\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"ASF\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"907-474-5041\"},{\"Type\":\"Email\",\"Value\":\"uso@asf.alaska.edu\"}]}}],\"Platforms\":[{\"Type\":\"Spacecraft\",\"ShortName\":\"JERS-1\",\"LongName\":\"Japanese + Earth Resources Satellite-1\",\"Instruments\":[{\"ShortName\":\"SAR\",\"LongName\":\"Synthetic + Aperture Radar\",\"ComposedOf\":[{\"ShortName\":\"STD\"}],\"OperationalModes\":[\"Arctic\",\"Antarctic\"]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":1838,\"deleted\":false,\"format\":\"application/echo10+xml\",\"provider-id\":\"ASF\",\"has-combine\":false,\"user-id\":\"mmorahan\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"JERS-1_LEVEL1\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1208662092-ASF\",\"revision-date\":\"2021-05-07T12:45:54.054Z\",\"granule-count\":163959,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AdditionalAttributes\":[{\"Name\":\"FLIGHT_LINE\",\"Description\":\"Flight + line identifies where the aircraft/instrument has flown to acquire data.\",\"DataType\":\"STRING\"},{\"Name\":\"GROUP_ID\",\"Description\":\"ID + that helps ASF group products\",\"DataType\":\"STRING\"},{\"Name\":\"OFF_NADIR_ANGLE\",\"Description\":\"The + angle the sensor points away from the satellite's nadir (off to the side). + Larger angles correspond to imaging farther away from the satellite.\",\"DataType\":\"FLOAT\"},{\"Name\":\"MD5SUM\",\"Description\":\"Checksum\",\"DataType\":\"STRING\"},{\"Name\":\"GRANULE_TYPE\",\"Description\":\"Identifies + the type of data by combining platform, beam mode type, and coverage (frame/swath)\",\"DataType\":\"STRING\"},{\"Name\":\"ASCENDING_DESCENDING\",\"Description\":\"Describes + whether the satellite travel direction was ascending towards the north pole, + or descending towards the south pole.\",\"DataType\":\"STRING\"},{\"Name\":\"FAR_END_LAT\",\"Description\":\"Latitude + of the granule where imaging ended farthest from the satellite. For an ascending + satellite, it locates the upper right corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"INSAR_STACK_SIZE\",\"Description\":\"The + number of SAR images over the same location in the entire ASF archive. Used + for data that may be used for interferometry.\",\"DataType\":\"INT\"},{\"Name\":\"BEAM_MODE_TYPE\",\"Description\":\"In + most cases the same as beam mode. For Radarsat indicates both resolution and + off-nadir pointing angle. Standard beam mode becomes ST1 though ST7 beammodetype, + with ST7 pointing farthest from the satellite.\",\"DataType\":\"STRING\"},{\"Name\":\"INSAR_BASELINE\",\"Description\":\"The + perpendicular distance between two satellites when they took the related two + images. Useful for identifying image pairs to use for interferometry.\",\"DataType\":\"FLOAT\"},{\"Name\":\"CENTER_FRAME_ID\",\"Description\":\"ID + of the center frame\",\"DataType\":\"STRING\"},{\"Name\":\"CENTER_ESA_FRAME\",\"Description\":\"The + Europenan Space Agency equivalent to the value in the FRAME_NUMBER field\",\"DataType\":\"INT\"},{\"Name\":\"ACQUISITION_DATE\",\"Description\":\"Date + the data was acquired by the satellite or aircraft + instrument.\",\"DataType\":\"STRING\"},{\"Name\":\"MISSION_NAME\",\"Description\":\"The + sitenames where AIRSAR, AIMOSS, and UAVSAR acqusitions were taken.\",\"DataType\":\"STRING\"},{\"Name\":\"CENTER_LON\",\"Description\":\"Longitude + of the center of the scene or frame.\",\"DataType\":\"FLOAT\"},{\"Name\":\"NEAR_START_LAT\",\"Description\":\"Latitude + of the granule where imaging began nearest to the satellite. For an ascending + satellite, it locates the lower left corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"BEAM_MODE\",\"Description\":\"The + general type of active sensor used. Values indicate image resolution: such + as standard, fine, wide, scansar wide, SM (strip mode), EW (extra wide). Or + indicate resolution + polarization: FBS (fine beam dual polarization), FBD + (fine beam dual pol). Or atypically the type of product: TOPSAR (high resolution + DEM), RPI (repeat pass interferometry), XTI (across track interferometry). + Or resolution and product type IW (interferometric wide).\",\"DataType\":\"STRING\"},{\"Name\":\"BEAM_MODE_DESC\",\"Description\":\"Text + that describes the beam mode\",\"DataType\":\"STRING\"},{\"Name\":\"PROCESSING_TYPE\",\"Description\":\"Indicates + the type of product, such as browse, metadata, L1, complex, amplitude, projected, + terrain corrected.\",\"DataType\":\"STRING\"},{\"Name\":\"PROCESSING_DESCRIPTION\",\"Description\":\"Describes + what the data was processed to. For example: low resolution terrain corrected + ALOS data.\",\"DataType\":\"STRING\"},{\"Name\":\"FRAME_NUMBER\",\"Description\":\"The + designated frame or scene as defined by various space agencies (ESA, JAXA, + CSA) each of which have their own scheme. The frame describes a box over the + Earth at a fixed latitude. Combined with a path number (for longitude it identifies + a specific piece of ground).\",\"DataType\":\"INT\"},{\"Name\":\"PROCESSING_LEVEL\",\"Description\":\"Indicates + how much processing has been done to the data: L1, L1.0 unprocessed; L1.1 + single look complex; L1, L1.5 amplitude image\",\"DataType\":\"STRING\"},{\"Name\":\"PROCESSING_DATE\",\"Description\":\"The + date the data was processed\",\"DataType\":\"STRING\"},{\"Name\":\"NEAR_START_LON\",\"Description\":\"Longitude + of the granule where imaging began nearest the satellite. For an ascending + satellite, it locates the lower left corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"DOPPLER\",\"Description\":\"The + doppler centroid frequency - Useful for sar processing and interferometry. + Related to the squint of the satellite.\",\"DataType\":\"FLOAT\"},{\"Name\":\"FAR_START_LAT\",\"Description\":\"Latitude + of the granule where imaging began farthest from the satellite. For an ascending + satellite, it locates the lower right corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"NEAR_END_LON\",\"Description\":\"Longitude + of the granule where imaging ended nearest to the satellite. For an ascending + satellite, it locates the upper left corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"PROCESSING_TYPE_DISPLAY\",\"Description\":\"Label + that will be displayed in ASF's Vertex interface\",\"DataType\":\"STRING\"},{\"Name\":\"POLARIZATION\",\"Description\":\"Radar + transmissions are polarized, with components normally termed vertical (V) + and horizontal (H). Vertical means that the electric vector is in the plane + of incidence; horizontal means the electric vector is perpendicular to the + plane of incidence.\",\"DataType\":\"STRING\"},{\"Name\":\"FAR_START_LON\",\"Description\":\"Latitude + of the granule where imaging began farthest from the satellite. For an ascending + satellite, it locates the lower right corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"THUMBNAIL_URL\",\"Description\":\"URL + that points to this granule's thumbnail image\",\"DataType\":\"STRING\"},{\"Name\":\"ASF_PLATFORM\",\"Description\":\"Internal + ASF platform name\",\"DataType\":\"STRING\"},{\"Name\":\"INSAR_STACK_ID\",\"Description\":\"An + ASF-assigned unique number used internally to unifiy SAR images over the same + location. Used for data that might be used for interferometry.\",\"DataType\":\"INT\"},{\"Name\":\"LOOK_DIRECTION\",\"Description\":\"SAR + imagery is taken with the sensor pointing either left or right of the satellite. + Most data is right-looking. A small amount of Radarsat is left-looking.\",\"DataType\":\"STRING\"},{\"Name\":\"PATH_NUMBER\",\"Description\":\"The + path describes a path the satellite will follow over the earth similar to + longitude; each path has an assigned number. Combined with a frame number + is identifies a specific piece of ground.\",\"DataType\":\"INT\"},{\"Name\":\"NEAR_END_LAT\",\"Description\":\"Latitude + of the granule where imaging ended nearest to the satellite. For an ascending + satellite, it locates the upper left corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"FARADAY_ROTATION\",\"Description\":\"An + effect of the ionisphere that rotates polarizations from HH or VV or HV or + VH. Significant for L or P band. Rotation over 5 degrees reduces usefulness + for applications such as forest biomass. Effect is reduced at solar minimum.\",\"DataType\":\"STRING\"},{\"Name\":\"FAR_END_LON\",\"Description\":\"Longitude + of the granule where imaging ended farthest from the satellite. For an ascending + satellite, it locates the upper right corner of a north-oriented image.\",\"DataType\":\"FLOAT\"},{\"Name\":\"BYTES\",\"Description\":\"Product + size in bytes.\",\"DataType\":\"FLOAT\"},{\"Name\":\"CENTER_LAT\",\"Description\":\"Latitude + of the center of the scene or frame.\",\"DataType\":\"FLOAT\"},{\"Name\":\"DEM_REGION\",\"Description\":\"The + DEM_REGION for this collection\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"NorthBoundingCoordinate\":90.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]}},\"GranuleSpatialRepresentation\":\"GEODETIC\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"AGRICULTURE\",\"Term\":\"FOREST SCIENCE\",\"VariableLevel1\":\"REFORESTATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL ECOSYSTEMS\",\"VariableLevel1\":\"AGRICULTURAL + LANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"ALPINE/TUNDRA\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"BEACHES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"DESERTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"DUNES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"FORESTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"GRASSLANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"ISLANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"URBAN LANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"BIOSPHERE\",\"Term\":\"TERRESTRIAL + ECOSYSTEMS\",\"VariableLevel1\":\"WETLANDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"EROSION/SEDIMENTATION\",\"VariableLevel1\":\"LANDSLIDES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"AEOLIAN + LANDFORMS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC + LANDFORMS/PROCESSES\",\"VariableLevel1\":\"COASTAL LANDFORMS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"FLUVIAL + LANDFORMS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC + LANDFORMS/PROCESSES\",\"VariableLevel1\":\"GLACIAL LANDFORMS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"KARST + LANDFORMS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"GEOMORPHIC + LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC LANDFORMS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LAND USE/LAND COVER\",\"VariableLevel1\":\"LAND + USE/LAND COVER CLASSIFICATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND + SURFACE\",\"Term\":\"LANDSCAPE\",\"VariableLevel1\":\"LANDSCAPE ECOLOGY\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LANDSCAPE\",\"VariableLevel1\":\"LANDSCAPE + PATTERNS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LANDSCAPE\",\"VariableLevel1\":\"LANDSCAPE + PROCESSES\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"LANDSCAPE\",\"VariableLevel1\":\"REFORESTATION\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"LANDFORMS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"SURFACE + ROUGHNESS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TERRAIN + ELEVATION\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"LAND SURFACE\",\"Term\":\"TOPOGRAPHY\",\"VariableLevel1\":\"TOPOGRAPHIC + EFFECTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEOMORPHIC + LANDFORMS/PROCESSES\",\"VariableLevel1\":\"GLACIAL LANDFORMS\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"CALDERA\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"CINDER CONE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"FAULTS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"FOLDS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"GEYSER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"GRABEN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"HORST\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"LAVA DOME\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"LAVA PLAIN\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"MAAR\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"MOUNTAINS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"PLATEAU\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"RIDGE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"RIFT VALLEY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"TUYA\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\",\"VariableLevel2\":\"VOLCANO\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID + EARTH\",\"Term\":\"GEOMORPHIC LANDFORMS/PROCESSES\",\"VariableLevel1\":\"TECTONIC + LANDFORMS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"EARTHQUAKES\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"PLATE + TECTONICS\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SOLID EARTH\",\"Term\":\"TECTONICS\",\"VariableLevel1\":\"VOLCANIC + ACTIVITY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"SURFACE + WATER\",\"VariableLevel1\":\"WETLANDS\"}],\"TemporalExtents\":[{\"PrecisionOfSeconds\":1,\"EndsAtPresentFlag\":false,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-05-20T18:16:38.000Z\",\"EndingDateTime\":\"1998-10-11T00:57:08.000Z\"}]}],\"ProcessingLevel\":{\"ProcessingLevelDescription\":\"JERS-1 + standard data products provided as amplitude images for use in research from + the ASF DAAC datapool.\",\"Id\":\"1\"},\"DOI\":{\"MissingReason\":\"Unknown\",\"Explanation\":\"It + is unknown if this record has a DOI.\"},\"ShortName\":\"JERS-1_L0\",\"EntryTitle\":\"JERS-1_LEVEL1\",\"RelatedUrls\":[{\"Description\":\"Vertex, + the ASF search and download interface\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"URL\":\"https://vertex.daac.asf.alaska.edu/\"}],\"DataDates\":[{\"Date\":\"2010-04-01T00:05:18.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2019-03-20T20:45:59.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"JERS-1 + Level 1 Data\",\"Version\":\"1\",\"UseConstraints\":{\"LicenseURL\":{\"Linkage\":\"https://earthdata.nasa.gov/earth-observation-data/data-use-policy\",\"Name\":\"Data + Use Policy\",\"Description\":\"License URL for data use policy\",\"MimeType\":\"text/html\"}},\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"ASF\"},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"ASF\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"907-474-5041\"},{\"Type\":\"Email\",\"Value\":\"uso@asf.alaska.edu\"}]}},{\"Roles\":[\"DISTRIBUTOR\"],\"ShortName\":\"ASF\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"907-474-5041\"},{\"Type\":\"Email\",\"Value\":\"uso@asf.alaska.edu\"}]}}],\"Platforms\":[{\"Type\":\"Spacecraft\",\"ShortName\":\"JERS-1\",\"LongName\":\"Japanese + Earth Resources Satellite-1\",\"Instruments\":[{\"ShortName\":\"SAR\",\"LongName\":\"Synthetic + Aperture Radar\",\"ComposedOf\":[{\"ShortName\":\"STD\"}],\"OperationalModes\":[\"Arctic\",\"Antarctic\"]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-JHUAPL_SRI_Kauai\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360389-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:36.984Z\",\"granule-count\":24,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1993-03-25T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/JHUAPL_SRI_KAUAI/DATA001\"},\"ShortName\":\"JHUAPL_SRI_Kauai\",\"EntryTitle\":\"Johns + Hopkins University Applied Physics Laboratory (JHUAPL) measurements near the + island of Kauai in 1993\",\"RelatedUrls\":[{\"Description\":\"Detailed information + about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/JHUAPL_SRI_Kauai/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + made by the Johns Hopkins University Applied Physics Laboratory (JHUAPL) near + the island of Kauai in 1993.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-JGOFS\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360387-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:35.970Z\",\"granule-count\":477,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1986-08-08T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/JGOFS/DATA001\"},\"ShortName\":\"JGOFS\",\"EntryTitle\":\"Joint + Global Ocean Flux Study (JGOFS)\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/JGOFS/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Measurements + from the Joint Global Ocean Flux Study (JGOFS), spanning 1986 to 1998.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-JGOFS_EQPAC\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360386-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:35.494Z\",\"granule-count\":135,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1992-02-04T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/JGOFS_EQPAC/DATA001\"},\"ShortName\":\"JGOFS_EQPAC\",\"EntryTitle\":\"Joint + Global Ocean Flux Study (JGOFS) - Central Equatorial Pacific\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/JGOFS_EQPAC/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Joint + Global Ocean Flux Study (JGOFS) Central Equatorial Pacific measurements from + 1992.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":5,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-JGOFS_WOCE\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360388-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:36.470Z\",\"granule-count\":25,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-09-04T00:00:00Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/JGOFS_WOCE/DATA001\"},\"ShortName\":\"JGOFS_WOCE\",\"EntryTitle\":\"Joint + Global Ocean Flux Study (JGOFS) - World Ocean Circulation Experiment\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/JGOFS_WOCE/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Joint + Global Ocean Flux Study (JGOFS) World Ocean Circulation Experiment measurements + from 1991.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-JGOFS_Arabian_Sea\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360384-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:34.604Z\",\"granule-count\":1053,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1994-03-15T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/JGOFS_ARABIAN_SEA/DATA001\"},\"ShortName\":\"JGOFS_Arabian_Sea\",\"EntryTitle\":\"Joint + Global Ocean Flux Study (JGOFS) Arabian Sea measurements\",\"RelatedUrls\":[{\"Description\":\"Detailed + information about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/JGOFS_Arabian_Sea/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Joint + Global Ocean Flux Study (JGOFS) Arabian Sea measurements from 1994 and 1995.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":29,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"OB_DAAC\",\"has-combine\":false,\"user-id\":\"amscott\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"Collection_SeaBASS-JGOFS_BOFS\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1633360385-OB_DAAC\",\"revision-date\":\"2023-04-11T20:12:35.063Z\",\"granule-count\":40,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"BoundingRectangles\":[{\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90.0,\"SouthBoundingCoordinate\":-90.0,\"WestBoundingCoordinate\":-180.0}],\"CoordinateSystem\":\"CARTESIAN\"}},\"SpatialCoverageType\":\"HORIZONTAL\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN CHEMISTRY\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN OPTICS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"OCEAN TEMPERATURE\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"EndsAtPresentFlag\":true,\"RangeDateTimes\":[{\"BeginningDateTime\":\"1991-06-19T00:00:02Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SeaBASS/JGOFS_BOFS/DATA001\"},\"ShortName\":\"JGOFS_BOFS\",\"EntryTitle\":\"Joint + Global Ocean Flux Study (JGOFS) Arabian Sea measurements - Biogeochemical + Ocean Flux Study (BOFS)\",\"RelatedUrls\":[{\"Description\":\"Detailed information + about the SeaBASS Experiment such as cruises, funding, and investigators\",\"Type\":\"DATA + SET LANDING PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov/experiment/JGOFS_BOFS/\",\"URLContentType\":\"CollectionURL\"}],\"DataDates\":[{\"Date\":\"2023-04-06T00:00:00Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"Joint + Global Ocean Flux Study (JGOFS) measurements taken by Germany, The Netherlands, + and the United Kingdom from 1991.\",\"Version\":\"0\",\"DataCenters\":[{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"data@oceancolor.gsfc.nasa.gov\"},{\"Type\":\"Fax\",\"Value\":\"301-286-0268\"}],\"RelatedUrls\":[{\"Description\":\"NASA's + OceanColor Web\",\"Type\":\"HOME PAGE\",\"URL\":\"https://oceancolor.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"Ocean + Biology Distributed Active Archive Center (OB.DAAC), Global Change Data Center, + Earth Sciences Division, Science and Exploration Directorate, Goddard Space + Flight Center, NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/OB.DAAC\"},{\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"seabass@seabass.gsfc.nasa.gov\"},{\"Type\":\"Direct + Line\",\"Value\":\"301-286-4759\"}],\"RelatedUrls\":[{\"Description\":\"SeaBASS + Home Page\",\"Type\":\"HOME PAGE\",\"URL\":\"https://seabass.gsfc.nasa.gov\",\"URLContentType\":\"DataCenterURL\"}]},\"LongName\":\"SeaWiFS + Bio-optical Archive and Storage System, Global Change Data Center, Earth Sciences + Division, Science and Exploration Directorate, Goddard Space Flight Center, + NASA\",\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/SeaBASS\"}],\"Platforms\":[{\"ShortName\":\"Water-based + Platforms\"},{\"ShortName\":\"In Situ Ocean-based Platforms\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"}}},{\"meta\":{\"revision-id\":18,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2565791297-POCLOUD\",\"V2565791271-POCLOUD\",\"V2565791277-POCLOUD\",\"V2565791265-POCLOUD\",\"V2565791256-POCLOUD\",\"V2565791293-POCLOUD\",\"V2565791288-POCLOUD\",\"V2565791301-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/TELLUS_GRAC-GRFO_MASCON_CRI_GRID_RL06.1_V3/\",\"podaac-ops-cumulus-public/TELLUS_GRAC-GRFO_MASCON_CRI_GRID_RL06.1_V3/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_25946\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2565791297-POCLOUD\"},{\"concept-id\":\"V2565791271-POCLOUD\"},{\"concept-id\":\"V2565791277-POCLOUD\"},{\"concept-id\":\"V2565791265-POCLOUD\"},{\"concept-id\":\"V2565791256-POCLOUD\"},{\"concept-id\":\"V2565791293-POCLOUD\"},{\"concept-id\":\"V2565791288-POCLOUD\"},{\"concept-id\":\"V2565791301-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2536962485-POCLOUD\",\"revision-date\":\"2023-09-05T22:19:49.070Z\",\"granule-count\":1,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"Tellus\",\" + Mascon\",\" Ocean Mass\",\" Water Height\",\" Water Mass\",\" Gravity\",\" + Ocean Bottom Pressure\",\"RL06.1Mv03\",\"Sea Level\",\"GRACE-FO\",\"Terrestrial + Water Storage\"],\"CollectionCitations\":[{\"Creator\":\"D. N. Wiese, D.-N. + Yuan, C. Boening, F. W. Landerer, M. M. Watkins\",\"OnlineResource\":{\"Linkage\":\"http://grace.jpl.nasa.gov/data/get-data/jpl_global_mascons/\"},\"Publisher\":\"TELLUS\",\"Title\":\"JPL + GRACE and GRACE-FO Mascon Ocean, Ice, and Hydrology Equivalent Water Height + CRI Filtered\",\"SeriesName\":\"JPL Mascon Ocean, Ice, and Hydrology Equivalent + Water Height Coastal Resolution Improvement (CRI) Filtered\",\"OtherCitationDetails\":\"D. + N. Wiese, D.-N. Yuan, C. Boening, F. W. Landerer, M. M. Watkins, TELLUS, 2019-11-26, + JPL GRACE and GRACE-FO Mascon Ocean, Ice, and Hydrology Equivalent Water Height + Coastal Resolution Improvement (CRI) Filtered Release 06 Version 02, http://grace.jpl.nasa.gov/data/get-data/jpl_global_mascons/\",\"ReleaseDate\":\"2023-01-25T00:00:00.000Z\",\"Version\":\"RL06.1Mv03\",\"ReleasePlace\":\"JPL/PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-16T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2021-03-16T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"data_latency\",\"Description\":\"Dataset + Latency\",\"Value\":\"4000\",\"DataType\":\"INT\"},{\"Name\":\"Series Name\",\"Description\":\"Dataset + citation series name\",\"Value\":\"JPL Mascon Ocean, Ice, and Hydrology Equivalent + Water Height Coastal Resolution Improvement (CRI) Filtered\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-TEMSC-3JC62\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Equal Area Spherical Lat-Lon, Projection Detail: Geolocation information + included for each pixel\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":0.5,\"YDimension\":0.5,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"WATER BUDGET\",\"VariableLevel1\":\"TERRESTRIAL + WATER STORAGE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"GROUND + WATER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE + SHEETS\",\"VariableLevel1\":\"GLACIER MASS BALANCE/ICE SHEET MASS BALANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/TEMSC-3JC63\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"TELLUS_GRAC-GRFO_MASCON_CRI_GRID_RL06.1_V3\",\"EntryTitle\":\"JPL + GRACE and GRACE-FO Mascon Ocean, Ice, and Hydrology Equivalent Water Height + Coastal Resolution Improvement (CRI) Filtered Release 06.1 Version 03\",\"PublicationReferences\":[{\"Title\":\"Improved + methods for observing Earth's time variable mass distribution with GRACE using + spherical cap mascons: Improved Gravity Observations from GRACE.\",\"Publisher\":\"Journal + of Geophysical Research: Solid Earth\",\"DOI\":{\"DOI\":\"10.1002/2014JB011547\"},\"Author\":\"Watkins, + M. M., Wiese, D. N., Yuan, D. N., Boening, C., & Landerer, F. W.\",\"PublicationDate\":\"2015-04-15T00:00:00.000Z\",\"Volume\":\"120\",\"Issue\":\"4\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/TELLUS_GRAC-GRFO_MASCON_CRI_GRID_RL06.1_V3/\",\"podaac-ops-cumulus-public/TELLUS_GRAC-GRFO_MASCON_CRI_GRID_RL06.1_V3/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"Release + Note\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/tellus/open/L3/docs/GRACE_GRACE-FO_ReleaseNotes_JPL_MASCON.pdf\"},{\"Description\":\"Provides + additional resources and information for the Global Mascon datasets.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://grace.jpl.nasa.gov/data/get-data/jpl_global_mascons/\"},{\"Description\":\"GRACE-FO + Mission Information Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE-FO\"},{\"Description\":\"For + derivations of the CRI filter and gain factors, along with a discussion of + leakage errors, please see Wiese et al., 2016, doi:10.1002/2016WR019344.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/Wiese_2016_WRR.pdf\"},{\"Description\":\"GRACE + monthly data integration range\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE_GRACE-FO_Months_RL06.csv\"},{\"Description\":\"GRACE + Mission Information Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Description\":\"Generic + Data Readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers + \"},{\"Description\":\"GRACE Tellus Project page for Frequently Asked Questions.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://grace.jpl.nasa.gov/about/faq/\"},{\"Description\":\"Grace + Tellus Project site for announcing recent and historical updates regarding + Tellus datasets.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"IMPORTANT NOTICE\",\"URL\":\"https://grace.jpl.nasa.gov/data/data-updates/\"},{\"Description\":\"Python + script of converting netCDF4 to GeoTIFF\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/GRACE\"},{\"Description\":\"GRACE + Tellus Project web tool for entering user feedback. Users are advised to only + use this tool when submitting data quality issues directly to the GRACE Tellus + Project. For all other inquiries, please visit https://podaac.jpl.nasa.gov/forum/.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://grace.jpl.nasa.gov/about/feedback/\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/TELLUS_GRAC-GRFO_MASCON_CRI_GRID_RL06_V2.jpg\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2536962485-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2536962485-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"SOTO + (State Of The Ocean) Visualization (total water storage anomaly) \",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"Subtype\":\"MAP\",\"URL\":\"https://soto.podaac.earthdatacloud.nasa.gov/?l=GRACE_Tellus_Liquid_Water_Equivalent_Thickness_Mascon_CRI,BlueMarble_ShadedRelief_Bathymetry,Coastlines_15m\"},{\"Description\":\"LAND_MASK.CRI + File\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DATA + COLLECTION BUNDLE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/tellus/open/L3/mascon/docs/LAND_MASK.CRI.nc\"},{\"Description\":\"PLACEMENT + file\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DATA + COLLECTION BUNDLE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/tellus/open/L3/mascon/docs/JPL_MSCNv03_PLACEMENT.nc\"},{\"Description\":\"SCALE_FACTOR + File\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DATA + COLLECTION BUNDLE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/tellus/open/L3/mascon/docs/CLM4.SCALE_FACTOR.JPL.MSCNv03CRI.nc\"},{\"Description\":\"GRACE + Documentation and Technical Notes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/gravity/grace-documentation + \ \"},{\"Description\":\"GRACE-FO Documentation and Technical Notes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/gravity/gracefo-documentation + \"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-10-24T01:16:07.481Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2019-10-24T01:16:07.481Z\"}],\"Abstract\":\"This + dataset contains gridded monthly global water storage/height anomalies relative + to a time-mean, derived from GRACE and GRACE-FO and processed at JPL using + the Mascon approach (RL06.1Mv03). This version of the data employs a Coastal + Resolution Improvement (CRI) filter that reduces signal leakage errors across + coastlines. These data are provided in a single data file in netCDF format, + and can be used for analysis for ocean, ice, and hydrology phenomena. The + water storage/height anomalies are given in equivalent water thickness units + (cm). The solution provided here is derived from solving for monthly gravity + field variations in terms of geolocated spherical cap mass concentration functions, + rather than global spherical harmonic coefficients. Additionally, realistic + geophysical information is introduced during the solution inversion to intrinsically + remove correlated error. Thus, these Mascon grids do not need to be destriped + or smoothed, like traditional spherical harmonic gravity solutions. The complete + Mascon solution consists of 4,551 relatively independent estimates of surface + mass change that have been derived using an equal-area 3-degree grid of individual + mascons. A subset of these individual mascons span coastlines, and contain + mixed land and ocean mass change signals. In a post-processing step, the CRI + filter is applied to those mixed land/ocean Mascons to separate land and ocean + mass. The land mask used to perform this separation is provided in the same + directory as this dataset. Since the individual mascons act as an inherent + smoother on the gravity field, a set of optional gain factors (for continental + hydrology applications) that can be applied to the solution to study mass + change signals at sub-mascon resolution is also provided within the same data + directory as the Mascon data. This RL06.1Mv03 is an updated version of the + previous Tellus JPL Mascon RL06Mv02 (DOI, 10.5067/TEMSC-3JC62). RL06.1Mv03 + differs from RL06Mv02 only in the Level-1B accelerometer transplant data that + is used for the GF2 (GRACE-FO 2) satellite; RL06.1Mv03 uses the ACH data product + For more information, please visit https://grace.jpl.nasa.gov/data/get-data/jpl_global_mascons/. + For a detailed description on the Mascon solution, including the mathematical + derivation, implementation of geophysical constraints, and solution validation, + please see Watkins et al., 2015, doi: 10.1002/2014JB011547. For a detailed + description of the CRI filter implementation, please see Wiese et al., 2016, + doi:10.1002/2016WR019344.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-06-23T18:32:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T22:19:00.000Z\"}],\"Version\":\"RL06.1Mv03\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"StartDate\":\"2002-03-17T00:00:00.000Z\",\"EndDate\":\"2017-10-15T00:00:00.000Z\"},{\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"StartDate\":\"2018-05-22T00:00:00.000Z\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"Wen-Hao\",\"LastName\":\"Li\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(818) + 393-1176\"},{\"Type\":\"Email\",\"Value\":\"wen-hao.li@jpl.nasa.gov\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}],\"ContactGroups\":[{\"Roles\":[\"Data + Center Contact\"],\"GroupName\":\"Help Desk\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}]},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"89.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity Recovery + and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"-1.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"89.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2565808888-POCLOUD\",\"V2565808904-POCLOUD\",\"V2565808882-POCLOUD\",\"V2565808901-POCLOUD\",\"V2565808877-POCLOUD\",\"V2565808871-POCLOUD\",\"V2565808863-POCLOUD\",\"V2565808898-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/TELLUS_GRAC-GRFO_MASCON_GRID_RL06.1_V3/\",\"podaac-ops-cumulus-public/TELLUS_GRAC-GRFO_MASCON_GRID_RL06.1_V3/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_25947\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2565808888-POCLOUD\"},{\"concept-id\":\"V2565808904-POCLOUD\"},{\"concept-id\":\"V2565808882-POCLOUD\"},{\"concept-id\":\"V2565808901-POCLOUD\"},{\"concept-id\":\"V2565808877-POCLOUD\"},{\"concept-id\":\"V2565808871-POCLOUD\"},{\"concept-id\":\"V2565808863-POCLOUD\"},{\"concept-id\":\"V2565808898-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2536982552-POCLOUD\",\"revision-date\":\"2023-09-05T22:28:06.736Z\",\"granule-count\":2,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\" + Tellus\",\" Mascon\",\" Terrestrial Water Storage\",\" Ocean Mass\",\" Water + Height\",\" Water Mass\",\"GRACE-FO\",\"RL06.1Mv03\",\" Ocean Bottom Pressure\",\"Sea + Level\"],\"CollectionCitations\":[{\"Version\":\"RL06.1Mv03\",\"Title\":\"JPL + GRACE and GRACE-FO Mascon Ocean, Ice, and Hydrology Equivalent Water Height + JPL\",\"Creator\":\"D. N. Wiese, D.-N. Yuan, C. Boening, F. W. Landerer, M. + M. Watkins\",\"SeriesName\":\"JPL Mascon Ocean, Ice, and Hydrology Equivalent + Water Height\",\"ReleaseDate\":\"2023-01-25T00:00:00.000Z\",\"ReleasePlace\":\"JPL/PO.DAAC\",\"Publisher\":\"JPL/Tellus\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/data/get-data/jpl_global_mascons/\"}}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-16T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2021-03-16T23:59:59.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"data_latency\",\"Description\":\"Dataset + Latency\",\"Value\":\"4000\",\"DataType\":\"INT\"},{\"Name\":\"Series Name\",\"Description\":\"Dataset + citation series name\",\"Value\":\"JPL Mascon Ocean, Ice, and Hydrology Equivalent + Water Height\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent ID\",\"Description\":\"Dataset + Persistent ID\",\"Value\":\"PODAAC-TEMSC-3MJ62\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":90.0,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-90.0}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Equal Area Spherical Lat-Lon, Projection Detail: Geolocation information + included for each pixel\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World + Geodetic System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":0.5,\"YDimension\":0.5,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"WATER BUDGET\",\"VariableLevel1\":\"TERRESTRIAL + WATER STORAGE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"GROUND + WATER\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"CRYOSPHERE\",\"Term\":\"GLACIERS/ICE + SHEETS\",\"VariableLevel1\":\"GLACIER MASS BALANCE/ICE SHEET MASS BALANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/TEMSC-3MJ63\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"TELLUS_GRAC-GRFO_MASCON_GRID_RL06.1_V3\",\"EntryTitle\":\"JPL + GRACE and GRACE-FO Mascon Ocean, Ice, and Hydrology Equivalent Water Height + JPL Release 06.1 Version 03\",\"PublicationReferences\":[{\"Title\":\"Improved + methods for observing Earth's time variable mass distribution with GRACE\",\"Publisher\":\"JGR + Solid Earth\",\"DOI\":{\"DOI\":\"10.1002/2014JB011547\"},\"Author\":\"Watkins, + M. M., D. N. Wiese, D.-N. Yuan, C. Boening, F. W. Landerer\",\"PublicationDate\":\"2015-02-26T00:00:00.000Z\",\"Volume\":\"120\",\"Issue\":\"4\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/TELLUS_GRAC-GRFO_MASCON_GRID_RL06.1_V3/\",\"podaac-ops-cumulus-public/TELLUS_GRAC-GRFO_MASCON_GRID_RL06.1_V3/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"MetadataLanguage\":\"eng\",\"RelatedUrls\":[{\"Description\":\"Python + script of converting netCDF4 to GeoTIFF\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/GRACE\"},{\"Description\":\"Grace + Tellus Project site for announcing recent and historical updates regarding + Tellus datasets.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"IMPORTANT NOTICE\",\"URL\":\"https://grace.jpl.nasa.gov/data/data-updates/\"},{\"Description\":\"GRACE + Tellus Project web tool for entering user feedback. Users are advised to only + use this tool when submitting data quality issues directly to the GRACE Tellus + Project. For all other inquiries, please visit https://podaac.jpl.nasa.gov/forum/.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://grace.jpl.nasa.gov/about/feedback/\"},{\"Description\":\"GRACE-FO + Project Mission Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE-FO\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/TELLUS_GRAC-GRFO_MASCON_GRID_RL06_V2.jpg\"},{\"Description\":\"Release + Note\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED INFORMATION\",\"Subtype\":\"IMPORTANT + NOTICE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/tellus/open/L3/docs/GRACE_GRACE-FO_ReleaseNotes_JPL_MASCON.pdf\"},{\"Description\":\"Provides + additional resources and information for the Global Mascon datasets.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://grace.jpl.nasa.gov/data/get-data/jpl_global_mascons/\"},{\"Description\":\"GRACE + monthly data integration range\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE_GRACE-FO_Months_RL06.csv\"},{\"Description\":\"GRACE + Tellus Project page for Frequently Asked Questions.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://grace.jpl.nasa.gov/about/faq/\"},{\"Description\":\"GRACE + Mission Information Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Description\":\"Generic + Data Reader\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers + \"},{\"Description\":\"For derivations of the CRI filter and gain factors, + along with a discussion of leakage errors, please see Wiese et al., 2016, + doi:10.1002/2016WR019344.\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"PUBLICATIONS\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/Wiese_2016_WRR.pdf\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2536982552-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2536982552-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"LAND_MASK.CRI + File\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DATA + COLLECTION BUNDLE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/tellus/open/L3/mascon/docs/LAND_MASK.CRI.nc\"},{\"Description\":\"PLACEMENT + file\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DATA + COLLECTION BUNDLE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/tellus/open/L3/mascon/docs/JPL_MSCNv03_PLACEMENT.nc\"},{\"Description\":\"SCALE_FACTOR + File\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA\",\"Subtype\":\"DATA + COLLECTION BUNDLE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/tellus/open/L3/mascon/docs/CLM4.SCALE_FACTOR.JPL.MSCNv03CRI.nc\"},{\"Description\":\"GRACE-FO + Documentation and Technical Notes \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/gravity/gracefo-documentation + \"},{\"Description\":\"GRACE Documentation and Technical Notes \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/gravity/grace-documentation + \ \"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2019-10-24T01:08:34.375Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2019-10-24T01:08:34.375Z\"}],\"Abstract\":\"This + dataset contains gridded monthly global water storage/height anomalies relative + to a time-mean, derived from GRACE and GRACE-FO and processed at JPL using + the Mascon approach (RL06.1Mv03). These data are provided in a single data + file in netCDF format, and can be used for analysis for ocean, ice, and hydrology + phenomena. The water storage/height anomalies are given in equivalent water + thickness units (cm). The solution provided here is derived from solving for + monthly gravity field variations in terms of geolocated spherical cap mass + concentration functions, rather than global spherical harmonic coefficients. + Additionally, realistic geophysical information is introduced during the solution + inversion to intrinsically remove correlated error. Thus, these Mascon grids + do not need to be destriped or smoothed, like traditional spherical harmonic + gravity solutions. The complete Mascon solution consists of 4,551 relatively + independent estimates of surface mass change that have been derived using + an equal-area 3-degree grid of individual mascons. It should be noted that + this dataset does not correct for leakage errors across coastlines; it is + therefore recommended only for users who want to apply their own algorithm + to separate between land and ocean mass very near coastlines. This RL06.1Mv03 + is an updated version of the previous Tellus JPL Mascon RL06Mv02 (DOI, 10.5067/TEMSC-3JC62). + RL06.1Mv03 differs from RL06Mv02 only in the Level-1B accelerometer transplant + data that is used for the GF2 (GRACE-FO 2) satellite; RL06.1Mv03 uses the + ACH data product. For more information, please visit https://grace.jpl.nasa.gov/data/get-data/jpl_global_mascons/. + For a detailed description on the Mascon solution, including the mathematical + derivation, implementation of geophysical constraints, and solution validation, + please see Watkins et al., 2015, doi: 10.1002/2014JB011547. This product is + intended for expert use only; other users are encouraged to use the CRI-filtered + Mascon dataset, which is available here: https://podaac.jpl.nasa.gov/dataset/TELLUS_GRAC-GRFO_MASCON_GRID_RL06.1_V3 + \",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-06-16T17:42:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T22:28:00.000Z\"}],\"Version\":\"RL06.1Mv03\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"StartDate\":\"2002-03-20T00:00:00.000Z\",\"EndDate\":\"2017-10-01T00:00:00.000Z\"},{\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"StartDate\":\"2018-05-10T00:00:00.000Z\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"Data + Center Contact\"],\"GroupName\":\"Help Desk\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}]},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"89.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}]},{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity Recovery + and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"89.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRC-GFO_GRIDDED_AOD1B_JPL_1-DEG_RL06/\",\"podaac-ops-cumulus-public/GRC-GFO_GRIDDED_AOD1B_JPL_1-DEG_RL06/\"],\"has-spatial-subsetting\":true,\"native-id\":\"JPL+GRACE/GRACE-FO+Gridded-AOD1B+Water-Equivalent-Thickness+Surface-Mass+Anomaly+RL06+dataset+for+Tellus+Level-3+1.0-degree+grid\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036882154-POCLOUD\",\"revision-date\":\"2023-09-05T22:35:38.015Z\",\"granule-count\":227,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"TELLUS\",\" + GRACE\",\" GRACE-FO\",\" LWET\",\" Gravity\",\" JPL\",\" RL06\",\" AOD1B\"],\"CollectionCitations\":[{\"Creator\":\"Felix + Landerer\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.1029/2011WR011453\"},\"Publisher\":\"TELLUS\",\"Title\":\"GRC-GFO_GRIDDED_AOD1B_JPL_1-DEG_RL06\",\"SeriesName\":\"JPL + GRACE/GRACE-FO Gridded-AOD1B Water-Equivalent-Thickness Surface-Mass Anomaly + RL06 dataset for Tellus Level-3 1.0-degree grid\",\"OtherCitationDetails\":\"Felix + Landerer, TELLUS, 2020-03-31, JPL GRACE/GRACE-FO Gridded-AOD1B Water-Equivalent-Thickness + Surface-Mass Anomaly RL06 dataset for Tellus Level-3 1.0-degree grid, Landerer + F. W. and S. C. Swenson, 2012, Accuracy of scaled GRACE terrestrial water + storage estimates. Water Resources Research, Vol 48, W04531, 11 PP, doi:https://doi.org/10.1029/2011WR011453\",\"ReleaseDate\":\"2020-03-31T00:00:00.000Z\",\"Version\":\"RL06\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-04T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2021-04-01T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"data_latency\",\"Description\":\"Dataset + Latency\",\"Value\":\"3600\",\"DataType\":\"INT\"},{\"Name\":\"Series Name\",\"Description\":\"Dataset + citation series name\",\"Value\":\"JPL GRACE/GRACE-FO Gridded-AOD1B Water-Equivalent-Thickness + Surface-Mass Anomaly RL06 dataset for Tellus Level-3 1.0-degree grid\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GGAOD-3GJ60\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":89.5,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-89.5}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Gridded\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World Geodetic + System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":1.0,\"YDimension\":1.0,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN PRESSURE\",\"VariableLevel1\":\"OCEAN + BOTTOM PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + PRESSURE\",\"VariableLevel1\":\"PRESSURE ANOMALIES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GGAOD-3GJ60\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRC-GFO_GRIDDED_AOD1B_JPL_1-DEG_RL06\",\"EntryTitle\":\"JPL + GRACE/GRACE-FO Gridded-AOD1B Water-Equivalent-Thickness Surface-Mass Anomaly + RL06 dataset for Tellus Level-3 1.0-degree grid\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Landerer + F. W. and S. C. Swenson, Accuracy of scaled GRACE terrestrial water storage + estimates. Water Resources Research, Vol 48, W04531, 11 PP, doi:10.1029/2011WR011453, + 2012.\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRC-GFO_GRIDDED_AOD1B_JPL_1-DEG_RL06/\",\"podaac-ops-cumulus-public/GRC-GFO_GRIDDED_AOD1B_JPL_1-DEG_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"GRACE-FO + Project Website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://gracefo.jpl.nasa.gov/\"},{\"Description\":\"PODAAC + GRACE-FO Mission-Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE-FO\"},{\"Description\":\"GRACE + monthly data integration range\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE_GRACE-FO_Months_RL06.csv\"},{\"Description\":\"AOD1B + Product Description Document for Product Release 06\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/AOD1B_PDD_RL06_v6.1.pdf\"},{\"Description\":\"PO.DAAC + Forum Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/forum/viewforum.php?f=27\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRC-GFO_GRIDDED_AOD1B_JPL_1-DEG_RL06.jpg\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"Browse + and download granules over HTTPS using the virtual directories\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2036882154-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2036882154-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-03-11T23:21:02.742Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2020-03-11T23:21:02.742Z\"}],\"Abstract\":\"GRACE + non-tidal high-frequency atmospheric and oceanic mass variation models are + routinely generated at GFZ as so-called Atmosphere and Ocean De-aliasing Level-1B + (AOD1B) products (in terms of corresponding spherical harmonic geopotential + coefficients) to be added to the background static gravity model during GRACE + monthly gravity field determination. AOD1B products are 3-hourly series of + spherical harmonic coefficients up to degree and order 180 which are routinely + provided to the GRACE Science Data System and the user community with only + a few days time delay. These products reflect spatio-temporal mass variations + in the atmosphere and oceans deduced from an operational atmospheric model + and corresponding ocean dynamics provided by an ocean model. The variability + is derived by subtraction of a long-term mean of vertical integrated atmospheric + mass distributions and a corresponding mean of ocean bottom pressure as simulated + with the ocean model. For further details, please refer to https://www.gfz-potsdam.de/en/aod1b/.\\r\\n\\r\\nThe + Gridded AOD1B data sets provided here contain the monthly mean AOD1B data + in geolocated gridded form, smoothed or spatially aggregated to be consistent + with the GRACE and GRACE-FO Tellus Level-3 data products of land and/or ocean + mass anomalies. With these gridded AOD1B Level-3 products, users can remove + or add the effects of the modeled mean monthly atmospheric and ocean bottom + pressure change (e.g., to compare different models).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-11-02T16:20:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T22:35:00.000Z\"}],\"Version\":\"RL06\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"StartDate\":\"2002-03-20T00:00:00.000Z\",\"EndDate\":\"2017-10-01T00:00:00.000Z\"},{\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"StartDate\":\"2018-05-22T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"Data + Center Contact\"],\"GroupName\":\"Help Desk\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}]},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"GRACE/TELLUS + Processing System\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/GRC-GFO_GRIDDED_AOD1B_JPL_MASCON_RL06/\",\"podaac-ops-cumulus-public/GRC-GFO_GRIDDED_AOD1B_JPL_MASCON_RL06/\"],\"has-spatial-subsetting\":true,\"native-id\":\"JPL+GRACE/GRACE-FO+Gridded-AOD1B+Water-Equivalent-Thickness+Surface-Mass+Anomaly+RL06+dataset+for+Tellus+Level-3+mascon+0.5-degree+grid\",\"has-transforms\":false,\"association-details\":{\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036882163-POCLOUD\",\"revision-date\":\"2023-09-05T22:42:54.463Z\",\"granule-count\":227,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"TELLUS\",\" + GRACE\",\" GRACE-FO\",\" LWET\",\" Gravity\",\" JPL\",\" RL06\",\" MASCON\",\" + AOD1B\"],\"CollectionCitations\":[{\"Creator\":\"Felix Landerer\",\"OnlineResource\":{\"Linkage\":\"https://doi.org/10.1029/2011WR011453\"},\"Publisher\":\"TELLUS\",\"Title\":\"GRC-GFO_GRIDDED_AOD1B_JPL_MASCON_RL06\",\"SeriesName\":\"JPL + GRACE/GRACE-FO Gridded-AOD1B Water-Equivalent-Thickness Surface-Mass Anomaly + RL06 dataset for Tellus Level-3 mascon 0.5-degree grid\",\"OtherCitationDetails\":\"Felix + Landerer, TELLUS, 2020-03-31, JPL GRACE/GRACE-FO Gridded-AOD1B Water-Equivalent-Thickness + Surface-Mass Anomaly RL06 dataset for Tellus Level-3 mascon 0.5-degree grid, + Landerer F. W. and S. C. Swenson, 2012, Accuracy of scaled GRACE terrestrial + water storage estimates. Water Resources Research, Vol 48, W04531, 11 PP, + doi:https://doi.org/10.1029/2011WR011453\",\"ReleaseDate\":\"2020-03-31T00:00:00.000Z\",\"Version\":\"RL06\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-04T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2021-04-01T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"data_latency\",\"Description\":\"Dataset + Latency\",\"Value\":\"3600\",\"DataType\":\"INT\"},{\"Name\":\"Series Name\",\"Description\":\"Dataset + citation series name\",\"Value\":\"JPL GRACE/GRACE-FO Gridded-AOD1B Water-Equivalent-Thickness + Surface-Mass Anomaly RL06 dataset for Tellus Level-3 mascon 0.5-degree grid\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GGAOD-3MJ60\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":89.5,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-89.5}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Gridded\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World Geodetic + System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":1.0,\"YDimension\":1.0,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN PRESSURE\",\"VariableLevel1\":\"OCEAN + BOTTOM PRESSURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"ATMOSPHERE\",\"Term\":\"ATMOSPHERIC + PRESSURE\",\"VariableLevel1\":\"PRESSURE ANOMALIES\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-04T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GGAOD-3MJ60\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"GRC-GFO_GRIDDED_AOD1B_JPL_MASCON_RL06\",\"EntryTitle\":\"JPL + GRACE/GRACE-FO Gridded-AOD1B Water-Equivalent-Thickness Surface-Mass Anomaly + RL06 dataset for Tellus Level-3 mascon 0.5-degree grid\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Landerer + F. W. and S. C. Swenson, Accuracy of scaled GRACE terrestrial water storage + estimates. Water Resources Research, Vol 48, W04531, 11 PP, doi:10.1029/2011WR011453, + 2012.\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/GRC-GFO_GRIDDED_AOD1B_JPL_MASCON_RL06/\",\"podaac-ops-cumulus-public/GRC-GFO_GRIDDED_AOD1B_JPL_MASCON_RL06/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"GRACE-FO + Project Website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://gracefo.jpl.nasa.gov/\"},{\"Description\":\"PODAAC + GRACE-FO Mission-Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE-FO\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/GRC-GFO_GRIDDED_AOD1B_JPL_MASCON_RL06.jpg\"},{\"Description\":\"PO.DAAC + Forum Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/forum/viewforum.php?f=27\"},{\"Description\":\"GRACE + monthly data integration range\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE_GRACE-FO_Months_RL06.csv\"},{\"Description\":\"AOD1B + Product Description Document for Product Release 06\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/grace/open/L1B/GFZ/AOD1B/RL04/docs/AOD1B_PDD_RL06_v6.1.pdf\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"Browse + and download granules over HTTPS using the virtual directories\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2036882163-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":8.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2036882163-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-03-11T23:27:51.400Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2020-03-11T23:27:51.400Z\"}],\"Abstract\":\"GRACE + non-tidal high-frequency atmospheric and oceanic mass variation models are + routinely generated at GFZ as so-called Atmosphere and Ocean De-aliasing Level-1B + (AOD1B) products (in terms of corresponding spherical harmonic geopotential + coefficients) to be added to the background static gravity model during GRACE + monthly gravity field determination. AOD1B products are 3-hourly series of + spherical harmonic coefficients up to degree and order 180 which are routinely + provided to the GRACE Science Data System and the user community with only + a few days time delay. These products reflect spatio-temporal mass variations + in the atmosphere and oceans deduced from an operational atmospheric model + and corresponding ocean dynamics provided by an ocean model. The variability + is derived by subtraction of a long-term mean of vertical integrated atmospheric + mass distributions and a corresponding mean of ocean bottom pressure as simulated + with the ocean model. For further details, please refer to https://www.gfz-potsdam.de/en/aod1b/.\\r\\n\\r\\nThe + Gridded AOD1B data sets provided here contain the monthly mean AOD1B data + in geolocated gridded form, smoothed or spatially aggregated to be consistent + with the GRACE and GRACE-FO Tellus Level-3 data products of land and/or ocean + mass anomalies. With these gridded AOD1B Level-3 products, users can remove + or add the effects of the modeled mean monthly atmospheric and ocean bottom + pressure change (e.g., to compare different models).\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-11-02T16:32:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T22:42:00.000Z\"}],\"Version\":\"RL06\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"StartDate\":\"2002-03-20T00:00:00.000Z\",\"EndDate\":\"2017-10-01T00:00:00.000Z\"},{\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"StartDate\":\"2018-05-22T00:00:00.000Z\"}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"Data + Center Contact\"],\"GroupName\":\"Help Desk\",\"ContactInformation\":{\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}]},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"GRACE/TELLUS + Processing System\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":14,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2222137888-POCLOUD\",\"V2222137848-POCLOUD\",\"V2222137792-POCLOUD\",\"V2222137819-POCLOUD\",\"V2222137829-POCLOUD\",\"V2222137805-POCLOUD\",\"V2222137795-POCLOUD\",\"V2222137836-POCLOUD\",\"V2222137852-POCLOUD\",\"V2222137867-POCLOUD\",\"V2222137827-POCLOUD\",\"V2222137840-POCLOUD\",\"V2222137785-POCLOUD\",\"V2222137871-POCLOUD\",\"V2222137833-POCLOUD\",\"V2222137884-POCLOUD\",\"V2222137813-POCLOUD\",\"V2222137778-POCLOUD\",\"V2222137879-POCLOUD\",\"V2222137807-POCLOUD\",\"V2222137821-POCLOUD\",\"V2222137861-POCLOUD\",\"V2222137801-POCLOUD\",\"V2222137823-POCLOUD\",\"V2222137789-POCLOUD\",\"V2222137811-POCLOUD\",\"V2222137809-POCLOUD\",\"V2222137797-POCLOUD\",\"V2222137892-POCLOUD\",\"V2222137815-POCLOUD\",\"V2222137799-POCLOUD\",\"V2222137897-POCLOUD\",\"V2222137817-POCLOUD\",\"V2222137783-POCLOUD\",\"V2222137843-POCLOUD\",\"V2222137875-POCLOUD\",\"V2222137825-POCLOUD\",\"V2222137831-POCLOUD\",\"V2222137803-POCLOUD\",\"V2222137787-POCLOUD\",\"V2222137902-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/SMAP_JPL_L2B_SSS_CAP_V5/\",\"podaac-ops-cumulus-public/SMAP_JPL_L2B_SSS_CAP_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"JPL+SMAP+Level+2B+CAP+Sea+Surface+Salinity+V5.0+Validated+Dataset\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2222137888-POCLOUD\"},{\"concept-id\":\"V2222137848-POCLOUD\"},{\"concept-id\":\"V2222137792-POCLOUD\"},{\"concept-id\":\"V2222137819-POCLOUD\"},{\"concept-id\":\"V2222137829-POCLOUD\"},{\"concept-id\":\"V2222137805-POCLOUD\"},{\"concept-id\":\"V2222137795-POCLOUD\"},{\"concept-id\":\"V2222137836-POCLOUD\"},{\"concept-id\":\"V2222137852-POCLOUD\"},{\"concept-id\":\"V2222137867-POCLOUD\"},{\"concept-id\":\"V2222137827-POCLOUD\"},{\"concept-id\":\"V2222137840-POCLOUD\"},{\"concept-id\":\"V2222137785-POCLOUD\"},{\"concept-id\":\"V2222137871-POCLOUD\"},{\"concept-id\":\"V2222137833-POCLOUD\"},{\"concept-id\":\"V2222137884-POCLOUD\"},{\"concept-id\":\"V2222137813-POCLOUD\"},{\"concept-id\":\"V2222137778-POCLOUD\"},{\"concept-id\":\"V2222137879-POCLOUD\"},{\"concept-id\":\"V2222137807-POCLOUD\"},{\"concept-id\":\"V2222137821-POCLOUD\"},{\"concept-id\":\"V2222137861-POCLOUD\"},{\"concept-id\":\"V2222137801-POCLOUD\"},{\"concept-id\":\"V2222137823-POCLOUD\"},{\"concept-id\":\"V2222137789-POCLOUD\"},{\"concept-id\":\"V2222137811-POCLOUD\"},{\"concept-id\":\"V2222137809-POCLOUD\"},{\"concept-id\":\"V2222137797-POCLOUD\"},{\"concept-id\":\"V2222137892-POCLOUD\"},{\"concept-id\":\"V2222137815-POCLOUD\"},{\"concept-id\":\"V2222137799-POCLOUD\"},{\"concept-id\":\"V2222137897-POCLOUD\"},{\"concept-id\":\"V2222137817-POCLOUD\"},{\"concept-id\":\"V2222137783-POCLOUD\"},{\"concept-id\":\"V2222137843-POCLOUD\"},{\"concept-id\":\"V2222137875-POCLOUD\"},{\"concept-id\":\"V2222137825-POCLOUD\"},{\"concept-id\":\"V2222137831-POCLOUD\"},{\"concept-id\":\"V2222137803-POCLOUD\"},{\"concept-id\":\"V2222137787-POCLOUD\"},{\"concept-id\":\"V2222137902-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2208420167-POCLOUD\",\"revision-date\":\"2023-05-22T18:29:54.759Z\",\"granule-count\":45311,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"JPLSMAPSSSV50\",\" + SMAP\",\" SMAP-SSS\",\" Soil Moisture Active Passive\",\"salinity\",\" polar\",\"sun-synchronous\",\"sss\",\"psu\",\"NASA\",\"project\",\"mission\",\" + JPL\",\" CAP\",\" combined active/passive\",\" L2B\"],\"CollectionCitations\":[{\"Creator\":\"JPL\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/smap\"},\"Publisher\":\"JPL\",\"Title\":\"JPL + CAP SMAP Sea Surface Salinity Products\",\"SeriesName\":\"JPL SMAP Level 2B + CAP Sea Surface Salinity Validated Dataset\",\"OtherCitationDetails\":\"JPL, + JPL, 2020-12-11, JPL SMAP Level 2B CAP Sea Surface Salinity V5.0 Validated + Dataset, http://podaac.jpl.nasa.gov/smap\",\"ReleaseDate\":\"2020-12-11T00:00:00.000Z\",\"Version\":\"5.0\",\"ReleasePlace\":\"Jet + Propulsion Laboratory, 4800 Oak Grove Drive, Pasadena, CA91109, USA\"}],\"AdditionalAttributes\":[{\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2015-03-31T16:31:44.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"earliest_granule_start_time\"},{\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2022-01-25T10:42:06.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"latest_granule_end_time\"},{\"Description\":\"Dataset + Latency\",\"Value\":\"72\",\"DataType\":\"INT\",\"Name\":\"data_latency\"},{\"Description\":\"Dataset + citation series name\",\"Value\":\"JPL SMAP Level 2B CAP Sea Surface Salinity + Validated Dataset\",\"DataType\":\"STRING\",\"Name\":\"Series Name\"},{\"Description\":\"Dataset + Persistent ID\",\"Value\":\"PODAAC-SMP50-2TOCS\",\"DataType\":\"STRING\",\"Name\":\"Persistent + ID\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":1000.0,\"NumberOfOrbits\":1,\"InclinationAngle\":98.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":98.5},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-90,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Swath\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":25000,\"YDimension\":25000,\"Unit\":\"Meters\"}]}}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SURFACE WINDS\",\"Term\":\"OCEAN WINDS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SALINITY\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\",\"DetailedVariable\":\"SALINITY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-03-31T16:31:44.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SMP50-2TOCS\"},\"ShortName\":\"SMAP_JPL_L2B_SSS_CAP_V5\",\"EntryTitle\":\"JPL + SMAP Level 2B CAP Sea Surface Salinity V5.0 Validated Dataset\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Fore,A.G, + S.H. Yueh, W. Tang, B.W. Stiles, and A.K. Hayashi (2016). Combined Active/Passive + Retrievals of Ocean Vector Wind and Sea Surface Salinity With SMAP. IEEE TRANSACTIONS + ON GEOSCIENCE AND REMOTE SENSING, VOL. 54, NO. 12. p.7396-7404. DOI: 10.1109/TGRS.2016.2601486\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/SMAP_JPL_L2B_SSS_CAP_V5/\",\"podaac-ops-cumulus-public/SMAP_JPL_L2B_SSS_CAP_V5/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"NASA + SMAP Mission Website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://smap.jpl.nasa.gov/\"},{\"Description\":\"SMAP-SSS + Project and Instrument Overview\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://podaac.jpl.nasa.gov/smap\"},{\"Description\":\"JPL + CAP SMAP-SSS V5.0 Technical Guide (ATBD, Validation Analysis, Product Format + Specification)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/smap/open/docs/JPL-CAP_V5/SMAP-SSS_JPL_V5.0_Documentation.pdf\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/SMAP_JPL_L2B_SSS_CAP_V5.jpg\"},{\"Description\":\"ATBD, + Validation Analysis, Product Specifications, etc\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac-tools.jpl.nasa.gov/drive/files/allData/smap/docs/%20JPL-CAP_V5/\"},{\"Description\":\"Information + on Data Outages and Known Issues\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/aquarius/open/README.KnownIssues.txt\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2208420167-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2208420167-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Data + Subscriber\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA VIA + DIRECT ACCESS\",\"URL\":\"https://github.com/podaac/data-subscriber\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-09-07T16:34:45.441Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2020-09-07T16:34:45.441Z\"}],\"Abstract\":\"This + is the PI-produced JPL SMAP-SSS V5.0, level 2B CAP, validated sea surface + salinity (SSS) and extreme winds orbital/swath product from the NASA Soil + Moisture Active Passive (SMAP) observatory. It is based on the Combined Active-Passive + (CAP) retrieval algorithm developed at JPL originally in the context of Aquarius/SAC-D + and now extended to SMAP. JPL SMAP V5.0 SSS is based on the newly released + SMAP V5 Level-1 Brightness Temperatures (TB). An enhanced calibration methodology + has been applied to the brightness temperatures, which improves absolute radiometric + calibration and reduces the biases between ascending and descending passes. + The improved SMAP TB Level 1 TB will enhance the use of SMAP Level-1 data + for other applications, such as sea surface salinity and winds. The JPL SMAP-SSS + L2B CAP product includes data for a range of parameters: derived SMAP sea + surface salinity, SSS uncertainty and wind speed/direction data for extreme + winds, brightness temperatures for each radiometer polarization, ancillary + reference surface salinity, ice concentration, wind and wave height data, + quality flags, and navigation data. Each data file covers one 98-minute orbit + (15 files per day). Data begins on April 1,2015 and is ongoing, with a 3 + day latency in processing and availability. Observations are global in extent + and provided at 25km swath grid with an approximate spatial resolution of + 60 km. The SMAP satellite is in a near-polar orbit at an inclination of 98 + degrees and an altitude of 685 km. It has an ascending node time of 6 pm and + is sun-synchronous. With its 1000km swath, SMAP achieves global coverage in + approximately 3 days, but has an exact orbit repeat cycle of 8 days. On board + Instruments include a highly sensitive L-band radiometer operating at 1.41GHz + and an L-band 1.26GHz radar sensor providing complementary active and passive + sensing capabilities. Malfunction of the SMAP scatterometer on 7 July, 2015, + has necessitated the use of collocated wind speed for the surface roughness + correction required for the surface salinity retrieval.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-02-08T17:00:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-05-22T18:29:00.000Z\"}],\"Version\":\"5.0\",\"Projects\":[{\"LongName\":\"Soil + Moisture Active Passive\",\"ShortName\":\"SMAP\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/SMAP\"},{\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}],\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"Weekly + - < Monthly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"SMAP + L-Band Radiometer\",\"Characteristics\":[{\"Description\":\"Spacecraft angular + distance from orbital plane relative to the Equator.\",\"Value\":\"1000.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"SMAP + L-BAND RADIOMETER\"}],\"LongName\":\"NASA Soil Moisture Active Passive (SMAP)\",\"Characteristics\":[{\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"98.5\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"SMAP\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2222138239-POCLOUD\",\"V2222138212-POCLOUD\",\"V2222138202-POCLOUD\",\"V2222138255-POCLOUD\",\"V2222138197-POCLOUD\",\"V2222138233-POCLOUD\",\"V2222138185-POCLOUD\",\"V2222138179-POCLOUD\",\"V2222138175-POCLOUD\",\"V2222138245-POCLOUD\",\"V2222138181-POCLOUD\",\"V2222138193-POCLOUD\",\"V2222138208-POCLOUD\",\"V2222138251-POCLOUD\",\"V2222138195-POCLOUD\",\"V2222138217-POCLOUD\",\"V2222138183-POCLOUD\",\"V2222138249-POCLOUD\",\"V2222138241-POCLOUD\",\"V2222138165-POCLOUD\",\"V2222138200-POCLOUD\",\"V2222138191-POCLOUD\",\"V2222138237-POCLOUD\",\"V2222138206-POCLOUD\",\"V2222138204-POCLOUD\",\"V2222138262-POCLOUD\",\"V2222138225-POCLOUD\",\"V2222138187-POCLOUD\",\"V2222138247-POCLOUD\",\"V2222138171-POCLOUD\",\"V2222138161-POCLOUD\",\"V2222138253-POCLOUD\",\"V2222138243-POCLOUD\",\"V2222138257-POCLOUD\",\"V2222138221-POCLOUD\",\"V2222138214-POCLOUD\",\"V2222138189-POCLOUD\",\"V2222138210-POCLOUD\",\"V2222138230-POCLOUD\",\"V2222138259-POCLOUD\",\"V2222138235-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/SMAP_JPL_L2B_NRT_SSS_CAP_V5/\",\"podaac-ops-cumulus-public/SMAP_JPL_L2B_NRT_SSS_CAP_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"JPL+SMAP+Level+2B+Near+Real-time+CAP+Sea+Surface+Salinity+V5.0+Validated+Dataset\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2222138239-POCLOUD\"},{\"concept-id\":\"V2222138212-POCLOUD\"},{\"concept-id\":\"V2222138202-POCLOUD\"},{\"concept-id\":\"V2222138255-POCLOUD\"},{\"concept-id\":\"V2222138197-POCLOUD\"},{\"concept-id\":\"V2222138233-POCLOUD\"},{\"concept-id\":\"V2222138185-POCLOUD\"},{\"concept-id\":\"V2222138179-POCLOUD\"},{\"concept-id\":\"V2222138175-POCLOUD\"},{\"concept-id\":\"V2222138245-POCLOUD\"},{\"concept-id\":\"V2222138181-POCLOUD\"},{\"concept-id\":\"V2222138193-POCLOUD\"},{\"concept-id\":\"V2222138208-POCLOUD\"},{\"concept-id\":\"V2222138251-POCLOUD\"},{\"concept-id\":\"V2222138195-POCLOUD\"},{\"concept-id\":\"V2222138217-POCLOUD\"},{\"concept-id\":\"V2222138183-POCLOUD\"},{\"concept-id\":\"V2222138249-POCLOUD\"},{\"concept-id\":\"V2222138241-POCLOUD\"},{\"concept-id\":\"V2222138165-POCLOUD\"},{\"concept-id\":\"V2222138200-POCLOUD\"},{\"concept-id\":\"V2222138191-POCLOUD\"},{\"concept-id\":\"V2222138237-POCLOUD\"},{\"concept-id\":\"V2222138206-POCLOUD\"},{\"concept-id\":\"V2222138204-POCLOUD\"},{\"concept-id\":\"V2222138262-POCLOUD\"},{\"concept-id\":\"V2222138225-POCLOUD\"},{\"concept-id\":\"V2222138187-POCLOUD\"},{\"concept-id\":\"V2222138247-POCLOUD\"},{\"concept-id\":\"V2222138171-POCLOUD\"},{\"concept-id\":\"V2222138161-POCLOUD\"},{\"concept-id\":\"V2222138253-POCLOUD\"},{\"concept-id\":\"V2222138243-POCLOUD\"},{\"concept-id\":\"V2222138257-POCLOUD\"},{\"concept-id\":\"V2222138221-POCLOUD\"},{\"concept-id\":\"V2222138214-POCLOUD\"},{\"concept-id\":\"V2222138189-POCLOUD\"},{\"concept-id\":\"V2222138210-POCLOUD\"},{\"concept-id\":\"V2222138230-POCLOUD\"},{\"concept-id\":\"V2222138259-POCLOUD\"},{\"concept-id\":\"V2222138235-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2208418228-POCLOUD\",\"revision-date\":\"2023-05-18T15:28:34.068Z\",\"granule-count\":35069,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"JPLSMAPSSSV50\",\" + SMAP\",\" SMAP-SSS\",\" Soil Moisture Active Passive\",\"salinity\",\" polar\",\"sun-synchronous\",\"sss\",\"psu\",\"NASA\",\"project\",\"mission\",\" + JPL\",\" CAP\",\" combined active/passive\",\" L2B\"],\"CollectionCitations\":[{\"Creator\":\"JPL\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/smap\"},\"Publisher\":\"JPL\",\"Title\":\"JPL + CAP SMAP Sea Surface Salinity Products\",\"SeriesName\":\"JPL SMAP Level 2B + Near Real-time CAP Sea Surface Salinity Validated Dataset\",\"OtherCitationDetails\":\"JPL, + JPL, 2020-12-11, JPL SMAP Level 2B Near Real-time CAP Sea Surface Salinity + V5.0 Validated Dataset, http://podaac.jpl.nasa.gov/smap\",\"ReleaseDate\":\"2020-12-11T00:00:00.000Z\",\"Version\":\"5.0\",\"ReleasePlace\":\"Jet + Propulsion Laboratory, 4800 Oak Grove Drive, Pasadena, CA91109, USA\"}],\"AdditionalAttributes\":[{\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2022-01-13T18:05:38.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"earliest_granule_start_time\"},{\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2022-01-27T11:56:44.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"latest_granule_end_time\"},{\"Description\":\"Dataset + Latency\",\"Value\":\"6\",\"DataType\":\"INT\",\"Name\":\"data_latency\"},{\"Description\":\"Dataset + citation series name\",\"Value\":\"JPL SMAP Level 2B Near Real-time CAP Sea + Surface Salinity Validated Dataset\",\"DataType\":\"STRING\",\"Name\":\"Series + Name\"},{\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-SMP50-2NOCS\",\"DataType\":\"STRING\",\"Name\":\"Persistent + ID\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":1000.0,\"NumberOfOrbits\":1,\"InclinationAngle\":98.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":98.5},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-90,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Swath\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":25000,\"YDimension\":25000,\"Unit\":\"Meters\"}]}}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SALINITY\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\",\"DetailedVariable\":\"SALINITY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-04-01T00:44:02.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/SMP50-2NOCS\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"SMAP_JPL_L2B_NRT_SSS_CAP_V5\",\"EntryTitle\":\"JPL + SMAP Level 2B Near Real-time CAP Sea Surface Salinity V5.0 Validated Dataset\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Fore,A.G, + S.H. Yueh, W. Tang, B.W. Stiles, and A.K. Hayashi (2016). Combined Active/Passive + Retrievals of Ocean Vector Wind and Sea Surface Salinity With SMAP. IEEE TRANSACTIONS + ON GEOSCIENCE AND REMOTE SENSING, VOL. 54, NO. 12. p.7396-7404. DOI: 10.1109/TGRS.2016.2601486\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/SMAP_JPL_L2B_NRT_SSS_CAP_V5/\",\"podaac-ops-cumulus-public/SMAP_JPL_L2B_NRT_SSS_CAP_V5/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"ATBD, + Validation Analysis, Product Specifications, etc\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/smap/docs/JPL-CAP_V5/\"},{\"Description\":\"SMAP-SSS + Project and Instrument Overview\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://podaac.jpl.nasa.gov/smap\"},{\"Description\":\"NASA + SMAP Mission Website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://smap.jpl.nasa.gov/\"},{\"Description\":\"JPL + CAP SMAP-SSS V5.0 Technical Guide (ATBD, Validation Analysis, Product Format + Specification)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/smap/docs/JPL-CAP_V5/SMAP-SSS_JPL_V5.0_Documentation.pdf\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/SMAP_JPL_L2B_NRT_SSS_CAP_V5.jpg\"},{\"Description\":\"Information + on Data Outages & Known Issues\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/aquarius/open/README.KnownIssues.txt\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2208418228-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2208418228-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Data + Subscriber\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA VIA + DIRECT ACCESS\",\"URL\":\"https://github.com/podaac/data-subscriber\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-09-07T16:50:13.917Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2020-09-07T16:50:13.917Z\"}],\"Abstract\":\"This + is the PI-produced JPL SMAP-SSS V5.0, level 2B NRT CAP, validated sea surface + salinity (SSS) and extreme winds orbital/swath product from the NASA Soil + Moisture Active Passive (SMAP) observatory available in near real-time with + a latency of about 6 hours. It is based on the Combined Active-Passive (CAP) + retrieval algorithm developed at JPL originally in the context of Aquarius/SAC-D + and now extended to SMAP. JPL SMAP V5.0 SSS is based on the newly released + SMAP V5 Level-1 Brightness Temperatures (TB). An enhanced calibration methodology + has been applied to the brightness temperatures, which improves absolute radiometric + calibration and reduces the biases between ascending and descending passes. + The improved SMAP TB Level 1 TB will enhance the use of SMAP Level-1 data + for other applications, such as sea surface salinity and winds. The JPL SMAP-SSS + L2B CAP NRT product includes data for a range of parameters: derived SMAP + sea surface salinity, SSS uncertainty and wind speed/direction data for extreme + winds, brightness temperatures for each radiometer polarization, ancillary + reference surface salinity, ice concentration, wind and wave height data, + quality flags, and navigation data. Each data file covers one 98-minute orbit + (15 files per day). Data begins on April 1,2015 and is ongoing, with a 6 + hour latency in processing and availability. Observations are global in extent + and provided at 25km swath grid with an approximate spatial resolution of + 60 km.The SMAP satellite is in a near-polar orbit at an inclination of 98 + degrees and an altitude of 685 km. It has an ascending node time of 6 pm and + is sun-synchronous. With its 1000km swath, SMAP achieves global coverage in + approximately 3 days, but has an exact orbit repeat cycle of 8 days. On board + Instruments include a highly sensitive L-band radiometer operating at 1.41GHz + and an L-band 1.26GHz radar sensor providing complementary active and passive + sensing capabilities. Malfunction of the SMAP scatterometer on 7 July, 2015, + has necessitated the use of collocated wind speed for the surface roughness + correction required for the surface salinity retrieval.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-02-08T17:14:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-05-18T15:28:00.000Z\"}],\"Version\":\"5.0\",\"Projects\":[{\"LongName\":\"Soil + Moisture Active Passive\",\"ShortName\":\"SMAP\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/SMAP\"},{\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}],\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"Weekly + - < Monthly\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"SMAP + L-Band Radiometer\",\"Characteristics\":[{\"Description\":\"Spacecraft angular + distance from orbital plane relative to the Equator.\",\"Value\":\"1000.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"SMAP + L-BAND RADIOMETER\"}],\"LongName\":\"NASA Soil Moisture Active Passive (SMAP)\",\"Characteristics\":[{\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"98.5\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"SMAP\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2683419041-POCLOUD\",\"V2683418991-POCLOUD\",\"V2683418989-POCLOUD\",\"V2683419004-POCLOUD\",\"V2683419031-POCLOUD\",\"V2683419051-POCLOUD\",\"V2683419070-POCLOUD\",\"V2683419033-POCLOUD\",\"V2683419018-POCLOUD\",\"V2683419067-POCLOUD\",\"V2683419035-POCLOUD\",\"V2683419029-POCLOUD\",\"V2683418998-POCLOUD\",\"V2683419022-POCLOUD\",\"V2683419045-POCLOUD\",\"V2683418970-POCLOUD\",\"V2683419020-POCLOUD\",\"V2683418987-POCLOUD\",\"V2683419012-POCLOUD\",\"V2683419007-POCLOUD\",\"V2683419025-POCLOUD\",\"V2683418982-POCLOUD\",\"V2683418954-POCLOUD\",\"V2683419055-POCLOUD\",\"V2683419059-POCLOUD\",\"V2683419047-POCLOUD\",\"V2683419049-POCLOUD\",\"V2683418995-POCLOUD\",\"V2683419075-POCLOUD\",\"V2683419014-POCLOUD\",\"V2683418968-POCLOUD\",\"V2683418993-POCLOUD\",\"V2683419037-POCLOUD\",\"V2683418951-POCLOUD\",\"V2683419001-POCLOUD\",\"V2683418966-POCLOUD\",\"V2683419078-POCLOUD\",\"V2683419039-POCLOUD\",\"V2683418985-POCLOUD\",\"V2683418980-POCLOUD\",\"V2683418973-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/SMAP_JPL_L2B_NRT2_SSS_CAP_V5/\",\"podaac-ops-cumulus-public/SMAP_JPL_L2B_NRT2_SSS_CAP_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_31382\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2683419041-POCLOUD\"},{\"concept-id\":\"V2683418991-POCLOUD\"},{\"concept-id\":\"V2683418989-POCLOUD\"},{\"concept-id\":\"V2683419004-POCLOUD\"},{\"concept-id\":\"V2683419031-POCLOUD\"},{\"concept-id\":\"V2683419051-POCLOUD\"},{\"concept-id\":\"V2683419070-POCLOUD\"},{\"concept-id\":\"V2683419033-POCLOUD\"},{\"concept-id\":\"V2683419018-POCLOUD\"},{\"concept-id\":\"V2683419067-POCLOUD\"},{\"concept-id\":\"V2683419035-POCLOUD\"},{\"concept-id\":\"V2683419029-POCLOUD\"},{\"concept-id\":\"V2683418998-POCLOUD\"},{\"concept-id\":\"V2683419022-POCLOUD\"},{\"concept-id\":\"V2683419045-POCLOUD\"},{\"concept-id\":\"V2683418970-POCLOUD\"},{\"concept-id\":\"V2683419020-POCLOUD\"},{\"concept-id\":\"V2683418987-POCLOUD\"},{\"concept-id\":\"V2683419012-POCLOUD\"},{\"concept-id\":\"V2683419007-POCLOUD\"},{\"concept-id\":\"V2683419025-POCLOUD\"},{\"concept-id\":\"V2683418982-POCLOUD\"},{\"concept-id\":\"V2683418954-POCLOUD\"},{\"concept-id\":\"V2683419055-POCLOUD\"},{\"concept-id\":\"V2683419059-POCLOUD\"},{\"concept-id\":\"V2683419047-POCLOUD\"},{\"concept-id\":\"V2683419049-POCLOUD\"},{\"concept-id\":\"V2683418995-POCLOUD\"},{\"concept-id\":\"V2683419075-POCLOUD\"},{\"concept-id\":\"V2683419014-POCLOUD\"},{\"concept-id\":\"V2683418968-POCLOUD\"},{\"concept-id\":\"V2683418993-POCLOUD\"},{\"concept-id\":\"V2683419037-POCLOUD\"},{\"concept-id\":\"V2683418951-POCLOUD\"},{\"concept-id\":\"V2683419001-POCLOUD\"},{\"concept-id\":\"V2683418966-POCLOUD\"},{\"concept-id\":\"V2683419078-POCLOUD\"},{\"concept-id\":\"V2683419039-POCLOUD\"},{\"concept-id\":\"V2683418985-POCLOUD\"},{\"concept-id\":\"V2683418980-POCLOUD\"},{\"concept-id\":\"V2683418973-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2681262364-POCLOUD\",\"revision-date\":\"2023-06-10T00:23:32.956Z\",\"granule-count\":29964,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"JPLSMAPSSSV50\",\" + SMAP\",\" SMAP-SSS\",\" Soil Moisture Active Passive\",\"salinity\",\" polar\",\"sun-synchronous\",\"sss\",\"psu\",\"NASA\",\"project\",\"mission\",\" + JPL\",\" CAP\",\" combined active/passive\",\" L2B\",\"NRT\",\"near real-time\"],\"CollectionCitations\":[{\"Creator\":\"JPL\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/smap\"},\"Publisher\":\"JPL\",\"Title\":\"JPL + CAP SMAP Sea Surface Salinity Products\",\"SeriesName\":\"JPL SMAP Level 2B + Near Real-time CAP Sea Surface Salinity Validated Dataset\",\"OtherCitationDetails\":\"JPL, + JPL, 2020-12-11, JPL SMAP Level 2B Near Real-time CAP Sea Surface Salinity + V5.0 Validated Dataset, http://podaac.jpl.nasa.gov/smap\",\"ReleaseDate\":\"2023-06-09T00:00:00.000Z\",\"Version\":\"5.0\",\"ReleasePlace\":\"Jet + Propulsion Laboratory, 4800 Oak Grove Drive, Pasadena, CA91109, USA\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2022-01-13T18:05:38.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2022-01-27T11:56:44.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"data_latency\",\"Description\":\"Dataset + Latency\",\"Value\":\"2\",\"DataType\":\"INT\"},{\"Name\":\"Series Name\",\"Description\":\"Dataset + citation series name\",\"Value\":\"JPL SMAP Level 2B Near Real-time CAP Sea + Surface Salinity Validated Dataset\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-SMP50-2NOCS\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"OrbitParameters\":{\"SwathWidth\":1000.0,\"NumberOfOrbits\":1,\"InclinationAngle\":98.0,\"SwathWidthUnit\":\"Kilometer\",\"OrbitPeriodUnit\":\"Decimal + Minute\",\"InclinationAngleUnit\":\"Degree\",\"OrbitPeriod\":98.5},\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-90,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Swath\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":25000,\"YDimension\":25000,\"Unit\":\"Meters\"}]}}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"SALINITY/DENSITY\",\"VariableLevel1\":\"SALINITY\",\"DetailedVariable\":\"SALINITY\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-04-01T00:44:02.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"2\"},\"DOI\":{\"DOI\":\"10.5067/SMP50-2N2CS\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"SMAP_JPL_L2B_NRT2_SSS_CAP_V5\",\"EntryTitle\":\"JPL + SMAP Level 2B Near Real-time CAP Sea Surface Salinity V5.0 Validated Dataset + (2 hour latency)\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Fore,A.G, + S.H. Yueh, W. Tang, B.W. Stiles, and A.K. Hayashi (2016). Combined Active/Passive + Retrievals of Ocean Vector Wind and Sea Surface Salinity With SMAP. IEEE TRANSACTIONS + ON GEOSCIENCE AND REMOTE SENSING, VOL. 54, NO. 12. p.7396-7404. DOI: 10.1109/TGRS.2016.2601486\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/SMAP_JPL_L2B_NRT2_SSS_CAP_V5/\",\"podaac-ops-cumulus-public/SMAP_JPL_L2B_NRT2_SSS_CAP_V5/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"SMAP-SSS + Project and Instrument Overview\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://podaac.jpl.nasa.gov/smap\"},{\"Description\":\"NASA + SMAP Mission Website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://smap.jpl.nasa.gov/\"},{\"Description\":\"JPL + CAP SMAP-SSS V5.0 Technical Guide (ATBD, Validation Analysis, Product Format + Specification)\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/smap/open/docs/JPL-CAP_V5/SMAP-SSS_JPL_V5.0_Documentation.pdf\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/SMAP_JPL_L2B_NRT2_SSS_CAP_V5.jpg\"},{\"Description\":\"Information + on Data Outages & Known Issues\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/aquarius/open/README.KnownIssues.txt\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2681262364-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2681262364-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Data + Subscriber\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA VIA + DIRECT ACCESS\",\"URL\":\"https://github.com/podaac/data-subscriber\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-09-07T16:50:13.917Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2020-09-07T16:50:13.917Z\"}],\"Abstract\":\"The + SMAP-SSS V5.0, level 2B (NRT CAP) dataset produced by the Jet Propulsion Laboratory + Combined Active-Passive (CAP) project , is a validated product that provides + near real-time orbital/swath data on sea surface salinity (SSS) and extreme + winds, derived from the NASA's Soil Moisture Active Passive (SMAP) mission + launched on January 31, 2015. This mission, initially designed to measure + and map Earth's soil moisture and freeze/thaw state to better understand terrestrial + water, carbon and energy cycles has been adapted to measure ocean SSS and + ocean wind speed using its passive microwave instrument. The SMAP instrument + is in a near polar orbiting, sun synchronous orbit with a nominal 8 day repeat + cycle.

\\r\\n\\r\\nThe dataset includes derived SMAP SSS, SSS uncertainty, + wind speed and direction data for extreme winds, as well as brightness temperatures + for each radiometer polarization. Furthermore, it contains ancillary reference + surface salinity, ice concentration, wind and wave height data, quality flags, + and navigation data. This broad range of parameters stems from the observatory's + version 5.0 (V5) CAP retrieval algorithm, initially developed for the Aquarius/SAC-D + mission and subsequently extended to SMAP. Datafrom April 1, 2015 to present, + is available with a latency of about 6 hours. The observations are global, + provided on a 25km swath grid with an approximate spatial resolution of 60 + km. Each data file covers one 98-minute orbit, with 15 files generated per + day. The data are based on the near-real-time SMAP V5 Level-1 Brightness Temperatures + (TB) and benefits from an enhanced calibration methodology, which improves + the absolute radiometric calibration and minimizes biases between ascending + and descending passes. These improvements also enrich the applicability of + SMAP Level-1 data for other uses, such as further sea surface salinity and + wind assessments. Due to a malfunction of the SMAP scatterometer on July 7, + 2015, collocated wind speed data has been utilized for the necessary surface + roughness correction for salinity retrieval.

\\r\\n\\r\\nThis JPL + SMAP-SSS V5.0 dataset holds tremendous potential for scientific research and + various applications. Given the SMAP satellite's near-polar orbit and sun-synchronous + nature, it achieves global coverage in approximately three days , enabling + researchers to monitor and model global oceanic and climatic phenomena with + unprecedented detail and timeliness. These data can inform and enhance understanding + of global weather patterns, the Earth\u2019s hydrological cycle, ocean circulation, + and climate change.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2023-05-08T15:18:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-06-10T00:23:00.000Z\"}],\"Version\":\"5.0\",\"Projects\":[{\"ShortName\":\"SMAP\",\"LongName\":\"Soil + Moisture Active Passive\"}],\"DataCenters\":[{\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]},\"ContactGroups\":[{\"Roles\":[\"User + Services\"],\"GroupName\":\"Help Desk\",\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center Help Page\",\"URLContentType\":\"DataContactURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}]},{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/SMAP\",\"LongName\":\"Soil + Moisture Active and Passive Project, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://smap.jpl.nasa.gov\"}]}}],\"TemporalKeywords\":[\"Hourly + - < Daily\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"SMAP\",\"LongName\":\"Soil + Moisture Active and Passive Observatory\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"98.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"SMAP + L-BAND RADIOMETER\",\"LongName\":\"SMAP L-Band Radiometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"1000.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"HDF5\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2213835713-POCLOUD\",\"V2213835725-POCLOUD\",\"V2213835731-POCLOUD\",\"V2213835706-POCLOUD\",\"V2213835723-POCLOUD\",\"V2213835721-POCLOUD\",\"V2213835727-POCLOUD\",\"V2213835729-POCLOUD\",\"V2213835710-POCLOUD\",\"V2213835715-POCLOUD\",\"V2213835717-POCLOUD\",\"V2213835719-POCLOUD\"],\"services\":[\"S2164732315-XYZ_PROV\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/SMAP_JPL_L3_SSS_CAP_8DAY-RUNNINGMEAN_V5/\",\"podaac-ops-cumulus-public/SMAP_JPL_L3_SSS_CAP_8DAY-RUNNINGMEAN_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"JPL+SMAP+Level+3+CAP+Sea+Surface+Salinity+Standard+Mapped+Image+8-Day+Running+Mean+V5.0+Validated+Dataset\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2213835713-POCLOUD\"},{\"concept-id\":\"V2213835725-POCLOUD\"},{\"concept-id\":\"V2213835731-POCLOUD\"},{\"concept-id\":\"V2213835706-POCLOUD\"},{\"concept-id\":\"V2213835723-POCLOUD\"},{\"concept-id\":\"V2213835721-POCLOUD\"},{\"concept-id\":\"V2213835727-POCLOUD\"},{\"concept-id\":\"V2213835729-POCLOUD\"},{\"concept-id\":\"V2213835710-POCLOUD\"},{\"concept-id\":\"V2213835715-POCLOUD\"},{\"concept-id\":\"V2213835717-POCLOUD\"},{\"concept-id\":\"V2213835719-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2164732315-XYZ_PROV\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2208422957-POCLOUD\",\"revision-date\":\"2023-05-22T18:33:31.966Z\",\"granule-count\":3253,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"JPLSMAPSSSV50\",\" + L3\",\" Level 3\",\" 8 day running mean\",\" SMAP\",\" SMAP-SSS\",\" Soil + Moisture Active\",\" Passive\",\" salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"sea + surface\",\" salinity\",\" psu\",\"NASA\",\"project\",\"mission\",\"JPL\",\"CAP\",\" + combined active/passive\"],\"CollectionCitations\":[{\"Creator\":\"JPL\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/smap\"},\"Publisher\":\"JPL\",\"Title\":\"JPL + CAP SMAP Sea Surface Salinity Products\",\"SeriesName\":\"JPL SMAP Level 3 + CAP Sea Surface Salinity Standard Mapped Image 8-Day Running Mean Validated + Dataset\",\"OtherCitationDetails\":\"JPL, JPL, 2020-12-11, JPL SMAP Level + 3 CAP Sea Surface Salinity Standard Mapped Image 8-Day Running Mean V5.0 Validated + Dataset, http://podaac.jpl.nasa.gov/smap\",\"ReleaseDate\":\"2020-12-11T00:00:00.000Z\",\"Version\":\"5.0\",\"ReleasePlace\":\"Jet + Propulsion Laboratory, 4800 Oak Grove Drive, Pasadena, CA91109, USA\"}],\"AdditionalAttributes\":[{\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2015-04-30T12:00:00.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"earliest_granule_start_time\"},{\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2022-01-24T12:00:00.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"latest_granule_end_time\"},{\"Description\":\"Dataset + Latency\",\"Value\":\"72\",\"DataType\":\"INT\",\"Name\":\"data_latency\"},{\"Description\":\"Dataset + citation series name\",\"Value\":\"JPL SMAP Level 3 CAP Sea Surface Salinity + Standard Mapped Image 8-Day Running Mean Validated Dataset\",\"DataType\":\"STRING\",\"Name\":\"Series + Name\"},{\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-SMP50-3TPCS\",\"DataType\":\"STRING\",\"Name\":\"Persistent + ID\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-90,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Gridded\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":0.6,\"YDimension\":0.6,\"Unit\":\"Decimal + Degrees\"}]}}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SALINITY\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\",\"DetailedVariable\":\"NONE\"},{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SURFACE WINDS\",\"Term\":\"OCEAN WINDS\",\"Topic\":\"OCEANS\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-04-30T12:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SMP50-3TPCS\"},\"ShortName\":\"SMAP_JPL_L3_SSS_CAP_8DAY-RUNNINGMEAN_V5\",\"EntryTitle\":\"JPL + SMAP Level 3 CAP Sea Surface Salinity Standard Mapped Image 8-Day Running + Mean V5.0 Validated Dataset\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Fore,A.G, + S.H. Yueh, W. Tang, B.W. Stiles, and A.K. Hayashi (2016). Combined Active/Passive + Retrievals of Ocean Vector Wind and Sea Surface Salinity With SMAP. IEEE TRANSACTIONS + ON GEOSCIENCE AND REMOTE SENSING, VOL. 54, NO. 12. p.7396-7404. DOI: 10.1109/TGRS.2016.2601486\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/SMAP_JPL_L3_SSS_CAP_8DAY-RUNNINGMEAN_V5/\",\"podaac-ops-cumulus-public/SMAP_JPL_L3_SSS_CAP_8DAY-RUNNINGMEAN_V5/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/SMAP_JPL_L3_SSS_CAP_8DAY-RUNNINGMEAN_V5.jpg\"},{\"Description\":\"SMAP-SSS + Project and Instrument Overview\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://podaac.jpl.nasa.gov/smap\"},{\"Description\":\"NASA + SMAP Mission Website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://smap.jpl.nasa.gov/\"},{\"Description\":\"User + guidance documentation for this dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/smap/open/docs/JPL-CAP_V5/SMAP-SSS_JPL_V5.0_Documentation.pdf\"},{\"Description\":\"Information + on Data Outages & Known Issues\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/aquarius/open/README.KnownIssues.txt\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2208422957-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2208422957-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Data + Subscriber\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA VIA + DIRECT ACCESS\",\"URL\":\"https://github.com/podaac/data-subscriber\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-09-07T17:03:09.350Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2020-09-07T17:03:09.350Z\"}],\"Abstract\":\"This + is the PI-produced JPL SMAP-SSS V5.0 CAP, 8-day running mean, level 3 mapped, + sea surface salinity (SSS) product from the NASA Soil Moisture Active Passive + (SMAP) observatory. It is based on the Combined Active-Passive (CAP) retrieval + algorithm developed at JPL originally in the context of Aquarius/SAC-D and + now extended to SMAP. JPL SMAP V5.0 SSS is based on the newly released SMAP + V5 Level-1 Brightness Temperatures (TB). An enhanced calibration methodology + has been applied to the brightness temperatures, which improves absolute radiometric + calibration and reduces the biases between ascending and descending passes. + The improved SMAP TB Level 1 TB will enhance the use of SMAP Level-1 data + for other applications, such as sea surface salinity and winds. Daily data + files for this L3 product are based on SSS averages spanning an 8-day moving + time window. Associated file variables include: derived SSS with associated + uncertainties and wind speed data from SMAP, ancillary ice concentration and + HYCOM surface salinity data. SMAP data begins on April 1, 2015 and is ongoing, + with a 7-day latency in processing and availability. L3 products are global + in extent and gridded at 0.25degree x 0.25degree with an approximate spatial + resolution of 60km. The SMAP satellite is in a near-polar orbit at an inclination + of 98 degrees and an altitude of 685 km. It has an ascending node time of + 6 pm and is sun-synchronous. With its 1000km swath, SMAP achieves global coverage + in approximately 3 days, but has an exact orbit repeat cycle of 8 days. On + board instruments include a highly sensitive L-band radiometer operating at + 1.41GHz and an L-band 1.26GHz radar sensor providing complementary active + and passive sensing capabilities. Malfunction of the SMAP scatterometer on + 7 July, 2015, has necessitated the use of collocated wind speed for the surface + roughness correction required for the surface salinity retrieval.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-02-08T16:57:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-05-22T18:33:00.000Z\"}],\"Version\":\"5.0\",\"Projects\":[{\"LongName\":\"Soil + Moisture Active Passive\",\"ShortName\":\"SMAP\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/SMAP\"},{\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}],\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"8 + Day\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"SMAP + L-Band Radiometer\",\"Characteristics\":[{\"Description\":\"Spacecraft angular + distance from orbital plane relative to the Equator.\",\"Value\":\"1000.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"SMAP + L-BAND RADIOMETER\"}],\"LongName\":\"NASA Soil Moisture Active Passive (SMAP)\",\"Characteristics\":[{\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"98.5\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"SMAP\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"yjiang168\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2213835753-POCLOUD\",\"V2213835751-POCLOUD\",\"V2213835747-POCLOUD\",\"V2213835738-POCLOUD\",\"V2213835744-POCLOUD\",\"V2213835735-POCLOUD\",\"V2213835742-POCLOUD\",\"V2213835762-POCLOUD\",\"V2213835749-POCLOUD\",\"V2213835760-POCLOUD\",\"V2213835757-POCLOUD\",\"V2213835755-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/SMAP_JPL_L3_SSS_CAP_MONTHLY_V5/\",\"podaac-ops-cumulus-public/SMAP_JPL_L3_SSS_CAP_MONTHLY_V5/\"],\"has-spatial-subsetting\":true,\"native-id\":\"JPL+SMAP+Level+3+CAP+Sea+Surface+Salinity+Standard+Mapped+Image+Monthly+V5.0+Validated+Dataset\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2213835753-POCLOUD\"},{\"concept-id\":\"V2213835751-POCLOUD\"},{\"concept-id\":\"V2213835747-POCLOUD\"},{\"concept-id\":\"V2213835738-POCLOUD\"},{\"concept-id\":\"V2213835744-POCLOUD\"},{\"concept-id\":\"V2213835735-POCLOUD\"},{\"concept-id\":\"V2213835742-POCLOUD\"},{\"concept-id\":\"V2213835762-POCLOUD\"},{\"concept-id\":\"V2213835749-POCLOUD\"},{\"concept-id\":\"V2213835760-POCLOUD\"},{\"concept-id\":\"V2213835757-POCLOUD\"},{\"concept-id\":\"V2213835755-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2208423975-POCLOUD\",\"revision-date\":\"2023-05-22T18:31:56.183Z\",\"granule-count\":104,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"JPLSMAPSSSV50\",\" + L3\",\" Level 3\",\"monthly\",\" SMAP\",\" SMAP-SSS\",\" Soil Moisture Active\",\" + Passive\",\" salinity\",\"polar\",\"sun-synchronous\",\"sss\",\"sea surface\",\" + salinity\",\" psu\",\"NASA\",\"project\",\"mission\",\"JPL\",\"CAP\",\" combined + active/passive\"],\"CollectionCitations\":[{\"Creator\":\"JPL\",\"OnlineResource\":{\"Linkage\":\"http://podaac.jpl.nasa.gov/smap\"},\"Publisher\":\"JPL\",\"Title\":\"JPL + CAP SMAP Sea Surface Salinity Products\",\"SeriesName\":\"JPL SMAP Level 3 + CAP Sea Surface Salinity Standard Mapped Image Monthly Validated Dataset\",\"OtherCitationDetails\":\"JPL, + JPL, 2020-12-11, JPL SMAP Level 3 CAP Sea Surface Salinity Standard Mapped + Image Monthly V5.0 Validated Dataset, http://podaac.jpl.nasa.gov/smap\",\"ReleaseDate\":\"2020-12-11T00:00:00.000Z\",\"Version\":\"5.0\",\"ReleasePlace\":\"Jet + Propulsion Laboratory, 4800 Oak Grove Drive, Pasadena, CA91109, USA\"}],\"AdditionalAttributes\":[{\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2015-04-01T00:00:00.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"earliest_granule_start_time\"},{\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2022-01-01T00:00:00.000Z\",\"DataType\":\"DATETIME\",\"Name\":\"latest_granule_end_time\"},{\"Description\":\"Dataset + Latency\",\"Value\":\"720\",\"DataType\":\"INT\",\"Name\":\"data_latency\"},{\"Description\":\"Dataset + citation series name\",\"Value\":\"JPL SMAP Level 3 CAP Sea Surface Salinity + Standard Mapped Image Monthly Validated Dataset\",\"DataType\":\"STRING\",\"Name\":\"Series + Name\"},{\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-SMP50-3TMCS\",\"DataType\":\"STRING\",\"Name\":\"Persistent + ID\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180.0,\"SouthBoundingCoordinate\":-90,\"EastBoundingCoordinate\":180.0,\"NorthBoundingCoordinate\":90}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Gridded\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":0.6,\"YDimension\":0.6,\"Unit\":\"Decimal + Degrees\"}]}}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SURFACE WINDS\",\"Term\":\"OCEAN WINDS\",\"Topic\":\"OCEANS\"},{\"Category\":\"EARTH + SCIENCE\",\"VariableLevel1\":\"SALINITY\",\"Term\":\"SALINITY/DENSITY\",\"Topic\":\"OCEANS\",\"DetailedVariable\":\"NONE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2015-04-01T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"Authority\":\"https://doi.org\",\"DOI\":\"10.5067/SMP50-3TMCS\"},\"ShortName\":\"SMAP_JPL_L3_SSS_CAP_MONTHLY_V5\",\"EntryTitle\":\"JPL + SMAP Level 3 CAP Sea Surface Salinity Standard Mapped Image Monthly V5.0 Validated + Dataset\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Fore,A.G, + S.H. Yueh, W. Tang, B.W. Stiles, and A.K. Hayashi (2016). Combined Active/Passive + Retrievals of Ocean Vector Wind and Sea Surface Salinity With SMAP. IEEE TRANSACTIONS + ON GEOSCIENCE AND REMOTE SENSING, VOL. 54, NO. 12. p.7396-7404. DOI: 10.1109/TGRS.2016.2601486\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/SMAP_JPL_L3_SSS_CAP_MONTHLY_V5/\",\"podaac-ops-cumulus-public/SMAP_JPL_L3_SSS_CAP_MONTHLY_V5/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/SMAP_JPL_L3_SSS_CAP_MONTHLY_V5.jpg\"},{\"Description\":\"Generic + data readers\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"DATA RECIPE\",\"URL\":\"https://github.com/podaac/data-readers\"},{\"Description\":\"SMAP-SSS + Project and Instrument Overview\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://podaac.jpl.nasa.gov/smap\"},{\"Description\":\"User + guidance documentation for this dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/smap/open/docs/JPL-CAP_V5/SMAP-SSS_JPL_V5.0_Documentation.pdf\"},{\"Description\":\"ATBD, + Validation Analysis, Product Specifications, etc\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/smap/docs/JPL-CAP_V5/\"},{\"Description\":\"NASA + SMAP Mission Website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"http://smap.jpl.nasa.gov/\"},{\"Description\":\"Information + on Data Outages & Known Issues\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"ANOMALIES\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/aquarius/open/README.KnownIssues.txt\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2208423975-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2208423975-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Data + Subscriber\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET DATA VIA + DIRECT ACCESS\",\"URL\":\"https://github.com/podaac/data-subscriber\"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2020-09-07T17:12:42.343Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2020-09-07T17:12:42.343Z\"}],\"Abstract\":\"This + is the PI-produced JPL SMAP-SSS V5.0 CAP, level 3, monthly mapped sea surface + salinity (SSS) product from the NASA Soil Moisture Active Passive (SMAP) observatory. + It is based on the Combined Active-Passive (CAP) retrieval algorithm developed + at JPL originally in the context of Aquarius/SAC-D and now extended to SMAP. + JPL SMAP V5.0 SSS is based on the newly released SMAP V5 Level-1 Brightness + Temperatures (TB). An enhanced calibration methodology has been applied to + the brightness temperatures, which improves absolute radiometric calibration + and reduces the biases between ascending and descending passes. The improved + SMAP TB Level 1 TB will enhance the use of SMAP Level-1 data for other applications, + such as sea surface salinity and winds. L3 monthly product file variables + include: derived SSS with associated uncertainties and wind speed from SMAP + and ancillary surface salinity from HYCOM. SMAP data begins on April 1, 2015 + and is ongoing, with a 1 month latency in processing and availability. L3 + products are global in extent and gridded at 0.25degree x 0.25degree with + an approximate spatial resolution of 60km. The SMAP satellite is in a near-polar + orbit at an inclination of 98 degrees and an altitude of 685 km. It has an + ascending node time of 6 pm and is sun-synchronous. With its 1000km swath, + SMAP achieves global coverage in approximately 3 days, but has an exact orbit + repeat cycle of 8 days. On board instruments include a highly sensitive L-band + radiometer operating at 1.41GHz and an L-band 1.26GHz radar sensor providing + complementary active and passive sensing capabilities. Malfunction of the + SMAP scatterometer on 7 July for the surface roughness correction required + for the surface salinity retrieval.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-02-08T16:52:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-05-22T18:31:00.000Z\"}],\"Version\":\"5.0\",\"Projects\":[{\"LongName\":\"Soil + Moisture Active Passive\",\"ShortName\":\"SMAP\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/SMAP\"},{\"ContactGroups\":[{\"GroupName\":\"Help + Desk\",\"Roles\":[\"User Services\"],\"ContactInformation\":{\"ServiceHours\":\"8 + AM to 5 PM PT\",\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"podaac@podaac.jpl.nasa.gov\"}],\"RelatedUrls\":[{\"Type\":\"HOME + PAGE\",\"Description\":\"Physical Oceanography Distributed Active Archive + Center Help Page\",\"URLContentType\":\"DataContactURL\",\"URL\":\"https://podaac.jpl.nasa.gov/HELP\"}]}}],\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"Roles\":[\"ARCHIVER\",\"DISTRIBUTOR\"],\"ShortName\":\"NASA/JPL/PODAAC\"}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"Instruments\":[{\"LongName\":\"SMAP + L-Band Radiometer\",\"Characteristics\":[{\"Description\":\"Spacecraft angular + distance from orbital plane relative to the Equator.\",\"Value\":\"1000.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"SMAP + L-BAND RADIOMETER\"}],\"LongName\":\"NASA Soil Moisture Active Passive (SMAP)\",\"Characteristics\":[{\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"98.5\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"SMAP\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2207041162-POCLOUD\",\"V2207041173-POCLOUD\",\"V2207041158-POCLOUD\",\"V2207041167-POCLOUD\",\"V2207041164-POCLOUD\",\"V2207041150-POCLOUD\",\"V2207041160-POCLOUD\",\"V2207041169-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/\",\"podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/\"],\"has-spatial-subsetting\":true,\"native-id\":\"JPL+TELLUS+GRACE+Level-3+Monthly+Land+Water-Equivalent-Thickness+Surface+Mass+Anomaly+Release+6.0+version+04+in+netCDF/ASCII/GeoTIFF+Formats\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2207041162-POCLOUD\"},{\"concept-id\":\"V2207041173-POCLOUD\"},{\"concept-id\":\"V2207041158-POCLOUD\"},{\"concept-id\":\"V2207041167-POCLOUD\"},{\"concept-id\":\"V2207041164-POCLOUD\"},{\"concept-id\":\"V2207041150-POCLOUD\"},{\"concept-id\":\"V2207041160-POCLOUD\"},{\"concept-id\":\"V2207041169-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2077042612-POCLOUD\",\"revision-date\":\"2023-09-05T19:56:22.893Z\",\"granule-count\":163,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GRACE\",\" + LWET\",\" Gravity\",\" JPL\",\" LAND\",\" TELLUS\",\" RL06v04\",\"Terrestrial + Water Storage\"],\"CollectionCitations\":[{\"Creator\":\"Felix Landerer\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/data/get-data/monthly-mass-grids-land/\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"TELLUS_GRAC_L3_JPL_RL06_LND_v04\",\"SeriesName\":\"JPL + TELLUS GRACE Level-3 Monthly Land Water-Equivalent-Thickness Surface Mass + Anomaly Release 6.0 in netCDF/ASCII/GeoTIFF Formats\",\"OtherCitationDetails\":\"Felix + Landerer, PO.DAAC, 2021-06-11, JPL TELLUS GRACE Level-3 Monthly Land Water-Equivalent-Thickness + Surface Mass Anomaly Release 6.0 version 04 in netCDF/ASCII/GeoTIFF Formats, + https://grace.jpl.nasa.gov/data/get-data/monthly-mass-grids-land/\",\"ReleaseDate\":\"2021-06-11T00:00:00.000Z\",\"Version\":\"RL06 + v04\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-04T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.999Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"JPL TELLUS + GRACE Level-3 Monthly Land Water-Equivalent-Thickness Surface Mass Anomaly + Release 6.0 in netCDF/ASCII/GeoTIFF Formats\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-TELND-3AJ64\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"NorthBoundingCoordinate\":89.5,\"WestBoundingCoordinate\":-180.0,\"EastBoundingCoordinate\":180.0,\"SouthBoundingCoordinate\":-89.5}]},\"ResolutionAndCoordinateSystem\":{\"Description\":\"Projection + Type: Gridded\",\"GeodeticModel\":{\"HorizontalDatumName\":\"World Geodetic + System 1984\",\"EllipsoidName\":\"WGS 84\",\"SemiMajorAxis\":6378137.0,\"DenominatorOfFlatteningRatio\":298.2572236},\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":1.0,\"YDimension\":1.0,\"Unit\":\"Decimal + Degrees\"}]}}},\"GranuleSpatialRepresentation\":\"CARTESIAN\"},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"WATER BUDGET\",\"VariableLevel1\":\"TERRESTRIAL + WATER STORAGE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-04T00:00:00.000Z\",\"EndingDateTime\":\"2017-10-18T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/TELND-3AJ64\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"TELLUS_GRAC_L3_JPL_RL06_LND_v04\",\"EntryTitle\":\"JPL + TELLUS GRACE Level-3 Monthly Land Water-Equivalent-Thickness Surface Mass + Anomaly Release 6.0 version 04\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Landerer + F. W. and S. C. Swenson, Accuracy of scaled GRACE terrestrial water storage + estimates. Water Resources Research, Vol 48, W04531, 11 PP, doi:10.1029/2011WR011453, + 2012.\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/\",\"podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"NASA approved YAML encoding technical + Note\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://earthdata.nasa.gov/esdis/eso/standards-and-references/yaml-encoding-ascii-format-for-grace-grace-fo-mission-data\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/TELLUS_GRAC_L3_JPL_RL06_LND_v04.jpg\"},{\"Type\":\"DOWNLOAD + SOFTWARE\",\"Description\":\"Generic netCDF readers provided in multiple programming + languages\",\"URLContentType\":\"DistributionURL\",\"URL\":\"https://github.com/podaac/data-readers\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"User guidance documentation for this + dataset\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L3_Handbook_JPL.pdf\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"PODAAC GRACE Mission-Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE monthly data integration range\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE_GRACE-FO_Months_RL06.csv\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Project\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://grace.jpl.nasa.gov/\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2077042612-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2077042612-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-03-10T23:17:45.679Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2021-03-10T23:17:45.679Z\"}],\"Abstract\":\"The + monthly land mass grids contain water mass anomalies given as equivalent water + thickness derived from GRACE & GRACE-FO time-variable gravity observations + during the specified timespan, and relative to the specified time-mean reference + period. The Equivalent water thickness represents the total terrestrial water + storage anomalies from soil moisture, snow, surface water (incl. rivers, lakes, + reservoirs etc.), as well as groundwater and aquifers. A glacial isostatic + adjustment (GIA) correction has been applied, and standard corrections for + geocenter (degree-1), C20 (degree-20) and C30 (degree-30) are incorporated. + Post-processing filters have been applied to reduce correlated errors. Version + 04 (v04) of the terrestrial water storage data uses updated and consistent + C20 and Geocenter corrections (i.e., Technical Notes TN-14 and TN-13), as + well as an ellipsoidal correction to account for the non-spherical shape of + the Earth when mapping gravity anomalies to surface mass change. Data grids + are provided in ASCII/netCDF/GeoTIFF formats. For the RL06 version, all GRACE + products in the ASCII format have adopted the YAML encoding header, which + is in full compliance with the PODAAC metadata best practices.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-08-23T19:49:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T19:56:00.000Z\"}],\"Version\":\"RL06v04\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"GRACE-TELLUS + Home Page, Jet Propulsion Laboratory, NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"89.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2632617098-POCLOUD\",\"V2632617129-POCLOUD\",\"V2632617117-POCLOUD\",\"V2632617107-POCLOUD\",\"V2632617101-POCLOUD\",\"V2632617135-POCLOUD\",\"V2632617127-POCLOUD\",\"V2632617121-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_OCN_v04/\",\"podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_OCN_v04/\"],\"has-spatial-subsetting\":true,\"native-id\":\"JPL+TELLUS+GRACE+Level-3+Monthly+Ocean+Bottom+Pressure+Anomaly+Release+6.0+version+04+in+netCDF/ASCII/GeoTIFF+Formats\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2632617098-POCLOUD\"},{\"concept-id\":\"V2632617129-POCLOUD\"},{\"concept-id\":\"V2632617117-POCLOUD\"},{\"concept-id\":\"V2632617107-POCLOUD\"},{\"concept-id\":\"V2632617101-POCLOUD\"},{\"concept-id\":\"V2632617135-POCLOUD\"},{\"concept-id\":\"V2632617127-POCLOUD\"},{\"concept-id\":\"V2632617121-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2077042455-POCLOUD\",\"revision-date\":\"2023-09-05T19:32:10.658Z\",\"granule-count\":163,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"TELLUS\",\" + GRACE\",\" OBP\",\" LWET\",\" Gravity\",\" JPL\",\" RL06v04\",\" Ocean Bottom + Pressure\"],\"CollectionCitations\":[{\"Creator\":\"Felix Landerer\",\"OnlineResource\":{\"Linkage\":\"https://grace.jpl.nasa.gov/data/get-data/monthly-mass-grids-ocean/\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"TELLUS_GRAC_L3_JPL_RL06_OCN_v04\",\"SeriesName\":\"JPL + TELLUS GRACE Level-3 Monthly OCEAN Water-Equivalent-Thickness Surface-Mass + Anomaly Release 6.0\",\"OtherCitationDetails\":\"Felix Landerer, PO.DAAC, + 2021-06-11, JPL TELLUS GRACE Level-3 Monthly Ocean Bottom Pressure Anomaly + Release 6.0 version 04 in netCDF/ASCII/GeoTIFF Formats, https://grace.jpl.nasa.gov/data/get-data/monthly-mass-grids-ocean/\",\"ReleaseDate\":\"2021-06-11T00:00:00.000Z\",\"Version\":\"RL06 + v04\",\"ReleasePlace\":\"JPL\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2002-04-04T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2017-06-29T23:59:59.999Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"JPL TELLUS + GRACE Level-3 Monthly OCEAN Water-Equivalent-Thickness Surface-Mass Anomaly + Release 6.0\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent ID\",\"Description\":\"Dataset + Persistent ID\",\"Value\":\"PODAAC-TEOCN-3AJ64\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":-89.5,\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":89.5}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Gridded\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":1.0,\"YDimension\":1.0,\"Unit\":\"Decimal + Degrees\"}]}}}},\"CollectionProgress\":\"COMPLETE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN PRESSURE\",\"VariableLevel1\":\"WATER + PRESSURE\",\"DetailedVariable\":\"OCEAN BOTTOM PRESSURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2002-04-04T00:00:00.000Z\",\"EndingDateTime\":\"2017-10-25T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/TEOCN-3AJ64\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"TELLUS_GRAC_L3_JPL_RL06_OCN_v04\",\"EntryTitle\":\"JPL + TELLUS GRACE Level-3 Monthly Ocean Bottom Pressure Anomaly Release 6.0 version + 04\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Landerer F. W. + and S. C. Swenson, Accuracy of scaled GRACE terrestrial water storage estimates. + Water Resources Research, Vol 48, W04531, 11 PP, doi:10.1029/2011WR011453, + 2012.\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_OCN_v04/\",\"podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_OCN_v04/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE Project\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://grace.jpl.nasa.gov/\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"NASA approved YAML encoding technical + Note\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://earthdata.nasa.gov/esdis/eso/standards-and-references/yaml-encoding-ascii-format-for-grace-grace-fo-mission-data\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"GRACE monthly data integration range\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE_GRACE-FO_Months_RL06.csv\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"User guidance documentation for this + dataset\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L3_Handbook_JPL.pdf\"},{\"Type\":\"GET + RELATED VISUALIZATION\",\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/TELLUS_GRAC_L3_JPL_RL06_OCN_v04.jpg\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"PODAAC GRACE Mission-Page\",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"GENERAL + DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE\"},{\"Type\":\"DOWNLOAD + SOFTWARE\",\"Description\":\"Generic netCDF readers provided in multiple programming + languages\",\"URLContentType\":\"DistributionURL\",\"URL\":\"https://github.com/podaac/data-readers\"},{\"Type\":\"VIEW + RELATED INFORMATION\",\"Description\":\"Data Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Subtype\":\"DATA + CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2077042455-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2077042455-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0,\"Unit\":\"MB\"}}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-03-10T23:54:58.521Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2021-03-10T23:54:58.521Z\"}],\"Abstract\":\"The + monthly ocean bottom pressure anomaly grids are given as equivalent water + thickness changes derived from GRACE & GRACE-FO time-variable gravity observations + during the specified timespan, and relative to the specified time-mean reference + period. The Equivalent water thickness represent sea floor pressure changes + due to the integral effect of ocean and atmosphere processes, including global + mean ocean bottom pressure changes (mean ocean mass and mean atmosphere mass + over the global oceans). The Level-2 GAD product has been added back, a glacial + isostatic adjustment (GIA) correction has been applied, and standard corrections + for geocenter (degree-1), C20 (degree-20) and C30 (degree-30) are incorporated. + Post-processing filters (i.e., de-striping and spatial smoothing) have been + applied to reduce correlated errors. Version 04 (v04) of the ocean bottom + pressure data uses updated and consistent C20 and Geocenter corrections (i.e., + Technical Notes TN-14 and TN-13), as well as an ellipsoidal correction to + account for the non-spherical shape of the Earth when mapping gravity anomalies + to surface mass change. Data grids are provided in ASCII/netCDF/GeoTIFF formats. + For the RL06 version, all GRACE products in the ASCII format have adopted + the YAML encoding header, which is in full compliance with the PODAAC metadata + best practices.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-08-23T19:54:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-05T19:32:00.000Z\"}],\"Version\":\"RL06v04\",\"Projects\":[{\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"GRACE-TELLUS + Home Page, Jet Propulsion Laboratory, NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE\",\"LongName\":\"Gravity + Recovery and Climate Experiment\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft + angular distance from orbital plane relative to the Equator.\",\"Value\":\"89.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2604383423-POCLOUD\",\"V2604383569-POCLOUD\",\"V2604383481-POCLOUD\",\"V2604383461-POCLOUD\",\"V2604383440-POCLOUD\",\"V2604383506-POCLOUD\",\"V2604383527-POCLOUD\",\"V2604383547-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/TELLUS_GRFO_L3_JPL_RL06.1_LND_v04/\",\"podaac-ops-cumulus-public/TELLUS_GRFO_L3_JPL_RL06.1_LND_v04/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_25957\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2604383423-POCLOUD\"},{\"concept-id\":\"V2604383569-POCLOUD\"},{\"concept-id\":\"V2604383481-POCLOUD\"},{\"concept-id\":\"V2604383461-POCLOUD\"},{\"concept-id\":\"V2604383440-POCLOUD\"},{\"concept-id\":\"V2604383506-POCLOUD\"},{\"concept-id\":\"V2604383527-POCLOUD\"},{\"concept-id\":\"V2604383547-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2537038061-POCLOUD\",\"revision-date\":\"2023-09-07T15:32:23.089Z\",\"granule-count\":65,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"TELLUS\",\" + GRACE-FO\",\" LWET\",\" Gravity\",\"JPL\",\"TERRESTRIAL WATER STORAGE\",\" + RL06.1\",\"Ground Water\",\"Surface MASS\"],\"CollectionCitations\":[{\"Version\":\"RL06.1v04\",\"Title\":\"JPL + TELLUS GRACE-FO Level-3 Monthly Land Water-Equivalent-Thickness Surface Mass + Anomaly Release 6.1 version 04\",\"Creator\":\"Felix Landerer\",\"SeriesName\":\"JPL + TELLUS GRACE-FO Level-3 Monthly Land Water-Equivalent-Thickness\",\"ReleaseDate\":\"2023-02-21T00:00:00.000Z\",\"ReleasePlace\":\"JPL\",\"Publisher\":\"PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2018-06-01T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2021-04-30T23:59:59.999Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"JPL TELLUS + GRACE-FO Level-3 Monthly Land Water-Equivalent-Thickness\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GFLND-3AJ64\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":-89.5,\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":89.5}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Gridded\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":1.0,\"YDimension\":1.0,\"Unit\":\"Decimal + Degrees\"}]}}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"TERRESTRIAL HYDROSPHERE\",\"Term\":\"WATER BUDGET\",\"VariableLevel1\":\"TERRESTRIAL + WATER STORAGE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-05-22T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GFLND-3J614\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"TELLUS_GRFO_L3_JPL_RL06.1_LND_v04\",\"EntryTitle\":\"JPL + TELLUS GRACE-FO Level-3 Monthly Land Water-Equivalent-Thickness Surface Mass + Anomaly Release 6.1 version 04\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Landerer + F. W. and S. C. Swenson, Accuracy of scaled GRACE terrestrial water storage + estimates. Water Resources Research, Vol 48, W04531, 11 PP, doi:10.1029/2011WR011453, + 2012.\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/TELLUS_GRFO_L3_JPL_RL06.1_LND_v04/\",\"podaac-ops-cumulus-public/TELLUS_GRFO_L3_JPL_RL06.1_LND_v04/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"GRACE-FO + Project Website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://gracefo.jpl.nasa.gov/\"},{\"Description\":\"Generic + netCDF readers provided in multiple programming languages\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://github.com/podaac/data-readers\"},{\"Description\":\"User + guidance documentation for this dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L3_Handbook_JPL.pdf\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/TELLUS_GRFO_L3_JPL_RL06_LND_v04.jpg\"},{\"Description\":\"NASA + approved YAML encoding technical Note\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://earthdata.nasa.gov/esdis/eso/standards-and-references/yaml-encoding-ascii-format-for-grace-grace-fo-mission-data\"},{\"Description\":\"PODAAC + GRACE-FO Mission-Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE-FO\"},{\"Description\":\"GRACE + monthly data integration range\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE_GRACE-FO_Months_RL06.csv\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2537038061-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2537038061-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"GRACE-FO + Documentation and Technical Notes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/gravity/gracefo-documentation + \"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-03-10T22:52:24.123Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2021-03-10T22:52:24.123Z\"}],\"Abstract\":\"The + monthly land mass grids contain water mass anomalies given as equivalent water + thickness derived from GRACE & GRACE-FO time-variable gravity observations + during the specified timespan, and relative to the specified time-mean reference + period. The Equivalent water thickness represents the total terrestrial water + storage anomalies from soil moisture, snow, surface water (incl. rivers, lakes, + reservoirs etc.), as well as groundwater and aquifers. A glacial isostatic + adjustment (GIA) correction has been applied, and standard corrections for + geocenter (degree-1), C20 (degree-20) and C30 (degree-30) are incorporated. + Post-processing filters have been applied to reduce correlated errors. Version + 04 (v04) of the terrestrial water storage data uses updated and consistent + C20 and Geocenter corrections (i.e., Technical Notes TN-14 and TN-13), as + well as an ellipsoidal correction to account for the non-spherical shape of + the Earth when mapping gravity anomalies to surface mass change. This RL06.1 + is an updated release version of the previous RL06. The difference is only + in the Level-1B accelerometer transplant data that is used for the GF2 (GRACE-FO + 2) satellite; RL06.1 uses the ACH data product. Data grids are provided in + ASCII/netCDF/GeoTIFF formats. For the RL06 version and beyond, all GRACE products + in the ASCII format have adopted the YAML encoding header, which is in full + compliance with the PODAAC metadata best practices.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-08-23T19:36:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-07T15:32:00.000Z\"}],\"Version\":\"RL06.1v04\",\"Projects\":[{\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"StartDate\":\"2018-05-22T00:00:00.000Z\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"GRACE-TELLUS + Home Page, Jet Propulsion Laboratory, NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2604383735-POCLOUD\",\"V2604383954-POCLOUD\",\"V2604383801-POCLOUD\",\"V2604383905-POCLOUD\",\"V2604383835-POCLOUD\",\"V2604383873-POCLOUD\",\"V2604383931-POCLOUD\",\"V2604383776-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/TELLUS_GRFO_L3_JPL_RL06.1_OCN_v04/\",\"podaac-ops-cumulus-public/TELLUS_GRFO_L3_JPL_RL06.1_OCN_v04/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_25953\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2604383735-POCLOUD\"},{\"concept-id\":\"V2604383954-POCLOUD\"},{\"concept-id\":\"V2604383801-POCLOUD\"},{\"concept-id\":\"V2604383905-POCLOUD\"},{\"concept-id\":\"V2604383835-POCLOUD\"},{\"concept-id\":\"V2604383873-POCLOUD\"},{\"concept-id\":\"V2604383931-POCLOUD\"},{\"concept-id\":\"V2604383776-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2537030370-POCLOUD\",\"revision-date\":\"2023-09-07T15:35:54.894Z\",\"granule-count\":65,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"TELLUS\",\" + GRACE-FO\",\" OBP\",\" LWET\",\" Gravity\",\" JPL\",\" RL06.1\",\" OCEAN\",\"OCEAN + MASS\",\"Sea Level\"],\"CollectionCitations\":[{\"Version\":\"RL06.1v04\",\"Title\":\"JPL + TELLUS GRACE-FO Level-3 Monthly Ocean Bottom Pressure Anomaly Release 6.1 + version 04\",\"Creator\":\"Felix Landerer\",\"SeriesName\":\"JPL TELLUS GRACE-FO + Level-3 Monthly Ocean Bottom Pressure Anomaly\",\"ReleaseDate\":\"2023-02-21T00:00:00.000Z\",\"ReleasePlace\":\"JPL\",\"Publisher\":\"PO.DAAC\"}],\"AdditionalAttributes\":[{\"Name\":\"earliest_granule_start_time\",\"Description\":\"Earliest + Granule Start Time for dataset.\",\"Value\":\"2018-06-01T00:00:00.000Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"latest_granule_end_time\",\"Description\":\"Latest + Granule Stop/End Time for dataset.\",\"Value\":\"2021-04-30T23:59:59.999Z\",\"DataType\":\"DATETIME\"},{\"Name\":\"Series + Name\",\"Description\":\"Dataset citation series name\",\"Value\":\"JPL TELLUS + GRACE-FO Level-3 Monthly Ocean Bottom Pressure Anomaly Release 6.0 in netCDF/ASCII/GeoTIFF\",\"DataType\":\"STRING\"},{\"Name\":\"Persistent + ID\",\"Description\":\"Dataset Persistent ID\",\"Value\":\"PODAAC-GFOCN-3AJ64\",\"DataType\":\"STRING\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"CARTESIAN\",\"SpatialCoverageType\":\"HORIZONTAL\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"CARTESIAN\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"SouthBoundingCoordinate\":-89.5,\"EastBoundingCoordinate\":180,\"NorthBoundingCoordinate\":89.5}]},\"ResolutionAndCoordinateSystem\":{\"GeodeticModel\":{\"SemiMajorAxis\":6378137,\"EllipsoidName\":\"WGS + 84\",\"HorizontalDatumName\":\"World Geodetic System 1984\",\"DenominatorOfFlatteningRatio\":298.2572236},\"Description\":\"Projection + Type: Gridded\",\"HorizontalDataResolution\":{\"GenericResolutions\":[{\"XDimension\":1.0,\"YDimension\":1.0,\"Unit\":\"Decimal + Degrees\"}]}}}},\"CollectionProgress\":\"ACTIVE\",\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"OCEANS\",\"Term\":\"OCEAN PRESSURE\",\"VariableLevel1\":\"WATER + PRESSURE\",\"DetailedVariable\":\"OCEAN BOTTOM PRESSURE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2018-05-22T00:00:00.000Z\"}]}],\"ProcessingLevel\":{\"Id\":\"3\"},\"DOI\":{\"DOI\":\"10.5067/GFOCN-3J614\",\"Authority\":\"https://doi.org\"},\"ShortName\":\"TELLUS_GRFO_L3_JPL_RL06.1_OCN_v04\",\"EntryTitle\":\"JPL + TELLUS GRACE-FO Level-3 Monthly Ocean Bottom Pressure Anomaly Release 6.1 + version 04\",\"PublicationReferences\":[{\"OtherReferenceDetails\":\"Landerer + F. W. and S. C. Swenson, Accuracy of scaled GRACE terrestrial water storage + estimates. Water Resources Research, Vol 48, W04531, 11 PP, doi:10.1029/2011WR011453, + 2012.\"}],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3BucketAndObjectPrefixNames\":[\"podaac-ops-cumulus-protected/TELLUS_GRFO_L3_JPL_RL06.1_OCN_v04/\",\"podaac-ops-cumulus-public/TELLUS_GRFO_L3_JPL_RL06.1_OCN_v04/\"],\"S3CredentialsAPIEndpoint\":\"https://archive.podaac.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://archive.podaac.earthdata.nasa.gov/s3credentialsREADME\"},\"RelatedUrls\":[{\"Description\":\"GRACE-FO + Project Website\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW RELATED + INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://gracefo.jpl.nasa.gov/\"},{\"Description\":\"GRACE + monthly data integration range\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE_GRACE-FO_Months_RL06.csv\"},{\"Description\":\"PODAAC + GRACE-FO Mission-Page\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/GRACE-FO\"},{\"Description\":\"User + guidance documentation for this dataset\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"USER'S GUIDE\",\"URL\":\"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-docs/gracefo/open/docs/GRACE-FO_L3_Handbook_JPL.pdf\"},{\"Description\":\"Thumbnail\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\",\"URL\":\"https://podaac.jpl.nasa.gov/Podaac/thumbnails/TELLUS_GRFO_L3_JPL_RL06_OCN_v04.jpg\"},{\"Description\":\"NASA + approved YAML encoding technical Note\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://earthdata.nasa.gov/esdis/eso/standards-and-references/yaml-encoding-ascii-format-for-grace-grace-fo-mission-data\"},{\"Description\":\"Generic + netCDF readers provided in multiple programming languages\",\"URLContentType\":\"DistributionURL\",\"Type\":\"DOWNLOAD + SOFTWARE\",\"URL\":\"https://github.com/podaac/data-readers\"},{\"Description\":\"Data + Use and Citation Policy \",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"DATA CITATION POLICY\",\"URL\":\"https://podaac.jpl.nasa.gov/CitingPODAAC\"},{\"Description\":\"HTTPS + endpoint for data browse and download\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"DATA TREE\",\"URL\":\"https://cmr.earthdata.nasa.gov/virtual-directory/collections/C2537030370-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"Browse + granule search results in Earthdata Search\",\"URLContentType\":\"DistributionURL\",\"Type\":\"GET + DATA\",\"Subtype\":\"Earthdata Search\",\"URL\":\"https://search.earthdata.nasa.gov/search/granules?p=C2537030370-POCLOUD\",\"GetData\":{\"Format\":\"Not + provided\",\"MimeType\":\"text/html\",\"Size\":0.0,\"Unit\":\"MB\"}},{\"Description\":\"GRACE-FO + Documentation and Technical Notes\",\"URLContentType\":\"PublicationURL\",\"Type\":\"VIEW + RELATED INFORMATION\",\"Subtype\":\"GENERAL DOCUMENTATION\",\"URL\":\"https://podaac.jpl.nasa.gov/gravity/gracefo-documentation + \"}],\"SpatialInformation\":{\"SpatialCoverageType\":\"HORIZONTAL\"},\"DataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2021-03-10T23:36:31.315Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2021-03-10T23:36:31.315Z\"}],\"Abstract\":\"The + monthly ocean bottom pressure anomaly grids are given as equivalent water + thickness changes derived from GRACE & GRACE-FO time-variable gravity observations + during the specified timespan, and relative to the specified time-mean reference + period. The Equivalent water thickness represent sea floor pressure changes + due to the integral effect of ocean and atmosphere processes, including global + mean ocean bottom pressure changes (mean ocean mass and mean atmosphere mass + over the global oceans). The Level-2 GAD product has been added back, a glacial + isostatic adjustment (GIA) correction has been applied, and standard corrections + for geocenter (degree-1), C20 (degree-20) and C30 (degree-30) are incorporated. + Post-processing filters (i.e., de-striping and spatial smoothing) have been + applied to reduce correlated errors. Version 04 (v04) of the ocean bottom + pressure data uses updated and consistent C20 and Geocenter corrections (i.e., + Technical Notes TN-14 and TN-13), as well as an ellipsoidal correction to + account for the non-spherical shape of the Earth when mapping gravity anomalies + to surface mass change. This RL06.1 is an updated release version of the previous + RL06. The difference is only in the Level-1B accelerometer transplant data + that is used for the GF2 (GRACE-FO 2) satellite; RL06.1 uses the ACH data + product. Data grids are provided in ASCII/netCDF/GeoTIFF formats. For the + RL06 version and beyond, all GRACE products in the ASCII format have adopted + the YAML encoding header, which is in full compliance with the PODAAC metadata + best practices.\",\"LocationKeywords\":[{\"Type\":\"GLOBAL\",\"Category\":\"GEOGRAPHIC + REGION\"}],\"MetadataDates\":[{\"Type\":\"CREATE\",\"Date\":\"2022-08-23T19:40:00.000Z\"},{\"Type\":\"UPDATE\",\"Date\":\"2023-09-07T15:35:00.000Z\"}],\"Version\":\"RL06.1v04\",\"Projects\":[{\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"StartDate\":\"2018-05-22T00:00:00.000Z\"}],\"DataCenters\":[{\"Roles\":[\"PROCESSOR\"],\"ShortName\":\"NASA/JPL/GRACE-TELLUS-0001\",\"LongName\":\"GRACE + Tellus, Jet Propulsion Laboratory, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"GRACE-TELLUS + Home Page, Jet Propulsion Laboratory, NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://grace.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}},{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/JPL/PODAAC\",\"LongName\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"Description\":\"Physical + Oceanography Distributed Active Archive Center, Jet Propulsion Laboratory, + NASA\",\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME PAGE\",\"URL\":\"https://podaac.jpl.nasa.gov/\"}]}}],\"TemporalKeywords\":[\"Monthly + - < Annual\"],\"Platforms\":[{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity + Recovery and Climate Experiment Follow-On\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":28,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"SNDRJ1ATMSL1B_2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1442068433-GES_DISC\",\"revision-date\":\"2023-08-07T19:00:49.443Z\",\"granule-count\":552899,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"JPSS-1\",\"JPSS1\",\"JPSS + 1\",\"ATMS\",\"NOAA 20\",\"NOAA-20\",\"NOAA20\",\"brightness temperature\"],\"CollectionCitations\":[{\"Creator\":\"Jet + Propulsion Laboratory: Bjorn Lambrigtsen\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/SNDRJ1ATMSL1B_2.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"JPSS-1 + ATMS Level 1B Brightness Temperature V2\",\"SeriesName\":\"SNDRJ1ATMSL1B\",\"ReleaseDate\":\"2018-01-01T00:00:00.000Z\",\"Version\":\"2\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":true,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"ANTENNA + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"MICROWAVE + RADIANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-11-29T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/VP66V3OTXOPY\"},\"ShortName\":\"SNDRJ1ATMSL1B\",\"EntryTitle\":\"JPSS-1 + ATMS Level 1B Brightness Temperature V2 (SNDRJ1ATMSL1B) at GES DISC\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/SNDRJ1ATMSL1B_2.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/SNDRJ1ATMSL1B_2.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://sounder.gesdisc.eosdis.nasa.gov/data/JPSS1_Sounder_Level1/SNDRJ1ATMSL1B.2/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=SNDRJ1ATMSL1B+002\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://sounder.gesdisc.eosdis.nasa.gov/opendap/JPSS1_Sounder_Level1//SNDRJ1ATMSL1B.2/contents.html\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/SNPP_Sounder/3.3_ScienceDataProductDocumentation/3.3.4_ProductGenerationAlgorithms/ATMS_NASA_ATBD_JPL_Review.pdf\",\"Description\":\"Algorithm + Theoretical Basis Document NASA L1b: Advanced Technology Microwave Sounder + (ATMS).\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/JPSS-1/SNDRJ1ATMSL1B.2.Readme.12AUG2019.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/SNPP_Sounder/3.3_ScienceDataProductDocumentation/3.3.5_ProductQuality/Report_assessment_V2_20180306H.pdf\",\"Description\":\"Product + Quality Assessment\",\"Subtype\":\"PRODUCT QUALITY ASSESSMENT\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Advanced Technology Microwave Sounder (ATMS) Level 1B data files contain brightness + temperature measurements along with ancillary spacecraft, instrument, and + geolocation data of the ATMS instrument on the Joint Polar Satellite System-1 + (JPSS-1) platform. This platform is also known as NOAA-20 (National Oceanic + and Atmospheric Administration).\\n \\nThe ATMS is a 22-channel mm-wave radiometer. + The ATMS will measure upwelling radiances in six frequency bands centered + at 23 GHz, 31 GHz, 50-58 GHz, 89 GHz, 66 GHz, and 183 GHz. The ATMS is a total + power radiometer, with “through-the-antenna” radiometric calibration. + Radiometric data is collected by a pair of antenna apertures, scanned by rotating + flat plate reflectors. Scanning is performed cross-track to the satellite + motion from sun to anti-sun, using the \\\"integrate-while-scan\\\" type data + collection. The scan period is 8/3 second, synchronized to the Cross-track + Infrared Sounder (CrIS) using a spacecraft provided scan synchronization pulse.\\n\\nSince + the JPSS-1 satellite is orbiting at an altitude of about 830 km, the instantaneous + spatial resolution on the ground at nadir is about 16 km, 32 km, or 75 km + depending upon the channel. The brightness temperature data are contained + in an array with 135 rows in the along-track direction, 96 columns in the + cross-track direction, and a 3rd dimension for each of the 22 channels. The + ATMS cross-track scan interval is 0.018 seconds and the along-track scan period + is 8/3 seconds. Data products are constructed on six minute boundaries.\\n\\nIf + you were redirected to this page from a DOI from\\nan older version, please + note this is the current\\nversion of the product. Please contact the GES + DISC\\nuser support if you need information about previous\\ndata collections.\",\"Purpose\":\"The + brightness temperatures are used for sounding observations needed to retrieve + profiles of atmospheric temperature and moisture for civilian operational + weather forecasting as well as continuity of these measurements for climate + monitoring purposes.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2016-12-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-05-21T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"MetadataAssociations\":[{\"EntryId\":\"SNDRJ1ATMSL1B\",\"Version\":\"02\",\"Type\":\"SCIENCE + ASSOCIATED\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"NPP-JPSS\",\"LongName\":\"National + Polar Orbiting Partnership-Joint Polar Satellite System\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"THOMAS\",\"MiddleName\":\"JOSEPH\",\"LastName\":\"HEARTY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6513\"},{\"Type\":\"Email\",\"Value\":\"Thomas.J.Hearty@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"BJORN\",\"LastName\":\"LAMBRIGTSEN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jet + Propulsion Laboratory\",\"4800 Oak Grove Dr.\",\"MS 169-237\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(818) + 354-8932\"},{\"Type\":\"Email\",\"Value\":\"Bjorn.H.Lambrigtsen@jpl.nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-20\",\"LongName\":\"Joint Polar + Satellite System - 1\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"none\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"s3-links\":[\"s3://gesdisc-cumulus-prod-protected/JPSS1_Sounder_Level1/SNDRJ1ATMSL1B.3/\"],\"has-spatial-subsetting\":false,\"native-id\":\"SNDRJ1ATMSL1B_3\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1952167460-GES_DISC\",\"revision-date\":\"2023-08-07T18:58:51.830Z\",\"granule-count\":552479,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"JPSS-1\",\"JPSS1\",\"JPSS + 1\",\"ATMS\",\"NOAA 20\",\"NOAA-20\",\"NOAA20\",\"brightness temperature\"],\"CollectionCitations\":[{\"Creator\":\"Jet + Propulsion Laboratory: Bjorn Lambrigtsen\",\"DataPresentationForm\":\"Digital + Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/SNDRJ1ATMSL1B_3.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"JPSS-1 + ATMS Level 1B Brightness Temperature V3\",\"SeriesName\":\"SNDRJ1ATMSL1B\",\"ReleaseDate\":\"2020-12-01T00:00:00.000Z\",\"Version\":\"3\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":true,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"ANTENNA + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"MICROWAVE\",\"VariableLevel1\":\"MICROWAVE + RADIANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2017-11-29T00:00:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/MUNII2DHSSY3\"},\"ShortName\":\"SNDRJ1ATMSL1B\",\"EntryTitle\":\"JPSS-1 + ATMS Level 1B Brightness Temperature V3 (SNDRJ1ATMSL1B) at GES DISC\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC + INFORMATION\"],\"DirectDistributionInformation\":{\"Region\":\"us-west-2\",\"S3CredentialsAPIEndpoint\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentials\",\"S3CredentialsAPIDocumentationURL\":\"https://data.gesdisc.earthdata.nasa.gov/s3credentialsREADME\",\"S3BucketAndObjectPrefixNames\":[\"s3://gesdisc-cumulus-prod-protected/JPSS1_Sounder_Level1/SNDRJ1ATMSL1B.3/\"]},\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/SNDRJ1ATMSL1B_3.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/SNDRJ1ATMSL1B_3.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://sounder.gesdisc.eosdis.nasa.gov/data/JPSS1_Sounder_Level1/SNDRJ1ATMSL1B.3/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=SNDRJ1ATMSL1B+003\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://sounder.gesdisc.eosdis.nasa.gov/opendap/JPSS1_Sounder_Level1//SNDRJ1ATMSL1B.3\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/SNPP_Sounder/3.3_ScienceDataProductDocumentation/3.3.4_ProductGenerationAlgorithms/ATMS_NASA_ATBD_JPL_Review.pdf\",\"Description\":\"Algorithm + Theoretical Basis Document NASA L1b: Advanced Technology Microwave Sounder + (ATMS).\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Sounder/ATMS_V3_L1B_Product_User_Guide.pdf\",\"Description\":\"README + Document\",\"Subtype\":\"READ-ME\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Sounder/ATMS_V3_L1B_Assessment_Report.pdf\",\"Description\":\"Product + Quality Assessment\",\"Subtype\":\"PRODUCT QUALITY ASSESSMENT\",\"Type\":\"VIEW + RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Advanced Technology Microwave Sounder (ATMS) Level 1B data files contain brightness + temperature measurements along with ancillary spacecraft, instrument, and + geolocation data of the ATMS instrument on the Joint Polar Satellite System-1 + (JPSS-1) platform. This platform is also known as NOAA-20 (National Oceanic + and Atmospheric Administration).\\n \\nThe ATMS is a 22-channel mm-wave radiometer. + The ATMS will measure upwelling radiances in six frequency bands centered + at 23 GHz, 31 GHz, 50-58 GHz, 89 GHz, 66 GHz, and 183 GHz. The ATMS is a total + power radiometer, with “through-the-antenna” radiometric calibration. + Radiometric data is collected by a pair of antenna apertures, scanned by rotating + flat plate reflectors. Scanning is performed cross-track to the satellite + motion from sun to anti-sun, using the \\\"integrate-while-scan\\\" type data + collection. The scan period is 8/3 second, synchronized to the Cross-track + Infrared Sounder (CrIS) using a spacecraft provided scan synchronization pulse.\\n\\nSince + the JPSS-1 satellite is orbiting at an altitude of about 830 km, the instantaneous + spatial resolution on the ground at nadir is about 16 km, 32 km, or 75 km + depending upon the channel. The brightness temperature data are contained + in an array with 135 rows in the along-track direction, 96 columns in the + cross-track direction, and a 3rd dimension for each of the 22 channels. The + ATMS cross-track scan interval is 0.018 seconds and the along-track scan period + is 8/3 seconds. Data products are constructed on six minute boundaries.\\n\\nIf + you were redirected to this page from a DOI from\\nan older version, please + note this is the current\\nversion of the product. Please contact the GES + DISC\\nuser support if you need information about previous\\ndata collections.\",\"Purpose\":\"The + brightness temperatures are used for sounding observations needed to retrieve + profiles of atmospheric temperature and moisture for civilian operational + weather forecasting as well as continuity of these measurements for climate + monitoring purposes.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2020-10-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-10-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"MetadataAssociations\":[{\"EntryId\":\"SNDRJ1ATMSL1B\",\"Version\":\"03\",\"Type\":\"SCIENCE + ASSOCIATED\"}],\"Version\":\"3\",\"Projects\":[{\"ShortName\":\"NPP-JPSS\",\"LongName\":\"National + Polar Orbiting Partnership-Joint Polar Satellite System\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"THOMAS\",\"MiddleName\":\"JOSEPH\",\"LastName\":\"HEARTY\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6513\"},{\"Type\":\"Email\",\"Value\":\"Thomas.J.Hearty@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"BJORN\",\"LastName\":\"LAMBRIGTSEN\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Jet + Propulsion Laboratory\",\"4800 Oak Grove Dr.\",\"MS 169-237\"],\"City\":\"Pasadena\",\"StateProvince\":\"CA\",\"PostalCode\":\"91109\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"(818) + 354-8932\"},{\"Type\":\"Email\",\"Value\":\"Bjorn.H.Lambrigtsen@jpl.nasa.gov\"}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-20\",\"LongName\":\"Joint Polar + Satellite System - 1\",\"Instruments\":[{\"ShortName\":\"ATMS\",\"LongName\":\"Advanced + Technology Microwave Sounder\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"none\"}]}}},{\"meta\":{\"revision-id\":13,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"SNDRJ1CrISL1BIMG_2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1994855247-GES_DISC\",\"revision-date\":\"2023-06-14T01:35:35.071Z\",\"granule-count\":535973,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"CrIS\",\"JPSS-1\",\"L1BIMG\"],\"CollectionCitations\":[{\"Creator\":\"UW-Madison + Space Science and Engineering Center: Hank Revercomb; UMBC Atmospheric Spectroscopy + Laboratory: Larrabee Strow\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/SNDRJ1CrISL1BIMG_2.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"JPSS-1 + CrIS IMG: Collocated VIIRS level 1 / cloud mask statistical summary V2\",\"SeriesName\":\"SNDRJ1CrISL1BIMG\",\"ReleaseDate\":\"2020-12-09T00:00:00.000Z\",\"Version\":\"2\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":true,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED + WAVELENGTHS\",\"VariableLevel1\":\"INFRARED RADIANCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"REFLECTANCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"REFLECTIVE + BAND RADIANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-20T12:42:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/A7SVIO2AAD0E\"},\"ShortName\":\"SNDRJ1CrISL1BIMG\",\"EntryTitle\":\"JPSS-1 + CrIS IMG: Collocated VIIRS level 1 / cloud mask statistical summary V2 (SNDRJ1CrISL1BIMG) + at GES DISC\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC INFORMATION\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/SNDRJ1CrISL1BIMG_2.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/SNDRJ1CrISL1BIMG_2.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://sounder.gesdisc.eosdis.nasa.gov/data/JPSS1_Sounder_Level1/SNDRJ1CrISL1BIMG.2/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=SNDRJ1CrISL1BIMG+002\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://sounder.gesdisc.eosdis.nasa.gov/opendap/SNPP_Sounder_Level1/SNDRJ1CrISL1BIMG.2/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/SNPP_Sounder/3.3_ScienceDataProductDocumentation/3.3.4_ProductGenerationAlgorithms/D0001-M01-S01-002_JPSS_ATBD_CrIS-SDR_C.pdf\",\"Description\":\"Joint + Polar Satellite System (JPSS) Cross-track Infrared Sounder (CrIS) Sensor Data + Records (SDR) Algorithm Theoretical Basis Document (ATBD).\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/SNPP/CrIS_L1B_SNPP.DeltaATBD_V2.0.pdf\",\"Description\":\"NASA + SNPP Cross-track Infrared Sounder (CrIS) Level 1B Delta Algorithm Theoretical + Basis Document (ATBD)\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT + (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/SNPP/CrIS_VIIRS_IMG_Product_Users_Guide_v2A.pdf\",\"Description\":\"NASA + SNPP Cross-track Infrared Sounder (CrIS) IMG/IMG_COL Product Users\u2019 Guide\",\"Subtype\":\"USER'S + GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/SNPP_Sounder/3.3_ScienceDataProductDocumentation/3.3.5_ProductQuality/NASA_SNPP_CrIS_L1B_Quality_Flags_V2.0.pdf\",\"Description\":\"NASA + SNPP Cross-track Infrared Sounder (CrIS) Level 1B Quality Flags Description + Document\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Cross-track Infrared Sounder (CrIS) Level 1B Full Spectral Resolution (FSR) + data files contain radiance measurements along with ancillary spacecraft, + instrument, and geolocation data of the CrIS instrument on the Joint Polar + Satellite System-1 (JPSS-1) platform. This platform is also know as NOAA-20 + (National Oceanic and Atmospheric Administration). The JPSS-1 mission with + CrIS instrumentation is a follow-on to the Suomi National Polar-orbiting Partnership + (SNPP) mission. The CrIS instrumentation and data processing system is nearly + identical to that of the SNPP satellite. /\\n\\nThe FSR files have 2,223 channels + (*2211 apodized channels): 637 (*633) shortwave channels from 3.9 to 4.7 microns + (2555 to 2150 cm-1), 869 (*865) midwave channels from 5.7 to 8.05 microns + (1752.5 to 1242.5 cm-1), and 717 (*713)longwave channels from 9.1 to 15.41 + microns (1096.25 to 648.75 cm-1). Each CrIS field-of-regard (FOR) contains + 9 field-of-views (FOVs) arranged in a 3X3 array. The Level 1B files contain + 30 FORs in the cross track direction and 45 in the along track direction. + Data products are constructed on six minute boundaries.\\n\\nThe Visible Infrared + Imaging Radiometer Suite (VIIRS) has 22 imaging and radiometric bands covering + wavelengths from 0.41 to 12.5 microns. It provides the sensor data records + for clouds, sea surface temperature, ocean color, and others. This IMG product + primarily contains statistics of the VIIRS cloud mask and VIIRS L1B data within + each CrIS footprint.\",\"Purpose\":\"The radiance data are used for sounding + observations needed to retrieve profiles of atmospheric temperature, moisture, + and trace gases for civilian operational weather forecasting as well as continuity + of these measurements for climate monitoring purposes.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2016-12-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-06-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"NPP-JPSS\",\"LongName\":\"National + Polar Orbiting Partnership-Joint Polar Satellite System\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"FENG\",\"LastName\":\"DING\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6613\"},{\"Type\":\"Email\",\"Value\":\"Feng.Ding@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"HANK\",\"LastName\":\"REVERCOMB\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Space + Science and Engineering Center\",\"University of Wisconsin\",\"1225 West Dayton + Street\"],\"City\":\"Madison\",\"StateProvince\":\"WI\",\"PostalCode\":\"53706\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"hank.revercomb@ssec.wisc.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Larrabee\",\"LastName\":\"Strow\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"UMBC + Atmospheric Spectroscopy Laboratory\"]}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-20\",\"LongName\":\"Joint Polar + Satellite System - 1\",\"Instruments\":[{\"ShortName\":\"CrIS\",\"LongName\":\"Cross-track + Infrared Sounder\"},{\"ShortName\":\"VIIRS\",\"LongName\":\"Visible-Infrared + Imager-Radiometer Suite\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"none\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"GES_DISC\",\"has-combine\":false,\"user-id\":\"cloeser\",\"has-formats\":false,\"has-spatial-subsetting\":false,\"native-id\":\"SNDRJ1CrISL1BIMGC_2\",\"has-transforms\":false,\"has-variables\":false,\"concept-id\":\"C1993075854-GES_DISC\",\"revision-date\":\"2023-06-14T01:35:35.917Z\",\"granule-count\":535976,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"English\",\"AncillaryKeywords\":[\"CrIS\",\"JPSS-1\",\"L1BIMGC\"],\"CollectionCitations\":[{\"Creator\":\"UW-Madison + Space Science and Engineering Center: Hank Revercomb; UMBC Atmospheric Spectroscopy + Laboratory: Larrabee Strow\",\"DataPresentationForm\":\"Digital Science Data\",\"OnlineResource\":{\"Linkage\":\"https://disc.gsfc.nasa.gov/datacollection/SNDRJ1CrISL1BIMGC_2.html\"},\"Publisher\":\"Goddard + Earth Sciences Data and Information Services Center (GES DISC)\",\"Title\":\"JPSS-1 + CrIS IMG_COL: Array indices for collocated VIIRS observations V2\",\"SeriesName\":\"SNDRJ1CrISL1BIMGC\",\"ReleaseDate\":\"2020-12-09T00:00:00.000Z\",\"Version\":\"2\",\"ReleasePlace\":\"Greenbelt, + MD\"}],\"SpatialExtent\":{\"GranuleSpatialRepresentation\":\"GEODETIC\",\"HorizontalSpatialDomain\":{\"Geometry\":{\"CoordinateSystem\":\"GEODETIC\",\"BoundingRectangles\":[{\"WestBoundingCoordinate\":-180,\"NorthBoundingCoordinate\":90,\"EastBoundingCoordinate\":180,\"SouthBoundingCoordinate\":-90}]}}},\"CollectionProgress\":\"ACTIVE\",\"StandardProduct\":true,\"ScienceKeywords\":[{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED WAVELENGTHS\",\"VariableLevel1\":\"BRIGHTNESS + TEMPERATURE\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"INFRARED + WAVELENGTHS\",\"VariableLevel1\":\"INFRARED RADIANCE\"},{\"Category\":\"EARTH + SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE + IMAGERY\"},{\"Category\":\"EARTH SCIENCE\",\"Topic\":\"SPECTRAL/ENGINEERING\",\"Term\":\"VISIBLE + WAVELENGTHS\",\"VariableLevel1\":\"VISIBLE RADIANCE\"}],\"TemporalExtents\":[{\"RangeDateTimes\":[{\"BeginningDateTime\":\"2012-01-20T12:42:00.000Z\"}],\"EndsAtPresentFlag\":true}],\"ProcessingLevel\":{\"Id\":\"1B\"},\"DOI\":{\"DOI\":\"10.5067/51CRDMSIA1YJ\"},\"ShortName\":\"SNDRJ1CrISL1BIMGC\",\"EntryTitle\":\"JPSS-1 + CrIS IMG_COL: Array indices for collocated VIIRS observations V2 (SNDRJ1CrISL1BIMGC) + at GES DISC\",\"ISOTopicCategories\":[\"GEOSCIENTIFIC INFORMATION\"],\"AccessConstraints\":{\"Description\":\"None\"},\"RelatedUrls\":[{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/Images/SNDRJ1CrISL1BIMGC_2.png\",\"URLContentType\":\"VisualizationURL\",\"Type\":\"GET + RELATED VISUALIZATION\"},{\"URL\":\"https://disc.gsfc.nasa.gov/datacollection/SNDRJ1CrISL1BIMGC_2.html\",\"Description\":\"Access + the dataset landing page from the GES DISC website.\",\"Type\":\"DATA SET + LANDING PAGE\",\"URLContentType\":\"CollectionURL\"},{\"URL\":\"https://sounder.gesdisc.eosdis.nasa.gov/data/JPSS1_Sounder_Level1/SNDRJ1CrISL1BIMGC.2/\",\"Description\":\"Access + the data via HTTPS.\",\"Subtype\":\"DATA TREE\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://search.earthdata.nasa.gov/search?q=SNDRJ1CrISL1BIMGC+002\",\"Description\":\"Use + the Earthdata Search to find and retrieve data sets across multiple data centers.\",\"Subtype\":\"Earthdata + Search\",\"Type\":\"GET DATA\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://sounder.gesdisc.eosdis.nasa.gov/opendap/SNPP_Sounder_Level1/SNDRJ1CrISL1BIMGC.2/\",\"Description\":\"Access + the data via the OPeNDAP protocol.\",\"Subtype\":\"OPENDAP DATA\",\"Type\":\"USE + SERVICE API\",\"URLContentType\":\"DistributionURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/SNPP_Sounder/3.3_ScienceDataProductDocumentation/3.3.4_ProductGenerationAlgorithms/D0001-M01-S01-002_JPSS_ATBD_CrIS-SDR_C.pdf\",\"Description\":\"Joint + Polar Satellite System (JPSS) Cross-track Infrared Sounder (CrIS) Sensor Data + Records (SDR) Algorithm Theoretical Basis Document (ATBD).\",\"Subtype\":\"ALGORITHM + THEORETICAL BASIS DOCUMENT (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/SNPP/CrIS_L1B_SNPP.DeltaATBD_V2.0.pdf\",\"Description\":\"NASA + SNPP Cross-track Infrared Sounder (CrIS) Level 1B Delta Algorithm Theoretical + Basis Document (ATBD)\",\"Subtype\":\"ALGORITHM THEORETICAL BASIS DOCUMENT + (ATBD)\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/public/project/SNPP/CrIS_VIIRS_IMG_Product_Users_Guide_v2A.pdf\",\"Description\":\"NASA + SNPP Cross-track Infrared Sounder (CrIS) IMG/IMG_COL Product Users\u2019 Guide\",\"Subtype\":\"USER'S + GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"},{\"URL\":\"https://docserver.gesdisc.eosdis.nasa.gov/repository/Mission/SNPP_Sounder/3.3_ScienceDataProductDocumentation/3.3.5_ProductQuality/NASA_SNPP_CrIS_L1B_Quality_Flags_V2.0.pdf\",\"Description\":\"NASA + SNPP Cross-track Infrared Sounder (CrIS) Level 1B Quality Flags Description + Document\",\"Subtype\":\"USER'S GUIDE\",\"Type\":\"VIEW RELATED INFORMATION\",\"URLContentType\":\"PublicationURL\"}],\"DataDates\":[{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"1970-01-01T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Abstract\":\"The + Cross-track Infrared Sounder (CrIS) Level 1B Full Spectral Resolution (FSR) + data files contain radiance measurements along with ancillary spacecraft, + instrument, and geolocation data of the CrIS instrument on the Joint Polar + Satellite System-1 (JPSS-1) platform. This platform is also know as NOAA-20 + (National Oceanic and Atmospheric Administration). The JPSS-1 mission with + CrIS instrumentation is a follow-on to the Suomi National Polar-orbiting Partnership + (SNPP) mission. The CrIS instrumentation and data processing system is nearly + identical to that of the SNPP satellite. \\n\\nThe FSR files have 2,223 channels + (*2211 apodized channels): 637 (*633) shortwave channels from 3.9 to 4.7 microns + (2555 to 2150 cm-1), 869 (*865) midwave channels from 5.7 to 8.05 microns + (1752.5 to 1242.5 cm-1), and 717 (*713)longwave channels from 9.1 to 15.41 + microns (1096.25 to 648.75 cm-1). Each CrIS field-of-regard (FOR) contains + 9 field-of-views (FOVs) arranged in a 3X3 array. The Level 1B files contain + 30 FORs in the cross track direction and 45 in the along track direction. + Data products are constructed on six minute boundaries.\\n\\nThe Visible Infrared + Imaging Radiometer Suite (VIIRS) has 22 imaging and radiometric bands covering + wavelengths from 0.41 to 12.5 microns. It provides the sensor data records + for clouds, sea surface temperature, ocean color, and others. This IMG_COL + product contains the colocation indices of the VIIRS pixels within each CrIS + footprint.\",\"Purpose\":\"The radiance data are used for sounding observations + needed to retrieve profiles of atmospheric temperature, moisture, and trace + gases for civilian operational weather forecasting as well as continuity of + these measurements for climate monitoring purposes.\",\"LocationKeywords\":[{\"Category\":\"GEOGRAPHIC + REGION\",\"Type\":\"GLOBAL\"},{\"Category\":\"VERTICAL LOCATION\",\"Type\":\"STRATOSPHERE\"},{\"Category\":\"VERTICAL + LOCATION\",\"Type\":\"TROPOSPHERE\"}],\"MetadataDates\":[{\"Date\":\"2016-12-09T00:00:00.000Z\",\"Type\":\"CREATE\"},{\"Date\":\"2020-06-12T00:00:00.000Z\",\"Type\":\"UPDATE\"}],\"Version\":\"2\",\"Projects\":[{\"ShortName\":\"NPP-JPSS\",\"LongName\":\"National + Polar Orbiting Partnership-Joint Polar Satellite System\"}],\"UseConstraints\":{\"Description\":\"The + Earth Observing System Data and Information System (EOSDIS) data use policy + for NASA data can be accessed at https://earthdata.nasa.gov/earth-observation-data/data-use-policy. + For information on how to properly cite and acknowledge data from the NASA + GES DISC, refer to https://disc.gsfc.nasa.gov/information/documents?title=data-policy.\"},\"ContactPersons\":[{\"Roles\":[\"Metadata + Author\"],\"FirstName\":\"FENG\",\"LastName\":\"DING\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Distributed + Active Archive Center Global Change Data Center\",\"Code 610.2\",\"NASA Goddard + Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-6613\"},{\"Type\":\"Email\",\"Value\":\"Feng.Ding@nasa.gov\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"HANK\",\"LastName\":\"REVERCOMB\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Space + Science and Engineering Center\",\"University of Wisconsin\",\"1225 West Dayton + Street\"],\"City\":\"Madison\",\"StateProvince\":\"WI\",\"PostalCode\":\"53706\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Email\",\"Value\":\"hank.revercomb@ssec.wisc.edu\"}]}},{\"Roles\":[\"Investigator\"],\"FirstName\":\"Larrabee\",\"LastName\":\"Strow\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"UMBC + Atmospheric Spectroscopy Laboratory\"]}]}}],\"CollectionDataType\":\"SCIENCE_QUALITY\",\"DataCenters\":[{\"Roles\":[\"ARCHIVER\"],\"ShortName\":\"NASA/GSFC/SED/ESD/GCDC/GESDISC\",\"LongName\":\"Goddard + Earth Sciences Data and Information Services Center (formerly Goddard DAAC), + Global Change Data Center, Earth Sciences Division, Science and Exploration + Directorate, Goddard Space Flight Center, NASA\",\"ContactInformation\":{\"RelatedUrls\":[{\"URLContentType\":\"DataCenterURL\",\"Type\":\"HOME + PAGE\",\"URL\":\"https://disc.gsfc.nasa.gov/\",\"Description\":\"NASA GES + DISC Website\"}]},\"ContactGroups\":[{\"Roles\":[\"Data Center Contact\"],\"GroupName\":\"GES + DISC HELP DESK SUPPORT GROUP\",\"ContactInformation\":{\"Addresses\":[{\"StreetAddresses\":[\"Goddard + Earth Sciences Data and Information Services Center\",\"Code 610.2\",\"NASA + Goddard Space Flight Center\"],\"City\":\"Greenbelt\",\"StateProvince\":\"MD\",\"PostalCode\":\"20771\",\"Country\":\"USA\"}],\"ContactMechanisms\":[{\"Type\":\"Telephone\",\"Value\":\"301-614-5224\"},{\"Type\":\"Fax\",\"Value\":\"301-614-5268\"},{\"Type\":\"Email\",\"Value\":\"gsfc-dl-help-disc@mail.nasa.gov\"}]}}]}],\"Platforms\":[{\"Type\":\"Earth + Observation Satellites\",\"ShortName\":\"NOAA-20\",\"LongName\":\"Joint Polar + Satellite System - 1\",\"Instruments\":[{\"ShortName\":\"CrIS\",\"LongName\":\"Cross-track + Infrared Sounder\"},{\"ShortName\":\"VIIRS\",\"LongName\":\"Visible-Infrared + Imager-Radiometer Suite\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Media\":[\"Online + Archive\"],\"Format\":\"netCDF\",\"Fees\":\"none\"}]}}}]}" headers: Access-Control-Allow-Origin: - '*' @@ -246565,22 +321684,22 @@ interactions: CMR-Hits: - '8983' CMR-Request-Id: - - f6826bab-f725-4b37-9def-78323316097a + - e04c8ff4-8ab5-4dda-a04a-1ddb1c327c2d CMR-Search-After: - - '["goddard satellite-based surface turbulent fluxes climatology, 0.25 x 0.25 - deg, monthly grid v3 (gsstfmc) at ges disc","GES_DISC","GSSTFMC","3",1237113446,32]' + - '["jpss-1 cris img_col: array indices for collocated viirs observations v2 + (sndrj1crisl1bimgc) at ges disc","GES_DISC","SNDRJ1CrISL1BIMGC","2",1993075854,10]' CMR-Took: - - '3231' + - '6717' Connection: - keep-alive Content-MD5: - - e84156af7c1368b54cb4ae863aa34857 + - 24a718a4a8e941f375ceff1488032fcf Content-SHA1: - - afc5a8f98a46b62483261b0bc432aa830acd5198 + - f0de09843223ba6f6c3c8ce1f2492a560fad00f1 Content-Type: - application/vnd.nasa.cmr.umm_results+json;version=1.18.0; charset=utf-8 Date: - - Fri, 29 Mar 2024 16:44:02 GMT + - Mon, 08 Apr 2024 21:09:54 GMT Server: - ServerTokens ProductOnly Strict-Transport-Security: @@ -246590,11 +321709,11 @@ interactions: Vary: - Accept-Encoding, User-Agent Via: - - 1.1 20f3946ecbd7e00876bb64af532d99aa.cloudfront.net (CloudFront) + - 1.1 feb9ecc5fd8524e1ca167ec0c51fe7be.cloudfront.net (CloudFront) X-Amz-Cf-Id: - - -VbFHcSBXKFqOz16-ZGLqCfp37iV1_AQn02IHbvDeeOsB58-xVCPbg== + - ATN_dYx-T0CQP52r9EgXLSXQtoY3r81HpZlt2kABt0G9a6T24hx2Fg== X-Amz-Cf-Pop: - - DFW50-C1 + - SFO53-P6 X-Cache: - Miss from cloudfront X-Content-Type-Options: @@ -246602,11 +321721,11 @@ interactions: X-Frame-Options: - SAMEORIGIN X-Request-Id: - - -VbFHcSBXKFqOz16-ZGLqCfp37iV1_AQn02IHbvDeeOsB58-xVCPbg== + - ATN_dYx-T0CQP52r9EgXLSXQtoY3r81HpZlt2kABt0G9a6T24hx2Fg== X-XSS-Protection: - 1; mode=block content-length: - - '11481118' + - '21028373' status: code: 200 message: OK diff --git a/tests/unit/fixtures/vcr_cassettes/CYGNSS.yaml b/tests/unit/fixtures/vcr_cassettes/CYGNSS.yaml index 3ac5f6bb..4156f525 100644 --- a/tests/unit/fixtures/vcr_cassettes/CYGNSS.yaml +++ b/tests/unit/fixtures/vcr_cassettes/CYGNSS.yaml @@ -14,7 +14,7 @@ interactions: uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=CYGNSS_NOAA_L2_SWSP_25KM_V1.2&page_size=0 response: body: - string: '{"hits":2505,"took":786,"items":[]}' + string: '{"hits":2520,"took":138,"items":[]}' headers: Access-Control-Allow-Origin: - '*' @@ -22,21 +22,21 @@ interactions: - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count CMR-Hits: - - '2505' + - '2520' CMR-Request-Id: - - b4772f20-8009-49ce-a30f-6634582340f5 + - 878b5720-e96b-4e62-8899-df959bdbb1b9 CMR-Took: - - '786' + - '138' Connection: - keep-alive Content-MD5: - - 5c7364468283b5413f73432c34df11e2 + - 90dd4d9f19c6725b8caa8c71829655df Content-SHA1: - - c567046dc82005517bb5854b8c9da62ce5e059ec + - 3335180b2350d002c1edf7add99bcf0b9e45fbd5 Content-Type: - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 Date: - - Fri, 29 Mar 2024 16:44:11 GMT + - Mon, 08 Apr 2024 21:10:06 GMT Server: - ServerTokens ProductOnly Strict-Transport-Security: @@ -46,11 +46,11 @@ interactions: Vary: - Accept-Encoding, User-Agent Via: - - 1.1 e1cb26f55af020d51729c02b0fb5db98.cloudfront.net (CloudFront) + - 1.1 f09807fb9b1d4e77262d2f879d7bc4ca.cloudfront.net (CloudFront) X-Amz-Cf-Id: - - 2ESNrOgUDwhWjAibhkGBe2qO8TvLHI4kn0Oek0k7d43m4QRSSshsqA== + - U2zvUthy37f77eLjBz1Q5h1Z0XYkPxNDU5oR-OiL7Do-lCA_pehU9Q== X-Amz-Cf-Pop: - - DFW50-C1 + - SFO53-P6 X-Cache: - Miss from cloudfront X-Content-Type-Options: @@ -58,7 +58,7 @@ interactions: X-Frame-Options: - SAMEORIGIN X-Request-Id: - - 2ESNrOgUDwhWjAibhkGBe2qO8TvLHI4kn0Oek0k7d43m4QRSSshsqA== + - U2zvUthy37f77eLjBz1Q5h1Z0XYkPxNDU5oR-OiL7Do-lCA_pehU9Q== X-XSS-Protection: - 1; mode=block content-length: @@ -81,7 +81,7 @@ interactions: uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=CYGNSS_NOAA_L2_SWSP_25KM_V1.2&page_size=2000 response: body: - string: '{"hits":2505,"took":2360,"items":[{"meta":{"concept-type":"granule","concept-id":"G2276682432-POCLOUD","revision-id":2,"native-id":"cyg.ddmi.s20170501-000002-e20170501-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2022-05-24T00:05:34.523Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2017-05-01T23:59:59.000Z","BeginningDateTime":"2017-05-01T00:00:02.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"cyg.ddmi.s20170501-000002-e20170501-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2022-05-24T00:04:25.705Z"},{"Type":"Update","Date":"2022-05-24T00:04:25.705Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.002,"SouthBoundingCoordinate":-37.924,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.84},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.924,"EastBoundingCoordinate":-0.004,"NorthBoundingCoordinate":37.84}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.1920928955078125E-4,"Checksum":{"Value":"444d403ec22d6410d7fb0463c0095bde","Algorithm":"MD5"},"SizeInBytes":125,"Name":"cyg.ddmi.s20170501-000002-e20170501-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc.md5"},{"SizeUnit":"MB","Size":11.302141189575195,"Checksum":{"Value":"6e2367696c08e99ee949f2e0a3204aff","Algorithm":"MD5"},"SizeInBytes":11851154,"Name":"cyg.ddmi.s20170501-000002-e20170501-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2022-03-28T21:58:34.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20170501-000002-e20170501-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc.md5","Description":"Download + string: '{"hits":2520,"took":2444,"items":[{"meta":{"concept-type":"granule","concept-id":"G2276682432-POCLOUD","revision-id":2,"native-id":"cyg.ddmi.s20170501-000002-e20170501-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2022-05-24T00:05:34.523Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2017-05-01T23:59:59.000Z","BeginningDateTime":"2017-05-01T00:00:02.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"cyg.ddmi.s20170501-000002-e20170501-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2022-05-24T00:04:25.705Z"},{"Type":"Update","Date":"2022-05-24T00:04:25.705Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.002,"SouthBoundingCoordinate":-37.924,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.84},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.924,"EastBoundingCoordinate":-0.004,"NorthBoundingCoordinate":37.84}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.1920928955078125E-4,"Checksum":{"Value":"444d403ec22d6410d7fb0463c0095bde","Algorithm":"MD5"},"SizeInBytes":125,"Name":"cyg.ddmi.s20170501-000002-e20170501-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc.md5"},{"SizeUnit":"MB","Size":11.302141189575195,"Checksum":{"Value":"6e2367696c08e99ee949f2e0a3204aff","Algorithm":"MD5"},"SizeInBytes":11851154,"Name":"cyg.ddmi.s20170501-000002-e20170501-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2022-03-28T21:58:34.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20170501-000002-e20170501-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc.md5","Description":"Download cyg.ddmi.s20170501-000002-e20170501-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc.md5","Type":"EXTENDED METADATA"},{"URL":"s3://podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20170501-000002-e20170501-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc.md5","Description":"This link provides direct download access via S3 to the granule","Type":"EXTENDED @@ -56089,23 +56089,23 @@ interactions: - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count CMR-Hits: - - '2505' + - '2520' CMR-Request-Id: - - 2eea0ca7-c1e4-477c-bc36-416a61f1a9ca + - 0dc0f2ba-9fba-4881-b043-c06fe37b5141 CMR-Search-After: - '["pocloud",1666656001000,2529897764]' CMR-Took: - - '2643' + - '2727' Connection: - keep-alive Content-MD5: - - d93fc8536a79e8328027cd20f1aecac2 + - 1fa0fb09fa95f10d2c70902066c522b3 Content-SHA1: - - 1bd4a5f1234b3bcdc8cc435498e5ffe7cc4db20a + - a65e19f338c3b5403ecffabea5031ca7039a66e5 Content-Type: - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 Date: - - Fri, 29 Mar 2024 16:44:14 GMT + - Mon, 08 Apr 2024 21:10:09 GMT Server: - ServerTokens ProductOnly Strict-Transport-Security: @@ -56115,11 +56115,11 @@ interactions: Vary: - Accept-Encoding, User-Agent Via: - - 1.1 bea09c5d6492f9e5e896e19cc20a7d16.cloudfront.net (CloudFront) + - 1.1 c12dc5a7470811b7785c781e3f388796.cloudfront.net (CloudFront) X-Amz-Cf-Id: - - gQv64uDuljReCb89JQ66QvWWf4m_f6B2vbWSSnp0tEVjEOrOZX2Phg== + - lan444T0PIr4IJaXILpkxlXO8zjyjhIP4T3efLPK8h9HB57eQaA9Lw== X-Amz-Cf-Pop: - - DFW50-C1 + - SFO53-P6 X-Cache: - Miss from cloudfront X-Content-Type-Options: @@ -56127,7 +56127,7 @@ interactions: X-Frame-Options: - SAMEORIGIN X-Request-Id: - - gQv64uDuljReCb89JQ66QvWWf4m_f6B2vbWSSnp0tEVjEOrOZX2Phg== + - lan444T0PIr4IJaXILpkxlXO8zjyjhIP4T3efLPK8h9HB57eQaA9Lw== X-XSS-Protection: - 1; mode=block content-length: @@ -56149,10 +56149,10 @@ interactions: cmr-search-after: - '["pocloud",1666656001000,2529897764]' method: GET - uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=CYGNSS_NOAA_L2_SWSP_25KM_V1.2&page_size=1000 + uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=CYGNSS_NOAA_L2_SWSP_25KM_V1.2&page_size=2000 response: body: - string: '{"hits":2505,"took":2479,"items":[{"meta":{"concept-type":"granule","concept-id":"G2530146958-POCLOUD","revision-id":2,"native-id":"cyg.ddmi.s20221026-000002-e20221026-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2022-10-30T02:08:41.394Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2022-10-26T23:59:59.000Z","BeginningDateTime":"2022-10-26T00:00:02.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"cyg.ddmi.s20221026-000002-e20221026-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2022-10-30T02:06:31.322Z"},{"Type":"Update","Date":"2022-10-30T02:06:31.322Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.002,"SouthBoundingCoordinate":-37.565,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.554},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.565,"EastBoundingCoordinate":-0.002,"NorthBoundingCoordinate":37.554}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.1920928955078125E-4,"Checksum":{"Value":"371497cc223e84604712711103739e2b","Algorithm":"MD5"},"SizeInBytes":125,"Name":"cyg.ddmi.s20221026-000002-e20221026-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc.md5"},{"SizeUnit":"MB","Size":16.82738971710205,"Checksum":{"Value":"8c446c1fe17b2a6fbebd8ea506cb20b0","Algorithm":"MD5"},"SizeInBytes":17644797,"Name":"cyg.ddmi.s20221026-000002-e20221026-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2022-10-30T02:03:16.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20221026-000002-e20221026-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + string: '{"hits":2520,"took":702,"items":[{"meta":{"concept-type":"granule","concept-id":"G2530146958-POCLOUD","revision-id":2,"native-id":"cyg.ddmi.s20221026-000002-e20221026-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2022-10-30T02:08:41.394Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2022-10-26T23:59:59.000Z","BeginningDateTime":"2022-10-26T00:00:02.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"cyg.ddmi.s20221026-000002-e20221026-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2022-10-30T02:06:31.322Z"},{"Type":"Update","Date":"2022-10-30T02:06:31.322Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.002,"SouthBoundingCoordinate":-37.565,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.554},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.565,"EastBoundingCoordinate":-0.002,"NorthBoundingCoordinate":37.554}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.1920928955078125E-4,"Checksum":{"Value":"371497cc223e84604712711103739e2b","Algorithm":"MD5"},"SizeInBytes":125,"Name":"cyg.ddmi.s20221026-000002-e20221026-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc.md5"},{"SizeUnit":"MB","Size":16.82738971710205,"Checksum":{"Value":"8c446c1fe17b2a6fbebd8ea506cb20b0","Algorithm":"MD5"},"SizeInBytes":17644797,"Name":"cyg.ddmi.s20221026-000002-e20221026-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2022-10-30T02:03:16.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20221026-000002-e20221026-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download cyg.ddmi.s20221026-000002-e20221026-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20221026-000002-e20221026-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This link provides direct download access via S3 to the granule","Type":"GET DATA @@ -68655,7 +68655,31 @@ interactions: RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240318-000002-e20240318-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240318-000002-e20240318-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240318-000002-e20240318-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2907510904-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-03-24T05:28:20.085Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-20T23:59:59.000Z","BeginningDateTime":"2024-03-20T00:00:01.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-03-24T05:26:59.046Z"},{"Type":"Update","Date":"2024-03-24T05:26:59.046Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.001,"SouthBoundingCoordinate":-37.407,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.369},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.407,"EastBoundingCoordinate":-0.001,"NorthBoundingCoordinate":37.369}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":13.981752395629883,"Checksum":{"Value":"5669248b83b32fac8d6ca35efc99c41b","Algorithm":"MD5"},"SizeInBytes":14660930,"Name":"cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-03-23T08:34:59.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2920155982-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-04T12:28:25.660Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-19T23:59:59.000Z","BeginningDateTime":"2024-03-19T00:00:02.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-04T12:26:32.391Z"},{"Type":"Update","Date":"2024-04-04T12:26:32.391Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.001,"SouthBoundingCoordinate":-37.505,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.233},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.505,"EastBoundingCoordinate":-0.001,"NorthBoundingCoordinate":37.233}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":14.370698928833008,"Checksum":{"Value":"2409163015a0bddb276f78fc49ece1ae","Algorithm":"MD5"},"SizeInBytes":15068770,"Name":"cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-03T19:56:47.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240319-000002-e20240319-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2907510904-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-03-24T05:28:20.085Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-20T23:59:59.000Z","BeginningDateTime":"2024-03-20T00:00:01.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-03-24T05:26:59.046Z"},{"Type":"Update","Date":"2024-03-24T05:26:59.046Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.001,"SouthBoundingCoordinate":-37.407,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.369},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.407,"EastBoundingCoordinate":-0.001,"NorthBoundingCoordinate":37.369}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":13.981752395629883,"Checksum":{"Value":"5669248b83b32fac8d6ca35efc99c41b","Algorithm":"MD5"},"SizeInBytes":14660930,"Name":"cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-03-23T08:34:59.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This link provides direct download access via S3 to the granule","Type":"GET DATA @@ -68679,6 +68703,342 @@ interactions: RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240320-000001-e20240320-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2919651580-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-04T05:28:11.448Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-21T23:59:59.000Z","BeginningDateTime":"2024-03-21T00:00:01.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-04T05:26:34.193Z"},{"Type":"Update","Date":"2024-04-04T05:26:34.226Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0,"SouthBoundingCoordinate":-37.522,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.25},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.522,"EastBoundingCoordinate":-0.002,"NorthBoundingCoordinate":37.25}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":13.439542770385742,"Checksum":{"Value":"d3fe4fa7aa75a7ca553dd5530848c3e2","Algorithm":"MD5"},"SizeInBytes":14092382,"Name":"cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-03T19:56:47.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240321-000001-e20240321-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2919651621-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-04T05:28:20.471Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-22T23:59:58.000Z","BeginningDateTime":"2024-03-22T00:00:01.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-04T05:26:42.067Z"},{"Type":"Update","Date":"2024-04-04T05:26:42.067Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.002,"SouthBoundingCoordinate":-37.602,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.343},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.602,"EastBoundingCoordinate":-0.002,"NorthBoundingCoordinate":37.343}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":13.381204605102539,"Checksum":{"Value":"8807400b98ccf4dfcda9a49288e06eca","Algorithm":"MD5"},"SizeInBytes":14031210,"Name":"cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-03T19:56:54.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240322-000001-e20240322-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2919651770-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-04T05:28:18.228Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-23T23:59:59.000Z","BeginningDateTime":"2024-03-23T00:00:00.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-04T05:27:01.789Z"},{"Type":"Update","Date":"2024-04-04T05:27:01.789Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.001,"SouthBoundingCoordinate":-37.675,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.56},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.675,"EastBoundingCoordinate":-0.002,"NorthBoundingCoordinate":37.56}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":11.472105026245117,"Checksum":{"Value":"f5a033e060e9e60f43a21e2e469dad35","Algorithm":"MD5"},"SizeInBytes":12029374,"Name":"cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-04T01:24:41.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240323-000000-e20240323-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2919651582-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-04T05:28:08.894Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-24T23:59:58.000Z","BeginningDateTime":"2024-03-24T00:00:01.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-04T05:26:35.763Z"},{"Type":"Update","Date":"2024-04-04T05:26:35.785Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0,"SouthBoundingCoordinate":-37.684,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.511},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.684,"EastBoundingCoordinate":-0.001,"NorthBoundingCoordinate":37.511}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":11.263285636901855,"Checksum":{"Value":"a078671adb8126e8d729cd78b6aede84","Algorithm":"MD5"},"SizeInBytes":11810411,"Name":"cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-04T01:24:48.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240324-000001-e20240324-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2919651575-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-04T05:28:08.595Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-25T23:59:59.000Z","BeginningDateTime":"2024-03-25T00:00:02.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-04T05:26:33.630Z"},{"Type":"Update","Date":"2024-04-04T05:26:33.650Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.003,"SouthBoundingCoordinate":-37.699,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.463},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.699,"EastBoundingCoordinate":0,"NorthBoundingCoordinate":37.463}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":11.223273277282715,"Checksum":{"Value":"636bbefdd8b03821b1faebd7c77f7148","Algorithm":"MD5"},"SizeInBytes":11768455,"Name":"cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-04T01:24:43.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240325-000002-e20240325-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2919651613-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-04T05:28:08.989Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-26T23:59:59.000Z","BeginningDateTime":"2024-03-26T00:00:01.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-04T05:26:39.666Z"},{"Type":"Update","Date":"2024-04-04T05:26:39.666Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.002,"SouthBoundingCoordinate":-37.713,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.543},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.713,"EastBoundingCoordinate":0,"NorthBoundingCoordinate":37.543}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":12.276860237121582,"Checksum":{"Value":"d0a55a5529b87a45e8ebce96dc7adf1c","Algorithm":"MD5"},"SizeInBytes":12873221,"Name":"cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-03T19:56:54.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240326-000001-e20240326-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2919651775-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-04T05:28:20.474Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-27T23:59:59.000Z","BeginningDateTime":"2024-03-27T00:00:02.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-04T05:27:01.581Z"},{"Type":"Update","Date":"2024-04-04T05:27:01.582Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.001,"SouthBoundingCoordinate":-37.517,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.557},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.517,"EastBoundingCoordinate":-0.001,"NorthBoundingCoordinate":37.557}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":13.636382102966309,"Checksum":{"Value":"e83a8f7b00226df738e8352a76ad83a9","Algorithm":"MD5"},"SizeInBytes":14298783,"Name":"cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-03T19:57:07.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240327-000002-e20240327-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2919651593-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-04T05:28:10.501Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-28T23:59:59.000Z","BeginningDateTime":"2024-03-28T00:00:01.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-04T05:26:35.903Z"},{"Type":"Update","Date":"2024-04-04T05:26:35.926Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0,"SouthBoundingCoordinate":-37.612,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.482},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.612,"EastBoundingCoordinate":-0.004,"NorthBoundingCoordinate":37.482}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":13.680669784545898,"Checksum":{"Value":"daf8270b483ffaf315d3844f8bc8b56d","Algorithm":"MD5"},"SizeInBytes":14345222,"Name":"cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-03T19:56:55.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240328-000001-e20240328-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2919651614-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-04T05:28:22.128Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-29T23:59:59.000Z","BeginningDateTime":"2024-03-29T00:00:02.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-04T05:26:39.093Z"},{"Type":"Update","Date":"2024-04-04T05:26:39.093Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0,"SouthBoundingCoordinate":-37.695,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.531},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.695,"EastBoundingCoordinate":-0.003,"NorthBoundingCoordinate":37.531}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":13.76572036743164,"Checksum":{"Value":"21123be341730d6b5edc7863c660c1ab","Algorithm":"MD5"},"SizeInBytes":14434404,"Name":"cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-03T19:56:55.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240329-000002-e20240329-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2919651758-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-04T05:30:24.949Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-30T23:59:59.000Z","BeginningDateTime":"2024-03-30T00:00:01.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-04T05:27:00.180Z"},{"Type":"Update","Date":"2024-04-04T05:27:00.181Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.002,"SouthBoundingCoordinate":-37.428,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.314},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.428,"EastBoundingCoordinate":-0.007,"NorthBoundingCoordinate":37.314}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":13.54407024383545,"Checksum":{"Value":"93a492f7c7b1855125e0022fd88b0879","Algorithm":"MD5"},"SizeInBytes":14201987,"Name":"cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-03T19:57:07.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240330-000001-e20240330-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2920992081-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-05T05:28:18.246Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-03-31T23:59:59.000Z","BeginningDateTime":"2024-03-31T00:00:01.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-05T05:26:33.389Z"},{"Type":"Update","Date":"2024-04-05T05:26:33.409Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0,"SouthBoundingCoordinate":-37.57,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.529},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.57,"EastBoundingCoordinate":-0.004,"NorthBoundingCoordinate":37.529}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":13.706892967224121,"Checksum":{"Value":"114f2ec967d4ec0553c21c774142fe11","Algorithm":"MD5"},"SizeInBytes":14372719,"Name":"cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-04T13:31:40.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240331-000001-e20240331-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2922088351-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-06T05:28:10.571Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-04-01T23:59:58.000Z","BeginningDateTime":"2024-04-01T00:00:01.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-06T05:26:33.985Z"},{"Type":"Update","Date":"2024-04-06T05:26:33.986Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.001,"SouthBoundingCoordinate":-37.428,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.544},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.428,"EastBoundingCoordinate":0,"NorthBoundingCoordinate":37.544}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":13.660746574401855,"Checksum":{"Value":"7206557a9918bc57989cbf4ddb6d5287","Algorithm":"MD5"},"SizeInBytes":14324331,"Name":"cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-05T13:46:00.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240401-000001-e20240401-235958.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2922088379-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-06T05:28:11.909Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-04-02T23:59:59.000Z","BeginningDateTime":"2024-04-02T00:00:01.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-06T05:26:37.505Z"},{"Type":"Update","Date":"2024-04-06T05:26:37.505Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.001,"SouthBoundingCoordinate":-37.674,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.437},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.674,"EastBoundingCoordinate":-0.006,"NorthBoundingCoordinate":37.437}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":14.067635536193848,"Checksum":{"Value":"b96f040c09ded193a8535cbb85425b40","Algorithm":"MD5"},"SizeInBytes":14750985,"Name":"cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-05T13:46:00.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240402-000001-e20240402-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}},{"meta":{"concept-type":"granule","concept-id":"G2923433136-POCLOUD","revision-id":3,"native-id":"cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","collection-concept-id":"C2254232941-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2024-04-07T05:28:17.365Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2024-04-03T23:59:59.000Z","BeginningDateTime":"2024-04-03T00:00:00.000Z"}},"MetadataSpecification":{"Version":"1.6.5","URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G"},"GranuleUR":"cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","ProviderDates":[{"Type":"Insert","Date":"2024-04-07T05:26:31.838Z"},{"Type":"Update","Date":"2024-04-07T05:26:31.838Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.001,"SouthBoundingCoordinate":-37.657,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":37.63},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-37.657,"EastBoundingCoordinate":-0.003,"NorthBoundingCoordinate":37.63}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":14.038973808288574,"Checksum":{"Value":"bac0b079afd9898804e98a1178ab9719","Algorithm":"MD5"},"SizeInBytes":14720931,"Name":"cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2024-04-06T13:45:19.000Z"},"CollectionReference":{"Version":"1.2","ShortName":"CYGNSS_NOAA_L2_SWSP_25KM_V1.2"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"Download + cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Type":"GET + DATA"},{"URL":"s3://podaac-ops-cumulus-protected/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nc","Description":"This + link provides direct download access via S3 to the granule","Type":"GET DATA + VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api + endpoint to retrieve temporary credentials valid for same-region direct s3 + access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2254232941-POCLOUD/granules/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lat.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lat","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_lon.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_lon","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.incidence_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"incidence_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.track_id.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"track_id","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.rx_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"rx_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.snr.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"snr","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.range_corr_gain.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"range_corr_gain","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sample_flags.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sample_flags","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.nbrcs_mean_corrected.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"nbrcs_mean_corrected","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.wind_speed_uncertainty.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"wind_speed_uncertainty","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.azimuth_angle.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"azimuth_angle","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_roll.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_roll","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_pitch.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_pitch","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_yaw.png","Type":"GET + RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_yaw","MimeType":"image/png"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/CYGNSS_NOAA_L2_SWSP_25KM_V1.2/cyg.ddmi.s20240403-000000-e20240403-235959.l2.wind_trackgridsize25km_NOAAv1.2_L1a21.d21.sc_alt.png","Type":"GET RELATED VISUALIZATION","Subtype":"DIRECT DOWNLOAD","Description":"sc_alt","MimeType":"image/png"}]}}]}' headers: Access-Control-Allow-Origin: @@ -68687,23 +69047,23 @@ interactions: - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count CMR-Hits: - - '2505' + - '2520' CMR-Request-Id: - - 9c04dbe0-9153-4b83-a175-1bdaddb702fe + - 50527036-e6ee-4979-87b0-b6bbfe69bed3 CMR-Search-After: - - '["pocloud",1710892801000,2907510904]' + - '["pocloud",1712102400000,2923433136]' CMR-Took: - - '2536' + - '749' Connection: - keep-alive Content-MD5: - - dd70e684f73e249a8c416a0d7eeba3e8 + - f866dbae54e7e7895fa1cc392e1321fd Content-SHA1: - - cdcb809aed642d8260c957f405a29a657b97e68e + - 2f9052544c8c6847d62212a56a76d5a07f639bda Content-Type: - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 Date: - - Fri, 29 Mar 2024 16:44:18 GMT + - Mon, 08 Apr 2024 21:10:11 GMT Server: - ServerTokens ProductOnly Strict-Transport-Security: @@ -68713,11 +69073,11 @@ interactions: Vary: - Accept-Encoding, User-Agent Via: - - 1.1 a28044274779dbdc6d83fc767faf5776.cloudfront.net (CloudFront) + - 1.1 a0e8b81926c3808f1bb0c65fe46f508c.cloudfront.net (CloudFront) X-Amz-Cf-Id: - - x7B18viFxkZDiys-j2GBIkLcUGttm_nFI0Bn9bI-0vcq9T2kKohbOw== + - SQIN6O55OOpx2UEWXZ8KusWAq1LKXCXfK_haVlDk40jGtYsuGouA5Q== X-Amz-Cf-Pop: - - DFW50-C1 + - SFO53-P6 X-Cache: - Miss from cloudfront X-Content-Type-Options: @@ -68725,11 +69085,11 @@ interactions: X-Frame-Options: - SAMEORIGIN X-Request-Id: - - x7B18viFxkZDiys-j2GBIkLcUGttm_nFI0Bn9bI-0vcq9T2kKohbOw== + - SQIN6O55OOpx2UEWXZ8KusWAq1LKXCXfK_haVlDk40jGtYsuGouA5Q== X-XSS-Protection: - 1; mode=block content-length: - - '4093957' + - '4217406' status: code: 200 message: OK diff --git a/tests/unit/fixtures/vcr_cassettes/MOD02QKM.yaml b/tests/unit/fixtures/vcr_cassettes/MOD02QKM.yaml index f7ebecf2..31047171 100644 --- a/tests/unit/fixtures/vcr_cassettes/MOD02QKM.yaml +++ b/tests/unit/fixtures/vcr_cassettes/MOD02QKM.yaml @@ -14,7 +14,7 @@ interactions: uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=MOD02QKM&page_size=0 response: body: - string: '{"hits":1383142,"took":28,"items":[]}' + string: '{"hits":1384820,"took":44,"items":[]}' headers: Access-Control-Allow-Origin: - '*' @@ -22,21 +22,21 @@ interactions: - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count CMR-Hits: - - '1383142' + - '1384820' CMR-Request-Id: - - 4f0cdb5a-d4f8-428f-bf0f-9cf2f3611166 + - fbd67bec-3376-45d5-8b5e-315c8317c57b CMR-Took: - - '28' + - '44' Connection: - keep-alive Content-MD5: - - 7aa1b33ad03f6404c0ceaec31310a432 + - 719d7e6baddc63c1959ebcc982579e71 Content-SHA1: - - fc9d2ee963d65c6d32bdd6eaf9c01887ae9fc8a0 + - fd828772b606b55b5f2e7a1ce45171bf43daeb52 Content-Type: - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 Date: - - Fri, 29 Mar 2024 16:44:19 GMT + - Mon, 08 Apr 2024 21:10:12 GMT Server: - ServerTokens ProductOnly Strict-Transport-Security: @@ -46,11 +46,11 @@ interactions: Vary: - Accept-Encoding, User-Agent Via: - - 1.1 352640e22fb9eaa800f19cb44307f5a4.cloudfront.net (CloudFront) + - 1.1 feb9ecc5fd8524e1ca167ec0c51fe7be.cloudfront.net (CloudFront) X-Amz-Cf-Id: - - NyExNO8FQe3cHBQ6Pk-Q-G8fZ9EpRFhoJTJ4n9zEc1w0Y7ofReITOg== + - MOmzGsHo30SvVf-q1qwYm48_7i2c6qxNYpq6rtXn5G6c0iV023YjtA== X-Amz-Cf-Pop: - - DFW50-C1 + - SFO53-P6 X-Cache: - Miss from cloudfront X-Content-Type-Options: @@ -58,7 +58,7 @@ interactions: X-Frame-Options: - SAMEORIGIN X-Request-Id: - - NyExNO8FQe3cHBQ6Pk-Q-G8fZ9EpRFhoJTJ4n9zEc1w0Y7ofReITOg== + - MOmzGsHo30SvVf-q1qwYm48_7i2c6qxNYpq6rtXn5G6c0iV023YjtA== X-XSS-Protection: - 1; mode=block content-length: @@ -81,7 +81,7 @@ interactions: uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=MOD02QKM&page_size=2000 response: body: - string: '{"hits":1376500,"took":2775,"items":[{"meta":{"concept-type":"granule","concept-id":"G1462754234-LAADS","revision-id":4,"native-id":"LAADS:2715071895","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:54:22.375Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-02-24T00:05:00.000Z","EndingDateTime":"2000-02-24T00:10:00.000Z"}},"GranuleUR":"LAADS:2715071895","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":146.932438,"Latitude":76.50228},{"Longitude":-145.553577,"Latitude":66.835767},{"Longitude":-94.815506,"Latitude":70.509885},{"Longitude":9.997243,"Latitude":84.145132},{"Longitude":146.932438,"Latitude":76.50228}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:43:28.500Z","Type":"Insert"},{"Date":"2022-11-22T11:54:16.440Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/055/MOD02QKM.A2000055.0005.061.2017171194850.hdf","Type":"GET + string: '{"hits":1378178,"took":2235,"items":[{"meta":{"concept-type":"granule","concept-id":"G1462754234-LAADS","revision-id":4,"native-id":"LAADS:2715071895","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:54:22.375Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-02-24T00:05:00.000Z","EndingDateTime":"2000-02-24T00:10:00.000Z"}},"GranuleUR":"LAADS:2715071895","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":146.932438,"Latitude":76.50228},{"Longitude":-145.553577,"Latitude":66.835767},{"Longitude":-94.815506,"Latitude":70.509885},{"Longitude":9.997243,"Latitude":84.145132},{"Longitude":146.932438,"Latitude":76.50228}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:43:28.500Z","Type":"Insert"},{"Date":"2022-11-22T11:54:16.440Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/055/MOD02QKM.A2000055.0005.061.2017171194850.hdf","Type":"GET DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000055.0005.061.2017171194850.hdf","Type":"GET DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/055/MOD02QKM.A2000055.0005.061.2017171194850.hdf.html","Type":"USE SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed @@ -16089,23 +16089,23 @@ interactions: - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count CMR-Hits: - - '1376500' + - '1378178' CMR-Request-Id: - - c7bbb2dc-9c81-4d68-bc95-ec5a9414ca9d + - 8247ca45-aa24-4527-ac9c-758fe0ccd7d8 CMR-Search-After: - '["laads",952527600000,1462795417]' CMR-Took: - - '2901' + - '2344' Connection: - keep-alive Content-MD5: - - 78cc352684c7982a5e8e5630c2e22374 + - e46599da87027218c6ed153c59584f73 Content-SHA1: - - 9192494c23292aa5f8a18aeb8f3fb7723521e504 + - a31ad0e610f9be5df98413eeab88fd64a95064c4 Content-Type: - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 Date: - - Fri, 29 Mar 2024 16:44:22 GMT + - Mon, 08 Apr 2024 21:10:15 GMT Server: - ServerTokens ProductOnly Strict-Transport-Security: @@ -16115,11 +16115,11 @@ interactions: Vary: - Accept-Encoding, User-Agent Via: - - 1.1 c59a790317b250b406b693f29764d77e.cloudfront.net (CloudFront) + - 1.1 31f2299ace8ebc27c9e8f771714b4bcc.cloudfront.net (CloudFront) X-Amz-Cf-Id: - - _uB_IKQzqG37FxuZYnlhNgEL-cIoXNPK_05YdoqTn_vQaBB6-2DQPw== + - hcygYHynOIvMePSpo3Ghcu6kPtfmHPXL1HEpla0ma2J2ommAcJZqJA== X-Amz-Cf-Pop: - - DFW50-C1 + - SFO53-P6 X-Cache: - Miss from cloudfront X-Content-Type-Options: @@ -16127,7 +16127,7 @@ interactions: X-Frame-Options: - SAMEORIGIN X-Request-Id: - - _uB_IKQzqG37FxuZYnlhNgEL-cIoXNPK_05YdoqTn_vQaBB6-2DQPw== + - hcygYHynOIvMePSpo3Ghcu6kPtfmHPXL1HEpla0ma2J2ommAcJZqJA== X-XSS-Protection: - 1; mode=block content-length: @@ -16149,10 +16149,10 @@ interactions: cmr-search-after: - '["laads",952527600000,1462795417]' method: GET - uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=MOD02QKM&page_size=1000 + uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=MOD02QKM&page_size=2000 response: body: - string: '{"hits":1376500,"took":1715,"items":[{"meta":{"concept-type":"granule","concept-id":"G1462795766-LAADS","revision-id":4,"native-id":"LAADS:2715090041","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:31.995Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-08T15:05:00.000Z","EndingDateTime":"2000-03-08T15:10:00.000Z"}},"GranuleUR":"LAADS:2715090041","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-111.220407,"Latitude":-62.923778},{"Longitude":-56.780201,"Latitude":-71.378172},{"Longitude":-57.37624,"Latitude":-53.153539},{"Longitude":-91.415752,"Latitude":-48.292388},{"Longitude":-111.220407,"Latitude":-62.923778}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:05.560Z","Type":"Insert"},{"Date":"2022-11-22T11:55:30.600Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/068/MOD02QKM.A2000068.1505.061.2017171223625.hdf","Type":"GET + string: '{"hits":1378178,"took":3212,"items":[{"meta":{"concept-type":"granule","concept-id":"G1462795766-LAADS","revision-id":4,"native-id":"LAADS:2715090041","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:31.995Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-08T15:05:00.000Z","EndingDateTime":"2000-03-08T15:10:00.000Z"}},"GranuleUR":"LAADS:2715090041","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-111.220407,"Latitude":-62.923778},{"Longitude":-56.780201,"Latitude":-71.378172},{"Longitude":-57.37624,"Latitude":-53.153539},{"Longitude":-91.415752,"Latitude":-48.292388},{"Longitude":-111.220407,"Latitude":-62.923778}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:05.560Z","Type":"Insert"},{"Date":"2022-11-22T11:55:30.600Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/068/MOD02QKM.A2000068.1505.061.2017171223625.hdf","Type":"GET DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000068.1505.061.2017171223625.hdf","Type":"GET DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/068/MOD02QKM.A2000068.1505.061.2017171223625.hdf.html","Type":"USE SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed @@ -24152,7 +24152,8007 @@ interactions: RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0640.061.2017272152059.jpg","Type":"GET RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0640.061.2017171233239.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not - provided","Size":144.682386398315,"SizeInBytes":151710478,"Checksum":{"Value":"649d74867a30297e9132f267a3ddb78b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}}]}' + provided","Size":144.682386398315,"SizeInBytes":151710478,"Checksum":{"Value":"649d74867a30297e9132f267a3ddb78b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817922-LAADS","revision-id":4,"native-id":"LAADS:2715098734","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.755Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T06:45:00.000Z","EndingDateTime":"2000-03-15T06:50:00.000Z"}},"GranuleUR":"LAADS:2715098734","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":42.785589,"Latitude":-25.61374},{"Longitude":66.308914,"Latitude":-29.212454},{"Longitude":69.321024,"Latitude":-11.091739},{"Longitude":48.071072,"Latitude":-7.967916},{"Longitude":42.785589,"Latitude":-25.61374}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0645.061.2017171232752.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0645.061.2017171232752.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0645.061.2017171232752.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0645.061.2017272152835.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0645.061.2017171232752.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:27:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.905741691589,"SizeInBytes":159284715,"Checksum":{"Value":"3cdc56f908289d82a0d22e5dad5d4277","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817770-LAADS","revision-id":4,"native-id":"LAADS:2715097706","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:55.472Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T06:50:00.000Z","EndingDateTime":"2000-03-15T06:55:00.000Z"}},"GranuleUR":"LAADS:2715097706","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":34.637637,"Latitude":-42.583897},{"Longitude":64.374374,"Latitude":-47.215671},{"Longitude":66.697539,"Latitude":-28.997217},{"Longitude":42.814457,"Latitude":-25.526248},{"Longitude":34.637637,"Latitude":-42.583897}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.160Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0650.061.2017171232007.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0650.061.2017171232007.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0650.061.2017171232007.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0650.061.2017272152951.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0650.061.2017171232007.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:20:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.194352149963,"SizeInBytes":154344465,"Checksum":{"Value":"4022ea8f4c161c1e19919f681693fa25","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817706-LAADS","revision-id":4,"native-id":"LAADS:2715097373","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:54.771Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T06:55:00.000Z","EndingDateTime":"2000-03-15T07:00:00.000Z"}},"GranuleUR":"LAADS:2715097373","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":19.550588,"Latitude":-58.236498},{"Longitude":64.190036,"Latitude":-65.191421},{"Longitude":64.996895,"Latitude":-46.858255},{"Longitude":34.761603,"Latitude":-42.526124},{"Longitude":19.550588,"Latitude":-58.236498}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:21.190Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0655.061.2017171232430.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0655.061.2017171232430.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0655.061.2017171232430.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0655.061.2017272153623.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0655.061.2017171232430.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:24:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.838955879211,"SizeInBytes":164457565,"Checksum":{"Value":"a1bca34f9a648461a99a1d3f15d27973","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818153-LAADS","revision-id":4,"native-id":"LAADS:2715100660","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.152Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T07:00:00.000Z","EndingDateTime":"2000-03-15T07:05:00.000Z"}},"GranuleUR":"LAADS:2715100660","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-14.028167,"Latitude":-69.317631},{"Longitude":76.05055,"Latitude":-82.716727},{"Longitude":64.953824,"Latitude":-64.706596},{"Longitude":19.901362,"Latitude":-58.270554},{"Longitude":-14.028167,"Latitude":-69.317631}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0700.061.2017171234100.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0700.061.2017171234100.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0700.061.2017171234100.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0700.061.2017272152635.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0700.061.2017171234100.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.47046661377,"SizeInBytes":152536840,"Checksum":{"Value":"688ef10e54b591a707cb7030bb144626","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818018-LAADS","revision-id":4,"native-id":"LAADS:2715099056","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.855Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T07:05:00.000Z","EndingDateTime":"2000-03-15T07:10:00.000Z"}},"GranuleUR":"LAADS:2715099056","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-64.997563,"Latitude":-67.883637},{"Longitude":-140.570501,"Latitude":-78.723603},{"Longitude":77.926871,"Latitude":-82.07187},{"Longitude":-13.516938,"Latitude":-69.556726},{"Longitude":-64.997563,"Latitude":-67.883637}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0705.061.2017171233240.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0705.061.2017171233240.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0705.061.2017171233240.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0705.061.2017272151156.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0705.061.2017171233240.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":52.7665224075317,"SizeInBytes":55329709,"Checksum":{"Value":"18888d5aee808e190eac7e341c898ae0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817869-LAADS","revision-id":4,"native-id":"LAADS:2715098051","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:55.923Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T07:55:00.000Z","EndingDateTime":"2000-03-15T08:00:00.000Z"}},"GranuleUR":"LAADS:2715098051","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":29.581387,"Latitude":76.798305},{"Longitude":97.524093,"Latitude":67.044875},{"Longitude":148.69686,"Latitude":70.482069},{"Longitude":-109.44963,"Latitude":83.903027},{"Longitude":29.581387,"Latitude":76.798305}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0755.061.2017171232827.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0755.061.2017171232827.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0755.061.2017171232827.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0755.061.2017272151440.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0755.061.2017171232827.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":100.623832702637,"SizeInBytes":105511736,"Checksum":{"Value":"d67d51f499e20ed9126fcb6705b343a7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818106-LAADS","revision-id":4,"native-id":"LAADS:2715100002","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.227Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T08:00:00.000Z","EndingDateTime":"2000-03-15T08:05:00.000Z"}},"GranuleUR":"LAADS:2715100002","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":33.047083,"Latitude":59.089714},{"Longitude":71.401873,"Latitude":53.808876},{"Longitude":97.082708,"Latitude":67.415038},{"Longitude":27.714787,"Latitude":77.258493},{"Longitude":33.047083,"Latitude":59.089714}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0800.061.2017171233626.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0800.061.2017171233626.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0800.061.2017171233626.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0800.061.2017272152810.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0800.061.2017171233626.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.295190811157,"SizeInBytes":164935962,"Checksum":{"Value":"98d2e2042ae117ba016902710aa7ecf6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817764-LAADS","revision-id":4,"native-id":"LAADS:2715097707","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:55.423Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T08:05:00.000Z","EndingDateTime":"2000-03-15T08:10:00.000Z"}},"GranuleUR":"LAADS:2715097707","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":31.886359,"Latitude":41.286517},{"Longitude":59.281411,"Latitude":37.577163},{"Longitude":70.850685,"Latitude":54.077895},{"Longitude":32.508512,"Latitude":59.576063},{"Longitude":31.886359,"Latitude":41.286517}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.160Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0805.061.2017171232403.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0805.061.2017171232403.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0805.061.2017171232403.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0805.061.2017272152534.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0805.061.2017171232403.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:24:03.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.975854873657,"SizeInBytes":172989722,"Checksum":{"Value":"18d81957ecfdf840cd9e86008bc384f7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817710-LAADS","revision-id":4,"native-id":"LAADS:2715097374","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:54.849Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T08:10:00.000Z","EndingDateTime":"2000-03-15T08:15:00.000Z"}},"GranuleUR":"LAADS:2715097374","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":29.565495,"Latitude":23.465218},{"Longitude":52.19728,"Latitude":20.361905},{"Longitude":58.835007,"Latitude":37.772665},{"Longitude":31.658107,"Latitude":41.710318},{"Longitude":29.565495,"Latitude":23.465218}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:21.190Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0810.061.2017171232602.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0810.061.2017171232602.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0810.061.2017171232602.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0810.061.2017272151656.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0810.061.2017171232602.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.754893302917,"SizeInBytes":167515147,"Checksum":{"Value":"26f86d0a34e2625f4768f01d63155ba1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817769-LAADS","revision-id":4,"native-id":"LAADS:2715097708","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:55.431Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T08:15:00.000Z","EndingDateTime":"2000-03-15T08:20:00.000Z"}},"GranuleUR":"LAADS:2715097708","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":26.44775,"Latitude":5.687874},{"Longitude":47.340208,"Latitude":2.715035},{"Longitude":51.912318,"Latitude":20.497012},{"Longitude":29.46139,"Latitude":23.784324},{"Longitude":26.44775,"Latitude":5.687874}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.160Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0815.061.2017171232439.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0815.061.2017171232439.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0815.061.2017171232439.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0815.061.2017272151359.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0815.061.2017171232439.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:24:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.034445762634,"SizeInBytes":164662551,"Checksum":{"Value":"b958957bd21de2b5ab92ca9864ad0d0a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818045-LAADS","revision-id":4,"native-id":"LAADS:2715099403","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.679Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T08:20:00.000Z","EndingDateTime":"2000-03-15T08:25:00.000Z"}},"GranuleUR":"LAADS:2715099403","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":22.350826,"Latitude":-12.002622},{"Longitude":43.712713,"Latitude":-15.18375},{"Longitude":47.25247,"Latitude":2.803423},{"Longitude":26.409112,"Latitude":5.872496},{"Longitude":22.350826,"Latitude":-12.002622}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0820.061.2017171233333.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0820.061.2017171233333.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0820.061.2017171233333.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0820.061.2017272152456.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0820.061.2017171233333.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:33.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.288189888,"SizeInBytes":174365805,"Checksum":{"Value":"e594207a8e616dfa6c46537adb4d9f40","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818107-LAADS","revision-id":4,"native-id":"LAADS:2715100003","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.257Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T08:25:00.000Z","EndingDateTime":"2000-03-15T08:30:00.000Z"}},"GranuleUR":"LAADS:2715100003","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":16.585004,"Latitude":-29.458332},{"Longitude":41.067846,"Latitude":-33.227222},{"Longitude":43.941807,"Latitude":-15.075786},{"Longitude":22.342391,"Latitude":-11.908636},{"Longitude":16.585004,"Latitude":-29.458332}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0825.061.2017171233715.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0825.061.2017171233715.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0825.061.2017171233715.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0825.061.2017272153058.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0825.061.2017171233715.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.659344673157,"SizeInBytes":174754989,"Checksum":{"Value":"e43e2e7ccd23b91a0fe78ff3de306a46","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818070-LAADS","revision-id":4,"native-id":"LAADS:2715099709","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.501Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T08:30:00.000Z","EndingDateTime":"2000-03-15T08:35:00.000Z"}},"GranuleUR":"LAADS:2715099709","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":7.41093,"Latitude":-46.220099},{"Longitude":39.386381,"Latitude":-51.208615},{"Longitude":41.502884,"Latitude":-32.977795},{"Longitude":16.617174,"Latitude":-29.371793},{"Longitude":7.41093,"Latitude":-46.220099}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0830.061.2017171233436.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0830.061.2017171233436.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0830.061.2017171233436.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0830.061.2017272153924.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0830.061.2017171233436.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:34:36.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.834685325623,"SizeInBytes":171793119,"Checksum":{"Value":"d635ec0e85603e710bdc3fe134d21629","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817904-LAADS","revision-id":4,"native-id":"LAADS:2715098376","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.646Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T08:35:00.000Z","EndingDateTime":"2000-03-15T08:40:00.000Z"}},"GranuleUR":"LAADS:2715098376","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-10.28272,"Latitude":-61.234056},{"Longitude":40.015039,"Latitude":-69.055947},{"Longitude":40.057423,"Latitude":-50.820579},{"Longitude":7.573775,"Latitude":-46.176192},{"Longitude":-10.28272,"Latitude":-61.234056}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0835.061.2017171232949.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0835.061.2017171232949.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0835.061.2017171232949.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0835.061.2017272154344.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0835.061.2017171232949.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.437781333923,"SizeInBytes":169279783,"Checksum":{"Value":"1b0d90f2e5c5c7b23c618257c703d372","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818147-LAADS","revision-id":4,"native-id":"LAADS:2715100340","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.974Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T08:40:00.000Z","EndingDateTime":"2000-03-15T08:45:00.000Z"}},"GranuleUR":"LAADS:2715100340","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-50.072346,"Latitude":-70.354035},{"Longitude":72.180263,"Latitude":-86.161674},{"Longitude":40.907706,"Latitude":-68.546894},{"Longitude":-9.865805,"Latitude":-61.302914},{"Longitude":-50.072346,"Latitude":-70.354035}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0840.061.2017171233844.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0840.061.2017171233844.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0840.061.2017171233844.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0840.061.2017272152215.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0840.061.2017171233844.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:38:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":141.599437713623,"SizeInBytes":148477772,"Checksum":{"Value":"b54b153f945a5a2f2a77b577fcfbb37e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818021-LAADS","revision-id":4,"native-id":"LAADS:2715099057","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.925Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T08:45:00.000Z","EndingDateTime":"2000-03-15T08:50:00.000Z"}},"GranuleUR":"LAADS:2715099057","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-98.357469,"Latitude":-65.709238},{"Longitude":-162.409368,"Latitude":-74.846088},{"Longitude":71.982474,"Latitude":-85.474281},{"Longitude":-49.679609,"Latitude":-70.648463},{"Longitude":-98.357469,"Latitude":-65.709238}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0845.061.2017171233222.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0845.061.2017171233222.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0845.061.2017171233222.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0845.061.2017272151239.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0845.061.2017171233222.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":30.2114019393921,"SizeInBytes":31678951,"Checksum":{"Value":"3243571f35e3d1664d2815e50dddbffc","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817905-LAADS","revision-id":4,"native-id":"LAADS:2715098377","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.662Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T09:35:00.000Z","EndingDateTime":"2000-03-15T09:40:00.000Z"}},"GranuleUR":"LAADS:2715098377","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":6.737585,"Latitude":72.876194},{"Longitude":64.894859,"Latitude":64.600726},{"Longitude":112.07061,"Latitude":71.186759},{"Longitude":-100.638636,"Latitude":86.793565},{"Longitude":6.737585,"Latitude":72.876194}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0935.061.2017171232904.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0935.061.2017171232904.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0935.061.2017171232904.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0935.061.2017272152148.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0935.061.2017171232904.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":132.622231483459,"SizeInBytes":139064489,"Checksum":{"Value":"a0255f520bb7c1b998b7d7df240b8c83","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817903-LAADS","revision-id":4,"native-id":"LAADS:2715098378","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.681Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T09:40:00.000Z","EndingDateTime":"2000-03-15T09:45:00.000Z"}},"GranuleUR":"LAADS:2715098378","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":8.229666,"Latitude":55.130406},{"Longitude":43.26527,"Latitude":50.333015},{"Longitude":64.38007,"Latitude":64.945239},{"Longitude":5.434479,"Latitude":73.357923},{"Longitude":8.229666,"Latitude":55.130406}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0940.061.2017171232348.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0940.061.2017171232348.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0940.061.2017171232348.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0940.061.2017272153324.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0940.061.2017171232348.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:23:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.06867313385,"SizeInBytes":168892745,"Checksum":{"Value":"8c688633c1afbf0b862d27b0991d485a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817868-LAADS","revision-id":4,"native-id":"LAADS:2715098052","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:55.926Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T09:45:00.000Z","EndingDateTime":"2000-03-15T09:50:00.000Z"}},"GranuleUR":"LAADS:2715098052","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":6.721632,"Latitude":37.318509},{"Longitude":32.694677,"Latitude":33.800064},{"Longitude":42.717396,"Latitude":50.588282},{"Longitude":7.791155,"Latitude":55.607046},{"Longitude":6.721632,"Latitude":37.318509}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0945.061.2017171232321.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0945.061.2017171232321.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0945.061.2017171232321.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0945.061.2017272152931.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0945.061.2017171232321.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:23:21.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.990203857422,"SizeInBytes":171956192,"Checksum":{"Value":"0b8b0ac0c744469188adab6de58cc578","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818111-LAADS","revision-id":4,"native-id":"LAADS:2715100004","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.240Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T09:50:00.000Z","EndingDateTime":"2000-03-15T09:55:00.000Z"}},"GranuleUR":"LAADS:2715100004","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":4.222027,"Latitude":19.501227},{"Longitude":26.259412,"Latitude":16.457963},{"Longitude":32.290062,"Latitude":33.978914},{"Longitude":6.535373,"Latitude":37.721693},{"Longitude":4.222027,"Latitude":19.501227}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0950.061.2017171233616.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0950.061.2017171233616.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0950.061.2017171233616.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0950.061.2017272151726.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0950.061.2017171233616.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:16.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.729097366333,"SizeInBytes":160148066,"Checksum":{"Value":"ddfbba2f7f85b54c47493c4240bfb0c2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817870-LAADS","revision-id":4,"native-id":"LAADS:2715098053","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:55.981Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T09:55:00.000Z","EndingDateTime":"2000-03-15T10:00:00.000Z"}},"GranuleUR":"LAADS:2715098053","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":0.898229,"Latitude":1.745989},{"Longitude":21.706443,"Latitude":-1.244661},{"Longitude":25.989452,"Latitude":16.586108},{"Longitude":4.116467,"Latitude":19.794015},{"Longitude":0.898229,"Latitude":1.745989}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0955.061.2017171232104.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.0955.061.2017171232104.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.0955.061.2017171232104.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.0955.061.2017272152310.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.0955.061.2017171232104.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:21:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.970808982849,"SizeInBytes":165644399,"Checksum":{"Value":"22bbef821a0574625bdbef3f421adeec","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817902-LAADS","revision-id":4,"native-id":"LAADS:2715098379","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.697Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T10:00:00.000Z","EndingDateTime":"2000-03-15T10:05:00.000Z"}},"GranuleUR":"LAADS:2715098379","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-3.495108,"Latitude":-15.921921},{"Longitude":18.30425,"Latitude":-19.197893},{"Longitude":21.682472,"Latitude":-1.166364},{"Longitude":0.863581,"Latitude":1.902238},{"Longitude":-3.495108,"Latitude":-15.921921}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1000.061.2017171233016.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1000.061.2017171233016.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1000.061.2017171233016.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1000.061.2017272153548.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1000.061.2017171233016.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:30:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.752779006958,"SizeInBytes":173804386,"Checksum":{"Value":"cad9619f3a2473c0c8f5d9b632b5f0c0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817872-LAADS","revision-id":4,"native-id":"LAADS:2715098054","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.002Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T10:05:00.000Z","EndingDateTime":"2000-03-15T10:10:00.000Z"}},"GranuleUR":"LAADS:2715098054","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-9.78536,"Latitude":-33.270714},{"Longitude":15.871324,"Latitude":-37.235139},{"Longitude":18.602779,"Latitude":-19.063904},{"Longitude":-3.474006,"Latitude":-15.828856},{"Longitude":-9.78536,"Latitude":-33.270714}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1005.061.2017171232758.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1005.061.2017171232758.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1005.061.2017171232758.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1005.061.2017272153312.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1005.061.2017171232758.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:27:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.732978820801,"SizeInBytes":165395016,"Checksum":{"Value":"0d491db5e2b3dfd7d2c0ad9b13117762","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818141-LAADS","revision-id":4,"native-id":"LAADS:2715100341","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.995Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T10:10:00.000Z","EndingDateTime":"2000-03-15T10:15:00.000Z"}},"GranuleUR":"LAADS:2715100341","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-20.202306,"Latitude":-49.782291},{"Longitude":14.491701,"Latitude":-55.19846},{"Longitude":16.353969,"Latitude":-36.958365},{"Longitude":-9.734912,"Latitude":-33.189627},{"Longitude":-20.202306,"Latitude":-49.782291}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1010.061.2017171233824.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1010.061.2017171233824.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1010.061.2017171233824.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1010.061.2017272154542.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1010.061.2017171233824.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:38:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":168.081575393677,"SizeInBytes":176246306,"Checksum":{"Value":"dbb9217e6b9ca16a4ce64bd9e995d509","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818108-LAADS","revision-id":4,"native-id":"LAADS:2715100005","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.261Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T10:15:00.000Z","EndingDateTime":"2000-03-15T10:20:00.000Z"}},"GranuleUR":"LAADS:2715100005","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-41.323395,"Latitude":-64.04835},{"Longitude":16.205153,"Latitude":-73.002288},{"Longitude":15.135017,"Latitude":-54.781922},{"Longitude":-19.99289,"Latitude":-49.755509},{"Longitude":-41.323395,"Latitude":-64.04835}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1015.061.2017171233604.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1015.061.2017171233604.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1015.061.2017171233604.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1015.061.2017272154350.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1015.061.2017171233604.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.673070907593,"SizeInBytes":171623654,"Checksum":{"Value":"ff9c5db989e0d60586022bfcf0c99b93","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818020-LAADS","revision-id":4,"native-id":"LAADS:2715099058","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.935Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T10:20:00.000Z","EndingDateTime":"2000-03-15T10:25:00.000Z"}},"GranuleUR":"LAADS:2715099058","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-86.596901,"Latitude":-70.614599},{"Longitude":116.467691,"Latitude":-87.233731},{"Longitude":17.37759,"Latitude":-72.463044},{"Longitude":-40.837451,"Latitude":-64.155075},{"Longitude":-86.596901,"Latitude":-70.614599}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1020.061.2017171233232.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1020.061.2017171233232.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1020.061.2017171233232.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1020.061.2017272151700.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1020.061.2017171233232.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":124.099286079407,"SizeInBytes":130127533,"Checksum":{"Value":"61d26539c5d74f25548608106d571fc4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817874-LAADS","revision-id":4,"native-id":"LAADS:2715098055","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.061Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T11:10:00.000Z","EndingDateTime":"2000-03-15T11:15:00.000Z"}},"GranuleUR":"LAADS:2715098055","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-46.996425,"Latitude":86.145779},{"Longitude":74.734052,"Latitude":70.713774},{"Longitude":123.615827,"Latitude":65.675143},{"Longitude":-174.596131,"Latitude":74.355818},{"Longitude":-46.996425,"Latitude":86.145779}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1110.061.2017171232945.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1110.061.2017171232945.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1110.061.2017171232945.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1110.061.2017272151248.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1110.061.2017171232945.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":33.8341293334961,"SizeInBytes":35477656,"Checksum":{"Value":"1d07df45a8eb6fd2573a6760e30193d9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817881-LAADS","revision-id":4,"native-id":"LAADS:2715098056","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.060Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T11:15:00.000Z","EndingDateTime":"2000-03-15T11:20:00.000Z"}},"GranuleUR":"LAADS:2715098056","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-17.045111,"Latitude":69.026138},{"Longitude":33.803634,"Latitude":61.859333},{"Longitude":74.794609,"Latitude":71.072829},{"Longitude":-56.507284,"Latitude":86.272464},{"Longitude":-17.045111,"Latitude":69.026138}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1115.061.2017171232909.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1115.061.2017171232909.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1115.061.2017171232909.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1115.061.2017272153016.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1115.061.2017171232909.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.584780693054,"SizeInBytes":159996739,"Checksum":{"Value":"9c5fd5dcc7d4e1c3ff47828fae232ee7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817767-LAADS","revision-id":4,"native-id":"LAADS:2715097709","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:55.438Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T11:20:00.000Z","EndingDateTime":"2000-03-15T11:25:00.000Z"}},"GranuleUR":"LAADS:2715097709","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-16.699239,"Latitude":51.165299},{"Longitude":15.603548,"Latitude":46.765841},{"Longitude":33.234345,"Latitude":62.188213},{"Longitude":-18.034146,"Latitude":69.514796},{"Longitude":-16.699239,"Latitude":51.165299}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.160Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1120.061.2017171231954.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1120.061.2017171231954.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1120.061.2017171231954.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1120.061.2017272153722.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1120.061.2017171231954.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:19:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.68221950531,"SizeInBytes":174778975,"Checksum":{"Value":"631fa06b0e0517e7bfc62794202a8d13","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818046-LAADS","revision-id":4,"native-id":"LAADS:2715099404","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.722Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T11:25:00.000Z","EndingDateTime":"2000-03-15T11:30:00.000Z"}},"GranuleUR":"LAADS:2715099404","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-18.489175,"Latitude":33.348204},{"Longitude":6.282196,"Latitude":29.989069},{"Longitude":15.06786,"Latitude":47.006312},{"Longitude":-17.062385,"Latitude":51.632827},{"Longitude":-18.489175,"Latitude":33.348204}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1125.061.2017171233315.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1125.061.2017171233315.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1125.061.2017171233315.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1125.061.2017272152451.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1125.061.2017171233315.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.04077911377,"SizeInBytes":155232008,"Checksum":{"Value":"66ad05e8c4a54fd718174599916b642e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817875-LAADS","revision-id":4,"native-id":"LAADS:2715098057","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.092Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T11:30:00.000Z","EndingDateTime":"2000-03-15T11:35:00.000Z"}},"GranuleUR":"LAADS:2715098057","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-21.174013,"Latitude":15.538884},{"Longitude":0.397367,"Latitude":12.537893},{"Longitude":5.919891,"Latitude":30.151809},{"Longitude":-18.655667,"Latitude":33.731468},{"Longitude":-21.174013,"Latitude":15.538884}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1130.061.2017171232300.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1130.061.2017171232300.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1130.061.2017171232300.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1130.061.2017272151854.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1130.061.2017171232300.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:23:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.513875007629,"SizeInBytes":165165269,"Checksum":{"Value":"818532a2bc476ea543df92f754cf1b96","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817765-LAADS","revision-id":4,"native-id":"LAADS:2715097710","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:55.525Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T11:35:00.000Z","EndingDateTime":"2000-03-15T11:40:00.000Z"}},"GranuleUR":"LAADS:2715097710","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-24.688792,"Latitude":-2.191002},{"Longitude":-3.856267,"Latitude":-5.216052},{"Longitude":0.176154,"Latitude":12.653983},{"Longitude":-21.254464,"Latitude":15.802962},{"Longitude":-24.688792,"Latitude":-2.191002}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.160Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1135.061.2017171231853.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1135.061.2017171231853.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1135.061.2017171231853.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1135.061.2017272153009.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1135.061.2017171231853.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:18:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.998391151428,"SizeInBytes":157284713,"Checksum":{"Value":"dded61365d5214eca645752b55b0b5ed","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817907-LAADS","revision-id":4,"native-id":"LAADS:2715098380","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.726Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T11:40:00.000Z","EndingDateTime":"2000-03-15T11:45:00.000Z"}},"GranuleUR":"LAADS:2715098380","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-29.408195,"Latitude":-19.828937},{"Longitude":-7.015218,"Latitude":-23.221181},{"Longitude":-3.789264,"Latitude":-5.150087},{"Longitude":-24.712367,"Latitude":-2.06753},{"Longitude":-29.408195,"Latitude":-19.828937}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1140.061.2017171233024.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1140.061.2017171233024.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1140.061.2017171233024.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1140.061.2017272152722.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1140.061.2017171233024.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:30:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.680618286133,"SizeInBytes":154854352,"Checksum":{"Value":"ea2df82e8d45dea909e6ff30f1406e59","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817873-LAADS","revision-id":4,"native-id":"LAADS:2715098058","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.095Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T11:45:00.000Z","EndingDateTime":"2000-03-15T11:50:00.000Z"}},"GranuleUR":"LAADS:2715098058","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-36.349014,"Latitude":-37.045649},{"Longitude":-9.27848,"Latitude":-41.248057},{"Longitude":-6.696277,"Latitude":-23.05312},{"Longitude":-29.385574,"Latitude":-19.739019},{"Longitude":-36.349014,"Latitude":-37.045649}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1145.061.2017171232314.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1145.061.2017171232314.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1145.061.2017171232314.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1145.061.2017272153404.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1145.061.2017171232314.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:23:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.016011238098,"SizeInBytes":169886101,"Checksum":{"Value":"f86d212f161dbede8f183e8bc957ee49","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817871-LAADS","revision-id":4,"native-id":"LAADS:2715098059","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.089Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T11:50:00.000Z","EndingDateTime":"2000-03-15T11:55:00.000Z"}},"GranuleUR":"LAADS:2715098059","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-48.297489,"Latitude":-53.248998},{"Longitude":-10.279622,"Latitude":-59.182614},{"Longitude":-8.744931,"Latitude":-40.937111},{"Longitude":-36.270413,"Latitude":-36.973327},{"Longitude":-48.297489,"Latitude":-53.248998}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1150.061.2017171232523.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1150.061.2017171232523.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1150.061.2017171232523.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1150.061.2017272154547.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1150.061.2017171232523.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:25:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.284615516663,"SizeInBytes":173313481,"Checksum":{"Value":"5f9b3ae00f1570509f9bf3af486e8efe","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818144-LAADS","revision-id":4,"native-id":"LAADS:2715100342","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.996Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T11:55:00.000Z","EndingDateTime":"2000-03-15T12:00:00.000Z"}},"GranuleUR":"LAADS:2715100342","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-73.708382,"Latitude":-66.517337},{"Longitude":-6.433059,"Latitude":-76.919488},{"Longitude":-9.560694,"Latitude":-58.738464},{"Longitude":-48.036653,"Latitude":-53.242966},{"Longitude":-73.708382,"Latitude":-66.517337}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1155.061.2017171233909.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1155.061.2017171233909.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1155.061.2017171233909.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1155.061.2017272153546.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1155.061.2017171233909.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:39:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.217791557312,"SizeInBytes":164854803,"Checksum":{"Value":"e5519f16f7fd1d6ae7dc848c1e860c84","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817910-LAADS","revision-id":4,"native-id":"LAADS:2715098381","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.746Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T12:00:00.000Z","EndingDateTime":"2000-03-15T12:05:00.000Z"}},"GranuleUR":"LAADS:2715098381","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-123.234529,"Latitude":-70.078865},{"Longitude":132.264577,"Latitude":-84.391337},{"Longitude":-5.111481,"Latitude":-76.351704},{"Longitude":-73.179708,"Latitude":-66.673095},{"Longitude":-123.234529,"Latitude":-70.078865}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1200.061.2017171232441.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1200.061.2017171232441.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1200.061.2017171232441.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1200.061.2017272151431.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1200.061.2017171232441.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:24:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":94.8873977661133,"SizeInBytes":99496648,"Checksum":{"Value":"6f9b1a0ce9333a28347f31381dd32a96","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817768-LAADS","revision-id":4,"native-id":"LAADS:2715097711","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:55.544Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T12:50:00.000Z","EndingDateTime":"2000-03-15T12:55:00.000Z"}},"GranuleUR":"LAADS:2715097711","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-52.349467,"Latitude":82.62073},{"Longitude":38.328487,"Latitude":69.772915},{"Longitude":90.451655,"Latitude":68.019089},{"Longitude":163.590769,"Latitude":78.242665},{"Longitude":-52.349467,"Latitude":82.62073}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.160Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1250.061.2017171231906.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1250.061.2017171231906.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1250.061.2017171231906.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1250.061.2017272151436.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1250.061.2017171231906.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:19:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":62.804162979126,"SizeInBytes":65854938,"Checksum":{"Value":"7112c3d6618a914c4fe12e70d379be04","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817880-LAADS","revision-id":4,"native-id":"LAADS:2715098060","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.099Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T12:55:00.000Z","EndingDateTime":"2000-03-15T13:00:00.000Z"}},"GranuleUR":"LAADS:2715098060","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-41.225237,"Latitude":65.077451},{"Longitude":3.704632,"Latitude":58.793657},{"Longitude":38.165742,"Latitude":70.136297},{"Longitude":-56.240539,"Latitude":83.003478},{"Longitude":-41.225237,"Latitude":65.077451}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1255.061.2017171232037.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1255.061.2017171232037.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1255.061.2017171232037.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1255.061.2017272153009.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1255.061.2017171232037.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:20:37.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.508765220642,"SizeInBytes":164111335,"Checksum":{"Value":"74aaa1458f2751c38c6f30d8462736e2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818151-LAADS","revision-id":4,"native-id":"LAADS:2715100343","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.013Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T13:00:00.000Z","EndingDateTime":"2000-03-15T13:05:00.000Z"}},"GranuleUR":"LAADS:2715100343","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-41.70903,"Latitude":47.289976},{"Longitude":-11.609226,"Latitude":43.199271},{"Longitude":3.124098,"Latitude":59.099799},{"Longitude":-42.049637,"Latitude":65.562592},{"Longitude":-41.70903,"Latitude":47.289976}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1300.061.2017171233830.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1300.061.2017171233830.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1300.061.2017171233830.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1300.061.2017272154752.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1300.061.2017171233830.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:38:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.228158950806,"SizeInBytes":171157130,"Checksum":{"Value":"1f0a81f2c6a18a722a6987748f160de4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818110-LAADS","revision-id":4,"native-id":"LAADS:2715100006","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.280Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T13:05:00.000Z","EndingDateTime":"2000-03-15T13:10:00.000Z"}},"GranuleUR":"LAADS:2715100006","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-43.741255,"Latitude":29.376833},{"Longitude":-19.941808,"Latitude":26.136852},{"Longitude":-12.097362,"Latitude":43.417459},{"Longitude":-42.019432,"Latitude":47.736811},{"Longitude":-43.741255,"Latitude":29.376833}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1305.061.2017171233609.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1305.061.2017171233609.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1305.061.2017171233609.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1305.061.2017272154349.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1305.061.2017171233609.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.586503982544,"SizeInBytes":172581458,"Checksum":{"Value":"762a7d6186105c1c1428950be794fd8b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462818024-LAADS","revision-id":4,"native-id":"LAADS:2715099059","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.936Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T13:10:00.000Z","EndingDateTime":"2000-03-15T13:15:00.000Z"}},"GranuleUR":"LAADS:2715099059","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-46.600376,"Latitude":11.576906},{"Longitude":-25.378375,"Latitude":8.599065},{"Longitude":-20.283916,"Latitude":26.290498},{"Longitude":-43.882844,"Latitude":29.735421},{"Longitude":-46.600376,"Latitude":11.576906}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1310.061.2017171233222.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1310.061.2017171233222.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1310.061.2017171233222.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1310.061.2017272152907.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1310.061.2017171233222.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":134.366903305054,"SizeInBytes":140893910,"Checksum":{"Value":"f0a4d47bdb9cc6567ff6cfcfc04f4f07","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462817876-LAADS","revision-id":4,"native-id":"LAADS:2715098061","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.176Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-15T13:15:00.000Z","EndingDateTime":"2000-03-15T13:20:00.000Z"}},"GranuleUR":"LAADS:2715098061","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-50.327942,"Latitude":-6.128662},{"Longitude":-29.377636,"Latitude":-9.202898},{"Longitude":-25.563406,"Latitude":8.706057},{"Longitude":-46.661343,"Latitude":11.810058},{"Longitude":-50.327942,"Latitude":-6.128662}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1315.061.2017171232102.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000075.1315.061.2017171232102.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/075/MOD02QKM.A2000075.1315.061.2017171232102.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/075/MOBRGB.A2000075.1315.061.2017272153310.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000075.1315.061.2017171232102.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:21:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.025897026062,"SizeInBytes":166750739,"Checksum":{"Value":"0cec3a973c44bc99216b7aa28f9e1fac","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819553-LAADS","revision-id":4,"native-id":"LAADS:2715098062","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.231Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T00:55:00.000Z","EndingDateTime":"2000-03-16T01:00:00.000Z"}},"GranuleUR":"LAADS:2715098062","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":127.732178,"Latitude":-33.263604},{"Longitude":153.365397,"Latitude":-37.226742},{"Longitude":156.09914,"Latitude":-19.050808},{"Longitude":134.040199,"Latitude":-15.821179},{"Longitude":127.732178,"Latitude":-33.263604}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0055.061.2017171232045.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0055.061.2017171232045.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0055.061.2017171232045.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0055.061.2017272152223.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0055.061.2017171232045.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:20:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.953998565674,"SizeInBytes":169821076,"Checksum":{"Value":"539a1ba090933486c1d5aaed9f73a354","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819894-LAADS","revision-id":4,"native-id":"LAADS:2715100007","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.284Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T01:00:00.000Z","EndingDateTime":"2000-03-16T01:05:00.000Z"}},"GranuleUR":"LAADS:2715100007","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":117.310817,"Latitude":-49.774924},{"Longitude":151.984316,"Latitude":-55.188668},{"Longitude":153.849392,"Latitude":-36.947695},{"Longitude":127.773762,"Latitude":-33.179844},{"Longitude":117.310817,"Latitude":-49.774924}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0100.061.2017171233707.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0100.061.2017171233707.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0100.061.2017171233707.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0100.061.2017272153522.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0100.061.2017171233707.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.033168792725,"SizeInBytes":169904092,"Checksum":{"Value":"7d7941c302e35c8f882d0961035f414c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819610-LAADS","revision-id":4,"native-id":"LAADS:2715098382","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.763Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T01:05:00.000Z","EndingDateTime":"2000-03-16T01:10:00.000Z"}},"GranuleUR":"LAADS:2715098382","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":96.19862,"Latitude":-64.045014},{"Longitude":153.737814,"Latitude":-72.992488},{"Longitude":152.653669,"Latitude":-54.772354},{"Longitude":117.519606,"Latitude":-49.748474},{"Longitude":96.19862,"Latitude":-64.045014}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0105.061.2017171232056.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0105.061.2017171232056.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0105.061.2017171232056.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0105.061.2017272153654.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0105.061.2017171232056.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:20:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.775826454163,"SizeInBytes":165439945,"Checksum":{"Value":"271925d47b5264a961a2d0564346f984","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819730-LAADS","revision-id":4,"native-id":"LAADS:2715099060","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.959Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T01:10:00.000Z","EndingDateTime":"2000-03-16T01:15:00.000Z"}},"GranuleUR":"LAADS:2715099060","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":50.936373,"Latitude":-70.615012},{"Longitude":-106.271688,"Latitude":-87.229294},{"Longitude":154.901095,"Latitude":-72.453337},{"Longitude":96.67624,"Latitude":-64.149081},{"Longitude":50.936373,"Latitude":-70.615012}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0110.061.2017171233207.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0110.061.2017171233207.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0110.061.2017171233207.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0110.061.2017272151704.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0110.061.2017171233207.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":118.385451316833,"SizeInBytes":124136143,"Checksum":{"Value":"8e5342603442e595e3235c3732a681b3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819752-LAADS","revision-id":4,"native-id":"LAADS:2715099405","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.745Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T02:00:00.000Z","EndingDateTime":"2000-03-16T02:05:00.000Z"}},"GranuleUR":"LAADS:2715099405","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":90.231129,"Latitude":86.167377},{"Longitude":-147.699134,"Latitude":70.715803},{"Longitude":-98.834084,"Latitude":65.656879},{"Longitude":-37.108785,"Latitude":74.334448},{"Longitude":90.231129,"Latitude":86.167377}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0200.061.2017171233323.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0200.061.2017171233323.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0200.061.2017171233323.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0200.061.2017272151415.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0200.061.2017171233323.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":36.0035762786865,"SizeInBytes":37752486,"Checksum":{"Value":"ec82d954c3afb7354eaa3c94e95d7099","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819612-LAADS","revision-id":4,"native-id":"LAADS:2715098383","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.797Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T02:05:00.000Z","EndingDateTime":"2000-03-16T02:10:00.000Z"}},"GranuleUR":"LAADS:2715098383","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":120.460688,"Latitude":69.049684},{"Longitude":171.332248,"Latitude":61.877248},{"Longitude":-147.638281,"Latitude":71.077493},{"Longitude":80.772245,"Latitude":86.29134},{"Longitude":120.460688,"Latitude":69.049684}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0205.061.2017171232956.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0205.061.2017171232956.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0205.061.2017171232956.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0205.061.2017272152044.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0205.061.2017171232956.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":137.111957550049,"SizeInBytes":143772308,"Checksum":{"Value":"d4b66ba2ed776c8197c1492d7f2d920b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819885-LAADS","revision-id":4,"native-id":"LAADS:2715100008","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.368Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T02:10:00.000Z","EndingDateTime":"2000-03-16T02:15:00.000Z"}},"GranuleUR":"LAADS:2715100008","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":120.822258,"Latitude":51.18589},{"Longitude":153.098598,"Latitude":46.790485},{"Longitude":170.743893,"Latitude":62.213685},{"Longitude":119.49787,"Latitude":69.539327},{"Longitude":120.822258,"Latitude":51.18589}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0210.061.2017171233600.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0210.061.2017171233600.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0210.061.2017171233600.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0210.061.2017272152901.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0210.061.2017171233600.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.012075424194,"SizeInBytes":175124854,"Checksum":{"Value":"d4ad30b6b10ffd7e9d1c021d4b1ee229","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819555-LAADS","revision-id":4,"native-id":"LAADS:2715098063","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.240Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T02:15:00.000Z","EndingDateTime":"2000-03-16T02:20:00.000Z"}},"GranuleUR":"LAADS:2715098063","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":119.017245,"Latitude":33.371318},{"Longitude":143.802083,"Latitude":30.005125},{"Longitude":152.59632,"Latitude":47.021102},{"Longitude":120.443381,"Latitude":51.65121},{"Longitude":119.017245,"Latitude":33.371318}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0215.061.2017171232618.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0215.061.2017171232618.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0215.061.2017171232618.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0215.061.2017272153741.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0215.061.2017171232618.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:18.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.214967727661,"SizeInBytes":172191874,"Checksum":{"Value":"495bca8a618035249e3784fb3e374ec6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819611-LAADS","revision-id":4,"native-id":"LAADS:2715098384","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.831Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T02:20:00.000Z","EndingDateTime":"2000-03-16T02:25:00.000Z"}},"GranuleUR":"LAADS:2715098384","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":116.331847,"Latitude":15.557641},{"Longitude":137.899807,"Latitude":12.556832},{"Longitude":143.424075,"Latitude":30.172096},{"Longitude":118.849225,"Latitude":33.751403},{"Longitude":116.331847,"Latitude":15.557641}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0220.061.2017171232648.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0220.061.2017171232648.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0220.061.2017171232648.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0220.061.2017272154749.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0220.061.2017171232648.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.47283744812,"SizeInBytes":163025086,"Checksum":{"Value":"b91ecc19534e5803d84626c3f3dd5334","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819613-LAADS","revision-id":4,"native-id":"LAADS:2715098385","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.841Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T02:25:00.000Z","EndingDateTime":"2000-03-16T02:30:00.000Z"}},"GranuleUR":"LAADS:2715098385","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":112.822143,"Latitude":-2.174889},{"Longitude":133.646559,"Latitude":-5.19913},{"Longitude":137.679866,"Latitude":12.672288},{"Longitude":116.25544,"Latitude":15.82028},{"Longitude":112.822143,"Latitude":-2.174889}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0225.061.2017171232425.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0225.061.2017171232425.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0225.061.2017171232425.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0225.061.2017272154356.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0225.061.2017171232425.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:24:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.756905555725,"SizeInBytes":173808713,"Checksum":{"Value":"b117e52d2556facd3e6fd79aed4e8df3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819923-LAADS","revision-id":4,"native-id":"LAADS:2715100344","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.050Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T02:30:00.000Z","EndingDateTime":"2000-03-16T02:35:00.000Z"}},"GranuleUR":"LAADS:2715100344","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":108.10129,"Latitude":-19.815081},{"Longitude":130.469582,"Latitude":-23.204032},{"Longitude":133.696871,"Latitude":-5.130764},{"Longitude":112.794889,"Latitude":-2.051355},{"Longitude":108.10129,"Latitude":-19.815081}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0230.061.2017171233915.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0230.061.2017171233915.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0230.061.2017171233915.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0230.061.2017272154348.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0230.061.2017171233915.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:39:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.9543800354,"SizeInBytes":172967204,"Checksum":{"Value":"b09ac59a793c8c7202409b81a8550867","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819618-LAADS","revision-id":4,"native-id":"LAADS:2715098386","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.853Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T02:35:00.000Z","EndingDateTime":"2000-03-16T02:40:00.000Z"}},"GranuleUR":"LAADS:2715098386","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":101.166572,"Latitude":-37.035426},{"Longitude":128.221008,"Latitude":-41.232885},{"Longitude":130.803261,"Latitude":-23.0376},{"Longitude":108.126353,"Latitude":-19.725079},{"Longitude":101.166572,"Latitude":-37.035426}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0235.061.2017171232535.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0235.061.2017171232535.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0235.061.2017171232535.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0235.061.2017272152652.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0235.061.2017171232535.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:25:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.402787208557,"SizeInBytes":169243089,"Checksum":{"Value":"13b36ab426bd72b54d42830611d0ad56","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819733-LAADS","revision-id":4,"native-id":"LAADS:2715099061","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.966Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T02:40:00.000Z","EndingDateTime":"2000-03-16T02:45:00.000Z"}},"GranuleUR":"LAADS:2715099061","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":89.221313,"Latitude":-53.24036},{"Longitude":127.217425,"Latitude":-59.169624},{"Longitude":128.753373,"Latitude":-40.923181},{"Longitude":101.240868,"Latitude":-36.961675},{"Longitude":89.221313,"Latitude":-53.24036}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0240.061.2017171233207.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0240.061.2017171233207.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0240.061.2017171233207.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0240.061.2017272154138.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0240.061.2017171233207.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.975159645081,"SizeInBytes":170891841,"Checksum":{"Value":"b94248c5b821234f7adfe202511e51fa","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819559-LAADS","revision-id":4,"native-id":"LAADS:2715098064","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.262Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T02:45:00.000Z","EndingDateTime":"2000-03-16T02:50:00.000Z"}},"GranuleUR":"LAADS:2715098064","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":63.826216,"Latitude":-66.515447},{"Longitude":131.020313,"Latitude":-76.909138},{"Longitude":127.922126,"Latitude":-58.726132},{"Longitude":89.483076,"Latitude":-53.235053},{"Longitude":63.826216,"Latitude":-66.515447}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0245.061.2017171232247.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0245.061.2017171232247.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0245.061.2017171232247.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0245.061.2017272153329.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0245.061.2017171232247.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:22:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.688735961914,"SizeInBytes":159057168,"Checksum":{"Value":"c19c2c2520a80b432dc3c3ccbb7bff2c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819784-LAADS","revision-id":4,"native-id":"LAADS:2715099710","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.554Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T02:50:00.000Z","EndingDateTime":"2000-03-16T02:55:00.000Z"}},"GranuleUR":"LAADS:2715099710","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":14.300721,"Latitude":-70.08458},{"Longitude":-90.488565,"Latitude":-84.393082},{"Longitude":132.465911,"Latitude":-76.336025},{"Longitude":64.351782,"Latitude":-66.667165},{"Longitude":14.300721,"Latitude":-70.08458}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0250.061.2017171233536.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0250.061.2017171233536.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0250.061.2017171233536.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0250.061.2017272151726.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0250.061.2017171233536.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:35:36.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":90.884952545166,"SizeInBytes":95299780,"Checksum":{"Value":"5c831cb5598364c664f37a2f7b20c3d3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819780-LAADS","revision-id":4,"native-id":"LAADS:2715099711","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.569Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T03:40:00.000Z","EndingDateTime":"2000-03-16T03:45:00.000Z"}},"GranuleUR":"LAADS:2715099711","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":85.065669,"Latitude":82.646919},{"Longitude":175.899775,"Latitude":69.773721},{"Longitude":-132.0015,"Latitude":67.999699},{"Longitude":-58.923289,"Latitude":78.222566},{"Longitude":85.065669,"Latitude":82.646919}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0340.061.2017171233541.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0340.061.2017171233541.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0340.061.2017171233541.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0340.061.2017272151512.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0340.061.2017171233541.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:35:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":57.9574403762817,"SizeInBytes":60772781,"Checksum":{"Value":"c45534ac764882a69e3bf5fd11db6a0a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819562-LAADS","revision-id":4,"native-id":"LAADS:2715098065","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.304Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T03:45:00.000Z","EndingDateTime":"2000-03-16T03:50:00.000Z"}},"GranuleUR":"LAADS:2715098065","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":96.215951,"Latitude":65.099936},{"Longitude":141.231519,"Latitude":58.813529},{"Longitude":175.730542,"Latitude":70.145464},{"Longitude":81.00271,"Latitude":83.016589},{"Longitude":96.215951,"Latitude":65.099936}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0345.061.2017171232837.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0345.061.2017171232837.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0345.061.2017171232837.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0345.061.2017272152126.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0345.061.2017171232837.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:37.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.177958488464,"SizeInBytes":155375851,"Checksum":{"Value":"6527358444430347f58823fb757de706","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819614-LAADS","revision-id":4,"native-id":"LAADS:2715098387","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.876Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T03:50:00.000Z","EndingDateTime":"2000-03-16T03:55:00.000Z"}},"GranuleUR":"LAADS:2715098387","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":95.836084,"Latitude":47.310895},{"Longitude":125.895043,"Latitude":43.22386},{"Longitude":140.640546,"Latitude":59.123287},{"Longitude":95.517951,"Latitude":65.591596},{"Longitude":95.836084,"Latitude":47.310895}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0350.061.2017171232559.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0350.061.2017171232559.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0350.061.2017171232559.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0350.061.2017272152817.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0350.061.2017171232559.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:25:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.713310241699,"SizeInBytes":173763000,"Checksum":{"Value":"54af187cac2f8ece37a008f4cd02a408","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819737-LAADS","revision-id":4,"native-id":"LAADS:2715099062","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.985Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T03:55:00.000Z","EndingDateTime":"2000-03-16T04:00:00.000Z"}},"GranuleUR":"LAADS:2715099062","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":93.835541,"Latitude":29.399694},{"Longitude":117.558083,"Latitude":26.161851},{"Longitude":125.405831,"Latitude":43.442646},{"Longitude":95.576832,"Latitude":47.757439},{"Longitude":93.835541,"Latitude":29.399694}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0355.061.2017171233239.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0355.061.2017171233239.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0355.061.2017171233239.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0355.061.2017272152531.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0355.061.2017171233239.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.743390083313,"SizeInBytes":168551661,"Checksum":{"Value":"9b20ebcd3f610a784626591597f39b12","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819783-LAADS","revision-id":4,"native-id":"LAADS:2715099712","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.595Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T04:00:00.000Z","EndingDateTime":"2000-03-16T04:05:00.000Z"}},"GranuleUR":"LAADS:2715099712","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":90.903731,"Latitude":11.6064},{"Longitude":112.114336,"Latitude":8.624543},{"Longitude":117.209631,"Latitude":26.316656},{"Longitude":93.617626,"Latitude":29.752656},{"Longitude":90.903731,"Latitude":11.6064}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0400.061.2017171233427.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0400.061.2017171233427.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0400.061.2017171233427.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0400.061.2017272152842.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0400.061.2017171233427.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:34:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.518992424011,"SizeInBytes":169364939,"Checksum":{"Value":"559c143aa7d0cd519aa4a6be15c9faca","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819615-LAADS","revision-id":4,"native-id":"LAADS:2715098388","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.904Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T04:05:00.000Z","EndingDateTime":"2000-03-16T04:10:00.000Z"}},"GranuleUR":"LAADS:2715098388","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":87.17407,"Latitude":-6.105838},{"Longitude":108.12653,"Latitude":-9.179956},{"Longitude":111.941003,"Latitude":8.729259},{"Longitude":90.838306,"Latitude":11.833466},{"Longitude":87.17407,"Latitude":-6.105838}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0405.061.2017171232612.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0405.061.2017171232612.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0405.061.2017171232612.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0405.061.2017272153436.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0405.061.2017171232612.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.594252586365,"SizeInBytes":167346703,"Checksum":{"Value":"40fff9a63b47baf7b44beb5bb0bcb6ac","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819705-LAADS","revision-id":4,"native-id":"LAADS:2715098735","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.699Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T04:10:00.000Z","EndingDateTime":"2000-03-16T04:15:00.000Z"}},"GranuleUR":"LAADS:2715098735","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":82.085179,"Latitude":-23.697536},{"Longitude":105.185393,"Latitude":-27.220959},{"Longitude":108.267653,"Latitude":-9.114357},{"Longitude":87.160692,"Latitude":-6.008316},{"Longitude":82.085179,"Latitude":-23.697536}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0410.061.2017171232348.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0410.061.2017171232348.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0410.061.2017171232348.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0410.061.2017272153713.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0410.061.2017171232348.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:23:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.550287246704,"SizeInBytes":168349178,"Checksum":{"Value":"0b95f75555aaba68969dd844b3e01912","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819883-LAADS","revision-id":4,"native-id":"LAADS:2715100009","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.658Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T04:15:00.000Z","EndingDateTime":"2000-03-16T04:20:00.000Z"}},"GranuleUR":"LAADS:2715100009","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":74.37735,"Latitude":-40.759108},{"Longitude":103.135635,"Latitude":-45.234551},{"Longitude":105.551317,"Latitude":-27.021841},{"Longitude":82.112584,"Latitude":-23.609541},{"Longitude":74.37735,"Latitude":-40.759108}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0415.061.2017171233741.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0415.061.2017171233741.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0415.061.2017171233741.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0415.061.2017272154542.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0415.061.2017171233741.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":168.456288337708,"SizeInBytes":176639221,"Checksum":{"Value":"2c8083a1bf06aed08b5d58c4ab8c99d1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819518-LAADS","revision-id":4,"native-id":"LAADS:2715097712","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:55.577Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T04:20:00.000Z","EndingDateTime":"2000-03-16T04:25:00.000Z"}},"GranuleUR":"LAADS:2715097712","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":60.520017,"Latitude":-56.575028},{"Longitude":102.629315,"Latitude":-63.139338},{"Longitude":103.721323,"Latitude":-44.892452},{"Longitude":74.484128,"Latitude":-40.695934},{"Longitude":60.520017,"Latitude":-56.575028}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.160Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0420.061.2017171231859.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0420.061.2017171231859.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0420.061.2017171231859.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0420.061.2017272154546.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0420.061.2017171231859.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:18:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.993460655212,"SizeInBytes":171959607,"Checksum":{"Value":"38577b564ef7f8778ec99825b4782ae6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819709-LAADS","revision-id":4,"native-id":"LAADS:2715098736","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.716Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T04:25:00.000Z","EndingDateTime":"2000-03-16T04:30:00.000Z"}},"GranuleUR":"LAADS:2715098736","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":29.935835,"Latitude":-68.515311},{"Longitude":110.543733,"Latitude":-80.766387},{"Longitude":103.389729,"Latitude":-62.669282},{"Longitude":60.840252,"Latitude":-56.594859},{"Longitude":29.935835,"Latitude":-68.515311}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0425.061.2017171233033.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0425.061.2017171233033.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0425.061.2017171233033.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0425.061.2017272152636.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0425.061.2017171233033.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:30:33.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.799530029297,"SizeInBytes":154979040,"Checksum":{"Value":"0413983fc1ed880053ce4c246e13407c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819616-LAADS","revision-id":4,"native-id":"LAADS:2715098389","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.913Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T04:30:00.000Z","EndingDateTime":"2000-03-16T04:35:00.000Z"}},"GranuleUR":"LAADS:2715098389","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-21.315616,"Latitude":-68.801983},{"Longitude":-104.408401,"Latitude":-80.706982},{"Longitude":112.165488,"Latitude":-80.157573},{"Longitude":30.465683,"Latitude":-68.721525},{"Longitude":-21.315616,"Latitude":-68.801983}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0430.061.2017171232829.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0430.061.2017171232829.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0430.061.2017171232829.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0430.061.2017272151506.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0430.061.2017171232829.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:29.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":63.2185363769531,"SizeInBytes":66289440,"Checksum":{"Value":"1430f9bbcc5eee1fec19eecc2b9fda5c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819946-LAADS","revision-id":4,"native-id":"LAADS:2715100661","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.181Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T05:20:00.000Z","EndingDateTime":"2000-03-16T05:25:00.000Z"}},"GranuleUR":"LAADS:2715100661","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":66.534648,"Latitude":78.81874},{"Longitude":140.863643,"Latitude":68.1257},{"Longitude":-166.832537,"Latitude":69.802975},{"Longitude":-77.379132,"Latitude":82.01978},{"Longitude":66.534648,"Latitude":78.81874}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0520.061.2017171234048.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0520.061.2017171234048.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0520.061.2017171234048.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0520.061.2017272151652.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0520.061.2017171234048.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":82.0749387741089,"SizeInBytes":86061811,"Checksum":{"Value":"d6d64aa4cb7fe92bcbad1de86baf638e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819617-LAADS","revision-id":4,"native-id":"LAADS:2715098390","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.935Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T05:25:00.000Z","EndingDateTime":"2000-03-16T05:30:00.000Z"}},"GranuleUR":"LAADS:2715098390","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":71.643864,"Latitude":61.143622},{"Longitude":112.028879,"Latitude":55.56269},{"Longitude":140.485089,"Latitude":68.508553},{"Longitude":64.18496,"Latitude":79.259324},{"Longitude":71.643864,"Latitude":61.143622}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0525.061.2017171232817.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0525.061.2017171232817.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0525.061.2017171232817.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0525.061.2017272152311.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0525.061.2017171232817.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.945508003235,"SizeInBytes":164569293,"Checksum":{"Value":"eeee68f7a0145f9793370892a026928e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819712-LAADS","revision-id":4,"native-id":"LAADS:2715098737","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.745Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T05:30:00.000Z","EndingDateTime":"2000-03-16T05:35:00.000Z"}},"GranuleUR":"LAADS:2715098737","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":70.718155,"Latitude":43.344058},{"Longitude":98.936934,"Latitude":39.522293},{"Longitude":111.46024,"Latitude":55.845153},{"Longitude":71.063012,"Latitude":61.633852},{"Longitude":70.718155,"Latitude":43.344058}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0530.061.2017171232506.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0530.061.2017171232506.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0530.061.2017171232506.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0530.061.2017272152804.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0530.061.2017171232506.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:25:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.124170303345,"SizeInBytes":172096666,"Checksum":{"Value":"cde44884496320734afd9b1f42d0d0d9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819565-LAADS","revision-id":4,"native-id":"LAADS:2715098066","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.303Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T05:35:00.000Z","EndingDateTime":"2000-03-16T05:40:00.000Z"}},"GranuleUR":"LAADS:2715098066","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":68.481879,"Latitude":25.521551},{"Longitude":91.454851,"Latitude":22.38427},{"Longitude":98.451763,"Latitude":39.731394},{"Longitude":70.452172,"Latitude":43.780425},{"Longitude":68.481879,"Latitude":25.521551}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0535.061.2017171232239.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0535.061.2017171232239.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0535.061.2017171232239.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0535.061.2017272152033.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0535.061.2017171232239.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:22:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.325277328491,"SizeInBytes":169161814,"Checksum":{"Value":"33cdd876c9cae2d778a18a2b58a5f001","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819620-LAADS","revision-id":4,"native-id":"LAADS:2715098391","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.982Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T05:40:00.000Z","EndingDateTime":"2000-03-16T05:45:00.000Z"}},"GranuleUR":"LAADS:2715098391","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":65.433544,"Latitude":7.648539},{"Longitude":86.419568,"Latitude":4.677634},{"Longitude":91.181175,"Latitude":22.518465},{"Longitude":68.354529,"Latitude":25.856286},{"Longitude":65.433544,"Latitude":7.648539}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0540.061.2017171232351.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0540.061.2017171232351.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0540.061.2017171232351.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0540.061.2017272152001.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0540.061.2017171232351.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:23:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.579517364502,"SizeInBytes":152651188,"Checksum":{"Value":"328466aba4b026661ad4c24de2c99f0f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819947-LAADS","revision-id":4,"native-id":"LAADS:2715100662","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.221Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T05:45:00.000Z","EndingDateTime":"2000-03-16T05:50:00.000Z"}},"GranuleUR":"LAADS:2715100662","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":61.46077,"Latitude":-10.047408},{"Longitude":82.66458,"Latitude":-13.189821},{"Longitude":86.290557,"Latitude":4.77316},{"Longitude":65.381816,"Latitude":7.851778},{"Longitude":61.46077,"Latitude":-10.047408}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0545.061.2017171234122.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0545.061.2017171234122.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0545.061.2017171234122.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0545.061.2017272152635.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0545.061.2017171234122.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.170921325684,"SizeInBytes":152222744,"Checksum":{"Value":"79d79b982a8a4efec9409d4f2e9ea3e9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819960-LAADS","revision-id":4,"native-id":"LAADS:2715100969","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.867Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T05:50:00.000Z","EndingDateTime":"2000-03-16T05:55:00.000Z"}},"GranuleUR":"LAADS:2715100969","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":55.950299,"Latitude":-27.554308},{"Longitude":79.929425,"Latitude":-31.233971},{"Longitude":82.871922,"Latitude":-13.097617},{"Longitude":61.464716,"Latitude":-9.953045},{"Longitude":55.950299,"Latitude":-27.554308}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0550.061.2017171234346.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0550.061.2017171234346.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0550.061.2017171234346.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0550.061.2017272153449.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0550.061.2017171234346.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.682787895203,"SizeInBytes":162196659,"Checksum":{"Value":"7d8206f763fbda8391f6f78a39dc266a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819735-LAADS","revision-id":4,"native-id":"LAADS:2715099063","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.023Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T05:55:00.000Z","EndingDateTime":"2000-03-16T06:00:00.000Z"}},"GranuleUR":"LAADS:2715099063","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":47.311328,"Latitude":-44.425764},{"Longitude":78.117176,"Latitude":-49.22853},{"Longitude":80.341435,"Latitude":-31.002682},{"Longitude":55.980961,"Latitude":-27.467477},{"Longitude":47.311328,"Latitude":-44.425764}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0555.061.2017171233204.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0555.061.2017171233204.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0555.061.2017171233204.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0555.061.2017272153304.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0555.061.2017171233204.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.983203887939,"SizeInBytes":154123060,"Checksum":{"Value":"4b5653f4d9eab35c485f5bd3953752b0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819961-LAADS","revision-id":4,"native-id":"LAADS:2715100970","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.892Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T06:00:00.000Z","EndingDateTime":"2000-03-16T06:05:00.000Z"}},"GranuleUR":"LAADS:2715100970","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":31.04256,"Latitude":-59.741372},{"Longitude":78.297538,"Latitude":-67.096716},{"Longitude":78.759125,"Latitude":-48.855587},{"Longitude":47.454006,"Latitude":-44.374569},{"Longitude":31.04256,"Latitude":-59.741372}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0600.061.2017171234225.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0600.061.2017171234225.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0600.061.2017171234225.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0600.061.2017272153919.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0600.061.2017171234225.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.404939651489,"SizeInBytes":167148194,"Checksum":{"Value":"fdd3071e30163b54873331387e90ded8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819729-LAADS","revision-id":4,"native-id":"LAADS:2715099064","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.017Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T06:05:00.000Z","EndingDateTime":"2000-03-16T06:10:00.000Z"}},"GranuleUR":"LAADS:2715099064","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-5.452152,"Latitude":-69.91183},{"Longitude":96.734453,"Latitude":-84.459983},{"Longitude":79.132676,"Latitude":-66.600481},{"Longitude":31.425275,"Latitude":-59.791954},{"Longitude":-5.452152,"Latitude":-69.91183}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0605.061.2017171232800.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0605.061.2017171232800.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0605.061.2017171232800.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0605.061.2017272152246.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0605.061.2017171232800.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":138.528078079224,"SizeInBytes":145257218,"Checksum":{"Value":"db780debe9ac56411efc1539ffe9770e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819978-LAADS","revision-id":4,"native-id":"LAADS:2715101258","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.727Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T06:10:00.000Z","EndingDateTime":"2000-03-16T06:15:00.000Z"}},"GranuleUR":"LAADS:2715101258","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-55.464056,"Latitude":-66.896007},{"Longitude":-124.887516,"Latitude":-76.866379},{"Longitude":97.951766,"Latitude":-83.808939},{"Longitude":-4.989,"Latitude":-70.175439},{"Longitude":-55.464056,"Latitude":-66.896007}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0610.061.2017171234435.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0610.061.2017171234435.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0610.061.2017171234435.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0610.061.2017272151546.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0610.061.2017171234435.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":38.4828691482544,"SizeInBytes":40352213,"Checksum":{"Value":"21895f5c7a1a5a5abfc534728ef5702b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819778-LAADS","revision-id":4,"native-id":"LAADS:2715099713","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.596Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T07:00:00.000Z","EndingDateTime":"2000-03-16T07:05:00.000Z"}},"GranuleUR":"LAADS:2715099713","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":44.528731,"Latitude":74.918134},{"Longitude":107.426675,"Latitude":65.921245},{"Longitude":156.840726,"Latitude":70.923231},{"Longitude":-84.518755,"Latitude":85.508356},{"Longitude":44.528731,"Latitude":74.918134}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0700.061.2017171233455.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0700.061.2017171233455.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0700.061.2017171233455.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0700.061.2017272152031.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0700.061.2017171233455.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:34:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":114.54826259613,"SizeInBytes":120112559,"Checksum":{"Value":"c06ef38cdb3dbfd63a13207c31c49023","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819889-LAADS","revision-id":4,"native-id":"LAADS:2715100010","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.408Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T07:05:00.000Z","EndingDateTime":"2000-03-16T07:10:00.000Z"}},"GranuleUR":"LAADS:2715100010","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":46.907723,"Latitude":57.187885},{"Longitude":83.57399,"Latitude":52.155028},{"Longitude":106.931776,"Latitude":66.284705},{"Longitude":42.980862,"Latitude":75.390073},{"Longitude":46.907723,"Latitude":57.187885}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0705.061.2017171233652.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0705.061.2017171233652.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0705.061.2017171233652.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0705.061.2017272152302.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0705.061.2017171233652.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.393348693848,"SizeInBytes":167136040,"Checksum":{"Value":"3f4f56665a4d5ec0273f517d6ecfbf6e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819789-LAADS","revision-id":4,"native-id":"LAADS:2715099714","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.605Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T07:10:00.000Z","EndingDateTime":"2000-03-16T07:15:00.000Z"}},"GranuleUR":"LAADS:2715099714","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":45.614054,"Latitude":39.380053},{"Longitude":72.247026,"Latitude":35.768747},{"Longitude":83.027455,"Latitude":52.415544},{"Longitude":46.485264,"Latitude":57.670395},{"Longitude":45.614054,"Latitude":39.380053}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0710.061.2017171233426.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0710.061.2017171233426.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0710.061.2017171233426.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0710.061.2017272153239.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0710.061.2017171233426.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:34:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.196834564209,"SizeInBytes":172172860,"Checksum":{"Value":"d93fdc1eabb8fe967767d8a7b48ab39e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819706-LAADS","revision-id":4,"native-id":"LAADS:2715098738","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.778Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T07:15:00.000Z","EndingDateTime":"2000-03-16T07:20:00.000Z"}},"GranuleUR":"LAADS:2715098738","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":43.170979,"Latitude":21.557115},{"Longitude":65.449393,"Latitude":18.496387},{"Longitude":71.775811,"Latitude":35.966363},{"Longitude":45.374727,"Latitude":39.795876},{"Longitude":43.170979,"Latitude":21.557115}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0715.061.2017171233039.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0715.061.2017171233039.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0715.061.2017171233039.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0715.061.2017272151904.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0715.061.2017171233039.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:30:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.974745750427,"SizeInBytes":160405647,"Checksum":{"Value":"9b182cdb3d0f03511ad3d95e53927b6b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819886-LAADS","revision-id":4,"native-id":"LAADS:2715100011","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.420Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T07:20:00.000Z","EndingDateTime":"2000-03-16T07:25:00.000Z"}},"GranuleUR":"LAADS:2715100011","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":39.956624,"Latitude":3.791948},{"Longitude":60.793416,"Latitude":0.811606},{"Longitude":65.221252,"Latitude":18.61799},{"Longitude":43.067472,"Latitude":21.863122},{"Longitude":39.956624,"Latitude":3.791948}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0720.061.2017171233700.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0720.061.2017171233700.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0720.061.2017171233700.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0720.061.2017272151932.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0720.061.2017171233700.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.469869613647,"SizeInBytes":152536214,"Checksum":{"Value":"77d8aa3059bd7134eb4c51f7dc49e99b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819888-LAADS","revision-id":4,"native-id":"LAADS:2715100012","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.432Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T07:25:00.000Z","EndingDateTime":"2000-03-16T07:30:00.000Z"}},"GranuleUR":"LAADS:2715100012","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":35.691596,"Latitude":-13.977185},{"Longitude":57.263308,"Latitude":-17.204903},{"Longitude":60.740965,"Latitude":0.894084},{"Longitude":39.911079,"Latitude":3.961483},{"Longitude":35.691596,"Latitude":-13.977185}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0725.061.2017171233654.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0725.061.2017171233654.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0725.061.2017171233654.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0725.061.2017272153207.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0725.061.2017171233654.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.867426872253,"SizeInBytes":164487419,"Checksum":{"Value":"6f2c807feefd4efac27ad31b2a0e53bd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819563-LAADS","revision-id":4,"native-id":"LAADS:2715098067","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.295Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T07:30:00.000Z","EndingDateTime":"2000-03-16T07:35:00.000Z"}},"GranuleUR":"LAADS:2715098067","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":29.682871,"Latitude":-31.384363},{"Longitude":54.711754,"Latitude":-35.244962},{"Longitude":57.515091,"Latitude":-17.081092},{"Longitude":35.705844,"Latitude":-13.886685},{"Longitude":29.682871,"Latitude":-31.384363}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0730.061.2017171232151.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0730.061.2017171232151.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0730.061.2017171232151.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0730.061.2017272152632.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0730.061.2017171232151.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:21:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.67603302002,"SizeInBytes":152752392,"Checksum":{"Value":"1d24d7d723b79e22676dad825e1b3ab6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819621-LAADS","revision-id":4,"native-id":"LAADS:2715098392","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.995Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T07:35:00.000Z","EndingDateTime":"2000-03-16T07:40:00.000Z"}},"GranuleUR":"LAADS:2715098392","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":19.910947,"Latitude":-48.026498},{"Longitude":53.175779,"Latitude":-53.217159},{"Longitude":55.171345,"Latitude":-34.980146},{"Longitude":29.716281,"Latitude":-31.29979},{"Longitude":19.910947,"Latitude":-48.026498}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0735.061.2017171232646.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0735.061.2017171232646.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0735.061.2017171232646.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0735.061.2017272154134.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0735.061.2017171232646.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.940130233765,"SizeInBytes":161417926,"Checksum":{"Value":"88b5d3794f0cc5c5f41e52aa1f0ce11f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819623-LAADS","revision-id":4,"native-id":"LAADS:2715098393","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.016Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T07:40:00.000Z","EndingDateTime":"2000-03-16T07:45:00.000Z"}},"GranuleUR":"LAADS:2715098393","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":0.583475,"Latitude":-62.68839},{"Longitude":54.192916,"Latitude":-71.045801},{"Longitude":53.784493,"Latitude":-52.814119},{"Longitude":20.087179,"Latitude":-47.987918},{"Longitude":0.583475,"Latitude":-62.68839}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0740.061.2017171232856.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0740.061.2017171232856.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0740.061.2017171232856.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0740.061.2017272154548.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0740.061.2017171232856.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.979730606079,"SizeInBytes":167750906,"Checksum":{"Value":"7d9cb961000b0373f135fd3351778804","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819927-LAADS","revision-id":4,"native-id":"LAADS:2715100345","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.787Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T07:45:00.000Z","EndingDateTime":"2000-03-16T07:50:00.000Z"}},"GranuleUR":"LAADS:2715100345","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-41.949796,"Latitude":-70.580829},{"Longitude":113.480959,"Latitude":-87.254894},{"Longitude":55.30879,"Latitude":-70.51966},{"Longitude":1.03994,"Latitude":-62.772629},{"Longitude":-41.949796,"Latitude":-70.580829}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0745.061.2017171233911.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0745.061.2017171233911.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0745.061.2017171233911.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0745.061.2017272152305.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0745.061.2017171233911.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:39:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":133.494777679443,"SizeInBytes":139979420,"Checksum":{"Value":"5fc6a0f3b2e4084222987c7ad875e1b7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819924-LAADS","revision-id":4,"native-id":"LAADS:2715100346","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.790Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T07:50:00.000Z","EndingDateTime":"2000-03-16T07:55:00.000Z"}},"GranuleUR":"LAADS:2715100346","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-88.088368,"Latitude":-64.505944},{"Longitude":-147.682115,"Latitude":-72.967983},{"Longitude":107.729662,"Latitude":-86.653324},{"Longitude":-41.643747,"Latitude":-70.896411},{"Longitude":-88.088368,"Latitude":-64.505944}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0750.061.2017171233855.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0750.061.2017171233855.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0750.061.2017171233855.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0750.061.2017272151634.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0750.061.2017171233855.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:38:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":18.6771183013916,"SizeInBytes":19584378,"Checksum":{"Value":"c305525b895fcbfef08b01826e2b4f9e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819564-LAADS","revision-id":4,"native-id":"LAADS:2715098068","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.315Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T08:35:00.000Z","EndingDateTime":"2000-03-16T08:40:00.000Z"}},"GranuleUR":"LAADS:2715098068","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-36.435206,"Latitude":87.361138},{"Longitude":119.454922,"Latitude":70.898273},{"Longitude":165.866818,"Latitude":64.364585},{"Longitude":-136.851851,"Latitude":72.405973},{"Longitude":-36.435206,"Latitude":87.361138}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0835.061.2017171232641.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0835.061.2017171232641.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0835.061.2017171232641.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0835.061.2017272151606.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0835.061.2017171232641.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":25.2624197006226,"SizeInBytes":26489567,"Checksum":{"Value":"2c5d77285dfd0f6f2cbed698938eac60","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819948-LAADS","revision-id":4,"native-id":"LAADS:2715100663","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.249Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T08:40:00.000Z","EndingDateTime":"2000-03-16T08:45:00.000Z"}},"GranuleUR":"LAADS:2715100663","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":21.163268,"Latitude":70.987918},{"Longitude":75.499003,"Latitude":63.293252},{"Longitude":119.634426,"Latitude":71.238064},{"Longitude":-49.147538,"Latitude":87.147663},{"Longitude":21.163268,"Latitude":70.987918}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0840.061.2017171234023.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0840.061.2017171234023.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0840.061.2017171234023.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0840.061.2017272152435.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0840.061.2017171234023.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":139.387414932251,"SizeInBytes":146158298,"Checksum":{"Value":"6a3b4e1ef9018e9bb92ea9ecee87b090","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819926-LAADS","revision-id":4,"native-id":"LAADS:2715100347","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.785Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T08:45:00.000Z","EndingDateTime":"2000-03-16T08:50:00.000Z"}},"GranuleUR":"LAADS:2715100347","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":22.034359,"Latitude":53.227125},{"Longitude":55.685871,"Latitude":48.631219},{"Longitude":74.955837,"Latitude":63.628816},{"Longitude":20.048961,"Latitude":71.473575},{"Longitude":22.034359,"Latitude":53.227125}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0845.061.2017171233948.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0845.061.2017171233948.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0845.061.2017171233948.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0845.061.2017272153307.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0845.061.2017171233948.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:39:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.485798835754,"SizeInBytes":169330133,"Checksum":{"Value":"6eb8469526cab9791c561122b1ebcab5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819622-LAADS","revision-id":4,"native-id":"LAADS:2715098394","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.019Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T08:50:00.000Z","EndingDateTime":"2000-03-16T08:55:00.000Z"}},"GranuleUR":"LAADS:2715098394","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":20.382682,"Latitude":35.411904},{"Longitude":45.758553,"Latitude":31.972022},{"Longitude":55.154556,"Latitude":48.875955},{"Longitude":21.632756,"Latitude":53.697528},{"Longitude":20.382682,"Latitude":35.411904}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0850.061.2017171232814.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0850.061.2017171232814.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0850.061.2017171232814.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0850.061.2017272153216.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0850.061.2017171232814.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.246156692505,"SizeInBytes":170127426,"Checksum":{"Value":"57d836104b781c0d215934baeabb13a9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819942-LAADS","revision-id":4,"native-id":"LAADS:2715100664","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.262Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T08:55:00.000Z","EndingDateTime":"2000-03-16T09:00:00.000Z"}},"GranuleUR":"LAADS:2715100664","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":17.793983,"Latitude":17.59701},{"Longitude":39.591661,"Latitude":14.577386},{"Longitude":45.366989,"Latitude":32.145519},{"Longitude":20.206939,"Latitude":35.804933},{"Longitude":17.793983,"Latitude":17.59701}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0855.061.2017171234127.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0855.061.2017171234127.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0855.061.2017171234127.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0855.061.2017272151656.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0855.061.2017171234127.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.366056442261,"SizeInBytes":160815966,"Checksum":{"Value":"95958138313aa3a263d5db3e3a74ccea","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819624-LAADS","revision-id":4,"native-id":"LAADS:2715098395","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.048Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T09:00:00.000Z","EndingDateTime":"2000-03-16T09:05:00.000Z"}},"GranuleUR":"LAADS:2715098395","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":14.388887,"Latitude":-0.1505},{"Longitude":35.160357,"Latitude":-3.14774},{"Longitude":39.318048,"Latitude":14.704134},{"Longitude":17.71055,"Latitude":17.877481},{"Longitude":14.388887,"Latitude":-0.1505}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0900.061.2017171232909.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0900.061.2017171232909.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0900.061.2017171232909.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0900.061.2017272151918.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0900.061.2017171232909.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.163488388062,"SizeInBytes":164797862,"Checksum":{"Value":"e43e94328bfcc52b9dd536496ccc10f9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819787-LAADS","revision-id":4,"native-id":"LAADS:2715099715","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.678Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T09:05:00.000Z","EndingDateTime":"2000-03-16T09:10:00.000Z"}},"GranuleUR":"LAADS:2715099715","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":9.833754,"Latitude":-17.80164},{"Longitude":31.905501,"Latitude":-21.129115},{"Longitude":35.208687,"Latitude":-3.080023},{"Longitude":14.349621,"Latitude":-0.004134},{"Longitude":9.833754,"Latitude":-17.80164}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0905.061.2017171233510.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0905.061.2017171233510.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0905.061.2017171233510.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0905.061.2017272153436.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0905.061.2017171233510.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:35:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":168.819911003113,"SizeInBytes":177020507,"Checksum":{"Value":"650bd2ade535de9df6f05ccd6118d97e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819750-LAADS","revision-id":4,"native-id":"LAADS:2715099406","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.761Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T09:10:00.000Z","EndingDateTime":"2000-03-16T09:15:00.000Z"}},"GranuleUR":"LAADS:2715099406","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":3.209208,"Latitude":-35.174799},{"Longitude":29.538545,"Latitude":-39.253413},{"Longitude":32.214594,"Latitude":-20.980619},{"Longitude":9.857777,"Latitude":-17.711316},{"Longitude":3.209208,"Latitude":-35.174799}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0910.061.2017171233315.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0910.061.2017171233315.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0910.061.2017171233315.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0910.061.2017272153053.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0910.061.2017171233315.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.254758834839,"SizeInBytes":168039294,"Checksum":{"Value":"f17b7012a11897660b73ab46c6143964","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819785-LAADS","revision-id":4,"native-id":"LAADS:2715099716","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.678Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T09:15:00.000Z","EndingDateTime":"2000-03-16T09:20:00.000Z"}},"GranuleUR":"LAADS:2715099716","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-7.938906,"Latitude":-51.53944},{"Longitude":28.338366,"Latitude":-57.201768},{"Longitude":30.046763,"Latitude":-38.958437},{"Longitude":3.26933,"Latitude":-35.097024},{"Longitude":-7.938906,"Latitude":-51.53944}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0915.061.2017171233545.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0915.061.2017171233545.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0915.061.2017171233545.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0915.061.2017272154550.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0915.061.2017171233545.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:35:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":168.707382202148,"SizeInBytes":176902512,"Checksum":{"Value":"90b91c81392ccec5b25319496c87195c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819786-LAADS","revision-id":4,"native-id":"LAADS:2715099717","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.703Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T09:20:00.000Z","EndingDateTime":"2000-03-16T09:25:00.000Z"}},"GranuleUR":"LAADS:2715099717","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-31.103065,"Latitude":-65.340228},{"Longitude":30.918814,"Latitude":-74.977014},{"Longitude":28.995095,"Latitude":-56.771526},{"Longitude":-7.705579,"Latitude":-51.522166},{"Longitude":-31.103065,"Latitude":-65.340228}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0920.061.2017171233524.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0920.061.2017171233524.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0920.061.2017171233524.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0920.061.2017272154131.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0920.061.2017171233524.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:35:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.627369880676,"SizeInBytes":170527157,"Checksum":{"Value":"8b737a00503fd911d228b43b4f7815ec","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819711-LAADS","revision-id":4,"native-id":"LAADS:2715098739","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.821Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T09:25:00.000Z","EndingDateTime":"2000-03-16T09:30:00.000Z"}},"GranuleUR":"LAADS:2715098739","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-78.776142,"Latitude":-70.445338},{"Longitude":157.923291,"Latitude":-86.038486},{"Longitude":32.22393,"Latitude":-74.422001},{"Longitude":-30.589949,"Latitude":-65.469684},{"Longitude":-78.776142,"Latitude":-70.445338}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0925.061.2017171232834.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.0925.061.2017171232834.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.0925.061.2017171232834.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.0925.061.2017272151854.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.0925.061.2017171232834.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":105.849019050598,"SizeInBytes":110990741,"Checksum":{"Value":"8f045e643c43214d472bf9c9b6757518","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819788-LAADS","revision-id":4,"native-id":"LAADS:2715099718","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.744Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T10:15:00.000Z","EndingDateTime":"2000-03-16T10:20:00.000Z"}},"GranuleUR":"LAADS:2715099718","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-20.234405,"Latitude":84.451438},{"Longitude":82.619616,"Latitude":70.339836},{"Longitude":133.473341,"Latitude":66.911759},{"Longitude":-159.489546,"Latitude":76.313952},{"Longitude":-20.234405,"Latitude":84.451438}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1015.061.2017171233523.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1015.061.2017171233523.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1015.061.2017171233523.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1015.061.2017272151628.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1015.061.2017171233523.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:35:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":48.4831695556641,"SizeInBytes":50838288,"Checksum":{"Value":"59f0a26232ae2f1b982e9b27ea234f4f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819966-LAADS","revision-id":4,"native-id":"LAADS:2715100971","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.900Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T10:20:00.000Z","EndingDateTime":"2000-03-16T10:25:00.000Z"}},"GranuleUR":"LAADS:2715100971","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-2.876382,"Latitude":67.043182},{"Longitude":44.864476,"Latitude":60.348422},{"Longitude":82.565311,"Latitude":70.700645},{"Longitude":-26.270973,"Latitude":84.742713},{"Longitude":-2.876382,"Latitude":67.043182}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1020.061.2017171234325.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1020.061.2017171234325.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1020.061.2017171234325.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1020.061.2017272153258.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1020.061.2017171234325.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.616903305054,"SizeInBytes":157933270,"Checksum":{"Value":"927be3841afa1531446b43d534788795","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819522-LAADS","revision-id":4,"native-id":"LAADS:2715097713","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:55.577Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T10:25:00.000Z","EndingDateTime":"2000-03-16T10:30:00.000Z"}},"GranuleUR":"LAADS:2715097713","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-2.944215,"Latitude":49.26227},{"Longitude":28.226322,"Latitude":45.023962},{"Longitude":44.285056,"Latitude":60.666693},{"Longitude":-3.728365,"Latitude":67.534088},{"Longitude":-2.944215,"Latitude":49.26227}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.160Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1025.061.2017171232759.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1025.061.2017171232759.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1025.061.2017171232759.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1025.061.2017272153559.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1025.061.2017171232759.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:27:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.054218292236,"SizeInBytes":170974740,"Checksum":{"Value":"906db1f7fe39c4890ed2b6e912877e9d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819619-LAADS","revision-id":4,"native-id":"LAADS:2715098396","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.064Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T10:30:00.000Z","EndingDateTime":"2000-03-16T10:35:00.000Z"}},"GranuleUR":"LAADS:2715098396","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-4.822875,"Latitude":31.442536},{"Longitude":19.441392,"Latitude":28.141696},{"Longitude":27.72652,"Latitude":45.249705},{"Longitude":-3.239166,"Latitude":49.720254},{"Longitude":-4.822875,"Latitude":31.442536}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1030.061.2017171232241.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1030.061.2017171232241.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1030.061.2017171232241.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1030.061.2017272153205.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1030.061.2017171232241.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:22:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.149816513062,"SizeInBytes":165832102,"Checksum":{"Value":"0351e1dec8b2b5977a77f4b6f55e9e55","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819893-LAADS","revision-id":4,"native-id":"LAADS:2715100013","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.441Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T10:35:00.000Z","EndingDateTime":"2000-03-16T10:40:00.000Z"}},"GranuleUR":"LAADS:2715100013","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-7.611726,"Latitude":13.638803},{"Longitude":13.768778,"Latitude":10.650134},{"Longitude":19.076655,"Latitude":28.302881},{"Longitude":-4.996932,"Latitude":31.811447},{"Longitude":-7.611726,"Latitude":13.638803}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1035.061.2017171233739.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1035.061.2017171233739.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1035.061.2017171233739.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1035.061.2017272151709.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1035.061.2017171233739.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.575175285339,"SizeInBytes":166278123,"Checksum":{"Value":"1aecb61d376818c7b3db3df24854950f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819560-LAADS","revision-id":4,"native-id":"LAADS:2715098069","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.337Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T10:40:00.000Z","EndingDateTime":"2000-03-16T10:45:00.000Z"}},"GranuleUR":"LAADS:2715098069","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-11.233195,"Latitude":-4.078564},{"Longitude":9.635139,"Latitude":-7.12425},{"Longitude":13.55898,"Latitude":10.762205},{"Longitude":-7.68994,"Latitude":13.886764},{"Longitude":-11.233195,"Latitude":-4.078564}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1040.061.2017171232720.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1040.061.2017171232720.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1040.061.2017171232720.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1040.061.2017272153255.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1040.061.2017171232720.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:27:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.063291549683,"SizeInBytes":161547070,"Checksum":{"Value":"7b1f757302655b4e43e38680a5bec691","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819891-LAADS","revision-id":4,"native-id":"LAADS:2715100014","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.456Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T10:45:00.000Z","EndingDateTime":"2000-03-16T10:50:00.000Z"}},"GranuleUR":"LAADS:2715100014","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-16.126644,"Latitude":-21.69835},{"Longitude":6.589107,"Latitude":-25.151624},{"Longitude":9.745352,"Latitude":-7.062904},{"Longitude":-11.253495,"Latitude":-3.970568},{"Longitude":-16.126644,"Latitude":-21.69835}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1045.061.2017171233808.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1045.061.2017171233808.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1045.061.2017171233808.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1045.061.2017272153118.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1045.061.2017171233808.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:38:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.244297027588,"SizeInBytes":156493988,"Checksum":{"Value":"e3b975976dc22c44930dadbd8c1b6079","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819968-LAADS","revision-id":4,"native-id":"LAADS:2715100972","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.917Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T10:50:00.000Z","EndingDateTime":"2000-03-16T10:55:00.000Z"}},"GranuleUR":"LAADS:2715100972","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-23.419598,"Latitude":-38.84382},{"Longitude":4.426727,"Latitude":-43.172257},{"Longitude":6.931421,"Latitude":-24.968429},{"Longitude":-16.100603,"Latitude":-21.609715},{"Longitude":-23.419598,"Latitude":-38.84382}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1050.061.2017171234304.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1050.061.2017171234304.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1050.061.2017171234304.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1050.061.2017272154344.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1050.061.2017171234304.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.754832267761,"SizeInBytes":169612235,"Checksum":{"Value":"04519073301d2e6158a3cfa80649b0b9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819967-LAADS","revision-id":4,"native-id":"LAADS:2715100973","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.931Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T10:55:00.000Z","EndingDateTime":"2000-03-16T11:00:00.000Z"}},"GranuleUR":"LAADS:2715100973","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-36.324143,"Latitude":-54.945169},{"Longitude":3.646647,"Latitude":-61.182746},{"Longitude":4.992564,"Latitude":-42.846489},{"Longitude":-23.329444,"Latitude":-38.774981},{"Longitude":-36.324143,"Latitude":-54.945169}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1055.061.2017171234216.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1055.061.2017171234216.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1055.061.2017171234216.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1055.061.2017272155027.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1055.061.2017171234216.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:16.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.621223449707,"SizeInBytes":175763592,"Checksum":{"Value":"84f5b8bff98210a9acdb2a00b3b62c1f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819930-LAADS","revision-id":4,"native-id":"LAADS:2715100348","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.775Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T11:00:00.000Z","EndingDateTime":"2000-03-16T11:05:00.000Z"}},"GranuleUR":"LAADS:2715100348","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-64.238355,"Latitude":-67.590376},{"Longitude":9.147952,"Latitude":-78.87149},{"Longitude":4.383201,"Latitude":-60.723411},{"Longitude":-36.034802,"Latitude":-54.951134},{"Longitude":-64.238355,"Latitude":-67.590376}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1100.061.2017171233930.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1100.061.2017171233930.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1100.061.2017171233930.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1100.061.2017272153730.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1100.061.2017171233930.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:39:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.974497795105,"SizeInBytes":163551115,"Checksum":{"Value":"afbae1398b79012640960b83fa2976e7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819931-LAADS","revision-id":4,"native-id":"LAADS:2715100349","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.791Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T11:05:00.000Z","EndingDateTime":"2000-03-16T11:10:00.000Z"}},"GranuleUR":"LAADS:2715100349","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-114.993447,"Latitude":-69.52094},{"Longitude":152.847502,"Latitude":-82.563534},{"Longitude":10.641839,"Latitude":-78.283909},{"Longitude":-63.69941,"Latitude":-67.77344},{"Longitude":-114.993447,"Latitude":-69.52094}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1105.061.2017171233815.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1105.061.2017171233815.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1105.061.2017171233815.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1105.061.2017272151803.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1105.061.2017171233815.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:38:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":79.7876739501953,"SizeInBytes":83663440,"Checksum":{"Value":"a1cf15588f9d72ec0b292577aad331f1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819738-LAADS","revision-id":4,"native-id":"LAADS:2715099065","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.096Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T11:55:00.000Z","EndingDateTime":"2000-03-16T12:00:00.000Z"}},"GranuleUR":"LAADS:2715099065","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-34.515419,"Latitude":80.720479},{"Longitude":46.840728,"Latitude":69.021281},{"Longitude":99.462855,"Latitude":68.999396},{"Longitude":179.820596,"Latitude":80.176649},{"Longitude":-34.515419,"Latitude":80.720479}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1155.061.2017171233044.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1155.061.2017171233044.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1155.061.2017171233044.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1155.061.2017272151959.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1155.061.2017171233044.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:30:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":77.401047706604,"SizeInBytes":81160881,"Checksum":{"Value":"aa2f7ac49aa38b4f9ac1eaa7a9901755","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819714-LAADS","revision-id":4,"native-id":"LAADS:2715098740","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.853Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T12:00:00.000Z","EndingDateTime":"2000-03-16T12:05:00.000Z"}},"GranuleUR":"LAADS:2715098740","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-27.29345,"Latitude":63.091556},{"Longitude":15.255522,"Latitude":57.175985},{"Longitude":46.579589,"Latitude":69.384839},{"Longitude":-37.688843,"Latitude":81.124885},{"Longitude":-27.29345,"Latitude":63.091556}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1200.061.2017171232515.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1200.061.2017171232515.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1200.061.2017171232515.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1200.061.2017272154139.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1200.061.2017171232515.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:25:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.43069934845,"SizeInBytes":166126629,"Checksum":{"Value":"83117a3d4ba662734831ed442ac23b08","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819625-LAADS","revision-id":4,"native-id":"LAADS:2715098397","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.085Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T12:05:00.000Z","EndingDateTime":"2000-03-16T12:10:00.000Z"}},"GranuleUR":"LAADS:2715098397","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-27.993375,"Latitude":45.293935},{"Longitude":1.117727,"Latitude":41.346607},{"Longitude":14.668074,"Latitude":57.474298},{"Longitude":-27.96091,"Latitude":63.579457},{"Longitude":-27.993375,"Latitude":45.293935}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1205.061.2017171232344.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1205.061.2017171232344.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1205.061.2017171232344.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1205.061.2017272154748.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1205.061.2017171232344.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:23:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.739947319031,"SizeInBytes":169596627,"Checksum":{"Value":"e4585c0a6669fcf4fe6036926bb8e615","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819707-LAADS","revision-id":4,"native-id":"LAADS:2715098741","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.601Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T12:10:00.000Z","EndingDateTime":"2000-03-16T12:15:00.000Z"}},"GranuleUR":"LAADS:2715098741","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-30.119721,"Latitude":27.472896},{"Longitude":-6.739433,"Latitude":24.282514},{"Longitude":0.64356,"Latitude":41.556656},{"Longitude":-28.269015,"Latitude":45.736579},{"Longitude":-30.119721,"Latitude":27.472896}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1210.061.2017171232613.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1210.061.2017171232613.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1210.061.2017171232613.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1210.061.2017272153048.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1210.061.2017171232613.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":139.037037849426,"SizeInBytes":145790901,"Checksum":{"Value":"94836d30652a26dc6fec6b78fa5d55a5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819909-LAADS","revision-id":4,"native-id":"LAADS:2715100015","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.463Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T12:15:00.000Z","EndingDateTime":"2000-03-16T12:20:00.000Z"}},"GranuleUR":"LAADS:2715100015","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-33.065317,"Latitude":9.677685},{"Longitude":-11.979899,"Latitude":6.706611},{"Longitude":-7.067434,"Latitude":24.430667},{"Longitude":-30.252382,"Latitude":27.819235},{"Longitude":-33.065317,"Latitude":9.677685}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1215.061.2017171233658.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1215.061.2017171233658.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1215.061.2017171233658.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1215.061.2017272152547.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1215.061.2017171233658.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":129.139904022217,"SizeInBytes":135413004,"Checksum":{"Value":"d2c8f2ec79b6b6877cf629772a5ec5e7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819627-LAADS","revision-id":4,"native-id":"LAADS:2715098398","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.107Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T12:20:00.000Z","EndingDateTime":"2000-03-16T12:25:00.000Z"}},"GranuleUR":"LAADS:2715098398","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-36.899234,"Latitude":-8.026004},{"Longitude":-15.859583,"Latitude":-11.128396},{"Longitude":-12.138365,"Latitude":6.808008},{"Longitude":-33.111918,"Latitude":9.895206},{"Longitude":-36.899234,"Latitude":-8.026004}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1220.061.2017171232745.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1220.061.2017171232745.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1220.061.2017171232745.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1220.061.2017272153225.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1220.061.2017171232745.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:27:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.145817756653,"SizeInBytes":156390725,"Checksum":{"Value":"91e3da274ca66a9edf1e9754462e34ca","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819950-LAADS","revision-id":4,"native-id":"LAADS:2715100665","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.315Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T12:25:00.000Z","EndingDateTime":"2000-03-16T12:30:00.000Z"}},"GranuleUR":"LAADS:2715100665","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-42.196972,"Latitude":-25.576374},{"Longitude":-18.695131,"Latitude":-29.174022},{"Longitude":-15.67957,"Latitude":-11.051208},{"Longitude":-36.915353,"Latitude":-7.929329},{"Longitude":-42.196972,"Latitude":-25.576374}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1225.061.2017171234048.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1225.061.2017171234048.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1225.061.2017171234048.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1225.061.2017272153447.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1225.061.2017171234048.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.203385353088,"SizeInBytes":157499665,"Checksum":{"Value":"e54a8cfd9e272a6933a4d04805fdf079","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819710-LAADS","revision-id":4,"native-id":"LAADS:2715098742","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.605Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T12:30:00.000Z","EndingDateTime":"2000-03-16T12:35:00.000Z"}},"GranuleUR":"LAADS:2715098742","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-50.336887,"Latitude":-42.550294},{"Longitude":-20.635907,"Latitude":-47.178299},{"Longitude":-18.307173,"Latitude":-28.958248},{"Longitude":-42.168001,"Latitude":-25.488943},{"Longitude":-50.336887,"Latitude":-42.550294}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1230.061.2017171232634.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1230.061.2017171232634.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1230.061.2017171232634.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1230.061.2017272153802.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1230.061.2017171232634.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.105239868164,"SizeInBytes":160542480,"Checksum":{"Value":"095150ca352a7b8a721ddbd8f8f0959e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819561-LAADS","revision-id":4,"native-id":"LAADS:2715098070","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:56.400Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T12:35:00.000Z","EndingDateTime":"2000-03-16T12:40:00.000Z"}},"GranuleUR":"LAADS:2715098070","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-65.298979,"Latitude":-58.138464},{"Longitude":-20.843987,"Latitude":-65.066676},{"Longitude":-20.02341,"Latitude":-46.821256},{"Longitude":-50.213302,"Latitude":-42.492318},{"Longitude":-65.298979,"Latitude":-58.138464}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:22.740Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1235.061.2017171232253.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1235.061.2017171232253.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1235.061.2017171232253.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1235.061.2017272155020.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1235.061.2017171232253.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:22:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.797866821289,"SizeInBytes":169657360,"Checksum":{"Value":"2741c5cd5d25793d03b8ff75894dbbe7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819982-LAADS","revision-id":4,"native-id":"LAADS:2715101259","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.702Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T12:40:00.000Z","EndingDateTime":"2000-03-16T12:45:00.000Z"}},"GranuleUR":"LAADS:2715101259","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-98.932175,"Latitude":-69.309154},{"Longitude":-8.818018,"Latitude":-82.677091},{"Longitude":-19.977578,"Latitude":-64.581599},{"Longitude":-64.947216,"Latitude":-58.173254},{"Longitude":-98.932175,"Latitude":-69.309154}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1240.061.2017171234411.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1240.061.2017171234411.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1240.061.2017171234411.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1240.061.2017272153254.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1240.061.2017171234411.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.015458106995,"SizeInBytes":158351185,"Checksum":{"Value":"df009ee6596fe9144be5d993de5f469e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819753-LAADS","revision-id":4,"native-id":"LAADS:2715099407","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.752Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T12:45:00.000Z","EndingDateTime":"2000-03-16T12:50:00.000Z"}},"GranuleUR":"LAADS:2715099407","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-149.922532,"Latitude":-67.900732},{"Longitude":134.639984,"Latitude":-78.762944},{"Longitude":-7.482351,"Latitude":-82.057382},{"Longitude":-98.432124,"Latitude":-69.547001},{"Longitude":-149.922532,"Latitude":-67.900732}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1245.061.2017171233348.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1245.061.2017171233348.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1245.061.2017171233348.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1245.061.2017272151840.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1245.061.2017171233348.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":52.9524383544922,"SizeInBytes":55524656,"Checksum":{"Value":"39822a4953f435f3cdfb3b3e5a24a075","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819626-LAADS","revision-id":4,"native-id":"LAADS:2715098399","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.151Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T13:35:00.000Z","EndingDateTime":"2000-03-16T13:40:00.000Z"}},"GranuleUR":"LAADS:2715098399","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-55.250938,"Latitude":76.841353},{"Longitude":12.614163,"Latitude":67.060082},{"Longitude":64.057568,"Latitude":70.441107},{"Longitude":164.7178,"Latitude":83.808995},{"Longitude":-55.250938,"Latitude":76.841353}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1335.061.2017171232714.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1335.061.2017171232714.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1335.061.2017171232714.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1335.061.2017272152549.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1335.061.2017171232714.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:27:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":110.843774795532,"SizeInBytes":116228122,"Checksum":{"Value":"8ee4d7fd64792959944556e981afd27b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819757-LAADS","revision-id":4,"native-id":"LAADS:2715099408","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.836Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T13:40:00.000Z","EndingDateTime":"2000-03-16T13:45:00.000Z"}},"GranuleUR":"LAADS:2715099408","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-51.950593,"Latitude":59.132635},{"Longitude":-13.546574,"Latitude":53.834614},{"Longitude":12.183618,"Latitude":67.425942},{"Longitude":-57.302785,"Latitude":77.290092},{"Longitude":-51.950593,"Latitude":59.132635}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1340.061.2017171233359.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1340.061.2017171233359.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1340.061.2017171233359.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1340.061.2017272153534.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1340.061.2017171233359.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.766044616699,"SizeInBytes":167526840,"Checksum":{"Value":"c51c7fab40f6debb4b36581f08f20e8a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819933-LAADS","revision-id":4,"native-id":"LAADS:2715100350","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.861Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T13:45:00.000Z","EndingDateTime":"2000-03-16T13:50:00.000Z"}},"GranuleUR":"LAADS:2715100350","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-53.105656,"Latitude":41.323137},{"Longitude":-25.702294,"Latitude":37.611557},{"Longitude":-14.116125,"Latitude":54.110244},{"Longitude":-52.484493,"Latitude":59.613837},{"Longitude":-53.105656,"Latitude":41.323137}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1345.061.2017171233931.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1345.061.2017171233931.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1345.061.2017171233931.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1345.061.2017272154134.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1345.061.2017171233931.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:39:31.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.426947593689,"SizeInBytes":171365575,"Checksum":{"Value":"ed2ee348f46d660460023b671b6e458a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819895-LAADS","revision-id":4,"native-id":"LAADS:2715100016","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.540Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T13:50:00.000Z","EndingDateTime":"2000-03-16T13:55:00.000Z"}},"GranuleUR":"LAADS:2715100016","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-55.429854,"Latitude":23.501385},{"Longitude":-32.788171,"Latitude":20.395607},{"Longitude":-26.143043,"Latitude":37.805761},{"Longitude":-53.338432,"Latitude":41.746958},{"Longitude":-55.429854,"Latitude":23.501385}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1350.061.2017171233605.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1350.061.2017171233605.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1350.061.2017171233605.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1350.061.2017272154140.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1350.061.2017171233605.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:05.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.485692024231,"SizeInBytes":168281445,"Checksum":{"Value":"4ec5361e1328dbcecb7981c9242952af","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819969-LAADS","revision-id":4,"native-id":"LAADS:2715100974","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.989Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T13:55:00.000Z","EndingDateTime":"2000-03-16T14:00:00.000Z"}},"GranuleUR":"LAADS:2715100974","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-58.552526,"Latitude":5.722151},{"Longitude":-37.654926,"Latitude":2.748913},{"Longitude":-33.079714,"Latitude":20.532035},{"Longitude":-55.540529,"Latitude":23.820848},{"Longitude":-58.552526,"Latitude":5.722151}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1355.061.2017171234242.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1355.061.2017171234242.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1355.061.2017171234242.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1355.061.2017272153209.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1355.061.2017171234242.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.647196769714,"SizeInBytes":157965035,"Checksum":{"Value":"2ef05bea1d56e306167145e9cb4e61b6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462819896-LAADS","revision-id":4,"native-id":"LAADS:2715100017","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.592Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-16T14:00:00.000Z","EndingDateTime":"2000-03-16T14:05:00.000Z"}},"GranuleUR":"LAADS:2715100017","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-62.651441,"Latitude":-11.969149},{"Longitude":-41.305451,"Latitude":-15.147688},{"Longitude":-37.763493,"Latitude":2.840858},{"Longitude":-58.595216,"Latitude":5.908906},{"Longitude":-62.651441,"Latitude":-11.969149}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1400.061.2017171233644.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000076.1400.061.2017171233644.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/076/MOD02QKM.A2000076.1400.061.2017171233644.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/076/MOBRGB.A2000076.1400.061.2017272153825.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000076.1400.061.2017171233644.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":171.451478004456,"SizeInBytes":179779905,"Checksum":{"Value":"633c03ce432bd46e4e7ad3dc43f1ebdf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821602-LAADS","revision-id":4,"native-id":"LAADS:2715099409","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.831Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T01:35:00.000Z","EndingDateTime":"2000-03-17T01:40:00.000Z"}},"GranuleUR":"LAADS:2715099409","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":121.388803,"Latitude":-21.694476},{"Longitude":144.079329,"Latitude":-25.143534},{"Longitude":147.23717,"Latitude":-7.052786},{"Longitude":126.260807,"Latitude":-3.963934},{"Longitude":121.388803,"Latitude":-21.694476}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0135.061.2017171233328.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0135.061.2017171233328.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0135.061.2017171233328.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0135.061.2017272153111.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0135.061.2017171233328.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.916781425476,"SizeInBytes":171879203,"Checksum":{"Value":"b1e57a022dc4b4e1f6db5909c7419ea2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821365-LAADS","revision-id":4,"native-id":"LAADS:2715098400","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.164Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T01:40:00.000Z","EndingDateTime":"2000-03-17T01:45:00.000Z"}},"GranuleUR":"LAADS:2715098400","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":114.096987,"Latitude":-38.842622},{"Longitude":141.921495,"Latitude":-43.166569},{"Longitude":144.427637,"Latitude":-24.961088},{"Longitude":121.413285,"Latitude":-21.605543},{"Longitude":114.096987,"Latitude":-38.842622}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0140.061.2017171232343.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0140.061.2017171232343.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0140.061.2017171232343.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0140.061.2017272153615.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0140.061.2017171232343.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:23:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.209745407104,"SizeInBytes":167992094,"Checksum":{"Value":"2e87b3014a503c4213b2b81f6ee30a1d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821370-LAADS","revision-id":4,"native-id":"LAADS:2715098401","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.203Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T01:45:00.000Z","EndingDateTime":"2000-03-17T01:50:00.000Z"}},"GranuleUR":"LAADS:2715098401","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":101.273543,"Latitude":-54.869067},{"Longitude":141.143442,"Latitude":-61.088425},{"Longitude":142.48459,"Latitude":-42.840867},{"Longitude":114.178595,"Latitude":-38.771292},{"Longitude":101.273543,"Latitude":-54.869067}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0145.061.2017171232647.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0145.061.2017171232647.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0145.061.2017171232647.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0145.061.2017272154550.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0145.061.2017171232647.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.205982208252,"SizeInBytes":166939572,"Checksum":{"Value":"22011c10562231457f89dbc17bb9c1c5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821542-LAADS","revision-id":4,"native-id":"LAADS:2715099066","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.115Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T01:50:00.000Z","EndingDateTime":"2000-03-17T01:55:00.000Z"}},"GranuleUR":"LAADS:2715099066","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":73.275576,"Latitude":-67.589756},{"Longitude":146.706438,"Latitude":-78.86642},{"Longitude":141.916976,"Latitude":-60.630179},{"Longitude":101.558988,"Latitude":-54.873508},{"Longitude":73.275576,"Latitude":-67.589756}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0150.061.2017171232952.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0150.061.2017171232952.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0150.061.2017171232952.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0150.061.2017272153324.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0150.061.2017171232952.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.518712043762,"SizeInBytes":153636005,"Checksum":{"Value":"d8df43245c89fc78c12a991ad87b933d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821726-LAADS","revision-id":4,"native-id":"LAADS:2715100018","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.590Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T01:55:00.000Z","EndingDateTime":"2000-03-17T02:00:00.000Z"}},"GranuleUR":"LAADS:2715100018","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":22.523941,"Latitude":-69.520885},{"Longitude":-69.930467,"Latitude":-82.554384},{"Longitude":148.314394,"Latitude":-78.270308},{"Longitude":73.80714,"Latitude":-67.769292},{"Longitude":22.523941,"Latitude":-69.520885}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0155.061.2017171233708.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0155.061.2017171233708.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0155.061.2017171233708.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0155.061.2017272151721.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0155.061.2017171233708.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":68.3053874969482,"SizeInBytes":71623390,"Checksum":{"Value":"96f4fa637244f35ebbd6fb1da27fb4d0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821537-LAADS","revision-id":4,"native-id":"LAADS:2715099067","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.120Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T03:30:00.000Z","EndingDateTime":"2000-03-17T03:35:00.000Z"}},"GranuleUR":"LAADS:2715099067","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":39.099083,"Latitude":-69.523124},{"Longitude":127.873652,"Latitude":-82.19144},{"Longitude":124.223145,"Latitude":-80.50033},{"Longitude":43.751883,"Latitude":-68.860841},{"Longitude":39.099083,"Latitude":-69.523124}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0330.061.2017171233257.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0330.061.2017171233257.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0330.061.2017171233257.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0330.061.2017272151435.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0330.061.2017171233257.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":12.6435346603394,"SizeInBytes":13257707,"Checksum":{"Value":"10503d9ceb0cb6e2fec96a0387e54900","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822049-LAADS","revision-id":4,"native-id":"LAADS:2715101260","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.773Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T03:35:00.000Z","EndingDateTime":"2000-03-17T03:40:00.000Z"}},"GranuleUR":"LAADS:2715101260","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-12.395509,"Latitude":-67.908787},{"Longitude":-87.943867,"Latitude":-78.770895},{"Longitude":129.909615,"Latitude":-81.957361},{"Longitude":39.345445,"Latitude":-69.51227},{"Longitude":-12.395509,"Latitude":-67.908787}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0335.061.2017171234703.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0335.061.2017171234703.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0335.061.2017171234703.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0335.061.2017272151729.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0335.061.2017171234703.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:47:03.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":49.2583913803101,"SizeInBytes":51651167,"Checksum":{"Value":"54f8e6532cd3801d531a0f9269c8035f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821900-LAADS","revision-id":4,"native-id":"LAADS:2715100666","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.322Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T04:25:00.000Z","EndingDateTime":"2000-03-17T04:30:00.000Z"}},"GranuleUR":"LAADS:2715100666","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":82.046126,"Latitude":76.853622},{"Longitude":150.156413,"Latitude":67.074008},{"Longitude":-158.378332,"Latitude":70.437747},{"Longitude":-57.50401,"Latitude":83.770507},{"Longitude":82.046126,"Latitude":76.853622}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0425.061.2017171234130.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0425.061.2017171234130.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0425.061.2017171234130.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0425.061.2017272152036.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0425.061.2017171234130.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":100.07808303833,"SizeInBytes":104939476,"Checksum":{"Value":"3e2748006455be523f809779459a0af1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821959-LAADS","revision-id":4,"native-id":"LAADS:2715100975","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.014Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T04:30:00.000Z","EndingDateTime":"2000-03-17T04:35:00.000Z"}},"GranuleUR":"LAADS:2715100975","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":85.549405,"Latitude":59.149302},{"Longitude":123.968026,"Latitude":53.855225},{"Longitude":149.724106,"Latitude":67.44161},{"Longitude":80.172657,"Latitude":77.315335},{"Longitude":85.549405,"Latitude":59.149302}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0430.061.2017171234341.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0430.061.2017171234341.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0430.061.2017171234341.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0430.061.2017272153031.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0430.061.2017171234341.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.212413787842,"SizeInBytes":166946316,"Checksum":{"Value":"33b8bc6ebac1768b57fa4611e0d0232a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821368-LAADS","revision-id":4,"native-id":"LAADS:2715098402","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.195Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T04:35:00.000Z","EndingDateTime":"2000-03-17T04:40:00.000Z"}},"GranuleUR":"LAADS:2715098402","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":84.420682,"Latitude":41.343341},{"Longitude":111.801763,"Latitude":37.633989},{"Longitude":123.394208,"Latitude":54.131806},{"Longitude":85.04897,"Latitude":59.635199},{"Longitude":84.420682,"Latitude":41.343341}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0435.061.2017171232334.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0435.061.2017171232334.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0435.061.2017171232334.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0435.061.2017272153149.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0435.061.2017171232334.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:23:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.920356750488,"SizeInBytes":172931528,"Checksum":{"Value":"c615dfdf3390a8898eea4bd0b3028b99","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821366-LAADS","revision-id":4,"native-id":"LAADS:2715098403","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.209Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T04:40:00.000Z","EndingDateTime":"2000-03-17T04:45:00.000Z"}},"GranuleUR":"LAADS:2715098403","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":82.082647,"Latitude":23.521056},{"Longitude":104.692482,"Latitude":20.422606},{"Longitude":111.336617,"Latitude":37.834363},{"Longitude":84.174642,"Latitude":41.768811},{"Longitude":82.082647,"Latitude":23.521056}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0440.061.2017171232423.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0440.061.2017171232423.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0440.061.2017171232423.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0440.061.2017272152734.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0440.061.2017171232423.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:24:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.183987617493,"SizeInBytes":174256541,"Checksum":{"Value":"97aaafa89acc49de4b5d3bcb8e948c29","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821777-LAADS","revision-id":4,"native-id":"LAADS:2715100351","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.932Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T04:45:00.000Z","EndingDateTime":"2000-03-17T04:50:00.000Z"}},"GranuleUR":"LAADS:2715100351","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":78.950155,"Latitude":5.743867},{"Longitude":99.83984,"Latitude":2.772},{"Longitude":104.415732,"Latitude":20.555199},{"Longitude":81.960143,"Latitude":23.841207},{"Longitude":78.950155,"Latitude":5.743867}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0445.061.2017171233957.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0445.061.2017171233957.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0445.061.2017171233957.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0445.061.2017272152352.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0445.061.2017171233957.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:39:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":140.181730270386,"SizeInBytes":146991198,"Checksum":{"Value":"746cbb3af5ed11d06e3de2e08a7fd67f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821369-LAADS","revision-id":4,"native-id":"LAADS:2715098404","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.311Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T04:50:00.000Z","EndingDateTime":"2000-03-17T04:55:00.000Z"}},"GranuleUR":"LAADS:2715098404","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":74.84775,"Latitude":-11.947178},{"Longitude":96.215877,"Latitude":-15.127781},{"Longitude":99.75773,"Latitude":2.859612},{"Longitude":78.90233,"Latitude":5.931298},{"Longitude":74.84775,"Latitude":-11.947178}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0450.061.2017171232624.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0450.061.2017171232624.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0450.061.2017171232624.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0450.061.2017272154403.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0450.061.2017171232624.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.469736099243,"SizeInBytes":167216138,"Checksum":{"Value":"7a3fd2bab8c4ed15809873674283e70d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821541-LAADS","revision-id":4,"native-id":"LAADS:2715099068","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.145Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T04:55:00.000Z","EndingDateTime":"2000-03-17T05:00:00.000Z"}},"GranuleUR":"LAADS:2715099068","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":69.112528,"Latitude":-29.410346},{"Longitude":93.572475,"Latitude":-33.172205},{"Longitude":96.447965,"Latitude":-15.021882},{"Longitude":74.863017,"Latitude":-11.855291},{"Longitude":69.112528,"Latitude":-29.410346}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0455.061.2017171233053.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0455.061.2017171233053.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0455.061.2017171233053.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0455.061.2017272154302.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0455.061.2017171233053.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:30:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.483813285828,"SizeInBytes":169328051,"Checksum":{"Value":"d322558f477323fd9f7a6a3f26b20456","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821902-LAADS","revision-id":4,"native-id":"LAADS:2715100667","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.323Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T05:00:00.000Z","EndingDateTime":"2000-03-17T05:05:00.000Z"}},"GranuleUR":"LAADS:2715100667","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":59.95129,"Latitude":-46.17625},{"Longitude":91.885515,"Latitude":-51.157597},{"Longitude":94.005991,"Latitude":-32.925458},{"Longitude":69.142356,"Latitude":-29.323024},{"Longitude":59.95129,"Latitude":-46.17625}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0500.061.2017171234135.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0500.061.2017171234135.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0500.061.2017171234135.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0500.061.2017272154549.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0500.061.2017171234135.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.347568511963,"SizeInBytes":170233764,"Checksum":{"Value":"f6c18afc4b11a45e38363757e71f5687","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821595-LAADS","revision-id":4,"native-id":"LAADS:2715099410","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.844Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T05:05:00.000Z","EndingDateTime":"2000-03-17T05:10:00.000Z"}},"GranuleUR":"LAADS:2715099410","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":42.299356,"Latitude":-61.201463},{"Longitude":92.390703,"Latitude":-69.009471},{"Longitude":92.495054,"Latitude":-50.770474},{"Longitude":60.115836,"Latitude":-46.133136},{"Longitude":42.299356,"Latitude":-61.201463}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0505.061.2017171233319.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0505.061.2017171233319.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0505.061.2017171233319.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0505.061.2017272154745.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0505.061.2017171233319.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.464540481567,"SizeInBytes":169307842,"Checksum":{"Value":"32daadfaed5d37772612907b5ce616d7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821780-LAADS","revision-id":4,"native-id":"LAADS:2715100352","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.869Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T05:10:00.000Z","EndingDateTime":"2000-03-17T05:15:00.000Z"}},"GranuleUR":"LAADS:2715100352","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":2.837971,"Latitude":-70.333857},{"Longitude":123.41828,"Latitude":-86.048236},{"Longitude":93.404213,"Latitude":-68.497867},{"Longitude":42.715482,"Latitude":-61.264036},{"Longitude":2.837971,"Latitude":-70.333857}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0510.061.2017171233817.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0510.061.2017171233817.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0510.061.2017171233817.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0510.061.2017272152307.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0510.061.2017171233817.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:38:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":135.414529800415,"SizeInBytes":141992426,"Checksum":{"Value":"052e13c64f55a634751195874b08416f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821623-LAADS","revision-id":4,"native-id":"LAADS:2715099719","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.741Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T05:15:00.000Z","EndingDateTime":"2000-03-17T05:20:00.000Z"}},"GranuleUR":"LAADS:2715099719","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-45.586667,"Latitude":-65.794838},{"Longitude":-109.925322,"Latitude":-74.982817},{"Longitude":123.248675,"Latitude":-85.380003},{"Longitude":3.234307,"Latitude":-70.626226},{"Longitude":-45.586667,"Latitude":-65.794838}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0515.061.2017171233536.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0515.061.2017171233536.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0515.061.2017171233536.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0515.061.2017272151856.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0515.061.2017171233536.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:35:36.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":26.2741031646729,"SizeInBytes":27550394,"Checksum":{"Value":"2a6dcd1962bdbefcb5c6ec4aaad54606","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821539-LAADS","revision-id":4,"native-id":"LAADS:2715099069","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.134Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T06:00:00.000Z","EndingDateTime":"2000-03-17T06:05:00.000Z"}},"GranuleUR":"LAADS:2715099069","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-43.277591,"Latitude":87.342081},{"Longitude":164.470453,"Latitude":70.864243},{"Longitude":-152.113919,"Latitude":62.907452},{"Longitude":-98.900747,"Latitude":70.370604},{"Longitude":-43.277591,"Latitude":87.342081}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0600.061.2017171233239.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0600.061.2017171233239.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0600.061.2017171233239.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0600.061.2017272151917.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0600.061.2017171233239.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":18.1313800811768,"SizeInBytes":19012130,"Checksum":{"Value":"b97fff3b57705a64596b03b1e29a8e13","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821534-LAADS","revision-id":4,"native-id":"LAADS:2715099070","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.151Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T06:05:00.000Z","EndingDateTime":"2000-03-17T06:10:00.000Z"}},"GranuleUR":"LAADS:2715099070","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":59.179585,"Latitude":73.025453},{"Longitude":117.663951,"Latitude":64.699946},{"Longitude":164.762621,"Latitude":71.181603},{"Longitude":-49.110387,"Latitude":86.768075},{"Longitude":59.179585,"Latitude":73.025453}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0605.061.2017171232856.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0605.061.2017171232856.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0605.061.2017171232856.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0605.061.2017272152357.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0605.061.2017171232856.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":132.105460166931,"SizeInBytes":138522615,"Checksum":{"Value":"e6e1bc333e035ba9351eeb2aa594aa38","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821781-LAADS","revision-id":4,"native-id":"LAADS:2715100353","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.943Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T06:10:00.000Z","EndingDateTime":"2000-03-17T06:15:00.000Z"}},"GranuleUR":"LAADS:2715100353","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":60.7391,"Latitude":55.189082},{"Longitude":95.805531,"Latitude":50.3904},{"Longitude":117.139702,"Latitude":65.050313},{"Longitude":57.861917,"Latitude":73.504729},{"Longitude":60.7391,"Latitude":55.189082}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0610.061.2017171234011.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0610.061.2017171234011.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0610.061.2017171234011.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0610.061.2017272152854.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0610.061.2017171234011.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.000480651855,"SizeInBytes":169869816,"Checksum":{"Value":"be522192e6a749ad7d22d24f9ce80085","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821538-LAADS","revision-id":4,"native-id":"LAADS:2715099071","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.184Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T06:15:00.000Z","EndingDateTime":"2000-03-17T06:20:00.000Z"}},"GranuleUR":"LAADS:2715099071","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":59.234553,"Latitude":37.377275},{"Longitude":85.1937,"Latitude":33.866723},{"Longitude":95.229155,"Latitude":50.653528},{"Longitude":60.299641,"Latitude":55.669448},{"Longitude":59.234553,"Latitude":37.377275}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0615.061.2017171232605.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0615.061.2017171232605.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0615.061.2017171232605.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0615.061.2017272153125.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0615.061.2017171232605.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:05.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.183511734009,"SizeInBytes":173207466,"Checksum":{"Value":"d72bdc2b1d4ac97b8c66255a548c4ec1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821597-LAADS","revision-id":4,"native-id":"LAADS:2715099411","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.880Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T06:20:00.000Z","EndingDateTime":"2000-03-17T06:25:00.000Z"}},"GranuleUR":"LAADS:2715099411","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":56.725331,"Latitude":19.551198},{"Longitude":78.674573,"Latitude":16.536457},{"Longitude":84.700719,"Latitude":34.065812},{"Longitude":59.036405,"Latitude":37.791179},{"Longitude":56.725331,"Latitude":19.551198}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0620.061.2017171233307.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0620.061.2017171233307.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0620.061.2017171233307.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0620.061.2017272152307.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0620.061.2017171233307.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.314872741699,"SizeInBytes":155519416,"Checksum":{"Value":"bb8c791aa871d8f99bc2199aa6a1392f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821409-LAADS","revision-id":4,"native-id":"LAADS:2715098743","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.593Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T06:25:00.000Z","EndingDateTime":"2000-03-17T06:30:00.000Z"}},"GranuleUR":"LAADS:2715098743","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":53.414229,"Latitude":1.801807},{"Longitude":74.224485,"Latitude":-1.187417},{"Longitude":78.510971,"Latitude":16.643504},{"Longitude":56.629183,"Latitude":19.852441},{"Longitude":53.414229,"Latitude":1.801807}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0625.061.2017171232608.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0625.061.2017171232608.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0625.061.2017171232608.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0625.061.2017272152424.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0625.061.2017171232608.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":128.88373374939,"SizeInBytes":135144390,"Checksum":{"Value":"2dccaa1fca6699d55c1d388e280d6044","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821535-LAADS","revision-id":4,"native-id":"LAADS:2715099072","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.176Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T06:30:00.000Z","EndingDateTime":"2000-03-17T06:35:00.000Z"}},"GranuleUR":"LAADS:2715099072","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":49.042364,"Latitude":-15.870156},{"Longitude":70.837099,"Latitude":-19.142495},{"Longitude":74.21546,"Latitude":-1.111182},{"Longitude":53.395166,"Latitude":1.956048},{"Longitude":49.042364,"Latitude":-15.870156}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0630.061.2017171232841.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0630.061.2017171232841.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0630.061.2017171232841.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0630.061.2017272153306.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0630.061.2017171232841.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.572011947632,"SizeInBytes":159983350,"Checksum":{"Value":"6b3eb6fcd063c2285a01206dcc0a41b4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821371-LAADS","revision-id":4,"native-id":"LAADS:2715098405","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:57.276Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T06:35:00.000Z","EndingDateTime":"2000-03-17T06:40:00.000Z"}},"GranuleUR":"LAADS:2715098405","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":42.758666,"Latitude":-33.222611},{"Longitude":68.378747,"Latitude":-37.182086},{"Longitude":71.11244,"Latitude":-19.006334},{"Longitude":49.058048,"Latitude":-15.780612},{"Longitude":42.758666,"Latitude":-33.222611}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.280Z","Type":"Insert"},{"Date":"2022-11-22T11:55:53.950Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0635.061.2017171232715.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0635.061.2017171232715.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0635.061.2017171232715.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0635.061.2017272153428.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0635.061.2017171232715.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:27:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.395157814026,"SizeInBytes":153506449,"Checksum":{"Value":"63d7d0c294e7adbbeaa5c5d9b04291cf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821782-LAADS","revision-id":4,"native-id":"LAADS:2715100354","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.964Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T06:40:00.000Z","EndingDateTime":"2000-03-17T06:45:00.000Z"}},"GranuleUR":"LAADS:2715100354","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":32.346136,"Latitude":-49.734333},{"Longitude":66.99468,"Latitude":-55.141998},{"Longitude":68.860101,"Latitude":-36.90164},{"Longitude":42.792476,"Latitude":-33.136765},{"Longitude":32.346136,"Latitude":-49.734333}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0640.061.2017171233820.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0640.061.2017171233820.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0640.061.2017171233820.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0640.061.2017272154744.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0640.061.2017171233820.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:38:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.1212682724,"SizeInBytes":162656439,"Checksum":{"Value":"65bd19ea9443e882f980bdfb49968055","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821732-LAADS","revision-id":4,"native-id":"LAADS:2715100019","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.601Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T06:45:00.000Z","EndingDateTime":"2000-03-17T06:50:00.000Z"}},"GranuleUR":"LAADS:2715100019","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":11.28065,"Latitude":-64.013823},{"Longitude":68.85746,"Latitude":-72.941594},{"Longitude":67.72409,"Latitude":-54.724873},{"Longitude":32.555502,"Latitude":-49.70772},{"Longitude":11.28065,"Latitude":-64.013823}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0645.061.2017171233736.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0645.061.2017171233736.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0645.061.2017171233736.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0645.061.2017272154349.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0645.061.2017171233736.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:36.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.700705528259,"SizeInBytes":164312599,"Checksum":{"Value":"3e23c8bba592bf0f4c3e72d6ecd28e27","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821603-LAADS","revision-id":4,"native-id":"LAADS:2715099412","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.922Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T06:50:00.000Z","EndingDateTime":"2000-03-17T06:55:00.000Z"}},"GranuleUR":"LAADS:2715099412","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-33.923903,"Latitude":-70.616928},{"Longitude":167.957977,"Latitude":-87.248087},{"Longitude":69.871119,"Latitude":-72.406969},{"Longitude":11.752189,"Latitude":-64.120539},{"Longitude":-33.923903,"Latitude":-70.616928}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0650.061.2017171233035.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0650.061.2017171233035.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0650.061.2017171233035.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0650.061.2017272152320.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0650.061.2017171233035.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:30:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":112.708522796631,"SizeInBytes":118183452,"Checksum":{"Value":"fcbc9d7f1b4befee6840bf200459460a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821904-LAADS","revision-id":4,"native-id":"LAADS:2715100668","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.327Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T07:40:00.000Z","EndingDateTime":"2000-03-17T07:45:00.000Z"}},"GranuleUR":"LAADS:2715100668","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":4.899554,"Latitude":86.194253},{"Longitude":127.428909,"Latitude":70.722687},{"Longitude":176.238271,"Latitude":65.634412},{"Longitude":-122.125737,"Latitude":74.293715},{"Longitude":4.899554,"Latitude":86.194253}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0740.061.2017171234149.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0740.061.2017171234149.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0740.061.2017171234149.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0740.061.2017272151942.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0740.061.2017171234149.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":37.3845357894897,"SizeInBytes":39200527,"Checksum":{"Value":"3095566403fd93bc52944db82e5e39e1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821905-LAADS","revision-id":4,"native-id":"LAADS:2715100669","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.355Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T07:45:00.000Z","EndingDateTime":"2000-03-17T07:50:00.000Z"}},"GranuleUR":"LAADS:2715100669","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":35.43741,"Latitude":69.088636},{"Longitude":86.393329,"Latitude":61.908698},{"Longitude":127.491909,"Latitude":71.08491},{"Longitude":-4.76873,"Latitude":86.311914},{"Longitude":35.43741,"Latitude":69.088636}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0745.061.2017171234134.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0745.061.2017171234134.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0745.061.2017171234134.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0745.061.2017272152709.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0745.061.2017171234134.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":144.141243934631,"SizeInBytes":151143049,"Checksum":{"Value":"b8ee38225a25963603b064933dc8fcb1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821957-LAADS","revision-id":4,"native-id":"LAADS:2715100976","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.027Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T07:50:00.000Z","EndingDateTime":"2000-03-17T07:55:00.000Z"}},"GranuleUR":"LAADS:2715100976","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":35.81527,"Latitude":51.316606},{"Longitude":68.206329,"Latitude":46.903127},{"Longitude":85.829258,"Latitude":62.235958},{"Longitude":34.474633,"Latitude":69.577618},{"Longitude":35.81527,"Latitude":51.316606}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0750.061.2017171234359.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0750.061.2017171234359.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0750.061.2017171234359.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0750.061.2017272153005.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0750.061.2017171234359.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.318318367004,"SizeInBytes":171251669,"Checksum":{"Value":"bd700dfe40ca052d5e359f6b96d1154b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821906-LAADS","revision-id":4,"native-id":"LAADS:2715100670","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.403Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T07:55:00.000Z","EndingDateTime":"2000-03-17T08:00:00.000Z"}},"GranuleUR":"LAADS:2715100670","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":34.02175,"Latitude":33.409655},{"Longitude":58.816271,"Latitude":30.047188},{"Longitude":67.679531,"Latitude":47.141704},{"Longitude":35.43901,"Latitude":51.781955},{"Longitude":34.02175,"Latitude":33.409655}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0755.061.2017171234023.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0755.061.2017171234023.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0755.061.2017171234023.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0755.061.2017272152948.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0755.061.2017171234023.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.756224632263,"SizeInBytes":166467967,"Checksum":{"Value":"f889dfe215efc2372499360e82f10250","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821783-LAADS","revision-id":4,"native-id":"LAADS:2715100355","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.968Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T08:00:00.000Z","EndingDateTime":"2000-03-17T08:05:00.000Z"}},"GranuleUR":"LAADS:2715100355","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":31.347323,"Latitude":15.598584},{"Longitude":52.912046,"Latitude":12.599931},{"Longitude":58.440577,"Latitude":30.21379},{"Longitude":33.86305,"Latitude":33.793201},{"Longitude":31.347323,"Latitude":15.598584}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0800.061.2017171233955.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0800.061.2017171233955.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0800.061.2017171233955.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0800.061.2017272152231.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0800.061.2017171233955.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:39:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.841972351074,"SizeInBytes":165509304,"Checksum":{"Value":"55c2cd8efcf1c2e2232dd0700e2e509c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821600-LAADS","revision-id":4,"native-id":"LAADS:2715099413","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.914Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T08:05:00.000Z","EndingDateTime":"2000-03-17T08:10:00.000Z"}},"GranuleUR":"LAADS:2715099413","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":27.849228,"Latitude":-2.132522},{"Longitude":48.663104,"Latitude":-5.155309},{"Longitude":52.698853,"Latitude":12.713971},{"Longitude":31.280275,"Latitude":15.860476},{"Longitude":27.849228,"Latitude":-2.132522}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0805.061.2017171233250.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0805.061.2017171233250.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0805.061.2017171233250.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0805.061.2017272152334.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0805.061.2017171233250.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.428353309631,"SizeInBytes":169269897,"Checksum":{"Value":"88a4c71c67c67100c27da258159ef80a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821903-LAADS","revision-id":4,"native-id":"LAADS:2715100671","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.430Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T08:10:00.000Z","EndingDateTime":"2000-03-17T08:15:00.000Z"}},"GranuleUR":"LAADS:2715100671","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":23.132351,"Latitude":-19.773558},{"Longitude":45.477658,"Latitude":-23.159493},{"Longitude":48.707175,"Latitude":-5.086054},{"Longitude":27.820679,"Latitude":-2.011904},{"Longitude":23.132351,"Latitude":-19.773558}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0810.061.2017171234127.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0810.061.2017171234127.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0810.061.2017171234127.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0810.061.2017272153436.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0810.061.2017171234127.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.556674003601,"SizeInBytes":170453027,"Checksum":{"Value":"ece675ad5d9bf3fa0de44a63d05affd0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821624-LAADS","revision-id":4,"native-id":"LAADS:2715099720","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.771Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T08:15:00.000Z","EndingDateTime":"2000-03-17T08:20:00.000Z"}},"GranuleUR":"LAADS:2715099720","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":16.207486,"Latitude":-36.99588},{"Longitude":43.230371,"Latitude":-41.186861},{"Longitude":45.814346,"Latitude":-22.991617},{"Longitude":23.156617,"Latitude":-19.685126},{"Longitude":16.207486,"Latitude":-36.99588}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0815.061.2017171233430.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0815.061.2017171233430.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0815.061.2017171233430.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0815.061.2017272154139.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0815.061.2017171233430.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:34:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.521960258484,"SizeInBytes":168319475,"Checksum":{"Value":"5fb287aeb73904de3f985e211f0ff784","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822048-LAADS","revision-id":4,"native-id":"LAADS:2715101261","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.749Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T08:20:00.000Z","EndingDateTime":"2000-03-17T08:25:00.000Z"}},"GranuleUR":"LAADS:2715101261","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":4.26023,"Latitude":-53.197037},{"Longitude":42.221716,"Latitude":-59.121592},{"Longitude":43.762052,"Latitude":-40.875998},{"Longitude":16.260534,"Latitude":-36.915692},{"Longitude":4.26023,"Latitude":-53.197037}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0820.061.2017171234407.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0820.061.2017171234407.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0820.061.2017171234407.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0820.061.2017272154552.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0820.061.2017171234407.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.096472740173,"SizeInBytes":172067623,"Checksum":{"Value":"a0808b5fa5fc35ec50a99b0e98c6af4a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822052-LAADS","revision-id":4,"native-id":"LAADS:2715101262","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.806Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T08:25:00.000Z","EndingDateTime":"2000-03-17T08:30:00.000Z"}},"GranuleUR":"LAADS:2715101262","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-21.075748,"Latitude":-66.484399},{"Longitude":45.935812,"Latitude":-76.862415},{"Longitude":42.8995,"Latitude":-58.678373},{"Longitude":4.521764,"Latitude":-53.191598},{"Longitude":-21.075748,"Latitude":-66.484399}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0825.061.2017171234637.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0825.061.2017171234637.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0825.061.2017171234637.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0825.061.2017272154542.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0825.061.2017171234637.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:46:37.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.132299423218,"SizeInBytes":164765158,"Checksum":{"Value":"fd10e59396397e6d5c9f11ccb6d0e7c6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821958-LAADS","revision-id":4,"native-id":"LAADS:2715100977","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.037Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T08:30:00.000Z","EndingDateTime":"2000-03-17T08:35:00.000Z"}},"GranuleUR":"LAADS:2715100977","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-70.553747,"Latitude":-70.092283},{"Longitude":-175.683348,"Latitude":-84.439761},{"Longitude":47.412536,"Latitude":-76.289088},{"Longitude":-20.546537,"Latitude":-66.635192},{"Longitude":-70.553747,"Latitude":-70.092283}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0830.061.2017171234326.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0830.061.2017171234326.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0830.061.2017171234326.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0830.061.2017272152100.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0830.061.2017171234326.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":88.0588407516479,"SizeInBytes":92336387,"Checksum":{"Value":"251b9193949635d8a06f16a314068d10","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821736-LAADS","revision-id":4,"native-id":"LAADS:2715100020","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.620Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T09:20:00.000Z","EndingDateTime":"2000-03-17T09:25:00.000Z"}},"GranuleUR":"LAADS:2715100020","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-0.006215,"Latitude":82.683747},{"Longitude":91.019811,"Latitude":69.786345},{"Longitude":143.091808,"Latitude":67.977381},{"Longitude":-143.976111,"Latitude":78.181256},{"Longitude":-0.006215,"Latitude":82.683747}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0920.061.2017171233720.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0920.061.2017171233720.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0920.061.2017171233720.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0920.061.2017272152034.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0920.061.2017171233720.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":63.8863534927368,"SizeInBytes":66989697,"Checksum":{"Value":"66f5689e513f67696a334206b7ab1e20","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821907-LAADS","revision-id":4,"native-id":"LAADS:2715100672","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.435Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T09:25:00.000Z","EndingDateTime":"2000-03-17T09:30:00.000Z"}},"GranuleUR":"LAADS:2715100672","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":11.194836,"Latitude":65.138469},{"Longitude":56.267112,"Latitude":58.852385},{"Longitude":90.839321,"Latitude":70.16915},{"Longitude":-4.19443,"Latitude":83.051435},{"Longitude":11.194836,"Latitude":65.138469}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0925.061.2017171234012.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0925.061.2017171234012.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0925.061.2017171234012.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0925.061.2017272153559.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0925.061.2017171234012.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.106905937195,"SizeInBytes":160544227,"Checksum":{"Value":"2cb1c28cd67100d034c2fc5941808cfb","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821631-LAADS","revision-id":4,"native-id":"LAADS:2715099721","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.783Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T09:30:00.000Z","EndingDateTime":"2000-03-17T09:35:00.000Z"}},"GranuleUR":"LAADS:2715099721","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":10.820513,"Latitude":47.351733},{"Longitude":40.927576,"Latitude":43.261192},{"Longitude":55.699877,"Latitude":59.153774},{"Longitude":10.480598,"Latitude":65.631667},{"Longitude":10.820513,"Latitude":47.351733}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0930.061.2017171233443.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0930.061.2017171233443.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0930.061.2017171233443.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0930.061.2017272154152.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0930.061.2017171233443.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:34:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.880992889404,"SizeInBytes":174987404,"Checksum":{"Value":"a3d01f80e021dec2d836fc446dc90fa8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821733-LAADS","revision-id":4,"native-id":"LAADS:2715100021","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.645Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T09:35:00.000Z","EndingDateTime":"2000-03-17T09:40:00.000Z"}},"GranuleUR":"LAADS:2715100021","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":8.788365,"Latitude":29.529166},{"Longitude":32.609405,"Latitude":26.286543},{"Longitude":40.43569,"Latitude":43.479434},{"Longitude":10.502739,"Latitude":47.802316},{"Longitude":8.788365,"Latitude":29.529166}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0935.061.2017171233721.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0935.061.2017171233721.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0935.061.2017171233721.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0935.061.2017272154135.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0935.061.2017171233721.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:21.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.917078971863,"SizeInBytes":169782363,"Checksum":{"Value":"6d1f1d4f7596a3749ed8fd8f32104548","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821737-LAADS","revision-id":4,"native-id":"LAADS:2715100022","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.658Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T09:40:00.000Z","EndingDateTime":"2000-03-17T09:45:00.000Z"}},"GranuleUR":"LAADS:2715100022","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":5.919311,"Latitude":11.639917},{"Longitude":27.13492,"Latitude":8.664106},{"Longitude":32.267244,"Latitude":26.439833},{"Longitude":8.641575,"Latitude":29.888595},{"Longitude":5.919311,"Latitude":11.639917}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0940.061.2017171233743.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0940.061.2017171233743.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0940.061.2017171233743.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0940.061.2017272152038.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0940.061.2017171233743.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.03904914856,"SizeInBytes":166764530,"Checksum":{"Value":"6516cacd18edf2d79718edabad67c6d4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821909-LAADS","revision-id":4,"native-id":"LAADS:2715100673","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.486Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T09:45:00.000Z","EndingDateTime":"2000-03-17T09:50:00.000Z"}},"GranuleUR":"LAADS:2715100673","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":2.18459,"Latitude":-6.064188},{"Longitude":23.12723,"Latitude":-9.13687},{"Longitude":26.944733,"Latitude":8.771706},{"Longitude":5.846941,"Latitude":11.87482},{"Longitude":2.18459,"Latitude":-6.064188}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0945.061.2017171234051.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0945.061.2017171234051.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0945.061.2017171234051.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0945.061.2017272153923.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0945.061.2017171234051.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.867392539978,"SizeInBytes":168681687,"Checksum":{"Value":"642145369f525bad2dbf708d4a4aaf92","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821734-LAADS","revision-id":4,"native-id":"LAADS:2715100023","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.701Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T09:50:00.000Z","EndingDateTime":"2000-03-17T09:55:00.000Z"}},"GranuleUR":"LAADS:2715100023","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-2.901563,"Latitude":-23.655841},{"Longitude":20.172887,"Latitude":-27.175432},{"Longitude":23.259421,"Latitude":-9.070941},{"Longitude":2.171286,"Latitude":-5.964371},{"Longitude":-2.901563,"Latitude":-23.655841}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0950.061.2017171233718.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0950.061.2017171233718.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0950.061.2017171233718.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0950.061.2017272153724.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0950.061.2017171233718.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:18.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.453590393066,"SizeInBytes":167199208,"Checksum":{"Value":"50697e24f3367fcbc0a163a4f2a1d464","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822050-LAADS","revision-id":4,"native-id":"LAADS:2715101263","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.847Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T09:55:00.000Z","EndingDateTime":"2000-03-17T10:00:00.000Z"}},"GranuleUR":"LAADS:2715101263","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-10.60116,"Latitude":-40.718936},{"Longitude":18.137764,"Latitude":-45.190094},{"Longitude":20.556088,"Latitude":-26.979649},{"Longitude":-2.873406,"Latitude":-23.566396},{"Longitude":-10.60116,"Latitude":-40.718936}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0955.061.2017171234444.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.0955.061.2017171234444.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.0955.061.2017171234444.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.0955.061.2017272154744.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.0955.061.2017171234444.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.118799209595,"SizeInBytes":164751002,"Checksum":{"Value":"1fe9432f436dd94dc5fba21e2a318b50","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821738-LAADS","revision-id":4,"native-id":"LAADS:2715100024","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.772Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T10:00:00.000Z","EndingDateTime":"2000-03-17T10:05:00.000Z"}},"GranuleUR":"LAADS:2715100024","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-24.437438,"Latitude":-56.53813},{"Longitude":17.62112,"Latitude":-63.096284},{"Longitude":18.721429,"Latitude":-44.849878},{"Longitude":-10.495427,"Latitude":-40.655242},{"Longitude":-24.437438,"Latitude":-56.53813}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1000.061.2017171233712.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1000.061.2017171233712.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1000.061.2017171233712.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1000.061.2017272154753.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1000.061.2017171233712.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.746983528137,"SizeInBytes":173798309,"Checksum":{"Value":"9667ade74e73e26a62f2ebcd16937e8b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822063-LAADS","revision-id":4,"native-id":"LAADS:2715101264","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.871Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T10:05:00.000Z","EndingDateTime":"2000-03-17T10:10:00.000Z"}},"GranuleUR":"LAADS:2715101264","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-54.961594,"Latitude":-68.494073},{"Longitude":25.469145,"Latitude":-80.725399},{"Longitude":18.384151,"Latitude":-62.626716},{"Longitude":-24.117864,"Latitude":-56.557868},{"Longitude":-54.961594,"Latitude":-68.494073}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1005.061.2017171234655.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1005.061.2017171234655.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1005.061.2017171234655.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1005.061.2017272153748.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1005.061.2017171234655.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:46:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.048904418945,"SizeInBytes":162580560,"Checksum":{"Value":"46257fb26d1257ca059c7a02e313de9c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821784-LAADS","revision-id":4,"native-id":"LAADS:2715100356","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.977Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T10:10:00.000Z","EndingDateTime":"2000-03-17T10:15:00.000Z"}},"GranuleUR":"LAADS:2715100356","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-106.204521,"Latitude":-68.817053},{"Longitude":170.309337,"Latitude":-80.737455},{"Longitude":27.297423,"Latitude":-80.106347},{"Longitude":-54.430847,"Latitude":-68.700404},{"Longitude":-106.204521,"Latitude":-68.817053}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1010.061.2017171233817.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1010.061.2017171233817.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1010.061.2017171233817.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1010.061.2017272152107.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1010.061.2017171233817.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:38:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":63.7509756088257,"SizeInBytes":66847743,"Checksum":{"Value":"64dc875c0f5afc53cd20ab73d4a356e1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821908-LAADS","revision-id":4,"native-id":"LAADS:2715100674","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.516Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T11:45:00.000Z","EndingDateTime":"2000-03-17T11:50:00.000Z"}},"GranuleUR":"LAADS:2715100674","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-90.228992,"Latitude":-70.078887},{"Longitude":11.148695,"Latitude":-84.083699},{"Longitude":-0.102465,"Latitude":-79.985406},{"Longitude":-78.551409,"Latitude":-68.591695},{"Longitude":-90.228992,"Latitude":-70.078887}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1145.061.2017171234212.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1145.061.2017171234212.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1145.061.2017171234212.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1145.061.2017272151703.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1145.061.2017171234212.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":32.0310983657837,"SizeInBytes":33587041,"Checksum":{"Value":"9f199e35413965005b34dc9d3ab1d6df","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821630-LAADS","revision-id":4,"native-id":"LAADS:2715099722","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.848Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T11:50:00.000Z","EndingDateTime":"2000-03-17T11:55:00.000Z"}},"GranuleUR":"LAADS:2715099722","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-140.395982,"Latitude":-66.913906},{"Longitude":150.152473,"Latitude":-76.899979},{"Longitude":12.68842,"Latitude":-83.786592},{"Longitude":-89.900329,"Latitude":-70.166998},{"Longitude":-140.395982,"Latitude":-66.913906}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1150.061.2017171233609.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1150.061.2017171233609.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1150.061.2017171233609.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1150.061.2017272152130.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1150.061.2017171233609.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":37.6721429824829,"SizeInBytes":39502105,"Checksum":{"Value":"201da304f307169e2ff716c63b0c724c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821412-LAADS","revision-id":4,"native-id":"LAADS:2715098744","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.615Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T12:40:00.000Z","EndingDateTime":"2000-03-17T12:45:00.000Z"}},"GranuleUR":"LAADS:2715098744","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-40.255629,"Latitude":74.959554},{"Longitude":22.495562,"Latitude":65.937888},{"Longitude":71.937642,"Latitude":70.913269},{"Longitude":-170.386378,"Latitude":85.520743},{"Longitude":-40.255629,"Latitude":74.959554}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1240.061.2017171233138.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1240.061.2017171233138.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1240.061.2017171233138.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1240.061.2017272153322.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1240.061.2017171233138.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:31:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":128.215015411377,"SizeInBytes":134443188,"Checksum":{"Value":"b18b2689cbb8ad93e1fe32fb7429d93a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821411-LAADS","revision-id":4,"native-id":"LAADS:2715098745","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.593Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T12:45:00.000Z","EndingDateTime":"2000-03-17T12:50:00.000Z"}},"GranuleUR":"LAADS:2715098745","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-38.089052,"Latitude":57.225751},{"Longitude":-1.3882,"Latitude":52.178747},{"Longitude":22.009885,"Latitude":66.298362},{"Longitude":-42.026053,"Latitude":75.416014},{"Longitude":-38.089052,"Latitude":57.225751}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1245.061.2017171232924.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1245.061.2017171232924.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1245.061.2017171232924.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1245.061.2017272154543.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1245.061.2017171232924.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.320793151855,"SizeInBytes":163914232,"Checksum":{"Value":"dd6fa7265489b6f5ff3140c33c465534","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821910-LAADS","revision-id":4,"native-id":"LAADS:2715100675","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.499Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T12:50:00.000Z","EndingDateTime":"2000-03-17T12:55:00.000Z"}},"GranuleUR":"LAADS:2715100675","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-39.420294,"Latitude":39.410976},{"Longitude":-12.73791,"Latitude":35.796571},{"Longitude":-1.943343,"Latitude":52.442728},{"Longitude":-38.568091,"Latitude":57.702252},{"Longitude":-39.420294,"Latitude":39.410976}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1250.061.2017171234057.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1250.061.2017171234057.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1250.061.2017171234057.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1250.061.2017272155027.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1250.061.2017171234057.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.723570823669,"SizeInBytes":170628031,"Checksum":{"Value":"ebf2f62375142ee1968f6564998f8012","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821913-LAADS","revision-id":4,"native-id":"LAADS:2715100676","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.513Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T12:55:00.000Z","EndingDateTime":"2000-03-17T13:00:00.000Z"}},"GranuleUR":"LAADS:2715100676","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-41.837473,"Latitude":21.590935},{"Longitude":-19.502,"Latitude":18.517567},{"Longitude":-13.164528,"Latitude":35.984295},{"Longitude":-39.637686,"Latitude":39.825876},{"Longitude":-41.837473,"Latitude":21.590935}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1255.061.2017171234145.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1255.061.2017171234145.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1255.061.2017171234145.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1255.061.2017272154132.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1255.061.2017171234145.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":141.4052734375,"SizeInBytes":148274176,"Checksum":{"Value":"d1a4658fc2af6ecfce00a4201337bc56","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822051-LAADS","revision-id":4,"native-id":"LAADS:2715101265","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.866Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T13:00:00.000Z","EndingDateTime":"2000-03-17T13:05:00.000Z"}},"GranuleUR":"LAADS:2715101265","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-45.049084,"Latitude":3.820611},{"Longitude":-24.206027,"Latitude":0.840685},{"Longitude":-19.775406,"Latitude":18.648483},{"Longitude":-41.939042,"Latitude":21.896799},{"Longitude":-45.049084,"Latitude":3.820611}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1300.061.2017171234504.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1300.061.2017171234504.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1300.061.2017171234504.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1300.061.2017272153628.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1300.061.2017171234504.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":142.223494529724,"SizeInBytes":149132143,"Checksum":{"Value":"37b9d4bcbbeac501c35bb9c784a5f38f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821601-LAADS","revision-id":4,"native-id":"LAADS:2715099414","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.922Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T13:05:00.000Z","EndingDateTime":"2000-03-17T13:10:00.000Z"}},"GranuleUR":"LAADS:2715099414","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-49.280152,"Latitude":-13.862296},{"Longitude":-27.725541,"Latitude":-17.085674},{"Longitude":-24.264102,"Latitude":0.924379},{"Longitude":-45.083204,"Latitude":3.992391},{"Longitude":-49.280152,"Latitude":-13.862296}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1305.061.2017171232840.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1305.061.2017171232840.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1305.061.2017171232840.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1305.061.2017272153536.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1305.061.2017171232840.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.947499275208,"SizeInBytes":168765685,"Checksum":{"Value":"2af03f24fa0156ecc1279f7e974fbd27","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821962-LAADS","revision-id":4,"native-id":"LAADS:2715100978","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.060Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T13:10:00.000Z","EndingDateTime":"2000-03-17T13:15:00.000Z"}},"GranuleUR":"LAADS:2715100978","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-55.304808,"Latitude":-31.360111},{"Longitude":-30.293803,"Latitude":-35.219049},{"Longitude":-27.469235,"Latitude":-16.965925},{"Longitude":-49.262703,"Latitude":-13.772198},{"Longitude":-55.304808,"Latitude":-31.360111}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1310.061.2017171234339.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1310.061.2017171234339.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1310.061.2017171234339.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1310.061.2017272154129.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1310.061.2017171234339.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.267484664917,"SizeInBytes":165955486,"Checksum":{"Value":"cdd9a48c52c001de846369cfc7ec2a4f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821599-LAADS","revision-id":4,"native-id":"LAADS:2715099415","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.923Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T13:15:00.000Z","EndingDateTime":"2000-03-17T13:20:00.000Z"}},"GranuleUR":"LAADS:2715099415","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-65.069765,"Latitude":-48.005481},{"Longitude":-31.834064,"Latitude":-53.192901},{"Longitude":-29.83321,"Latitude":-34.954907},{"Longitude":-55.270803,"Latitude":-31.274966},{"Longitude":-65.069765,"Latitude":-48.005481}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1315.061.2017171232922.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1315.061.2017171232922.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1315.061.2017171232922.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1315.061.2017272154126.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1315.061.2017171232922.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.858923912048,"SizeInBytes":165527079,"Checksum":{"Value":"45fb0b4cc73d7c092478f9a36e096a94","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821961-LAADS","revision-id":4,"native-id":"LAADS:2715100979","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.078Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T13:20:00.000Z","EndingDateTime":"2000-03-17T13:25:00.000Z"}},"GranuleUR":"LAADS:2715100979","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-84.375801,"Latitude":-62.674507},{"Longitude":-30.652964,"Latitude":-71.019366},{"Longitude":-31.127903,"Latitude":-52.789986},{"Longitude":-64.891098,"Latitude":-47.967687},{"Longitude":-84.375801,"Latitude":-62.674507}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1320.061.2017171234220.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1320.061.2017171234220.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1320.061.2017171234220.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1320.061.2017272154550.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1320.061.2017171234220.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.394064903259,"SizeInBytes":160845335,"Checksum":{"Value":"a780e8c7d62020c285de3f8bb2c55b3a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822062-LAADS","revision-id":4,"native-id":"LAADS:2715101266","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.892Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T13:25:00.000Z","EndingDateTime":"2000-03-17T13:30:00.000Z"}},"GranuleUR":"LAADS:2715101266","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-126.883494,"Latitude":-70.581297},{"Longitude":28.191415,"Latitude":-87.247556},{"Longitude":-29.689878,"Latitude":-70.496823},{"Longitude":-83.930142,"Latitude":-62.761708},{"Longitude":-126.883494,"Latitude":-70.581297}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1325.061.2017171234521.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1325.061.2017171234521.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1325.061.2017171234521.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1325.061.2017272152916.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1325.061.2017171234521.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:21.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":133.880277633667,"SizeInBytes":140383646,"Checksum":{"Value":"109419d932c6597b3bfba05faddba711","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822055-LAADS","revision-id":4,"native-id":"LAADS:2715101267","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.904Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T14:15:00.000Z","EndingDateTime":"2000-03-17T14:20:00.000Z"}},"GranuleUR":"LAADS:2715101267","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-122.060373,"Latitude":87.372436},{"Longitude":34.547565,"Latitude":70.886547},{"Longitude":80.897245,"Latitude":64.334293},{"Longitude":138.134942,"Latitude":72.376974},{"Longitude":-122.060373,"Latitude":87.372436}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1415.061.2017171234423.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1415.061.2017171234423.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1415.061.2017171234423.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1415.061.2017272152131.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1415.061.2017171234423.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":30.3909454345703,"SizeInBytes":31867216,"Checksum":{"Value":"c016e72831d8717c114a6d6ca3892202","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821968-LAADS","revision-id":4,"native-id":"LAADS:2715100980","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.170Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T14:20:00.000Z","EndingDateTime":"2000-03-17T14:25:00.000Z"}},"GranuleUR":"LAADS:2715100980","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-63.841138,"Latitude":71.017646},{"Longitude":-9.448526,"Latitude":63.31161},{"Longitude":34.728179,"Latitude":71.235794},{"Longitude":-134.730786,"Latitude":87.153531},{"Longitude":-63.841138,"Latitude":71.017646}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1420.061.2017171234221.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1420.061.2017171234221.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1420.061.2017171234221.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1420.061.2017272153057.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1420.061.2017171234221.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:21.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.555762290955,"SizeInBytes":152626279,"Checksum":{"Value":"9b289ec174dd791c429aaf7af353973d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821536-LAADS","revision-id":4,"native-id":"LAADS:2715099073","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.251Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T14:25:00.000Z","EndingDateTime":"2000-03-17T14:30:00.000Z"}},"GranuleUR":"LAADS:2715099073","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-62.950036,"Latitude":53.256491},{"Longitude":-29.294539,"Latitude":48.65769},{"Longitude":-9.997835,"Latitude":63.650777},{"Longitude":-64.933274,"Latitude":71.504211},{"Longitude":-62.950036,"Latitude":53.256491}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1425.061.2017171233033.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1425.061.2017171233033.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1425.061.2017171233033.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1425.061.2017272154349.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1425.061.2017171233033.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:30:33.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.763861656189,"SizeInBytes":170670279,"Checksum":{"Value":"362c65c57ef089af299788a42d58af2c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821547-LAADS","revision-id":4,"native-id":"LAADS:2715099074","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.274Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T14:30:00.000Z","EndingDateTime":"2000-03-17T14:35:00.000Z"}},"GranuleUR":"LAADS:2715099074","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-64.609676,"Latitude":35.440687},{"Longitude":-39.232992,"Latitude":31.999489},{"Longitude":-29.828459,"Latitude":48.90318},{"Longitude":-63.360201,"Latitude":53.725992},{"Longitude":-64.609676,"Latitude":35.440687}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1430.061.2017171233100.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1430.061.2017171233100.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1430.061.2017171233100.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1430.061.2017272154546.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1430.061.2017171233100.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:31:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.877900123596,"SizeInBytes":155061217,"Checksum":{"Value":"574bee00e58b5bd4c90540aee2a77581","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821785-LAADS","revision-id":4,"native-id":"LAADS:2715100357","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:02.981Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T14:35:00.000Z","EndingDateTime":"2000-03-17T14:40:00.000Z"}},"GranuleUR":"LAADS:2715100357","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-67.204089,"Latitude":17.623721},{"Longitude":-45.405977,"Latitude":14.604029},{"Longitude":-39.627768,"Latitude":32.173231},{"Longitude":-64.792943,"Latitude":35.83318},{"Longitude":-67.204089,"Latitude":17.623721}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1435.061.2017171233929.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1435.061.2017171233929.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1435.061.2017171233929.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1435.061.2017272153822.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1435.061.2017171233929.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:39:29.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.70806312561,"SizeInBytes":155931706,"Checksum":{"Value":"0029278dfd5ae801c6dcc00435c0ce30","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821410-LAADS","revision-id":4,"native-id":"LAADS:2715098746","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.671Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T14:40:00.000Z","EndingDateTime":"2000-03-17T14:45:00.000Z"}},"GranuleUR":"LAADS:2715098746","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-70.604679,"Latitude":-0.123814},{"Longitude":-49.803356,"Latitude":-3.127771},{"Longitude":-45.643568,"Latitude":14.724242},{"Longitude":-67.285258,"Latitude":17.901095},{"Longitude":-70.604679,"Latitude":-0.123814}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1440.061.2017171232638.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1440.061.2017171232638.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1440.061.2017171232638.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1440.061.2017272153721.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1440.061.2017171232638.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.972652435303,"SizeInBytes":168792060,"Checksum":{"Value":"83ad50367b3ed42b53f65e632f7247d9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821596-LAADS","revision-id":4,"native-id":"LAADS:2715099416","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.997Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T14:45:00.000Z","EndingDateTime":"2000-03-17T14:50:00.000Z"}},"GranuleUR":"LAADS:2715099416","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-75.152349,"Latitude":-17.780451},{"Longitude":-53.09649,"Latitude":-21.107915},{"Longitude":-49.791769,"Latitude":-3.054408},{"Longitude":-70.639358,"Latitude":0.016906},{"Longitude":-75.152349,"Latitude":-17.780451}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1445.061.2017171233334.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1445.061.2017171233334.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1445.061.2017171233334.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1445.061.2017272154140.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1445.061.2017171233334.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":169.310350418091,"SizeInBytes":177534770,"Checksum":{"Value":"0d3f4f6692f29482511c5eea5bace21a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821789-LAADS","revision-id":4,"native-id":"LAADS:2715100358","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.088Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T14:50:00.000Z","EndingDateTime":"2000-03-17T14:55:00.000Z"}},"GranuleUR":"LAADS:2715100358","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-81.734589,"Latitude":-35.072482},{"Longitude":-55.452778,"Latitude":-39.142236},{"Longitude":-52.79008,"Latitude":-20.957109},{"Longitude":-75.128596,"Latitude":-17.690226},{"Longitude":-81.734589,"Latitude":-35.072482}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1450.061.2017171234002.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1450.061.2017171234002.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1450.061.2017171234002.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1450.061.2017272153034.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1450.061.2017171234002.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.339516639709,"SizeInBytes":171273897,"Checksum":{"Value":"687808b47192d1bedd0c89870a5f4d6c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821911-LAADS","revision-id":4,"native-id":"LAADS:2715100677","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.530Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T14:55:00.000Z","EndingDateTime":"2000-03-17T15:00:00.000Z"}},"GranuleUR":"LAADS:2715100677","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-92.913928,"Latitude":-51.524091},{"Longitude":-56.665588,"Latitude":-57.183208},{"Longitude":-54.93748,"Latitude":-38.849212},{"Longitude":-81.675662,"Latitude":-34.993894},{"Longitude":-92.913928,"Latitude":-51.524091}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1455.061.2017171234039.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1455.061.2017171234039.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1455.061.2017171234039.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1455.061.2017272154137.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1455.061.2017171234039.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.956691741943,"SizeInBytes":169823900,"Checksum":{"Value":"a710eb03ac2c2431bee7b42f42e70448","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822054-LAADS","revision-id":4,"native-id":"LAADS:2715101268","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.921Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T15:00:00.000Z","EndingDateTime":"2000-03-17T15:05:00.000Z"}},"GranuleUR":"LAADS:2715101268","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-116.058677,"Latitude":-65.331129},{"Longitude":-53.847009,"Latitude":-74.94994},{"Longitude":-55.888464,"Latitude":-56.749646},{"Longitude":-92.682581,"Latitude":-51.506213},{"Longitude":-116.058677,"Latitude":-65.331129}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1500.061.2017171234649.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1500.061.2017171234649.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1500.061.2017171234649.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1500.061.2017272155028.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1500.061.2017171234649.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:46:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.90455532074,"SizeInBytes":163477775,"Checksum":{"Value":"3953618428d98ec27f5f21b0dd4d5f25","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821606-LAADS","revision-id":4,"native-id":"LAADS:2715099417","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.013Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T15:05:00.000Z","EndingDateTime":"2000-03-17T15:10:00.000Z"}},"GranuleUR":"LAADS:2715099417","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-163.71835,"Latitude":-70.449721},{"Longitude":72.875893,"Latitude":-86.052046},{"Longitude":-52.805733,"Latitude":-74.403435},{"Longitude":-115.560489,"Latitude":-65.462476},{"Longitude":-163.71835,"Latitude":-70.449721}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1505.061.2017171233245.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1505.061.2017171233245.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1505.061.2017171233245.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1505.061.2017272152714.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1505.061.2017171233245.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":106.032623291016,"SizeInBytes":111183264,"Checksum":{"Value":"ffb40e0b163265007449b93fd07dec67","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821742-LAADS","revision-id":4,"native-id":"LAADS:2715100025","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.758Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T15:55:00.000Z","EndingDateTime":"2000-03-17T16:00:00.000Z"}},"GranuleUR":"LAADS:2715100025","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-105.416271,"Latitude":84.479397},{"Longitude":-2.279323,"Latitude":70.342034},{"Longitude":48.533162,"Latitude":66.887994},{"Longitude":115.502709,"Latitude":76.282163},{"Longitude":-105.416271,"Latitude":84.479397}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1555.061.2017171233701.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1555.061.2017171233701.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1555.061.2017171233701.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1555.061.2017272152241.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1555.061.2017171233701.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":56.4541320800781,"SizeInBytes":59196448,"Checksum":{"Value":"77c23323133571b18f3db85a40c7d720","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822060-LAADS","revision-id":4,"native-id":"LAADS:2715101269","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.941Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T16:00:00.000Z","EndingDateTime":"2000-03-17T16:05:00.000Z"}},"GranuleUR":"LAADS:2715101269","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-87.882111,"Latitude":67.075287},{"Longitude":-40.093614,"Latitude":60.374566},{"Longitude":-2.337332,"Latitude":70.70989},{"Longitude":-111.464685,"Latitude":84.770184},{"Longitude":-87.882111,"Latitude":67.075287}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1600.061.2017171234543.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1600.061.2017171234543.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1600.061.2017171234543.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1600.061.2017272152758.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1600.061.2017171234543.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.676199913025,"SizeInBytes":154849719,"Checksum":{"Value":"3dbc59dfa18a4f1a31d1111f86fa48de","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821786-LAADS","revision-id":4,"native-id":"LAADS:2715100359","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.043Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T16:05:00.000Z","EndingDateTime":"2000-03-17T16:10:00.000Z"}},"GranuleUR":"LAADS:2715100359","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-87.933523,"Latitude":49.29479},{"Longitude":-56.753327,"Latitude":45.05438},{"Longitude":-40.672475,"Latitude":60.692851},{"Longitude":-88.720465,"Latitude":67.566448},{"Longitude":-87.933523,"Latitude":49.29479}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1605.061.2017171234009.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1605.061.2017171234009.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1605.061.2017171234009.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1605.061.2017272153616.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1605.061.2017171234009.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.195865631104,"SizeInBytes":172171844,"Checksum":{"Value":"88bf495e6228cc0947e0ec3207f34b2b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821540-LAADS","revision-id":4,"native-id":"LAADS:2715099075","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.293Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T16:10:00.000Z","EndingDateTime":"2000-03-17T16:15:00.000Z"}},"GranuleUR":"LAADS:2715099075","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-89.839709,"Latitude":31.474865},{"Longitude":-65.548564,"Latitude":28.173219},{"Longitude":-57.257025,"Latitude":45.281102},{"Longitude":-88.26682,"Latitude":49.751476},{"Longitude":-89.839709,"Latitude":31.474865}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1610.061.2017171232818.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1610.061.2017171232818.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1610.061.2017171232818.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1610.061.2017272154351.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1610.061.2017171232818.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:18.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.153308868408,"SizeInBytes":173175796,"Checksum":{"Value":"2f4717e4e03c8d008cab7bac14041a68","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821790-LAADS","revision-id":4,"native-id":"LAADS:2715100360","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.091Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T16:15:00.000Z","EndingDateTime":"2000-03-17T16:20:00.000Z"}},"GranuleUR":"LAADS:2715100360","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-92.610048,"Latitude":13.666826},{"Longitude":-71.220574,"Latitude":10.680005},{"Longitude":-65.910216,"Latitude":28.33382},{"Longitude":-89.998257,"Latitude":31.84431},{"Longitude":-92.610048,"Latitude":13.666826}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1615.061.2017171233918.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1615.061.2017171233918.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1615.061.2017171233918.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1615.061.2017272153750.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1615.061.2017171233918.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:39:18.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.731545448303,"SizeInBytes":158053481,"Checksum":{"Value":"87e9f268042e5175932c6e029286ae3b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821965-LAADS","revision-id":4,"native-id":"LAADS:2715100981","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.113Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T16:20:00.000Z","EndingDateTime":"2000-03-17T16:25:00.000Z"}},"GranuleUR":"LAADS:2715100981","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-96.221178,"Latitude":-4.050748},{"Longitude":-75.348724,"Latitude":-7.095762},{"Longitude":-71.424362,"Latitude":10.791625},{"Longitude":-92.680752,"Latitude":13.91547},{"Longitude":-96.221178,"Latitude":-4.050748}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1620.061.2017171234218.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1620.061.2017171234218.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1620.061.2017171234218.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1620.061.2017272153101.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1620.061.2017171234218.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:18.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.712273597717,"SizeInBytes":161179001,"Checksum":{"Value":"7e36f23161bf56bca32223137df6f6ce","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821543-LAADS","revision-id":4,"native-id":"LAADS:2715099076","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.300Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T16:25:00.000Z","EndingDateTime":"2000-03-17T16:30:00.000Z"}},"GranuleUR":"LAADS:2715099076","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-101.111143,"Latitude":-21.672869},{"Longitude":-78.408825,"Latitude":-25.122051},{"Longitude":-75.25226,"Latitude":-7.032752},{"Longitude":-96.241657,"Latitude":-3.942473},{"Longitude":-101.111143,"Latitude":-21.672869}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1625.061.2017171232542.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1625.061.2017171232542.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1625.061.2017171232542.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1625.061.2017272154130.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1625.061.2017171232542.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:25:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.251646995544,"SizeInBytes":161744575,"Checksum":{"Value":"ce30527c75b055032c4315d052fc6dda","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821604-LAADS","revision-id":4,"native-id":"LAADS:2715099418","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.000Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T16:30:00.000Z","EndingDateTime":"2000-03-17T16:35:00.000Z"}},"GranuleUR":"LAADS:2715099418","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-108.397241,"Latitude":-38.821573},{"Longitude":-80.571292,"Latitude":-43.144893},{"Longitude":-78.065996,"Latitude":-24.939872},{"Longitude":-101.085025,"Latitude":-21.584469},{"Longitude":-108.397241,"Latitude":-38.821573}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1630.061.2017171232727.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1630.061.2017171232727.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1630.061.2017171232727.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1630.061.2017272154348.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1630.061.2017171232727.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:27:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.002243995667,"SizeInBytes":161483057,"Checksum":{"Value":"32038b23fc6dbabafd299295c84cc2e3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822053-LAADS","revision-id":4,"native-id":"LAADS:2715101270","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.969Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T16:35:00.000Z","EndingDateTime":"2000-03-17T16:40:00.000Z"}},"GranuleUR":"LAADS:2715101270","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-121.202512,"Latitude":-54.852366},{"Longitude":-81.355527,"Latitude":-61.066804},{"Longitude":-80.01343,"Latitude":-42.819258},{"Longitude":-108.308896,"Latitude":-38.752164},{"Longitude":-121.202512,"Latitude":-54.852366}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1635.061.2017171234503.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1635.061.2017171234503.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1635.061.2017171234503.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1635.061.2017272154549.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1635.061.2017171234503.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:03.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.016191482544,"SizeInBytes":166740562,"Checksum":{"Value":"b4c39b42c5e221151574a58535ca8705","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821740-LAADS","revision-id":4,"native-id":"LAADS:2715100026","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.786Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T16:40:00.000Z","EndingDateTime":"2000-03-17T16:45:00.000Z"}},"GranuleUR":"LAADS:2715100026","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-149.170933,"Latitude":-67.582621},{"Longitude":-75.585842,"Latitude":-78.837467},{"Longitude":-80.492227,"Latitude":-60.607076},{"Longitude":-120.914502,"Latitude":-54.858057},{"Longitude":-149.170933,"Latitude":-67.582621}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1640.061.2017171233708.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1640.061.2017171233708.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1640.061.2017171233708.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1640.061.2017272155021.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1640.061.2017171233708.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.656923294067,"SizeInBytes":167412418,"Checksum":{"Value":"66ab8dca3a2e83ee59f570d8b93fe091","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821916-LAADS","revision-id":4,"native-id":"LAADS:2715100678","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.565Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T16:45:00.000Z","EndingDateTime":"2000-03-17T16:50:00.000Z"}},"GranuleUR":"LAADS:2715100678","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":160.077019,"Latitude":-69.531115},{"Longitude":67.991934,"Latitude":-82.592686},{"Longitude":-74.513603,"Latitude":-78.264846},{"Longitude":-148.650317,"Latitude":-67.764232},{"Longitude":160.077019,"Latitude":-69.531115}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1645.061.2017171234159.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1645.061.2017171234159.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1645.061.2017171234159.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1645.061.2017272152254.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1645.061.2017171234159.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":77.4531002044678,"SizeInBytes":81215462,"Checksum":{"Value":"46919710d065b3ddb97144d7ef241d40","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821966-LAADS","revision-id":4,"native-id":"LAADS:2715100982","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.166Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T17:35:00.000Z","EndingDateTime":"2000-03-17T17:40:00.000Z"}},"GranuleUR":"LAADS:2715100982","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-119.782402,"Latitude":80.751247},{"Longitude":-38.033131,"Latitude":69.028408},{"Longitude":14.774877,"Latitude":68.93102},{"Longitude":94.858597,"Latitude":80.043669},{"Longitude":-119.782402,"Latitude":80.751247}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1735.061.2017171234406.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1735.061.2017171234406.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1735.061.2017171234406.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1735.061.2017272152149.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1735.061.2017171234406.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":83.4609785079956,"SizeInBytes":87515179,"Checksum":{"Value":"3381762bac7cd3a964663dbcb0556d74","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821546-LAADS","revision-id":4,"native-id":"LAADS:2715099077","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.312Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T17:40:00.000Z","EndingDateTime":"2000-03-17T17:45:00.000Z"}},"GranuleUR":"LAADS:2715099077","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-112.288958,"Latitude":63.125115},{"Longitude":-69.789187,"Latitude":57.243887},{"Longitude":-38.38388,"Latitude":69.456434},{"Longitude":-122.770383,"Latitude":81.173466},{"Longitude":-112.288958,"Latitude":63.125115}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1740.061.2017171232607.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1740.061.2017171232607.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1740.061.2017171232607.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1740.061.2017272153134.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1740.061.2017171232607.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.339379310608,"SizeInBytes":157642265,"Checksum":{"Value":"fcd22ad969c4b338d4d40ec7607468a6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822058-LAADS","revision-id":4,"native-id":"LAADS:2715101271","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.021Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T17:45:00.000Z","EndingDateTime":"2000-03-17T17:50:00.000Z"}},"GranuleUR":"LAADS:2715101271","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-112.944191,"Latitude":45.336407},{"Longitude":-83.859074,"Latitude":41.386294},{"Longitude":-70.286462,"Latitude":57.509536},{"Longitude":-112.892885,"Latitude":63.621815},{"Longitude":-112.944191,"Latitude":45.336407}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1745.061.2017171234408.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1745.061.2017171234408.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1745.061.2017171234408.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1745.061.2017272153613.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1745.061.2017171234408.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.368349075317,"SizeInBytes":165012674,"Checksum":{"Value":"693b738bb027e6c3409b85f2165b20ea","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821413-LAADS","revision-id":4,"native-id":"LAADS:2715098747","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:58.677Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T17:50:00.000Z","EndingDateTime":"2000-03-17T17:55:00.000Z"}},"GranuleUR":"LAADS:2715098747","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-115.114937,"Latitude":27.517681},{"Longitude":-91.724306,"Latitude":24.323463},{"Longitude":-84.333718,"Latitude":41.596724},{"Longitude":-113.26941,"Latitude":45.773805},{"Longitude":-115.114937,"Latitude":27.517681}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:23.860Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1750.061.2017171232946.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1750.061.2017171232946.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1750.061.2017171232946.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1750.061.2017272153357.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1750.061.2017171232946.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.403158187866,"SizeInBytes":172389206,"Checksum":{"Value":"0d8d254b236c798f566489c1ba98dab4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821741-LAADS","revision-id":4,"native-id":"LAADS:2715100027","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.805Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T17:55:00.000Z","EndingDateTime":"2000-03-17T18:00:00.000Z"}},"GranuleUR":"LAADS:2715100027","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-118.056393,"Latitude":9.718387},{"Longitude":-96.964121,"Latitude":6.74723},{"Longitude":-92.048467,"Latitude":24.471168},{"Longitude":-115.246564,"Latitude":27.859866},{"Longitude":-118.056393,"Latitude":9.718387}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1755.061.2017171233727.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1755.061.2017171233727.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1755.061.2017171233727.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1755.061.2017272153449.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1755.061.2017171233727.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.321778297424,"SizeInBytes":157623809,"Checksum":{"Value":"46cf7ffc6282aed99ffb146923289fec","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821607-LAADS","revision-id":4,"native-id":"LAADS:2715099419","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.062Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T18:00:00.000Z","EndingDateTime":"2000-03-17T18:05:00.000Z"}},"GranuleUR":"LAADS:2715099419","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-121.896893,"Latitude":-7.985277},{"Longitude":-100.854069,"Latitude":-11.087098},{"Longitude":-97.131643,"Latitude":6.849986},{"Longitude":-118.113072,"Latitude":9.937009},{"Longitude":-121.896893,"Latitude":-7.985277}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1800.061.2017171232609.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1800.061.2017171232609.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1800.061.2017171232609.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1800.061.2017272153923.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1800.061.2017171232609.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.54843711853,"SizeInBytes":163104358,"Checksum":{"Value":"a931cc58ca57e0baa49dddb2455f96bf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821967-LAADS","revision-id":4,"native-id":"LAADS:2715100983","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.178Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T18:05:00.000Z","EndingDateTime":"2000-03-17T18:10:00.000Z"}},"GranuleUR":"LAADS:2715100983","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-127.178466,"Latitude":-25.539914},{"Longitude":-103.691326,"Latitude":-29.132524},{"Longitude":-100.675403,"Latitude":-11.009845},{"Longitude":-121.901801,"Latitude":-7.889386},{"Longitude":-127.178466,"Latitude":-25.539914}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1805.061.2017171234223.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1805.061.2017171234223.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1805.061.2017171234223.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1805.061.2017272153648.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1805.061.2017171234223.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.508410453796,"SizeInBytes":152576627,"Checksum":{"Value":"6405b9f506b65beaa231796bf5f95ac8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821963-LAADS","revision-id":4,"native-id":"LAADS:2715100984","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.219Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T18:10:00.000Z","EndingDateTime":"2000-03-17T18:15:00.000Z"}},"GranuleUR":"LAADS:2715100984","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-135.308117,"Latitude":-42.517166},{"Longitude":-105.633126,"Latitude":-47.1393},{"Longitude":-103.30319,"Latitude":-28.918274},{"Longitude":-127.149579,"Latitude":-25.452347},{"Longitude":-135.308117,"Latitude":-42.517166}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1810.061.2017171234316.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1810.061.2017171234316.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1810.061.2017171234316.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1810.061.2017272154546.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1810.061.2017171234316.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:16.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.764032363892,"SizeInBytes":172767610,"Checksum":{"Value":"5fb951726d1a95de27858987c9dea3c7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822057-LAADS","revision-id":4,"native-id":"LAADS:2715101272","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.041Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T18:15:00.000Z","EndingDateTime":"2000-03-17T18:20:00.000Z"}},"GranuleUR":"LAADS:2715101272","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-150.245396,"Latitude":-58.112221},{"Longitude":-105.844598,"Latitude":-65.028759},{"Longitude":-105.020104,"Latitude":-46.782491},{"Longitude":-135.184866,"Latitude":-42.459184},{"Longitude":-150.245396,"Latitude":-58.112221}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1815.061.2017171234656.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1815.061.2017171234656.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1815.061.2017171234656.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1815.061.2017272160016.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1815.061.2017171234656.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:46:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.588419914246,"SizeInBytes":172583467,"Checksum":{"Value":"04c63f0367e2a377adcb2f04f5920b89","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821964-LAADS","revision-id":4,"native-id":"LAADS:2715100985","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.205Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T18:20:00.000Z","EndingDateTime":"2000-03-17T18:25:00.000Z"}},"GranuleUR":"LAADS:2715100985","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":176.408403,"Latitude":-69.269458},{"Longitude":-94.104921,"Latitude":-82.556794},{"Longitude":-104.985033,"Latitude":-64.544355},{"Longitude":-149.896094,"Latitude":-58.145759},{"Longitude":176.408403,"Latitude":-69.269458}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1820.061.2017171234335.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1820.061.2017171234335.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1820.061.2017171234335.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1820.061.2017272154542.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1820.061.2017171234335.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.353023529053,"SizeInBytes":159753724,"Checksum":{"Value":"333b2679b4c10533d60513668b9da934","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821548-LAADS","revision-id":4,"native-id":"LAADS:2715099078","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.397Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T18:25:00.000Z","EndingDateTime":"2000-03-17T18:30:00.000Z"}},"GranuleUR":"LAADS:2715099078","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":125.165223,"Latitude":-67.921166},{"Longitude":49.693383,"Latitude":-78.802267},{"Longitude":-92.871723,"Latitude":-81.945484},{"Longitude":176.909017,"Latitude":-69.503254},{"Longitude":125.165223,"Latitude":-67.921166}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1825.061.2017171232742.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1825.061.2017171232742.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1825.061.2017171232742.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1825.061.2017272152238.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1825.061.2017171232742.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:27:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":51.3726835250854,"SizeInBytes":53868163,"Checksum":{"Value":"1f96e08d9ebd7d7749e4ab67cc9be7e7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821545-LAADS","revision-id":4,"native-id":"LAADS:2715099079","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.329Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T19:15:00.000Z","EndingDateTime":"2000-03-17T19:20:00.000Z"}},"GranuleUR":"LAADS:2715099079","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-140.540025,"Latitude":76.967303},{"Longitude":-72.091165,"Latitude":67.13512},{"Longitude":-20.809687,"Latitude":70.427269},{"Longitude":79.854751,"Latitude":83.750431},{"Longitude":-140.540025,"Latitude":76.967303}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1915.061.2017171232710.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1915.061.2017171232710.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1915.061.2017171232710.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1915.061.2017272152610.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1915.061.2017171232710.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:27:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":110.965072631836,"SizeInBytes":116355312,"Checksum":{"Value":"46df2d4c756bb5369a3228e712e93411","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822074-LAADS","revision-id":4,"native-id":"LAADS:2715101591","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.637Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T19:20:00.000Z","EndingDateTime":"2000-03-17T19:25:00.000Z"}},"GranuleUR":"LAADS:2715101591","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-136.915468,"Latitude":59.174523},{"Longitude":-98.499827,"Latitude":53.874468},{"Longitude":-72.516152,"Latitude":67.500808},{"Longitude":-142.369329,"Latitude":77.428494},{"Longitude":-136.915468,"Latitude":59.174523}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1920.061.2017171234850.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1920.061.2017171234850.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1920.061.2017171234850.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1920.061.2017272153941.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1920.061.2017171234850.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:48:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.584374427795,"SizeInBytes":162093465,"Checksum":{"Value":"8476ae063c816e2f59e4f31bc053b169","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822061-LAADS","revision-id":4,"native-id":"LAADS:2715101273","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.032Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T19:25:00.000Z","EndingDateTime":"2000-03-17T19:30:00.000Z"}},"GranuleUR":"LAADS:2715101273","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-138.103249,"Latitude":41.372438},{"Longitude":-110.681769,"Latitude":37.657849},{"Longitude":-99.076789,"Latitude":54.152324},{"Longitude":-137.490262,"Latitude":59.658951},{"Longitude":-138.103249,"Latitude":41.372438}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1925.061.2017171234702.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1925.061.2017171234702.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1925.061.2017171234702.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1925.061.2017272154403.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1925.061.2017171234702.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:47:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":168.665110588074,"SizeInBytes":176858187,"Checksum":{"Value":"92a0354a8d35cf29acf8859827781d1c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822056-LAADS","revision-id":4,"native-id":"LAADS:2715101274","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.044Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T19:30:00.000Z","EndingDateTime":"2000-03-17T19:35:00.000Z"}},"GranuleUR":"LAADS:2715101274","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-140.423444,"Latitude":23.545289},{"Longitude":-117.806397,"Latitude":20.449423},{"Longitude":-111.158673,"Latitude":37.861145},{"Longitude":-138.334379,"Latitude":41.798093},{"Longitude":-140.423444,"Latitude":23.545289}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1930.061.2017171234514.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1930.061.2017171234514.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1930.061.2017171234514.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1930.061.2017272153533.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1930.061.2017171234514.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":140.103596687317,"SizeInBytes":146909269,"Checksum":{"Value":"eb0458e97b54b0329a432c6bccab6a4c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822059-LAADS","revision-id":4,"native-id":"LAADS:2715101275","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.080Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T19:35:00.000Z","EndingDateTime":"2000-03-17T19:40:00.000Z"}},"GranuleUR":"LAADS:2715101275","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-143.543917,"Latitude":5.769353},{"Longitude":-122.644843,"Latitude":2.796338},{"Longitude":-118.06606,"Latitude":20.578887},{"Longitude":-140.534398,"Latitude":23.868416},{"Longitude":-143.543917,"Latitude":5.769353}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1935.061.2017171234556.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1935.061.2017171234556.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1935.061.2017171234556.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1935.061.2017272155525.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1935.061.2017171234556.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.008074760437,"SizeInBytes":175120659,"Checksum":{"Value":"df5c06fb3aebda2f146c8fd507555680","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821550-LAADS","revision-id":4,"native-id":"LAADS:2715099080","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.381Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T19:40:00.000Z","EndingDateTime":"2000-03-17T19:45:00.000Z"}},"GranuleUR":"LAADS:2715099080","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-147.642396,"Latitude":-11.92249},{"Longitude":-126.284122,"Latitude":-15.10212},{"Longitude":-122.740541,"Latitude":2.885744},{"Longitude":-143.589054,"Latitude":5.95665},{"Longitude":-147.642396,"Latitude":-11.92249}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1940.061.2017171232626.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1940.061.2017171232626.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1940.061.2017171232626.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1940.061.2017272153921.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1940.061.2017171232626.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:26:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.969569206238,"SizeInBytes":162497371,"Checksum":{"Value":"435f35996fdcf99d7ee9d52de8fefcb6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821553-LAADS","revision-id":4,"native-id":"LAADS:2715099081","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.414Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T19:45:00.000Z","EndingDateTime":"2000-03-17T19:50:00.000Z"}},"GranuleUR":"LAADS:2715099081","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-153.377868,"Latitude":-29.386397},{"Longitude":-128.932673,"Latitude":-33.14704},{"Longitude":-126.055012,"Latitude":-14.996044},{"Longitude":-147.629985,"Latitude":-11.829978},{"Longitude":-153.377868,"Latitude":-29.386397}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1945.061.2017171232450.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1945.061.2017171232450.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1945.061.2017171232450.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1945.061.2017272153522.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1945.061.2017171232450.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:24:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":140.085731506348,"SizeInBytes":146890536,"Checksum":{"Value":"6c1b27bcf44ca991073a503cd4fe8d4e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821605-LAADS","revision-id":4,"native-id":"LAADS:2715099420","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.086Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T19:50:00.000Z","EndingDateTime":"2000-03-17T19:55:00.000Z"}},"GranuleUR":"LAADS:2715099420","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-162.529664,"Latitude":-46.156093},{"Longitude":-130.621001,"Latitude":-51.133656},{"Longitude":-128.497489,"Latitude":-32.900785},{"Longitude":-153.345633,"Latitude":-29.300363},{"Longitude":-162.529664,"Latitude":-46.156093}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1950.061.2017171233207.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1950.061.2017171233207.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1950.061.2017171233207.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1950.061.2017272155544.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1950.061.2017171233207.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.894011497498,"SizeInBytes":175001055,"Checksum":{"Value":"e0fb58ea3fc4a5a759b04f3adfd4f210","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821969-LAADS","revision-id":4,"native-id":"LAADS:2715100986","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.213Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T19:55:00.000Z","EndingDateTime":"2000-03-17T20:00:00.000Z"}},"GranuleUR":"LAADS:2715100986","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":179.83192,"Latitude":-61.184767},{"Longitude":-130.013947,"Latitude":-68.984033},{"Longitude":-129.948367,"Latitude":-50.746651},{"Longitude":-162.368849,"Latitude":-46.111625},{"Longitude":179.83192,"Latitude":-61.184767}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1955.061.2017171234247.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.1955.061.2017171234247.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.1955.061.2017171234247.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.1955.061.2017272160027.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.1955.061.2017171234247.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.90784072876,"SizeInBytes":168724100,"Checksum":{"Value":"1f8156d134a117331f718f57659b19fb","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822065-LAADS","revision-id":4,"native-id":"LAADS:2715101276","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.091Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T20:00:00.000Z","EndingDateTime":"2000-03-17T20:05:00.000Z"}},"GranuleUR":"LAADS:2715101276","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":140.406506,"Latitude":-70.332092},{"Longitude":-99.22702,"Latitude":-86.031575},{"Longitude":-129.093275,"Latitude":-68.474808},{"Longitude":-179.75656,"Latitude":-61.251563},{"Longitude":140.406506,"Latitude":-70.332092}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2000.061.2017171234550.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2000.061.2017171234550.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2000.061.2017171234550.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2000.061.2017272153644.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2000.061.2017171234550.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.692552566528,"SizeInBytes":153818290,"Checksum":{"Value":"de611191a4c3d3e42f3d21a86d57f89a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821608-LAADS","revision-id":4,"native-id":"LAADS:2715099421","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.086Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T20:05:00.000Z","EndingDateTime":"2000-03-17T20:10:00.000Z"}},"GranuleUR":"LAADS:2715099421","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":91.883886,"Latitude":-65.843327},{"Longitude":27.796046,"Latitude":-75.00896},{"Longitude":-100.019674,"Latitude":-85.400475},{"Longitude":140.812621,"Latitude":-70.667455},{"Longitude":91.883886,"Latitude":-65.843327}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2005.061.2017171233046.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2005.061.2017171233046.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2005.061.2017171233046.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2005.061.2017272152211.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2005.061.2017171233046.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:30:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":25.9572458267212,"SizeInBytes":27218145,"Checksum":{"Value":"01d757d6ad686ec8a255aec5a5857fc8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821970-LAADS","revision-id":4,"native-id":"LAADS:2715100987","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.252Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T20:50:00.000Z","EndingDateTime":"2000-03-17T20:55:00.000Z"}},"GranuleUR":"LAADS:2715100987","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":93.725955,"Latitude":87.332708},{"Longitude":-57.964328,"Latitude":70.8442},{"Longitude":-14.607654,"Latitude":62.877278},{"Longitude":38.588718,"Latitude":70.3494},{"Longitude":93.725955,"Latitude":87.332708}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2050.061.2017171234354.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2050.061.2017171234354.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2050.061.2017171234354.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2050.061.2017272152249.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2050.061.2017171234354.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":20.0177898406982,"SizeInBytes":20990174,"Checksum":{"Value":"0ab17b1855833a8d8cbd49ef9672b9a3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822064-LAADS","revision-id":4,"native-id":"LAADS:2715101277","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.104Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T20:55:00.000Z","EndingDateTime":"2000-03-17T21:00:00.000Z"}},"GranuleUR":"LAADS:2715101277","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-163.317393,"Latitude":73.04883},{"Longitude":-104.789316,"Latitude":64.711607},{"Longitude":-57.668703,"Latitude":71.174995},{"Longitude":88.006692,"Latitude":86.760266},{"Longitude":-163.317393,"Latitude":73.04883}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2055.061.2017171234435.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2055.061.2017171234435.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2055.061.2017171234435.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2055.061.2017272153245.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2055.061.2017171234435.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":138.681373596191,"SizeInBytes":145417960,"Checksum":{"Value":"a376c4ce4f7b13a346239e3c7de1d6ca","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821919-LAADS","revision-id":4,"native-id":"LAADS:2715100679","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.606Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T21:00:00.000Z","EndingDateTime":"2000-03-17T21:05:00.000Z"}},"GranuleUR":"LAADS:2715100679","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-161.758912,"Latitude":55.30123},{"Longitude":-126.607482,"Latitude":50.487247},{"Longitude":-105.316622,"Latitude":65.063846},{"Longitude":-164.628668,"Latitude":73.528715},{"Longitude":-161.758912,"Latitude":55.30123}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2100.061.2017171234019.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2100.061.2017171234019.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2100.061.2017171234019.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2100.061.2017272154344.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2100.061.2017171234019.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.570146560669,"SizeInBytes":167321426,"Checksum":{"Value":"581efe2eab304ccb2374f17b06f76caf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822066-LAADS","revision-id":4,"native-id":"LAADS:2715101278","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.140Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T21:05:00.000Z","EndingDateTime":"2000-03-17T21:10:00.000Z"}},"GranuleUR":"LAADS:2715101278","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-163.263492,"Latitude":37.399213},{"Longitude":-137.269409,"Latitude":33.878117},{"Longitude":-127.148786,"Latitude":50.740484},{"Longitude":-162.206759,"Latitude":55.777725},{"Longitude":-163.263492,"Latitude":37.399213}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2105.061.2017171234517.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2105.061.2017171234517.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2105.061.2017171234517.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2105.061.2017272155301.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2105.061.2017171234517.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.992290496826,"SizeInBytes":166715500,"Checksum":{"Value":"5b5f75dbd6c7b278e751fb01f115742d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821912-LAADS","revision-id":4,"native-id":"LAADS:2715100680","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.600Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T21:10:00.000Z","EndingDateTime":"2000-03-17T21:15:00.000Z"}},"GranuleUR":"LAADS:2715100680","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-165.767946,"Latitude":19.581537},{"Longitude":-143.723119,"Latitude":16.537522},{"Longitude":-137.681078,"Latitude":34.058439},{"Longitude":-163.45848,"Latitude":37.804082},{"Longitude":-165.767946,"Latitude":19.581537}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2110.061.2017171234114.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2110.061.2017171234114.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2110.061.2017171234114.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2110.061.2017272155020.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2110.061.2017171234114.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.426939964294,"SizeInBytes":164025535,"Checksum":{"Value":"7ea6c64ff1f2446d68872ba97b528d6c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821549-LAADS","revision-id":4,"native-id":"LAADS:2715099082","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.434Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T21:15:00.000Z","EndingDateTime":"2000-03-17T21:20:00.000Z"}},"GranuleUR":"LAADS:2715099082","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-169.078141,"Latitude":1.822233},{"Longitude":-148.27038,"Latitude":-1.168223},{"Longitude":-143.981396,"Latitude":16.663392},{"Longitude":-165.86298,"Latitude":19.873367},{"Longitude":-169.078141,"Latitude":1.822233}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2115.061.2017171232946.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2115.061.2017171232946.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2115.061.2017171232946.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2115.061.2017272153530.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2115.061.2017171232946.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.312875747681,"SizeInBytes":154468746,"Checksum":{"Value":"da1f1c2959d167aa2f5ac686abfa8ebb","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821555-LAADS","revision-id":4,"native-id":"LAADS:2715099083","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:55:59.466Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T21:20:00.000Z","EndingDateTime":"2000-03-17T21:25:00.000Z"}},"GranuleUR":"LAADS:2715099083","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-173.465317,"Latitude":-15.849465},{"Longitude":-151.668619,"Latitude":-19.124017},{"Longitude":-148.288002,"Latitude":-1.091058},{"Longitude":-169.112566,"Latitude":1.977885},{"Longitude":-173.465317,"Latitude":-15.849465}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:24.480Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2120.061.2017171232905.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2120.061.2017171232905.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2120.061.2017171232905.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2120.061.2017272154129.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2120.061.2017171232905.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:05.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.705983161926,"SizeInBytes":162220981,"Checksum":{"Value":"387fdb30fc60bd59054cb002de3427ff","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821914-LAADS","revision-id":4,"native-id":"LAADS:2715100681","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.641Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T21:25:00.000Z","EndingDateTime":"2000-03-17T21:30:00.000Z"}},"GranuleUR":"LAADS:2715100681","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-179.744319,"Latitude":-33.2036},{"Longitude":-154.131568,"Latitude":-37.163506},{"Longitude":-151.394785,"Latitude":-18.987601},{"Longitude":-173.444779,"Latitude":-15.758782},{"Longitude":-179.744319,"Latitude":-33.2036}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2125.061.2017171234202.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2125.061.2017171234202.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2125.061.2017171234202.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2125.061.2017272154754.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2125.061.2017171234202.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.192440986633,"SizeInBytes":164828221,"Checksum":{"Value":"dd76fa58370a0db7011f8eeb33c2103e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821971-LAADS","revision-id":4,"native-id":"LAADS:2715100988","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.289Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T21:30:00.000Z","EndingDateTime":"2000-03-17T21:35:00.000Z"}},"GranuleUR":"LAADS:2715100988","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":169.863844,"Latitude":-49.723019},{"Longitude":-155.516937,"Latitude":-55.12733},{"Longitude":-153.646198,"Latitude":-36.885376},{"Longitude":-179.694823,"Latitude":-33.122435},{"Longitude":169.863844,"Latitude":-49.723019}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2130.061.2017171234209.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2130.061.2017171234209.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2130.061.2017171234209.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2130.061.2017272155521.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2130.061.2017171234209.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.08901309967,"SizeInBytes":174156953,"Checksum":{"Value":"4eeac88d94c3e8cb44f4576b3db80863","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821632-LAADS","revision-id":4,"native-id":"LAADS:2715099723","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.848Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T21:35:00.000Z","EndingDateTime":"2000-03-17T21:40:00.000Z"}},"GranuleUR":"LAADS:2715099723","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":148.806147,"Latitude":-64.005651},{"Longitude":-153.649665,"Latitude":-72.928221},{"Longitude":-154.777088,"Latitude":-54.710324},{"Longitude":170.06866,"Latitude":-49.694881},{"Longitude":148.806147,"Latitude":-64.005651}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2135.061.2017171233304.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2135.061.2017171233304.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2135.061.2017171233304.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2135.061.2017272155258.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2135.061.2017171233304.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.277291297913,"SizeInBytes":168062921,"Checksum":{"Value":"bfe4b0e191212a414e229a7f98a18dc1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821975-LAADS","revision-id":4,"native-id":"LAADS:2715100989","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.329Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T21:40:00.000Z","EndingDateTime":"2000-03-17T21:45:00.000Z"}},"GranuleUR":"LAADS:2715100989","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":103.617888,"Latitude":-70.619175},{"Longitude":-54.857224,"Latitude":-87.246226},{"Longitude":-152.611058,"Latitude":-72.392832},{"Longitude":149.277588,"Latitude":-64.112872},{"Longitude":103.617888,"Latitude":-70.619175}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2140.061.2017171234308.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2140.061.2017171234308.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2140.061.2017171234308.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2140.061.2017272152902.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2140.061.2017171234308.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":120.52774810791,"SizeInBytes":126382504,"Checksum":{"Value":"83d157ff12d9223d4e2d3b14b587c258","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821745-LAADS","revision-id":4,"native-id":"LAADS:2715100028","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.820Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T22:30:00.000Z","EndingDateTime":"2000-03-17T22:35:00.000Z"}},"GranuleUR":"LAADS:2715100028","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":142.300691,"Latitude":86.206388},{"Longitude":-95.03715,"Latitude":70.766299},{"Longitude":-46.163404,"Latitude":65.655173},{"Longitude":15.351834,"Latitude":74.272009},{"Longitude":142.300691,"Latitude":86.206388}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2230.061.2017171233714.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2230.061.2017171233714.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2230.061.2017171233714.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2230.061.2017272152342.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2230.061.2017171233714.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":41.9596948623657,"SizeInBytes":43997929,"Checksum":{"Value":"1c7f821f5bdf5dd8fe3e1d1cee3ac287","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822068-LAADS","revision-id":4,"native-id":"LAADS:2715101279","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.284Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T22:35:00.000Z","EndingDateTime":"2000-03-17T22:40:00.000Z"}},"GranuleUR":"LAADS:2715101279","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":172.95687,"Latitude":69.107161},{"Longitude":-136.083013,"Latitude":61.922366},{"Longitude":-94.955232,"Latitude":71.087935},{"Longitude":132.607689,"Latitude":86.330341},{"Longitude":172.95687,"Latitude":69.107161}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2235.061.2017171234705.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2235.061.2017171234705.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2235.061.2017171234705.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2235.061.2017272153508.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2235.061.2017171234705.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:47:05.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":144.103021621704,"SizeInBytes":151102970,"Checksum":{"Value":"db07110f2e0b62014d8eff8ce3354ed4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821915-LAADS","revision-id":4,"native-id":"LAADS:2715100682","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.676Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T22:40:00.000Z","EndingDateTime":"2000-03-17T22:45:00.000Z"}},"GranuleUR":"LAADS:2715100682","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":173.317873,"Latitude":51.332628},{"Longitude":-154.305528,"Latitude":46.924376},{"Longitude":-136.671263,"Latitude":62.258923},{"Longitude":171.977129,"Latitude":69.597289},{"Longitude":173.317873,"Latitude":51.332628}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2240.061.2017171234130.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2240.061.2017171234130.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2240.061.2017171234130.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2240.061.2017272154753.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2240.061.2017171234130.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.091613769531,"SizeInBytes":167868224,"Checksum":{"Value":"f4ea1b7f38ea8aa6087ec757073918a5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821976-LAADS","revision-id":4,"native-id":"LAADS:2715100990","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.339Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T22:45:00.000Z","EndingDateTime":"2000-03-17T22:50:00.000Z"}},"GranuleUR":"LAADS:2715100990","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":171.541676,"Latitude":33.514236},{"Longitude":-163.639987,"Latitude":30.145034},{"Longitude":-154.804619,"Latitude":47.1544},{"Longitude":172.958745,"Latitude":51.79856},{"Longitude":171.541676,"Latitude":33.514236}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2245.061.2017171234219.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2245.061.2017171234219.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2245.061.2017171234219.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2245.061.2017272155826.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2245.061.2017171234219.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.27127456665,"SizeInBytes":163862308,"Checksum":{"Value":"f7b903b1297d919990f4d5e02fe0e90f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821739-LAADS","revision-id":4,"native-id":"LAADS:2715100029","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.834Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T22:50:00.000Z","EndingDateTime":"2000-03-17T22:55:00.000Z"}},"GranuleUR":"LAADS:2715100029","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":168.847397,"Latitude":15.611824},{"Longitude":-169.585096,"Latitude":12.612328},{"Longitude":-164.019015,"Latitude":30.312584},{"Longitude":171.368657,"Latitude":33.896544},{"Longitude":168.847397,"Latitude":15.611824}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2250.061.2017171233610.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2250.061.2017171233610.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2250.061.2017171233610.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2250.061.2017272153831.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2250.061.2017171233610.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":144.95801448822,"SizeInBytes":151999495,"Checksum":{"Value":"7aeb18997ae3bd60f79f11f381f0c3c4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822077-LAADS","revision-id":4,"native-id":"LAADS:2715101280","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.193Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T22:55:00.000Z","EndingDateTime":"2000-03-17T23:00:00.000Z"}},"GranuleUR":"LAADS:2715101280","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":165.336997,"Latitude":-2.120328},{"Longitude":-173.84458,"Latitude":-5.143574},{"Longitude":-169.807094,"Latitude":12.728429},{"Longitude":168.768077,"Latitude":15.87658},{"Longitude":165.336997,"Latitude":-2.120328}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2255.061.2017171234617.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2255.061.2017171234617.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2255.061.2017171234617.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2255.061.2017272153416.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2255.061.2017171234617.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:46:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.361591339111,"SizeInBytes":152422676,"Checksum":{"Value":"1893af8e119c590b412f3c96eb58e0ff","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822072-LAADS","revision-id":4,"native-id":"LAADS:2715101281","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.210Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T23:00:00.000Z","EndingDateTime":"2000-03-17T23:05:00.000Z"}},"GranuleUR":"LAADS:2715101281","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":160.623195,"Latitude":-19.762517},{"Longitude":-177.012623,"Latitude":-23.149898},{"Longitude":-173.7831,"Latitude":-5.0767},{"Longitude":165.312593,"Latitude":-1.996953},{"Longitude":160.623195,"Latitude":-19.762517}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2300.061.2017171234609.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2300.061.2017171234609.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2300.061.2017171234609.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2300.061.2017272155020.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2300.061.2017171234609.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:46:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.799544334412,"SizeInBytes":167561967,"Checksum":{"Value":"ef0a0ee19239967bf960c94513fe532a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821917-LAADS","revision-id":4,"native-id":"LAADS:2715100683","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.695Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T23:05:00.000Z","EndingDateTime":"2000-03-17T23:10:00.000Z"}},"GranuleUR":"LAADS:2715100683","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":153.695488,"Latitude":-36.984341},{"Longitude":-179.279661,"Latitude":-41.178667},{"Longitude":-176.69313,"Latitude":-22.982207},{"Longitude":160.64572,"Latitude":-19.672767},{"Longitude":153.695488,"Latitude":-36.984341}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2305.061.2017171234116.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2305.061.2017171234116.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2305.061.2017171234116.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2305.061.2017272154145.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2305.061.2017171234116.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:16.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.814687728882,"SizeInBytes":159189238,"Checksum":{"Value":"fbebefb618af030d30708fad777290bd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462822075-LAADS","revision-id":4,"native-id":"LAADS:2715101592","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.649Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T23:10:00.000Z","EndingDateTime":"2000-03-17T23:15:00.000Z"}},"GranuleUR":"LAADS:2715101592","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":141.772952,"Latitude":-53.194822},{"Longitude":179.714065,"Latitude":-59.115823},{"Longitude":-178.742471,"Latitude":-40.869017},{"Longitude":153.769925,"Latitude":-36.910913},{"Longitude":141.772952,"Latitude":-53.194822}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2310.061.2017171234932.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2310.061.2017171234932.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2310.061.2017171234932.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2310.061.2017272155502.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2310.061.2017171234932.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:49:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.141498565674,"SizeInBytes":164774804,"Checksum":{"Value":"242720f33a8eea3fe25fa269fd54a192","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821920-LAADS","revision-id":4,"native-id":"LAADS:2715100684","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.709Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T23:15:00.000Z","EndingDateTime":"2000-03-17T23:20:00.000Z"}},"GranuleUR":"LAADS:2715100684","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":116.435554,"Latitude":-66.481629},{"Longitude":-176.275805,"Latitude":-76.847335},{"Longitude":-179.470693,"Latitude":-58.670188},{"Longitude":142.028031,"Latitude":-53.18655},{"Longitude":116.435554,"Latitude":-66.481629}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2315.061.2017171234047.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2315.061.2017171234047.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2315.061.2017171234047.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2315.061.2017272153922.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2315.061.2017171234047.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.046113967896,"SizeInBytes":163626210,"Checksum":{"Value":"b62982870d3efaf3443f2b65501d776f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462821735-LAADS","revision-id":4,"native-id":"LAADS:2715100030","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.837Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-17T23:20:00.000Z","EndingDateTime":"2000-03-17T23:25:00.000Z"}},"GranuleUR":"LAADS:2715100030","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":66.959986,"Latitude":-70.094105},{"Longitude":-38.224266,"Latitude":-84.43536},{"Longitude":-175.065007,"Latitude":-76.282329},{"Longitude":116.949537,"Latitude":-66.637033},{"Longitude":66.959986,"Latitude":-70.094105}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2320.061.2017171233648.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000077.2320.061.2017171233648.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/077/MOD02QKM.A2000077.2320.061.2017171233648.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/077/MOBRGB.A2000077.2320.061.2017272152259.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000077.2320.061.2017171233648.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":86.9244165420532,"SizeInBytes":91146857,"Checksum":{"Value":"167302db1f51f10967651ef7579e415e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824220-LAADS","revision-id":4,"native-id":"LAADS:2715100361","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.130Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T00:10:00.000Z","EndingDateTime":"2000-03-18T00:15:00.000Z"}},"GranuleUR":"LAADS:2715100361","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":137.472873,"Latitude":82.69726},{"Longitude":-131.441914,"Latitude":69.789129},{"Longitude":-79.378694,"Latitude":67.968559},{"Longitude":-6.50074,"Latitude":78.168269},{"Longitude":137.472873,"Latitude":82.69726}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0010.061.2017171234015.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0010.061.2017171234015.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0010.061.2017171234015.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0010.061.2017272152518.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0010.061.2017171234015.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:16.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":66.6511516571045,"SizeInBytes":69888798,"Checksum":{"Value":"bb6724cfbc29b1a9f6409e6e16fcc34c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824365-LAADS","revision-id":4,"native-id":"LAADS:2715101282","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.207Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T00:15:00.000Z","EndingDateTime":"2000-03-18T00:20:00.000Z"}},"GranuleUR":"LAADS:2715101282","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":148.737944,"Latitude":65.153797},{"Longitude":-166.204009,"Latitude":58.857121},{"Longitude":-131.613885,"Latitude":70.164829},{"Longitude":133.414773,"Latitude":83.070546},{"Longitude":148.737944,"Latitude":65.153797}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0015.061.2017171234509.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0015.061.2017171234509.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0015.061.2017171234509.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0015.061.2017272153531.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0015.061.2017171234509.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.607797622681,"SizeInBytes":154777994,"Checksum":{"Value":"15130301084445b669279512ac492b09","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824360-LAADS","revision-id":4,"native-id":"LAADS:2715101283","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.242Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T00:20:00.000Z","EndingDateTime":"2000-03-18T00:25:00.000Z"}},"GranuleUR":"LAADS:2715101283","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":148.30662,"Latitude":47.364114},{"Longitude":178.430847,"Latitude":43.271216},{"Longitude":-166.787649,"Latitude":59.16464},{"Longitude":147.956658,"Latitude":65.642296},{"Longitude":148.30662,"Latitude":47.364114}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0020.061.2017171234451.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0020.061.2017171234451.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0020.061.2017171234451.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0020.061.2017272155529.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0020.061.2017171234451.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.227920532227,"SizeInBytes":174302608,"Checksum":{"Value":"05b244404c0eb09bb1da04459fec2895","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824374-LAADS","revision-id":4,"native-id":"LAADS:2715101284","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.268Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T00:25:00.000Z","EndingDateTime":"2000-03-18T00:30:00.000Z"}},"GranuleUR":"LAADS:2715101284","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":146.291383,"Latitude":29.539501},{"Longitude":170.11056,"Latitude":26.295771},{"Longitude":177.940232,"Latitude":43.490293},{"Longitude":148.006524,"Latitude":47.812683},{"Longitude":146.291383,"Latitude":29.539501}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0025.061.2017171234701.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0025.061.2017171234701.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0025.061.2017171234701.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0025.061.2017272155247.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0025.061.2017171234701.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:47:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":169.139566421509,"SizeInBytes":177355690,"Checksum":{"Value":"f0f3dd32be5f0e61430c9bbbe2dea027","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824446-LAADS","revision-id":4,"native-id":"LAADS:2715101593","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.648Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T00:30:00.000Z","EndingDateTime":"2000-03-18T00:35:00.000Z"}},"GranuleUR":"LAADS:2715101593","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":143.436718,"Latitude":11.73583},{"Longitude":164.65477,"Latitude":8.759075},{"Longitude":169.765099,"Latitude":26.449959},{"Longitude":146.147694,"Latitude":29.897723},{"Longitude":143.436718,"Latitude":11.73583}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0030.061.2017171235047.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0030.061.2017171235047.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0030.061.2017171235047.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0030.061.2017272153918.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0030.061.2017171235047.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.623294830322,"SizeInBytes":154794244,"Checksum":{"Value":"473d6c59050edf5112f2f5c76bf4de80","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824447-LAADS","revision-id":4,"native-id":"LAADS:2715101594","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.686Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T00:35:00.000Z","EndingDateTime":"2000-03-18T00:40:00.000Z"}},"GranuleUR":"LAADS:2715101594","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":139.693668,"Latitude":-6.060144},{"Longitude":160.627291,"Latitude":-9.131776},{"Longitude":164.469405,"Latitude":8.865772},{"Longitude":143.368834,"Latitude":11.969827},{"Longitude":139.693668,"Latitude":-6.060144}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0035.061.2017171234852.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0035.061.2017171234852.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0035.061.2017171234852.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0035.061.2017272154342.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0035.061.2017171234852.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:48:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.958936691284,"SizeInBytes":165631950,"Checksum":{"Value":"323fe856e4f9f0441fa33cbc3375251c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824278-LAADS","revision-id":4,"native-id":"LAADS:2715100991","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.343Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T00:40:00.000Z","EndingDateTime":"2000-03-18T00:45:00.000Z"}},"GranuleUR":"LAADS:2715100991","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":134.621594,"Latitude":-23.65793},{"Longitude":157.684488,"Latitude":-27.174867},{"Longitude":160.770406,"Latitude":-9.066951},{"Longitude":139.692476,"Latitude":-5.965404},{"Longitude":134.621594,"Latitude":-23.65793}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0040.061.2017171234230.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0040.061.2017171234230.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0040.061.2017171234230.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0040.061.2017272155029.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0040.061.2017171234230.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.607769012451,"SizeInBytes":170506604,"Checksum":{"Value":"15207bc617e6585f1b7404262d2d93ea","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824186-LAADS","revision-id":4,"native-id":"LAADS:2715099724","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.856Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T00:45:00.000Z","EndingDateTime":"2000-03-18T00:50:00.000Z"}},"GranuleUR":"LAADS:2715099724","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":126.920128,"Latitude":-40.723293},{"Longitude":155.629639,"Latitude":-45.191126},{"Longitude":158.050657,"Latitude":-26.976207},{"Longitude":134.644328,"Latitude":-23.570022},{"Longitude":126.920128,"Latitude":-40.723293}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0045.061.2017171233357.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0045.061.2017171233357.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0045.061.2017171233357.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0045.061.2017272154126.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0045.061.2017171233357.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.992433547974,"SizeInBytes":171958530,"Checksum":{"Value":"1f2e27825c644b00d7cef0c2d0dab299","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824932-LAADS","revision-id":4,"native-id":"LAADS:2715103555","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.863Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T00:50:00.000Z","EndingDateTime":"2000-03-18T00:55:00.000Z"}},"GranuleUR":"LAADS:2715103555","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":113.069143,"Latitude":-56.540153},{"Longitude":155.118594,"Latitude":-63.096243},{"Longitude":156.220362,"Latitude":-44.84868},{"Longitude":127.010552,"Latitude":-40.655327},{"Longitude":113.069143,"Latitude":-56.540153}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0050.061.2017172000112.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0050.061.2017172000112.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0050.061.2017172000112.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0050.061.2017272155017.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0050.061.2017172000112.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.964709281921,"SizeInBytes":165638003,"Checksum":{"Value":"9b494dfa4d1457138472ab00a09db726","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824903-LAADS","revision-id":4,"native-id":"LAADS:2715103230","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.575Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T00:55:00.000Z","EndingDateTime":"2000-03-18T01:00:00.000Z"}},"GranuleUR":"LAADS:2715103230","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":82.542554,"Latitude":-68.493885},{"Longitude":163.338373,"Latitude":-80.708894},{"Longitude":156.018319,"Latitude":-62.622183},{"Longitude":113.383478,"Latitude":-56.557395},{"Longitude":82.542554,"Latitude":-68.493885}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0055.061.2017171235849.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0055.061.2017171235849.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0055.061.2017171235849.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0055.061.2017272153719.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0055.061.2017171235849.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":143.855813980103,"SizeInBytes":150843754,"Checksum":{"Value":"e3f6da30278cad411cf95a0e3f4e6138","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824876-LAADS","revision-id":4,"native-id":"LAADS:2715102921","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.637Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T01:00:00.000Z","EndingDateTime":"2000-03-18T01:05:00.000Z"}},"GranuleUR":"LAADS:2715102921","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":31.258015,"Latitude":-68.847381},{"Longitude":-52.174311,"Latitude":-80.729127},{"Longitude":164.793001,"Latitude":-80.101863},{"Longitude":83.09534,"Latitude":-68.732549},{"Longitude":31.258015,"Latitude":-68.847381}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0100.061.2017171235724.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0100.061.2017171235724.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0100.061.2017171235724.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0100.061.2017272152344.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0100.061.2017171235724.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":61.1592226028442,"SizeInBytes":64130093,"Checksum":{"Value":"0ecc3325a2402921b0ad9fc84324edf6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824608-LAADS","revision-id":4,"native-id":"LAADS:2715101933","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.874Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T01:50:00.000Z","EndingDateTime":"2000-03-18T01:55:00.000Z"}},"GranuleUR":"LAADS:2715101933","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":119.001232,"Latitude":78.867519},{"Longitude":-166.52314,"Latitude":68.155469},{"Longitude":-114.185945,"Latitude":69.788773},{"Longitude":-25.028618,"Latitude":81.971599},{"Longitude":119.001232,"Latitude":78.867519}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0150.061.2017171234814.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0150.061.2017171234814.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0150.061.2017171234814.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0150.061.2017272152822.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0150.061.2017171234814.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:48:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":92.5832920074463,"SizeInBytes":97080618,"Checksum":{"Value":"c688f50f32176e94980def8a9db4e1e7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824785-LAADS","revision-id":4,"native-id":"LAADS:2715102612","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.766Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T01:55:00.000Z","EndingDateTime":"2000-03-18T02:00:00.000Z"}},"GranuleUR":"LAADS:2715102612","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":124.165871,"Latitude":61.195318},{"Longitude":164.59959,"Latitude":55.597216},{"Longitude":-166.872244,"Latitude":68.521432},{"Longitude":116.68628,"Latitude":79.309731},{"Longitude":124.165871,"Latitude":61.195318}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0155.061.2017171235455.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0155.061.2017171235455.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0155.061.2017171235455.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0155.061.2017272153717.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0155.061.2017171235455.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.824398040771,"SizeInBytes":163393724,"Checksum":{"Value":"fd30d0b0eff9df57e9862c4bbbe52068","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824783-LAADS","revision-id":4,"native-id":"LAADS:2715102613","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.758Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T02:00:00.000Z","EndingDateTime":"2000-03-18T02:05:00.000Z"}},"GranuleUR":"LAADS:2715102613","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":123.224322,"Latitude":43.393928},{"Longitude":151.468936,"Latitude":39.565338},{"Longitude":164.020186,"Latitude":55.883967},{"Longitude":123.564354,"Latitude":61.682523},{"Longitude":123.224322,"Latitude":43.393928}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0200.061.2017171235554.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0200.061.2017171235554.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0200.061.2017171235554.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0200.061.2017272154137.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0200.061.2017171235554.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.064693450928,"SizeInBytes":175180028,"Checksum":{"Value":"a931a46305efbbd2c80d856b3537a98a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824728-LAADS","revision-id":4,"native-id":"LAADS:2715102281","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.788Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T02:05:00.000Z","EndingDateTime":"2000-03-18T02:10:00.000Z"}},"GranuleUR":"LAADS:2715102281","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":120.9977,"Latitude":25.569973},{"Longitude":143.997763,"Latitude":22.423794},{"Longitude":151.009249,"Latitude":39.768245},{"Longitude":122.968204,"Latitude":43.826448},{"Longitude":120.9977,"Latitude":25.569973}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0205.061.2017171235418.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0205.061.2017171235418.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0205.061.2017171235418.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0205.061.2017272155256.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0205.061.2017171235418.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:18.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.384034156799,"SizeInBytes":157689089,"Checksum":{"Value":"6e595f6b2113abfaa2cf43cb2939c703","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824730-LAADS","revision-id":4,"native-id":"LAADS:2715102282","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.824Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T02:10:00.000Z","EndingDateTime":"2000-03-18T02:15:00.000Z"}},"GranuleUR":"LAADS:2715102282","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":117.968092,"Latitude":7.779798},{"Longitude":138.942293,"Latitude":4.81092},{"Longitude":143.68634,"Latitude":22.566548},{"Longitude":120.87621,"Latitude":25.90274},{"Longitude":117.968092,"Latitude":7.779798}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0210.061.2017171235436.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0210.061.2017171235436.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0210.061.2017171235436.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0210.061.2017272160802.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0210.061.2017171235436.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:36.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.85958480835,"SizeInBytes":174964956,"Checksum":{"Value":"e362715173400195417db6b96a916a6d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824784-LAADS","revision-id":4,"native-id":"LAADS:2715102614","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.809Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T02:15:00.000Z","EndingDateTime":"2000-03-18T02:20:00.000Z"}},"GranuleUR":"LAADS:2715102614","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":114.002472,"Latitude":-9.919991},{"Longitude":135.173318,"Latitude":-13.057717},{"Longitude":138.806882,"Latitude":4.90671},{"Longitude":117.916338,"Latitude":7.983713},{"Longitude":114.002472,"Latitude":-9.919991}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0215.061.2017171235608.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0215.061.2017171235608.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0215.061.2017171235608.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0215.061.2017272155029.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0215.061.2017171235608.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.037142753601,"SizeInBytes":173053987,"Checksum":{"Value":"71960f9622ab34e60835bb2d8af270b4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824874-LAADS","revision-id":4,"native-id":"LAADS:2715102922","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.702Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T02:20:00.000Z","EndingDateTime":"2000-03-18T02:25:00.000Z"}},"GranuleUR":"LAADS:2715102922","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":108.473062,"Latitude":-27.517924},{"Longitude":132.420773,"Latitude":-31.193397},{"Longitude":135.386153,"Latitude":-12.966457},{"Longitude":114.003218,"Latitude":-9.824869},{"Longitude":108.473062,"Latitude":-27.517924}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0220.061.2017171235740.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0220.061.2017171235740.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0220.061.2017171235740.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0220.061.2017272154542.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0220.061.2017171235740.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.774388313293,"SizeInBytes":170681317,"Checksum":{"Value":"f9741d2b44fe92ca846b6ed844c45c75","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824731-LAADS","revision-id":4,"native-id":"LAADS:2715102283","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.871Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T02:25:00.000Z","EndingDateTime":"2000-03-18T02:30:00.000Z"}},"GranuleUR":"LAADS:2715102283","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":99.841863,"Latitude":-44.393496},{"Longitude":130.606389,"Latitude":-49.189573},{"Longitude":132.8358,"Latitude":-30.962143},{"Longitude":108.501413,"Latitude":-27.430092},{"Longitude":99.841863,"Latitude":-44.393496}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0225.061.2017171235045.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0225.061.2017171235045.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0225.061.2017171235045.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0225.061.2017272154550.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0225.061.2017171235045.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.175157546997,"SizeInBytes":167955826,"Checksum":{"Value":"0a86b37784ea98e8481e7e78c6307477","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824786-LAADS","revision-id":4,"native-id":"LAADS:2715102615","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.770Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T02:30:00.000Z","EndingDateTime":"2000-03-18T02:35:00.000Z"}},"GranuleUR":"LAADS:2715102615","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":83.599473,"Latitude":-59.718039},{"Longitude":130.737928,"Latitude":-67.061451},{"Longitude":131.228626,"Latitude":-48.817684},{"Longitude":99.985053,"Latitude":-44.343001},{"Longitude":83.599473,"Latitude":-59.718039}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0230.061.2017171235440.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0230.061.2017171235440.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0230.061.2017171235440.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0230.061.2017272155258.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0230.061.2017171235440.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.479407310486,"SizeInBytes":171420583,"Checksum":{"Value":"5afe14b30dfaf888d15b437ee759adad","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824934-LAADS","revision-id":4,"native-id":"LAADS:2715103556","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.868Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T02:35:00.000Z","EndingDateTime":"2000-03-18T02:40:00.000Z"}},"GranuleUR":"LAADS:2715103556","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":47.153079,"Latitude":-69.905521},{"Longitude":149.172752,"Latitude":-84.421416},{"Longitude":131.657741,"Latitude":-66.56401},{"Longitude":83.979099,"Latitude":-59.764866},{"Longitude":47.153079,"Latitude":-69.905521}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0235.061.2017172000119.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0235.061.2017172000119.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0235.061.2017172000119.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0235.061.2017272153006.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0235.061.2017172000119.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":140.242548942566,"SizeInBytes":147054971,"Checksum":{"Value":"7909f5550657fb70958a2224b0dae11a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824937-LAADS","revision-id":4,"native-id":"LAADS:2715103557","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.881Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T02:40:00.000Z","EndingDateTime":"2000-03-18T02:45:00.000Z"}},"GranuleUR":"LAADS:2715103557","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-2.965666,"Latitude":-66.957654},{"Longitude":-72.56415,"Latitude":-76.886494},{"Longitude":150.594724,"Latitude":-83.759153},{"Longitude":47.638195,"Latitude":-70.217321},{"Longitude":-2.965666,"Latitude":-66.957654}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0240.061.2017172000032.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0240.061.2017172000032.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0240.061.2017172000032.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0240.061.2017272152356.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0240.061.2017172000032.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":35.7412414550781,"SizeInBytes":37477408,"Checksum":{"Value":"ae738d10f50cd0c6207d2c32f3d44548","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824279-LAADS","revision-id":4,"native-id":"LAADS:2715100992","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.375Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T03:30:00.000Z","EndingDateTime":"2000-03-18T03:35:00.000Z"}},"GranuleUR":"LAADS:2715100992","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":97.01745,"Latitude":74.964804},{"Longitude":160.021484,"Latitude":65.947927},{"Longitude":-150.519094,"Latitude":70.912245},{"Longitude":-32.420775,"Latitude":85.474051},{"Longitude":97.01745,"Latitude":74.964804}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0330.061.2017171234401.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0330.061.2017171234401.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0330.061.2017171234401.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0330.061.2017272152851.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0330.061.2017171234401.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":119.4148645401,"SizeInBytes":125215561,"Checksum":{"Value":"5394f49264f0285e8db8b9abec1e8074","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824280-LAADS","revision-id":4,"native-id":"LAADS:2715100993","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.391Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T03:35:00.000Z","EndingDateTime":"2000-03-18T03:40:00.000Z"}},"GranuleUR":"LAADS:2715100993","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":99.419604,"Latitude":57.235111},{"Longitude":136.122544,"Latitude":52.191978},{"Longitude":159.535967,"Latitude":66.307845},{"Longitude":95.480128,"Latitude":75.436429},{"Longitude":99.419604,"Latitude":57.235111}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0335.061.2017171234315.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0335.061.2017171234315.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0335.061.2017171234315.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0335.061.2017272153312.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0335.061.2017171234315.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.512296676636,"SizeInBytes":170406494,"Checksum":{"Value":"16cc00aa3da965f04e8091c450556ff0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824792-LAADS","revision-id":4,"native-id":"LAADS:2715102616","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.841Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T03:40:00.000Z","EndingDateTime":"2000-03-18T03:45:00.000Z"}},"GranuleUR":"LAADS:2715102616","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":98.123446,"Latitude":39.42387},{"Longitude":124.759913,"Latitude":35.812367},{"Longitude":135.557787,"Latitude":52.458744},{"Longitude":98.992804,"Latitude":57.717603},{"Longitude":98.123446,"Latitude":39.42387}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0340.061.2017171235449.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0340.061.2017171235449.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0340.061.2017171235449.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0340.061.2017272153409.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0340.061.2017171235449.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.521688461304,"SizeInBytes":170416342,"Checksum":{"Value":"d0a9fe1b3be8a25c1b6eb4da9402b6e1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824791-LAADS","revision-id":4,"native-id":"LAADS:2715102617","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.796Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T03:45:00.000Z","EndingDateTime":"2000-03-18T03:50:00.000Z"}},"GranuleUR":"LAADS:2715102617","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":95.668412,"Latitude":21.60685},{"Longitude":118.001201,"Latitude":18.53108},{"Longitude":124.340224,"Latitude":35.997998},{"Longitude":97.86672,"Latitude":39.835388},{"Longitude":95.668412,"Latitude":21.60685}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0345.061.2017171235445.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0345.061.2017171235445.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0345.061.2017171235445.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0345.061.2017272154135.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0345.061.2017171235445.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.094746589661,"SizeInBytes":171017237,"Checksum":{"Value":"3185b9e027f35f09487ae979ac9e28f3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824609-LAADS","revision-id":4,"native-id":"LAADS:2715101934","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.873Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T03:50:00.000Z","EndingDateTime":"2000-03-18T03:55:00.000Z"}},"GranuleUR":"LAADS:2715101934","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":92.453984,"Latitude":3.833607},{"Longitude":113.294388,"Latitude":0.854431},{"Longitude":117.725327,"Latitude":18.662366},{"Longitude":95.562839,"Latitude":21.909914},{"Longitude":92.453984,"Latitude":3.833607}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0350.061.2017171235244.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0350.061.2017171235244.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0350.061.2017171235244.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0350.061.2017272154136.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0350.061.2017171235244.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.592635154724,"SizeInBytes":167345007,"Checksum":{"Value":"bf8adc12c00acd8a04c7d106a84ea703","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824445-LAADS","revision-id":4,"native-id":"LAADS:2715101595","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.728Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T03:55:00.000Z","EndingDateTime":"2000-03-18T04:00:00.000Z"}},"GranuleUR":"LAADS:2715101595","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":88.217742,"Latitude":-13.849877},{"Longitude":109.777142,"Latitude":-17.073249},{"Longitude":113.238589,"Latitude":0.937244},{"Longitude":92.413475,"Latitude":4.005657},{"Longitude":88.217742,"Latitude":-13.849877}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0355.061.2017171235048.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0355.061.2017171235048.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0355.061.2017171235048.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0355.061.2017272155058.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0355.061.2017171235048.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.32068157196,"SizeInBytes":168108419,"Checksum":{"Value":"d0df78bb95e8665c6dd797c206119c63","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824612-LAADS","revision-id":4,"native-id":"LAADS:2715101935","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.050Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T04:00:00.000Z","EndingDateTime":"2000-03-18T04:05:00.000Z"}},"GranuleUR":"LAADS:2715101935","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":82.230559,"Latitude":-31.263134},{"Longitude":107.220355,"Latitude":-35.116176},{"Longitude":110.028613,"Latitude":-16.952661},{"Longitude":88.237002,"Latitude":-13.758726},{"Longitude":82.230559,"Latitude":-31.263134}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0400.061.2017171235246.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0400.061.2017171235246.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0400.061.2017171235246.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0400.061.2017272155258.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0400.061.2017171235246.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":168.062688827515,"SizeInBytes":176226502,"Checksum":{"Value":"09be70c10876de49a679f037bc8f41ae","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824454-LAADS","revision-id":4,"native-id":"LAADS:2715101596","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.727Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T04:05:00.000Z","EndingDateTime":"2000-03-18T04:10:00.000Z"}},"GranuleUR":"LAADS:2715101596","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":72.439198,"Latitude":-47.995443},{"Longitude":105.668046,"Latitude":-53.181696},{"Longitude":107.684857,"Latitude":-34.854614},{"Longitude":82.267974,"Latitude":-31.178695},{"Longitude":72.439198,"Latitude":-47.995443}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0405.061.2017171235120.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0405.061.2017171235120.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0405.061.2017171235120.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0405.061.2017272155521.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0405.061.2017171235120.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.148947715759,"SizeInBytes":171074071,"Checksum":{"Value":"1b6dc1e03bfa289451ecb2dec726ac34","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824246-LAADS","revision-id":4,"native-id":"LAADS:2715100685","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.717Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T04:10:00.000Z","EndingDateTime":"2000-03-18T04:15:00.000Z"}},"GranuleUR":"LAADS:2715100685","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":53.149555,"Latitude":-62.669205},{"Longitude":106.691312,"Latitude":-71.01159},{"Longitude":106.289821,"Latitude":-52.778735},{"Longitude":72.622208,"Latitude":-47.959328},{"Longitude":53.149555,"Latitude":-62.669205}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0410.061.2017171234035.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0410.061.2017171234035.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0410.061.2017171234035.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0410.061.2017272154753.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0410.061.2017171234035.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.215984344482,"SizeInBytes":170095788,"Checksum":{"Value":"61e4be3b7761d10a020bb15016c83078","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824736-LAADS","revision-id":4,"native-id":"LAADS:2715102284","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.858Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T04:15:00.000Z","EndingDateTime":"2000-03-18T04:20:00.000Z"}},"GranuleUR":"LAADS:2715102284","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":10.655349,"Latitude":-70.581946},{"Longitude":165.344112,"Latitude":-87.242357},{"Longitude":107.802457,"Latitude":-70.485954},{"Longitude":53.599206,"Latitude":-62.75054},{"Longitude":10.655349,"Latitude":-70.581946}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0415.061.2017171235404.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0415.061.2017171235404.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0415.061.2017171235404.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0415.061.2017272152823.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0415.061.2017171235404.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":129.417470932007,"SizeInBytes":135704054,"Checksum":{"Value":"16453e5f22541bd4ffbcd61c0ac78803","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824449-LAADS","revision-id":4,"native-id":"LAADS:2715101597","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.750Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T05:05:00.000Z","EndingDateTime":"2000-03-18T05:10:00.000Z"}},"GranuleUR":"LAADS:2715101597","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":15.154193,"Latitude":87.376504},{"Longitude":172.095408,"Latitude":70.902016},{"Longitude":-141.55146,"Latitude":64.335321},{"Longitude":-84.364444,"Latitude":72.360902},{"Longitude":15.154193,"Latitude":87.376504}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0505.061.2017171235013.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0505.061.2017171235013.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0505.061.2017171235013.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0505.061.2017272152614.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0505.061.2017171235013.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":29.30504322052,"SizeInBytes":30728565,"Checksum":{"Value":"84df928db6037c11ea7eaceae9365b6c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824613-LAADS","revision-id":4,"native-id":"LAADS:2715101936","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.040Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T05:10:00.000Z","EndingDateTime":"2000-03-18T05:15:00.000Z"}},"GranuleUR":"LAADS:2715101936","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":73.647269,"Latitude":71.033098},{"Longitude":128.077721,"Latitude":63.323719},{"Longitude":172.27912,"Latitude":71.237473},{"Longitude":2.452053,"Latitude":87.152887},{"Longitude":73.647269,"Latitude":71.033098}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0510.061.2017171235144.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0510.061.2017171235144.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0510.061.2017171235144.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0510.061.2017272153037.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0510.061.2017171235144.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":137.865036964417,"SizeInBytes":144561969,"Checksum":{"Value":"7ff4986c2a0ad4d90d52b1c9411e3ddd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824463-LAADS","revision-id":4,"native-id":"LAADS:2715101598","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.801Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T05:15:00.000Z","EndingDateTime":"2000-03-18T05:20:00.000Z"}},"GranuleUR":"LAADS:2715101598","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":74.538381,"Latitude":53.272604},{"Longitude":108.219227,"Latitude":48.672745},{"Longitude":127.529165,"Latitude":63.662161},{"Longitude":72.536287,"Latitude":71.518455},{"Longitude":74.538381,"Latitude":53.272604}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0515.061.2017171235014.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0515.061.2017171235014.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0515.061.2017171235014.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0515.061.2017272153923.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0515.061.2017171235014.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.410774230957,"SizeInBytes":170300040,"Checksum":{"Value":"204f00ccece9dc35b2569d25c31a8a5c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824610-LAADS","revision-id":4,"native-id":"LAADS:2715101937","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.039Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T05:20:00.000Z","EndingDateTime":"2000-03-18T05:25:00.000Z"}},"GranuleUR":"LAADS:2715101937","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":72.981397,"Latitude":35.452766},{"Longitude":98.245247,"Latitude":32.024863},{"Longitude":107.647048,"Latitude":48.92946},{"Longitude":74.262898,"Latitude":53.746707},{"Longitude":72.981397,"Latitude":35.452766}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0520.061.2017171235146.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0520.061.2017171235146.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0520.061.2017171235146.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0520.061.2017272154137.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0520.061.2017171235146.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.739407539368,"SizeInBytes":173790365,"Checksum":{"Value":"2911d8338d77e15e9437508ec1c0e4de","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824281-LAADS","revision-id":4,"native-id":"LAADS:2715100994","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.407Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T05:25:00.000Z","EndingDateTime":"2000-03-18T05:30:00.000Z"}},"GranuleUR":"LAADS:2715100994","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":70.298442,"Latitude":17.640345},{"Longitude":92.018752,"Latitude":14.635969},{"Longitude":97.789669,"Latitude":32.211349},{"Longitude":72.707855,"Latitude":35.848524},{"Longitude":70.298442,"Latitude":17.640345}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0525.061.2017171234353.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0525.061.2017171234353.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0525.061.2017171234353.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0525.061.2017272153116.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0525.061.2017171234353.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.906887054443,"SizeInBytes":163480220,"Checksum":{"Value":"51e53c4a588ceeb66578c285e7154f41","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824245-LAADS","revision-id":4,"native-id":"LAADS:2715100686","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.733Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T05:30:00.000Z","EndingDateTime":"2000-03-18T05:35:00.000Z"}},"GranuleUR":"LAADS:2715100686","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":66.892615,"Latitude":-0.105681},{"Longitude":87.70239,"Latitude":-3.110262},{"Longitude":91.862843,"Latitude":14.741092},{"Longitude":70.210234,"Latitude":17.918746},{"Longitude":66.892615,"Latitude":-0.105681}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0530.061.2017171234200.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0530.061.2017171234200.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0530.061.2017171234200.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0530.061.2017272153817.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0530.061.2017171234200.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.130789756775,"SizeInBytes":156374967,"Checksum":{"Value":"fa6082cc9300466668da00cd1dceaf87","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824284-LAADS","revision-id":4,"native-id":"LAADS:2715100995","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.433Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T05:35:00.000Z","EndingDateTime":"2000-03-18T05:40:00.000Z"}},"GranuleUR":"LAADS:2715100995","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":62.352581,"Latitude":-17.762949},{"Longitude":84.419942,"Latitude":-21.090582},{"Longitude":87.724044,"Latitude":-3.038551},{"Longitude":66.863668,"Latitude":0.034382},{"Longitude":62.352581,"Latitude":-17.762949}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0535.061.2017171234323.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0535.061.2017171234323.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0535.061.2017171234323.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0535.061.2017272153923.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0535.061.2017171234323.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.029136657715,"SizeInBytes":156268376,"Checksum":{"Value":"751adbb3b514184c3d36f2a4457143a3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824450-LAADS","revision-id":4,"native-id":"LAADS:2715101599","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.811Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T05:40:00.000Z","EndingDateTime":"2000-03-18T05:45:00.000Z"}},"GranuleUR":"LAADS:2715101599","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":55.771417,"Latitude":-35.054057},{"Longitude":82.053143,"Latitude":-39.124132},{"Longitude":84.715627,"Latitude":-20.938861},{"Longitude":62.373961,"Latitude":-17.672672},{"Longitude":55.771417,"Latitude":-35.054057}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0540.061.2017171234848.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0540.061.2017171234848.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0540.061.2017171234848.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0540.061.2017272154139.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0540.061.2017171234848.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:48:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":144.463430404663,"SizeInBytes":151480886,"Checksum":{"Value":"75f03464f244e6b427f17938cc1303ba","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824371-LAADS","revision-id":4,"native-id":"LAADS:2715101285","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.282Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T05:45:00.000Z","EndingDateTime":"2000-03-18T05:50:00.000Z"}},"GranuleUR":"LAADS:2715101285","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":44.676562,"Latitude":-51.430604},{"Longitude":80.84278,"Latitude":-57.074063},{"Longitude":82.560867,"Latitude":-38.830298},{"Longitude":55.833609,"Latitude":-34.976835},{"Longitude":44.676562,"Latitude":-51.430604}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0545.061.2017171234714.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0545.061.2017171234714.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0545.061.2017171234714.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0545.061.2017272155501.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0545.061.2017171234714.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:47:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.795516014099,"SizeInBytes":164412015,"Checksum":{"Value":"70862e4f2ad2a3367140534b902b409d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824936-LAADS","revision-id":4,"native-id":"LAADS:2715103558","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.912Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T05:50:00.000Z","EndingDateTime":"2000-03-18T05:55:00.000Z"}},"GranuleUR":"LAADS:2715103558","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":21.479955,"Latitude":-65.318886},{"Longitude":83.415851,"Latitude":-74.939877},{"Longitude":81.514359,"Latitude":-56.644616},{"Longitude":44.906256,"Latitude":-51.412203},{"Longitude":21.479955,"Latitude":-65.318886}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0550.061.2017172000035.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0550.061.2017172000035.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0550.061.2017172000035.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0550.061.2017272155029.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0550.061.2017172000035.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.40514755249,"SizeInBytes":168196988,"Checksum":{"Value":"d60a2151b5c2026a48926888e872d56e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824945-LAADS","revision-id":4,"native-id":"LAADS:2715103858","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.831Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T05:55:00.000Z","EndingDateTime":"2000-03-18T06:00:00.000Z"}},"GranuleUR":"LAADS:2715103858","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-26.155777,"Latitude":-70.451261},{"Longitude":-150.169206,"Latitude":-86.053635},{"Longitude":84.782282,"Latitude":-74.380366},{"Longitude":21.987867,"Latitude":-65.444916},{"Longitude":-26.155777,"Latitude":-70.451261}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0555.061.2017172000443.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0555.061.2017172000443.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0555.061.2017172000443.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0555.061.2017272152736.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0555.061.2017172000443.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":97.0229759216309,"SizeInBytes":101735964,"Checksum":{"Value":"01d422339feb458f6c4cc84bc70bf0ce","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824456-LAADS","revision-id":4,"native-id":"LAADS:2715101600","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.806Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T06:45:00.000Z","EndingDateTime":"2000-03-18T06:50:00.000Z"}},"GranuleUR":"LAADS:2715101600","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":32.044892,"Latitude":84.494589},{"Longitude":135.267626,"Latitude":70.344233},{"Longitude":-173.933895,"Latitude":66.877803},{"Longitude":-107.017526,"Latitude":76.268087},{"Longitude":32.044892,"Latitude":84.494589}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0645.061.2017171235015.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0645.061.2017171235015.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0645.061.2017171235015.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0645.061.2017272152655.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0645.061.2017171235015.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":51.2816781997681,"SizeInBytes":53772737,"Checksum":{"Value":"9fc3ca1b9425215df20f185b8839a251","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824735-LAADS","revision-id":4,"native-id":"LAADS:2715102285","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.885Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T06:50:00.000Z","EndingDateTime":"2000-03-18T06:55:00.000Z"}},"GranuleUR":"LAADS:2715102285","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":49.61595,"Latitude":67.09023},{"Longitude":97.422073,"Latitude":60.389076},{"Longitude":135.206826,"Latitude":70.717873},{"Longitude":25.938381,"Latitude":84.782449},{"Longitude":49.61595,"Latitude":67.09023}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0650.061.2017171235415.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0650.061.2017171235415.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0650.061.2017171235415.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0650.061.2017272153337.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0650.061.2017171235415.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.71311378479,"SizeInBytes":153839850,"Checksum":{"Value":"b525cabe8fbb99aff09e1c3a4697268a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824796-LAADS","revision-id":4,"native-id":"LAADS:2715102618","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.856Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T06:55:00.000Z","EndingDateTime":"2000-03-18T07:00:00.000Z"}},"GranuleUR":"LAADS:2715102618","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":49.561928,"Latitude":49.309255},{"Longitude":80.749419,"Latitude":45.070913},{"Longitude":96.8388,"Latitude":60.708466},{"Longitude":48.765944,"Latitude":67.581606},{"Longitude":49.561928,"Latitude":49.309255}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0655.061.2017171235526.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0655.061.2017171235526.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0655.061.2017171235526.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0655.061.2017272153528.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0655.061.2017171235526.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.634035110474,"SizeInBytes":170534146,"Checksum":{"Value":"f57d34ce724b4fd89467427433ac5ea4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824452-LAADS","revision-id":4,"native-id":"LAADS:2715101601","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.819Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T07:00:00.000Z","EndingDateTime":"2000-03-18T07:05:00.000Z"}},"GranuleUR":"LAADS:2715101601","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":47.659163,"Latitude":31.486623},{"Longitude":71.925096,"Latitude":28.195477},{"Longitude":80.214337,"Latitude":45.306529},{"Longitude":49.230245,"Latitude":49.770016},{"Longitude":47.659163,"Latitude":31.486623}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0700.061.2017171234853.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0700.061.2017171234853.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0700.061.2017171234853.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0700.061.2017272153237.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0700.061.2017171234853.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:48:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.020798683167,"SizeInBytes":166745393,"Checksum":{"Value":"a43b5154373c74b2e7b334ee10141363","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824877-LAADS","revision-id":4,"native-id":"LAADS:2715102923","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.718Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T07:05:00.000Z","EndingDateTime":"2000-03-18T07:10:00.000Z"}},"GranuleUR":"LAADS:2715102923","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":44.925572,"Latitude":13.678879},{"Longitude":66.284641,"Latitude":10.695196},{"Longitude":71.596939,"Latitude":28.347983},{"Longitude":47.541965,"Latitude":31.857934},{"Longitude":44.925572,"Latitude":13.678879}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0705.061.2017171235648.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0705.061.2017171235648.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0705.061.2017171235648.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0705.061.2017272152809.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0705.061.2017171235648.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":136.636347770691,"SizeInBytes":143273595,"Checksum":{"Value":"14bfaaaabc80cb506056fe9c0ba418fd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824368-LAADS","revision-id":4,"native-id":"LAADS:2715101286","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.310Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T07:10:00.000Z","EndingDateTime":"2000-03-18T07:15:00.000Z"}},"GranuleUR":"LAADS:2715101286","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":41.280214,"Latitude":-4.030695},{"Longitude":62.157552,"Latitude":-7.079897},{"Longitude":66.083107,"Latitude":10.806378},{"Longitude":44.818513,"Latitude":13.928215},{"Longitude":41.280214,"Latitude":-4.030695}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0710.061.2017171234441.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0710.061.2017171234441.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0710.061.2017171234441.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0710.061.2017272153334.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0710.061.2017171234441.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":143.18877696991,"SizeInBytes":150144315,"Checksum":{"Value":"e2b6646a470cf6d738aed275bd5cb9e5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824462-LAADS","revision-id":4,"native-id":"LAADS:2715101602","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.863Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T07:15:00.000Z","EndingDateTime":"2000-03-18T07:20:00.000Z"}},"GranuleUR":"LAADS:2715101602","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":36.392695,"Latitude":-21.655658},{"Longitude":59.098908,"Latitude":-25.106295},{"Longitude":62.256426,"Latitude":-7.017416},{"Longitude":41.261119,"Latitude":-3.926438},{"Longitude":36.392695,"Latitude":-21.655658}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0715.061.2017171234652.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0715.061.2017171234652.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0715.061.2017171234652.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0715.061.2017272154608.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0715.061.2017171234652.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:46:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.834444046021,"SizeInBytes":165501410,"Checksum":{"Value":"0c59320ad113be044e1d7a30803c0f50","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824283-LAADS","revision-id":4,"native-id":"LAADS:2715100996","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.465Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T07:20:00.000Z","EndingDateTime":"2000-03-18T07:25:00.000Z"}},"GranuleUR":"LAADS:2715100996","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":29.107548,"Latitude":-38.802884},{"Longitude":56.932395,"Latitude":-43.126975},{"Longitude":59.438218,"Latitude":-24.923134},{"Longitude":36.416691,"Latitude":-21.566532},{"Longitude":29.107548,"Latitude":-38.802884}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0720.061.2017171234227.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0720.061.2017171234227.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0720.061.2017171234227.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0720.061.2017272154751.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0720.061.2017171234227.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.613775253296,"SizeInBytes":154784262,"Checksum":{"Value":"69eec7626eeeb47c49b626faece7edb0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824459-LAADS","revision-id":4,"native-id":"LAADS:2715101603","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.885Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T07:25:00.000Z","EndingDateTime":"2000-03-18T07:30:00.000Z"}},"GranuleUR":"LAADS:2715101603","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":16.313372,"Latitude":-54.835204},{"Longitude":56.149061,"Latitude":-61.048577},{"Longitude":57.492429,"Latitude":-42.801865},{"Longitude":29.198673,"Latitude":-38.734519},{"Longitude":16.313372,"Latitude":-54.835204}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0725.061.2017171234951.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0725.061.2017171234951.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0725.061.2017171234951.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0725.061.2017272155248.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0725.061.2017171234951.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:49:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.29961681366,"SizeInBytes":164940603,"Checksum":{"Value":"0b74f40db9e1cdfbb77ea9403686011e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824904-LAADS","revision-id":4,"native-id":"LAADS:2715103231","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.646Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T07:30:00.000Z","EndingDateTime":"2000-03-18T07:35:00.000Z"}},"GranuleUR":"LAADS:2715103231","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-11.428979,"Latitude":-67.524254},{"Longitude":61.487318,"Latitude":-78.743459},{"Longitude":56.868251,"Latitude":-60.592095},{"Longitude":16.598923,"Latitude":-54.839672},{"Longitude":-11.428979,"Latitude":-67.524254}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0730.061.2017172000008.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0730.061.2017172000008.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0730.061.2017172000008.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0730.061.2017272155246.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0730.061.2017172000008.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.290551185608,"SizeInBytes":162833945,"Checksum":{"Value":"d8726f05ed3da23d3eab8c9db5f85b68","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824734-LAADS","revision-id":4,"native-id":"LAADS:2715102286","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.889Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T07:35:00.000Z","EndingDateTime":"2000-03-18T07:40:00.000Z"}},"GranuleUR":"LAADS:2715102286","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-62.36411,"Latitude":-69.534886},{"Longitude":-155.103038,"Latitude":-82.588059},{"Longitude":63.254422,"Latitude":-78.143683},{"Longitude":-10.890583,"Latitude":-67.703455},{"Longitude":-62.36411,"Latitude":-69.534886}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0735.061.2017171235446.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.0735.061.2017171235446.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.0735.061.2017171235446.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.0735.061.2017272152703.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.0735.061.2017171235446.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":71.2236080169678,"SizeInBytes":74683366,"Checksum":{"Value":"9c5a25a52a1f2426a6b8c7daefddeab0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824733-LAADS","revision-id":4,"native-id":"LAADS:2715102287","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.933Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T10:05:00.000Z","EndingDateTime":"2000-03-18T10:10:00.000Z"}},"GranuleUR":"LAADS:2715102287","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-3.028731,"Latitude":76.971559},{"Longitude":65.412527,"Latitude":67.14097},{"Longitude":116.710631,"Latitude":70.430457},{"Longitude":-142.683284,"Latitude":83.746739},{"Longitude":-3.028731,"Latitude":76.971559}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1005.061.2017171235419.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1005.061.2017171235419.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1005.061.2017171235419.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1005.061.2017272153310.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1005.061.2017171235419.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":111.084097862244,"SizeInBytes":116480119,"Checksum":{"Value":"0d3700486f244ee122024fa8ab8f1778","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824616-LAADS","revision-id":4,"native-id":"LAADS:2715101938","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.025Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T10:10:00.000Z","EndingDateTime":"2000-03-18T10:15:00.000Z"}},"GranuleUR":"LAADS:2715101938","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":0.549967,"Latitude":59.177521},{"Longitude":39.002415,"Latitude":53.878547},{"Longitude":64.99122,"Latitude":67.504779},{"Longitude":-4.957132,"Latitude":77.428945},{"Longitude":0.549967,"Latitude":59.177521}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1010.061.2017171235246.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1010.061.2017171235246.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1010.061.2017171235246.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1010.061.2017272154752.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1010.061.2017171235246.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.274892807007,"SizeInBytes":168060406,"Checksum":{"Value":"20c7d4b86c7f904e43ffc22bc8063705","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824373-LAADS","revision-id":4,"native-id":"LAADS:2715101287","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.349Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T10:15:00.000Z","EndingDateTime":"2000-03-18T10:20:00.000Z"}},"GranuleUR":"LAADS:2715101287","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-0.584922,"Latitude":41.37407},{"Longitude":26.822471,"Latitude":37.659878},{"Longitude":38.430544,"Latitude":54.154391},{"Longitude":0.036405,"Latitude":59.665517},{"Longitude":-0.584922,"Latitude":41.37407}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1015.061.2017171234646.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1015.061.2017171234646.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1015.061.2017171234646.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1015.061.2017272154752.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1015.061.2017171234646.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:46:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.213337898254,"SizeInBytes":174287317,"Checksum":{"Value":"a3ebe1d2e261064139d3a9badd1abf1b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824249-LAADS","revision-id":4,"native-id":"LAADS:2715100687","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.762Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T10:20:00.000Z","EndingDateTime":"2000-03-18T10:25:00.000Z"}},"GranuleUR":"LAADS:2715100687","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-2.915283,"Latitude":23.554231},{"Longitude":19.729313,"Latitude":20.446018},{"Longitude":26.383093,"Latitude":37.854171},{"Longitude":-0.825733,"Latitude":41.797641},{"Longitude":-2.915283,"Latitude":23.554231}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1020.061.2017171234113.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1020.061.2017171234113.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1020.061.2017171234113.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1020.061.2017272153116.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1020.061.2017171234113.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.482610702515,"SizeInBytes":160938182,"Checksum":{"Value":"db7cd986d58096221ad9b6ed6660b145","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824372-LAADS","revision-id":4,"native-id":"LAADS:2715101288","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.370Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T10:25:00.000Z","EndingDateTime":"2000-03-18T10:30:00.000Z"}},"GranuleUR":"LAADS:2715101288","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-6.037389,"Latitude":5.773068},{"Longitude":14.846326,"Latitude":2.801946},{"Longitude":19.425238,"Latitude":20.584609},{"Longitude":-3.027184,"Latitude":23.873227},{"Longitude":-6.037389,"Latitude":5.773068}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1025.061.2017171234428.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1025.061.2017171234428.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1025.061.2017171234428.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1025.061.2017272153339.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1025.061.2017171234428.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.482378005981,"SizeInBytes":165132242,"Checksum":{"Value":"5761dc9bf847ac79bd92ab9723eb1e36","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824788-LAADS","revision-id":4,"native-id":"LAADS:2715102619","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.882Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T10:30:00.000Z","EndingDateTime":"2000-03-18T10:35:00.000Z"}},"GranuleUR":"LAADS:2715102619","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-10.142418,"Latitude":-11.916129},{"Longitude":11.219696,"Latitude":-15.096645},{"Longitude":14.763513,"Latitude":2.889404},{"Longitude":-6.08903,"Latitude":5.96319},{"Longitude":-10.142418,"Latitude":-11.916129}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1030.061.2017171235511.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1030.061.2017171235511.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1030.061.2017171235511.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1030.061.2017272154807.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1030.061.2017171235511.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.118430137634,"SizeInBytes":169993495,"Checksum":{"Value":"a542e1d1ee2514688532bd6e8d8d49d1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824787-LAADS","revision-id":4,"native-id":"LAADS:2715102620","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.916Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T10:35:00.000Z","EndingDateTime":"2000-03-18T10:40:00.000Z"}},"GranuleUR":"LAADS:2715102620","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-15.875155,"Latitude":-29.380182},{"Longitude":8.572145,"Latitude":-33.142298},{"Longitude":11.450447,"Latitude":-14.99182},{"Longitude":-10.127123,"Latitude":-11.824205},{"Longitude":-15.875155,"Latitude":-29.380182}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1035.061.2017171235552.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1035.061.2017171235552.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1035.061.2017171235552.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1035.061.2017272154547.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1035.061.2017171235552.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.890899658203,"SizeInBytes":157172000,"Checksum":{"Value":"64cdcf0173b0959ed3df2c545f2719b3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824794-LAADS","revision-id":4,"native-id":"LAADS:2715102621","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.929Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T10:40:00.000Z","EndingDateTime":"2000-03-18T10:45:00.000Z"}},"GranuleUR":"LAADS:2715102621","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-25.028812,"Latitude":-46.148175},{"Longitude":6.879799,"Latitude":-51.127953},{"Longitude":9.004402,"Latitude":-32.89563},{"Longitude":-15.845365,"Latitude":-29.29302},{"Longitude":-25.028812,"Latitude":-46.148175}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1040.061.2017171235619.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1040.061.2017171235619.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1040.061.2017171235619.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1040.061.2017272155525.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1040.061.2017171235619.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.889301300049,"SizeInBytes":170801812,"Checksum":{"Value":"cfc64e4bd1d3d8f6e565b3297aa9f4b4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824614-LAADS","revision-id":4,"native-id":"LAADS:2715101939","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.056Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T10:45:00.000Z","EndingDateTime":"2000-03-18T10:50:00.000Z"}},"GranuleUR":"LAADS:2715101939","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-42.65922,"Latitude":-61.178544},{"Longitude":7.48641,"Latitude":-68.978247},{"Longitude":7.554013,"Latitude":-50.741072},{"Longitude":-24.864459,"Latitude":-46.105019},{"Longitude":-42.65922,"Latitude":-61.178544}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1045.061.2017171235222.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1045.061.2017171235222.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1045.061.2017171235222.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1045.061.2017272155944.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1045.061.2017171235222.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.868805885315,"SizeInBytes":166586017,"Checksum":{"Value":"72b125450242de75d2275d9cd24fd4b5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824907-LAADS","revision-id":4,"native-id":"LAADS:2715103232","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.683Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T10:50:00.000Z","EndingDateTime":"2000-03-18T10:55:00.000Z"}},"GranuleUR":"LAADS:2715103232","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-82.076004,"Latitude":-70.329023},{"Longitude":38.119262,"Latitude":-86.03424},{"Longitude":8.380854,"Latitude":-68.469756},{"Longitude":-42.247452,"Latitude":-61.244911},{"Longitude":-82.076004,"Latitude":-70.329023}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1050.061.2017171235931.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1050.061.2017171235931.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1050.061.2017171235931.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1050.061.2017272153122.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1050.061.2017171235931.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:31.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":137.012545585632,"SizeInBytes":143668067,"Checksum":{"Value":"5dae02e876c002b1d1c75e192277b7ac","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824618-LAADS","revision-id":4,"native-id":"LAADS:2715101940","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.046Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T10:55:00.000Z","EndingDateTime":"2000-03-18T11:00:00.000Z"}},"GranuleUR":"LAADS:2715101940","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-130.531047,"Latitude":-65.810938},{"Longitude":165.019222,"Latitude":-75.00743},{"Longitude":38.134627,"Latitude":-85.35185},{"Longitude":-81.679055,"Latitude":-70.620351},{"Longitude":-130.531047,"Latitude":-65.810938}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1055.061.2017171235313.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1055.061.2017171235313.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1055.061.2017171235313.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1055.061.2017272152736.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1055.061.2017171235313.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":24.1573181152344,"SizeInBytes":25330784,"Checksum":{"Value":"15b0a08298d60041b2aff29f32c10d02","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824451-LAADS","revision-id":4,"native-id":"LAADS:2715101604","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.896Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T11:40:00.000Z","EndingDateTime":"2000-03-18T11:45:00.000Z"}},"GranuleUR":"LAADS:2715101604","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-128.81607,"Latitude":87.334032},{"Longitude":79.542482,"Latitude":70.847593},{"Longitude":122.902051,"Latitude":62.878929},{"Longitude":176.08508,"Latitude":70.347839},{"Longitude":-128.81607,"Latitude":87.334032}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1140.061.2017171234847.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1140.061.2017171234847.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1140.061.2017171234847.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1140.061.2017272152710.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1140.061.2017171234847.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:48:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":20.5180616378784,"SizeInBytes":21514747,"Checksum":{"Value":"6c11d25ee78f2401bfa410b3b78b5ed5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824375-LAADS","revision-id":4,"native-id":"LAADS:2715101289","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.385Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T11:45:00.000Z","EndingDateTime":"2000-03-18T11:50:00.000Z"}},"GranuleUR":"LAADS:2715101289","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-25.756293,"Latitude":73.053147},{"Longitude":32.714045,"Latitude":64.712442},{"Longitude":79.837066,"Latitude":71.174999},{"Longitude":-134.679483,"Latitude":86.774519},{"Longitude":-25.756293,"Latitude":73.053147}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1145.061.2017171234559.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1145.061.2017171234559.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1145.061.2017171234559.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1145.061.2017272154350.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1145.061.2017171234559.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":142.299826622009,"SizeInBytes":149212183,"Checksum":{"Value":"52fea70d934911e8f00843b7d5ff6c9a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824737-LAADS","revision-id":4,"native-id":"LAADS:2715102288","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.977Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T11:50:00.000Z","EndingDateTime":"2000-03-18T11:55:00.000Z"}},"GranuleUR":"LAADS:2715102288","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-24.256761,"Latitude":55.306553},{"Longitude":10.90173,"Latitude":50.486428},{"Longitude":32.194931,"Latitude":65.061279},{"Longitude":-27.125496,"Latitude":73.526877},{"Longitude":-24.256761,"Latitude":55.306553}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1150.061.2017171235423.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1150.061.2017171235423.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1150.061.2017171235423.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1150.061.2017272155253.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1150.061.2017171235423.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.029221534729,"SizeInBytes":163608497,"Checksum":{"Value":"59d6c808d5614fa2c7cd11f9fdf1b93b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824465-LAADS","revision-id":4,"native-id":"LAADS:2715101605","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.920Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T11:55:00.000Z","EndingDateTime":"2000-03-18T12:00:00.000Z"}},"GranuleUR":"LAADS:2715101605","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-25.75957,"Latitude":37.401824},{"Longitude":0.22685,"Latitude":33.881975},{"Longitude":10.346913,"Latitude":50.744408},{"Longitude":-24.701589,"Latitude":55.781113},{"Longitude":-25.75957,"Latitude":37.401824}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1155.061.2017171235130.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1155.061.2017171235130.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1155.061.2017171235130.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1155.061.2017272155028.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1155.061.2017171235130.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.1711769104,"SizeInBytes":167951652,"Checksum":{"Value":"aec354e67dc6aea08db2756f33ca3cde","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824457-LAADS","revision-id":4,"native-id":"LAADS:2715101606","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.981Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T12:00:00.000Z","EndingDateTime":"2000-03-18T12:05:00.000Z"}},"GranuleUR":"LAADS:2715101606","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-28.268573,"Latitude":19.58375},{"Longitude":-6.242199,"Latitude":16.544398},{"Longitude":-0.202399,"Latitude":34.066707},{"Longitude":-25.95939,"Latitude":37.808806},{"Longitude":-28.268573,"Latitude":19.58375}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1200.061.2017171235142.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1200.061.2017171235142.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1200.061.2017171235142.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1200.061.2017272153253.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1200.061.2017171235142.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":135.651263237,"SizeInBytes":142240659,"Checksum":{"Value":"a4b3be41b5d3da5545e5d2416e40714c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824458-LAADS","revision-id":4,"native-id":"LAADS:2715101607","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.990Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T12:05:00.000Z","EndingDateTime":"2000-03-18T12:10:00.000Z"}},"GranuleUR":"LAADS:2715101607","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-31.576446,"Latitude":1.825554},{"Longitude":-10.771823,"Latitude":-1.164691},{"Longitude":-6.48259,"Latitude":16.666583},{"Longitude":-28.361111,"Latitude":19.877366},{"Longitude":-31.576446,"Latitude":1.825554}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1205.061.2017171234823.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1205.061.2017171234823.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1205.061.2017171234823.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1205.061.2017272153451.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1205.061.2017171234823.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:48:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":134.72093296051,"SizeInBytes":141265137,"Checksum":{"Value":"d8ffdd11ba37b04d84dbc2d17aa27e2b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824376-LAADS","revision-id":4,"native-id":"LAADS:2715101290","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.407Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T12:10:00.000Z","EndingDateTime":"2000-03-18T12:15:00.000Z"}},"GranuleUR":"LAADS:2715101290","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-35.965604,"Latitude":-15.844232},{"Longitude":-14.165591,"Latitude":-19.120466},{"Longitude":-10.784581,"Latitude":-1.088087},{"Longitude":-31.612675,"Latitude":1.982634},{"Longitude":-35.965604,"Latitude":-15.844232}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1210.061.2017171234508.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1210.061.2017171234508.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1210.061.2017171234508.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1210.061.2017272153632.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1210.061.2017171234508.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":141.278109550476,"SizeInBytes":148140835,"Checksum":{"Value":"5f699b03c97a8d5b393cd030ee030aa9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824460-LAADS","revision-id":4,"native-id":"LAADS:2715101608","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.989Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T12:15:00.000Z","EndingDateTime":"2000-03-18T12:20:00.000Z"}},"GranuleUR":"LAADS:2715101608","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-42.242288,"Latitude":-33.198711},{"Longitude":-16.626858,"Latitude":-37.159853},{"Longitude":-13.890246,"Latitude":-18.984448},{"Longitude":-35.943198,"Latitude":-15.754259},{"Longitude":-42.242288,"Latitude":-33.198711}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1215.061.2017171234739.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1215.061.2017171234739.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1215.061.2017171234739.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1215.061.2017272154748.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1215.061.2017171234739.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:47:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.569990158081,"SizeInBytes":159981230,"Checksum":{"Value":"dc31e027ea1374b4efd624783689752c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824740-LAADS","revision-id":4,"native-id":"LAADS:2715102289","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.024Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T12:20:00.000Z","EndingDateTime":"2000-03-18T12:25:00.000Z"}},"GranuleUR":"LAADS:2715102289","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-52.633974,"Latitude":-49.717337},{"Longitude":-18.017443,"Latitude":-55.12272},{"Longitude":-16.146094,"Latitude":-36.88115},{"Longitude":-42.194096,"Latitude":-33.116835},{"Longitude":-52.633974,"Latitude":-49.717337}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1220.061.2017171235341.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1220.061.2017171235341.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1220.061.2017171235341.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1220.061.2017272160016.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1220.061.2017171235341.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.375739097595,"SizeInBytes":172360455,"Checksum":{"Value":"4eb12506b7729d2761d5f55fa35dc1c6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824615-LAADS","revision-id":4,"native-id":"LAADS:2715101941","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.045Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T12:25:00.000Z","EndingDateTime":"2000-03-18T12:30:00.000Z"}},"GranuleUR":"LAADS:2715101941","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-73.682567,"Latitude":-64.003207},{"Longitude":-16.152271,"Latitude":-72.924282},{"Longitude":-17.276674,"Latitude":-54.706148},{"Longitude":-52.424691,"Latitude":-49.691006},{"Longitude":-73.682567,"Latitude":-64.003207}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1225.061.2017171235009.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1225.061.2017171235009.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1225.061.2017171235009.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1225.061.2017272155017.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1225.061.2017171235009.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.851075172424,"SizeInBytes":165518849,"Checksum":{"Value":"cf68f818ec47139ef650cabdc308fcc7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824739-LAADS","revision-id":4,"native-id":"LAADS:2715102290","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.071Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T12:30:00.000Z","EndingDateTime":"2000-03-18T12:35:00.000Z"}},"GranuleUR":"LAADS:2715102290","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-118.871268,"Latitude":-70.619586},{"Longitude":82.702849,"Latitude":-87.261849},{"Longitude":-15.162073,"Latitude":-72.390721},{"Longitude":-73.211077,"Latitude":-64.109674},{"Longitude":-118.871268,"Latitude":-70.619586}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1230.061.2017171235142.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1230.061.2017171235142.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1230.061.2017171235142.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1230.061.2017272153222.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1230.061.2017171235142.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":116.222518920898,"SizeInBytes":121868144,"Checksum":{"Value":"e8853d599053c08e630683908ba60fb8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824622-LAADS","revision-id":4,"native-id":"LAADS:2715101942","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.058Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T13:20:00.000Z","EndingDateTime":"2000-03-18T13:25:00.000Z"}},"GranuleUR":"LAADS:2715101942","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-80.259443,"Latitude":86.20968},{"Longitude":42.484503,"Latitude":70.728696},{"Longitude":91.279186,"Latitude":65.62523},{"Longitude":152.85735,"Latitude":74.274394},{"Longitude":-80.259443,"Latitude":86.20968}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1320.061.2017171235322.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1320.061.2017171235322.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1320.061.2017171235322.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1320.061.2017272152658.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1320.061.2017171235322.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":44.5009260177612,"SizeInBytes":46662603,"Checksum":{"Value":"6a24a62287b0aef3fccd140102bf1849","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824875-LAADS","revision-id":4,"native-id":"LAADS:2715102924","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.768Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T13:25:00.000Z","EndingDateTime":"2000-03-18T13:30:00.000Z"}},"GranuleUR":"LAADS:2715102924","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-49.503756,"Latitude":69.110325},{"Longitude":1.425465,"Latitude":61.920748},{"Longitude":42.551879,"Latitude":71.084657},{"Longitude":-89.767315,"Latitude":86.341604},{"Longitude":-49.503756,"Latitude":69.110325}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1325.061.2017171235654.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1325.061.2017171235654.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1325.061.2017171235654.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1325.061.2017272154133.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1325.061.2017171235654.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.80482673645,"SizeInBytes":160227474,"Checksum":{"Value":"9943805ced8fa15d5d8c8305f58c4468","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824621-LAADS","revision-id":4,"native-id":"LAADS:2715101943","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.204Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T13:30:00.000Z","EndingDateTime":"2000-03-18T13:35:00.000Z"}},"GranuleUR":"LAADS:2715101943","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-49.182482,"Latitude":51.338096},{"Longitude":-16.779236,"Latitude":46.91895},{"Longitude":0.86015,"Latitude":62.248408},{"Longitude":-50.525551,"Latitude":69.59506},{"Longitude":-49.182482,"Latitude":51.338096}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1330.061.2017171235251.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1330.061.2017171235251.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1330.061.2017171235251.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1330.061.2017272155643.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1330.061.2017171235251.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.218642234802,"SizeInBytes":170098575,"Checksum":{"Value":"9c97cf919dc09760c2a40c6a83a35dba","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824620-LAADS","revision-id":4,"native-id":"LAADS:2715101944","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.212Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T13:35:00.000Z","EndingDateTime":"2000-03-18T13:40:00.000Z"}},"GranuleUR":"LAADS:2715101944","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-50.960752,"Latitude":33.517102},{"Longitude":-26.138107,"Latitude":30.147915},{"Longitude":-17.302632,"Latitude":47.156791},{"Longitude":-49.54564,"Latitude":51.801048},{"Longitude":-50.960752,"Latitude":33.517102}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1335.061.2017171235025.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1335.061.2017171235025.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1335.061.2017171235025.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1335.061.2017272155532.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1335.061.2017171235025.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.14755153656,"SizeInBytes":165829727,"Checksum":{"Value":"088cfdbb72cc9e0f75a0eb38f07898af","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824793-LAADS","revision-id":4,"native-id":"LAADS:2715102622","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.962Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T13:40:00.000Z","EndingDateTime":"2000-03-18T13:45:00.000Z"}},"GranuleUR":"LAADS:2715102622","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-53.654267,"Latitude":15.615649},{"Longitude":-32.08113,"Latitude":12.615171},{"Longitude":-26.514786,"Latitude":30.314306},{"Longitude":-51.133819,"Latitude":33.899427},{"Longitude":-53.654267,"Latitude":15.615649}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1340.061.2017171235502.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1340.061.2017171235502.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1340.061.2017171235502.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1340.061.2017272155024.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1340.061.2017171235502.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.36975479126,"SizeInBytes":162916996,"Checksum":{"Value":"cb82911bb09448989a988cbc393ddf5e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824746-LAADS","revision-id":4,"native-id":"LAADS:2715102291","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.055Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T13:45:00.000Z","EndingDateTime":"2000-03-18T13:50:00.000Z"}},"GranuleUR":"LAADS:2715102291","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-57.159668,"Latitude":-2.117015},{"Longitude":-36.339099,"Latitude":-5.140393},{"Longitude":-32.302016,"Latitude":12.730852},{"Longitude":-53.729187,"Latitude":15.879456},{"Longitude":-57.159668,"Latitude":-2.117015}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1345.061.2017171235326.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1345.061.2017171235326.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1345.061.2017171235326.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1345.061.2017272155500.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1345.061.2017171235326.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.683465003967,"SizeInBytes":171634553,"Checksum":{"Value":"039286182531be7f48aedf1b654c1e85","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824741-LAADS","revision-id":4,"native-id":"LAADS:2715102292","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.064Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T13:50:00.000Z","EndingDateTime":"2000-03-18T13:55:00.000Z"}},"GranuleUR":"LAADS:2715102292","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-61.86855,"Latitude":-19.759752},{"Longitude":-39.509111,"Latitude":-23.145997},{"Longitude":-36.279953,"Latitude":-5.073174},{"Longitude":-57.180065,"Latitude":-1.994099},{"Longitude":-61.86855,"Latitude":-19.759752}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1350.061.2017171235321.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1350.061.2017171235321.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1350.061.2017171235321.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1350.061.2017272154333.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1350.061.2017171235321.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:21.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":170.687201499939,"SizeInBytes":178978503,"Checksum":{"Value":"d96ff3f440362e7fc045a2a8b5bfbb83","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824617-LAADS","revision-id":4,"native-id":"LAADS:2715101945","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.228Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T13:55:00.000Z","EndingDateTime":"2000-03-18T14:00:00.000Z"}},"GranuleUR":"LAADS:2715101945","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-68.790088,"Latitude":-36.983413},{"Longitude":-41.774058,"Latitude":-41.175862},{"Longitude":-39.187899,"Latitude":-22.978734},{"Longitude":-61.842231,"Latitude":-19.672088},{"Longitude":-68.790088,"Latitude":-36.983413}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1355.061.2017171235207.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1355.061.2017171235207.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1355.061.2017171235207.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1355.061.2017272154344.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1355.061.2017171235207.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.034879684448,"SizeInBytes":163614430,"Checksum":{"Value":"6455f21ac22958afe713e54eee2425d7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824938-LAADS","revision-id":4,"native-id":"LAADS:2715103559","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.934Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T14:00:00.000Z","EndingDateTime":"2000-03-18T14:05:00.000Z"}},"GranuleUR":"LAADS:2715103559","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-80.691205,"Latitude":-53.202348},{"Longitude":-42.786789,"Latitude":-59.114191},{"Longitude":-41.242583,"Latitude":-40.865101},{"Longitude":-68.702743,"Latitude":-36.916169},{"Longitude":-80.691205,"Latitude":-53.202348}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1400.061.2017172000016.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1400.061.2017172000016.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1400.061.2017172000016.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1400.061.2017272160226.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1400.061.2017172000016.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:16.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.089614868164,"SizeInBytes":172060432,"Checksum":{"Value":"11ee7ef5fe21772ac8a56b7c769c0f09","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824951-LAADS","revision-id":4,"native-id":"LAADS:2715103859","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.816Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T14:05:00.000Z","EndingDateTime":"2000-03-18T14:10:00.000Z"}},"GranuleUR":"LAADS:2715103859","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-106.050747,"Latitude":-66.482295},{"Longitude":-38.770941,"Latitude":-76.843719},{"Longitude":-41.967014,"Latitude":-58.666352},{"Longitude":-80.462791,"Latitude":-53.184828},{"Longitude":-106.050747,"Latitude":-66.482295}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1405.061.2017172000246.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1405.061.2017172000246.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1405.061.2017172000246.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1405.061.2017272155610.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1405.061.2017172000246.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.172669410706,"SizeInBytes":166904641,"Checksum":{"Value":"646476e4a1c2bdfab99a46ffc77c4112","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824942-LAADS","revision-id":4,"native-id":"LAADS:2715103560","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.913Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T14:10:00.000Z","EndingDateTime":"2000-03-18T14:15:00.000Z"}},"GranuleUR":"LAADS:2715103560","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-155.530407,"Latitude":-70.096229},{"Longitude":99.551638,"Latitude":-84.453047},{"Longitude":-37.698507,"Latitude":-76.285095},{"Longitude":-105.539001,"Latitude":-66.635684},{"Longitude":-155.530407,"Latitude":-70.096229}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1410.061.2017172000041.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1410.061.2017172000041.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1410.061.2017172000041.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1410.061.2017272153009.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1410.061.2017172000041.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":90.8354091644287,"SizeInBytes":95247830,"Checksum":{"Value":"8900ee3fccfd39e53eadb2dac7a717bd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824750-LAADS","revision-id":4,"native-id":"LAADS:2715102293","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.069Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T15:00:00.000Z","EndingDateTime":"2000-03-18T15:05:00.000Z"}},"GranuleUR":"LAADS:2715102293","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-85.072307,"Latitude":82.701063},{"Longitude":6.073732,"Latitude":69.793441},{"Longitude":58.137483,"Latitude":67.967656},{"Longitude":131.01423,"Latitude":78.161833},{"Longitude":-85.072307,"Latitude":82.701063}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1500.061.2017171235452.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1500.061.2017171235452.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1500.061.2017171235452.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1500.061.2017272152954.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1500.061.2017171235452.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":73.1951990127563,"SizeInBytes":76750729,"Checksum":{"Value":"fea4ff95893cc4b5abf54bf3103c2dd2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824748-LAADS","revision-id":4,"native-id":"LAADS:2715102294","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.271Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T15:05:00.000Z","EndingDateTime":"2000-03-18T15:10:00.000Z"}},"GranuleUR":"LAADS:2715102294","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-73.809244,"Latitude":65.159025},{"Longitude":-28.695726,"Latitude":58.863503},{"Longitude":5.903803,"Latitude":70.167807},{"Longitude":-89.258439,"Latitude":83.068478},{"Longitude":-73.809244,"Latitude":65.159025}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1505.061.2017171235322.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1505.061.2017171235322.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1505.061.2017171235322.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1505.061.2017272153918.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1505.061.2017171235322.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.134937286377,"SizeInBytes":158476468,"Checksum":{"Value":"6343a5bbbf7692e3af65b8c8535ee3d4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824742-LAADS","revision-id":4,"native-id":"LAADS:2715102295","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.092Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T15:10:00.000Z","EndingDateTime":"2000-03-18T15:15:00.000Z"}},"GranuleUR":"LAADS:2715102295","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-74.184224,"Latitude":47.369792},{"Longitude":-44.060931,"Latitude":43.277959},{"Longitude":-29.275731,"Latitude":59.169512},{"Longitude":-74.531924,"Latitude":65.650463},{"Longitude":-74.184224,"Latitude":47.369792}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1510.061.2017171235348.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1510.061.2017171235348.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1510.061.2017171235348.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1510.061.2017272155029.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1510.061.2017171235348.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.730781555176,"SizeInBytes":175878472,"Checksum":{"Value":"12dc0e832a6232788a5c0612ed1b3410","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824619-LAADS","revision-id":4,"native-id":"LAADS:2715101946","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.271Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T15:15:00.000Z","EndingDateTime":"2000-03-18T15:20:00.000Z"}},"GranuleUR":"LAADS:2715101946","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-76.212946,"Latitude":29.548473},{"Longitude":-52.384276,"Latitude":26.304239},{"Longitude":-44.554176,"Latitude":43.497845},{"Longitude":-74.502027,"Latitude":47.819035},{"Longitude":-76.212946,"Latitude":29.548473}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1515.061.2017171235244.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1515.061.2017171235244.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1515.061.2017171235244.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1515.061.2017272155823.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1515.061.2017171235244.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.030333518982,"SizeInBytes":175143999,"Checksum":{"Value":"400ddbe3537146c3953856eacba41131","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824461-LAADS","revision-id":4,"native-id":"LAADS:2715101609","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.996Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T15:20:00.000Z","EndingDateTime":"2000-03-18T15:25:00.000Z"}},"GranuleUR":"LAADS:2715101609","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-79.062786,"Latitude":11.743686},{"Longitude":-57.837098,"Latitude":8.767702},{"Longitude":-52.726891,"Latitude":26.458141},{"Longitude":-76.353952,"Latitude":29.905498},{"Longitude":-79.062786,"Latitude":11.743686}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1520.061.2017171235059.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1520.061.2017171235059.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1520.061.2017171235059.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1520.061.2017272153818.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1520.061.2017171235059.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":143.960202217102,"SizeInBytes":150953213,"Checksum":{"Value":"c9f3815379a6e805b359f3155461dafd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824626-LAADS","revision-id":4,"native-id":"LAADS:2715101947","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.240Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T15:25:00.000Z","EndingDateTime":"2000-03-18T15:30:00.000Z"}},"GranuleUR":"LAADS:2715101947","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-82.805144,"Latitude":-6.050788},{"Longitude":-61.865559,"Latitude":-9.121979},{"Longitude":-58.024075,"Latitude":8.875076},{"Longitude":-79.131569,"Latitude":11.978927},{"Longitude":-82.805144,"Latitude":-6.050788}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1525.061.2017171235149.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1525.061.2017171235149.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1525.061.2017171235149.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1525.061.2017272154345.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1525.061.2017171235149.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.321862220764,"SizeInBytes":175449689,"Checksum":{"Value":"c82bd88ca4ab0f23fd1a2a12fb4c954f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824623-LAADS","revision-id":4,"native-id":"LAADS:2715101948","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.286Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T15:30:00.000Z","EndingDateTime":"2000-03-18T15:35:00.000Z"}},"GranuleUR":"LAADS:2715101948","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-87.88954,"Latitude":-23.644843},{"Longitude":-64.819165,"Latitude":-27.163699},{"Longitude":-61.732987,"Latitude":-9.055838},{"Longitude":-82.819386,"Latitude":-5.952865},{"Longitude":-87.88954,"Latitude":-23.644843}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1530.061.2017171235200.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1530.061.2017171235200.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1530.061.2017171235200.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1530.061.2017272154749.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1530.061.2017171235200.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.873366355896,"SizeInBytes":167639375,"Checksum":{"Value":"8f9b13f2ce8e425fc58c60f6d7f5670a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824470-LAADS","revision-id":4,"native-id":"LAADS:2715101610","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.035Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T15:35:00.000Z","EndingDateTime":"2000-03-18T15:40:00.000Z"}},"GranuleUR":"LAADS:2715101610","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-95.585748,"Latitude":-40.710195},{"Longitude":-66.876188,"Latitude":-45.17833},{"Longitude":-64.453828,"Latitude":-26.965191},{"Longitude":-87.861865,"Latitude":-23.555943},{"Longitude":-95.585748,"Latitude":-40.710195}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1535.061.2017171235115.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1535.061.2017171235115.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1535.061.2017171235115.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1535.061.2017272155737.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1535.061.2017171235115.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":168.215608596802,"SizeInBytes":176386850,"Checksum":{"Value":"9d61be277bb8e5ed472249ed6d3bdc4e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824906-LAADS","revision-id":4,"native-id":"LAADS:2715103233","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.695Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T15:40:00.000Z","EndingDateTime":"2000-03-18T15:45:00.000Z"}},"GranuleUR":"LAADS:2715103233","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-109.416078,"Latitude":-56.532738},{"Longitude":-67.379025,"Latitude":-63.08468},{"Longitude":-66.277257,"Latitude":-44.837844},{"Longitude":-95.480626,"Latitude":-40.645323},{"Longitude":-109.416078,"Latitude":-56.532738}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1540.061.2017171235959.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1540.061.2017171235959.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1540.061.2017171235959.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1540.061.2017272155021.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1540.061.2017171235959.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.72668170929,"SizeInBytes":166436989,"Checksum":{"Value":"83dfe1d990fec117c14cedab7c6b61a1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824908-LAADS","revision-id":4,"native-id":"LAADS:2715103234","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.746Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T15:45:00.000Z","EndingDateTime":"2000-03-18T15:50:00.000Z"}},"GranuleUR":"LAADS:2715103234","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-139.929168,"Latitude":-68.493642},{"Longitude":-59.161561,"Latitude":-80.699446},{"Longitude":-66.47625,"Latitude":-62.611219},{"Longitude":-109.098075,"Latitude":-56.551227},{"Longitude":-139.929168,"Latitude":-68.493642}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1545.061.2017171235923.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1545.061.2017171235923.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1545.061.2017171235923.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1545.061.2017272155257.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1545.061.2017171235923.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.597075462341,"SizeInBytes":164203935,"Checksum":{"Value":"2e4368ae0068aafb5338426f0560c09d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824940-LAADS","revision-id":4,"native-id":"LAADS:2715103561","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.979Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T15:50:00.000Z","EndingDateTime":"2000-03-18T15:55:00.000Z"}},"GranuleUR":"LAADS:2715103561","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":171.345041,"Latitude":-69.204064},{"Longitude":83.955252,"Latitude":-81.704806},{"Longitude":-58.480473,"Latitude":-80.133976},{"Longitude":-139.415867,"Latitude":-68.700661},{"Longitude":171.345041,"Latitude":-69.204064}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1550.061.2017172000216.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1550.061.2017172000216.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1550.061.2017172000216.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1550.061.2017272152925.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1550.061.2017172000216.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:16.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":61.3166170120239,"SizeInBytes":64295133,"Checksum":{"Value":"4594d3ff4206db7f52c9791a5945b5ec","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824743-LAADS","revision-id":4,"native-id":"LAADS:2715102296","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.157Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T17:10:00.000Z","EndingDateTime":"2000-03-18T17:15:00.000Z"}},"GranuleUR":"LAADS:2715102296","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-114.020149,"Latitude":-27.500722},{"Longitude":-90.069026,"Latitude":-31.170386},{"Longitude":-87.238587,"Latitude":-13.563212},{"Longitude":-108.635442,"Latitude":-10.420901},{"Longitude":-114.020149,"Latitude":-27.500722}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1710.061.2017171235332.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1710.061.2017171235332.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1710.061.2017171235332.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1710.061.2017272154137.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1710.061.2017171235332.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.160869598389,"SizeInBytes":152212204,"Checksum":{"Value":"6aa652087fd7bfe66fee06a8f8db4a15","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824878-LAADS","revision-id":4,"native-id":"LAADS:2715102925","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.763Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T17:15:00.000Z","EndingDateTime":"2000-03-18T17:20:00.000Z"}},"GranuleUR":"LAADS:2715102925","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-122.643562,"Latitude":-44.377908},{"Longitude":-91.886182,"Latitude":-49.171069},{"Longitude":-89.657546,"Latitude":-30.943567},{"Longitude":-113.989581,"Latitude":-27.41399},{"Longitude":-122.643562,"Latitude":-44.377908}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1715.061.2017171235648.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1715.061.2017171235648.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1715.061.2017171235648.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1715.061.2017272155638.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1715.061.2017171235648.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.91720867157,"SizeInBytes":172928227,"Checksum":{"Value":"b3cd0bfd04b6ebf536fbf84b20970fa8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824745-LAADS","revision-id":4,"native-id":"LAADS:2715102297","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.260Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T17:20:00.000Z","EndingDateTime":"2000-03-18T17:25:00.000Z"}},"GranuleUR":"LAADS:2715102297","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-138.875664,"Latitude":-59.703974},{"Longitude":-91.718194,"Latitude":-67.041983},{"Longitude":-91.243063,"Latitude":-48.799148},{"Longitude":-122.502841,"Latitude":-44.326235},{"Longitude":-138.875664,"Latitude":-59.703974}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1720.061.2017171235443.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1720.061.2017171235443.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1720.061.2017171235443.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1720.061.2017272160017.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1720.061.2017171235443.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.940657615662,"SizeInBytes":170855663,"Checksum":{"Value":"da8b7377befbd887d0ade740a1764d46","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824912-LAADS","revision-id":4,"native-id":"LAADS:2715103235","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.730Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T17:25:00.000Z","EndingDateTime":"2000-03-18T17:30:00.000Z"}},"GranuleUR":"LAADS:2715103235","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-175.296585,"Latitude":-69.903316},{"Longitude":-73.118584,"Latitude":-84.394115},{"Longitude":-90.768378,"Latitude":-66.542575},{"Longitude":-138.495053,"Latitude":-59.753324},{"Longitude":-175.296585,"Latitude":-69.903316}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1725.061.2017171235923.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1725.061.2017171235923.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1725.061.2017171235923.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1725.061.2017272154343.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1725.061.2017171235923.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.513935089111,"SizeInBytes":156776724,"Checksum":{"Value":"4b315dab6597566c2ee1bcaca77c1e80","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824950-LAADS","revision-id":4,"native-id":"LAADS:2715103860","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.837Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T17:30:00.000Z","EndingDateTime":"2000-03-18T17:35:00.000Z"}},"GranuleUR":"LAADS:2715103860","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":134.646664,"Latitude":-66.928477},{"Longitude":65.163164,"Latitude":-76.918953},{"Longitude":-72.435079,"Latitude":-83.770629},{"Longitude":-174.846224,"Latitude":-70.165509},{"Longitude":134.646664,"Latitude":-66.928477}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1730.061.2017172000227.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1730.061.2017172000227.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1730.061.2017172000227.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1730.061.2017272152810.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1730.061.2017172000227.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":35.6460075378418,"SizeInBytes":37377548,"Checksum":{"Value":"cb3f1b6a8905533bf23be3534f88a051","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824291-LAADS","revision-id":4,"native-id":"LAADS:2715100997","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.496Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T18:20:00.000Z","EndingDateTime":"2000-03-18T18:25:00.000Z"}},"GranuleUR":"LAADS:2715100997","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-125.511411,"Latitude":74.983586},{"Longitude":-62.435582,"Latitude":65.959936},{"Longitude":-12.959612,"Latitude":70.907917},{"Longitude":104.98658,"Latitude":85.455896},{"Longitude":-125.511411,"Latitude":74.983586}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1820.061.2017171234232.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1820.061.2017171234232.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1820.061.2017171234232.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1820.061.2017272153413.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1820.061.2017171234232.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:33.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":127.036742210388,"SizeInBytes":133207679,"Checksum":{"Value":"88fdaeeb7d91ba8cd3de1211306c8cc8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824749-LAADS","revision-id":4,"native-id":"LAADS:2715102298","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.209Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T18:25:00.000Z","EndingDateTime":"2000-03-18T18:30:00.000Z"}},"GranuleUR":"LAADS:2715102298","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-123.063806,"Latitude":57.254648},{"Longitude":-86.364552,"Latitude":52.212145},{"Longitude":-62.928303,"Latitude":66.323824},{"Longitude":-126.99977,"Latitude":75.457822},{"Longitude":-123.063806,"Latitude":57.254648}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1825.061.2017171235425.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1825.061.2017171235425.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1825.061.2017171235425.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1825.061.2017272154135.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1825.061.2017171235425.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.947203636169,"SizeInBytes":163522495,"Checksum":{"Value":"f036ed15ee81186e3caa87a12bc1bde5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824624-LAADS","revision-id":4,"native-id":"LAADS:2715101949","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.318Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T18:30:00.000Z","EndingDateTime":"2000-03-18T18:35:00.000Z"}},"GranuleUR":"LAADS:2715101949","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-124.420248,"Latitude":39.446751},{"Longitude":-97.724467,"Latitude":35.831248},{"Longitude":-86.917907,"Latitude":52.475206},{"Longitude":-123.5749,"Latitude":57.734385},{"Longitude":-124.420248,"Latitude":39.446751}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1830.061.2017171234947.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1830.061.2017171234947.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1830.061.2017171234947.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1830.061.2017272153925.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1830.061.2017171234947.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:49:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.308886528015,"SizeInBytes":173338931,"Checksum":{"Value":"7fe664b7bc9a6f43ab809d8276e45cb0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824628-LAADS","revision-id":4,"native-id":"LAADS:2715101950","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.262Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T18:35:00.000Z","EndingDateTime":"2000-03-18T18:40:00.000Z"}},"GranuleUR":"LAADS:2715101950","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-126.832834,"Latitude":21.624159},{"Longitude":-104.499211,"Latitude":18.554056},{"Longitude":-98.158321,"Latitude":36.020739},{"Longitude":-124.635924,"Latitude":39.860833},{"Longitude":-126.832834,"Latitude":21.624159}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1835.061.2017171235157.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1835.061.2017171235157.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1835.061.2017171235157.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1835.061.2017272153627.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1835.061.2017171235157.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.17982006073,"SizeInBytes":162717835,"Checksum":{"Value":"461dfd328246e93c0f2d77596d4cd9b0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824290-LAADS","revision-id":4,"native-id":"LAADS:2715100998","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.512Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T18:40:00.000Z","EndingDateTime":"2000-03-18T18:45:00.000Z"}},"GranuleUR":"LAADS:2715100998","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-130.040532,"Latitude":3.853833},{"Longitude":-109.198858,"Latitude":0.875829},{"Longitude":-104.766595,"Latitude":18.683542},{"Longitude":-126.932771,"Latitude":21.9307},{"Longitude":-130.040532,"Latitude":3.853833}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1840.061.2017171234321.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1840.061.2017171234321.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1840.061.2017171234321.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1840.061.2017272155023.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1840.061.2017171234321.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:21.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.186024665833,"SizeInBytes":166918645,"Checksum":{"Value":"692789d289e1e50f9451c6397c15465e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824467-LAADS","revision-id":4,"native-id":"LAADS:2715101611","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.051Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T18:45:00.000Z","EndingDateTime":"2000-03-18T18:50:00.000Z"}},"GranuleUR":"LAADS:2715101611","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-134.275913,"Latitude":-13.829009},{"Longitude":-112.721638,"Latitude":-17.051245},{"Longitude":-109.259338,"Latitude":0.959389},{"Longitude":-130.081995,"Latitude":4.026482},{"Longitude":-134.275913,"Latitude":-13.829009}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1845.061.2017171235003.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1845.061.2017171235003.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1845.061.2017171235003.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1845.061.2017272154541.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1845.061.2017171235003.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:03.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.286979675293,"SizeInBytes":159684472,"Checksum":{"Value":"89ec8c8a3f390a8c94caac8d5d9030d8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824939-LAADS","revision-id":4,"native-id":"LAADS:2715103562","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.025Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T18:50:00.000Z","EndingDateTime":"2000-03-18T18:55:00.000Z"}},"GranuleUR":"LAADS:2715103562","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-140.257898,"Latitude":-31.244474},{"Longitude":-115.277999,"Latitude":-35.095096},{"Longitude":-112.468929,"Latitude":-16.931078},{"Longitude":-134.254608,"Latitude":-13.738893},{"Longitude":-140.257898,"Latitude":-31.244474}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1850.061.2017172000102.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1850.061.2017172000102.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1850.061.2017172000102.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1850.061.2017272153924.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1850.061.2017172000102.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":136.996091842651,"SizeInBytes":143650814,"Checksum":{"Value":"3b0b0638c32a92656fcee0c1edf5828b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824795-LAADS","revision-id":4,"native-id":"LAADS:2715102623","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.008Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T18:55:00.000Z","EndingDateTime":"2000-03-18T19:00:00.000Z"}},"GranuleUR":"LAADS:2715102623","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-150.045956,"Latitude":-47.977472},{"Longitude":-116.832111,"Latitude":-53.160914},{"Longitude":-114.813727,"Latitude":-34.833263},{"Longitude":-140.223312,"Latitude":-31.158639},{"Longitude":-150.045956,"Latitude":-47.977472}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1855.061.2017171235527.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1855.061.2017171235527.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1855.061.2017171235527.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1855.061.2017272160108.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1855.061.2017171235527.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":168.354754447937,"SizeInBytes":176532755,"Checksum":{"Value":"08551be8f664450837b767bb96bd7f4c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824632-LAADS","revision-id":4,"native-id":"LAADS:2715101951","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.367Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T19:00:00.000Z","EndingDateTime":"2000-03-18T19:05:00.000Z"}},"GranuleUR":"LAADS:2715101951","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-169.318955,"Latitude":-62.655073},{"Longitude":-115.65613,"Latitude":-70.986352},{"Longitude":-116.125015,"Latitude":-52.756738},{"Longitude":-149.863589,"Latitude":-47.940795},{"Longitude":-169.318955,"Latitude":-62.655073}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1900.061.2017171235128.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1900.061.2017171235128.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1900.061.2017171235128.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1900.061.2017272155910.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1900.061.2017171235128.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.36786365509,"SizeInBytes":168157893,"Checksum":{"Value":"14e580c7d2b60de0ed60a23c47222141","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824879-LAADS","revision-id":4,"native-id":"LAADS:2715102926","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.770Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T19:05:00.000Z","EndingDateTime":"2000-03-18T19:10:00.000Z"}},"GranuleUR":"LAADS:2715102926","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":148.215357,"Latitude":-70.582511},{"Longitude":-57.347735,"Latitude":-87.224691},{"Longitude":-114.66468,"Latitude":-70.463421},{"Longitude":-168.875669,"Latitude":-62.74137},{"Longitude":148.215357,"Latitude":-70.582511}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1905.061.2017171235712.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1905.061.2017171235712.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1905.061.2017171235712.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1905.061.2017272153919.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1905.061.2017171235712.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":134.958397865295,"SizeInBytes":141514137,"Checksum":{"Value":"4905eeb7e2698d268aaa0f45a971270f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824627-LAADS","revision-id":4,"native-id":"LAADS:2715101952","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.370Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T19:55:00.000Z","EndingDateTime":"2000-03-18T20:00:00.000Z"}},"GranuleUR":"LAADS:2715101952","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":152.175717,"Latitude":87.384159},{"Longitude":-50.335031,"Latitude":70.886744},{"Longitude":-4.041245,"Latitude":64.308666},{"Longitude":53.12808,"Latitude":72.341457},{"Longitude":152.175717,"Latitude":87.384159}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1955.061.2017171235131.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.1955.061.2017171235131.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.1955.061.2017171235131.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.1955.061.2017272153012.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.1955.061.2017171235131.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":31.4383106231689,"SizeInBytes":32965458,"Checksum":{"Value":"fc3e0303da41a4a1c70f6b9364c6012e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824625-LAADS","revision-id":4,"native-id":"LAADS:2715101953","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.405Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T20:00:00.000Z","EndingDateTime":"2000-03-18T20:05:00.000Z"}},"GranuleUR":"LAADS:2715101953","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-148.852353,"Latitude":71.050536},{"Longitude":-94.417902,"Latitude":63.351072},{"Longitude":-50.157235,"Latitude":71.256238},{"Longitude":139.490964,"Latitude":87.158046},{"Longitude":-148.852353,"Latitude":71.050536}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2000.061.2017171235203.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2000.061.2017171235203.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2000.061.2017171235203.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2000.061.2017272154129.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2000.061.2017171235203.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:03.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":144.021532058716,"SizeInBytes":151017522,"Checksum":{"Value":"01b9b43901a4eb0be49e309333ca28d6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824468-LAADS","revision-id":4,"native-id":"LAADS:2715101612","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.081Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T20:05:00.000Z","EndingDateTime":"2000-03-18T20:10:00.000Z"}},"GranuleUR":"LAADS:2715101612","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-147.963459,"Latitude":53.293075},{"Longitude":-114.268034,"Latitude":48.692094},{"Longitude":-94.93833,"Latitude":63.677935},{"Longitude":-149.973926,"Latitude":71.539163},{"Longitude":-147.963459,"Latitude":53.293075}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2005.061.2017171234938.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2005.061.2017171234938.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2005.061.2017171234938.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2005.061.2017272154751.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2005.061.2017171234938.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:49:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.439694404602,"SizeInBytes":169281789,"Checksum":{"Value":"7ae7a8aea8e5a930f233c327def20b8e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824469-LAADS","revision-id":4,"native-id":"LAADS:2715101613","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.113Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T20:10:00.000Z","EndingDateTime":"2000-03-18T20:15:00.000Z"}},"GranuleUR":"LAADS:2715101613","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-149.604342,"Latitude":35.473029},{"Longitude":-124.23667,"Latitude":32.039761},{"Longitude":-114.824628,"Latitude":48.943431},{"Longitude":-148.356622,"Latitude":53.767162},{"Longitude":-149.604342,"Latitude":35.473029}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2010.061.2017171235132.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2010.061.2017171235132.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2010.061.2017171235132.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2010.061.2017272155644.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2010.061.2017171235132.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.719961166382,"SizeInBytes":166429942,"Checksum":{"Value":"50cf4e34361394cf20d41585de86179b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824631-LAADS","revision-id":4,"native-id":"LAADS:2715101954","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.401Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T20:15:00.000Z","EndingDateTime":"2000-03-18T20:20:00.000Z"}},"GranuleUR":"LAADS:2715101954","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-152.196297,"Latitude":17.659531},{"Longitude":-130.396118,"Latitude":14.640211},{"Longitude":-124.613063,"Latitude":32.208974},{"Longitude":-149.786524,"Latitude":35.869476},{"Longitude":-152.196297,"Latitude":17.659531}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2015.061.2017171235301.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2015.061.2017171235301.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2015.061.2017171235301.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2015.061.2017272154145.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2015.061.2017171235301.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":143.534399986267,"SizeInBytes":150506727,"Checksum":{"Value":"3d74ed722e0cebf31ed4e98a33e48707","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824881-LAADS","revision-id":4,"native-id":"LAADS:2715102927","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.793Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T20:20:00.000Z","EndingDateTime":"2000-03-18T20:25:00.000Z"}},"GranuleUR":"LAADS:2715102927","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-155.598487,"Latitude":-0.087927},{"Longitude":-134.798258,"Latitude":-3.09105},{"Longitude":-130.635801,"Latitude":14.760887},{"Longitude":-152.280687,"Latitude":17.93749},{"Longitude":-155.598487,"Latitude":-0.087927}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2020.061.2017171235735.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2020.061.2017171235735.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2020.061.2017171235735.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2020.061.2017272153818.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2020.061.2017171235735.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.009268760681,"SizeInBytes":157296119,"Checksum":{"Value":"f250eb01c96a87b87a2daee548bf9c52","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824464-LAADS","revision-id":4,"native-id":"LAADS:2715101614","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.152Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T20:25:00.000Z","EndingDateTime":"2000-03-18T20:30:00.000Z"}},"GranuleUR":"LAADS:2715101614","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-160.140466,"Latitude":-17.746444},{"Longitude":-138.085928,"Latitude":-21.072203},{"Longitude":-134.779912,"Latitude":-3.018958},{"Longitude":-155.629988,"Latitude":0.05249},{"Longitude":-160.140466,"Latitude":-17.746444}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2025.061.2017171234734.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2025.061.2017171234734.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2025.061.2017171234734.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2025.061.2017272154553.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2025.061.2017171234734.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:47:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.840744972229,"SizeInBytes":166556593,"Checksum":{"Value":"04d4be82b4ba08e20d97439ad55db4df","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824910-LAADS","revision-id":4,"native-id":"LAADS:2715103236","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.740Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T20:30:00.000Z","EndingDateTime":"2000-03-18T20:35:00.000Z"}},"GranuleUR":"LAADS:2715103236","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-166.716676,"Latitude":-35.040534},{"Longitude":-140.452734,"Latitude":-39.107455},{"Longitude":-137.788154,"Latitude":-20.921141},{"Longitude":-160.116867,"Latitude":-17.657195},{"Longitude":-166.716676,"Latitude":-35.040534}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2030.061.2017171235957.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2030.061.2017171235957.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2030.061.2017171235957.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2030.061.2017272155019.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2030.061.2017171235957.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.763059616089,"SizeInBytes":158086526,"Checksum":{"Value":"7f5323fe800e88eb1475c678f969fc73","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824882-LAADS","revision-id":4,"native-id":"LAADS:2715102928","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.797Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T20:35:00.000Z","EndingDateTime":"2000-03-18T20:40:00.000Z"}},"GranuleUR":"LAADS:2715102928","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-177.810266,"Latitude":-51.418462},{"Longitude":-141.669722,"Latitude":-57.059184},{"Longitude":-139.946277,"Latitude":-38.814041},{"Longitude":-166.658092,"Latitude":-34.962034},{"Longitude":-177.810266,"Latitude":-51.418462}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2035.061.2017171235655.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2035.061.2017171235655.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2035.061.2017171235655.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2035.061.2017272160010.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2035.061.2017171235655.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.155045509338,"SizeInBytes":170031889,"Checksum":{"Value":"8ef279c4d151c159a24a66e8f3d4bf42","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824885-LAADS","revision-id":4,"native-id":"LAADS:2715102929","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.849Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T20:40:00.000Z","EndingDateTime":"2000-03-18T20:45:00.000Z"}},"GranuleUR":"LAADS:2715102929","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":159.008408,"Latitude":-65.312289},{"Longitude":-138.872672,"Latitude":-74.918833},{"Longitude":-140.881548,"Latitude":-56.628019},{"Longitude":-177.578946,"Latitude":-51.400697},{"Longitude":159.008408,"Latitude":-65.312289}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2040.061.2017171235712.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2040.061.2017171235712.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2040.061.2017171235712.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2040.061.2017272155657.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2040.061.2017171235712.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.117655754089,"SizeInBytes":164749803,"Checksum":{"Value":"c16000491ed1ae3e542a27e93637d54d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824941-LAADS","revision-id":4,"native-id":"LAADS:2715103563","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.039Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T20:45:00.000Z","EndingDateTime":"2000-03-18T20:50:00.000Z"}},"GranuleUR":"LAADS:2715103563","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":111.38492,"Latitude":-70.455283},{"Longitude":-12.620234,"Latitude":-86.069037},{"Longitude":-137.772236,"Latitude":-74.367781},{"Longitude":159.502608,"Latitude":-65.441886},{"Longitude":111.38492,"Latitude":-70.455283}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2045.061.2017172000025.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2045.061.2017172000025.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2045.061.2017172000025.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2045.061.2017272153344.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2045.061.2017172000025.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":103.646224021912,"SizeInBytes":108680943,"Checksum":{"Value":"bda5636101781cfea0e25ffddf3eeccc","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824744-LAADS","revision-id":4,"native-id":"LAADS:2715102299","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.226Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T21:35:00.000Z","EndingDateTime":"2000-03-18T21:40:00.000Z"}},"GranuleUR":"LAADS:2715102299","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":169.51946,"Latitude":84.505547},{"Longitude":-87.209856,"Latitude":70.384044},{"Longitude":-36.156259,"Latitude":66.845887},{"Longitude":30.419463,"Latitude":76.160692},{"Longitude":169.51946,"Latitude":84.505547}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2135.061.2017171235350.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2135.061.2017171235350.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2135.061.2017171235350.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2135.061.2017272153135.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2135.061.2017171235350.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":57.3056621551514,"SizeInBytes":60089342,"Checksum":{"Value":"65c0b43caaa5adc62f50f6df366a3eb2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824636-LAADS","revision-id":4,"native-id":"LAADS:2715101955","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.448Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T21:40:00.000Z","EndingDateTime":"2000-03-18T21:45:00.000Z"}},"GranuleUR":"LAADS:2715101955","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-172.875367,"Latitude":67.107164},{"Longitude":-125.052866,"Latitude":60.400839},{"Longitude":-87.240658,"Latitude":70.719571},{"Longitude":163.389874,"Latitude":84.799274},{"Longitude":-172.875367,"Latitude":67.107164}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2140.061.2017171235045.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2140.061.2017171235045.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2140.061.2017171235045.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2140.061.2017272154541.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2140.061.2017171235045.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.42640209198,"SizeInBytes":156684939,"Checksum":{"Value":"9bf1d2e7432f3100ab1b02e2df3f0d81","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824633-LAADS","revision-id":4,"native-id":"LAADS:2715101956","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.528Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T21:45:00.000Z","EndingDateTime":"2000-03-18T21:50:00.000Z"}},"GranuleUR":"LAADS:2715101956","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-172.930943,"Latitude":49.323279},{"Longitude":-141.760366,"Latitude":45.090084},{"Longitude":-125.661274,"Latitude":60.729818},{"Longitude":-173.724234,"Latitude":67.600053},{"Longitude":-172.930943,"Latitude":49.323279}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2145.061.2017171235232.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2145.061.2017171235232.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2145.061.2017171235232.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2145.061.2017272155031.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2145.061.2017171235232.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:33.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.995046615601,"SizeInBytes":158329782,"Checksum":{"Value":"32420696fa94b6c27033714968b75dae","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824289-LAADS","revision-id":4,"native-id":"LAADS:2715100999","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.538Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T21:50:00.000Z","EndingDateTime":"2000-03-18T21:55:00.000Z"}},"GranuleUR":"LAADS:2715100999","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-174.831784,"Latitude":31.503595},{"Longitude":-150.540571,"Latitude":28.202328},{"Longitude":-142.240437,"Latitude":45.31001},{"Longitude":-173.258325,"Latitude":49.782642},{"Longitude":-174.831784,"Latitude":31.503595}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2150.061.2017171234216.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2150.061.2017171234216.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2150.061.2017171234216.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2150.061.2017272160144.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2150.061.2017171234216.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:16.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.823768615723,"SizeInBytes":163393064,"Checksum":{"Value":"7ae07b246c31d66ee9bf9e302ffa554a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824381-LAADS","revision-id":4,"native-id":"LAADS:2715101291","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.438Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T21:55:00.000Z","EndingDateTime":"2000-03-18T22:00:00.000Z"}},"GranuleUR":"LAADS:2715101291","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-177.599361,"Latitude":13.694655},{"Longitude":-156.217812,"Latitude":10.708804},{"Longitude":-150.903421,"Latitude":28.363032},{"Longitude":-174.986492,"Latitude":31.874005},{"Longitude":-177.599361,"Latitude":13.694655}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2155.061.2017171234547.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2155.061.2017171234547.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2155.061.2017171234547.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2155.061.2017272154134.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2155.061.2017171234547.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":140.114669799805,"SizeInBytes":146920880,"Checksum":{"Value":"e974664dc52f4204c9b121f7e3989505","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824629-LAADS","revision-id":4,"native-id":"LAADS:2715101957","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.589Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T22:00:00.000Z","EndingDateTime":"2000-03-18T22:05:00.000Z"}},"GranuleUR":"LAADS:2715101957","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":178.789675,"Latitude":-4.025146},{"Longitude":-160.348634,"Latitude":-7.068907},{"Longitude":-156.42146,"Latitude":10.819924},{"Longitude":-177.670044,"Latitude":13.94318},{"Longitude":178.789675,"Latitude":-4.025146}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2200.061.2017171235229.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2200.061.2017171235229.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2200.061.2017171235229.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2200.061.2017272154345.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2200.061.2017171235229.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.727389335632,"SizeInBytes":153854819,"Checksum":{"Value":"2bde77581dd087443bec38bbd419b7a4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824789-LAADS","revision-id":4,"native-id":"LAADS:2715102624","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.050Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T22:05:00.000Z","EndingDateTime":"2000-03-18T22:10:00.000Z"}},"GranuleUR":"LAADS:2715102624","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":173.901124,"Latitude":-21.64822},{"Longitude":-163.410844,"Latitude":-25.096572},{"Longitude":-160.251761,"Latitude":-7.005806},{"Longitude":178.768744,"Latitude":-3.916619},{"Longitude":173.901124,"Latitude":-21.64822}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2205.061.2017171235443.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2205.061.2017171235443.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2205.061.2017171235443.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2205.061.2017272155033.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2205.061.2017171235443.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.423833847046,"SizeInBytes":162973702,"Checksum":{"Value":"fe486ee64f7cee2dfdf0faffc9f0d7b8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824911-LAADS","revision-id":4,"native-id":"LAADS:2715103237","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.819Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T22:10:00.000Z","EndingDateTime":"2000-03-18T22:15:00.000Z"}},"GranuleUR":"LAADS:2715103237","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":166.619,"Latitude":-38.79887},{"Longitude":-165.576344,"Latitude":-43.120348},{"Longitude":-163.0674,"Latitude":-24.914473},{"Longitude":173.927069,"Latitude":-21.559869},{"Longitude":166.619,"Latitude":-38.79887}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2210.061.2017171235922.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2210.061.2017171235922.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2210.061.2017171235922.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2210.061.2017272155525.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2210.061.2017171235922.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.432950019836,"SizeInBytes":165080413,"Checksum":{"Value":"c3cd98917451d72a2a66ff8656c371b6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824757-LAADS","revision-id":4,"native-id":"LAADS:2715102300","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.261Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T22:15:00.000Z","EndingDateTime":"2000-03-18T22:20:00.000Z"}},"GranuleUR":"LAADS:2715102300","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":153.822776,"Latitude":-54.832173},{"Longitude":-166.365391,"Latitude":-61.043344},{"Longitude":-165.016307,"Latitude":-42.795152},{"Longitude":166.705545,"Latitude":-38.729023},{"Longitude":153.822776,"Latitude":-54.832173}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2215.061.2017171235431.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2215.061.2017171235431.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2215.061.2017171235431.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2215.061.2017272155827.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2215.061.2017171235431.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:31.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.869120597839,"SizeInBytes":170780651,"Checksum":{"Value":"65282fb9a37bb38141687a3a32412f9f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824630-LAADS","revision-id":4,"native-id":"LAADS:2715101958","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.538Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T22:20:00.000Z","EndingDateTime":"2000-03-18T22:25:00.000Z"}},"GranuleUR":"LAADS:2715101958","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":126.086518,"Latitude":-67.524355},{"Longitude":-160.710715,"Latitude":-78.726909},{"Longitude":-165.507682,"Latitude":-60.584076},{"Longitude":154.108211,"Latitude":-54.836989},{"Longitude":126.086518,"Latitude":-67.524355}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2220.061.2017171235223.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2220.061.2017171235223.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2220.061.2017171235223.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2220.061.2017272155028.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2220.061.2017171235223.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.556178092957,"SizeInBytes":161015323,"Checksum":{"Value":"e46694cb5ffbb3c5b13d7f9a73e272db","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824634-LAADS","revision-id":4,"native-id":"LAADS:2715101959","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.608Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T22:25:00.000Z","EndingDateTime":"2000-03-18T22:30:00.000Z"}},"GranuleUR":"LAADS:2715101959","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":75.11759,"Latitude":-69.561711},{"Longitude":-17.316247,"Latitude":-82.596463},{"Longitude":-159.429093,"Latitude":-78.145102},{"Longitude":126.640662,"Latitude":-67.727731},{"Longitude":75.11759,"Latitude":-69.561711}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2225.061.2017171234938.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2225.061.2017171234938.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2225.061.2017171234938.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2225.061.2017272152959.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2225.061.2017171234938.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:49:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":72.6288537979126,"SizeInBytes":76156873,"Checksum":{"Value":"9a5d2a310972bb298138418d01758fea","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824880-LAADS","revision-id":4,"native-id":"LAADS:2715102930","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.880Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T23:15:00.000Z","EndingDateTime":"2000-03-18T23:20:00.000Z"}},"GranuleUR":"LAADS:2715102930","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":155.119355,"Latitude":80.859528},{"Longitude":-122.764031,"Latitude":69.081186},{"Longitude":-70.157328,"Latitude":68.928377},{"Longitude":9.727487,"Latitude":80.026349},{"Longitude":155.119355,"Latitude":80.859528}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2315.061.2017171235824.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2315.061.2017171235824.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2315.061.2017171235824.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2315.061.2017272153211.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2315.061.2017171235824.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":82.2957563400269,"SizeInBytes":86293355,"Checksum":{"Value":"025c71c09597d31ae7ad9b814217f2a7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824637-LAADS","revision-id":4,"native-id":"LAADS:2715101960","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.560Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T23:20:00.000Z","EndingDateTime":"2000-03-18T23:25:00.000Z"}},"GranuleUR":"LAADS:2715101960","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":162.745156,"Latitude":63.148685},{"Longitude":-154.68169,"Latitude":57.228518},{"Longitude":-123.028268,"Latitude":69.452418},{"Longitude":152.090516,"Latitude":81.273843},{"Longitude":162.745156,"Latitude":63.148685}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2320.061.2017171235259.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2320.061.2017171235259.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2320.061.2017171235259.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2320.061.2017272154542.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2320.061.2017171235259.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.337821006775,"SizeInBytes":161834935,"Checksum":{"Value":"fd371e1ce5ef7ebc2d04ee361d48c130","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824790-LAADS","revision-id":4,"native-id":"LAADS:2715102625","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.026Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T23:25:00.000Z","EndingDateTime":"2000-03-18T23:30:00.000Z"}},"GranuleUR":"LAADS:2715102625","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":162.022877,"Latitude":45.354576},{"Longitude":-168.848909,"Latitude":41.401802},{"Longitude":-155.263982,"Latitude":57.52509},{"Longitude":162.051193,"Latitude":63.638751},{"Longitude":162.022877,"Latitude":45.354576}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2325.061.2017171235606.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2325.061.2017171235606.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2325.061.2017171235606.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2325.061.2017272160040.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2325.061.2017171235606.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.0171251297,"SizeInBytes":171984421,"Checksum":{"Value":"f0f4dad1612f03ce852bc1ff297f4e08","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824884-LAADS","revision-id":4,"native-id":"LAADS:2715102931","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.880Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T23:30:00.000Z","EndingDateTime":"2000-03-18T23:35:00.000Z"}},"GranuleUR":"LAADS:2715102931","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":159.89931,"Latitude":27.529078},{"Longitude":-176.719496,"Latitude":24.338081},{"Longitude":-169.324419,"Latitude":41.612705},{"Longitude":161.748838,"Latitude":45.79508},{"Longitude":159.89931,"Latitude":27.529078}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2330.061.2017171235722.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2330.061.2017171235722.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2330.061.2017171235722.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2330.061.2017272155050.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2330.061.2017171235722.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.521670341492,"SizeInBytes":175659203,"Checksum":{"Value":"35bf410bb193a1329a0a056f48e18915","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824747-LAADS","revision-id":4,"native-id":"LAADS:2715102301","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.261Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T23:35:00.000Z","EndingDateTime":"2000-03-18T23:40:00.000Z"}},"GranuleUR":"LAADS:2715102301","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":156.956207,"Latitude":9.731421},{"Longitude":178.034253,"Latitude":6.760648},{"Longitude":-177.047815,"Latitude":24.486233},{"Longitude":159.76757,"Latitude":27.874709},{"Longitude":156.956207,"Latitude":9.731421}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2335.061.2017171235333.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2335.061.2017171235333.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2335.061.2017171235333.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2335.061.2017272154543.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2335.061.2017171235333.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:33.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.478684425354,"SizeInBytes":153594033,"Checksum":{"Value":"1ea116bf3d839757d0fba172ca26e119","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824883-LAADS","revision-id":4,"native-id":"LAADS:2715102932","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.930Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T23:40:00.000Z","EndingDateTime":"2000-03-18T23:45:00.000Z"}},"GranuleUR":"LAADS:2715102932","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":153.113884,"Latitude":-7.974217},{"Longitude":174.142463,"Latitude":-11.075318},{"Longitude":177.867138,"Latitude":6.863395},{"Longitude":156.898312,"Latitude":9.949834},{"Longitude":153.113884,"Latitude":-7.974217}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2340.061.2017171235638.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2340.061.2017171235638.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2340.061.2017171235638.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2340.061.2017272154547.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2340.061.2017171235638.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.544263839722,"SizeInBytes":158905678,"Checksum":{"Value":"0267f89e6b3898c1f06aa9452b9b9443","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824909-LAADS","revision-id":4,"native-id":"LAADS:2715103238","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:11.968Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T23:45:00.000Z","EndingDateTime":"2000-03-18T23:50:00.000Z"}},"GranuleUR":"LAADS:2715103238","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":147.843387,"Latitude":-25.532816},{"Longitude":171.305375,"Latitude":-29.121955},{"Longitude":174.32386,"Latitude":-10.998512},{"Longitude":153.118935,"Latitude":-7.880208},{"Longitude":147.843387,"Latitude":-25.532816}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2345.061.2017171235957.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2345.061.2017171235957.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2345.061.2017171235957.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2345.061.2017272155500.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2345.061.2017171235957.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.001371383667,"SizeInBytes":164627870,"Checksum":{"Value":"b43bdbd8f9132c890be04372f56cba39","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824797-LAADS","revision-id":4,"native-id":"LAADS:2715102626","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.081Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T23:50:00.000Z","EndingDateTime":"2000-03-18T23:55:00.000Z"}},"GranuleUR":"LAADS:2715102626","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":139.716199,"Latitude":-42.512553},{"Longitude":169.363223,"Latitude":-47.130518},{"Longitude":171.695898,"Latitude":-28.908291},{"Longitude":147.870158,"Latitude":-25.446523},{"Longitude":139.716199,"Latitude":-42.512553}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2350.061.2017171235635.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2350.061.2017171235635.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2350.061.2017171235635.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2350.061.2017272155058.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2350.061.2017171235635.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.690178871155,"SizeInBytes":161155833,"Checksum":{"Value":"4fcc28d944a6bf2a772179c68f7089de","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462824635-LAADS","revision-id":4,"native-id":"LAADS:2715101961","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.565Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-18T23:55:00.000Z","EndingDateTime":"2000-03-19T00:00:00.000Z"}},"GranuleUR":"LAADS:2715101961","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":124.765266,"Latitude":-58.103086},{"Longitude":169.150539,"Latitude":-65.019571},{"Longitude":169.979892,"Latitude":-46.773273},{"Longitude":139.821111,"Latitude":-42.449151},{"Longitude":124.765266,"Latitude":-58.103086}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2355.061.2017171235240.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000078.2355.061.2017171235240.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/078/MOD02QKM.A2000078.2355.061.2017171235240.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/078/MOBRGB.A2000078.2355.061.2017272155642.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000078.2355.061.2017171235240.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.072118759155,"SizeInBytes":172042086,"Checksum":{"Value":"ba93b815f73716d09014cf790058b684","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827929-LAADS","revision-id":4,"native-id":"LAADS:2715103861","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.886Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T00:00:00.000Z","EndingDateTime":"2000-03-19T00:05:00.000Z"}},"GranuleUR":"LAADS:2715103861","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":91.438316,"Latitude":-69.261852},{"Longitude":-178.867748,"Latitude":-82.533834},{"Longitude":170.100457,"Latitude":-64.531894},{"Longitude":125.111737,"Latitude":-58.135747},{"Longitude":91.438316,"Latitude":-69.261852}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0000.061.2017172000213.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0000.061.2017172000213.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0000.061.2017172000213.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0000.061.2017272153833.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0000.061.2017172000213.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":141.341371536255,"SizeInBytes":148207170,"Checksum":{"Value":"0fd9c4a24005c723a0590d7021060a23","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827543-LAADS","revision-id":4,"native-id":"LAADS:2715102302","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.304Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T00:05:00.000Z","EndingDateTime":"2000-03-19T00:10:00.000Z"}},"GranuleUR":"LAADS:2715102302","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":40.338215,"Latitude":-68.008327},{"Longitude":-35.745071,"Latitude":-78.874016},{"Longitude":-177.491659,"Latitude":-81.907691},{"Longitude":91.978633,"Latitude":-69.542945},{"Longitude":40.338215,"Latitude":-68.008327}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0005.061.2017171235432.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0005.061.2017171235432.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0005.061.2017171235432.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0005.061.2017272152944.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0005.061.2017171235432.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:33.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":46.6447143554688,"SizeInBytes":48910528,"Checksum":{"Value":"cadee31aa2f291eb6c36922bd6c1d41d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827395-LAADS","revision-id":4,"native-id":"LAADS:2715101615","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.154Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T00:55:00.000Z","EndingDateTime":"2000-03-19T01:00:00.000Z"}},"GranuleUR":"LAADS:2715101615","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":134.483336,"Latitude":76.981501},{"Longitude":-157.067036,"Latitude":67.146085},{"Longitude":-105.761916,"Latitude":70.427518},{"Longitude":-5.259243,"Latitude":83.740758},{"Longitude":134.483336,"Latitude":76.981501}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0055.061.2017171235008.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0055.061.2017171235008.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0055.061.2017171235008.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0055.061.2017272153733.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0055.061.2017171235008.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":109.511016845703,"SizeInBytes":114830624,"Checksum":{"Value":"c3cd3ef458d64b660ff5dfecbd159bde","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827441-LAADS","revision-id":4,"native-id":"LAADS:2715101962","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.612Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T01:00:00.000Z","EndingDateTime":"2000-03-19T01:05:00.000Z"}},"GranuleUR":"LAADS:2715101962","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":138.083859,"Latitude":59.27401},{"Longitude":176.573073,"Latitude":53.966703},{"Longitude":-157.506607,"Latitude":67.519448},{"Longitude":132.64051,"Latitude":77.443271},{"Longitude":138.083859,"Latitude":59.27401}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0100.061.2017171235147.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0100.061.2017171235147.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0100.061.2017171235147.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0100.061.2017272154551.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0100.061.2017171235147.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.095930099487,"SizeInBytes":164727022,"Checksum":{"Value":"2fa1533aeb9347283275738330c6ae64","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827273-LAADS","revision-id":4,"native-id":"LAADS:2715101000","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.554Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T01:05:00.000Z","EndingDateTime":"2000-03-19T01:10:00.000Z"}},"GranuleUR":"LAADS:2715101000","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":136.911178,"Latitude":41.379331},{"Longitude":164.324416,"Latitude":37.665922},{"Longitude":176.016883,"Latitude":54.237882},{"Longitude":137.516742,"Latitude":59.758322},{"Longitude":136.911178,"Latitude":41.379331}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0105.061.2017171234230.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0105.061.2017171234230.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0105.061.2017171234230.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0105.061.2017272155522.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0105.061.2017171234230.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.375473976135,"SizeInBytes":175505905,"Checksum":{"Value":"85bdba9189727f0f3f3c3dd655da4675","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827400-LAADS","revision-id":4,"native-id":"LAADS:2715101616","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.147Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T01:10:00.000Z","EndingDateTime":"2000-03-19T01:15:00.000Z"}},"GranuleUR":"LAADS:2715101616","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":134.58892,"Latitude":23.555806},{"Longitude":157.224331,"Latitude":20.450654},{"Longitude":163.878653,"Latitude":37.861442},{"Longitude":136.679709,"Latitude":41.803467},{"Longitude":134.58892,"Latitude":23.555806}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0110.061.2017171235056.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0110.061.2017171235056.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0110.061.2017171235056.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0110.061.2017272160030.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0110.061.2017171235056.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.192851066589,"SizeInBytes":170071531,"Checksum":{"Value":"979f7a3efac016e8824040de8ae18da8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827353-LAADS","revision-id":4,"native-id":"LAADS:2715101292","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.457Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T01:15:00.000Z","EndingDateTime":"2000-03-19T01:20:00.000Z"}},"GranuleUR":"LAADS:2715101292","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":131.466297,"Latitude":5.774265},{"Longitude":152.350822,"Latitude":2.80277},{"Longitude":156.930668,"Latitude":20.587254},{"Longitude":134.476786,"Latitude":23.875277},{"Longitude":131.466297,"Latitude":5.774265}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0115.061.2017171234404.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0115.061.2017171234404.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0115.061.2017171234404.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0115.061.2017272155301.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0115.061.2017171234404.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.525677680969,"SizeInBytes":165177645,"Checksum":{"Value":"e23a73b105981a37280e5a35d9425853","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827607-LAADS","revision-id":4,"native-id":"LAADS:2715102627","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.040Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T01:20:00.000Z","EndingDateTime":"2000-03-19T01:25:00.000Z"}},"GranuleUR":"LAADS:2715102627","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":127.36567,"Latitude":-11.919545},{"Longitude":148.712342,"Latitude":-15.09743},{"Longitude":152.25668,"Latitude":2.891952},{"Longitude":131.418839,"Latitude":5.961261},{"Longitude":127.36567,"Latitude":-11.919545}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0120.061.2017171235454.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0120.061.2017171235454.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0120.061.2017171235454.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0120.061.2017272155527.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0120.061.2017171235454.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.579112052917,"SizeInBytes":173622283,"Checksum":{"Value":"633fd3326c37b3f96fadac1e72483f7b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827547-LAADS","revision-id":4,"native-id":"LAADS:2715102303","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.320Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T01:25:00.000Z","EndingDateTime":"2000-03-19T01:30:00.000Z"}},"GranuleUR":"LAADS:2715102303","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":121.636218,"Latitude":-29.386301},{"Longitude":146.060438,"Latitude":-33.143967},{"Longitude":148.940047,"Latitude":-14.991854},{"Longitude":127.3834,"Latitude":-11.827939},{"Longitude":121.636218,"Latitude":-29.386301}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0125.061.2017171235428.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0125.061.2017171235428.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0125.061.2017171235428.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0125.061.2017272154542.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0125.061.2017171235428.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.310431480408,"SizeInBytes":172291975,"Checksum":{"Value":"a041901d1578c6314beb50a53642cb1b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827614-LAADS","revision-id":4,"native-id":"LAADS:2715102628","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.084Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T01:30:00.000Z","EndingDateTime":"2000-03-19T01:35:00.000Z"}},"GranuleUR":"LAADS:2715102628","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":112.486906,"Latitude":-46.158428},{"Longitude":144.377331,"Latitude":-51.132141},{"Longitude":146.502404,"Latitude":-32.898355},{"Longitude":121.668534,"Latitude":-29.300898},{"Longitude":112.486906,"Latitude":-46.158428}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0130.061.2017171235612.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0130.061.2017171235612.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0130.061.2017171235612.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0130.061.2017272155502.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0130.061.2017171235612.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.797726631165,"SizeInBytes":167560061,"Checksum":{"Value":"73b8c23eeb03660b37519310856b9255","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827550-LAADS","revision-id":4,"native-id":"LAADS:2715102304","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.371Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T01:35:00.000Z","EndingDateTime":"2000-03-19T01:40:00.000Z"}},"GranuleUR":"LAADS:2715102304","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":94.837853,"Latitude":-61.18388},{"Longitude":144.92438,"Latitude":-68.983694},{"Longitude":145.018316,"Latitude":-50.744925},{"Longitude":112.635404,"Latitude":-46.110086},{"Longitude":94.837853,"Latitude":-61.18388}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0135.061.2017171235342.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0135.061.2017171235342.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0135.061.2017171235342.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0135.061.2017272155643.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0135.061.2017171235342.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.374280929565,"SizeInBytes":172358926,"Checksum":{"Value":"d066b6a2e87c407aa073522cdefa13e2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827861-LAADS","revision-id":4,"native-id":"LAADS:2715103239","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:11.961Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T01:40:00.000Z","EndingDateTime":"2000-03-19T01:45:00.000Z"}},"GranuleUR":"LAADS:2715103239","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":55.41563,"Latitude":-70.331706},{"Longitude":175.786299,"Latitude":-86.025612},{"Longitude":145.920816,"Latitude":-68.47301},{"Longitude":95.251033,"Latitude":-61.248697},{"Longitude":55.41563,"Latitude":-70.331706}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0140.061.2017171235913.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0140.061.2017171235913.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0140.061.2017171235913.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0140.061.2017272153241.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0140.061.2017171235913.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":129.618306159973,"SizeInBytes":135914645,"Checksum":{"Value":"c6fef204afa5196d01ab8f4cf2e205f4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827896-LAADS","revision-id":4,"native-id":"LAADS:2715103564","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.062Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T01:45:00.000Z","EndingDateTime":"2000-03-19T01:50:00.000Z"}},"GranuleUR":"LAADS:2715103564","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":6.875943,"Latitude":-65.852907},{"Longitude":-57.483602,"Latitude":-74.99702},{"Longitude":175.665657,"Latitude":-85.350196},{"Longitude":55.827409,"Latitude":-70.677386},{"Longitude":6.875943,"Latitude":-65.852907}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0145.061.2017172000204.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0145.061.2017172000204.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0145.061.2017172000204.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0145.061.2017272153045.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0145.061.2017172000204.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":23.4514350891113,"SizeInBytes":24590612,"Checksum":{"Value":"a13f1283b576ad376d8956abd1edf0ef","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827857-LAADS","revision-id":4,"native-id":"LAADS:2715103240","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:11.964Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T02:30:00.000Z","EndingDateTime":"2000-03-19T02:35:00.000Z"}},"GranuleUR":"LAADS:2715103240","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":8.421469,"Latitude":87.325873},{"Longitude":-142.923658,"Latitude":70.846134},{"Longitude":-99.576563,"Latitude":62.868173},{"Longitude":-46.412118,"Latitude":70.337793},{"Longitude":8.421469,"Latitude":87.325873}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0230.061.2017171235918.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0230.061.2017171235918.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0230.061.2017171235918.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0230.061.2017272153141.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0230.061.2017171235918.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":21.1765851974487,"SizeInBytes":22205259,"Checksum":{"Value":"c5bdf41b482311cdb59650d85d0f37bd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827546-LAADS","revision-id":4,"native-id":"LAADS:2715102305","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.428Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T02:35:00.000Z","EndingDateTime":"2000-03-19T02:40:00.000Z"}},"GranuleUR":"LAADS:2715102305","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":111.679808,"Latitude":73.061065},{"Longitude":170.234012,"Latitude":64.71959},{"Longitude":-142.628887,"Latitude":71.1736},{"Longitude":2.813575,"Latitude":86.754594},{"Longitude":111.679808,"Latitude":73.061065}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0235.061.2017171235431.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0235.061.2017171235431.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0235.061.2017171235431.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0235.061.2017272153657.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0235.061.2017171235431.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:31.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":131.449518203735,"SizeInBytes":137834810,"Checksum":{"Value":"f50bc1634f8bd26e5874691cc34c909d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827618-LAADS","revision-id":4,"native-id":"LAADS:2715102629","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.111Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T02:40:00.000Z","EndingDateTime":"2000-03-19T02:45:00.000Z"}},"GranuleUR":"LAADS:2715102629","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":113.271051,"Latitude":55.312653},{"Longitude":148.394675,"Latitude":50.500497},{"Longitude":169.696795,"Latitude":65.076445},{"Longitude":110.423179,"Latitude":73.543571},{"Longitude":113.271051,"Latitude":55.312653}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0240.061.2017171235454.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0240.061.2017171235454.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0240.061.2017171235454.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0240.061.2017272154349.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0240.061.2017171235454.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.800706863403,"SizeInBytes":172806066,"Checksum":{"Value":"0d8e10784027f95ee187cd8dcbddf681","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827443-LAADS","revision-id":4,"native-id":"LAADS:2715101963","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.618Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T02:45:00.000Z","EndingDateTime":"2000-03-19T02:50:00.000Z"}},"GranuleUR":"LAADS:2715101963","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":111.788898,"Latitude":37.499872},{"Longitude":137.771883,"Latitude":33.97395},{"Longitude":147.857841,"Latitude":50.752523},{"Longitude":112.859635,"Latitude":55.78865},{"Longitude":111.788898,"Latitude":37.499872}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0245.061.2017171235014.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0245.061.2017171235014.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0245.061.2017171235014.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0245.061.2017272154541.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0245.061.2017171235014.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.820016860962,"SizeInBytes":171777738,"Checksum":{"Value":"a17c197e82d701d079ed54cbbb5ae5fd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827401-LAADS","revision-id":4,"native-id":"LAADS:2715101617","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.177Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T02:50:00.000Z","EndingDateTime":"2000-03-19T02:55:00.000Z"}},"GranuleUR":"LAADS:2715101617","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":109.237921,"Latitude":19.593285},{"Longitude":131.27651,"Latitude":16.548924},{"Longitude":137.357687,"Latitude":34.155344},{"Longitude":111.550108,"Latitude":37.900452},{"Longitude":109.237921,"Latitude":19.593285}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0250.061.2017171235052.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0250.061.2017171235052.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0250.061.2017171235052.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0250.061.2017272155259.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0250.061.2017171235052.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:50:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.765044212341,"SizeInBytes":167525791,"Checksum":{"Value":"24912fd22ecbbd4840cc3c70f0457473","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827742-LAADS","revision-id":4,"native-id":"LAADS:2715102933","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.961Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T02:55:00.000Z","EndingDateTime":"2000-03-19T03:00:00.000Z"}},"GranuleUR":"LAADS:2715102933","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":105.929078,"Latitude":1.830548},{"Longitude":126.729361,"Latitude":-1.157988},{"Longitude":131.018539,"Latitude":16.674871},{"Longitude":109.143647,"Latitude":19.883265},{"Longitude":105.929078,"Latitude":1.830548}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0255.061.2017171235652.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0255.061.2017171235652.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0255.061.2017171235652.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0255.061.2017272155530.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0255.061.2017171235652.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.19304561615,"SizeInBytes":171120311,"Checksum":{"Value":"fecff0b96d356ed68d43ddcf23386bac","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827558-LAADS","revision-id":4,"native-id":"LAADS:2715102306","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.421Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T03:00:00.000Z","EndingDateTime":"2000-03-19T03:05:00.000Z"}},"GranuleUR":"LAADS:2715102306","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":101.542171,"Latitude":-15.842409},{"Longitude":123.327838,"Latitude":-19.114483},{"Longitude":126.708736,"Latitude":-1.080273},{"Longitude":105.893828,"Latitude":1.986486},{"Longitude":101.542171,"Latitude":-15.842409}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0300.061.2017171235358.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0300.061.2017171235358.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0300.061.2017171235358.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0300.061.2017272155501.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0300.061.2017171235358.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.589797019958,"SizeInBytes":169439183,"Checksum":{"Value":"2fc811ccec0647d0b87a5d6b71e3a295","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827355-LAADS","revision-id":4,"native-id":"LAADS:2715101293","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.478Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T03:05:00.000Z","EndingDateTime":"2000-03-19T03:10:00.000Z"}},"GranuleUR":"LAADS:2715101293","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":95.26517,"Latitude":-33.198065},{"Longitude":120.870324,"Latitude":-37.15512},{"Longitude":123.606635,"Latitude":-18.978932},{"Longitude":101.562554,"Latitude":-15.751321},{"Longitude":95.26517,"Latitude":-33.198065}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0305.061.2017171234625.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0305.061.2017171234625.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0305.061.2017171234625.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0305.061.2017272155527.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0305.061.2017171234625.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:46:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.318764686584,"SizeInBytes":168106409,"Checksum":{"Value":"de863d7617b3dfa2e3090977c2592790","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827402-LAADS","revision-id":4,"native-id":"LAADS:2715101618","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.218Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T03:10:00.000Z","EndingDateTime":"2000-03-19T03:15:00.000Z"}},"GranuleUR":"LAADS:2715101618","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":84.876623,"Latitude":-49.719446},{"Longitude":119.48509,"Latitude":-55.120259},{"Longitude":121.355516,"Latitude":-36.877607},{"Longitude":95.31405,"Latitude":-33.116863},{"Longitude":84.876623,"Latitude":-49.719446}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0310.061.2017171234932.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0310.061.2017171234932.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0310.061.2017171234932.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0310.061.2017272160300.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0310.061.2017171234932.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:49:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.645475387573,"SizeInBytes":173691870,"Checksum":{"Value":"9c9b88264f6be2342cbe7a5fe807b0e4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827903-LAADS","revision-id":4,"native-id":"LAADS:2715103565","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.096Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T03:15:00.000Z","EndingDateTime":"2000-03-19T03:20:00.000Z"}},"GranuleUR":"LAADS:2715103565","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":63.826783,"Latitude":-64.005767},{"Longitude":121.150478,"Latitude":-72.928147},{"Longitude":120.122774,"Latitude":-54.704886},{"Longitude":85.082139,"Latitude":-49.691637},{"Longitude":63.826783,"Latitude":-64.005767}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0315.061.2017172000019.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0315.061.2017172000019.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0315.061.2017172000019.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0315.061.2017272155521.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0315.061.2017172000019.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.807292938232,"SizeInBytes":166521516,"Checksum":{"Value":"79053dd98167053f9a904feb2e49430f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827853-LAADS","revision-id":4,"native-id":"LAADS:2715103241","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:11.991Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T03:20:00.000Z","EndingDateTime":"2000-03-19T03:25:00.000Z"}},"GranuleUR":"LAADS:2715103241","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":18.631822,"Latitude":-70.624716},{"Longitude":-140.038712,"Latitude":-87.250417},{"Longitude":122.384936,"Latitude":-72.38777},{"Longitude":64.307911,"Latitude":-64.108939},{"Longitude":18.631822,"Latitude":-70.624716}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0320.061.2017171235843.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0320.061.2017171235843.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0320.061.2017171235843.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0320.061.2017272153326.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0320.061.2017171235843.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":110.868838310242,"SizeInBytes":116254403,"Checksum":{"Value":"d35dfd1a9e329b6bc8fffb422c52e728","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827616-LAADS","revision-id":4,"native-id":"LAADS:2715102630","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.194Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T04:10:00.000Z","EndingDateTime":"2000-03-19T04:15:00.000Z"}},"GranuleUR":"LAADS:2715102630","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":57.094693,"Latitude":86.214999},{"Longitude":-179.981533,"Latitude":70.733997},{"Longitude":-131.192788,"Latitude":65.621148},{"Longitude":-69.632682,"Latitude":74.263038},{"Longitude":57.094693,"Latitude":86.214999}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0410.061.2017171235541.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0410.061.2017171235541.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0410.061.2017171235541.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0410.061.2017272153158.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0410.061.2017171235541.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":42.9910554885864,"SizeInBytes":45079389,"Checksum":{"Value":"06c817a285ca9e4fd15bc6b79fe7d3c7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827863-LAADS","revision-id":4,"native-id":"LAADS:2715103242","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:11.999Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T04:15:00.000Z","EndingDateTime":"2000-03-19T04:20:00.000Z"}},"GranuleUR":"LAADS:2715103242","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":87.938321,"Latitude":69.118541},{"Longitude":138.933032,"Latitude":61.933724},{"Longitude":-179.916071,"Latitude":71.092754},{"Longitude":47.394014,"Latitude":86.333197},{"Longitude":87.938321,"Latitude":69.118541}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0415.061.2017171235913.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0415.061.2017171235913.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0415.061.2017171235913.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0415.061.2017272153702.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0415.061.2017171235913.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":140.754096031189,"SizeInBytes":147591367,"Checksum":{"Value":"35e804f98cedd23b17afc111ee0c2129","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827745-LAADS","revision-id":4,"native-id":"LAADS:2715102934","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.963Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T04:20:00.000Z","EndingDateTime":"2000-03-19T04:25:00.000Z"}},"GranuleUR":"LAADS:2715102934","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":88.355123,"Latitude":51.345836},{"Longitude":120.706355,"Latitude":46.93705},{"Longitude":138.349227,"Latitude":62.268895},{"Longitude":87.035227,"Latitude":69.611769},{"Longitude":88.355123,"Latitude":51.345836}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0420.061.2017171235740.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0420.061.2017171235740.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0420.061.2017171235740.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0420.061.2017272154344.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0420.061.2017171235740.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.846814155579,"SizeInBytes":173902989,"Checksum":{"Value":"27bfc39973859efb31098d263063336b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827615-LAADS","revision-id":4,"native-id":"LAADS:2715102631","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.199Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T04:25:00.000Z","EndingDateTime":"2000-03-19T04:30:00.000Z"}},"GranuleUR":"LAADS:2715102631","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":86.655925,"Latitude":33.524791},{"Longitude":111.341246,"Latitude":30.165561},{"Longitude":120.173762,"Latitude":47.176525},{"Longitude":88.109718,"Latitude":51.810806},{"Longitude":86.655925,"Latitude":33.524791}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0425.061.2017171235510.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0425.061.2017171235510.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0425.061.2017171235510.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0425.061.2017272154553.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0425.061.2017171235510.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.615535736084,"SizeInBytes":169466172,"Checksum":{"Value":"99d887d6943b5c6e79e83bbc04d6cda8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827617-LAADS","revision-id":4,"native-id":"LAADS:2715102632","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.255Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T04:30:00.000Z","EndingDateTime":"2000-03-19T04:35:00.000Z"}},"GranuleUR":"LAADS:2715102632","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":83.863631,"Latitude":15.722668},{"Longitude":105.429974,"Latitude":12.716389},{"Longitude":110.970968,"Latitude":30.330088},{"Longitude":86.370393,"Latitude":33.90068},{"Longitude":83.863631,"Latitude":15.722668}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0430.061.2017171235545.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0430.061.2017171235545.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0430.061.2017171235545.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0430.061.2017272154135.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0430.061.2017171235545.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.807379722595,"SizeInBytes":165473031,"Checksum":{"Value":"16f9c99efe83ab09bf91ef0b14225a44","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827743-LAADS","revision-id":4,"native-id":"LAADS:2715102935","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.999Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T04:35:00.000Z","EndingDateTime":"2000-03-19T04:40:00.000Z"}},"GranuleUR":"LAADS:2715102935","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":80.339302,"Latitude":-2.106753},{"Longitude":101.161617,"Latitude":-5.128815},{"Longitude":105.223651,"Latitude":12.829451},{"Longitude":83.779583,"Latitude":15.978863},{"Longitude":80.339302,"Latitude":-2.106753}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0435.061.2017171235658.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0435.061.2017171235658.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0435.061.2017171235658.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0435.061.2017272160106.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0435.061.2017171235658.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.976613998413,"SizeInBytes":167747638,"Checksum":{"Value":"628cb0608c48aaef0a891c74fd735505","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827862-LAADS","revision-id":4,"native-id":"LAADS:2715103243","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.139Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T04:40:00.000Z","EndingDateTime":"2000-03-19T04:45:00.000Z"}},"GranuleUR":"LAADS:2715103243","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":75.628806,"Latitude":-19.7487},{"Longitude":97.996398,"Latitude":-23.134683},{"Longitude":101.224679,"Latitude":-5.062157},{"Longitude":80.315798,"Latitude":-1.983031},{"Longitude":75.628806,"Latitude":-19.7487}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0440.061.2017171235850.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0440.061.2017171235850.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0440.061.2017171235850.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0440.061.2017272155040.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0440.061.2017171235850.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.265235900879,"SizeInBytes":167001704,"Checksum":{"Value":"455dffafffdfc27e91c8f89ae710b450","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827619-LAADS","revision-id":4,"native-id":"LAADS:2715102633","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.240Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T04:45:00.000Z","EndingDateTime":"2000-03-19T04:50:00.000Z"}},"GranuleUR":"LAADS:2715102633","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":68.704847,"Latitude":-36.970997},{"Longitude":95.730233,"Latitude":-41.163544},{"Longitude":98.315164,"Latitude":-22.967245},{"Longitude":75.651357,"Latitude":-19.65889},{"Longitude":68.704847,"Latitude":-36.970997}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0445.061.2017171235614.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0445.061.2017171235614.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0445.061.2017171235614.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0445.061.2017272155521.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0445.061.2017171235614.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.015820503235,"SizeInBytes":166740173,"Checksum":{"Value":"8d225b97da81463fcd5836edfd389513","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827747-LAADS","revision-id":4,"native-id":"LAADS:2715102936","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.029Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T04:50:00.000Z","EndingDateTime":"2000-03-19T04:55:00.000Z"}},"GranuleUR":"LAADS:2715102936","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":56.791977,"Latitude":-53.183604},{"Longitude":94.723963,"Latitude":-59.100784},{"Longitude":96.265419,"Latitude":-40.85393},{"Longitude":68.780919,"Latitude":-36.898008},{"Longitude":56.791977,"Latitude":-53.183604}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0450.061.2017171235652.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0450.061.2017171235652.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0450.061.2017171235652.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0450.061.2017272155949.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0450.061.2017171235652.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.836527824402,"SizeInBytes":168649323,"Checksum":{"Value":"2422fd8a90a0cdf10f535b45769007ba","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827549-LAADS","revision-id":4,"native-id":"LAADS:2715102307","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.437Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T04:55:00.000Z","EndingDateTime":"2000-03-19T05:00:00.000Z"}},"GranuleUR":"LAADS:2715102307","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":31.474546,"Latitude":-66.476457},{"Longitude":98.417132,"Latitude":-76.84309},{"Longitude":95.398784,"Latitude":-58.657499},{"Longitude":57.048773,"Latitude":-53.175673},{"Longitude":31.474546,"Latitude":-66.476457}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0455.061.2017171235258.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0455.061.2017171235258.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0455.061.2017171235258.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0455.061.2017272155026.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0455.061.2017171235258.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.268395423889,"SizeInBytes":163859289,"Checksum":{"Value":"830e39e8456dc2e32440598a36aad307","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827859-LAADS","revision-id":4,"native-id":"LAADS:2715103244","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.139Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T05:00:00.000Z","EndingDateTime":"2000-03-19T05:05:00.000Z"}},"GranuleUR":"LAADS:2715103244","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-17.997685,"Latitude":-70.10144},{"Longitude":-123.494804,"Latitude":-84.446069},{"Longitude":99.999934,"Latitude":-76.264428},{"Longitude":32.003791,"Latitude":-66.627513},{"Longitude":-17.997685,"Latitude":-70.10144}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0500.061.2017171235921.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0500.061.2017171235921.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0500.061.2017171235921.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0500.061.2017272153137.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0500.061.2017171235921.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:21.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":80.8766784667969,"SizeInBytes":84805344,"Checksum":{"Value":"80a375dc8019fb8e378f6f4ad7e8317e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827905-LAADS","revision-id":4,"native-id":"LAADS:2715103566","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.100Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T05:50:00.000Z","EndingDateTime":"2000-03-19T05:55:00.000Z"}},"GranuleUR":"LAADS:2715103566","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":52.387728,"Latitude":82.711877},{"Longitude":143.60797,"Latitude":69.799158},{"Longitude":-164.329825,"Latitude":67.962786},{"Longitude":-91.488602,"Latitude":78.14986},{"Longitude":52.387728,"Latitude":82.711877}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0550.061.2017172000121.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0550.061.2017172000121.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0550.061.2017172000121.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0550.061.2017272153056.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0550.061.2017172000121.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:21.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":64.9146766662598,"SizeInBytes":68067972,"Checksum":{"Value":"1c341216e755bc660deb54c332751002","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827442-LAADS","revision-id":4,"native-id":"LAADS:2715101964","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.688Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T05:55:00.000Z","EndingDateTime":"2000-03-19T06:00:00.000Z"}},"GranuleUR":"LAADS:2715101964","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":63.697236,"Latitude":65.170021},{"Longitude":108.816311,"Latitude":58.874681},{"Longitude":143.436604,"Latitude":70.174785},{"Longitude":48.221041,"Latitude":83.079609},{"Longitude":63.697236,"Latitude":65.170021}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0555.061.2017171235114.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0555.061.2017171235114.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0555.061.2017171235114.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0555.061.2017272153918.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0555.061.2017171235114.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.490843772888,"SizeInBytes":158849663,"Checksum":{"Value":"20b552638a1e33a98f2e8449f448447b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827860-LAADS","revision-id":4,"native-id":"LAADS:2715103245","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.135Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T06:00:00.000Z","EndingDateTime":"2000-03-19T06:05:00.000Z"}},"GranuleUR":"LAADS:2715103245","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":63.30347,"Latitude":47.381826},{"Longitude":93.437586,"Latitude":43.293306},{"Longitude":108.226706,"Latitude":59.184522},{"Longitude":62.942717,"Latitude":65.66165},{"Longitude":63.30347,"Latitude":47.381826}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0600.061.2017171235846.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0600.061.2017171235846.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0600.061.2017171235846.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0600.061.2017272154542.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0600.061.2017171235846.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.296303749084,"SizeInBytes":173325737,"Checksum":{"Value":"267c43e90cfac54d3cd926901d9292b0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827746-LAADS","revision-id":4,"native-id":"LAADS:2715102937","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.043Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T06:05:00.000Z","EndingDateTime":"2000-03-19T06:10:00.000Z"}},"GranuleUR":"LAADS:2715102937","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":61.300375,"Latitude":29.554271},{"Longitude":85.095432,"Latitude":26.321976},{"Longitude":92.923293,"Latitude":43.517562},{"Longitude":63.014639,"Latitude":47.83615},{"Longitude":61.300375,"Latitude":29.554271}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0605.061.2017171235726.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0605.061.2017171235726.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0605.061.2017171235726.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0605.061.2017272154132.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0605.061.2017171235726.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.983098983765,"SizeInBytes":174045894,"Checksum":{"Value":"336c21cac398f6dc7a245ae082e9dbeb","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827212-LAADS","revision-id":4,"native-id":"LAADS:2715099725","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.870Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T06:10:00.000Z","EndingDateTime":"2000-03-19T06:15:00.000Z"}},"GranuleUR":"LAADS:2715099725","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":58.437423,"Latitude":11.757227},{"Longitude":79.665434,"Latitude":8.780379},{"Longitude":84.776924,"Latitude":26.470329},{"Longitude":61.145078,"Latitude":29.917028},{"Longitude":58.437423,"Latitude":11.757227}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0610.061.2017171233245.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0610.061.2017171233245.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0610.061.2017171233245.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0610.061.2017272153355.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0610.061.2017171233245.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":134.379424095154,"SizeInBytes":140907039,"Checksum":{"Value":"8f4af84dff834d49dab5eca8778a7f77","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827404-LAADS","revision-id":4,"native-id":"LAADS:2715101619","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.213Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T06:15:00.000Z","EndingDateTime":"2000-03-19T06:20:00.000Z"}},"GranuleUR":"LAADS:2715101619","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":54.717753,"Latitude":-5.950204},{"Longitude":75.660489,"Latitude":-9.020627},{"Longitude":79.483119,"Latitude":8.886965},{"Longitude":58.372334,"Latitude":11.990865},{"Longitude":54.717753,"Latitude":-5.950204}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0615.061.2017171234801.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0615.061.2017171234801.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0615.061.2017171234801.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0615.061.2017272153803.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0615.061.2017171234801.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:48:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":138.200216293335,"SizeInBytes":144913430,"Checksum":{"Value":"579d1583e495c1e50ab2e47b9ad9aced","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827269-LAADS","revision-id":4,"native-id":"LAADS:2715101001","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.667Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T06:20:00.000Z","EndingDateTime":"2000-03-19T06:25:00.000Z"}},"GranuleUR":"LAADS:2715101001","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":49.615017,"Latitude":-23.631441},{"Longitude":72.697444,"Latitude":-27.15152},{"Longitude":75.802296,"Latitude":-8.956483},{"Longitude":54.701801,"Latitude":-5.852375},{"Longitude":49.615017,"Latitude":-23.631441}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0620.061.2017171234207.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0620.061.2017171234207.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0620.061.2017171234207.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0620.061.2017272155030.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0620.061.2017171234207.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.428142547607,"SizeInBytes":160881068,"Checksum":{"Value":"91a31f9eecf376a9176bdf071afd482b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827206-LAADS","revision-id":4,"native-id":"LAADS:2715099726","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.903Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T06:25:00.000Z","EndingDateTime":"2000-03-19T06:30:00.000Z"}},"GranuleUR":"LAADS:2715099726","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":41.919509,"Latitude":-40.69569},{"Longitude":70.641907,"Latitude":-45.164575},{"Longitude":73.061442,"Latitude":-26.951741},{"Longitude":49.640145,"Latitude":-23.542626},{"Longitude":41.919509,"Latitude":-40.69569}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0625.061.2017171233343.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0625.061.2017171233343.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0625.061.2017171233343.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0625.061.2017272155029.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0625.061.2017171233343.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":143.036578178406,"SizeInBytes":149984723,"Checksum":{"Value":"b2fdf0e150ed446f8ba4d60ad4d3fc90","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827205-LAADS","revision-id":4,"native-id":"LAADS:2715099727","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.912Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T06:30:00.000Z","EndingDateTime":"2000-03-19T06:35:00.000Z"}},"GranuleUR":"LAADS:2715099727","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":28.101124,"Latitude":-56.520086},{"Longitude":70.129874,"Latitude":-63.070034},{"Longitude":71.230313,"Latitude":-44.823403},{"Longitude":42.026961,"Latitude":-40.633027},{"Longitude":28.101124,"Latitude":-56.520086}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0630.061.2017171233507.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0630.061.2017171233507.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0630.061.2017171233507.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0630.061.2017272155742.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0630.061.2017171233507.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:35:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.564989089966,"SizeInBytes":161024562,"Checksum":{"Value":"ed48dd6e25e7a627dbf6f94eaa238fc3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827360-LAADS","revision-id":4,"native-id":"LAADS:2715101294","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.468Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T06:35:00.000Z","EndingDateTime":"2000-03-19T06:40:00.000Z"}},"GranuleUR":"LAADS:2715101294","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-2.391428,"Latitude":-68.484028},{"Longitude":77.842699,"Latitude":-80.703553},{"Longitude":70.853407,"Latitude":-62.601407},{"Longitude":28.415158,"Latitude":-56.537112},{"Longitude":-2.391428,"Latitude":-68.484028}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0635.061.2017171234550.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0635.061.2017171234550.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0635.061.2017171234550.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0635.061.2017272154751.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0635.061.2017171234550.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:45:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.248212814331,"SizeInBytes":153352366,"Checksum":{"Value":"de973d7ad7eb43646413a52b4b3e2da5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827358-LAADS","revision-id":4,"native-id":"LAADS:2715101295","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.522Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T06:40:00.000Z","EndingDateTime":"2000-03-19T06:45:00.000Z"}},"GranuleUR":"LAADS:2715101295","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-53.636381,"Latitude":-68.830156},{"Longitude":-137.228877,"Latitude":-80.764539},{"Longitude":79.754582,"Latitude":-80.081873},{"Longitude":-1.855899,"Latitude":-68.690347},{"Longitude":-53.636381,"Latitude":-68.830156}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0640.061.2017171234449.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0640.061.2017171234449.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0640.061.2017171234449.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0640.061.2017272153330.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0640.061.2017171234449.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":54.4366149902344,"SizeInBytes":57080928,"Checksum":{"Value":"a5155534bd52dc8b9a5ad32ea77a81e9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827209-LAADS","revision-id":4,"native-id":"LAADS:2715099728","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.928Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T07:30:00.000Z","EndingDateTime":"2000-03-19T07:35:00.000Z"}},"GranuleUR":"LAADS:2715099728","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":33.973498,"Latitude":78.888296},{"Longitude":108.537374,"Latitude":68.162653},{"Longitude":160.872077,"Latitude":69.777293},{"Longitude":-110.058505,"Latitude":81.951499},{"Longitude":33.973498,"Latitude":78.888296}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0730.061.2017171233529.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0730.061.2017171233529.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0730.061.2017171233529.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0730.061.2017272153506.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0730.061.2017171233529.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:35:29.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":93.5365028381348,"SizeInBytes":98080132,"Checksum":{"Value":"7707c2a11747bfc643e9253adf1af7f2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827210-LAADS","revision-id":4,"native-id":"LAADS:2715099729","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.956Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T07:35:00.000Z","EndingDateTime":"2000-03-19T07:40:00.000Z"}},"GranuleUR":"LAADS:2715099729","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":39.155972,"Latitude":61.215622},{"Longitude":79.618762,"Latitude":55.617665},{"Longitude":108.177422,"Latitude":68.536054},{"Longitude":31.626718,"Latitude":79.328748},{"Longitude":39.155972,"Latitude":61.215622}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0735.061.2017171232954.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0735.061.2017171232954.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0735.061.2017171232954.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0735.061.2017272154549.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0735.061.2017171232954.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.350108146667,"SizeInBytes":164993547,"Checksum":{"Value":"3ff1bf97e98a3db2ee8fefa1175069d1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827182-LAADS","revision-id":4,"native-id":"LAADS:2715099422","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.093Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T07:40:00.000Z","EndingDateTime":"2000-03-19T07:45:00.000Z"}},"GranuleUR":"LAADS:2715099422","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":38.221773,"Latitude":43.416052},{"Longitude":66.483884,"Latitude":39.586985},{"Longitude":79.044723,"Latitude":55.902725},{"Longitude":38.553211,"Latitude":61.704233},{"Longitude":38.221773,"Latitude":43.416052}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0740.061.2017171232854.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0740.061.2017171232854.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0740.061.2017171232854.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0740.061.2017272154542.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0740.061.2017171232854.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:28:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.72020149231,"SizeInBytes":168527346,"Checksum":{"Value":"d248741d7457f12c82fd4c39c16a6bae","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827405-LAADS","revision-id":4,"native-id":"LAADS:2715101620","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.268Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T07:45:00.000Z","EndingDateTime":"2000-03-19T07:50:00.000Z"}},"GranuleUR":"LAADS:2715101620","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":36.000106,"Latitude":25.592119},{"Longitude":59.001959,"Latitude":22.448421},{"Longitude":66.015972,"Latitude":39.791588},{"Longitude":37.967848,"Latitude":43.850511},{"Longitude":36.000106,"Latitude":25.592119}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0745.061.2017171234733.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0745.061.2017171234733.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0745.061.2017171234733.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0745.061.2017272154139.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0745.061.2017171234733.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:47:33.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.205714225769,"SizeInBytes":167987867,"Checksum":{"Value":"26e14f9d0646a15511a1ad52d4e6f362","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827407-LAADS","revision-id":4,"native-id":"LAADS:2715101621","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.270Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T07:50:00.000Z","EndingDateTime":"2000-03-19T07:55:00.000Z"}},"GranuleUR":"LAADS:2715101621","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":32.979018,"Latitude":7.803252},{"Longitude":53.947944,"Latitude":4.835708},{"Longitude":58.693525,"Latitude":22.590079},{"Longitude":35.88629,"Latitude":25.92652},{"Longitude":32.979018,"Latitude":7.803252}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0750.061.2017171234754.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0750.061.2017171234754.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0750.061.2017171234754.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0750.061.2017272153449.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0750.061.2017171234754.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:47:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.163061141968,"SizeInBytes":161651686,"Checksum":{"Value":"bd12b84e94b5d3fd2479ee056e8aa164","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827408-LAADS","revision-id":4,"native-id":"LAADS:2715101622","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.869Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T07:55:00.000Z","EndingDateTime":"2000-03-19T08:00:00.000Z"}},"GranuleUR":"LAADS:2715101622","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":29.034358,"Latitude":-9.898181},{"Longitude":50.189361,"Latitude":-13.032273},{"Longitude":53.823198,"Latitude":4.930552},{"Longitude":32.945536,"Latitude":8.004374},{"Longitude":29.034358,"Latitude":-9.898181}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0755.061.2017171235130.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0755.061.2017171235130.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0755.061.2017171235130.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0755.061.2017272154348.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0755.061.2017171235130.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.27267074585,"SizeInBytes":169106652,"Checksum":{"Value":"28e9cc39fc9e610de561f57d76daf54b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827251-LAADS","revision-id":4,"native-id":"LAADS:2715100688","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.840Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T08:00:00.000Z","EndingDateTime":"2000-03-19T08:05:00.000Z"}},"GranuleUR":"LAADS:2715100688","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":23.542097,"Latitude":-27.411395},{"Longitude":47.445927,"Latitude":-31.078775},{"Longitude":50.395344,"Latitude":-12.940627},{"Longitude":29.035428,"Latitude":-9.806291},{"Longitude":23.542097,"Latitude":-27.411395}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0800.061.2017171234107.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0800.061.2017171234107.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0800.061.2017171234107.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0800.061.2017272154750.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0800.061.2017171234107.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:41:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.40723323822,"SizeInBytes":166102023,"Checksum":{"Value":"b1a91d555da2d92849c680e3ebe3c5b0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827207-LAADS","revision-id":4,"native-id":"LAADS:2715099730","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.013Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T08:05:00.000Z","EndingDateTime":"2000-03-19T08:10:00.000Z"}},"GranuleUR":"LAADS:2715099730","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":14.894505,"Latitude":-44.377571},{"Longitude":45.614095,"Latitude":-49.165886},{"Longitude":47.861963,"Latitude":-30.847348},{"Longitude":23.571862,"Latitude":-27.327757},{"Longitude":14.894505,"Latitude":-44.377571}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0805.061.2017171233244.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0805.061.2017171233244.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0805.061.2017171233244.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0805.061.2017272155909.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0805.061.2017171233244.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:32:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.734683036804,"SizeInBytes":173785411,"Checksum":{"Value":"d7515d0af35ecbcc43d8f384db8a68f0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827246-LAADS","revision-id":4,"native-id":"LAADS:2715100689","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.807Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T08:10:00.000Z","EndingDateTime":"2000-03-19T08:15:00.000Z"}},"GranuleUR":"LAADS:2715100689","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-1.364598,"Latitude":-59.693174},{"Longitude":45.78372,"Latitude":-67.031844},{"Longitude":46.260895,"Latitude":-48.789788},{"Longitude":15.00155,"Latitude":-44.315382},{"Longitude":-1.364598,"Latitude":-59.693174}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0810.061.2017171234052.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0810.061.2017171234052.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0810.061.2017171234052.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0810.061.2017272160103.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0810.061.2017171234052.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.208909988403,"SizeInBytes":172185522,"Checksum":{"Value":"9a9ac4b6c6062542517921fa8b7f7a1d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827220-LAADS","revision-id":4,"native-id":"LAADS:2715100031","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.867Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T08:15:00.000Z","EndingDateTime":"2000-03-19T08:20:00.000Z"}},"GranuleUR":"LAADS:2715100031","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-37.765078,"Latitude":-69.895122},{"Longitude":63.865949,"Latitude":-84.406431},{"Longitude":46.605451,"Latitude":-66.536851},{"Longitude":-0.986404,"Latitude":-59.741165},{"Longitude":-37.765078,"Latitude":-69.895122}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0815.061.2017171233717.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0815.061.2017171233717.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0815.061.2017171233717.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0815.061.2017272154541.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0815.061.2017171233717.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:37:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":141.361369132996,"SizeInBytes":148228139,"Checksum":{"Value":"8cbe9eb5f4a596a87982547bc7188999","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827184-LAADS","revision-id":4,"native-id":"LAADS:2715099423","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.103Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T08:20:00.000Z","EndingDateTime":"2000-03-19T08:25:00.000Z"}},"GranuleUR":"LAADS:2715099423","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-87.8253,"Latitude":-66.932939},{"Longitude":-157.57993,"Latitude":-76.922945},{"Longitude":65.456001,"Latitude":-83.73646},{"Longitude":-37.299389,"Latitude":-70.159249},{"Longitude":-87.8253,"Latitude":-66.932939}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0820.061.2017171233405.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0820.061.2017171233405.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0820.061.2017171233405.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0820.061.2017272153320.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0820.061.2017171233405.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:34:05.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":32.7847871780396,"SizeInBytes":34377341,"Checksum":{"Value":"868f2ce0b00a6df2596481d1f478c51c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827270-LAADS","revision-id":4,"native-id":"LAADS:2715101002","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.652Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T09:10:00.000Z","EndingDateTime":"2000-03-19T09:15:00.000Z"}},"GranuleUR":"LAADS:2715101002","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":12.009654,"Latitude":74.985082},{"Longitude":75.056934,"Latitude":65.965921},{"Longitude":124.554591,"Latitude":70.915108},{"Longitude":-117.578891,"Latitude":85.456046},{"Longitude":12.009654,"Latitude":74.985082}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0910.061.2017171234245.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0910.061.2017171234245.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0910.061.2017171234245.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0910.061.2017272154354.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0910.061.2017171234245.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:42:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":129.79369354248,"SizeInBytes":136098552,"Checksum":{"Value":"634b8103cf6fdc4da2b04e45e1c4ddb4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827357-LAADS","revision-id":4,"native-id":"LAADS:2715101296","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.551Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T09:15:00.000Z","EndingDateTime":"2000-03-19T09:20:00.000Z"}},"GranuleUR":"LAADS:2715101296","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":14.426759,"Latitude":57.255969},{"Longitude":51.147891,"Latitude":52.208693},{"Longitude":74.586318,"Latitude":66.319116},{"Longitude":10.475641,"Latitude":75.457299},{"Longitude":14.426759,"Latitude":57.255969}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0915.061.2017171234647.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0915.061.2017171234647.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0915.061.2017171234647.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0915.061.2017272155524.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0915.061.2017171234647.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:46:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.078769683838,"SizeInBytes":168903332,"Checksum":{"Value":"139b760eb062783608866a8299853034","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827208-LAADS","revision-id":4,"native-id":"LAADS:2715099731","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.024Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T09:20:00.000Z","EndingDateTime":"2000-03-19T09:25:00.000Z"}},"GranuleUR":"LAADS:2715099731","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":13.085226,"Latitude":39.446596},{"Longitude":39.778739,"Latitude":35.830714},{"Longitude":50.586247,"Latitude":52.474941},{"Longitude":13.931973,"Latitude":57.737024},{"Longitude":13.085226,"Latitude":39.446596}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0920.061.2017171233506.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0920.061.2017171233506.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0920.061.2017171233506.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0920.061.2017272155525.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0920.061.2017171233506.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:35:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.717150688171,"SizeInBytes":172718451,"Checksum":{"Value":"41095ff66a8451270cb2af379f5f26e8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827234-LAADS","revision-id":4,"native-id":"LAADS:2715100362","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.133Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T09:25:00.000Z","EndingDateTime":"2000-03-19T09:30:00.000Z"}},"GranuleUR":"LAADS:2715100362","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":10.684552,"Latitude":21.624058},{"Longitude":33.006207,"Latitude":18.552743},{"Longitude":39.348027,"Latitude":36.019169},{"Longitude":12.885021,"Latitude":39.860813},{"Longitude":10.684552,"Latitude":21.624058}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0925.061.2017171233859.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0925.061.2017171233859.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0925.061.2017171233859.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0925.061.2017272154540.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0925.061.2017171233859.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:38:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.993350982666,"SizeInBytes":165668036,"Checksum":{"Value":"6f3232385f3a7736fad75203aa5c50a6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827217-LAADS","revision-id":4,"native-id":"LAADS:2715099732","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.047Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T09:30:00.000Z","EndingDateTime":"2000-03-19T09:35:00.000Z"}},"GranuleUR":"LAADS:2715099732","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":7.460488,"Latitude":3.855604},{"Longitude":28.294352,"Latitude":0.876703},{"Longitude":32.726892,"Latitude":18.684779},{"Longitude":10.568223,"Latitude":21.931521},{"Longitude":7.460488,"Latitude":3.855604}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0930.061.2017171233311.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0930.061.2017171233311.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0930.061.2017171233311.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0930.061.2017272153722.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0930.061.2017171233311.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:33:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.802763938904,"SizeInBytes":165468191,"Checksum":{"Value":"89a9b767e12f1a2eff5c8b336f64d978","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827179-LAADS","revision-id":4,"native-id":"LAADS:2715099424","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:00.169Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T09:35:00.000Z","EndingDateTime":"2000-03-19T09:40:00.000Z"}},"GranuleUR":"LAADS:2715099424","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":3.225211,"Latitude":-13.826882},{"Longitude":24.762089,"Latitude":-17.047982},{"Longitude":28.22569,"Latitude":0.961639},{"Longitude":7.419556,"Latitude":4.029009},{"Longitude":3.225211,"Latitude":-13.826882}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.370Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0935.061.2017171232930.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0935.061.2017171232930.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0935.061.2017171232930.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0935.061.2017272155529.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0935.061.2017171232930.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:29:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":169.863363265991,"SizeInBytes":178114646,"Checksum":{"Value":"076a956ad70688fc6aa8af6cd2d5d44f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827215-LAADS","revision-id":4,"native-id":"LAADS:2715099733","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.062Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T09:40:00.000Z","EndingDateTime":"2000-03-19T09:45:00.000Z"}},"GranuleUR":"LAADS:2715099733","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-2.759102,"Latitude":-31.240191},{"Longitude":22.224698,"Latitude":-35.091475},{"Longitude":25.033977,"Latitude":-16.930856},{"Longitude":3.245194,"Latitude":-13.733858},{"Longitude":-2.759102,"Latitude":-31.240191}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0940.061.2017171233131.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0940.061.2017171233131.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0940.061.2017171233131.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0940.061.2017272155027.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0940.061.2017171233131.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:31:31.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.008172035217,"SizeInBytes":165683577,"Checksum":{"Value":"4f3ff076d0edd0edae98eb7994343e8c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827232-LAADS","revision-id":4,"native-id":"LAADS:2715100363","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.148Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T09:45:00.000Z","EndingDateTime":"2000-03-19T09:50:00.000Z"}},"GranuleUR":"LAADS:2715100363","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-12.483114,"Latitude":-47.893644},{"Longitude":20.675609,"Latitude":-53.069047},{"Longitude":22.683226,"Latitude":-34.831919},{"Longitude":-2.722645,"Latitude":-31.155467},{"Longitude":-12.483114,"Latitude":-47.893644}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.070Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0945.061.2017171233906.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0945.061.2017171233906.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0945.061.2017171233906.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0945.061.2017272160255.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0945.061.2017171233906.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:39:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.710251808167,"SizeInBytes":173759793,"Checksum":{"Value":"c07bbaba150492163279741367168644","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827274-LAADS","revision-id":4,"native-id":"LAADS:2715101003","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.586Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T09:50:00.000Z","EndingDateTime":"2000-03-19T09:55:00.000Z"}},"GranuleUR":"LAADS:2715101003","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-31.815914,"Latitude":-62.649787},{"Longitude":21.824533,"Latitude":-70.986516},{"Longitude":21.37953,"Latitude":-52.667366},{"Longitude":-12.301003,"Latitude":-47.856738},{"Longitude":-31.815914,"Latitude":-62.649787}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0950.061.2017171234349.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0950.061.2017171234349.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0950.061.2017171234349.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0950.061.2017272160456.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0950.061.2017171234349.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.410962104797,"SizeInBytes":167154509,"Checksum":{"Value":"f7ff6befd216c414e12b9aa4bd9a4e54","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827362-LAADS","revision-id":4,"native-id":"LAADS:2715101297","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.554Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T09:55:00.000Z","EndingDateTime":"2000-03-19T10:00:00.000Z"}},"GranuleUR":"LAADS:2715101297","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-74.271299,"Latitude":-70.577951},{"Longitude":79.944522,"Latitude":-87.239973},{"Longitude":22.783279,"Latitude":-70.462875},{"Longitude":-31.372912,"Latitude":-62.734976},{"Longitude":-74.271299,"Latitude":-70.577951}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0955.061.2017171234434.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.0955.061.2017171234434.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.0955.061.2017171234434.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.0955.061.2017272153826.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.0955.061.2017171234434.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":125.091300964355,"SizeInBytes":131167736,"Checksum":{"Value":"b8667bf2dbec3986967ebabf953921b7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827272-LAADS","revision-id":4,"native-id":"LAADS:2715101004","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.650Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T10:45:00.000Z","EndingDateTime":"2000-03-19T10:50:00.000Z"}},"GranuleUR":"LAADS:2715101004","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-70.198904,"Latitude":87.386723},{"Longitude":87.155352,"Latitude":70.913207},{"Longitude":133.500286,"Latitude":64.329463},{"Longitude":-169.383235,"Latitude":72.340077},{"Longitude":-70.198904,"Latitude":87.386723}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1045.061.2017171234351.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1045.061.2017171234351.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1045.061.2017171234351.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1045.061.2017272153258.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1045.061.2017171234351.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":33.1219882965088,"SizeInBytes":34730922,"Checksum":{"Value":"5e1be0887c7e85e0bb7e5e89fc6eb3b8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827247-LAADS","revision-id":4,"native-id":"LAADS:2715100690","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:03.855Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T10:50:00.000Z","EndingDateTime":"2000-03-19T10:55:00.000Z"}},"GranuleUR":"LAADS:2715100690","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-11.344763,"Latitude":71.053224},{"Longitude":43.11029,"Latitude":63.336838},{"Longitude":87.341242,"Latitude":71.23752},{"Longitude":-82.93321,"Latitude":87.159763},{"Longitude":-11.344763,"Latitude":71.053224}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:27.680Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1050.061.2017171234010.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1050.061.2017171234010.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1050.061.2017171234010.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1050.061.2017272155500.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1050.061.2017171234010.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:40:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.967215538025,"SizeInBytes":159349175,"Checksum":{"Value":"d8b8a22c100afe9c1f7d0cc4388aa56c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827359-LAADS","revision-id":4,"native-id":"LAADS:2715101298","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.579Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T10:55:00.000Z","EndingDateTime":"2000-03-19T11:00:00.000Z"}},"GranuleUR":"LAADS:2715101298","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-10.456464,"Latitude":53.291815},{"Longitude":23.235159,"Latitude":48.68832},{"Longitude":42.564092,"Latitude":63.674511},{"Longitude":-12.462047,"Latitude":71.538366},{"Longitude":-10.456464,"Latitude":53.291815}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1055.061.2017171234411.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1055.061.2017171234411.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1055.061.2017171234411.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1055.061.2017272155821.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1055.061.2017171234411.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:44:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.413834571838,"SizeInBytes":167157521,"Checksum":{"Value":"4b56e554481eb7607ca8d94bac72d24d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827222-LAADS","revision-id":4,"native-id":"LAADS:2715100032","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.919Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T11:00:00.000Z","EndingDateTime":"2000-03-19T11:05:00.000Z"}},"GranuleUR":"LAADS:2715100032","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-12.102264,"Latitude":35.474923},{"Longitude":13.276493,"Latitude":32.034967},{"Longitude":22.690947,"Latitude":48.937198},{"Longitude":-10.85455,"Latitude":53.764186},{"Longitude":-12.102264,"Latitude":35.474923}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:26.550Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1100.061.2017171233638.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1100.061.2017171233638.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1100.061.2017171233638.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1100.061.2017272155254.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1100.061.2017171233638.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:36:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.172710418701,"SizeInBytes":172147564,"Checksum":{"Value":"9a8730f00fee4b707f16f005305b234f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827213-LAADS","revision-id":4,"native-id":"LAADS:2715099734","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:01.079Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T11:05:00.000Z","EndingDateTime":"2000-03-19T11:10:00.000Z"}},"GranuleUR":"LAADS:2715099734","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-14.692784,"Latitude":17.659211},{"Longitude":7.098048,"Latitude":14.639859},{"Longitude":12.880836,"Latitude":32.208532},{"Longitude":-12.281716,"Latitude":35.869475},{"Longitude":-14.692784,"Latitude":17.659211}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:25.930Z","Type":"Insert"},{"Date":"2022-11-22T11:55:58.190Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1105.061.2017171233012.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1105.061.2017171233012.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1105.061.2017171233012.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1105.061.2017272153357.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1105.061.2017171233012.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:30:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.423386573792,"SizeInBytes":165070385,"Checksum":{"Value":"64ddca94e6bc462e30b1934d73f2b4db","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827365-LAADS","revision-id":4,"native-id":"LAADS:2715101299","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:05.604Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T11:10:00.000Z","EndingDateTime":"2000-03-19T11:15:00.000Z"}},"GranuleUR":"LAADS:2715101299","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-18.099407,"Latitude":-0.088006},{"Longitude":2.695975,"Latitude":-3.091644},{"Longitude":6.858622,"Latitude":14.760434},{"Longitude":-14.78119,"Latitude":17.938555},{"Longitude":-18.099407,"Latitude":-0.088006}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.690Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1110.061.2017171234720.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1110.061.2017171234720.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1110.061.2017171234720.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1110.061.2017272154749.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1110.061.2017171234720.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:47:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.49236869812,"SizeInBytes":164094142,"Checksum":{"Value":"de0a7e41db9b648c9509ceab03eec7b7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827406-LAADS","revision-id":4,"native-id":"LAADS:2715101623","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.860Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T11:15:00.000Z","EndingDateTime":"2000-03-19T11:20:00.000Z"}},"GranuleUR":"LAADS:2715101623","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-22.639353,"Latitude":-17.74551},{"Longitude":-0.581467,"Latitude":-21.073022},{"Longitude":2.724295,"Latitude":-3.0206},{"Longitude":-18.129018,"Latitude":0.052609},{"Longitude":-22.639353,"Latitude":-17.74551}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1115.061.2017171234811.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1115.061.2017171234811.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1115.061.2017171234811.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1115.061.2017272155029.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1115.061.2017171234811.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:48:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.742453575134,"SizeInBytes":158064919,"Checksum":{"Value":"c66caf1ae49cf512606222ab3d02e6bd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827409-LAADS","revision-id":4,"native-id":"LAADS:2715101624","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:06.869Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T11:20:00.000Z","EndingDateTime":"2000-03-19T11:25:00.000Z"}},"GranuleUR":"LAADS:2715101624","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-29.218482,"Latitude":-35.038083},{"Longitude":-2.951914,"Latitude":-39.107835},{"Longitude":-0.286668,"Latitude":-20.921878},{"Longitude":-22.617748,"Latitude":-17.655287},{"Longitude":-29.218482,"Latitude":-35.038083}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.050Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1120.061.2017171234831.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1120.061.2017171234831.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1120.061.2017171234831.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1120.061.2017272154750.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1120.061.2017171234831.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:48:31.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.249325752258,"SizeInBytes":158596413,"Checksum":{"Value":"ee76e0e515f457ff1c25af6bab553879","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827275-LAADS","revision-id":4,"native-id":"LAADS:2715101005","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:04.736Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T11:25:00.000Z","EndingDateTime":"2000-03-19T11:30:00.000Z"}},"GranuleUR":"LAADS:2715101005","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-40.308454,"Latitude":-51.41688},{"Longitude":-4.16728,"Latitude":-57.059354},{"Longitude":-2.443802,"Latitude":-38.814623},{"Longitude":-29.156499,"Latitude":-34.960833},{"Longitude":-40.308454,"Latitude":-51.41688}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:29.170Z","Type":"Insert"},{"Date":"2022-11-22T11:56:02.290Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1125.061.2017171234339.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1125.061.2017171234339.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1125.061.2017171234339.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1125.061.2017272160528.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1125.061.2017171234339.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:43:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.305202484131,"SizeInBytes":173335068,"Checksum":{"Value":"a90ee83ad435f5ead067eccaf352b326","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827686-LAADS","revision-id":4,"native-id":"LAADS:2715102634","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.268Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T11:30:00.000Z","EndingDateTime":"2000-03-19T11:35:00.000Z"}},"GranuleUR":"LAADS:2715102634","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-63.32197,"Latitude":-65.25446},{"Longitude":-1.63367,"Latitude":-74.837454},{"Longitude":-3.494801,"Latitude":-56.630065},{"Longitude":-40.078156,"Latitude":-51.398264},{"Longitude":-63.32197,"Latitude":-65.25446}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1130.061.2017171235555.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1130.061.2017171235555.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1130.061.2017171235555.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1130.061.2017272155620.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1130.061.2017171235555.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.57026386261,"SizeInBytes":157884365,"Checksum":{"Value":"fe29e5a50f7fdf68bbf2c6ac32d6f213","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827551-LAADS","revision-id":4,"native-id":"LAADS:2715102308","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.542Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T11:35:00.000Z","EndingDateTime":"2000-03-19T11:40:00.000Z"}},"GranuleUR":"LAADS:2715102308","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-111.114778,"Latitude":-70.456612},{"Longitude":125.046926,"Latitude":-86.08082},{"Longitude":-0.352197,"Latitude":-74.284128},{"Longitude":-62.810999,"Latitude":-65.383443},{"Longitude":-111.114778,"Latitude":-70.456612}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1135.061.2017171235447.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1135.061.2017171235447.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1135.061.2017171235447.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1135.061.2017272153703.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1135.061.2017171235447.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":99.7224092483521,"SizeInBytes":104566525,"Checksum":{"Value":"04c6b31a779a9b0e87b675c3cd4695c6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827564-LAADS","revision-id":4,"native-id":"LAADS:2715102309","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.506Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T12:25:00.000Z","EndingDateTime":"2000-03-19T12:30:00.000Z"}},"GranuleUR":"LAADS:2715102309","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-52.968533,"Latitude":84.505845},{"Longitude":50.300061,"Latitude":70.354789},{"Longitude":101.291381,"Latitude":66.824856},{"Longitude":167.91995,"Latitude":76.166745},{"Longitude":-52.968533,"Latitude":84.505845}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1225.061.2017171235429.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1225.061.2017171235429.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1225.061.2017171235429.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1225.061.2017272153454.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1225.061.2017171235429.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:29.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":60.0794830322266,"SizeInBytes":62997904,"Checksum":{"Value":"673c5582a9be2b91fd6cf904d8e43dd9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827683-LAADS","revision-id":4,"native-id":"LAADS:2715102635","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.297Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T12:30:00.000Z","EndingDateTime":"2000-03-19T12:35:00.000Z"}},"GranuleUR":"LAADS:2715102635","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-35.257804,"Latitude":67.108497},{"Longitude":12.447123,"Latitude":60.395568},{"Longitude":50.249498,"Latitude":70.715735},{"Longitude":-58.666854,"Latitude":84.820409},{"Longitude":-35.257804,"Latitude":67.108497}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1230.061.2017171235623.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1230.061.2017171235623.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1230.061.2017171235623.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1230.061.2017272155944.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1230.061.2017171235623.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.715688705444,"SizeInBytes":166425462,"Checksum":{"Value":"c2c92d07ccd9c198bc6142645c1581df","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827444-LAADS","revision-id":4,"native-id":"LAADS:2715101965","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.718Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T12:35:00.000Z","EndingDateTime":"2000-03-19T12:40:00.000Z"}},"GranuleUR":"LAADS:2715101965","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-35.428362,"Latitude":49.325921},{"Longitude":-4.236145,"Latitude":45.078849},{"Longitude":11.864912,"Latitude":60.715108},{"Longitude":-36.221126,"Latitude":67.589773},{"Longitude":-35.428362,"Latitude":49.325921}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1235.061.2017171235145.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1235.061.2017171235145.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1235.061.2017171235145.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1235.061.2017272160300.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1235.061.2017171235145.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.86147403717,"SizeInBytes":170772633,"Checksum":{"Value":"998adc106af80b6a9dbddf61f677bc66","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827682-LAADS","revision-id":4,"native-id":"LAADS:2715102636","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.277Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T12:40:00.000Z","EndingDateTime":"2000-03-19T12:45:00.000Z"}},"GranuleUR":"LAADS:2715102636","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-37.332538,"Latitude":31.501794},{"Longitude":-13.040071,"Latitude":28.19887},{"Longitude":-4.740905,"Latitude":45.306391},{"Longitude":-35.759404,"Latitude":49.780568},{"Longitude":-37.332538,"Latitude":31.501794}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1240.061.2017171235452.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1240.061.2017171235452.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1240.061.2017171235452.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1240.061.2017272160632.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1240.061.2017171235452.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.242671966553,"SizeInBytes":174318076,"Checksum":{"Value":"221636609520c22a6683b37ade22c58b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827902-LAADS","revision-id":4,"native-id":"LAADS:2715103567","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.148Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T12:45:00.000Z","EndingDateTime":"2000-03-19T12:50:00.000Z"}},"GranuleUR":"LAADS:2715103567","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-40.098885,"Latitude":13.692882},{"Longitude":-18.714445,"Latitude":10.705078},{"Longitude":-13.400137,"Latitude":28.358863},{"Longitude":-37.486037,"Latitude":31.87178},{"Longitude":-40.098885,"Latitude":13.692882}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1245.061.2017172000025.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1245.061.2017172000025.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1245.061.2017172000025.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1245.061.2017272155532.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1245.061.2017172000025.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.765331268311,"SizeInBytes":152846028,"Checksum":{"Value":"3591fd76d575934b1fe72c1fd1e483b9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827685-LAADS","revision-id":4,"native-id":"LAADS:2715102637","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.344Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T12:50:00.000Z","EndingDateTime":"2000-03-19T12:55:00.000Z"}},"GranuleUR":"LAADS:2715102637","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-43.710055,"Latitude":-4.025372},{"Longitude":-22.846613,"Latitude":-7.071018},{"Longitude":-18.919803,"Latitude":10.81668},{"Longitude":-40.169767,"Latitude":13.941962},{"Longitude":-43.710055,"Latitude":-4.025372}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1250.061.2017171235452.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1250.061.2017171235452.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1250.061.2017171235452.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1250.061.2017272154812.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1250.061.2017171235452.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.279516220093,"SizeInBytes":157579494,"Checksum":{"Value":"3642e6edd8558c5fcfffdd254ac54f18","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827901-LAADS","revision-id":4,"native-id":"LAADS:2715103568","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.191Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T12:55:00.000Z","EndingDateTime":"2000-03-19T13:00:00.000Z"}},"GranuleUR":"LAADS:2715103568","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-48.586108,"Latitude":-21.651821},{"Longitude":-25.906572,"Latitude":-25.098918},{"Longitude":-22.747498,"Latitude":-7.008587},{"Longitude":-43.718687,"Latitude":-3.920059},{"Longitude":-48.586108,"Latitude":-21.651821}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1255.061.2017172000201.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1255.061.2017172000201.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1255.061.2017172000201.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1255.061.2017272155028.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1255.061.2017172000201.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.960060119629,"SizeInBytes":162487400,"Checksum":{"Value":"d67f161c3f6b17bbf4482092aeb4f45d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827552-LAADS","revision-id":4,"native-id":"LAADS:2715102310","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.537Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T13:00:00.000Z","EndingDateTime":"2000-03-19T13:05:00.000Z"}},"GranuleUR":"LAADS:2715102310","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-55.869247,"Latitude":-38.8026},{"Longitude":-28.07537,"Latitude":-43.12308},{"Longitude":-25.566189,"Latitude":-24.91638},{"Longitude":-48.562609,"Latitude":-21.563839},{"Longitude":-55.869247,"Latitude":-38.8026}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1300.061.2017171235149.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1300.061.2017171235149.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1300.061.2017171235149.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1300.061.2017272155721.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1300.061.2017171235149.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.712699890137,"SizeInBytes":162228024,"Checksum":{"Value":"a85c2aac3dbe414abcbc5e4c234db3c9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827898-LAADS","revision-id":4,"native-id":"LAADS:2715103569","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.225Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T13:05:00.000Z","EndingDateTime":"2000-03-19T13:10:00.000Z"}},"GranuleUR":"LAADS:2715103569","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-68.675053,"Latitude":-54.833773},{"Longitude":-28.862857,"Latitude":-61.04523},{"Longitude":-27.514339,"Latitude":-42.79687},{"Longitude":-55.792013,"Latitude":-38.730451},{"Longitude":-68.675053,"Latitude":-54.833773}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1305.061.2017172000112.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1305.061.2017172000112.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1305.061.2017172000112.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1305.061.2017272160259.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1305.061.2017172000112.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.527022361755,"SizeInBytes":174616239,"Checksum":{"Value":"bfc493f08a0d4f03bf67973451724096","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827858-LAADS","revision-id":4,"native-id":"LAADS:2715103246","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.132Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T13:10:00.000Z","EndingDateTime":"2000-03-19T13:15:00.000Z"}},"GranuleUR":"LAADS:2715103246","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-96.413548,"Latitude":-67.527166},{"Longitude":-23.324143,"Latitude":-78.734142},{"Longitude":-28.053673,"Latitude":-60.586705},{"Longitude":-68.387999,"Latitude":-54.838935},{"Longitude":-96.413548,"Latitude":-67.527166}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1310.061.2017171235922.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1310.061.2017171235922.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1310.061.2017171235922.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1310.061.2017272155250.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1310.061.2017171235922.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.078508377075,"SizeInBytes":156320146,"Checksum":{"Value":"daaa9a83be60b31b227a6c681e5a130e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827748-LAADS","revision-id":4,"native-id":"LAADS:2715102938","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.054Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T13:15:00.000Z","EndingDateTime":"2000-03-19T13:20:00.000Z"}},"GranuleUR":"LAADS:2715102938","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-147.117735,"Latitude":-69.565558},{"Longitude":120.122114,"Latitude":-82.691445},{"Longitude":-22.068217,"Latitude":-78.15697},{"Longitude":-95.889972,"Latitude":-67.704961},{"Longitude":-147.117735,"Latitude":-69.565558}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1315.061.2017171235659.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1315.061.2017171235659.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1315.061.2017171235659.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1315.061.2017272153559.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1315.061.2017171235659.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":74.4671382904053,"SizeInBytes":78084454,"Checksum":{"Value":"9784dad9a8c1be2b0a872b76afcb82af","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827684-LAADS","revision-id":4,"native-id":"LAADS:2715102638","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.367Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T14:05:00.000Z","EndingDateTime":"2000-03-19T14:10:00.000Z"}},"GranuleUR":"LAADS:2715102638","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-67.402248,"Latitude":80.856727},{"Longitude":14.737556,"Latitude":69.073858},{"Longitude":67.327398,"Latitude":68.924049},{"Longitude":147.258018,"Latitude":80.028245},{"Longitude":-67.402248,"Latitude":80.856727}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1405.061.2017171235452.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1405.061.2017171235452.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1405.061.2017171235452.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1405.061.2017272153732.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1405.061.2017171235452.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":89.6561985015869,"SizeInBytes":94011338,"Checksum":{"Value":"a846ef57b8adba930632c67d70b929e7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827749-LAADS","revision-id":4,"native-id":"LAADS:2715102939","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.081Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T14:10:00.000Z","EndingDateTime":"2000-03-19T14:15:00.000Z"}},"GranuleUR":"LAADS:2715102939","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-59.791982,"Latitude":63.146853},{"Longitude":-17.180045,"Latitude":57.225402},{"Longitude":14.46752,"Latitude":69.449427},{"Longitude":-70.510158,"Latitude":81.26476},{"Longitude":-59.791982,"Latitude":63.146853}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1410.061.2017171235740.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1410.061.2017171235740.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1410.061.2017171235740.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1410.061.2017272155519.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1410.061.2017171235740.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.367251396179,"SizeInBytes":166060099,"Checksum":{"Value":"eaa7162103e7b336c7fef4169585b02d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827937-LAADS","revision-id":4,"native-id":"LAADS:2715104166","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.783Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T14:15:00.000Z","EndingDateTime":"2000-03-19T14:20:00.000Z"}},"GranuleUR":"LAADS:2715104166","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-60.477988,"Latitude":45.351458},{"Longitude":-31.347144,"Latitude":41.399646},{"Longitude":-17.76406,"Latitude":57.522597},{"Longitude":-60.451435,"Latitude":63.637814},{"Longitude":-60.477988,"Latitude":45.351458}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1415.061.2017172000517.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1415.061.2017172000517.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1415.061.2017172000517.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1415.061.2017272160328.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1415.061.2017172000517.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.29660320282,"SizeInBytes":173326051,"Checksum":{"Value":"cb87615e66e1780a105ebf294dc862ab","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827856-LAADS","revision-id":4,"native-id":"LAADS:2715103247","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.140Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T14:20:00.000Z","EndingDateTime":"2000-03-19T14:25:00.000Z"}},"GranuleUR":"LAADS:2715103247","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-62.60427,"Latitude":27.528357},{"Longitude":-39.219237,"Latitude":24.337256},{"Longitude":-31.825835,"Latitude":41.611447},{"Longitude":-60.757103,"Latitude":45.793466},{"Longitude":-62.60427,"Latitude":27.528357}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1420.061.2017171235932.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1420.061.2017171235932.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1420.061.2017171235932.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1420.061.2017272155826.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1420.061.2017171235932.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.654547691345,"SizeInBytes":165312775,"Checksum":{"Value":"14ea7e15ecef93ce2672d71dc76127a8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827554-LAADS","revision-id":4,"native-id":"LAADS:2715102311","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.565Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T14:25:00.000Z","EndingDateTime":"2000-03-19T14:30:00.000Z"}},"GranuleUR":"LAADS:2715102311","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-65.53927,"Latitude":9.73002},{"Longitude":-44.462001,"Latitude":6.759424},{"Longitude":-39.544625,"Latitude":24.484555},{"Longitude":-62.72795,"Latitude":27.873218},{"Longitude":-65.53927,"Latitude":9.73002}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1425.061.2017171235150.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1425.061.2017171235150.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1425.061.2017171235150.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1425.061.2017272154539.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1425.061.2017171235150.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":141.048877716064,"SizeInBytes":147900468,"Checksum":{"Value":"5f461eaee2db2ab83fd6dddf557837d0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827864-LAADS","revision-id":4,"native-id":"LAADS:2715103248","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.146Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T14:30:00.000Z","EndingDateTime":"2000-03-19T14:35:00.000Z"}},"GranuleUR":"LAADS:2715103248","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-69.382996,"Latitude":-7.975},{"Longitude":-48.353979,"Latitude":-11.076194},{"Longitude":-44.630106,"Latitude":6.86246},{"Longitude":-65.59927,"Latitude":9.948673},{"Longitude":-69.382996,"Latitude":-7.975}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1430.061.2017171235912.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1430.061.2017171235912.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1430.061.2017171235912.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1430.061.2017272160016.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1430.061.2017171235912.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":171.590615272522,"SizeInBytes":179925801,"Checksum":{"Value":"cc9d9b95b7eec3cee1c89504badf1083","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827866-LAADS","revision-id":4,"native-id":"LAADS:2715103249","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.233Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T14:35:00.000Z","EndingDateTime":"2000-03-19T14:40:00.000Z"}},"GranuleUR":"LAADS:2715103249","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-74.667227,"Latitude":-25.530589},{"Longitude":-51.199568,"Latitude":-29.122226},{"Longitude":-48.180797,"Latitude":-10.998293},{"Longitude":-69.391329,"Latitude":-7.878644},{"Longitude":-74.667227,"Latitude":-25.530589}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1435.061.2017171235909.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1435.061.2017171235909.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1435.061.2017171235909.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1435.061.2017272155247.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1435.061.2017171235909.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":168.72217464447,"SizeInBytes":176918023,"Checksum":{"Value":"3674d9270d386e312f701f721c96bccf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827555-LAADS","revision-id":4,"native-id":"LAADS:2715102312","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.542Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T14:40:00.000Z","EndingDateTime":"2000-03-19T14:45:00.000Z"}},"GranuleUR":"LAADS:2715102312","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-82.796602,"Latitude":-42.507863},{"Longitude":-53.133104,"Latitude":-47.128704},{"Longitude":-50.801427,"Latitude":-28.908632},{"Longitude":-74.640244,"Latitude":-25.441292},{"Longitude":-82.796602,"Latitude":-42.507863}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1440.061.2017171235345.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1440.061.2017171235345.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1440.061.2017171235345.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1440.061.2017272154556.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1440.061.2017171235345.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.748366355896,"SizeInBytes":166459727,"Checksum":{"Value":"302c7b3d593cc85274c83e0f59b01ae6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827557-LAADS","revision-id":4,"native-id":"LAADS:2715102313","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.595Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T14:45:00.000Z","EndingDateTime":"2000-03-19T14:50:00.000Z"}},"GranuleUR":"LAADS:2715102313","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-97.728326,"Latitude":-58.104724},{"Longitude":-53.343522,"Latitude":-65.019661},{"Longitude":-52.516272,"Latitude":-46.773361},{"Longitude":-82.673922,"Latitude":-42.450285},{"Longitude":-97.728326,"Latitude":-58.104724}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1445.061.2017171235353.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1445.061.2017171235353.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1445.061.2017171235353.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1445.061.2017272160019.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1445.061.2017171235353.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.376356124878,"SizeInBytes":169215374,"Checksum":{"Value":"ef793558ac6ebf9a2f3476a5682737af","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827690-LAADS","revision-id":4,"native-id":"LAADS:2715102639","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.377Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T14:50:00.000Z","EndingDateTime":"2000-03-19T14:55:00.000Z"}},"GranuleUR":"LAADS:2715102639","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-131.062928,"Latitude":-69.263408},{"Longitude":-41.37999,"Latitude":-82.536963},{"Longitude":-52.403759,"Latitude":-64.53239},{"Longitude":-97.383938,"Latitude":-58.135913},{"Longitude":-131.062928,"Latitude":-69.263408}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1450.061.2017171235630.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1450.061.2017171235630.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1450.061.2017171235630.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1450.061.2017272155255.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1450.061.2017171235630.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.50127696991,"SizeInBytes":157812027,"Checksum":{"Value":"6734198b21a3bbb25711572fa0b36079","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827925-LAADS","revision-id":4,"native-id":"LAADS:2715103862","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.905Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T14:55:00.000Z","EndingDateTime":"2000-03-19T15:00:00.000Z"}},"GranuleUR":"LAADS:2715103862","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":177.902225,"Latitude":-67.967128},{"Longitude":102.084561,"Latitude":-78.894272},{"Longitude":-40.415316,"Latitude":-81.936788},{"Longitude":-130.569669,"Latitude":-69.499111},{"Longitude":177.902225,"Latitude":-67.967128}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1455.061.2017172000230.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1455.061.2017172000230.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1455.061.2017172000230.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1455.061.2017272153612.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1455.061.2017172000230.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":46.3336334228516,"SizeInBytes":48584336,"Checksum":{"Value":"42bfd63e5558a1e2065ee015ca007bad","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827874-LAADS","revision-id":4,"native-id":"LAADS:2715103250","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.260Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T15:45:00.000Z","EndingDateTime":"2000-03-19T15:50:00.000Z"}},"GranuleUR":"LAADS:2715103250","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-88.049987,"Latitude":76.983632},{"Longitude":-19.556105,"Latitude":67.146327},{"Longitude":31.743331,"Latitude":70.424968},{"Longitude":132.291419,"Latitude":83.735324},{"Longitude":-88.049987,"Latitude":76.983632}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1545.061.2017171235933.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1545.061.2017171235933.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1545.061.2017171235933.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1545.061.2017272154139.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1545.061.2017171235933.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:33.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":116.986959457397,"SizeInBytes":122669718,"Checksum":{"Value":"9f81e32193aff20341b951b46d1ad3c6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827928-LAADS","revision-id":4,"native-id":"LAADS:2715103863","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.872Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T15:50:00.000Z","EndingDateTime":"2000-03-19T15:55:00.000Z"}},"GranuleUR":"LAADS:2715103863","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-84.450126,"Latitude":59.27845},{"Longitude":-45.905317,"Latitude":53.965126},{"Longitude":-19.982541,"Latitude":67.512344},{"Longitude":-89.941841,"Latitude":77.441302},{"Longitude":-84.450126,"Latitude":59.27845}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1550.061.2017172000238.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1550.061.2017172000238.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1550.061.2017172000238.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1550.061.2017272154759.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1550.061.2017172000238.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.486764907837,"SizeInBytes":163039690,"Checksum":{"Value":"d9874ea027829e2bd846a4c976357320","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827751-LAADS","revision-id":4,"native-id":"LAADS:2715102940","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.134Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T15:55:00.000Z","EndingDateTime":"2000-03-19T16:00:00.000Z"}},"GranuleUR":"LAADS:2715102940","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-85.586762,"Latitude":41.382819},{"Longitude":-58.170176,"Latitude":37.67073},{"Longitude":-46.476641,"Latitude":54.241576},{"Longitude":-84.982864,"Latitude":59.763816},{"Longitude":-85.586762,"Latitude":41.382819}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1555.061.2017171235710.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1555.061.2017171235710.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1555.061.2017171235710.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1555.061.2017272155252.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1555.061.2017171235710.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.985966682434,"SizeInBytes":174048901,"Checksum":{"Value":"de0694049c188733f20196162219608f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827752-LAADS","revision-id":4,"native-id":"LAADS:2715102941","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.142Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T16:00:00.000Z","EndingDateTime":"2000-03-19T16:05:00.000Z"}},"GranuleUR":"LAADS:2715102941","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-87.91522,"Latitude":23.562444},{"Longitude":-65.268848,"Latitude":20.456599},{"Longitude":-58.614761,"Latitude":37.866242},{"Longitude":-85.82785,"Latitude":41.808222},{"Longitude":-87.91522,"Latitude":23.562444}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1600.061.2017171235640.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1600.061.2017171235640.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1600.061.2017171235640.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1600.061.2017272160226.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1600.061.2017171235640.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.897937774658,"SizeInBytes":175005172,"Checksum":{"Value":"7db63cae2d2941484fc190a074c6322d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827447-LAADS","revision-id":4,"native-id":"LAADS:2715101966","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.726Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T16:05:00.000Z","EndingDateTime":"2000-03-19T16:10:00.000Z"}},"GranuleUR":"LAADS:2715101966","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-91.033266,"Latitude":5.780952},{"Longitude":-70.140091,"Latitude":2.80923},{"Longitude":-65.560772,"Latitude":20.592777},{"Longitude":-88.024553,"Latitude":23.881188},{"Longitude":-91.033266,"Latitude":5.780952}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1605.061.2017171235247.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1605.061.2017171235247.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1605.061.2017171235247.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1605.061.2017272155030.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1605.061.2017171235247.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.547119140625,"SizeInBytes":161005824,"Checksum":{"Value":"774ab5c73ec9c0246c16dbf22234256f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827693-LAADS","revision-id":4,"native-id":"LAADS:2715102640","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.403Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T16:10:00.000Z","EndingDateTime":"2000-03-19T16:15:00.000Z"}},"GranuleUR":"LAADS:2715102640","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-95.133502,"Latitude":-11.911486},{"Longitude":-73.821891,"Latitude":-15.085361},{"Longitude":-70.276388,"Latitude":2.905115},{"Longitude":-91.081532,"Latitude":5.969241},{"Longitude":-95.133502,"Latitude":-11.911486}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1610.061.2017171235559.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1610.061.2017171235559.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1610.061.2017171235559.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1610.061.2017272154752.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1610.061.2017171235559.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.634081840515,"SizeInBytes":160048435,"Checksum":{"Value":"b07282c76f73bcd8dd3683ec573d6ec7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827865-LAADS","revision-id":4,"native-id":"LAADS:2715103251","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.392Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T16:15:00.000Z","EndingDateTime":"2000-03-19T16:20:00.000Z"}},"GranuleUR":"LAADS:2715103251","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-100.865176,"Latitude":-29.37739},{"Longitude":-76.426783,"Latitude":-33.129526},{"Longitude":-73.550196,"Latitude":-14.984941},{"Longitude":-95.117333,"Latitude":-11.812743},{"Longitude":-100.865176,"Latitude":-29.37739}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1615.061.2017171235846.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1615.061.2017171235846.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1615.061.2017171235846.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1615.061.2017272155724.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1615.061.2017171235846.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.386194229126,"SizeInBytes":165031386,"Checksum":{"Value":"408c4517273bf8f0b76332f42172282d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827900-LAADS","revision-id":4,"native-id":"LAADS:2715103570","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.195Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T16:20:00.000Z","EndingDateTime":"2000-03-19T16:25:00.000Z"}},"GranuleUR":"LAADS:2715103570","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-110.0155,"Latitude":-46.14778},{"Longitude":-78.117682,"Latitude":-51.123085},{"Longitude":-75.993668,"Latitude":-32.889574},{"Longitude":-100.835227,"Latitude":-29.29026},{"Longitude":-110.0155,"Latitude":-46.14778}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1620.061.2017172000027.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1620.061.2017172000027.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1620.061.2017172000027.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1620.061.2017272160330.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1620.061.2017172000027.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.594268798828,"SizeInBytes":174686752,"Checksum":{"Value":"be32a03b9b0fe6fed8afed911ffce0fe","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827750-LAADS","revision-id":4,"native-id":"LAADS:2715102942","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.170Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T16:25:00.000Z","EndingDateTime":"2000-03-19T16:30:00.000Z"}},"GranuleUR":"LAADS:2715102942","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-127.643219,"Latitude":-61.180205},{"Longitude":-77.505391,"Latitude":-68.973767},{"Longitude":-77.440584,"Latitude":-50.736043},{"Longitude":-109.853051,"Latitude":-46.103961},{"Longitude":-127.643219,"Latitude":-61.180205}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1625.061.2017171235729.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1625.061.2017171235729.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1625.061.2017171235729.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1625.061.2017272160607.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1625.061.2017171235729.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:29.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.792367935181,"SizeInBytes":168603018,"Checksum":{"Value":"e680d07b7ea7cec64d3fca856e01f11c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827870-LAADS","revision-id":4,"native-id":"LAADS:2715103252","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.332Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T16:30:00.000Z","EndingDateTime":"2000-03-19T16:35:00.000Z"}},"GranuleUR":"LAADS:2715103252","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-147.963404,"Latitude":-68.016543},{"Longitude":-71.678427,"Latitude":-79.452634},{"Longitude":-77.439251,"Latitude":-68.493944},{"Longitude":-127.235371,"Latitude":-61.2448},{"Longitude":-147.963404,"Latitude":-68.016543}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1630.061.2017171235912.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1630.061.2017171235912.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1630.061.2017171235912.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1630.061.2017272154546.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1630.061.2017171235912.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":90.8166961669922,"SizeInBytes":95228208,"Checksum":{"Value":"aefcfc22e5dc24c8f9a542deea527cfe","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827872-LAADS","revision-id":4,"native-id":"LAADS:2715103253","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.343Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T17:25:00.000Z","EndingDateTime":"2000-03-19T17:30:00.000Z"}},"GranuleUR":"LAADS:2715103253","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-110.867419,"Latitude":73.094444},{"Longitude":-52.270774,"Latitude":64.736461},{"Longitude":-8.434954,"Latitude":71.235068},{"Longitude":158.294953,"Latitude":87.191726},{"Longitude":-110.867419,"Latitude":73.094444}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1725.061.2017171235955.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1725.061.2017171235955.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1725.061.2017171235955.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1725.061.2017272154346.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1725.061.2017171235955.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":130.924659729004,"SizeInBytes":137284456,"Checksum":{"Value":"52adfc1905ba1107049b92420a9bde14","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827867-LAADS","revision-id":4,"native-id":"LAADS:2715103254","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.372Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T17:30:00.000Z","EndingDateTime":"2000-03-19T17:35:00.000Z"}},"GranuleUR":"LAADS:2715103254","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-109.244941,"Latitude":55.323262},{"Longitude":-74.080182,"Latitude":50.505352},{"Longitude":-52.767271,"Latitude":65.075585},{"Longitude":-112.116104,"Latitude":73.549816},{"Longitude":-109.244941,"Latitude":55.323262}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1730.061.2017171235947.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1730.061.2017171235947.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1730.061.2017171235947.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1730.061.2017272155033.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1730.061.2017171235947.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.264424324036,"SizeInBytes":162806549,"Checksum":{"Value":"c7d9406654f0d889ce061a50afad3d5d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827909-LAADS","revision-id":4,"native-id":"LAADS:2715103571","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.228Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T17:35:00.000Z","EndingDateTime":"2000-03-19T17:40:00.000Z"}},"GranuleUR":"LAADS:2715103571","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-110.709111,"Latitude":37.509511},{"Longitude":-84.728696,"Latitude":33.987002},{"Longitude":-74.641647,"Latitude":50.765123},{"Longitude":-109.640444,"Latitude":55.799957},{"Longitude":-110.709111,"Latitude":37.509511}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1735.061.2017172000123.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1735.061.2017172000123.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1735.061.2017172000123.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1735.061.2017272155253.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1735.061.2017172000123.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.192843437195,"SizeInBytes":172168675,"Checksum":{"Value":"92c7848878e4a122dbbc81101de21676","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827563-LAADS","revision-id":4,"native-id":"LAADS:2715102314","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.597Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T17:40:00.000Z","EndingDateTime":"2000-03-19T17:45:00.000Z"}},"GranuleUR":"LAADS:2715102314","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-113.263422,"Latitude":19.606866},{"Longitude":-91.219823,"Latitude":16.561417},{"Longitude":-85.13801,"Latitude":34.166741},{"Longitude":-110.953755,"Latitude":37.909291},{"Longitude":-113.263422,"Latitude":19.606866}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1740.061.2017171235349.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1740.061.2017171235349.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1740.061.2017171235349.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1740.061.2017272154548.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1740.061.2017171235349.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:53:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.113032341003,"SizeInBytes":168939259,"Checksum":{"Value":"e0e5d4425f2d3c504b326c4eada85145","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827755-LAADS","revision-id":4,"native-id":"LAADS:2715102943","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.242Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T17:45:00.000Z","EndingDateTime":"2000-03-19T17:50:00.000Z"}},"GranuleUR":"LAADS:2715102943","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-116.569311,"Latitude":1.84025},{"Longitude":-95.7741,"Latitude":-1.144328},{"Longitude":-91.485147,"Latitude":16.688372},{"Longitude":-113.355501,"Latitude":19.896921},{"Longitude":-116.569311,"Latitude":1.84025}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1745.061.2017171235758.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1745.061.2017171235758.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1745.061.2017171235758.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1745.061.2017272154743.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1745.061.2017171235758.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.071287155151,"SizeInBytes":154215422,"Checksum":{"Value":"8e9a79da9fb1166883c31584e577a3e3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827448-LAADS","revision-id":4,"native-id":"LAADS:2715101967","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.768Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T17:50:00.000Z","EndingDateTime":"2000-03-19T17:55:00.000Z"}},"GranuleUR":"LAADS:2715101967","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-120.954927,"Latitude":-15.829086},{"Longitude":-99.163613,"Latitude":-19.101715},{"Longitude":-95.783014,"Latitude":-1.068287},{"Longitude":-116.604719,"Latitude":1.9994},{"Longitude":-120.954927,"Latitude":-15.829086}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1750.061.2017171235120.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1750.061.2017171235120.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1750.061.2017171235120.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1750.061.2017272155055.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1750.061.2017171235120.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:21.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.649675369263,"SizeInBytes":160064786,"Checksum":{"Value":"9838543d41cbb190b425a9155a09177f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827559-LAADS","revision-id":4,"native-id":"LAADS:2715102315","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.622Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T17:55:00.000Z","EndingDateTime":"2000-03-19T18:00:00.000Z"}},"GranuleUR":"LAADS:2715102315","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-127.227019,"Latitude":-33.185845},{"Longitude":-101.624175,"Latitude":-37.141878},{"Longitude":-98.888314,"Latitude":-18.965588},{"Longitude":-120.93238,"Latitude":-15.73944},{"Longitude":-127.227019,"Latitude":-33.185845}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1755.061.2017171235400.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1755.061.2017171235400.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1755.061.2017171235400.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1755.061.2017272154815.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1755.061.2017171235400.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":139.481182098389,"SizeInBytes":146256620,"Checksum":{"Value":"0dd309e42a60f13a9c1bee8a37fa6a9a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827692-LAADS","revision-id":4,"native-id":"LAADS:2715102641","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.443Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T18:00:00.000Z","EndingDateTime":"2000-03-19T18:05:00.000Z"}},"GranuleUR":"LAADS:2715102641","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-137.612764,"Latitude":-49.707134},{"Longitude":-103.013606,"Latitude":-55.106439},{"Longitude":-101.142704,"Latitude":-36.863959},{"Longitude":-127.180269,"Latitude":-33.103749},{"Longitude":-137.612764,"Latitude":-49.707134}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1800.061.2017171235620.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1800.061.2017171235620.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1800.061.2017171235620.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1800.061.2017272160138.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1800.061.2017171235620.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.383719444275,"SizeInBytes":166077367,"Checksum":{"Value":"66c29bfb0bb9eb227bd70912a8422bc9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827753-LAADS","revision-id":4,"native-id":"LAADS:2715102944","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.204Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T18:05:00.000Z","EndingDateTime":"2000-03-19T18:10:00.000Z"}},"GranuleUR":"LAADS:2715102944","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-142.676626,"Latitude":-54.745339},{"Longitude":-102.878349,"Latitude":-60.681235},{"Longitude":-102.968298,"Latitude":-54.697606},{"Longitude":-137.405029,"Latitude":-49.680283},{"Longitude":-142.676626,"Latitude":-54.745339}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1805.061.2017171235708.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.1805.061.2017171235708.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.1805.061.2017171235708.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.1805.061.2017272154341.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.1805.061.2017171235708.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":53.4863166809082,"SizeInBytes":56084468,"Checksum":{"Value":"d02aa5ff26605b1f091169f4cea6194c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827561-LAADS","revision-id":4,"native-id":"LAADS:2715102316","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.672Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T20:40:00.000Z","EndingDateTime":"2000-03-19T20:45:00.000Z"}},"GranuleUR":"LAADS:2715102316","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-170.11639,"Latitude":82.724447},{"Longitude":-78.855992,"Latitude":69.798529},{"Longitude":-26.809686,"Latitude":67.952624},{"Longitude":45.981969,"Latitude":78.13921},{"Longitude":-170.11639,"Latitude":82.724447}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2040.061.2017171235452.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2040.061.2017171235452.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2040.061.2017171235452.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2040.061.2017272153814.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2040.061.2017171235452.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":72.696400642395,"SizeInBytes":76227701,"Checksum":{"Value":"4a7f20e83a46f8226f811a005c248da4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827756-LAADS","revision-id":4,"native-id":"LAADS:2715102945","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.214Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T20:45:00.000Z","EndingDateTime":"2000-03-19T20:50:00.000Z"}},"GranuleUR":"LAADS:2715102945","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-158.789609,"Latitude":65.183474},{"Longitude":-113.665851,"Latitude":58.882757},{"Longitude":-79.027548,"Latitude":70.176097},{"Longitude":-174.268127,"Latitude":83.093766},{"Longitude":-158.789609,"Latitude":65.183474}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2045.061.2017171235730.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2045.061.2017171235730.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2045.061.2017171235730.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2045.061.2017272155030.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2045.061.2017171235730.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.794218063354,"SizeInBytes":156022046,"Checksum":{"Value":"494820a56c5b374a78acc27f84874132","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827688-LAADS","revision-id":4,"native-id":"LAADS:2715102642","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.454Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T20:50:00.000Z","EndingDateTime":"2000-03-19T20:55:00.000Z"}},"GranuleUR":"LAADS:2715102642","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-159.190644,"Latitude":47.392413},{"Longitude":-129.062916,"Latitude":43.304079},{"Longitude":-114.26639,"Latitude":59.196154},{"Longitude":-159.549001,"Latitude":65.674383},{"Longitude":-159.190644,"Latitude":47.392413}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2050.061.2017171235623.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2050.061.2017171235623.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2050.061.2017171235623.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2050.061.2017272160726.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2050.061.2017171235623.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.609192848206,"SizeInBytes":167362369,"Checksum":{"Value":"2bcdf8105a8eee1e437c472ccf039381","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827560-LAADS","revision-id":4,"native-id":"LAADS:2715102317","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:08.725Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T20:55:00.000Z","EndingDateTime":"2000-03-19T21:00:00.000Z"}},"GranuleUR":"LAADS:2715102317","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-161.205398,"Latitude":29.571038},{"Longitude":-137.37637,"Latitude":26.326316},{"Longitude":-129.540113,"Latitude":43.519277},{"Longitude":-159.492923,"Latitude":47.844049},{"Longitude":-161.205398,"Latitude":29.571038}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:33.200Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2055.061.2017171235246.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2055.061.2017171235246.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2055.061.2017171235246.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2055.061.2017272155930.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2055.061.2017171235246.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:52:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.391453742981,"SizeInBytes":162939749,"Checksum":{"Value":"1026d486a3a97454483b24341339062e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827868-LAADS","revision-id":4,"native-id":"LAADS:2715103255","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.400Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T21:00:00.000Z","EndingDateTime":"2000-03-19T21:05:00.000Z"}},"GranuleUR":"LAADS:2715103255","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-164.055246,"Latitude":11.766412},{"Longitude":-142.833923,"Latitude":8.789785},{"Longitude":-137.720609,"Latitude":26.480172},{"Longitude":-161.34591,"Latitude":29.928719},{"Longitude":-164.055246,"Latitude":11.766412}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2100.061.2017171235938.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2100.061.2017171235938.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2100.061.2017171235938.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2100.061.2017272155029.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2100.061.2017171235938.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.697344779968,"SizeInBytes":156969043,"Checksum":{"Value":"22554e20289fe9a0c29dd0b6629f3512","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827691-LAADS","revision-id":4,"native-id":"LAADS:2715102643","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.511Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T21:05:00.000Z","EndingDateTime":"2000-03-19T21:10:00.000Z"}},"GranuleUR":"LAADS:2715102643","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-167.776659,"Latitude":-5.941903},{"Longitude":-146.846444,"Latitude":-9.011826},{"Longitude":-143.022322,"Latitude":8.897166},{"Longitude":-164.121456,"Latitude":12.000884},{"Longitude":-167.776659,"Latitude":-5.941903}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2105.061.2017171235604.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2105.061.2017171235604.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2105.061.2017171235604.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2105.061.2017272155156.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2105.061.2017171235604.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.552174568176,"SizeInBytes":159962549,"Checksum":{"Value":"99a1a551235df04a170f861ad341c8f2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827935-LAADS","revision-id":4,"native-id":"LAADS:2715103864","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.938Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T21:10:00.000Z","EndingDateTime":"2000-03-19T21:15:00.000Z"}},"GranuleUR":"LAADS:2715103864","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-172.879224,"Latitude":-23.625246},{"Longitude":-149.811438,"Latitude":-27.144254},{"Longitude":-146.704758,"Latitude":-8.947839},{"Longitude":-167.792536,"Latitude":-5.844647},{"Longitude":-172.879224,"Latitude":-23.625246}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2110.061.2017172000308.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2110.061.2017172000308.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2110.061.2017172000308.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2110.061.2017272155940.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2110.061.2017172000308.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:03:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.540679931641,"SizeInBytes":162047648,"Checksum":{"Value":"a590b7d6c2d82a600e13b1910411f832","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827445-LAADS","revision-id":4,"native-id":"LAADS:2715101968","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:07.783Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T21:15:00.000Z","EndingDateTime":"2000-03-19T21:20:00.000Z"}},"GranuleUR":"LAADS:2715101968","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":179.42844,"Latitude":-40.692449},{"Longitude":-151.866505,"Latitude":-45.15978},{"Longitude":-149.444305,"Latitude":-26.94541},{"Longitude":-172.85203,"Latitude":-23.537297},{"Longitude":179.42844,"Latitude":-40.692449}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:32.610Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2115.061.2017171235104.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2115.061.2017171235104.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2115.061.2017171235104.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2115.061.2017272160502.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2115.061.2017171235104.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:51:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.4918384552,"SizeInBytes":169336466,"Checksum":{"Value":"ed758b97748ea42b156eb9c7283d9614","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827869-LAADS","revision-id":4,"native-id":"LAADS:2715103256","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.405Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T21:20:00.000Z","EndingDateTime":"2000-03-19T21:25:00.000Z"}},"GranuleUR":"LAADS:2715103256","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":165.607663,"Latitude":-56.517153},{"Longitude":-152.386419,"Latitude":-63.066399},{"Longitude":-151.279125,"Latitude":-44.818426},{"Longitude":179.531932,"Latitude":-40.628206},{"Longitude":165.607663,"Latitude":-56.517153}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2120.061.2017171235950.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2120.061.2017171235950.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2120.061.2017171235950.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2120.061.2017272160541.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2120.061.2017171235950.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.929030418396,"SizeInBytes":176086351,"Checksum":{"Value":"1167d2519271d30a40c7a35237696c02","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827687-LAADS","revision-id":4,"native-id":"LAADS:2715102644","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.532Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T21:25:00.000Z","EndingDateTime":"2000-03-19T21:30:00.000Z"}},"GranuleUR":"LAADS:2715102644","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":135.121697,"Latitude":-68.484407},{"Longitude":-144.230696,"Latitude":-80.682118},{"Longitude":-151.490989,"Latitude":-62.593447},{"Longitude":165.922315,"Latitude":-56.535195},{"Longitude":135.121697,"Latitude":-68.484407}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2125.061.2017171235611.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2125.061.2017171235611.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2125.061.2017171235611.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2125.061.2017272155908.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2125.061.2017171235611.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.884368896484,"SizeInBytes":161359456,"Checksum":{"Value":"7e4fd833c72832efa88618b3869a414f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827927-LAADS","revision-id":4,"native-id":"LAADS:2715103865","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.985Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T21:30:00.000Z","EndingDateTime":"2000-03-19T21:35:00.000Z"}},"GranuleUR":"LAADS:2715103865","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":83.818028,"Latitude":-68.87378},{"Longitude":0.540425,"Latitude":-80.769148},{"Longitude":-142.99501,"Latitude":-80.085833},{"Longitude":135.689539,"Latitude":-68.733602},{"Longitude":83.818028,"Latitude":-68.87378}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2130.061.2017172000413.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2130.061.2017172000413.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2130.061.2017172000413.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2130.061.2017272153614.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2130.061.2017172000413.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":56.6549577713013,"SizeInBytes":59407029,"Checksum":{"Value":"6a3d6c0fc664c073810f7c6c88058bb8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827689-LAADS","revision-id":4,"native-id":"LAADS:2715102645","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.538Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T22:20:00.000Z","EndingDateTime":"2000-03-19T22:25:00.000Z"}},"GranuleUR":"LAADS:2715102645","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":171.496115,"Latitude":78.895881},{"Longitude":-113.943956,"Latitude":68.162833},{"Longitude":-61.613281,"Latitude":69.771718},{"Longitude":27.384211,"Latitude":81.947363},{"Longitude":171.496115,"Latitude":78.895881}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2220.061.2017171235608.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2220.061.2017171235608.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2220.061.2017171235608.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2220.061.2017272154143.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2220.061.2017171235608.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":96.8440933227539,"SizeInBytes":101548392,"Checksum":{"Value":"1d199d155e1f0fe7957071b65af30d51","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827930-LAADS","revision-id":4,"native-id":"LAADS:2715103866","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.045Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T22:25:00.000Z","EndingDateTime":"2000-03-19T22:30:00.000Z"}},"GranuleUR":"LAADS:2715103866","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":176.660998,"Latitude":61.222673},{"Longitude":-142.871966,"Latitude":55.621315},{"Longitude":-114.303567,"Latitude":68.53673},{"Longitude":169.135552,"Latitude":79.335993},{"Longitude":176.660998,"Latitude":61.222673}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2225.061.2017172000336.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2225.061.2017172000336.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2225.061.2017172000336.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2225.061.2017272155501.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2225.061.2017172000336.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:03:36.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.83252620697,"SizeInBytes":162353671,"Checksum":{"Value":"9d71851aebe9853e854435616db21ef9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827757-LAADS","revision-id":4,"native-id":"LAADS:2715102946","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.340Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T22:30:00.000Z","EndingDateTime":"2000-03-19T22:35:00.000Z"}},"GranuleUR":"LAADS:2715102946","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":175.732409,"Latitude":43.420374},{"Longitude":-156.014566,"Latitude":39.590425},{"Longitude":-143.449128,"Latitude":55.906914},{"Longitude":176.070887,"Latitude":61.710641},{"Longitude":175.732409,"Latitude":43.420374}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2230.061.2017171235741.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2230.061.2017171235741.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2230.061.2017171235741.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2230.061.2017272160516.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2230.061.2017171235741.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.703266143799,"SizeInBytes":170606740,"Checksum":{"Value":"c1c9a7a47e93eba5accfa0b47db148ee","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827876-LAADS","revision-id":4,"native-id":"LAADS:2715103257","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.478Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T22:35:00.000Z","EndingDateTime":"2000-03-19T22:40:00.000Z"}},"GranuleUR":"LAADS:2715103257","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":173.507108,"Latitude":25.595806},{"Longitude":-163.493415,"Latitude":22.449738},{"Longitude":-156.476917,"Latitude":39.794212},{"Longitude":175.477169,"Latitude":43.853765},{"Longitude":173.507108,"Latitude":25.595806}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2235.061.2017171235939.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2235.061.2017171235939.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2235.061.2017171235939.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2235.061.2017272160240.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2235.061.2017171235939.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.892683029175,"SizeInBytes":165562478,"Checksum":{"Value":"f5384e6944c5b68acb8a627e5404bbee","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827932-LAADS","revision-id":4,"native-id":"LAADS:2715103867","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.071Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T22:40:00.000Z","EndingDateTime":"2000-03-19T22:45:00.000Z"}},"GranuleUR":"LAADS:2715103867","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":170.479925,"Latitude":7.804849},{"Longitude":-168.550164,"Latitude":4.836001},{"Longitude":-163.803357,"Latitude":22.59177},{"Longitude":173.387935,"Latitude":25.928474},{"Longitude":170.479925,"Latitude":7.804849}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2240.061.2017172000400.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2240.061.2017172000400.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2240.061.2017172000400.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2240.061.2017272155057.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2240.061.2017172000400.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.882635116577,"SizeInBytes":152969030,"Checksum":{"Value":"d653a6c36aaf066897ba7f86ead4ef4c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827758-LAADS","revision-id":4,"native-id":"LAADS:2715102947","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.332Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T22:45:00.000Z","EndingDateTime":"2000-03-19T22:50:00.000Z"}},"GranuleUR":"LAADS:2715102947","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":166.51389,"Latitude":-9.89561},{"Longitude":-172.320533,"Latitude":-13.032107},{"Longitude":-168.68535,"Latitude":4.932461},{"Longitude":170.42639,"Latitude":8.008878},{"Longitude":166.51389,"Latitude":-9.89561}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2245.061.2017171235714.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2245.061.2017171235714.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2245.061.2017171235714.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2245.061.2017272155644.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2245.061.2017171235714.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.904450416565,"SizeInBytes":164526241,"Checksum":{"Value":"60c344df71cc22f794c4616dc956a0db","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827939-LAADS","revision-id":4,"native-id":"LAADS:2715103868","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.036Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T22:50:00.000Z","EndingDateTime":"2000-03-19T22:55:00.000Z"}},"GranuleUR":"LAADS:2715103868","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":161.020487,"Latitude":-27.410103},{"Longitude":-175.061719,"Latitude":-31.079931},{"Longitude":-172.111419,"Latitude":-12.941769},{"Longitude":166.517011,"Latitude":-9.801991},{"Longitude":161.020487,"Latitude":-27.410103}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2250.061.2017172000328.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2250.061.2017172000328.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2250.061.2017172000328.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2250.061.2017272155941.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2250.061.2017172000328.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:03:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.965403556824,"SizeInBytes":164590155,"Checksum":{"Value":"0263137d4256777fcdc781a6383d3c88","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827754-LAADS","revision-id":4,"native-id":"LAADS:2715102948","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.332Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T22:55:00.000Z","EndingDateTime":"2000-03-19T23:00:00.000Z"}},"GranuleUR":"LAADS:2715102948","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":152.363871,"Latitude":-44.373335},{"Longitude":-176.892701,"Latitude":-49.168389},{"Longitude":-174.643189,"Latitude":-30.850848},{"Longitude":161.048451,"Latitude":-27.322484},{"Longitude":152.363871,"Latitude":-44.373335}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2255.061.2017171235703.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2255.061.2017171235703.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2255.061.2017171235703.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2255.061.2017272155952.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2255.061.2017171235703.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:03.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.436674118042,"SizeInBytes":160890014,"Checksum":{"Value":"af7cbed261c571a27a5671131a910884","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827759-LAADS","revision-id":4,"native-id":"LAADS:2715102949","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.354Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T23:00:00.000Z","EndingDateTime":"2000-03-19T23:05:00.000Z"}},"GranuleUR":"LAADS:2715102949","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":136.13062,"Latitude":-59.698615},{"Longitude":-176.726844,"Latitude":-67.037908},{"Longitude":-176.245367,"Latitude":-48.794946},{"Longitude":152.501186,"Latitude":-44.320493},{"Longitude":136.13062,"Latitude":-59.698615}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2300.061.2017171235658.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2300.061.2017171235658.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2300.061.2017171235658.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2300.061.2017272160821.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2300.061.2017171235658.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.799592018127,"SizeInBytes":170707745,"Checksum":{"Value":"e618084e9297a56c3b3014aed448885a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827931-LAADS","revision-id":4,"native-id":"LAADS:2715103869","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.079Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T23:05:00.000Z","EndingDateTime":"2000-03-19T23:10:00.000Z"}},"GranuleUR":"LAADS:2715103869","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":99.721446,"Latitude":-69.897989},{"Longitude":-157.989588,"Latitude":-84.381765},{"Longitude":-175.724056,"Latitude":-66.537037},{"Longitude":136.508904,"Latitude":-59.747148},{"Longitude":99.721446,"Latitude":-69.897989}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2305.061.2017172000334.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2305.061.2017172000334.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2305.061.2017172000334.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2305.061.2017272154540.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2305.061.2017172000334.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:03:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":140.857081413269,"SizeInBytes":147699355,"Checksum":{"Value":"856831b6bd4983e979efc805b6bb075f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462827908-LAADS","revision-id":4,"native-id":"LAADS:2715103572","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.278Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-19T23:10:00.000Z","EndingDateTime":"2000-03-19T23:15:00.000Z"}},"GranuleUR":"LAADS:2715103572","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":49.588048,"Latitude":-66.970761},{"Longitude":-19.925648,"Latitude":-76.911886},{"Longitude":-157.305582,"Latitude":-83.750162},{"Longitude":100.207854,"Latitude":-70.210572},{"Longitude":49.588048,"Latitude":-66.970761}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2310.061.2017172000048.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000079.2310.061.2017172000048.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/079/MOD02QKM.A2000079.2310.061.2017172000048.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/079/MOBRGB.A2000079.2310.061.2017272153634.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000079.2310.061.2017172000048.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":33.0033416748047,"SizeInBytes":34606512,"Checksum":{"Value":"d2a7924e4c5f3005988ecb35a3cf4166","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830623-LAADS","revision-id":4,"native-id":"LAADS:2715103573","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.266Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T00:00:00.000Z","EndingDateTime":"2000-03-20T00:05:00.000Z"}},"GranuleUR":"LAADS:2715103573","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":149.52755,"Latitude":74.987948},{"Longitude":-147.431482,"Latitude":65.962514},{"Longitude":-97.942676,"Latitude":70.908888},{"Longitude":19.855352,"Latitude":85.458564},{"Longitude":149.52755,"Latitude":74.987948}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0000.061.2017172000017.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0000.061.2017172000017.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0000.061.2017172000017.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0000.061.2017272160613.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0000.061.2017172000017.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":122.371686935425,"SizeInBytes":128316014,"Checksum":{"Value":"06dbf95dd653ef7f8a9a05d454884187","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830624-LAADS","revision-id":4,"native-id":"LAADS:2715103574","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.344Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T00:05:00.000Z","EndingDateTime":"2000-03-20T00:10:00.000Z"}},"GranuleUR":"LAADS:2715103574","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":151.925341,"Latitude":57.256295},{"Longitude":-171.360003,"Latitude":52.211762},{"Longitude":-147.919697,"Latitude":66.324275},{"Longitude":147.973219,"Latitude":75.458944},{"Longitude":151.925341,"Latitude":57.256295}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0005.061.2017172000110.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0005.061.2017172000110.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0005.061.2017172000110.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0005.061.2017272161546.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0005.061.2017172000110.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.625311851501,"SizeInBytes":168427847,"Checksum":{"Value":"719eee8ee1910385e3d4449c02b93204","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830785-LAADS","revision-id":4,"native-id":"LAADS:2715103870","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.112Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T00:10:00.000Z","EndingDateTime":"2000-03-20T00:15:00.000Z"}},"GranuleUR":"LAADS:2715103870","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":150.595474,"Latitude":39.444453},{"Longitude":177.274532,"Latitude":35.829972},{"Longitude":-171.917973,"Latitude":52.476176},{"Longitude":151.447823,"Latitude":57.737229},{"Longitude":150.595474,"Latitude":39.444453}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0010.061.2017172000334.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0010.061.2017172000334.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0010.061.2017172000334.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0010.061.2017272162805.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0010.061.2017172000334.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:03:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.999250411987,"SizeInBytes":173014254,"Checksum":{"Value":"21c0db052072f8799fa996dfb4c6ab16","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830501-LAADS","revision-id":4,"native-id":"LAADS:2715103258","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.503Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T00:15:00.000Z","EndingDateTime":"2000-03-20T00:20:00.000Z"}},"GranuleUR":"LAADS:2715103258","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":148.179783,"Latitude":21.621419},{"Longitude":170.502983,"Latitude":18.549782},{"Longitude":176.844852,"Latitude":36.018284},{"Longitude":150.379928,"Latitude":39.858705},{"Longitude":148.179783,"Latitude":21.621419}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0015.061.2017171235844.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0015.061.2017171235844.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0015.061.2017171235844.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0015.061.2017272164308.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0015.061.2017171235844.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.336091995239,"SizeInBytes":170221730,"Checksum":{"Value":"4aefee86c90947810351c0fd542a2c40","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830631-LAADS","revision-id":4,"native-id":"LAADS:2715103575","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.392Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T00:20:00.000Z","EndingDateTime":"2000-03-20T00:25:00.000Z"}},"GranuleUR":"LAADS:2715103575","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":144.9688,"Latitude":3.848262},{"Longitude":165.795213,"Latitude":0.870738},{"Longitude":170.228171,"Latitude":18.680627},{"Longitude":148.078198,"Latitude":21.926944},{"Longitude":144.9688,"Latitude":3.848262}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0020.061.2017172000148.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0020.061.2017172000148.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0020.061.2017172000148.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0020.061.2017272161836.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0020.061.2017172000148.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.381258010864,"SizeInBytes":153491874,"Checksum":{"Value":"c9121d76041f79fe15a3344ed14fecbf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830496-LAADS","revision-id":4,"native-id":"LAADS:2715103259","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.516Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T00:25:00.000Z","EndingDateTime":"2000-03-20T00:30:00.000Z"}},"GranuleUR":"LAADS:2715103259","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":140.729979,"Latitude":-13.835946},{"Longitude":162.273721,"Latitude":-17.058097},{"Longitude":165.737211,"Latitude":0.954028},{"Longitude":144.92518,"Latitude":4.020877},{"Longitude":140.729979,"Latitude":-13.835946}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0025.061.2017171235912.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0025.061.2017171235912.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0025.061.2017171235912.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0025.061.2017272162038.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0025.061.2017171235912.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.340301513672,"SizeInBytes":167080416,"Checksum":{"Value":"86e6bc9356d3f1fcb8358d8bcd66de5c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830625-LAADS","revision-id":4,"native-id":"LAADS:2715103576","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.349Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T00:30:00.000Z","EndingDateTime":"2000-03-20T00:35:00.000Z"}},"GranuleUR":"LAADS:2715103576","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":134.746332,"Latitude":-31.252168},{"Longitude":159.718322,"Latitude":-35.103173},{"Longitude":162.529089,"Latitude":-16.938399},{"Longitude":140.751166,"Latitude":-13.745821},{"Longitude":134.746332,"Latitude":-31.252168}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0030.061.2017172000138.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0030.061.2017172000138.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0030.061.2017172000138.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0030.061.2017272160832.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0030.061.2017172000138.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.307843208313,"SizeInBytes":162852077,"Checksum":{"Value":"767725524ea38ba43eb761ffca36e754","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830784-LAADS","revision-id":4,"native-id":"LAADS:2715103871","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.154Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T00:35:00.000Z","EndingDateTime":"2000-03-20T00:40:00.000Z"}},"GranuleUR":"LAADS:2715103871","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":125.018251,"Latitude":-47.906328},{"Longitude":158.168564,"Latitude":-53.080065},{"Longitude":160.178114,"Latitude":-34.841273},{"Longitude":134.781505,"Latitude":-31.166968},{"Longitude":125.018251,"Latitude":-47.906328}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0035.061.2017172000213.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0035.061.2017172000213.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0035.061.2017172000213.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0035.061.2017272162059.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0035.061.2017172000213.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.929999351501,"SizeInBytes":168747335,"Checksum":{"Value":"c03395fe42a114f2ca1f110f83a28afb","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830636-LAADS","revision-id":4,"native-id":"LAADS:2715103577","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.390Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T00:40:00.000Z","EndingDateTime":"2000-03-20T00:45:00.000Z"}},"GranuleUR":"LAADS:2715103577","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":105.670421,"Latitude":-62.659963},{"Longitude":159.224909,"Latitude":-71.000594},{"Longitude":158.825013,"Latitude":-52.678786},{"Longitude":125.195276,"Latitude":-47.868137},{"Longitude":105.670421,"Latitude":-62.659963}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0040.061.2017172000120.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0040.061.2017172000120.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0040.061.2017172000120.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0040.061.2017272161701.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0040.061.2017172000120.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.51121711731,"SizeInBytes":167259634,"Checksum":{"Value":"5097d8233540c0b38ae3dbaab7237728","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830498-LAADS","revision-id":4,"native-id":"LAADS:2715103260","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.524Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T00:45:00.000Z","EndingDateTime":"2000-03-20T00:50:00.000Z"}},"GranuleUR":"LAADS:2715103260","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":63.196996,"Latitude":-70.579775},{"Longitude":-142.250246,"Latitude":-87.224275},{"Longitude":160.347354,"Latitude":-70.472202},{"Longitude":106.116059,"Latitude":-62.742135},{"Longitude":63.196996,"Latitude":-70.579775}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0045.061.2017171235859.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0045.061.2017171235859.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0045.061.2017171235859.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0045.061.2017272155803.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0045.061.2017171235859.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":118.8806848526,"SizeInBytes":124655433,"Checksum":{"Value":"53ed26aeda5a187de2f098786c406bf4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830449-LAADS","revision-id":4,"native-id":"LAADS:2715102950","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.410Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T01:35:00.000Z","EndingDateTime":"2000-03-20T01:40:00.000Z"}},"GranuleUR":"LAADS:2715102950","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":67.182176,"Latitude":87.388365},{"Longitude":-135.341229,"Latitude":70.887014},{"Longitude":-88.876492,"Latitude":64.245813},{"Longitude":-31.893752,"Latitude":72.255784},{"Longitude":67.182176,"Latitude":87.388365}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0135.061.2017171235823.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0135.061.2017171235823.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0135.061.2017171235823.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0135.061.2017272155915.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0135.061.2017171235823.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":32.0434341430664,"SizeInBytes":33599976,"Checksum":{"Value":"f8b06de2f36a8cfe7da7030c8d7f5346","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830421-LAADS","revision-id":4,"native-id":"LAADS:2715102646","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.601Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T01:40:00.000Z","EndingDateTime":"2000-03-20T01:45:00.000Z"}},"GranuleUR":"LAADS:2715102646","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":126.181636,"Latitude":71.052759},{"Longitude":-179.392089,"Latitude":63.336421},{"Longitude":-135.159414,"Latitude":71.237975},{"Longitude":54.611022,"Latitude":87.168373},{"Longitude":126.181636,"Latitude":71.052759}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0140.061.2017171235425.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0140.061.2017171235425.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0140.061.2017171235425.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0140.061.2017272160738.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0140.061.2017171235425.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:54:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":137.153468132019,"SizeInBytes":143815835,"Checksum":{"Value":"8ad0cacf5df5c9da004f9d1afc088f4d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830500-LAADS","revision-id":4,"native-id":"LAADS:2715103261","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.557Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T01:45:00.000Z","EndingDateTime":"2000-03-20T01:50:00.000Z"}},"GranuleUR":"LAADS:2715103261","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":127.05488,"Latitude":53.289847},{"Longitude":160.728099,"Latitude":48.68836},{"Longitude":-179.944095,"Latitude":63.677059},{"Longitude":125.059875,"Latitude":71.537169},{"Longitude":127.05488,"Latitude":53.289847}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0145.061.2017171235950.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0145.061.2017171235950.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0145.061.2017171235950.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0145.061.2017272161029.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0145.061.2017171235950.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.802026748657,"SizeInBytes":173856026,"Checksum":{"Value":"71899b4f66cac653353e8d4e36e60971","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831167-LAADS","revision-id":4,"native-id":"LAADS:2715104451","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.793Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T01:50:00.000Z","EndingDateTime":"2000-03-20T01:55:00.000Z"}},"GranuleUR":"LAADS:2715104451","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":125.404536,"Latitude":35.471334},{"Longitude":150.778063,"Latitude":32.030756},{"Longitude":160.192185,"Latitude":48.934695},{"Longitude":126.654272,"Latitude":53.759171},{"Longitude":125.404536,"Latitude":35.471334}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0150.061.2017172001042.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0150.061.2017172001042.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0150.061.2017172001042.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0150.061.2017272161802.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0150.061.2017172001042.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:10:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.138020515442,"SizeInBytes":170014037,"Checksum":{"Value":"37416f2a166d4b5af49ae9a0af917474","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830632-LAADS","revision-id":4,"native-id":"LAADS:2715103578","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.426Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T01:55:00.000Z","EndingDateTime":"2000-03-20T02:00:00.000Z"}},"GranuleUR":"LAADS:2715103578","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":122.810768,"Latitude":17.652731},{"Longitude":144.598851,"Latitude":14.63446},{"Longitude":150.380842,"Latitude":32.205091},{"Longitude":125.222016,"Latitude":35.864168},{"Longitude":122.810768,"Latitude":17.652731}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0155.061.2017172000202.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0155.061.2017172000202.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0155.061.2017172000202.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0155.061.2017272161959.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0155.061.2017172000202.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.10387802124,"SizeInBytes":167881084,"Checksum":{"Value":"a9eb0ca2d51dbe1f400601bf404a996a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830789-LAADS","revision-id":4,"native-id":"LAADS:2715103872","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.123Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T02:00:00.000Z","EndingDateTime":"2000-03-20T02:05:00.000Z"}},"GranuleUR":"LAADS:2715103872","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":119.407939,"Latitude":-0.09676},{"Longitude":140.196824,"Latitude":-3.098713},{"Longitude":144.358875,"Latitude":14.755175},{"Longitude":122.726577,"Latitude":17.93051},{"Longitude":119.407939,"Latitude":-0.09676}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0200.061.2017172000408.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0200.061.2017172000408.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0200.061.2017172000408.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0200.061.2017272161444.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0200.061.2017172000408.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.935134887695,"SizeInBytes":167704144,"Checksum":{"Value":"bcb8311b8a223d1b4754bab1d6630eea","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830629-LAADS","revision-id":4,"native-id":"LAADS:2715103579","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.442Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T02:05:00.000Z","EndingDateTime":"2000-03-20T02:10:00.000Z"}},"GranuleUR":"LAADS:2715103579","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":114.862982,"Latitude":-17.755993},{"Longitude":136.906003,"Latitude":-21.080036},{"Longitude":140.211987,"Latitude":-3.026179},{"Longitude":119.373931,"Latitude":0.04442},{"Longitude":114.862982,"Latitude":-17.755993}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0205.061.2017172000047.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0205.061.2017172000047.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0205.061.2017172000047.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0205.061.2017272161717.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0205.061.2017172000047.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.010966300964,"SizeInBytes":168832235,"Checksum":{"Value":"07965b22ac7c633eea2af365220ff87f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831163-LAADS","revision-id":4,"native-id":"LAADS:2715104452","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.808Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T02:10:00.000Z","EndingDateTime":"2000-03-20T02:15:00.000Z"}},"GranuleUR":"LAADS:2715104452","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":108.284808,"Latitude":-35.051184},{"Longitude":134.546569,"Latitude":-39.11805},{"Longitude":137.211318,"Latitude":-20.930975},{"Longitude":114.886524,"Latitude":-17.666047},{"Longitude":108.284808,"Latitude":-35.051184}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0210.061.2017172000813.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0210.061.2017172000813.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0210.061.2017172000813.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0210.061.2017272161303.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0210.061.2017172000813.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.736698150635,"SizeInBytes":167496068,"Checksum":{"Value":"cde1c34bf31bbe552bd8cbc353b0f2fb","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830627-LAADS","revision-id":4,"native-id":"LAADS:2715103580","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.582Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T02:15:00.000Z","EndingDateTime":"2000-03-20T02:20:00.000Z"}},"GranuleUR":"LAADS:2715103580","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":97.187834,"Latitude":-51.429014},{"Longitude":133.332093,"Latitude":-57.069947},{"Longitude":135.054593,"Latitude":-38.824494},{"Longitude":108.342993,"Latitude":-34.972434},{"Longitude":97.187834,"Latitude":-51.429014}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0215.061.2017172000110.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0215.061.2017172000110.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0215.061.2017172000110.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0215.061.2017272162629.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0215.061.2017172000110.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.900120735168,"SizeInBytes":167667429,"Checksum":{"Value":"b45c561dac7a7bffa4c83d5e085be0f1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830987-LAADS","revision-id":4,"native-id":"LAADS:2715104167","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.795Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T02:20:00.000Z","EndingDateTime":"2000-03-20T02:25:00.000Z"}},"GranuleUR":"LAADS:2715104167","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":74.16335,"Latitude":-65.26632},{"Longitude":135.883306,"Latitude":-74.848447},{"Longitude":134.010666,"Latitude":-56.641064},{"Longitude":97.419126,"Latitude":-51.411439},{"Longitude":74.16335,"Latitude":-65.26632}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0220.061.2017172000515.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0220.061.2017172000515.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0220.061.2017172000515.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0220.061.2017272161618.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0220.061.2017172000515.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.375419616699,"SizeInBytes":160825784,"Checksum":{"Value":"b47327e30b42a1e7c8336ca8271b00c3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830984-LAADS","revision-id":4,"native-id":"LAADS:2715104168","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.807Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T02:25:00.000Z","EndingDateTime":"2000-03-20T02:30:00.000Z"}},"GranuleUR":"LAADS:2715104168","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":26.350665,"Latitude":-70.454432},{"Longitude":-97.525572,"Latitude":-86.061475},{"Longitude":137.214211,"Latitude":-74.292558},{"Longitude":74.665832,"Latitude":-65.390268},{"Longitude":26.350665,"Latitude":-70.454432}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0225.061.2017172000615.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0225.061.2017172000615.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0225.061.2017172000615.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0225.061.2017272155937.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0225.061.2017172000615.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":95.2955150604248,"SizeInBytes":99924590,"Checksum":{"Value":"a10b54fec7cc3d449f85fae69aa7d3cf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830630-LAADS","revision-id":4,"native-id":"LAADS:2715103581","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.537Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T03:15:00.000Z","EndingDateTime":"2000-03-20T03:20:00.000Z"}},"GranuleUR":"LAADS:2715103581","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":84.077626,"Latitude":84.58965},{"Longitude":-171.928865,"Latitude":70.367096},{"Longitude":-121.214017,"Latitude":66.81502},{"Longitude":-54.595903,"Latitude":76.169243},{"Longitude":84.077626,"Latitude":84.58965}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0315.061.2017172000047.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0315.061.2017172000047.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0315.061.2017172000047.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0315.061.2017272155921.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0315.061.2017172000047.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":57.7528553009033,"SizeInBytes":60558258,"Checksum":{"Value":"5f1d8f4e276f90fabd540825ed57282d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830783-LAADS","revision-id":4,"native-id":"LAADS:2715103873","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.154Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T03:20:00.000Z","EndingDateTime":"2000-03-20T03:25:00.000Z"}},"GranuleUR":"LAADS:2715103873","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":102.138027,"Latitude":67.103922},{"Longitude":149.948974,"Latitude":60.397503},{"Longitude":-171.981988,"Latitude":70.738382},{"Longitude":77.86771,"Latitude":84.870192},{"Longitude":102.138027,"Latitude":67.103922}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0320.061.2017172000445.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0320.061.2017172000445.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0320.061.2017172000445.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0320.061.2017272160628.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0320.061.2017172000445.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.472909927368,"SizeInBytes":153587978,"Checksum":{"Value":"c6067c575b621deef1edcd6073402437","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830787-LAADS","revision-id":4,"native-id":"LAADS:2715103874","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.214Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T03:25:00.000Z","EndingDateTime":"2000-03-20T03:30:00.000Z"}},"GranuleUR":"LAADS:2715103874","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":102.118051,"Latitude":49.321879},{"Longitude":133.243985,"Latitude":45.086643},{"Longitude":149.341356,"Latitude":60.726248},{"Longitude":101.358018,"Latitude":67.599668},{"Longitude":102.118051,"Latitude":49.321879}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0325.061.2017172000242.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0325.061.2017172000242.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0325.061.2017172000242.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0325.061.2017272161021.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0325.061.2017172000242.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.641795158386,"SizeInBytes":175785163,"Checksum":{"Value":"5f51ab2323f2da9a16a0ec36b2a36189","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830497-LAADS","revision-id":4,"native-id":"LAADS:2715103262","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.629Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T03:30:00.000Z","EndingDateTime":"2000-03-20T03:35:00.000Z"}},"GranuleUR":"LAADS:2715103262","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":100.258305,"Latitude":31.50072},{"Longitude":124.457314,"Latitude":28.20038},{"Longitude":132.756058,"Latitude":45.308839},{"Longitude":101.860047,"Latitude":49.776818},{"Longitude":100.258305,"Latitude":31.50072}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0330.061.2017171235858.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0330.061.2017171235858.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0330.061.2017171235858.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0330.061.2017272161528.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0330.061.2017171235858.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.99647808075,"SizeInBytes":166719891,"Checksum":{"Value":"355d486027e98b522302177c10fd9dc2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830633-LAADS","revision-id":4,"native-id":"LAADS:2715103582","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.500Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T03:35:00.000Z","EndingDateTime":"2000-03-20T03:40:00.000Z"}},"GranuleUR":"LAADS:2715103582","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":97.403592,"Latitude":13.699892},{"Longitude":118.782462,"Latitude":10.705917},{"Longitude":124.096074,"Latitude":28.360743},{"Longitude":100.013527,"Latitude":31.862031},{"Longitude":97.403592,"Latitude":13.699892}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0335.061.2017172000024.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0335.061.2017172000024.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0335.061.2017172000024.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0335.061.2017272162024.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0335.061.2017172000024.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.059062957764,"SizeInBytes":173076972,"Checksum":{"Value":"27082d4fca66994dc9b45ca7b8e63607","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830425-LAADS","revision-id":4,"native-id":"LAADS:2715102647","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.561Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T03:40:00.000Z","EndingDateTime":"2000-03-20T03:45:00.000Z"}},"GranuleUR":"LAADS:2715102647","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":93.792064,"Latitude":-4.028318},{"Longitude":114.652543,"Latitude":-7.071625},{"Longitude":118.578686,"Latitude":10.817295},{"Longitude":97.331906,"Latitude":13.940203},{"Longitude":93.792064,"Latitude":-4.028318}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0340.061.2017171235545.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0340.061.2017171235545.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0340.061.2017171235545.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0340.061.2017272162147.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0340.061.2017171235545.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.845419883728,"SizeInBytes":171804375,"Checksum":{"Value":"e83df7034e1e8e1ad60566601d24533a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830983-LAADS","revision-id":4,"native-id":"LAADS:2715104169","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.864Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T03:45:00.000Z","EndingDateTime":"2000-03-20T03:50:00.000Z"}},"GranuleUR":"LAADS:2715104169","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":88.903095,"Latitude":-21.652363},{"Longitude":111.592798,"Latitude":-25.100346},{"Longitude":114.751193,"Latitude":-7.00916},{"Longitude":93.770812,"Latitude":-3.920091},{"Longitude":88.903095,"Latitude":-21.652363}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0345.061.2017172000622.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0345.061.2017172000622.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0345.061.2017172000622.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0345.061.2017272162412.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0345.061.2017172000622.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.515363693237,"SizeInBytes":169361134,"Checksum":{"Value":"bce65085ee1448fb7c3240b9467b22e1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831170-LAADS","revision-id":4,"native-id":"LAADS:2715104453","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.829Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T03:50:00.000Z","EndingDateTime":"2000-03-20T03:55:00.000Z"}},"GranuleUR":"LAADS:2715104453","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":81.621416,"Latitude":-38.803354},{"Longitude":109.429394,"Latitude":-43.123782},{"Longitude":111.936658,"Latitude":-24.917724},{"Longitude":88.92924,"Latitude":-21.56395},{"Longitude":81.621416,"Latitude":-38.803354}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0350.061.2017172000641.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0350.061.2017172000641.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0350.061.2017172000641.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0350.061.2017272162605.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0350.061.2017172000641.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.259345054626,"SizeInBytes":168044103,"Checksum":{"Value":"9fe2176c5b54a1f2ab03021f82951bd6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830986-LAADS","revision-id":4,"native-id":"LAADS:2715104170","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.897Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T03:55:00.000Z","EndingDateTime":"2000-03-20T04:00:00.000Z"}},"GranuleUR":"LAADS:2715104170","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":68.826474,"Latitude":-54.837585},{"Longitude":108.64192,"Latitude":-61.047017},{"Longitude":109.98836,"Latitude":-42.798493},{"Longitude":81.709716,"Latitude":-38.733953},{"Longitude":68.826474,"Latitude":-54.837585}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0355.061.2017172000648.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0355.061.2017172000648.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0355.061.2017172000648.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0355.061.2017272161814.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0355.061.2017172000648.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.287940979004,"SizeInBytes":168074088,"Checksum":{"Value":"9e6395266c3d8cc464671aed1843c3b8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830635-LAADS","revision-id":4,"native-id":"LAADS:2715103583","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.582Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T04:00:00.000Z","EndingDateTime":"2000-03-20T04:05:00.000Z"}},"GranuleUR":"LAADS:2715103583","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":41.083531,"Latitude":-67.530458},{"Longitude":113.987178,"Latitude":-78.743524},{"Longitude":109.370001,"Latitude":-60.590934},{"Longitude":69.11285,"Latitude":-54.842665},{"Longitude":41.083531,"Latitude":-67.530458}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0400.061.2017172000124.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0400.061.2017172000124.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0400.061.2017172000124.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0400.061.2017272161322.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0400.061.2017172000124.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.758632659912,"SizeInBytes":157033308,"Checksum":{"Value":"860a3218a4c11c93e296a5dcdb1fa022","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830989-LAADS","revision-id":4,"native-id":"LAADS:2715104171","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.884Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T04:05:00.000Z","EndingDateTime":"2000-03-20T04:10:00.000Z"}},"GranuleUR":"LAADS:2715104171","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-9.624509,"Latitude":-69.566456},{"Longitude":-102.544275,"Latitude":-82.685801},{"Longitude":115.538324,"Latitude":-78.154247},{"Longitude":41.616726,"Latitude":-67.705758},{"Longitude":-9.624509,"Latitude":-69.566456}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0405.061.2017172000612.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0405.061.2017172000612.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0405.061.2017172000612.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0405.061.2017272160022.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0405.061.2017172000612.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":68.5859279632568,"SizeInBytes":71917558,"Checksum":{"Value":"157aba0f788dd95841682b4570414396","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830992-LAADS","revision-id":4,"native-id":"LAADS:2715104172","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.880Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T04:55:00.000Z","EndingDateTime":"2000-03-20T05:00:00.000Z"}},"GranuleUR":"LAADS:2715104172","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":70.083514,"Latitude":80.860634},{"Longitude":152.239782,"Latitude":69.080721},{"Longitude":-155.151784,"Latitude":68.928012},{"Longitude":-75.229512,"Latitude":80.028332},{"Longitude":70.083514,"Latitude":80.860634}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0455.061.2017172000546.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0455.061.2017172000546.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0455.061.2017172000546.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0455.061.2017272160138.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0455.061.2017172000546.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":82.5201053619385,"SizeInBytes":86528602,"Checksum":{"Value":"d2290ee98709622822e6563f1d397042","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831171-LAADS","revision-id":4,"native-id":"LAADS:2715104454","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.889Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T05:00:00.000Z","EndingDateTime":"2000-03-20T05:05:00.000Z"}},"GranuleUR":"LAADS:2715104454","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":77.702386,"Latitude":63.237546},{"Longitude":120.419777,"Latitude":57.302561},{"Longitude":151.974991,"Latitude":69.453295},{"Longitude":67.01061,"Latitude":81.269543},{"Longitude":77.702386,"Latitude":63.237546}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0500.061.2017172000706.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0500.061.2017172000706.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0500.061.2017172000706.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0500.061.2017272160407.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0500.061.2017172000706.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.139180183411,"SizeInBytes":162675221,"Checksum":{"Value":"495f58ae5f1d86122111d9e0c1c0264b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830634-LAADS","revision-id":4,"native-id":"LAADS:2715103584","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.570Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T05:05:00.000Z","EndingDateTime":"2000-03-20T05:10:00.000Z"}},"GranuleUR":"LAADS:2715103584","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":77.029071,"Latitude":45.350563},{"Longitude":106.140111,"Latitude":41.408273},{"Longitude":119.816914,"Latitude":57.606187},{"Longitude":77.037314,"Latitude":63.729719},{"Longitude":77.029071,"Latitude":45.350563}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0505.061.2017172000149.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0505.061.2017172000149.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0505.061.2017172000149.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0505.061.2017272161152.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0505.061.2017172000149.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":168.642233848572,"SizeInBytes":176834199,"Checksum":{"Value":"3eb8abc84fc7173b311f254e571bdd9a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830790-LAADS","revision-id":4,"native-id":"LAADS:2715103875","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.282Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T05:10:00.000Z","EndingDateTime":"2000-03-20T05:15:00.000Z"}},"GranuleUR":"LAADS:2715103875","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":74.90437,"Latitude":27.529561},{"Longitude":98.26732,"Latitude":24.344977},{"Longitude":105.658198,"Latitude":41.620443},{"Longitude":76.752872,"Latitude":45.796965},{"Longitude":74.90437,"Latitude":27.529561}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0510.061.2017172000350.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0510.061.2017172000350.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0510.061.2017172000350.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0510.061.2017272161115.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0510.061.2017172000350.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:03:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.268196105957,"SizeInBytes":175393416,"Checksum":{"Value":"1d3afc38db283c8645c15c6913053b62","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830792-LAADS","revision-id":4,"native-id":"LAADS:2715103876","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.311Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T05:15:00.000Z","EndingDateTime":"2000-03-20T05:20:00.000Z"}},"GranuleUR":"LAADS:2715103876","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":71.954111,"Latitude":9.731996},{"Longitude":93.02135,"Latitude":6.76699},{"Longitude":97.936967,"Latitude":24.49302},{"Longitude":74.76402,"Latitude":27.878774},{"Longitude":71.954111,"Latitude":9.731996}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0515.061.2017172000409.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0515.061.2017172000409.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0515.061.2017172000409.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0515.061.2017272160327.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0515.061.2017172000409.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":144.307133674622,"SizeInBytes":151316997,"Checksum":{"Value":"875a101b081e5bacfaf7724c5bd2918c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830423-LAADS","revision-id":4,"native-id":"LAADS:2715102648","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.594Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T05:20:00.000Z","EndingDateTime":"2000-03-20T05:25:00.000Z"}},"GranuleUR":"LAADS:2715102648","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":68.113505,"Latitude":-7.970457},{"Longitude":89.15156,"Latitude":-11.07134},{"Longitude":92.87485,"Latitude":6.866303},{"Longitude":71.896313,"Latitude":9.952709},{"Longitude":68.113505,"Latitude":-7.970457}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0520.061.2017171235559.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0520.061.2017171235559.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0520.061.2017171235559.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0520.061.2017272161338.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0520.061.2017171235559.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.729391098022,"SizeInBytes":157002646,"Checksum":{"Value":"18df08b6fa4a84669ffd4bcf382ff4aa","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830448-LAADS","revision-id":4,"native-id":"LAADS:2715102951","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.413Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T05:25:00.000Z","EndingDateTime":"2000-03-20T05:30:00.000Z"}},"GranuleUR":"LAADS:2715102951","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":62.832972,"Latitude":-25.525506},{"Longitude":86.31634,"Latitude":-29.117189},{"Longitude":89.332824,"Latitude":-10.994529},{"Longitude":68.107516,"Latitude":-7.874485},{"Longitude":62.832972,"Latitude":-25.525506}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0525.061.2017171235703.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0525.061.2017171235703.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0525.061.2017171235703.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0525.061.2017272161912.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0525.061.2017171235703.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:03.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.477549552917,"SizeInBytes":160932875,"Checksum":{"Value":"b3d7346c9d87171595a16bb9a8f2d332","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830450-LAADS","revision-id":4,"native-id":"LAADS:2715102952","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.476Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T05:30:00.000Z","EndingDateTime":"2000-03-20T05:35:00.000Z"}},"GranuleUR":"LAADS:2715102952","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":54.707669,"Latitude":-42.503582},{"Longitude":84.375358,"Latitude":-47.123878},{"Longitude":86.705438,"Latitude":-28.903267},{"Longitude":62.861685,"Latitude":-25.4382},{"Longitude":54.707669,"Latitude":-42.503582}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0530.061.2017171235755.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0530.061.2017171235755.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0530.061.2017171235755.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0530.061.2017272162044.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0530.061.2017171235755.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.793988227844,"SizeInBytes":158118957,"Checksum":{"Value":"37bf4915d5aefc2ffc8dbe150893a7b0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830994-LAADS","revision-id":4,"native-id":"LAADS:2715104173","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.915Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T05:35:00.000Z","EndingDateTime":"2000-03-20T05:40:00.000Z"}},"GranuleUR":"LAADS:2715104173","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":39.778364,"Latitude":-58.099523},{"Longitude":84.164379,"Latitude":-65.012853},{"Longitude":84.989236,"Latitude":-46.767228},{"Longitude":54.82861,"Latitude":-42.445065},{"Longitude":39.778364,"Latitude":-58.099523}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0535.061.2017172000530.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0535.061.2017172000530.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0535.061.2017172000530.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0535.061.2017272162928.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0535.061.2017172000530.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.578972816467,"SizeInBytes":164184953,"Checksum":{"Value":"0c2156c23615da391f9097807d43ebf5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831168-LAADS","revision-id":4,"native-id":"LAADS:2715104455","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.886Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T05:40:00.000Z","EndingDateTime":"2000-03-20T05:45:00.000Z"}},"GranuleUR":"LAADS:2715104455","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":6.457224,"Latitude":-69.262177},{"Longitude":95.651663,"Latitude":-82.549717},{"Longitude":84.953105,"Latitude":-64.530589},{"Longitude":40.124989,"Latitude":-58.13217},{"Longitude":6.457224,"Latitude":-69.262177}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0540.061.2017172000907.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0540.061.2017172000907.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0540.061.2017172000907.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0540.061.2017272161002.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0540.061.2017172000907.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:09:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":142.669725418091,"SizeInBytes":149600050,"Checksum":{"Value":"7a7edc679801762a5bd9b801c7964749","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830786-LAADS","revision-id":4,"native-id":"LAADS:2715103877","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.320Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T05:45:00.000Z","EndingDateTime":"2000-03-20T05:50:00.000Z"}},"GranuleUR":"LAADS:2715103877","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-44.578161,"Latitude":-67.969653},{"Longitude":-120.65018,"Latitude":-78.897238},{"Longitude":97.361528,"Latitude":-81.916092},{"Longitude":6.964801,"Latitude":-69.493635},{"Longitude":-44.578161,"Latitude":-67.969653}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0545.061.2017172000457.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0545.061.2017172000457.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0545.061.2017172000457.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0545.061.2017272160057.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0545.061.2017172000457.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":43.0234794616699,"SizeInBytes":45113388,"Checksum":{"Value":"6a91e07710f20bcf236198f394dca7f2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831178-LAADS","revision-id":4,"native-id":"LAADS:2715104456","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.903Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T06:35:00.000Z","EndingDateTime":"2000-03-20T06:40:00.000Z"}},"GranuleUR":"LAADS:2715104456","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":49.462625,"Latitude":76.985898},{"Longitude":117.949316,"Latitude":67.148925},{"Longitude":169.256673,"Latitude":70.42571},{"Longitude":-90.235225,"Latitude":83.734117},{"Longitude":49.462625,"Latitude":76.985898}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0635.061.2017172000955.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0635.061.2017172000955.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0635.061.2017172000955.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0635.061.2017272160147.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0635.061.2017172000955.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:09:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":111.133345603943,"SizeInBytes":116531759,"Checksum":{"Value":"18892a60651081e7a3b1fc5ada4eb772","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831172-LAADS","revision-id":4,"native-id":"LAADS:2715104457","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.971Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T06:40:00.000Z","EndingDateTime":"2000-03-20T06:45:00.000Z"}},"GranuleUR":"LAADS:2715104457","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":53.060451,"Latitude":59.280328},{"Longitude":91.588476,"Latitude":53.97124},{"Longitude":117.514566,"Latitude":67.520286},{"Longitude":47.574922,"Latitude":77.444755},{"Longitude":53.060451,"Latitude":59.280328}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0640.061.2017172000737.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0640.061.2017172000737.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0640.061.2017172000737.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0640.061.2017272161100.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0640.061.2017172000737.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.005904197693,"SizeInBytes":166729775,"Checksum":{"Value":"3cca2f5a0b67df2a5dbe98c18613aa7f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830451-LAADS","revision-id":4,"native-id":"LAADS:2715102953","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.511Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T06:45:00.000Z","EndingDateTime":"2000-03-20T06:50:00.000Z"}},"GranuleUR":"LAADS:2715102953","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":51.917919,"Latitude":41.474439},{"Longitude":79.368511,"Latitude":37.758645},{"Longitude":91.017923,"Latitude":54.246701},{"Longitude":52.518977,"Latitude":59.765587},{"Longitude":51.917919,"Latitude":41.474439}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0645.061.2017171235732.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0645.061.2017171235732.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0645.061.2017171235732.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0645.061.2017272161226.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0645.061.2017171235732.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.537268638611,"SizeInBytes":167286951,"Checksum":{"Value":"6ab27a0d566a8226d22089b820d2983a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830993-LAADS","revision-id":4,"native-id":"LAADS:2715104174","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.020Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T06:50:00.000Z","EndingDateTime":"2000-03-20T06:55:00.000Z"}},"GranuleUR":"LAADS:2715104174","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":49.59132,"Latitude":23.560594},{"Longitude":72.208064,"Latitude":20.464351},{"Longitude":78.901804,"Latitude":37.959576},{"Longitude":51.682651,"Latitude":41.901523},{"Longitude":49.59132,"Latitude":23.560594}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0650.061.2017172000553.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0650.061.2017172000553.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0650.061.2017172000553.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0650.061.2017272160606.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0650.061.2017172000553.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.721203804016,"SizeInBytes":163285517,"Checksum":{"Value":"c680db1a3b833158f343296ae690fb47","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830422-LAADS","revision-id":4,"native-id":"LAADS:2715102649","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:09.625Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T06:55:00.000Z","EndingDateTime":"2000-03-20T07:00:00.000Z"}},"GranuleUR":"LAADS:2715102649","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":46.471804,"Latitude":5.783823},{"Longitude":67.362956,"Latitude":2.812113},{"Longitude":71.942474,"Latitude":20.595141},{"Longitude":49.4804,"Latitude":23.882944},{"Longitude":46.471804,"Latitude":5.783823}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:34.940Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0655.061.2017171235527.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0655.061.2017171235527.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0655.061.2017171235527.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0655.061.2017272160712.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0655.061.2017171235527.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:55:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":132.362190246582,"SizeInBytes":138791816,"Checksum":{"Value":"cd038ba31de1b74e657be22e04d96570","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830455-LAADS","revision-id":4,"native-id":"LAADS:2715102954","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.487Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T07:00:00.000Z","EndingDateTime":"2000-03-20T07:05:00.000Z"}},"GranuleUR":"LAADS:2715102954","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":42.3671,"Latitude":-11.907404},{"Longitude":63.725631,"Latitude":-15.087095},{"Longitude":67.269589,"Latitude":2.901266},{"Longitude":46.418753,"Latitude":5.971291},{"Longitude":42.3671,"Latitude":-11.907404}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0700.061.2017171235653.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0700.061.2017171235653.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0700.061.2017171235653.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0700.061.2017272161656.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0700.061.2017171235653.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:56:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.804483413696,"SizeInBytes":159178538,"Checksum":{"Value":"f8c80627e05a5bca025eeb959301d44d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830990-LAADS","revision-id":4,"native-id":"LAADS:2715104175","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.034Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T07:05:00.000Z","EndingDateTime":"2000-03-20T07:10:00.000Z"}},"GranuleUR":"LAADS:2715104175","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":36.633926,"Latitude":-29.371368},{"Longitude":61.077114,"Latitude":-33.131052},{"Longitude":63.954685,"Latitude":-14.980439},{"Longitude":42.379365,"Latitude":-11.814799},{"Longitude":36.633926,"Latitude":-29.371368}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0705.061.2017172000459.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0705.061.2017172000459.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0705.061.2017172000459.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0705.061.2017272161414.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0705.061.2017172000459.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.288039207458,"SizeInBytes":154442703,"Checksum":{"Value":"79e389c64efa8b1384431381df9fa638","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830791-LAADS","revision-id":4,"native-id":"LAADS:2715103878","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.292Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T07:10:00.000Z","EndingDateTime":"2000-03-20T07:15:00.000Z"}},"GranuleUR":"LAADS:2715103878","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":27.48667,"Latitude":-46.141727},{"Longitude":59.388917,"Latitude":-51.117574},{"Longitude":61.512309,"Latitude":-32.885046},{"Longitude":36.665741,"Latitude":-29.285281},{"Longitude":27.48667,"Latitude":-46.141727}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0710.061.2017172000411.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0710.061.2017172000411.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0710.061.2017172000411.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0710.061.2017272162513.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0710.061.2017172000411.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.295607566833,"SizeInBytes":169130703,"Checksum":{"Value":"d8129b5624b1bb57e481f4752504df6d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830641-LAADS","revision-id":4,"native-id":"LAADS:2715103585","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.643Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T07:15:00.000Z","EndingDateTime":"2000-03-20T07:20:00.000Z"}},"GranuleUR":"LAADS:2715103585","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":9.860821,"Latitude":-61.17194},{"Longitude":59.896741,"Latitude":-68.9696},{"Longitude":60.005971,"Latitude":-50.730682},{"Longitude":27.646649,"Latitude":-46.096663},{"Longitude":9.860821,"Latitude":-61.17194}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0715.061.2017172000104.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0715.061.2017172000104.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0715.061.2017172000104.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0715.061.2017272162732.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0715.061.2017172000104.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.394396781921,"SizeInBytes":171331443,"Checksum":{"Value":"313beff3d7961e2d1a8821d4a6b5828b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830793-LAADS","revision-id":4,"native-id":"LAADS:2715103879","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.396Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T07:20:00.000Z","EndingDateTime":"2000-03-20T07:25:00.000Z"}},"GranuleUR":"LAADS:2715103879","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-29.540352,"Latitude":-70.329257},{"Longitude":90.494794,"Latitude":-86.022922},{"Longitude":60.882359,"Latitude":-68.459665},{"Longitude":10.277475,"Latitude":-61.236385},{"Longitude":-29.540352,"Latitude":-70.329257}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0720.061.2017172000300.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0720.061.2017172000300.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0720.061.2017172000300.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0720.061.2017272160620.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0720.061.2017172000300.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:03:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":136.427181243896,"SizeInBytes":143054268,"Checksum":{"Value":"d630ad0175e98932e3aa077549d3e772","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831173-LAADS","revision-id":4,"native-id":"LAADS:2715104458","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:16.014Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T07:25:00.000Z","EndingDateTime":"2000-03-20T07:30:00.000Z"}},"GranuleUR":"LAADS:2715104458","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-78.001832,"Latitude":-65.816743},{"Longitude":-142.498784,"Latitude":-75.018979},{"Longitude":90.593176,"Latitude":-85.340548},{"Longitude":-29.141548,"Latitude":-70.617076},{"Longitude":-78.001832,"Latitude":-65.816743}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0725.061.2017172000900.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0725.061.2017172000900.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0725.061.2017172000900.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0725.061.2017272160058.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0725.061.2017172000900.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:09:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":21.0761213302612,"SizeInBytes":22099915,"Checksum":{"Value":"6bc73a33f451822752e4c35ab3ef9d8e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830640-LAADS","revision-id":4,"native-id":"LAADS:2715103586","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.625Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T08:10:00.000Z","EndingDateTime":"2000-03-20T08:15:00.000Z"}},"GranuleUR":"LAADS:2715103586","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-76.603059,"Latitude":87.325613},{"Longitude":132.098696,"Latitude":70.851355},{"Longitude":175.4399,"Latitude":62.870385},{"Longitude":-131.409402,"Latitude":70.331299},{"Longitude":-76.603059,"Latitude":87.325613}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0810.061.2017172000051.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0810.061.2017172000051.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0810.061.2017172000051.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0810.061.2017272160022.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0810.061.2017172000051.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":23.428337097168,"SizeInBytes":24566392,"Checksum":{"Value":"cefb74a07bc6e5fffb9087f9dc9a765a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830794-LAADS","revision-id":4,"native-id":"LAADS:2715103880","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.363Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T08:15:00.000Z","EndingDateTime":"2000-03-20T08:20:00.000Z"}},"GranuleUR":"LAADS:2715103880","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":26.683583,"Latitude":73.065291},{"Longitude":85.24361,"Latitude":64.725162},{"Longitude":132.395011,"Latitude":71.176784},{"Longitude":-82.249667,"Latitude":86.751251},{"Longitude":26.683583,"Latitude":73.065291}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0815.061.2017172000218.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0815.061.2017172000218.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0815.061.2017172000218.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0815.061.2017272160901.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0815.061.2017172000218.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:18.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":138.331627845764,"SizeInBytes":145051225,"Checksum":{"Value":"5a069550147daa0aba67f071355001aa","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830796-LAADS","revision-id":4,"native-id":"LAADS:2715103881","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.407Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T08:20:00.000Z","EndingDateTime":"2000-03-20T08:25:00.000Z"}},"GranuleUR":"LAADS:2715103881","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":28.24953,"Latitude":55.318169},{"Longitude":63.413072,"Latitude":50.502403},{"Longitude":84.721917,"Latitude":65.075559},{"Longitude":25.371694,"Latitude":73.545304},{"Longitude":28.24953,"Latitude":55.318169}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0820.061.2017172000358.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0820.061.2017172000358.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0820.061.2017172000358.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0820.061.2017272161806.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0820.061.2017172000358.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:03:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.451226234436,"SizeInBytes":169293881,"Checksum":{"Value":"0b3851662bdf201d13b79fef4d9d97ea","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830795-LAADS","revision-id":4,"native-id":"LAADS:2715103882","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.370Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T08:25:00.000Z","EndingDateTime":"2000-03-20T08:30:00.000Z"}},"GranuleUR":"LAADS:2715103882","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":26.7559,"Latitude":37.505247},{"Longitude":52.775851,"Latitude":33.980697},{"Longitude":62.862162,"Latitude":50.758474},{"Longitude":27.809672,"Latitude":55.794965},{"Longitude":26.7559,"Latitude":37.505247}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0825.061.2017172000226.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0825.061.2017172000226.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0825.061.2017172000226.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0825.061.2017272161606.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0825.061.2017172000226.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.610766410828,"SizeInBytes":172606899,"Checksum":{"Value":"79d7d18a5dcc1706d7572620ed0196d6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830797-LAADS","revision-id":4,"native-id":"LAADS:2715103883","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.465Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T08:30:00.000Z","EndingDateTime":"2000-03-20T08:35:00.000Z"}},"GranuleUR":"LAADS:2715103883","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":24.268388,"Latitude":19.683276},{"Longitude":46.290568,"Latitude":16.645953},{"Longitude":52.343893,"Latitude":34.166367},{"Longitude":26.574705,"Latitude":37.910548},{"Longitude":24.268388,"Latitude":19.683276}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0830.061.2017172000405.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0830.061.2017172000405.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0830.061.2017172000405.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0830.061.2017272160439.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0830.061.2017172000405.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:05.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.840100288391,"SizeInBytes":164458765,"Checksum":{"Value":"d6f0d697be514b2fc4fcbfc673e44a24","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830799-LAADS","revision-id":4,"native-id":"LAADS:2715103884","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.547Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T08:35:00.000Z","EndingDateTime":"2000-03-20T08:40:00.000Z"}},"GranuleUR":"LAADS:2715103884","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":20.936647,"Latitude":1.837544},{"Longitude":41.720209,"Latitude":-1.148126},{"Longitude":46.036177,"Latitude":16.770871},{"Longitude":24.161219,"Latitude":19.978585},{"Longitude":20.936647,"Latitude":1.837544}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0835.061.2017172000253.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0835.061.2017172000253.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0835.061.2017172000253.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0835.061.2017272160232.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0835.061.2017172000253.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.095111846924,"SizeInBytes":166823316,"Checksum":{"Value":"2b249941c14b6736953b76c47f69720e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830995-LAADS","revision-id":4,"native-id":"LAADS:2715104176","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.040Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T08:40:00.000Z","EndingDateTime":"2000-03-20T08:45:00.000Z"}},"GranuleUR":"LAADS:2715104176","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":16.570682,"Latitude":-15.837523},{"Longitude":38.341986,"Latitude":-19.10659},{"Longitude":41.722691,"Latitude":-1.073749},{"Longitude":20.920808,"Latitude":1.990547},{"Longitude":16.570682,"Latitude":-15.837523}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0840.061.2017172000550.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0840.061.2017172000550.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0840.061.2017172000550.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0840.061.2017272161233.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0840.061.2017172000550.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.692089080811,"SizeInBytes":174789324,"Checksum":{"Value":"1c541d4993b5d5cc4abe41532446d17c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831001-LAADS","revision-id":4,"native-id":"LAADS:2715104177","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.041Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T08:45:00.000Z","EndingDateTime":"2000-03-20T08:50:00.000Z"}},"GranuleUR":"LAADS:2715104177","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":10.281828,"Latitude":-33.19023},{"Longitude":35.878289,"Latitude":-37.1477},{"Longitude":38.615052,"Latitude":-18.969937},{"Longitude":16.575745,"Latitude":-15.746798},{"Longitude":10.281828,"Latitude":-33.19023}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0845.061.2017172000617.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0845.061.2017172000617.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0845.061.2017172000617.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0845.061.2017272161615.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0845.061.2017172000617.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.728692054749,"SizeInBytes":171681977,"Checksum":{"Value":"d1f3f69e3be15640a5feeb780fbcbb67","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830800-LAADS","revision-id":4,"native-id":"LAADS:2715103885","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.553Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T08:50:00.000Z","EndingDateTime":"2000-03-20T08:55:00.000Z"}},"GranuleUR":"LAADS:2715103885","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-0.116977,"Latitude":-49.706912},{"Longitude":34.491887,"Latitude":-55.108841},{"Longitude":36.362723,"Latitude":-36.867252},{"Longitude":10.317605,"Latitude":-33.105225},{"Longitude":-0.116977,"Latitude":-49.706912}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0850.061.2017172000454.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0850.061.2017172000454.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0850.061.2017172000454.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0850.061.2017272162805.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0850.061.2017172000454.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.007051467896,"SizeInBytes":165682402,"Checksum":{"Value":"14ea1389d86a92ebcbefc9cf50dcdb23","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830499-LAADS","revision-id":4,"native-id":"LAADS:2715103263","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.631Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T08:55:00.000Z","EndingDateTime":"2000-03-20T09:00:00.000Z"}},"GranuleUR":"LAADS:2715103263","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-21.154903,"Latitude":-63.993988},{"Longitude":36.174536,"Latitude":-72.914926},{"Longitude":35.139089,"Latitude":-54.693087},{"Longitude":0.088669,"Latitude":-49.679029},{"Longitude":-21.154903,"Latitude":-63.993988}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0855.061.2017171235943.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0855.061.2017171235943.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0855.061.2017171235943.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0855.061.2017272162845.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0855.061.2017171235943.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.436874389648,"SizeInBytes":170327408,"Checksum":{"Value":"71fd0eb2e9ad6fba9afda0ec23b399c0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830996-LAADS","revision-id":4,"native-id":"LAADS:2715104178","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.064Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T09:00:00.000Z","EndingDateTime":"2000-03-20T09:05:00.000Z"}},"GranuleUR":"LAADS:2715104178","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-66.322925,"Latitude":-70.62151},{"Longitude":134.772668,"Latitude":-87.26359},{"Longitude":37.352416,"Latitude":-72.376509},{"Longitude":-20.673514,"Latitude":-64.098162},{"Longitude":-66.322925,"Latitude":-70.62151}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0900.061.2017172000649.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0900.061.2017172000649.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0900.061.2017172000649.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0900.061.2017272160311.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0900.061.2017172000649.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":114.790201187134,"SizeInBytes":120366250,"Checksum":{"Value":"2acd477988fc00cad3eaa80ed007f6d1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830998-LAADS","revision-id":4,"native-id":"LAADS:2715104179","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.109Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T09:50:00.000Z","EndingDateTime":"2000-03-20T09:55:00.000Z"}},"GranuleUR":"LAADS:2715104179","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-27.921944,"Latitude":86.220507},{"Longitude":95.036106,"Latitude":70.740955},{"Longitude":143.831764,"Latitude":65.622065},{"Longitude":-154.641399,"Latitude":74.256731},{"Longitude":-27.921944,"Latitude":86.220507}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0950.061.2017172000545.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0950.061.2017172000545.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0950.061.2017172000545.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0950.061.2017272160021.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0950.061.2017172000545.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":45.254017829895,"SizeInBytes":47452277,"Checksum":{"Value":"199f9e76f8fc29af3cf08c560260997e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831000-LAADS","revision-id":4,"native-id":"LAADS:2715104180","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.135Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T09:55:00.000Z","EndingDateTime":"2000-03-20T10:00:00.000Z"}},"GranuleUR":"LAADS:2715104180","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":2.946367,"Latitude":69.124431},{"Longitude":53.953129,"Latitude":61.933647},{"Longitude":95.107922,"Latitude":71.087568},{"Longitude":-37.641738,"Latitude":86.338068},{"Longitude":2.946367,"Latitude":69.124431}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0955.061.2017172000719.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.0955.061.2017172000719.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.0955.061.2017172000719.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.0955.061.2017272161929.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.0955.061.2017172000719.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.913137435913,"SizeInBytes":159292470,"Checksum":{"Value":"ff2f45eb5597210d08a3cb2477640692","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830639-LAADS","revision-id":4,"native-id":"LAADS:2715103587","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.663Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T10:00:00.000Z","EndingDateTime":"2000-03-20T10:05:00.000Z"}},"GranuleUR":"LAADS:2715103587","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":3.320539,"Latitude":51.35168},{"Longitude":35.729549,"Latitude":46.935956},{"Longitude":53.381383,"Latitude":62.264416},{"Longitude":1.969712,"Latitude":69.613451},{"Longitude":3.320539,"Latitude":51.35168}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1000.061.2017172000149.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1000.061.2017172000149.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1000.061.2017172000149.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1000.061.2017272161816.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1000.061.2017172000149.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.197232246399,"SizeInBytes":172173277,"Checksum":{"Value":"39c76e0f18ae0e98f8357af62e9ae99f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830997-LAADS","revision-id":4,"native-id":"LAADS:2715104181","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.117Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T10:05:00.000Z","EndingDateTime":"2000-03-20T10:10:00.000Z"}},"GranuleUR":"LAADS:2715104181","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":1.578459,"Latitude":33.532144},{"Longitude":26.371688,"Latitude":30.164147},{"Longitude":35.211303,"Latitude":47.172131},{"Longitude":3.00362,"Latitude":51.817152},{"Longitude":1.578459,"Latitude":33.532144}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1005.061.2017172000509.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1005.061.2017172000509.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1005.061.2017172000509.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1005.061.2017272162211.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1005.061.2017172000509.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.084505081177,"SizeInBytes":171006498,"Checksum":{"Value":"a1aa1407a661bd57b24c9d8798212b1c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831003-LAADS","revision-id":4,"native-id":"LAADS:2715104182","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.214Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T10:10:00.000Z","EndingDateTime":"2000-03-20T10:15:00.000Z"}},"GranuleUR":"LAADS:2715104182","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-1.125865,"Latitude":15.722368},{"Longitude":20.446458,"Latitude":12.719754},{"Longitude":25.989671,"Latitude":30.332033},{"Longitude":1.384081,"Latitude":33.912727},{"Longitude":-1.125865,"Latitude":15.722368}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1010.061.2017172000700.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1010.061.2017172000700.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1010.061.2017172000700.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1010.061.2017272160453.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1010.061.2017172000700.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.714201927185,"SizeInBytes":169569631,"Checksum":{"Value":"c98fbd9f3a6c8a4388976e630333661f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830456-LAADS","revision-id":4,"native-id":"LAADS:2715102955","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.571Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T10:15:00.000Z","EndingDateTime":"2000-03-20T10:20:00.000Z"}},"GranuleUR":"LAADS:2715102955","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-4.635104,"Latitude":-2.013611},{"Longitude":16.176718,"Latitude":-5.03426},{"Longitude":20.219883,"Latitude":12.836532},{"Longitude":-1.210692,"Latitude":15.984453},{"Longitude":-4.635104,"Latitude":-2.013611}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1015.061.2017171235728.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1015.061.2017171235728.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1015.061.2017171235728.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1015.061.2017272161551.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1015.061.2017171235728.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.275385856628,"SizeInBytes":169109499,"Checksum":{"Value":"b82593d8546f7f95d73e13d70e531cd9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830454-LAADS","revision-id":4,"native-id":"LAADS:2715102956","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.536Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T10:20:00.000Z","EndingDateTime":"2000-03-20T10:25:00.000Z"}},"GranuleUR":"LAADS:2715102956","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-9.367134,"Latitude":-19.742058},{"Longitude":12.997449,"Latitude":-23.127873},{"Longitude":16.247191,"Latitude":-4.968779},{"Longitude":-4.662648,"Latitude":-1.886979},{"Longitude":-9.367134,"Latitude":-19.742058}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1020.061.2017171235805.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1020.061.2017171235805.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1020.061.2017171235805.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1020.061.2017272162252.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1020.061.2017171235805.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:05.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.949019432068,"SizeInBytes":171913007,"Checksum":{"Value":"1f56e9c3e7894bd49f27a8dfafec98e2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830506-LAADS","revision-id":4,"native-id":"LAADS:2715103264","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.658Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T10:25:00.000Z","EndingDateTime":"2000-03-20T10:30:00.000Z"}},"GranuleUR":"LAADS:2715103264","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-16.290976,"Latitude":-36.964297},{"Longitude":10.728891,"Latitude":-41.157551},{"Longitude":13.315628,"Latitude":-22.961381},{"Longitude":-9.344623,"Latitude":-19.652144},{"Longitude":-16.290976,"Latitude":-36.964297}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1025.061.2017171235824.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1025.061.2017171235824.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1025.061.2017171235824.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1025.061.2017272162505.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1025.061.2017171235824.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.277112007141,"SizeInBytes":164917005,"Checksum":{"Value":"86ae63fe26a9e88d20f979ddd507c9d5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830502-LAADS","revision-id":4,"native-id":"LAADS:2715103265","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.680Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T10:30:00.000Z","EndingDateTime":"2000-03-20T10:35:00.000Z"}},"GranuleUR":"LAADS:2715103265","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-28.202399,"Latitude":-53.177273},{"Longitude":9.718598,"Latitude":-59.095068},{"Longitude":11.263675,"Latitude":-40.848192},{"Longitude":-16.214889,"Latitude":-36.89139},{"Longitude":-28.202399,"Latitude":-53.177273}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1030.061.2017171235814.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1030.061.2017171235814.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1030.061.2017171235814.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1030.061.2017272163322.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1030.061.2017171235814.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.089108467102,"SizeInBytes":174157053,"Checksum":{"Value":"ab8a55b77186d62ca83068d9423f843e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831175-LAADS","revision-id":4,"native-id":"LAADS:2715104459","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:16.040Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T10:35:00.000Z","EndingDateTime":"2000-03-20T10:40:00.000Z"}},"GranuleUR":"LAADS:2715104459","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-53.512975,"Latitude":-66.472034},{"Longitude":13.428173,"Latitude":-76.837311},{"Longitude":10.406448,"Latitude":-58.652093},{"Longitude":-27.945365,"Latitude":-53.169771},{"Longitude":-53.512975,"Latitude":-66.472034}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1035.061.2017172000939.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1035.061.2017172000939.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1035.061.2017172000939.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1035.061.2017272162450.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1035.061.2017172000939.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:09:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.889924049377,"SizeInBytes":165559585,"Checksum":{"Value":"800252dd01f46460aac019e82bbbf3b9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830808-LAADS","revision-id":4,"native-id":"LAADS:2715103886","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.560Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T10:40:00.000Z","EndingDateTime":"2000-03-20T10:45:00.000Z"}},"GranuleUR":"LAADS:2715103886","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-102.980647,"Latitude":-70.102143},{"Longitude":151.819666,"Latitude":-84.467059},{"Longitude":14.847154,"Latitude":-76.266556},{"Longitude":-52.98432,"Latitude":-66.624067},{"Longitude":-102.980647,"Latitude":-70.102143}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1040.061.2017172000339.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1040.061.2017172000339.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1040.061.2017172000339.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1040.061.2017272160530.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1040.061.2017172000339.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:03:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":85.3798913955688,"SizeInBytes":89527305,"Checksum":{"Value":"1b5f58686dd6eeab9b33bf8374b6c4ca","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830801-LAADS","revision-id":4,"native-id":"LAADS:2715103887","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.534Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T11:30:00.000Z","EndingDateTime":"2000-03-20T11:35:00.000Z"}},"GranuleUR":"LAADS:2715103887","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-32.551111,"Latitude":82.714888},{"Longitude":58.609121,"Latitude":69.801128},{"Longitude":110.677106,"Latitude":67.96423},{"Longitude":-176.524203,"Latitude":78.150258},{"Longitude":-32.551111,"Latitude":82.714888}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1130.061.2017172000453.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1130.061.2017172000453.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1130.061.2017172000453.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1130.061.2017272160350.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1130.061.2017172000453.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":72.7838582992554,"SizeInBytes":76319407,"Checksum":{"Value":"d78844bcb38e9d4b30a36358be4955f9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830638-LAADS","revision-id":4,"native-id":"LAADS:2715103588","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.690Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T11:35:00.000Z","EndingDateTime":"2000-03-20T11:40:00.000Z"}},"GranuleUR":"LAADS:2715103588","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-21.293731,"Latitude":65.171845},{"Longitude":23.828438,"Latitude":58.87115},{"Longitude":58.446947,"Latitude":70.168945},{"Longitude":-36.754252,"Latitude":83.081476},{"Longitude":-21.293731,"Latitude":65.171845}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1135.061.2017172000132.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1135.061.2017172000132.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1135.061.2017172000132.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1135.061.2017272162627.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1135.061.2017172000132.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.877316474915,"SizeInBytes":169740669,"Checksum":{"Value":"0e2816f70a1add4d9eae9c62462633c8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830452-LAADS","revision-id":4,"native-id":"LAADS:2715102957","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.598Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T11:40:00.000Z","EndingDateTime":"2000-03-20T11:45:00.000Z"}},"GranuleUR":"LAADS:2715102957","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-21.690269,"Latitude":47.382878},{"Longitude":8.450539,"Latitude":43.289145},{"Longitude":23.244664,"Latitude":59.179108},{"Longitude":-22.0467,"Latitude":65.66282},{"Longitude":-21.690269,"Latitude":47.382878}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1140.061.2017171235750.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1140.061.2017171235750.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1140.061.2017171235750.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1140.061.2017272162721.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1140.061.2017171235750.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:57:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.203462600708,"SizeInBytes":167985506,"Checksum":{"Value":"3e42e4cf1293ea907c3be64a88156711","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830646-LAADS","revision-id":4,"native-id":"LAADS:2715103589","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.770Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T11:45:00.000Z","EndingDateTime":"2000-03-20T11:50:00.000Z"}},"GranuleUR":"LAADS:2715103589","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-23.703735,"Latitude":29.560368},{"Longitude":0.124606,"Latitude":26.315701},{"Longitude":7.958957,"Latitude":43.508605},{"Longitude":-21.990852,"Latitude":47.833018},{"Longitude":-23.703735,"Latitude":29.560368}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1145.061.2017172000020.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1145.061.2017172000020.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1145.061.2017172000020.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1145.061.2017272162103.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1145.061.2017172000020.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.224160194397,"SizeInBytes":170104361,"Checksum":{"Value":"db567878c5b1895519604ae132bdd6aa","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830503-LAADS","revision-id":4,"native-id":"LAADS:2715103266","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.744Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T11:50:00.000Z","EndingDateTime":"2000-03-20T11:55:00.000Z"}},"GranuleUR":"LAADS:2715103266","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-26.557147,"Latitude":11.757009},{"Longitude":-5.338199,"Latitude":8.781042},{"Longitude":-0.226029,"Latitude":26.471294},{"Longitude":-23.847253,"Latitude":29.919454},{"Longitude":-26.557147,"Latitude":11.757009}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1150.061.2017171235943.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1150.061.2017171235943.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1150.061.2017171235943.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1150.061.2017272160751.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1150.061.2017171235943.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":143.440614700317,"SizeInBytes":150408386,"Checksum":{"Value":"05bf589687acb1e4cdc8cfb825d2a739","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830647-LAADS","revision-id":4,"native-id":"LAADS:2715103590","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:13.763Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T11:55:00.000Z","EndingDateTime":"2000-03-20T12:00:00.000Z"}},"GranuleUR":"LAADS:2715103590","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-30.277254,"Latitude":-5.950975},{"Longitude":-9.348814,"Latitude":-9.02019},{"Longitude":-5.5253,"Latitude":8.888011},{"Longitude":-26.621344,"Latitude":11.99184},{"Longitude":-30.277254,"Latitude":-5.950975}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:36.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1155.061.2017172000132.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1155.061.2017172000132.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1155.061.2017172000132.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1155.061.2017272161432.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1155.061.2017172000132.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:01:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.000944137573,"SizeInBytes":158335966,"Checksum":{"Value":"2ea69e925645a44ca7f51bcbec5a1eb9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830806-LAADS","revision-id":4,"native-id":"LAADS:2715103888","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.573Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T12:00:00.000Z","EndingDateTime":"2000-03-20T12:05:00.000Z"}},"GranuleUR":"LAADS:2715103888","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-35.35197,"Latitude":-23.547297},{"Longitude":-12.296288,"Latitude":-27.063608},{"Longitude":-9.206714,"Latitude":-8.956632},{"Longitude":-30.29155,"Latitude":-5.85341},{"Longitude":-35.35197,"Latitude":-23.547297}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1200.061.2017172000205.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1200.061.2017172000205.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1200.061.2017172000205.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1200.061.2017272161028.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1200.061.2017172000205.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:02:05.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":140.463725090027,"SizeInBytes":147286891,"Checksum":{"Value":"1ae48f60a326e3a62f16cc4130fdd0ac","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830453-LAADS","revision-id":4,"native-id":"LAADS:2715102958","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:10.569Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T12:05:00.000Z","EndingDateTime":"2000-03-20T12:10:00.000Z"}},"GranuleUR":"LAADS:2715102958","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-43.073748,"Latitude":-40.699991},{"Longitude":-14.366461,"Latitude":-45.168907},{"Longitude":-11.926986,"Latitude":-26.866024},{"Longitude":-35.324862,"Latitude":-23.459417},{"Longitude":-43.073748,"Latitude":-40.699991}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.390Z","Type":"Insert"},{"Date":"2022-11-22T11:56:06.530Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1205.061.2017171235813.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1205.061.2017171235813.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1205.061.2017171235813.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1205.061.2017272162053.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1205.061.2017171235813.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.782183647156,"SizeInBytes":167543763,"Checksum":{"Value":"4745ed82b638cb11095eb96e27b82175","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830505-LAADS","revision-id":4,"native-id":"LAADS:2715103267","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.701Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T12:10:00.000Z","EndingDateTime":"2000-03-20T12:15:00.000Z"}},"GranuleUR":"LAADS:2715103267","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-56.899239,"Latitude":-56.524187},{"Longitude":-14.883389,"Latitude":-63.074903},{"Longitude":-13.777269,"Latitude":-44.826878},{"Longitude":-42.970227,"Latitude":-40.636069},{"Longitude":-56.899239,"Latitude":-56.524187}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1210.061.2017171235959.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1210.061.2017171235959.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1210.061.2017171235959.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1210.061.2017272163052.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1210.061.2017171235959.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:59:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.896773338318,"SizeInBytes":170809647,"Checksum":{"Value":"fd3f2bc46cedc6e662b8a9dc4c904450","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831174-LAADS","revision-id":4,"native-id":"LAADS:2715104460","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:16.015Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T12:15:00.000Z","EndingDateTime":"2000-03-20T12:20:00.000Z"}},"GranuleUR":"LAADS:2715104460","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-87.400531,"Latitude":-68.488315},{"Longitude":-6.946495,"Latitude":-80.700988},{"Longitude":-14.071773,"Latitude":-62.603889},{"Longitude":-56.583865,"Latitude":-56.541687},{"Longitude":-87.400531,"Latitude":-68.488315}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1215.061.2017172001008.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1215.061.2017172001008.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1215.061.2017172001008.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1215.061.2017272161709.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1215.061.2017172001008.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:10:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":143.897616386414,"SizeInBytes":150887587,"Checksum":{"Value":"f8f7341f42fb6a9cdb611cdf51ca616c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831176-LAADS","revision-id":4,"native-id":"LAADS:2715104461","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:16.048Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T12:20:00.000Z","EndingDateTime":"2000-03-20T12:25:00.000Z"}},"GranuleUR":"LAADS:2715104461","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-138.652228,"Latitude":-68.828693},{"Longitude":138.071224,"Latitude":-80.768581},{"Longitude":-5.496465,"Latitude":-80.100197},{"Longitude":-86.876053,"Latitude":-68.695525},{"Longitude":-138.652228,"Latitude":-68.828693}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1220.061.2017172000824.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1220.061.2017172000824.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1220.061.2017172000824.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1220.061.2017272160243.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1220.061.2017172000824.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":55.6396598815918,"SizeInBytes":58342412,"Checksum":{"Value":"474bc215dff2c42ec0055710ef171d81","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831179-LAADS","revision-id":4,"native-id":"LAADS:2715104462","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:16.076Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T13:10:00.000Z","EndingDateTime":"2000-03-20T13:15:00.000Z"}},"GranuleUR":"LAADS:2715104462","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-50.809185,"Latitude":78.89303},{"Longitude":23.530247,"Latitude":68.15836},{"Longitude":75.85739,"Latitude":69.776934},{"Longitude":164.671513,"Latitude":81.970358},{"Longitude":-50.809185,"Latitude":78.89303}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1310.061.2017172000829.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1310.061.2017172000829.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1310.061.2017172000829.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1310.061.2017272161139.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1310.061.2017172000829.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:29.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":104.168977737427,"SizeInBytes":109229090,"Checksum":{"Value":"4ed60220540dbe12835cd58a230a3037","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831180-LAADS","revision-id":4,"native-id":"LAADS:2715104463","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:16.089Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T13:15:00.000Z","EndingDateTime":"2000-03-20T13:20:00.000Z"}},"GranuleUR":"LAADS:2715104463","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-45.767494,"Latitude":61.216429},{"Longitude":-5.38917,"Latitude":55.614786},{"Longitude":23.163491,"Latitude":68.535605},{"Longitude":-53.167111,"Latitude":79.329403},{"Longitude":-45.767494,"Latitude":61.216429}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1315.061.2017172000801.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1315.061.2017172000801.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1315.061.2017172000801.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1315.061.2017272162431.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1315.061.2017172000801.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.459190368652,"SizeInBytes":169302232,"Checksum":{"Value":"9e9719cc3648a910f246a9b134421568","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831004-LAADS","revision-id":4,"native-id":"LAADS:2715104183","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.221Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T13:20:00.000Z","EndingDateTime":"2000-03-20T13:25:00.000Z"}},"GranuleUR":"LAADS:2715104183","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-46.77099,"Latitude":43.412842},{"Longitude":-18.519195,"Latitude":39.581027},{"Longitude":-5.95932,"Latitude":55.898199},{"Longitude":-46.433222,"Latitude":61.696453},{"Longitude":-46.77099,"Latitude":43.412842}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1320.061.2017172000614.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1320.061.2017172000614.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1320.061.2017172000614.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1320.061.2017272163331.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1320.061.2017172000614.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.748200416565,"SizeInBytes":175896737,"Checksum":{"Value":"a07262f6c1c5aa2101526bf37aab1e9b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831298-LAADS","revision-id":4,"native-id":"LAADS:2715104637","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.742Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T13:25:00.000Z","EndingDateTime":"2000-03-20T13:30:00.000Z"}},"GranuleUR":"LAADS:2715104637","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-48.993759,"Latitude":25.585665},{"Longitude":-25.993157,"Latitude":22.439605},{"Longitude":-18.978672,"Latitude":39.783807},{"Longitude":-47.02354,"Latitude":43.843091},{"Longitude":-48.993759,"Latitude":25.585665}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1325.061.2017172002228.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1325.061.2017172002228.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1325.061.2017172002228.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1325.061.2017272162408.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1325.061.2017172002228.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:22:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.572366714478,"SizeInBytes":162080874,"Checksum":{"Value":"d818f4a2415e36840d62715839357221","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831177-LAADS","revision-id":4,"native-id":"LAADS:2715104464","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:16.189Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T13:30:00.000Z","EndingDateTime":"2000-03-20T13:35:00.000Z"}},"GranuleUR":"LAADS:2715104464","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-52.023141,"Latitude":7.795453},{"Longitude":-31.04969,"Latitude":4.826582},{"Longitude":-26.304136,"Latitude":22.582191},{"Longitude":-49.115496,"Latitude":25.918797},{"Longitude":-52.023141,"Latitude":7.795453}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1330.061.2017172000808.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1330.061.2017172000808.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1330.061.2017172000808.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1330.061.2017272161543.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1330.061.2017172000808.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":142.679346084595,"SizeInBytes":149610138,"Checksum":{"Value":"8eefc86826c516d0c99e278356ea076d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831009-LAADS","revision-id":4,"native-id":"LAADS:2715104184","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.276Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T13:35:00.000Z","EndingDateTime":"2000-03-20T13:40:00.000Z"}},"GranuleUR":"LAADS:2715104184","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-55.98112,"Latitude":-9.905887},{"Longitude":-34.816855,"Latitude":-13.041153},{"Longitude":-31.183087,"Latitude":4.922815},{"Longitude":-52.068834,"Latitude":7.998255},{"Longitude":-55.98112,"Latitude":-9.905887}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1335.061.2017172000603.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1335.061.2017172000603.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1335.061.2017172000603.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1335.061.2017272161952.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1335.061.2017172000603.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:03.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.789709091187,"SizeInBytes":175940262,"Checksum":{"Value":"d12c699758975287f3902100f1d65239","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830504-LAADS","revision-id":4,"native-id":"LAADS:2715103268","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.731Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T13:40:00.000Z","EndingDateTime":"2000-03-20T13:45:00.000Z"}},"GranuleUR":"LAADS:2715103268","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-61.47964,"Latitude":-27.41909},{"Longitude":-37.559914,"Latitude":-31.089418},{"Longitude":-34.60996,"Latitude":-12.950612},{"Longitude":-55.982196,"Latitude":-9.811509},{"Longitude":-61.47964,"Latitude":-27.41909}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1340.061.2017171235841.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1340.061.2017171235841.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1340.061.2017171235841.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1340.061.2017272161825.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1340.061.2017171235841.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-20T23:58:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.491099357605,"SizeInBytes":172481419,"Checksum":{"Value":"18d7af0d9adce2ee11e15286516506f3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830802-LAADS","revision-id":4,"native-id":"LAADS:2715103889","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.622Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T13:45:00.000Z","EndingDateTime":"2000-03-20T13:50:00.000Z"}},"GranuleUR":"LAADS:2715103889","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-70.081278,"Latitude":-44.301551},{"Longitude":-39.383202,"Latitude":-49.087291},{"Longitude":-37.147769,"Latitude":-30.859475},{"Longitude":-61.449193,"Latitude":-27.332735},{"Longitude":-70.081278,"Latitude":-44.301551}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1345.061.2017172000325.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1345.061.2017172000325.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1345.061.2017172000325.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1345.061.2017272161932.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1345.061.2017172000325.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:03:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.027303695679,"SizeInBytes":157315030,"Checksum":{"Value":"a48ffe3319d49ec69040f3eca8e28d0f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831182-LAADS","revision-id":4,"native-id":"LAADS:2715104465","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:16.228Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T13:50:00.000Z","EndingDateTime":"2000-03-20T13:55:00.000Z"}},"GranuleUR":"LAADS:2715104465","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-86.350556,"Latitude":-59.717825},{"Longitude":-39.222829,"Latitude":-67.050607},{"Longitude":-38.729048,"Latitude":-48.715811},{"Longitude":-69.925366,"Latitude":-44.256528},{"Longitude":-86.350556,"Latitude":-59.717825}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1350.061.2017172000855.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1350.061.2017172000855.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1350.061.2017172000855.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1350.061.2017272163211.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1350.061.2017172000855.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.46612739563,"SizeInBytes":171406658,"Checksum":{"Value":"95997fd502c37e04b56d53e2ed7f55f2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831293-LAADS","revision-id":4,"native-id":"LAADS:2715104638","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.813Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T13:55:00.000Z","EndingDateTime":"2000-03-20T14:00:00.000Z"}},"GranuleUR":"LAADS:2715104638","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-122.805967,"Latitude":-69.902198},{"Longitude":-20.798239,"Latitude":-84.407824},{"Longitude":-38.318161,"Latitude":-66.549116},{"Longitude":-85.999133,"Latitude":-59.754964},{"Longitude":-122.805967,"Latitude":-69.902198}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1355.061.2017172001152.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1355.061.2017172001152.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1355.061.2017172001152.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1355.061.2017272161559.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1355.061.2017172001152.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:11:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":144.435528755188,"SizeInBytes":151451629,"Checksum":{"Value":"05a171f7530fed36ad2d2c32eb663052","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831185-LAADS","revision-id":4,"native-id":"LAADS:2715104466","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:16.192Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T14:00:00.000Z","EndingDateTime":"2000-03-20T14:05:00.000Z"}},"GranuleUR":"LAADS:2715104466","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-172.859179,"Latitude":-66.924569},{"Longitude":117.699984,"Latitude":-76.916532},{"Longitude":-19.966672,"Latitude":-83.77833},{"Longitude":-122.351146,"Latitude":-70.165127},{"Longitude":-172.859179,"Latitude":-66.924569}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1400.061.2017172000807.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1400.061.2017172000807.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1400.061.2017172000807.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1400.061.2017272160534.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1400.061.2017172000807.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":30.5502195358276,"SizeInBytes":32034227,"Checksum":{"Value":"1ad592eb01e2538b55253da8065bb589","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831002-LAADS","revision-id":4,"native-id":"LAADS:2715104185","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.277Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T14:50:00.000Z","EndingDateTime":"2000-03-20T14:55:00.000Z"}},"GranuleUR":"LAADS:2715104185","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-72.991612,"Latitude":74.979879},{"Longitude":-9.945483,"Latitude":65.958976},{"Longitude":39.535184,"Latitude":70.911337},{"Longitude":157.47819,"Latitude":85.460515},{"Longitude":-72.991612,"Latitude":74.979879}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1450.061.2017172000527.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1450.061.2017172000527.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1450.061.2017172000527.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1450.061.2017272161037.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1450.061.2017172000527.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":132.519435882568,"SizeInBytes":138956700,"Checksum":{"Value":"4b1afbac0a23737f60092acf9d03c33b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831181-LAADS","revision-id":4,"native-id":"LAADS:2715104467","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:16.247Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T14:55:00.000Z","EndingDateTime":"2000-03-20T15:00:00.000Z"}},"GranuleUR":"LAADS:2715104467","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-70.570743,"Latitude":57.249708},{"Longitude":-33.859716,"Latitude":52.204895},{"Longitude":-10.42805,"Latitude":66.317703},{"Longitude":-74.515823,"Latitude":75.451799},{"Longitude":-70.570743,"Latitude":57.249708}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1455.061.2017172000825.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1455.061.2017172000825.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1455.061.2017172000825.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1455.061.2017272161916.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1455.061.2017172000825.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.76558303833,"SizeInBytes":163332052,"Checksum":{"Value":"3384496c6d18d143f597f97337c3502d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831292-LAADS","revision-id":4,"native-id":"LAADS:2715104639","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.817Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T15:00:00.000Z","EndingDateTime":"2000-03-20T15:05:00.000Z"}},"GranuleUR":"LAADS:2715104639","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-71.911475,"Latitude":39.439087},{"Longitude":-45.22609,"Latitude":35.825211},{"Longitude":-34.422213,"Latitude":52.471316},{"Longitude":-71.06314,"Latitude":57.730174},{"Longitude":-71.911475,"Latitude":39.439087}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1500.061.2017172001036.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1500.061.2017172001036.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1500.061.2017172001036.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1500.061.2017272162847.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1500.061.2017172001036.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:10:36.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.7818775177,"SizeInBytes":173834898,"Checksum":{"Value":"7ff8ef9cbbb4187592351fd9531f76cf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831296-LAADS","revision-id":4,"native-id":"LAADS:2715104640","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.827Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T15:05:00.000Z","EndingDateTime":"2000-03-20T15:10:00.000Z"}},"GranuleUR":"LAADS:2715104640","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-74.32254,"Latitude":21.616083},{"Longitude":-51.993412,"Latitude":18.544795},{"Longitude":-45.653157,"Latitude":36.012604},{"Longitude":-72.124015,"Latitude":39.852716},{"Longitude":-74.32254,"Latitude":21.616083}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1505.061.2017172001611.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1505.061.2017172001611.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1505.061.2017172001611.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1505.061.2017272162649.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1505.061.2017172001611.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:16:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.710023880005,"SizeInBytes":169565250,"Checksum":{"Value":"fa7e0bad3f0a732c8d6c03b2babb3cc4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831294-LAADS","revision-id":4,"native-id":"LAADS:2715104641","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.119Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T15:10:00.000Z","EndingDateTime":"2000-03-20T15:15:00.000Z"}},"GranuleUR":"LAADS:2715104641","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-77.534044,"Latitude":3.843865},{"Longitude":-56.700396,"Latitude":0.866656},{"Longitude":-52.269512,"Latitude":18.676074},{"Longitude":-74.426326,"Latitude":21.921967},{"Longitude":-77.534044,"Latitude":3.843865}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1510.061.2017172001009.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1510.061.2017172001009.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1510.061.2017172001009.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1510.061.2017272161342.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1510.061.2017172001009.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:10:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.81662273407,"SizeInBytes":160239843,"Checksum":{"Value":"3a20152c082f7d7fda61a4c1d4e04f87","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831301-LAADS","revision-id":4,"native-id":"LAADS:2715104642","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.866Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T15:15:00.000Z","EndingDateTime":"2000-03-20T15:20:00.000Z"}},"GranuleUR":"LAADS:2715104642","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-81.769631,"Latitude":-13.840229},{"Longitude":-60.227334,"Latitude":-17.061238},{"Longitude":-56.764776,"Latitude":0.95066},{"Longitude":-77.574702,"Latitude":4.016873},{"Longitude":-81.769631,"Latitude":-13.840229}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1515.061.2017172001605.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1515.061.2017172001605.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1515.061.2017172001605.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1515.061.2017272162044.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1515.061.2017172001605.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:16:05.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":169.77575302124,"SizeInBytes":178022780,"Checksum":{"Value":"a15f5528ccb3d2ae7268ea36a744ac1c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831183-LAADS","revision-id":4,"native-id":"LAADS:2715104468","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.063Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T15:20:00.000Z","EndingDateTime":"2000-03-20T15:25:00.000Z"}},"GranuleUR":"LAADS:2715104468","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-87.754633,"Latitude":-31.255339},{"Longitude":-62.780826,"Latitude":-35.105325},{"Longitude":-59.971218,"Latitude":-16.941363},{"Longitude":-81.749841,"Latitude":-13.748632},{"Longitude":-87.754633,"Latitude":-31.255339}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1520.061.2017172000948.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1520.061.2017172000948.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1520.061.2017172000948.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1520.061.2017272161821.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1520.061.2017172000948.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:09:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.566437721252,"SizeInBytes":166268961,"Checksum":{"Value":"b2680ef0a6f9f6054df9af71e8576e99","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831297-LAADS","revision-id":4,"native-id":"LAADS:2715104643","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.941Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T15:25:00.000Z","EndingDateTime":"2000-03-20T15:30:00.000Z"}},"GranuleUR":"LAADS:2715104643","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-97.482523,"Latitude":-47.909586},{"Longitude":-64.324388,"Latitude":-53.082735},{"Longitude":-62.317493,"Latitude":-34.844618},{"Longitude":-87.718816,"Latitude":-31.170134},{"Longitude":-97.482523,"Latitude":-47.909586}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1525.061.2017172001223.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1525.061.2017172001223.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1525.061.2017172001223.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1525.061.2017272162040.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1525.061.2017172001223.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:12:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.929170608521,"SizeInBytes":170843618,"Checksum":{"Value":"7461141ccb7b3391bfd6a2700cae8ffd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831188-LAADS","revision-id":4,"native-id":"LAADS:2715104469","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.011Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T15:30:00.000Z","EndingDateTime":"2000-03-20T15:35:00.000Z"}},"GranuleUR":"LAADS:2715104469","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-116.690968,"Latitude":-62.601369},{"Longitude":-63.210218,"Latitude":-70.912362},{"Longitude":-63.638428,"Latitude":-52.681537},{"Longitude":-97.302238,"Latitude":-47.87221},{"Longitude":-116.690968,"Latitude":-62.601369}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1530.061.2017172001200.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1530.061.2017172001200.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1530.061.2017172001200.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1530.061.2017272162641.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1530.061.2017172001200.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:12:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.685946464539,"SizeInBytes":168491427,"Checksum":{"Value":"613baa07da46125fdc332440be67fb21","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831187-LAADS","revision-id":4,"native-id":"LAADS:2715104470","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.060Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T15:35:00.000Z","EndingDateTime":"2000-03-20T15:40:00.000Z"}},"GranuleUR":"LAADS:2715104470","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-159.315518,"Latitude":-70.583499},{"Longitude":-4.61753,"Latitude":-87.232821},{"Longitude":-62.172817,"Latitude":-70.388587},{"Longitude":-116.24799,"Latitude":-62.685468},{"Longitude":-159.315518,"Latitude":-70.583499}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1535.061.2017172001106.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1535.061.2017172001106.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1535.061.2017172001106.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1535.061.2017272161202.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1535.061.2017172001106.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:11:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":127.066823959351,"SizeInBytes":133239222,"Checksum":{"Value":"3f92793b517f4174e5bb11d0634d8a06","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831184-LAADS","revision-id":4,"native-id":"LAADS:2715104471","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.040Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T16:25:00.000Z","EndingDateTime":"2000-03-20T16:30:00.000Z"}},"GranuleUR":"LAADS:2715104471","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-155.224982,"Latitude":87.380425},{"Longitude":2.156969,"Latitude":70.889516},{"Longitude":48.613801,"Latitude":64.252816},{"Longitude":105.627322,"Latitude":72.255957},{"Longitude":-155.224982,"Latitude":87.380425}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1625.061.2017172000926.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1625.061.2017172000926.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1625.061.2017172000926.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1625.061.2017272160502.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1625.061.2017172000926.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:09:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":36.3869657516479,"SizeInBytes":38154499,"Checksum":{"Value":"a0b6a5a152d8c816cacb27b932583cb2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831189-LAADS","revision-id":4,"native-id":"LAADS:2715104472","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.061Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T16:30:00.000Z","EndingDateTime":"2000-03-20T16:35:00.000Z"}},"GranuleUR":"LAADS:2715104472","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-96.360997,"Latitude":71.052072},{"Longitude":-41.888309,"Latitude":63.338115},{"Longitude":2.340271,"Latitude":71.238776},{"Longitude":-167.915907,"Latitude":87.153741},{"Longitude":-96.360997,"Latitude":71.052072}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1630.061.2017172000850.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1630.061.2017172000850.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1630.061.2017172000850.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1630.061.2017272161030.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1630.061.2017172000850.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":139.553913116455,"SizeInBytes":146332884,"Checksum":{"Value":"efb8f24d55bc9725fb050991af584350","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830507-LAADS","revision-id":4,"native-id":"LAADS:2715103269","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:12.773Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T16:35:00.000Z","EndingDateTime":"2000-03-20T16:40:00.000Z"}},"GranuleUR":"LAADS:2715103269","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-95.451861,"Latitude":53.286075},{"Longitude":-61.821602,"Latitude":48.706253},{"Longitude":-42.504272,"Latitude":63.704361},{"Longitude":-97.457056,"Latitude":71.541227},{"Longitude":-95.451861,"Latitude":53.286075}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:35.830Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1635.061.2017172000013.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1635.061.2017172000013.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1635.061.2017172000013.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1635.061.2017272161924.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1635.061.2017172000013.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:00:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.2659034729,"SizeInBytes":167002404,"Checksum":{"Value":"7fe32c030450a1007d601ddafe50a694","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831190-LAADS","revision-id":4,"native-id":"LAADS:2715104473","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.194Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T16:40:00.000Z","EndingDateTime":"2000-03-20T16:45:00.000Z"}},"GranuleUR":"LAADS:2715104473","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-97.094834,"Latitude":35.473668},{"Longitude":-71.717019,"Latitude":32.033201},{"Longitude":-62.303321,"Latitude":48.935699},{"Longitude":-95.846754,"Latitude":53.760538},{"Longitude":-97.094834,"Latitude":35.473668}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1640.061.2017172000925.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1640.061.2017172000925.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1640.061.2017172000925.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1640.061.2017272162422.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1640.061.2017172000925.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:09:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.373164176941,"SizeInBytes":175503483,"Checksum":{"Value":"a57184360fee5c23dfa67c657ec9fa93","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831010-LAADS","revision-id":4,"native-id":"LAADS:2715104186","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.270Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T16:45:00.000Z","EndingDateTime":"2000-03-20T16:50:00.000Z"}},"GranuleUR":"LAADS:2715104186","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-99.676185,"Latitude":17.655243},{"Longitude":-77.893228,"Latitude":14.637068},{"Longitude":-72.111453,"Latitude":32.206478},{"Longitude":-97.264382,"Latitude":35.864821},{"Longitude":-99.676185,"Latitude":17.655243}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1645.061.2017172000628.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1645.061.2017172000628.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1645.061.2017172000628.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1645.061.2017272161520.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1645.061.2017172000628.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.781656265259,"SizeInBytes":156008874,"Checksum":{"Value":"d2b39a4abb79bfbfbd722d1fbb523117","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830804-LAADS","revision-id":4,"native-id":"LAADS:2715103890","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.644Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T16:50:00.000Z","EndingDateTime":"2000-03-20T16:55:00.000Z"}},"GranuleUR":"LAADS:2715103890","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-103.093974,"Latitude":-0.090479},{"Longitude":-82.296966,"Latitude":-3.094617},{"Longitude":-78.135704,"Latitude":14.758388},{"Longitude":-99.777626,"Latitude":17.932004},{"Longitude":-103.093974,"Latitude":-0.090479}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1650.061.2017172000405.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1650.061.2017172000405.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1650.061.2017172000405.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1650.061.2017272161327.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1650.061.2017172000405.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:05.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.032810211182,"SizeInBytes":156272228,"Checksum":{"Value":"671fb62ef4dbdb935cb5260f77ca2d9c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831186-LAADS","revision-id":4,"native-id":"LAADS:2715104474","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.198Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T16:55:00.000Z","EndingDateTime":"2000-03-20T17:00:00.000Z"}},"GranuleUR":"LAADS:2715104474","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-107.632767,"Latitude":-17.75218},{"Longitude":-85.581577,"Latitude":-21.076299},{"Longitude":-82.277022,"Latitude":-3.022501},{"Longitude":-103.123301,"Latitude":0.047483},{"Longitude":-107.632767,"Latitude":-17.75218}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1655.061.2017172001140.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1655.061.2017172001140.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1655.061.2017172001140.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1655.061.2017272162305.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1655.061.2017172001140.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:11:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.117593765259,"SizeInBytes":165798314,"Checksum":{"Value":"f07e12fd46fa75c092ef8fbc34c78378","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831303-LAADS","revision-id":4,"native-id":"LAADS:2715104644","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.989Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T17:00:00.000Z","EndingDateTime":"2000-03-20T17:05:00.000Z"}},"GranuleUR":"LAADS:2715104644","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-114.211255,"Latitude":-35.046297},{"Longitude":-87.949411,"Latitude":-39.112511},{"Longitude":-85.285654,"Latitude":-20.925405},{"Longitude":-107.611476,"Latitude":-17.662035},{"Longitude":-114.211255,"Latitude":-35.046297}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1700.061.2017172001215.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1700.061.2017172001215.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1700.061.2017172001215.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1700.061.2017272162406.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1700.061.2017172001215.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:12:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.571977615356,"SizeInBytes":157886162,"Checksum":{"Value":"ab7dc296716e7d1b041d08cd3e6d434a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831191-LAADS","revision-id":4,"native-id":"LAADS:2715104475","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.192Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T17:05:00.000Z","EndingDateTime":"2000-03-20T17:10:00.000Z"}},"GranuleUR":"LAADS:2715104475","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-125.301963,"Latitude":-51.426426},{"Longitude":-89.160331,"Latitude":-57.064726},{"Longitude":-87.439875,"Latitude":-38.819198},{"Longitude":-114.150024,"Latitude":-34.969024},{"Longitude":-125.301963,"Latitude":-51.426426}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1705.061.2017172000735.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1705.061.2017172000735.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1705.061.2017172000735.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1705.061.2017272163115.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1705.061.2017172000735.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.286799430847,"SizeInBytes":168072891,"Checksum":{"Value":"fd9b5256e7c9003227dc19844152c9ca","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831192-LAADS","revision-id":4,"native-id":"LAADS:2715104476","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.185Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T17:10:00.000Z","EndingDateTime":"2000-03-20T17:15:00.000Z"}},"GranuleUR":"LAADS:2715104476","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-148.323626,"Latitude":-65.26424},{"Longitude":-86.499455,"Latitude":-74.839405},{"Longitude":-88.431949,"Latitude":-56.634655},{"Longitude":-125.073601,"Latitude":-51.407378},{"Longitude":-148.323626,"Latitude":-65.26424}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1710.061.2017172000953.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1710.061.2017172000953.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1710.061.2017172000953.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1710.061.2017272163317.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1710.061.2017172000953.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:09:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.770936965942,"SizeInBytes":166483394,"Checksum":{"Value":"fc898d1db9b2ce3cec81e56b82f73652","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831193-LAADS","revision-id":4,"native-id":"LAADS:2715104477","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.280Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T17:15:00.000Z","EndingDateTime":"2000-03-20T17:20:00.000Z"}},"GranuleUR":"LAADS:2715104477","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":164.129867,"Latitude":-70.470137},{"Longitude":39.18073,"Latitude":-86.135262},{"Longitude":-85.338257,"Latitude":-74.289536},{"Longitude":-147.824134,"Latitude":-65.391537},{"Longitude":164.129867,"Latitude":-70.470137}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1715.061.2017172000858.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1715.061.2017172000858.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1715.061.2017172000858.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1715.061.2017272160701.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1715.061.2017172000858.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":101.087944030762,"SizeInBytes":105998392,"Checksum":{"Value":"c210d719c57a462690e63c1c50a22721","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831299-LAADS","revision-id":4,"native-id":"LAADS:2715104645","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.986Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T18:05:00.000Z","EndingDateTime":"2000-03-20T18:10:00.000Z"}},"GranuleUR":"LAADS:2715104645","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-138.491192,"Latitude":84.589126},{"Longitude":-34.413313,"Latitude":70.379974},{"Longitude":16.309391,"Latitude":66.822459},{"Longitude":82.923939,"Latitude":76.159452},{"Longitude":-138.491192,"Latitude":84.589126}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1805.061.2017172001057.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1805.061.2017172001057.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1805.061.2017172001057.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1805.061.2017272160446.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1805.061.2017172001057.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:10:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":59.4201498031616,"SizeInBytes":62306543,"Checksum":{"Value":"f10a2a0854806b1a3943f02493ef8e16","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831302-LAADS","revision-id":4,"native-id":"LAADS:2715104646","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.063Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T18:10:00.000Z","EndingDateTime":"2000-03-20T18:15:00.000Z"}},"GranuleUR":"LAADS:2715104646","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-120.366376,"Latitude":67.104101},{"Longitude":-72.632396,"Latitude":60.438383},{"Longitude":-34.504782,"Latitude":70.795893},{"Longitude":-144.726528,"Latitude":84.878576},{"Longitude":-120.366376,"Latitude":67.104101}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1810.061.2017172001259.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1810.061.2017172001259.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1810.061.2017172001259.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1810.061.2017272161730.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1810.061.2017172001259.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:12:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.032022476196,"SizeInBytes":154174250,"Checksum":{"Value":"238e7c174c12c5e091b25f567403288c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831014-LAADS","revision-id":4,"native-id":"LAADS:2715104187","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.296Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T18:15:00.000Z","EndingDateTime":"2000-03-20T18:20:00.000Z"}},"GranuleUR":"LAADS:2715104187","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-120.392206,"Latitude":49.330182},{"Longitude":-89.234931,"Latitude":45.089239},{"Longitude":-73.130732,"Latitude":60.724813},{"Longitude":-121.163475,"Latitude":67.603511},{"Longitude":-120.392206,"Latitude":49.330182}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1815.061.2017172000612.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1815.061.2017172000612.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1815.061.2017172000612.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1815.061.2017272161830.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1815.061.2017172000612.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.283152580261,"SizeInBytes":168069067,"Checksum":{"Value":"768cf995a34f447661020c9020bf2b53","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831008-LAADS","revision-id":4,"native-id":"LAADS:2715104188","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.344Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T18:20:00.000Z","EndingDateTime":"2000-03-20T18:25:00.000Z"}},"GranuleUR":"LAADS:2715104188","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-122.332135,"Latitude":31.510993},{"Longitude":-98.044345,"Latitude":28.20982},{"Longitude":-89.746082,"Latitude":45.318274},{"Longitude":-120.761966,"Latitude":49.785543},{"Longitude":-122.332135,"Latitude":31.510993}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1820.061.2017172000553.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1820.061.2017172000553.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1820.061.2017172000553.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1820.061.2017272162134.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1820.061.2017172000553.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.261884689331,"SizeInBytes":175386798,"Checksum":{"Value":"af1cc58b3c759d8e6d438a0ac71aff8d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831005-LAADS","revision-id":4,"native-id":"LAADS:2715104189","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.400Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T18:25:00.000Z","EndingDateTime":"2000-03-20T18:30:00.000Z"}},"GranuleUR":"LAADS:2715104189","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-125.095153,"Latitude":13.69933},{"Longitude":-103.713346,"Latitude":10.714386},{"Longitude":-98.399607,"Latitude":28.368814},{"Longitude":-122.483733,"Latitude":31.879058},{"Longitude":-125.095153,"Latitude":13.69933}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1825.061.2017172000638.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1825.061.2017172000638.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1825.061.2017172000638.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1825.061.2017272162342.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1825.061.2017172000638.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.79817199707,"SizeInBytes":170706256,"Checksum":{"Value":"dbe30c38d61b1b9e1bcb3b826588e69a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831196-LAADS","revision-id":4,"native-id":"LAADS:2715104478","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.313Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T18:30:00.000Z","EndingDateTime":"2000-03-20T18:35:00.000Z"}},"GranuleUR":"LAADS:2715104478","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-128.705687,"Latitude":-4.019669},{"Longitude":-107.843924,"Latitude":-7.062862},{"Longitude":-103.917744,"Latitude":10.825769},{"Longitude":-125.166798,"Latitude":13.948645},{"Longitude":-128.705687,"Latitude":-4.019669}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1830.061.2017172001101.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1830.061.2017172001101.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1830.061.2017172001101.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1830.061.2017272161756.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1830.061.2017172001101.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:11:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.888365745544,"SizeInBytes":162412223,"Checksum":{"Value":"af47c4a5eefccb5e2135f3ccf753a17c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831006-LAADS","revision-id":4,"native-id":"LAADS:2715104190","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.384Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T18:35:00.000Z","EndingDateTime":"2000-03-20T18:40:00.000Z"}},"GranuleUR":"LAADS:2715104190","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-133.590705,"Latitude":-21.644889},{"Longitude":-110.905037,"Latitude":-25.091292},{"Longitude":-107.747004,"Latitude":-7.000103},{"Longitude":-128.724673,"Latitude":-3.912616},{"Longitude":-133.590705,"Latitude":-21.644889}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1835.061.2017172000452.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1835.061.2017172000452.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1835.061.2017172000452.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1835.061.2017272162253.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1835.061.2017172000452.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.383917808533,"SizeInBytes":156640391,"Checksum":{"Value":"7a1cd61efc97c257297d2afa35923f74","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831007-LAADS","revision-id":4,"native-id":"LAADS:2715104191","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.392Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T18:40:00.000Z","EndingDateTime":"2000-03-20T18:45:00.000Z"}},"GranuleUR":"LAADS:2715104191","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-140.873467,"Latitude":-38.795546},{"Longitude":-113.072095,"Latitude":-43.115438},{"Longitude":-110.563767,"Latitude":-24.908961},{"Longitude":-133.566902,"Latitude":-21.555417},{"Longitude":-140.873467,"Latitude":-38.795546}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1840.061.2017172000721.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1840.061.2017172000721.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1840.061.2017172000721.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1840.061.2017272162822.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1840.061.2017172000721.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.255053520203,"SizeInBytes":164893875,"Checksum":{"Value":"5eb0f60ac39257ec0d0936375fcd2bc8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831012-LAADS","revision-id":4,"native-id":"LAADS:2715104192","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.461Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T18:45:00.000Z","EndingDateTime":"2000-03-20T18:50:00.000Z"}},"GranuleUR":"LAADS:2715104192","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-153.66156,"Latitude":-54.832584},{"Longitude":-113.857944,"Latitude":-61.03925},{"Longitude":-112.510917,"Latitude":-42.790341},{"Longitude":-140.782676,"Latitude":-38.727328},{"Longitude":-153.66156,"Latitude":-54.832584}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1845.061.2017172000653.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1845.061.2017172000653.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1845.061.2017172000653.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1845.061.2017272163249.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1845.061.2017172000653.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.057240486145,"SizeInBytes":173075061,"Checksum":{"Value":"5989f2881082acdb1607bd926adeb500","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831304-LAADS","revision-id":4,"native-id":"LAADS:2715104647","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.051Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T18:50:00.000Z","EndingDateTime":"2000-03-20T18:55:00.000Z"}},"GranuleUR":"LAADS:2715104647","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":178.602322,"Latitude":-67.527245},{"Longitude":-108.351637,"Latitude":-78.729548},{"Longitude":-113.062282,"Latitude":-60.581304},{"Longitude":-153.37809,"Latitude":-54.836181},{"Longitude":178.602322,"Latitude":-67.527245}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1850.061.2017172001227.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1850.061.2017172001227.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1850.061.2017172001227.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1850.061.2017272162916.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1850.061.2017172001227.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:12:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.192621231079,"SizeInBytes":164828410,"Checksum":{"Value":"e5597f7a14205e6b91ecfc194d7658b4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831305-LAADS","revision-id":4,"native-id":"LAADS:2715104648","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.026Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T18:55:00.000Z","EndingDateTime":"2000-03-20T19:00:00.000Z"}},"GranuleUR":"LAADS:2715104648","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":127.896,"Latitude":-69.571372},{"Longitude":35.087958,"Latitude":-82.69777},{"Longitude":-107.063303,"Latitude":-78.151064},{"Longitude":179.128666,"Latitude":-67.705827},{"Longitude":127.896,"Latitude":-69.571372}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1855.061.2017172002017.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1855.061.2017172002017.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1855.061.2017172002017.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1855.061.2017272160929.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1855.061.2017172002017.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:20:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":71.3011531829834,"SizeInBytes":74764678,"Checksum":{"Value":"bd57435fbbc680ac9babdbe5522be608","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831194-LAADS","revision-id":4,"native-id":"LAADS:2715104479","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.339Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T19:45:00.000Z","EndingDateTime":"2000-03-20T19:50:00.000Z"}},"GranuleUR":"LAADS:2715104479","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-152.435047,"Latitude":80.866073},{"Longitude":-70.231507,"Latitude":69.079227},{"Longitude":-17.642584,"Latitude":68.91967},{"Longitude":62.260474,"Latitude":80.017582},{"Longitude":-152.435047,"Latitude":80.866073}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1945.061.2017172000747.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1945.061.2017172000747.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1945.061.2017172000747.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1945.061.2017272160854.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1945.061.2017172000747.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":87.7946109771729,"SizeInBytes":92059322,"Checksum":{"Value":"d9e4c5c0a52b1a34cac82b87e8d9a6b6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831013-LAADS","revision-id":4,"native-id":"LAADS:2715104193","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.506Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T19:50:00.000Z","EndingDateTime":"2000-03-20T19:55:00.000Z"}},"GranuleUR":"LAADS:2715104193","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-144.767968,"Latitude":63.246441},{"Longitude":-102.075254,"Latitude":57.310591},{"Longitude":-70.506349,"Latitude":69.458439},{"Longitude":-155.417536,"Latitude":81.282538},{"Longitude":-144.767968,"Latitude":63.246441}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1950.061.2017172000733.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1950.061.2017172000733.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1950.061.2017172000733.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1950.061.2017272161930.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1950.061.2017172000733.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:33.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.874992370605,"SizeInBytes":158203896,"Checksum":{"Value":"48a8edd7e0be71111df50a9e084e2546","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831015-LAADS","revision-id":4,"native-id":"LAADS:2715104194","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.540Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T19:55:00.000Z","EndingDateTime":"2000-03-20T20:00:00.000Z"}},"GranuleUR":"LAADS:2715104194","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-145.477001,"Latitude":45.362221},{"Longitude":-116.34566,"Latitude":41.413456},{"Longitude":-102.661516,"Latitude":57.608812},{"Longitude":-145.473369,"Latitude":63.735161},{"Longitude":-145.477001,"Latitude":45.362221}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1955.061.2017172000641.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.1955.061.2017172000641.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.1955.061.2017172000641.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.1955.061.2017272163128.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.1955.061.2017172000641.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.388612747192,"SizeInBytes":173422530,"Checksum":{"Value":"54f97093117564293731cc115ca45ec4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831019-LAADS","revision-id":4,"native-id":"LAADS:2715104195","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.539Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T20:00:00.000Z","EndingDateTime":"2000-03-20T20:05:00.000Z"}},"GranuleUR":"LAADS:2715104195","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-147.600731,"Latitude":27.536026},{"Longitude":-124.247792,"Latitude":24.356069},{"Longitude":-116.857667,"Latitude":41.633652},{"Longitude":-145.753317,"Latitude":45.807853},{"Longitude":-147.600731,"Latitude":27.536026}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2000.061.2017172000708.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2000.061.2017172000708.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2000.061.2017172000708.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2000.061.2017272163720.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2000.061.2017172000708.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.825675964355,"SizeInBytes":170735096,"Checksum":{"Value":"1dbd77f436a046bc7bcbddf7583df636","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831016-LAADS","revision-id":4,"native-id":"LAADS:2715104196","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.574Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T20:05:00.000Z","EndingDateTime":"2000-03-20T20:10:00.000Z"}},"GranuleUR":"LAADS:2715104196","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-150.539235,"Latitude":9.741072},{"Longitude":-129.458818,"Latitude":6.770969},{"Longitude":-124.540626,"Latitude":24.496238},{"Longitude":-147.728964,"Latitude":27.884233},{"Longitude":-150.539235,"Latitude":9.741072}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2005.061.2017172000609.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2005.061.2017172000609.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2005.061.2017172000609.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2005.061.2017272162944.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2005.061.2017172000609.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.610013961792,"SizeInBytes":172606110,"Checksum":{"Value":"072748ae31e82b64eab490e0a942fb67","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830803-LAADS","revision-id":4,"native-id":"LAADS:2715103891","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.635Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T20:10:00.000Z","EndingDateTime":"2000-03-20T20:15:00.000Z"}},"GranuleUR":"LAADS:2715103891","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-154.381839,"Latitude":-7.9644},{"Longitude":-133.352533,"Latitude":-11.064582},{"Longitude":-129.628379,"Latitude":6.874111},{"Longitude":-150.59895,"Latitude":9.959848},{"Longitude":-154.381839,"Latitude":-7.9644}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2010.061.2017172000328.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2010.061.2017172000328.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2010.061.2017172000328.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2010.061.2017272161313.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2010.061.2017172000328.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:03:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.805064201355,"SizeInBytes":158130571,"Checksum":{"Value":"30a5e5cbc2d0badaf13337f24ac5a363","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830805-LAADS","revision-id":4,"native-id":"LAADS:2715103892","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.696Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T20:15:00.000Z","EndingDateTime":"2000-03-20T20:20:00.000Z"}},"GranuleUR":"LAADS:2715103892","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-159.660342,"Latitude":-25.521624},{"Longitude":-136.18913,"Latitude":-29.112267},{"Longitude":-133.171129,"Latitude":-10.988297},{"Longitude":-154.385594,"Latitude":-7.869092},{"Longitude":-159.660342,"Latitude":-25.521624}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2015.061.2017172000431.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2015.061.2017172000431.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2015.061.2017172000431.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2015.061.2017272162653.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2015.061.2017172000431.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:31.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.657337188721,"SizeInBytes":157975668,"Checksum":{"Value":"85b305c9609ea6a9a11fadb6f5188942","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831195-LAADS","revision-id":4,"native-id":"LAADS:2715104480","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.357Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T20:20:00.000Z","EndingDateTime":"2000-03-20T20:25:00.000Z"}},"GranuleUR":"LAADS:2715104480","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-167.78747,"Latitude":-42.500632},{"Longitude":-138.134457,"Latitude":-47.119739},{"Longitude":-135.801677,"Latitude":-28.897879},{"Longitude":-159.63392,"Latitude":-25.433587},{"Longitude":-167.78747,"Latitude":-42.500632}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2020.061.2017172000732.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2020.061.2017172000732.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2020.061.2017172000732.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2020.061.2017272163331.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2020.061.2017172000732.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.01326751709,"SizeInBytes":174077528,"Checksum":{"Value":"6332fd1d02b17ce0fc808309d9054b5b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831306-LAADS","revision-id":4,"native-id":"LAADS:2715104649","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.076Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T20:25:00.000Z","EndingDateTime":"2000-03-20T20:30:00.000Z"}},"GranuleUR":"LAADS:2715104649","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":177.28709,"Latitude":-58.099822},{"Longitude":-138.345537,"Latitude":-65.010683},{"Longitude":-137.516443,"Latitude":-46.763884},{"Longitude":-167.664461,"Latitude":-42.443251},{"Longitude":177.28709,"Latitude":-58.099822}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2025.061.2017172001252.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2025.061.2017172001252.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2025.061.2017172001252.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2025.061.2017272163416.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2025.061.2017172001252.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:12:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.767880439758,"SizeInBytes":171723069,"Checksum":{"Value":"da93bc11cc0570c5e5ae8da3af93559d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831198-LAADS","revision-id":4,"native-id":"LAADS:2715104481","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.371Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T20:30:00.000Z","EndingDateTime":"2000-03-20T20:35:00.000Z"}},"GranuleUR":"LAADS:2715104481","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":143.964394,"Latitude":-69.261893},{"Longitude":-126.490042,"Latitude":-82.531711},{"Longitude":-137.43149,"Latitude":-64.524514},{"Longitude":177.62939,"Latitude":-58.1303},{"Longitude":143.964394,"Latitude":-69.261893}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2030.061.2017172001032.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2030.061.2017172001032.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2030.061.2017172001032.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2030.061.2017272162523.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2030.061.2017172001032.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:10:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.919655799866,"SizeInBytes":158250729,"Checksum":{"Value":"74ef3c8efa21c2b7c2c1bc9b0edb39d4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831208-LAADS","revision-id":4,"native-id":"LAADS:2715104482","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.464Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T20:35:00.000Z","EndingDateTime":"2000-03-20T20:40:00.000Z"}},"GranuleUR":"LAADS:2715104482","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":92.879718,"Latitude":-68.00048},{"Longitude":17.031824,"Latitude":-78.899056},{"Longitude":-125.377147,"Latitude":-81.923757},{"Longitude":144.488323,"Latitude":-69.527334},{"Longitude":92.879718,"Latitude":-68.00048}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2035.061.2017172000955.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2035.061.2017172000955.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2035.061.2017172000955.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2035.061.2017272160344.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2035.061.2017172000955.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:09:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":41.7570886611938,"SizeInBytes":43785481,"Checksum":{"Value":"f8e292e19c1f736f2b63031444f8f98a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831309-LAADS","revision-id":4,"native-id":"LAADS:2715104650","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.196Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T21:25:00.000Z","EndingDateTime":"2000-03-20T21:30:00.000Z"}},"GranuleUR":"LAADS:2715104650","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-173.032107,"Latitude":76.989833},{"Longitude":-104.547913,"Latitude":67.154935},{"Longitude":-53.226536,"Latitude":70.42879},{"Longitude":47.227804,"Latitude":83.730225},{"Longitude":-173.032107,"Latitude":76.989833}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2125.061.2017172001059.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2125.061.2017172001059.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2125.061.2017172001059.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2125.061.2017272161019.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2125.061.2017172001059.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:10:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":114.41667842865,"SizeInBytes":119974583,"Checksum":{"Value":"a5ee4c1c6bfcdc979092bb103e9cf5ce","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831017-LAADS","revision-id":4,"native-id":"LAADS:2715104197","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.540Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T21:30:00.000Z","EndingDateTime":"2000-03-20T21:35:00.000Z"}},"GranuleUR":"LAADS:2715104197","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-169.437188,"Latitude":59.28483},{"Longitude":-130.899064,"Latitude":53.970848},{"Longitude":-104.96619,"Latitude":67.517004},{"Longitude":-174.919635,"Latitude":77.449199},{"Longitude":-169.437188,"Latitude":59.28483}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2130.061.2017172000708.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2130.061.2017172000708.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2130.061.2017172000708.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2130.061.2017272162034.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2130.061.2017172000708.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.322304725647,"SizeInBytes":166012969,"Checksum":{"Value":"5cec3f67c1d1a96dd9c4430813da9785","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831018-LAADS","revision-id":4,"native-id":"LAADS:2715104198","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.559Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T21:35:00.000Z","EndingDateTime":"2000-03-20T21:40:00.000Z"}},"GranuleUR":"LAADS:2715104198","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-170.576514,"Latitude":41.478329},{"Longitude":-143.124692,"Latitude":37.759424},{"Longitude":-131.470677,"Latitude":54.247172},{"Longitude":-169.971565,"Latitude":59.770273},{"Longitude":-170.576514,"Latitude":41.478329}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2135.061.2017172000508.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2135.061.2017172000508.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2135.061.2017172000508.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2135.061.2017272163251.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2135.061.2017172000508.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.946195602417,"SizeInBytes":164570014,"Checksum":{"Value":"71d67c7b6b247f6d0e696e9ffe3ea5fb","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831202-LAADS","revision-id":4,"native-id":"LAADS:2715104483","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.463Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T21:40:00.000Z","EndingDateTime":"2000-03-20T21:45:00.000Z"}},"GranuleUR":"LAADS:2715104483","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-172.90745,"Latitude":23.565376},{"Longitude":-150.268264,"Latitude":20.461025},{"Longitude":-143.569485,"Latitude":37.954885},{"Longitude":-170.8155,"Latitude":41.902509},{"Longitude":-172.90745,"Latitude":23.565376}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2140.061.2017172000743.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2140.061.2017172000743.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2140.061.2017172000743.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2140.061.2017272163454.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2140.061.2017172000743.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.921113014221,"SizeInBytes":171883745,"Checksum":{"Value":"e816906ceeb0ab82b6b8424fa49a3eb2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831201-LAADS","revision-id":4,"native-id":"LAADS:2715104484","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.490Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T21:45:00.000Z","EndingDateTime":"2000-03-20T21:50:00.000Z"}},"GranuleUR":"LAADS:2715104484","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-176.026696,"Latitude":5.783681},{"Longitude":-155.142603,"Latitude":2.812783},{"Longitude":-150.562228,"Latitude":20.597761},{"Longitude":-173.016771,"Latitude":23.885435},{"Longitude":-176.026696,"Latitude":5.783681}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2145.061.2017172000925.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2145.061.2017172000925.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2145.061.2017172000925.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2145.061.2017272161715.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2145.061.2017172000925.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:09:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":151.066769599915,"SizeInBytes":158404989,"Checksum":{"Value":"53b29e4f85843894b8ab63bb1a04abf2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462830807-LAADS","revision-id":4,"native-id":"LAADS:2715103893","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:14.749Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T21:50:00.000Z","EndingDateTime":"2000-03-20T21:55:00.000Z"}},"GranuleUR":"LAADS:2715103893","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":179.872782,"Latitude":-11.909743},{"Longitude":-158.784409,"Latitude":-15.087307},{"Longitude":-155.239448,"Latitude":2.902519},{"Longitude":-176.074546,"Latitude":5.971848},{"Longitude":179.872782,"Latitude":-11.909743}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.110Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2150.061.2017172000438.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2150.061.2017172000438.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2150.061.2017172000438.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2150.061.2017272162105.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2150.061.2017172000438.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:04:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.187927246094,"SizeInBytes":159580608,"Checksum":{"Value":"452a54e6af437852691d5f4404d49ff7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831022-LAADS","revision-id":4,"native-id":"LAADS:2715104199","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.649Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T21:55:00.000Z","EndingDateTime":"2000-03-20T22:00:00.000Z"}},"GranuleUR":"LAADS:2715104199","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":174.140405,"Latitude":-29.376768},{"Longitude":-161.431959,"Latitude":-33.134695},{"Longitude":-158.552455,"Latitude":-14.981946},{"Longitude":179.886602,"Latitude":-11.817948},{"Longitude":174.140405,"Latitude":-29.376768}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2155.061.2017172000639.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2155.061.2017172000639.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2155.061.2017172000639.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2155.061.2017272162452.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2155.061.2017172000639.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.319332122803,"SizeInBytes":160766972,"Checksum":{"Value":"c51910a433b48fc216b03e051d990032","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831197-LAADS","revision-id":4,"native-id":"LAADS:2715104485","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.561Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T22:00:00.000Z","EndingDateTime":"2000-03-20T22:05:00.000Z"}},"GranuleUR":"LAADS:2715104485","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":164.989632,"Latitude":-46.148195},{"Longitude":-163.124142,"Latitude":-51.123082},{"Longitude":-160.99705,"Latitude":-32.8888},{"Longitude":174.170254,"Latitude":-29.289898},{"Longitude":164.989632,"Latitude":-46.148195}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2200.061.2017172001022.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2200.061.2017172001022.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2200.061.2017172001022.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2200.061.2017272162751.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2200.061.2017172001022.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:10:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.469457626343,"SizeInBytes":163021542,"Checksum":{"Value":"2d900e775540254df28b77b68c20249d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831020-LAADS","revision-id":4,"native-id":"LAADS:2715104200","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.663Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T22:05:00.000Z","EndingDateTime":"2000-03-20T22:10:00.000Z"}},"GranuleUR":"LAADS:2715104200","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":147.358889,"Latitude":-61.180674},{"Longitude":-162.514317,"Latitude":-68.974561},{"Longitude":-162.444198,"Latitude":-50.736278},{"Longitude":165.149799,"Latitude":-46.10401},{"Longitude":147.358889,"Latitude":-61.180674}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2205.061.2017172000503.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2205.061.2017172000503.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2205.061.2017172000503.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2205.061.2017272163626.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2205.061.2017172000503.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:03.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.609990119934,"SizeInBytes":168411781,"Checksum":{"Value":"ca1c969ab53d6681541f2f9bf44d7710","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831200-LAADS","revision-id":4,"native-id":"LAADS:2715104486","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.564Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T22:10:00.000Z","EndingDateTime":"2000-03-20T22:15:00.000Z"}},"GranuleUR":"LAADS:2715104486","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":107.94193,"Latitude":-70.330877},{"Longitude":-131.498819,"Latitude":-86.006569},{"Longitude":-161.513522,"Latitude":-68.462259},{"Longitude":147.76435,"Latitude":-61.24434},{"Longitude":107.94193,"Latitude":-70.330877}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2210.061.2017172000800.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2210.061.2017172000800.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2210.061.2017172000800.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2210.061.2017272161404.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2210.061.2017172000800.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":138.004152297974,"SizeInBytes":144707842,"Checksum":{"Value":"657f9ce7f65e3631972e6d9f41556810","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831021-LAADS","revision-id":4,"native-id":"LAADS:2715104201","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.697Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T22:15:00.000Z","EndingDateTime":"2000-03-20T22:20:00.000Z"}},"GranuleUR":"LAADS:2715104201","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":59.399366,"Latitude":-65.854148},{"Longitude":-4.780276,"Latitude":-75.011089},{"Longitude":-132.413906,"Latitude":-85.37645},{"Longitude":108.350832,"Latitude":-70.672099},{"Longitude":59.399366,"Latitude":-65.854148}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2215.061.2017172000537.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2215.061.2017172000537.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2215.061.2017172000537.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2215.061.2017272160239.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2215.061.2017172000537.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:37.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":19.870662689209,"SizeInBytes":20835900,"Checksum":{"Value":"b5248ff4fd7304ef5a57d00a59e290ca","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831027-LAADS","revision-id":4,"native-id":"LAADS:2715104202","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.734Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T23:00:00.000Z","EndingDateTime":"2000-03-20T23:05:00.000Z"}},"GranuleUR":"LAADS:2715104202","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":60.941719,"Latitude":87.330532},{"Longitude":-90.394153,"Latitude":70.890066},{"Longitude":-46.999177,"Latitude":62.897673},{"Longitude":6.078724,"Latitude":70.328266},{"Longitude":60.941719,"Latitude":87.330532}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2300.061.2017172000619.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2300.061.2017172000619.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2300.061.2017172000619.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2300.061.2017272160827.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2300.061.2017172000619.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":25.7876291275024,"SizeInBytes":27040289,"Checksum":{"Value":"a71c58ea870f50826c88893c587ab29e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831199-LAADS","revision-id":4,"native-id":"LAADS:2715104487","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.573Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T23:05:00.000Z","EndingDateTime":"2000-03-20T23:10:00.000Z"}},"GranuleUR":"LAADS:2715104487","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":164.193407,"Latitude":73.066948},{"Longitude":-137.254669,"Latitude":64.724939},{"Longitude":-90.105463,"Latitude":71.175751},{"Longitude":55.206235,"Latitude":86.754364},{"Longitude":164.193407,"Latitude":73.066948}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2305.061.2017172000842.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2305.061.2017172000842.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2305.061.2017172000842.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2305.061.2017272161407.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2305.061.2017172000842.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":133.882522583008,"SizeInBytes":140386000,"Checksum":{"Value":"d4ed56681dcc92a580854a45d05009f6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831203-LAADS","revision-id":4,"native-id":"LAADS:2715104488","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.542Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T23:10:00.000Z","EndingDateTime":"2000-03-20T23:15:00.000Z"}},"GranuleUR":"LAADS:2715104488","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":165.758051,"Latitude":55.315005},{"Longitude":-159.120583,"Latitude":50.511218},{"Longitude":-137.8157,"Latitude":65.091969},{"Longitude":162.889276,"Latitude":73.548115},{"Longitude":165.758051,"Latitude":55.315005}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2310.061.2017172001031.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2310.061.2017172001031.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2310.061.2017172001031.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2310.061.2017272162415.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2310.061.2017172001031.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:10:31.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.148474693298,"SizeInBytes":170024999,"Checksum":{"Value":"f36fc6014342a402783e79334885d9f4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831204-LAADS","revision-id":4,"native-id":"LAADS:2715104489","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.590Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T23:15:00.000Z","EndingDateTime":"2000-03-20T23:20:00.000Z"}},"GranuleUR":"LAADS:2715104489","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":164.263238,"Latitude":37.502088},{"Longitude":-169.726453,"Latitude":33.977757},{"Longitude":-159.63988,"Latitude":50.757835},{"Longitude":165.320977,"Latitude":55.793865},{"Longitude":164.263238,"Latitude":37.502088}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2315.061.2017172000920.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2315.061.2017172000920.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2315.061.2017172000920.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2315.061.2017272163624.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2315.061.2017172000920.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:09:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.649188995361,"SizeInBytes":167404308,"Checksum":{"Value":"2c092b0943b4c4b85a5a714a3c236bea","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831205-LAADS","revision-id":4,"native-id":"LAADS:2715104490","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.704Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T23:20:00.000Z","EndingDateTime":"2000-03-20T23:25:00.000Z"}},"GranuleUR":"LAADS:2715104490","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":161.762248,"Latitude":19.680701},{"Longitude":-176.194693,"Latitude":16.637383},{"Longitude":-170.138867,"Latitude":34.158301},{"Longitude":164.068277,"Latitude":37.906156},{"Longitude":161.762248,"Latitude":19.680701}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2320.061.2017172000748.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2320.061.2017172000748.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2320.061.2017172000748.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2320.061.2017272163121.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2320.061.2017172000748.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:07:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.414878845215,"SizeInBytes":166110040,"Checksum":{"Value":"55a104e5616aa87fb2d06bff6b25e1de","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831206-LAADS","revision-id":4,"native-id":"LAADS:2715104491","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.727Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T23:25:00.000Z","EndingDateTime":"2000-03-20T23:30:00.000Z"}},"GranuleUR":"LAADS:2715104491","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":158.439059,"Latitude":1.830535},{"Longitude":179.229239,"Latitude":-1.156951},{"Longitude":-176.454456,"Latitude":16.763619},{"Longitude":161.664583,"Latitude":19.973242},{"Longitude":158.439059,"Latitude":1.830535}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2325.061.2017172000852.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2325.061.2017172000852.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2325.061.2017172000852.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2325.061.2017272161235.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2325.061.2017172000852.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.336936950684,"SizeInBytes":152396824,"Checksum":{"Value":"93b3ae00353c8f30fad488d40dd58c21","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831207-LAADS","revision-id":4,"native-id":"LAADS:2715104492","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:18.704Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T23:30:00.000Z","EndingDateTime":"2000-03-20T23:35:00.000Z"}},"GranuleUR":"LAADS:2715104492","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":154.049594,"Latitude":-15.842563},{"Longitude":175.830533,"Latitude":-19.115018},{"Longitude":179.212485,"Latitude":-1.080011},{"Longitude":158.401958,"Latitude":1.987089},{"Longitude":154.049594,"Latitude":-15.842563}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.350Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2330.061.2017172000816.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2330.061.2017172000816.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2330.061.2017172000816.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2330.061.2017272161946.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2330.061.2017172000816.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:08:16.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.946483612061,"SizeInBytes":158278860,"Checksum":{"Value":"3b1f8da3c6069df70bbefc332b9b320d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831024-LAADS","revision-id":4,"native-id":"LAADS:2715104203","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.778Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T23:35:00.000Z","EndingDateTime":"2000-03-20T23:40:00.000Z"}},"GranuleUR":"LAADS:2715104203","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":147.774404,"Latitude":-33.199943},{"Longitude":173.370835,"Latitude":-37.156604},{"Longitude":176.108643,"Latitude":-18.979374},{"Longitude":154.071897,"Latitude":-15.75292},{"Longitude":147.774404,"Latitude":-33.199943}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2335.061.2017172000643.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2335.061.2017172000643.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2335.061.2017172000643.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2335.061.2017272162754.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2335.061.2017172000643.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:06:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.727529525757,"SizeInBytes":163292150,"Checksum":{"Value":"a215b5ac08ab6b6677e8bcbf2bedac51","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831307-LAADS","revision-id":4,"native-id":"LAADS:2715104651","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.190Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T23:40:00.000Z","EndingDateTime":"2000-03-20T23:45:00.000Z"}},"GranuleUR":"LAADS:2715104651","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":137.387531,"Latitude":-49.722729},{"Longitude":171.98279,"Latitude":-55.122277},{"Longitude":173.855789,"Latitude":-36.878718},{"Longitude":147.824596,"Latitude":-33.119472},{"Longitude":137.387531,"Latitude":-49.722729}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2340.061.2017172001012.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2340.061.2017172001012.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2340.061.2017172001012.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2340.061.2017272163147.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2340.061.2017172001012.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:10:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.68578338623,"SizeInBytes":164296952,"Checksum":{"Value":"fd15c77e6f6b7ba46beab856d76f783c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831311-LAADS","revision-id":4,"native-id":"LAADS:2715104652","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.237Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T23:45:00.000Z","EndingDateTime":"2000-03-20T23:50:00.000Z"}},"GranuleUR":"LAADS:2715104652","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":116.326939,"Latitude":-64.005585},{"Longitude":173.856916,"Latitude":-72.923402},{"Longitude":172.730838,"Latitude":-54.704978},{"Longitude":137.584413,"Latitude":-49.692101},{"Longitude":116.326939,"Latitude":-64.005585}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:38.820Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2345.061.2017172002403.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2345.061.2017172002403.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2345.061.2017172002403.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2345.061.2017272163202.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2345.061.2017172002403.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:24:03.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.306901931763,"SizeInBytes":163899666,"Checksum":{"Value":"36579c363b870c271fea61aba530878e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462831025-LAADS","revision-id":4,"native-id":"LAADS:2715104204","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:15.744Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-20T23:50:00.000Z","EndingDateTime":"2000-03-20T23:55:00.000Z"}},"GranuleUR":"LAADS:2715104204","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":71.134641,"Latitude":-70.620192},{"Longitude":-87.417151,"Latitude":-87.247341},{"Longitude":174.894231,"Latitude":-72.387909},{"Longitude":116.793591,"Latitude":-64.109985},{"Longitude":71.134641,"Latitude":-70.620192}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:44:37.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:11.460Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2350.061.2017172000516.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000080.2350.061.2017172000516.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/080/MOD02QKM.A2000080.2350.061.2017172000516.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/080/MOBRGB.A2000080.2350.061.2017272160713.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000080.2350.061.2017172000516.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T00:05:16.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":104.479058265686,"SizeInBytes":109554233,"Checksum":{"Value":"755eebcc873df1faf62d53616cc10dd4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834410-LAADS","revision-id":4,"native-id":"LAADS:2715262990","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.291Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T00:40:00.000Z","EndingDateTime":"2000-03-21T00:45:00.000Z"}},"GranuleUR":"LAADS:2715262990","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":109.629224,"Latitude":86.22206},{"Longitude":-127.466869,"Latitude":70.723089},{"Longitude":-78.701363,"Latitude":65.610511},{"Longitude":-17.154094,"Latitude":74.261798},{"Longitude":109.629224,"Latitude":86.22206}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0040.061.2017172211822.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0040.061.2017172211822.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0040.061.2017172211822.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0040.061.2017272160640.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0040.061.2017172211822.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":44.5364179611206,"SizeInBytes":46699819,"Checksum":{"Value":"df14f81a3b871696da0bf12ad7960697","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834501-LAADS","revision-id":4,"native-id":"LAADS:2715263902","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.257Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T00:45:00.000Z","EndingDateTime":"2000-03-21T00:50:00.000Z"}},"GranuleUR":"LAADS:2715263902","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":140.470254,"Latitude":69.121525},{"Longitude":-168.557609,"Latitude":61.931946},{"Longitude":-127.403846,"Latitude":71.089823},{"Longitude":99.977323,"Latitude":86.342883},{"Longitude":140.470254,"Latitude":69.121525}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0045.061.2017172211747.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0045.061.2017172211747.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0045.061.2017172211747.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0045.061.2017272161725.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0045.061.2017172211747.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":142.299505233765,"SizeInBytes":149211846,"Checksum":{"Value":"b923471e8bf06b7552f661c53d50d2fa","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834539-LAADS","revision-id":4,"native-id":"LAADS:2715264673","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.281Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T00:50:00.000Z","EndingDateTime":"2000-03-21T00:55:00.000Z"}},"GranuleUR":"LAADS:2715264673","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":140.834204,"Latitude":51.3479},{"Longitude":173.225073,"Latitude":46.930866},{"Longitude":-169.12658,"Latitude":62.261288},{"Longitude":139.496793,"Latitude":69.609154},{"Longitude":140.834204,"Latitude":51.3479}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0050.061.2017172211801.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0050.061.2017172211801.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0050.061.2017172211801.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0050.061.2017272162058.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0050.061.2017172211801.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.177812576294,"SizeInBytes":172152914,"Checksum":{"Value":"17b8cdebaf62bd8873f4bcbc8f069aea","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834414-LAADS","revision-id":4,"native-id":"LAADS:2715262991","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.324Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T00:55:00.000Z","EndingDateTime":"2000-03-21T01:00:00.000Z"}},"GranuleUR":"LAADS:2715262991","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":139.054391,"Latitude":33.526134},{"Longitude":163.862823,"Latitude":30.157935},{"Longitude":172.699942,"Latitude":47.168922},{"Longitude":140.471855,"Latitude":51.811067},{"Longitude":139.054391,"Latitude":33.526134}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0055.061.2017172211742.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0055.061.2017172211742.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0055.061.2017172211742.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0055.061.2017272163614.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0055.061.2017172211742.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.906981468201,"SizeInBytes":171868927,"Checksum":{"Value":"1a35e3f48a2f1cec07abf4ea80bff5fb","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834017-LAADS","revision-id":4,"native-id":"LAADS:2715258795","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.380Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T01:00:00.000Z","EndingDateTime":"2000-03-21T01:05:00.000Z"}},"GranuleUR":"LAADS:2715258795","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":136.376464,"Latitude":15.709858},{"Longitude":157.941886,"Latitude":12.7098},{"Longitude":163.484289,"Latitude":30.324699},{"Longitude":138.888356,"Latitude":33.907242},{"Longitude":136.376464,"Latitude":15.709858}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0100.061.2017172211310.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0100.061.2017172211310.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0100.061.2017172211310.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0100.061.2017272163118.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0100.061.2017172211310.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.160919189453,"SizeInBytes":170038048,"Checksum":{"Value":"68f3831c50446747d7ae99d27f734c10","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834504-LAADS","revision-id":4,"native-id":"LAADS:2715263903","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.346Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T01:05:00.000Z","EndingDateTime":"2000-03-21T01:10:00.000Z"}},"GranuleUR":"LAADS:2715263903","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":132.871434,"Latitude":-2.026674},{"Longitude":153.674543,"Latitude":-5.046931},{"Longitude":157.717244,"Latitude":12.826172},{"Longitude":136.29693,"Latitude":15.973517},{"Longitude":132.871434,"Latitude":-2.026674}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0105.061.2017172211601.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0105.061.2017172211601.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0105.061.2017172211601.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0105.061.2017272161920.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0105.061.2017172211601.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.821307182312,"SizeInBytes":157099027,"Checksum":{"Value":"60a46c083b55b43b1e664f50236cdee6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834456-LAADS","revision-id":4,"native-id":"LAADS:2715263159","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.012Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T01:10:00.000Z","EndingDateTime":"2000-03-21T01:15:00.000Z"}},"GranuleUR":"LAADS:2715263159","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":128.142252,"Latitude":-19.75845},{"Longitude":150.486391,"Latitude":-23.143307},{"Longitude":153.737273,"Latitude":-4.980614},{"Longitude":132.847539,"Latitude":-1.902702},{"Longitude":128.142252,"Latitude":-19.75845}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.800Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0110.061.2017172211532.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0110.061.2017172211532.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0110.061.2017172211532.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0110.061.2017272162111.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0110.061.2017172211532.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.062833786011,"SizeInBytes":168886622,"Checksum":{"Value":"bed9bd66fb1966daa4cf74eda9fa1430","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834508-LAADS","revision-id":4,"native-id":"LAADS:2715263904","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.341Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T01:15:00.000Z","EndingDateTime":"2000-03-21T01:20:00.000Z"}},"GranuleUR":"LAADS:2715263904","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":121.219751,"Latitude":-36.984667},{"Longitude":148.223129,"Latitude":-41.174681},{"Longitude":150.810458,"Latitude":-22.976116},{"Longitude":128.166852,"Latitude":-19.670573},{"Longitude":121.219751,"Latitude":-36.984667}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0115.061.2017172211619.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0115.061.2017172211619.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0115.061.2017172211619.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0115.061.2017272161640.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0115.061.2017172211619.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.326851844788,"SizeInBytes":166017737,"Checksum":{"Value":"579c057c98c6788aed89a7b8fc48a38b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834502-LAADS","revision-id":4,"native-id":"LAADS:2715263905","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.402Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T01:20:00.000Z","EndingDateTime":"2000-03-21T01:25:00.000Z"}},"GranuleUR":"LAADS:2715263905","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":109.287992,"Latitude":-53.193417},{"Longitude":147.214526,"Latitude":-59.112359},{"Longitude":148.760028,"Latitude":-40.864509},{"Longitude":121.28225,"Latitude":-36.907372},{"Longitude":109.287992,"Latitude":-53.193417}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0120.061.2017172211650.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0120.061.2017172211650.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0120.061.2017172211650.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0120.061.2017272162819.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0120.061.2017172211650.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.561049461365,"SizeInBytes":170457615,"Checksum":{"Value":"777f4cae0e38553aa9595e1e98f7041d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834506-LAADS","revision-id":4,"native-id":"LAADS:2715263906","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.443Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T01:25:00.000Z","EndingDateTime":"2000-03-21T01:30:00.000Z"}},"GranuleUR":"LAADS:2715263906","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":83.957119,"Latitude":-66.484928},{"Longitude":151.024253,"Latitude":-76.851615},{"Longitude":147.944563,"Latitude":-58.668669},{"Longitude":109.545079,"Latitude":-53.186477},{"Longitude":83.957119,"Latitude":-66.484928}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0125.061.2017172211706.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0125.061.2017172211706.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0125.061.2017172211706.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0125.061.2017272162109.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0125.061.2017172211706.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.928135871887,"SizeInBytes":154065317,"Checksum":{"Value":"aa4c2e7d47fb2aec4cd6da82a1c9d5b9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834323-LAADS","revision-id":4,"native-id":"LAADS:2715262140","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.494Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T01:30:00.000Z","EndingDateTime":"2000-03-21T01:35:00.000Z"}},"GranuleUR":"LAADS:2715262140","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":34.474081,"Latitude":-70.098211},{"Longitude":-70.870829,"Latitude":-84.435975},{"Longitude":152.489844,"Latitude":-76.277803},{"Longitude":84.476401,"Latitude":-66.63483},{"Longitude":34.474081,"Latitude":-70.098211}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0130.061.2017172211645.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0130.061.2017172211645.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0130.061.2017172211645.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0130.061.2017272160637.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0130.061.2017172211645.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":78.8620729446411,"SizeInBytes":82692877,"Checksum":{"Value":"33772e53135c10b3f5624425fcff54ed","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834416-LAADS","revision-id":4,"native-id":"LAADS:2715262992","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.364Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T02:20:00.000Z","EndingDateTime":"2000-03-21T02:25:00.000Z"}},"GranuleUR":"LAADS:2715262992","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":104.901475,"Latitude":82.716209},{"Longitude":-163.890676,"Latitude":69.79262},{"Longitude":-111.832596,"Latitude":67.957012},{"Longitude":-38.998304,"Latitude":78.1538},{"Longitude":104.901475,"Latitude":82.716209}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0220.061.2017172211808.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0220.061.2017172211808.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0220.061.2017172211808.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0220.061.2017272160728.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0220.061.2017172211808.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":71.3227624893188,"SizeInBytes":74787337,"Checksum":{"Value":"9cfd1b0582923b0eee5c8c62793890a2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834561-LAADS","revision-id":4,"native-id":"LAADS:2715265687","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.947Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T02:25:00.000Z","EndingDateTime":"2000-03-21T02:30:00.000Z"}},"GranuleUR":"LAADS:2715265687","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":116.216422,"Latitude":65.169975},{"Longitude":161.319984,"Latitude":58.870866},{"Longitude":-164.064065,"Latitude":70.171103},{"Longitude":100.784975,"Latitude":83.081991},{"Longitude":116.216422,"Latitude":65.169975}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0225.061.2017172211906.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0225.061.2017172211906.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0225.061.2017172211906.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0225.061.2017272161601.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0225.061.2017172211906.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.412126541138,"SizeInBytes":156669970,"Checksum":{"Value":"18192aa0042bfd9d90c22e3015b334fc","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834505-LAADS","revision-id":4,"native-id":"LAADS:2715263907","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.442Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T02:30:00.000Z","EndingDateTime":"2000-03-21T02:35:00.000Z"}},"GranuleUR":"LAADS:2715263907","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":115.829852,"Latitude":47.379325},{"Longitude":145.939303,"Latitude":43.288534},{"Longitude":160.728508,"Latitude":59.181256},{"Longitude":115.486355,"Latitude":65.660977},{"Longitude":115.829852,"Latitude":47.379325}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0230.061.2017172211642.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0230.061.2017172211642.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0230.061.2017172211642.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0230.061.2017272161656.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0230.061.2017172211642.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":169.190538406372,"SizeInBytes":177409138,"Checksum":{"Value":"e44b087bc92131997105dff8b42108fa","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834513-LAADS","revision-id":4,"native-id":"LAADS:2715263908","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.523Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T02:35:00.000Z","EndingDateTime":"2000-03-21T02:40:00.000Z"}},"GranuleUR":"LAADS:2715263908","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":113.798831,"Latitude":29.556537},{"Longitude":137.616919,"Latitude":26.312299},{"Longitude":145.44878,"Latitude":43.507373},{"Longitude":115.512052,"Latitude":47.828348},{"Longitude":113.798831,"Latitude":29.556537}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0235.061.2017172211752.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0235.061.2017172211752.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0235.061.2017172211752.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0235.061.2017272162800.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0235.061.2017172211752.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.309537887573,"SizeInBytes":170193886,"Checksum":{"Value":"ad798708f7001c985a84fdd693e2e893","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834503-LAADS","revision-id":4,"native-id":"LAADS:2715263909","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.494Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T02:40:00.000Z","EndingDateTime":"2000-03-21T02:45:00.000Z"}},"GranuleUR":"LAADS:2715263909","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":110.948504,"Latitude":11.749882},{"Longitude":132.160861,"Latitude":8.774429},{"Longitude":137.271791,"Latitude":26.466494},{"Longitude":113.658709,"Latitude":29.913309},{"Longitude":110.948504,"Latitude":11.749882}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0240.061.2017172211950.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0240.061.2017172211950.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0240.061.2017172211950.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0240.061.2017272162939.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0240.061.2017172211950.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.635325431824,"SizeInBytes":165292619,"Checksum":{"Value":"af1c899a4f876939ba9f77fd06a6c90d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834507-LAADS","revision-id":4,"native-id":"LAADS:2715263910","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.648Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T02:45:00.000Z","EndingDateTime":"2000-03-21T02:50:00.000Z"}},"GranuleUR":"LAADS:2715263910","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":107.226722,"Latitude":-5.960096},{"Longitude":128.14942,"Latitude":-9.028763},{"Longitude":131.972192,"Latitude":8.881948},{"Longitude":110.882605,"Latitude":11.984198},{"Longitude":107.226722,"Latitude":-5.960096}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0245.061.2017172211609.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0245.061.2017172211609.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0245.061.2017172211609.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0245.061.2017272162407.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0245.061.2017172211609.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.100536346436,"SizeInBytes":171023308,"Checksum":{"Value":"b91ab7bae994c2a2ac26093b1bb22305","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834413-LAADS","revision-id":4,"native-id":"LAADS:2715262993","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.386Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T02:50:00.000Z","EndingDateTime":"2000-03-21T02:55:00.000Z"}},"GranuleUR":"LAADS:2715262993","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":102.152744,"Latitude":-23.558826},{"Longitude":125.190205,"Latitude":-27.072619},{"Longitude":128.280263,"Latitude":-8.963473},{"Longitude":107.213189,"Latitude":-5.863067},{"Longitude":102.152744,"Latitude":-23.558826}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0250.061.2017172211721.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0250.061.2017172211721.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0250.061.2017172211721.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0250.061.2017272162531.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0250.061.2017172211721.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.463917732239,"SizeInBytes":163015733,"Checksum":{"Value":"52799b096eca12a7d94a9b4028908b13","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834451-LAADS","revision-id":4,"native-id":"LAADS:2715263160","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.084Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T02:55:00.000Z","EndingDateTime":"2000-03-21T03:00:00.000Z"}},"GranuleUR":"LAADS:2715263160","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":94.427657,"Latitude":-40.712538},{"Longitude":123.133755,"Latitude":-45.179676},{"Longitude":125.571994,"Latitude":-26.876214},{"Longitude":102.178047,"Latitude":-23.469322},{"Longitude":94.427657,"Latitude":-40.712538}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.800Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0255.061.2017172211701.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0255.061.2017172211701.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0255.061.2017172211701.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0255.061.2017272163213.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0255.061.2017172211701.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.563735961914,"SizeInBytes":174654736,"Checksum":{"Value":"3761dedd7137cc242859d4cfb3d9c81e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834510-LAADS","revision-id":4,"native-id":"LAADS:2715263911","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.594Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T03:00:00.000Z","EndingDateTime":"2000-03-21T03:05:00.000Z"}},"GranuleUR":"LAADS:2715263911","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":80.597183,"Latitude":-56.537066},{"Longitude":122.618148,"Latitude":-63.08702},{"Longitude":123.722321,"Latitude":-44.838058},{"Longitude":94.530906,"Latitude":-40.648338},{"Longitude":80.597183,"Latitude":-56.537066}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0300.061.2017172211807.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0300.061.2017172211807.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0300.061.2017172211807.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0300.061.2017272163655.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0300.061.2017172211807.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.464745521545,"SizeInBytes":170356633,"Checksum":{"Value":"208be26083279b31afeef1758a6cc332","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834547-LAADS","revision-id":4,"native-id":"LAADS:2715264674","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.347Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T03:05:00.000Z","EndingDateTime":"2000-03-21T03:10:00.000Z"}},"GranuleUR":"LAADS:2715264674","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":50.079889,"Latitude":-68.499529},{"Longitude":130.513032,"Latitude":-80.714964},{"Longitude":123.407949,"Latitude":-62.616851},{"Longitude":80.913413,"Latitude":-56.555601},{"Longitude":50.079889,"Latitude":-68.499529}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0305.061.2017172211630.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0305.061.2017172211630.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0305.061.2017172211630.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0305.061.2017272161647.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0305.061.2017172211630.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":139.869284629822,"SizeInBytes":146663575,"Checksum":{"Value":"464a9ce28a0c82773af2bd7ef2bd0f22","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834322-LAADS","revision-id":4,"native-id":"LAADS:2715262141","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.515Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T03:10:00.000Z","EndingDateTime":"2000-03-21T03:15:00.000Z"}},"GranuleUR":"LAADS:2715262141","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-1.228338,"Latitude":-68.859308},{"Longitude":-84.54673,"Latitude":-80.746904},{"Longitude":132.161967,"Latitude":-80.105733},{"Longitude":50.637311,"Latitude":-68.736959},{"Longitude":-1.228338,"Latitude":-68.859308}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0310.061.2017172211646.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0310.061.2017172211646.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0310.061.2017172211646.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0310.061.2017272160553.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0310.061.2017172211646.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":53.3677778244019,"SizeInBytes":55960171,"Checksum":{"Value":"d3ad6c9616859a331011f83eda4f4942","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834511-LAADS","revision-id":4,"native-id":"LAADS:2715263912","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.597Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T04:00:00.000Z","EndingDateTime":"2000-03-21T04:05:00.000Z"}},"GranuleUR":"LAADS:2715263912","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":86.487797,"Latitude":78.881703},{"Longitude":161.021491,"Latitude":68.159387},{"Longitude":-146.645862,"Latitude":69.780395},{"Longitude":-57.550333,"Latitude":81.958156},{"Longitude":86.487797,"Latitude":78.881703}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0400.061.2017172211749.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0400.061.2017172211749.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0400.061.2017172211749.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0400.061.2017272160832.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0400.061.2017172211749.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":96.6326789855957,"SizeInBytes":101326708,"Checksum":{"Value":"e921c90698b398ba2e463feb84a613ae","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834554-LAADS","revision-id":4,"native-id":"LAADS:2715264891","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.799Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T04:05:00.000Z","EndingDateTime":"2000-03-21T04:10:00.000Z"}},"GranuleUR":"LAADS:2715264891","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":91.664151,"Latitude":61.210151},{"Longitude":132.117321,"Latitude":55.610753},{"Longitude":160.665029,"Latitude":68.530636},{"Longitude":84.154683,"Latitude":79.323266},{"Longitude":91.664151,"Latitude":61.210151}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:08.180Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0405.061.2017172212053.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0405.061.2017172212053.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0405.061.2017172212053.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0405.061.2017272161355.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0405.061.2017172212053.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.533906936646,"SizeInBytes":165186274,"Checksum":{"Value":"da1ec0d979ca9a7296486cbd10ca0c20","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834540-LAADS","revision-id":4,"native-id":"LAADS:2715264675","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.356Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T04:10:00.000Z","EndingDateTime":"2000-03-21T04:15:00.000Z"}},"GranuleUR":"LAADS:2715264675","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":90.76142,"Latitude":43.405548},{"Longitude":118.955749,"Latitude":39.586035},{"Longitude":131.506881,"Latitude":55.907436},{"Longitude":91.114939,"Latitude":61.700782},{"Longitude":90.76142,"Latitude":43.405548}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0410.061.2017172212006.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0410.061.2017172212006.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0410.061.2017172212006.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0410.061.2017272162538.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0410.061.2017172212006.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.094043731689,"SizeInBytes":173113652,"Checksum":{"Value":"f24de15a5685092b919d4537250bcd24","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834556-LAADS","revision-id":4,"native-id":"LAADS:2715264892","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.867Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T04:15:00.000Z","EndingDateTime":"2000-03-21T04:20:00.000Z"}},"GranuleUR":"LAADS:2715264892","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":88.507493,"Latitude":25.586206},{"Longitude":111.50536,"Latitude":22.438297},{"Longitude":118.518012,"Latitude":39.782611},{"Longitude":90.476242,"Latitude":43.838478},{"Longitude":88.507493,"Latitude":25.586206}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:08.180Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0415.061.2017172211936.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0415.061.2017172211936.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0415.061.2017172211936.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0415.061.2017272161950.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0415.061.2017172211936.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:36.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.58362197876,"SizeInBytes":172578436,"Checksum":{"Value":"78aead639419fcea32cf545307abdb3e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834559-LAADS","revision-id":4,"native-id":"LAADS:2715265688","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.964Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T04:20:00.000Z","EndingDateTime":"2000-03-21T04:25:00.000Z"}},"GranuleUR":"LAADS:2715265688","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":85.478785,"Latitude":7.791599},{"Longitude":106.442951,"Latitude":4.825205},{"Longitude":111.187112,"Latitude":22.581642},{"Longitude":88.386348,"Latitude":25.91726},{"Longitude":85.478785,"Latitude":7.791599}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0420.061.2017172211909.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0420.061.2017172211909.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0420.061.2017172211909.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0420.061.2017272161545.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0420.061.2017172211909.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.70122051239,"SizeInBytes":156973107,"Checksum":{"Value":"5ae6c68d86a6031b5427886713af0b07","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834417-LAADS","revision-id":4,"native-id":"LAADS:2715262994","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.387Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T04:25:00.000Z","EndingDateTime":"2000-03-21T04:30:00.000Z"}},"GranuleUR":"LAADS:2715262994","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":81.512854,"Latitude":-9.907742},{"Longitude":102.683594,"Latitude":-13.043955},{"Longitude":106.31647,"Latitude":4.920467},{"Longitude":85.42449,"Latitude":7.996574},{"Longitude":81.512854,"Latitude":-9.907742}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0425.061.2017172211932.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0425.061.2017172211932.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0425.061.2017172211932.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0425.061.2017272162316.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0425.061.2017172211932.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.820225715637,"SizeInBytes":169680805,"Checksum":{"Value":"e393ce6d5e64b3953e089dd47cf66270","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834545-LAADS","revision-id":4,"native-id":"LAADS:2715264676","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.380Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T04:30:00.000Z","EndingDateTime":"2000-03-21T04:35:00.000Z"}},"GranuleUR":"LAADS:2715264676","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":76.020995,"Latitude":-27.422392},{"Longitude":99.945201,"Latitude":-31.091944},{"Longitude":102.893457,"Latitude":-12.953747},{"Longitude":81.517815,"Latitude":-9.814126},{"Longitude":76.020995,"Latitude":-27.422392}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0430.061.2017172211643.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0430.061.2017172211643.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0430.061.2017172211643.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0430.061.2017272162834.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0430.061.2017172211643.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.970443725586,"SizeInBytes":166692592,"Checksum":{"Value":"f01408f1f0f15f465465fb8d29262699","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834523-LAADS","revision-id":4,"native-id":"LAADS:2715264059","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.131Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T04:35:00.000Z","EndingDateTime":"2000-03-21T04:40:00.000Z"}},"GranuleUR":"LAADS:2715264059","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":67.416531,"Latitude":-44.303874},{"Longitude":98.120828,"Latitude":-49.089982},{"Longitude":100.354711,"Latitude":-30.862066},{"Longitude":76.048928,"Latitude":-27.334781},{"Longitude":67.416531,"Latitude":-44.303874}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:07.750Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0435.061.2017172211937.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0435.061.2017172211937.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0435.061.2017172211937.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0435.061.2017272163811.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0435.061.2017172211937.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:37.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.694150924683,"SizeInBytes":174791486,"Checksum":{"Value":"c269d0f80b128958a5ba33a9499c3c77","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834453-LAADS","revision-id":4,"native-id":"LAADS:2715263161","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.088Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T04:40:00.000Z","EndingDateTime":"2000-03-21T04:45:00.000Z"}},"GranuleUR":"LAADS:2715263161","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":51.12827,"Latitude":-59.711516},{"Longitude":98.256972,"Latitude":-67.052088},{"Longitude":98.758367,"Latitude":-48.71892},{"Longitude":67.557833,"Latitude":-44.252715},{"Longitude":51.12827,"Latitude":-59.711516}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.800Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0440.061.2017172211702.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0440.061.2017172211702.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0440.061.2017172211702.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0440.061.2017272162722.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0440.061.2017172211702.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.821036338806,"SizeInBytes":161293047,"Checksum":{"Value":"44b80cdb091f2697e151a3822b314662","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834324-LAADS","revision-id":4,"native-id":"LAADS:2715262142","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.522Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T04:45:00.000Z","EndingDateTime":"2000-03-21T04:50:00.000Z"}},"GranuleUR":"LAADS:2715262142","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":14.692396,"Latitude":-69.90662},{"Longitude":116.568554,"Latitude":-84.416314},{"Longitude":99.144807,"Latitude":-66.553617},{"Longitude":51.506263,"Latitude":-59.758533},{"Longitude":14.692396,"Latitude":-69.90662}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0445.061.2017172211617.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0445.061.2017172211617.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0445.061.2017172211617.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0445.061.2017272161233.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0445.061.2017172211617.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":136.980200767517,"SizeInBytes":143634151,"Checksum":{"Value":"62033a2ac31839050b2e87c1b54bdd0f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834415-LAADS","revision-id":4,"native-id":"LAADS:2715262995","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.411Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T04:50:00.000Z","EndingDateTime":"2000-03-21T04:55:00.000Z"}},"GranuleUR":"LAADS:2715262995","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-35.364268,"Latitude":-66.925827},{"Longitude":-104.980089,"Latitude":-76.90752},{"Longitude":117.890298,"Latitude":-83.761244},{"Longitude":15.152685,"Latitude":-70.167698},{"Longitude":-35.364268,"Latitude":-66.925827}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0450.061.2017172211548.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0450.061.2017172211548.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0450.061.2017172211548.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0450.061.2017272160626.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0450.061.2017172211548.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":28.6178007125854,"SizeInBytes":30007939,"Checksum":{"Value":"1124515a6b9b3ba7e45c94082067c276","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834512-LAADS","revision-id":4,"native-id":"LAADS:2715263913","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.640Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T05:40:00.000Z","EndingDateTime":"2000-03-21T05:45:00.000Z"}},"GranuleUR":"LAADS:2715263913","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":64.511581,"Latitude":74.979106},{"Longitude":127.553849,"Latitude":65.959089},{"Longitude":177.034648,"Latitude":70.912668},{"Longitude":-65.009464,"Latitude":85.461221},{"Longitude":64.511581,"Latitude":74.979106}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0540.061.2017172211556.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0540.061.2017172211556.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0540.061.2017172211556.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0540.061.2017272160843.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0540.061.2017172211556.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":126.072134971619,"SizeInBytes":132196215,"Checksum":{"Value":"f3f60279f017389915160320a28671e3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834069-LAADS","revision-id":4,"native-id":"LAADS:2715259738","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.422Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T05:45:00.000Z","EndingDateTime":"2000-03-21T05:50:00.000Z"}},"GranuleUR":"LAADS:2715259738","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":66.918704,"Latitude":57.247699},{"Longitude":103.629401,"Latitude":52.208698},{"Longitude":127.057438,"Latitude":66.324518},{"Longitude":62.956428,"Latitude":75.450843},{"Longitude":66.918704,"Latitude":57.247699}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0545.061.2017172211256.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0545.061.2017172211256.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0545.061.2017172211256.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0545.061.2017272161729.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0545.061.2017172211256.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.784134864807,"SizeInBytes":168594385,"Checksum":{"Value":"22464b8a555dc1bf8c98606d6da1bb7e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834048-LAADS","revision-id":4,"native-id":"LAADS:2715259560","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.750Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T05:50:00.000Z","EndingDateTime":"2000-03-21T05:55:00.000Z"}},"GranuleUR":"LAADS:2715259560","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":65.60374,"Latitude":39.438632},{"Longitude":92.26516,"Latitude":35.829266},{"Longitude":103.064577,"Latitude":52.474931},{"Longitude":66.457544,"Latitude":57.730958},{"Longitude":65.60374,"Latitude":39.438632}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0550.061.2017172211406.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0550.061.2017172211406.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0550.061.2017172211406.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0550.061.2017272162221.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0550.061.2017172211406.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.781973838806,"SizeInBytes":170689271,"Checksum":{"Value":"63e5c6088e80a5036f81ba35f3c58662","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834320-LAADS","revision-id":4,"native-id":"LAADS:2715262143","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.532Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T05:55:00.000Z","EndingDateTime":"2000-03-21T06:00:00.000Z"}},"GranuleUR":"LAADS:2715262143","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":63.176261,"Latitude":21.608043},{"Longitude":85.415211,"Latitude":18.563336},{"Longitude":91.742567,"Latitude":36.039384},{"Longitude":65.376122,"Latitude":39.860824},{"Longitude":63.176261,"Latitude":21.608043}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0555.061.2017172211531.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0555.061.2017172211531.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0555.061.2017172211531.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0555.061.2017272161648.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0555.061.2017172211531.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:31.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.477082252502,"SizeInBytes":170369569,"Checksum":{"Value":"4f45197dd680a140a75728e1ed19809f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834121-LAADS","revision-id":4,"native-id":"LAADS:2715260441","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.019Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T06:00:00.000Z","EndingDateTime":"2000-03-21T06:05:00.000Z"}},"GranuleUR":"LAADS:2715260441","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":59.966829,"Latitude":3.844063},{"Longitude":80.803174,"Latitude":0.866143},{"Longitude":85.234505,"Latitude":18.674974},{"Longitude":63.074785,"Latitude":21.92153},{"Longitude":59.966829,"Latitude":3.844063}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0600.061.2017172211036.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0600.061.2017172211036.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0600.061.2017172211036.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0600.061.2017272160926.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0600.061.2017172211036.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:10:37.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":131.998044967651,"SizeInBytes":138409982,"Checksum":{"Value":"845133b0ae7276109e6db2ee4a4c66dd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834452-LAADS","revision-id":4,"native-id":"LAADS:2715263162","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.157Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T06:05:00.000Z","EndingDateTime":"2000-03-21T06:10:00.000Z"}},"GranuleUR":"LAADS:2715263162","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":55.729559,"Latitude":-13.8392},{"Longitude":77.2843,"Latitude":-17.062058},{"Longitude":80.74599,"Latitude":0.94927},{"Longitude":59.923804,"Latitude":4.016664},{"Longitude":55.729559,"Latitude":-13.8392}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.800Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0605.061.2017172211640.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0605.061.2017172211640.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0605.061.2017172211640.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0605.061.2017272162608.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0605.061.2017172211640.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.440349578857,"SizeInBytes":154602412,"Checksum":{"Value":"fa95057373e15bd4106b52964b8ddce7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834321-LAADS","revision-id":4,"native-id":"LAADS:2715262144","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.614Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T06:10:00.000Z","EndingDateTime":"2000-03-21T06:15:00.000Z"}},"GranuleUR":"LAADS:2715262144","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":49.746925,"Latitude":-31.254147},{"Longitude":74.729297,"Latitude":-35.105546},{"Longitude":77.537689,"Latitude":-16.941703},{"Longitude":55.750979,"Latitude":-13.748987},{"Longitude":49.746925,"Latitude":-31.254147}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0610.061.2017172211252.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0610.061.2017172211252.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0610.061.2017172211252.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0610.061.2017272162124.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0610.061.2017172211252.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.759274482727,"SizeInBytes":152839677,"Checksum":{"Value":"840192696fcb4e06c772d94e63e9dae0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834118-LAADS","revision-id":4,"native-id":"LAADS:2715260442","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.020Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T06:15:00.000Z","EndingDateTime":"2000-03-21T06:20:00.000Z"}},"GranuleUR":"LAADS:2715260442","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":40.017921,"Latitude":-47.907183},{"Longitude":73.180764,"Latitude":-53.081448},{"Longitude":75.18662,"Latitude":-34.843653},{"Longitude":49.780849,"Latitude":-31.168601},{"Longitude":40.017921,"Latitude":-47.907183}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0615.061.2017172211302.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0615.061.2017172211302.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0615.061.2017172211302.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0615.061.2017272163220.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0615.061.2017172211302.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.701614379883,"SizeInBytes":166410704,"Checksum":{"Value":"5bbcc1578651fa3155b92548cfb69d87","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834418-LAADS","revision-id":4,"native-id":"LAADS:2715262996","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.491Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T06:20:00.000Z","EndingDateTime":"2000-03-21T06:25:00.000Z"}},"GranuleUR":"LAADS:2715262996","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":20.814447,"Latitude":-62.600088},{"Longitude":74.261004,"Latitude":-70.911414},{"Longitude":73.847308,"Latitude":-52.680119},{"Longitude":40.201022,"Latitude":-47.870998},{"Longitude":20.814447,"Latitude":-62.600088}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0620.061.2017172211634.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0620.061.2017172211634.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0620.061.2017172211634.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0620.061.2017272163500.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0620.061.2017172211634.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.675846099854,"SizeInBytes":169529412,"Checksum":{"Value":"1a4a40928e36bd6783731f9426c7f864","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834422-LAADS","revision-id":4,"native-id":"LAADS:2715262997","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.500Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T06:25:00.000Z","EndingDateTime":"2000-03-21T06:30:00.000Z"}},"GranuleUR":"LAADS:2715262997","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-21.804774,"Latitude":-70.581062},{"Longitude":132.755322,"Latitude":-87.238499},{"Longitude":75.306873,"Latitude":-70.387355},{"Longitude":21.256834,"Latitude":-62.681382},{"Longitude":-21.804774,"Latitude":-70.581062}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0625.061.2017172211453.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0625.061.2017172211453.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0625.061.2017172211453.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0625.061.2017272161310.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0625.061.2017172211453.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":120.723402023315,"SizeInBytes":126587662,"Checksum":{"Value":"a98dc4dff4338c513f5ea7603ef93a67","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834419-LAADS","revision-id":4,"native-id":"LAADS:2715262998","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.540Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T07:15:00.000Z","EndingDateTime":"2000-03-21T07:20:00.000Z"}},"GranuleUR":"LAADS:2715262998","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-19.47461,"Latitude":87.413631},{"Longitude":139.923731,"Latitude":70.891079},{"Longitude":-173.888385,"Latitude":64.25345},{"Longitude":-116.899368,"Latitude":72.26028},{"Longitude":-19.47461,"Latitude":87.413631}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0715.061.2017172211652.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0715.061.2017172211652.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0715.061.2017172211652.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0715.061.2017272160704.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0715.061.2017172211652.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":34.5991144180298,"SizeInBytes":36279801,"Checksum":{"Value":"b7256ba3829ac6da1d4c89fbfc0af8e4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834203-LAADS","revision-id":4,"native-id":"LAADS:2715261254","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.276Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T07:20:00.000Z","EndingDateTime":"2000-03-21T07:25:00.000Z"}},"GranuleUR":"LAADS:2715261254","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":41.160461,"Latitude":71.045424},{"Longitude":95.605329,"Latitude":63.335103},{"Longitude":140.111184,"Latitude":71.242737},{"Longitude":-32.085293,"Latitude":87.163027},{"Longitude":41.160461,"Latitude":71.045424}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0720.061.2017172211457.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0720.061.2017172211457.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0720.061.2017172211457.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0720.061.2017272161415.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0720.061.2017172211457.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":142.481969833374,"SizeInBytes":149403174,"Checksum":{"Value":"661100f8ad27c99bce96386fba78c78f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834204-LAADS","revision-id":4,"native-id":"LAADS:2715261255","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.303Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T07:25:00.000Z","EndingDateTime":"2000-03-21T07:30:00.000Z"}},"GranuleUR":"LAADS:2715261255","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":42.050084,"Latitude":53.285431},{"Longitude":75.719814,"Latitude":48.689886},{"Longitude":95.040395,"Latitude":63.680419},{"Longitude":40.046351,"Latitude":71.533845},{"Longitude":42.050084,"Latitude":53.285431}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0725.061.2017172211355.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0725.061.2017172211355.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0725.061.2017172211355.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0725.061.2017272162323.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0725.061.2017172211355.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.563587188721,"SizeInBytes":170460276,"Checksum":{"Value":"f3e5c6bdf02c90fc61a119ae621715c3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834421-LAADS","revision-id":4,"native-id":"LAADS:2715262999","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.575Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T07:30:00.000Z","EndingDateTime":"2000-03-21T07:35:00.000Z"}},"GranuleUR":"LAADS:2715262999","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":40.411355,"Latitude":35.46706},{"Longitude":65.762464,"Latitude":32.034281},{"Longitude":75.170292,"Latitude":48.939482},{"Longitude":41.661735,"Latitude":53.758087},{"Longitude":40.411355,"Latitude":35.46706}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0730.061.2017172211710.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0730.061.2017172211710.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0730.061.2017172211710.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0730.061.2017272161715.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0730.061.2017172211710.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.930284500122,"SizeInBytes":166650482,"Checksum":{"Value":"085419468c64ca57beaa26578193339a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834071-LAADS","revision-id":4,"native-id":"LAADS:2715259739","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.421Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T07:35:00.000Z","EndingDateTime":"2000-03-21T07:40:00.000Z"}},"GranuleUR":"LAADS:2715259739","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":37.815404,"Latitude":17.648397},{"Longitude":59.578237,"Latitude":14.638277},{"Longitude":65.356332,"Latitude":32.210196},{"Longitude":40.226677,"Latitude":35.86426},{"Longitude":37.815404,"Latitude":17.648397}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0735.061.2017172211151.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0735.061.2017172211151.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0735.061.2017172211151.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0735.061.2017272160821.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0735.061.2017172211151.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.901447296143,"SizeInBytes":158231636,"Checksum":{"Value":"01162c58f9aa4721a02ee08392d9a4fd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834319-LAADS","revision-id":4,"native-id":"LAADS:2715262145","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.622Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T07:40:00.000Z","EndingDateTime":"2000-03-21T07:45:00.000Z"}},"GranuleUR":"LAADS:2715262145","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":34.434846,"Latitude":-0.098911},{"Longitude":55.207856,"Latitude":-3.099372},{"Longitude":59.369143,"Latitude":14.753048},{"Longitude":37.753462,"Latitude":17.925083},{"Longitude":34.434846,"Latitude":-0.098911}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0740.061.2017172211714.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0740.061.2017172211714.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0740.061.2017172211714.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0740.061.2017272161133.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0740.061.2017172211714.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.024345397949,"SizeInBytes":160457656,"Checksum":{"Value":"807bb203e87d831ecce8458b0170003a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834426-LAADS","revision-id":4,"native-id":"LAADS:2715263000","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.599Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T07:45:00.000Z","EndingDateTime":"2000-03-21T07:50:00.000Z"}},"GranuleUR":"LAADS:2715263000","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":29.886282,"Latitude":-17.758526},{"Longitude":51.921508,"Latitude":-21.082445},{"Longitude":55.227092,"Latitude":-3.027089},{"Longitude":34.39554,"Latitude":0.038687},{"Longitude":29.886282,"Latitude":-17.758526}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0745.061.2017172211546.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0745.061.2017172211546.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0745.061.2017172211546.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0745.061.2017272162932.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0745.061.2017172211546.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.754185676575,"SizeInBytes":170660133,"Checksum":{"Value":"940c00cadfa9e256e39830fae3ad0e45","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834546-LAADS","revision-id":4,"native-id":"LAADS:2715264677","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.410Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T07:50:00.000Z","EndingDateTime":"2000-03-21T07:55:00.000Z"}},"GranuleUR":"LAADS:2715264677","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":23.310529,"Latitude":-35.054357},{"Longitude":49.555395,"Latitude":-39.117448},{"Longitude":52.219245,"Latitude":-20.929135},{"Longitude":29.907938,"Latitude":-17.671464},{"Longitude":23.310529,"Latitude":-35.054357}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0750.061.2017172211819.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0750.061.2017172211819.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0750.061.2017172211819.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0750.061.2017272162823.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0750.061.2017172211819.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.619659423828,"SizeInBytes":164227616,"Checksum":{"Value":"6c66ada2d86178437767cda1f733dda3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834420-LAADS","revision-id":4,"native-id":"LAADS:2715263001","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.645Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T07:55:00.000Z","EndingDateTime":"2000-03-21T08:00:00.000Z"}},"GranuleUR":"LAADS:2715263001","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":12.192553,"Latitude":-51.425096},{"Longitude":48.340782,"Latitude":-57.06615},{"Longitude":50.061957,"Latitude":-38.821622},{"Longitude":23.34633,"Latitude":-34.969486},{"Longitude":12.192553,"Latitude":-51.425096}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0755.061.2017172211611.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.0755.061.2017172211611.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.0755.061.2017172211611.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.0755.061.2017272163332.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.0755.061.2017172211611.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.20426940918,"SizeInBytes":171132080,"Checksum":{"Value":"09efd485eb0f9801770f2d3d189f9e1d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834509-LAADS","revision-id":4,"native-id":"LAADS:2715263914","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.689Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T10:35:00.000Z","EndingDateTime":"2000-03-21T10:40:00.000Z"}},"GranuleUR":"LAADS:2715263914","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-14.806926,"Latitude":80.856549},{"Longitude":67.229739,"Latitude":69.077311},{"Longitude":119.832515,"Latitude":68.929578},{"Longitude":-160.309707,"Latitude":80.034785},{"Longitude":-14.806926,"Latitude":80.856549}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1035.061.2017172211506.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1035.061.2017172211506.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1035.061.2017172211506.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1035.061.2017272161213.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1035.061.2017172211506.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":89.4950714111328,"SizeInBytes":93842384,"Checksum":{"Value":"e9196895e9b4586260f883698a1170ed","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834428-LAADS","revision-id":4,"native-id":"LAADS:2715263002","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.654Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T10:40:00.000Z","EndingDateTime":"2000-03-21T10:45:00.000Z"}},"GranuleUR":"LAADS:2715263002","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-7.288956,"Latitude":63.233493},{"Longitude":35.41819,"Latitude":57.296405},{"Longitude":66.964584,"Latitude":69.448869},{"Longitude":-17.954597,"Latitude":81.263997},{"Longitude":-7.288956,"Latitude":63.233493}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1040.061.2017172211815.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1040.061.2017172211815.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1040.061.2017172211815.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1040.061.2017272162804.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1040.061.2017172211815.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.403736114502,"SizeInBytes":170292660,"Checksum":{"Value":"7bf8d12fe13ea4256af36becbf896a23","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834457-LAADS","revision-id":4,"native-id":"LAADS:2715263163","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.175Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T10:45:00.000Z","EndingDateTime":"2000-03-21T10:50:00.000Z"}},"GranuleUR":"LAADS:2715263163","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-7.964772,"Latitude":45.4365},{"Longitude":21.202554,"Latitude":41.480894},{"Longitude":34.832261,"Latitude":57.594663},{"Longitude":-7.952422,"Latitude":63.722278},{"Longitude":-7.964772,"Latitude":45.4365}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.800Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1045.061.2017172211814.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1045.061.2017172211814.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1045.061.2017172211814.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1045.061.2017272162349.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1045.061.2017172211814.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.876234054565,"SizeInBytes":168690958,"Checksum":{"Value":"61c243342db1fd8ddd5136048b4f7154","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834558-LAADS","revision-id":4,"native-id":"LAADS:2715265689","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.978Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T10:50:00.000Z","EndingDateTime":"2000-03-21T10:55:00.000Z"}},"GranuleUR":"LAADS:2715265689","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-10.087907,"Latitude":27.520787},{"Longitude":13.265385,"Latitude":24.338858},{"Longitude":20.703846,"Latitude":41.697498},{"Longitude":-8.235886,"Latitude":45.881248},{"Longitude":-10.087907,"Latitude":27.520787}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1050.061.2017172211643.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1050.061.2017172211643.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1050.061.2017172211643.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1050.061.2017272161553.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1050.061.2017172211643.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.440944671631,"SizeInBytes":162991644,"Checksum":{"Value":"999f0cc484d874f33d4bdfed3e471137","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834425-LAADS","revision-id":4,"native-id":"LAADS:2715263003","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.661Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T10:55:00.000Z","EndingDateTime":"2000-03-21T11:00:00.000Z"}},"GranuleUR":"LAADS:2715263003","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-13.033008,"Latitude":9.726339},{"Longitude":8.02651,"Latitude":6.759452},{"Longitude":12.942669,"Latitude":24.48575},{"Longitude":-10.22114,"Latitude":27.870194},{"Longitude":-13.033008,"Latitude":9.726339}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1055.061.2017172211658.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1055.061.2017172211658.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1055.061.2017172211658.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1055.061.2017272161122.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1055.061.2017172211658.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.00484085083,"SizeInBytes":165680084,"Checksum":{"Value":"1f33d075abc2a9e3f9f4e72df03f0784","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834427-LAADS","revision-id":4,"native-id":"LAADS:2715263004","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.737Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T11:00:00.000Z","EndingDateTime":"2000-03-21T11:05:00.000Z"}},"GranuleUR":"LAADS:2715263004","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-16.882921,"Latitude":-7.977452},{"Longitude":4.146913,"Latitude":-11.079494},{"Longitude":7.870946,"Latitude":6.859452},{"Longitude":-13.098844,"Latitude":9.945594},{"Longitude":-16.882921,"Latitude":-7.977452}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1100.061.2017172211813.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1100.061.2017172211813.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1100.061.2017172211813.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1100.061.2017272162959.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1100.061.2017172211813.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.90981388092,"SizeInBytes":166629017,"Checksum":{"Value":"5a81bd61c34106b689787158d7f90675","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834327-LAADS","revision-id":4,"native-id":"LAADS:2715262146","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.628Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T11:05:00.000Z","EndingDateTime":"2000-03-21T11:10:00.000Z"}},"GranuleUR":"LAADS:2715262146","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-22.165538,"Latitude":-25.532972},{"Longitude":1.312276,"Latitude":-29.125182},{"Longitude":4.330166,"Latitude":-11.001631},{"Longitude":-16.888948,"Latitude":-7.881319},{"Longitude":-22.165538,"Latitude":-25.532972}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1105.061.2017172211706.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1105.061.2017172211706.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1105.061.2017172211706.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1105.061.2017272162612.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1105.061.2017172211706.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.224493026733,"SizeInBytes":161716102,"Checksum":{"Value":"d2d374708f78fabf918edf7771d7ab69","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834423-LAADS","revision-id":4,"native-id":"LAADS:2715263005","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.757Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T11:10:00.000Z","EndingDateTime":"2000-03-21T11:15:00.000Z"}},"GranuleUR":"LAADS:2715263005","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-30.29355,"Latitude":-42.511447},{"Longitude":-0.630861,"Latitude":-47.132429},{"Longitude":1.701098,"Latitude":-28.911122},{"Longitude":-22.136829,"Latitude":-25.445686},{"Longitude":-30.29355,"Latitude":-42.511447}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1110.061.2017172211641.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1110.061.2017172211641.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1110.061.2017172211641.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1110.061.2017272163143.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1110.061.2017172211641.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.915285110474,"SizeInBytes":169780482,"Checksum":{"Value":"2ccf75dda84662e64177088a49cb4547","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834424-LAADS","revision-id":4,"native-id":"LAADS:2715263006","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.778Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T11:15:00.000Z","EndingDateTime":"2000-03-21T11:20:00.000Z"}},"GranuleUR":"LAADS:2715263006","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-45.229636,"Latitude":-58.107159},{"Longitude":-0.845864,"Latitude":-65.022757},{"Longitude":-0.016574,"Latitude":-46.776128},{"Longitude":-30.172486,"Latitude":-42.452952},{"Longitude":-45.229636,"Latitude":-58.107159}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1115.061.2017172211701.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1115.061.2017172211701.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1115.061.2017172211701.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1115.061.2017272163145.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1115.061.2017172211701.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.165261268616,"SizeInBytes":171091177,"Checksum":{"Value":"cc12f9c1af2245ec08ab933ebfd8e28d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834241-LAADS","revision-id":4,"native-id":"LAADS:2715261411","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.004Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T11:20:00.000Z","EndingDateTime":"2000-03-21T11:25:00.000Z"}},"GranuleUR":"LAADS:2715261411","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-78.567857,"Latitude":-69.266737},{"Longitude":10.799643,"Latitude":-82.555008},{"Longitude":-0.00497,"Latitude":-64.539225},{"Longitude":-44.881273,"Latitude":-58.140304},{"Longitude":-78.567857,"Latitude":-69.266737}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:07.300Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1120.061.2017172211651.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1120.061.2017172211651.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1120.061.2017172211651.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1120.061.2017272162138.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1120.061.2017172211651.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.506017684937,"SizeInBytes":155719846,"Checksum":{"Value":"d91111ba435f2b2d7bd6304f64415ef9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834234-LAADS","revision-id":4,"native-id":"LAADS:2715261412","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.150Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T11:25:00.000Z","EndingDateTime":"2000-03-21T11:30:00.000Z"}},"GranuleUR":"LAADS:2715261412","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-129.60494,"Latitude":-67.965397},{"Longitude":154.453294,"Latitude":-78.888149},{"Longitude":12.276501,"Latitude":-81.931894},{"Longitude":-78.065458,"Latitude":-69.499575},{"Longitude":-129.60494,"Latitude":-67.965397}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:07.300Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1125.061.2017172211442.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1125.061.2017172211442.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1125.061.2017172211442.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1125.061.2017272161041.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1125.061.2017172211442.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":39.1663398742676,"SizeInBytes":41068884,"Checksum":{"Value":"9287dcbba9440df59eef1f78da4d74dc","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834552-LAADS","revision-id":4,"native-id":"LAADS:2715264678","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.419Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T12:15:00.000Z","EndingDateTime":"2000-03-21T12:20:00.000Z"}},"GranuleUR":"LAADS:2715264678","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-35.310575,"Latitude":76.982913},{"Longitude":32.928501,"Latitude":67.139958},{"Longitude":84.222155,"Latitude":70.42664},{"Longitude":-175.593401,"Latitude":83.766847},{"Longitude":-35.310575,"Latitude":76.982913}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1215.061.2017172211715.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1215.061.2017172211715.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1215.061.2017172211715.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1215.061.2017272161843.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1215.061.2017172211715.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":122.687400817871,"SizeInBytes":128647064,"Checksum":{"Value":"16cd410724cf3a8362397773dbe824dd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834208-LAADS","revision-id":4,"native-id":"LAADS:2715261256","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.320Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T12:20:00.000Z","EndingDateTime":"2000-03-21T12:25:00.000Z"}},"GranuleUR":"LAADS:2715261256","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-31.936211,"Latitude":59.27289},{"Longitude":6.587067,"Latitude":53.957287},{"Longitude":32.498579,"Latitude":67.508726},{"Longitude":-37.40318,"Latitude":77.428193},{"Longitude":-31.936211,"Latitude":59.27289}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1220.061.2017172211614.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1220.061.2017172211614.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1220.061.2017172211614.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1220.061.2017272163340.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1220.061.2017172211614.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.216156959534,"SizeInBytes":171144545,"Checksum":{"Value":"4fb18cc6f038549f6292f1c4f7a3d726","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834120-LAADS","revision-id":4,"native-id":"LAADS:2715260443","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.051Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T12:25:00.000Z","EndingDateTime":"2000-03-21T12:30:00.000Z"}},"GranuleUR":"LAADS:2715260443","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-33.074107,"Latitude":41.46252},{"Longitude":-5.627909,"Latitude":37.743916},{"Longitude":6.019591,"Latitude":54.23219},{"Longitude":-32.466097,"Latitude":59.753954},{"Longitude":-33.074107,"Latitude":41.46252}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1225.061.2017172211522.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1225.061.2017172211522.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1225.061.2017172211522.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1225.061.2017272163828.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1225.061.2017172211522.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.002640724182,"SizeInBytes":175114961,"Checksum":{"Value":"c230e90e3406ff1a573e90c4a76a490f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834326-LAADS","revision-id":4,"native-id":"LAADS:2715262147","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.653Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T12:30:00.000Z","EndingDateTime":"2000-03-21T12:35:00.000Z"}},"GranuleUR":"LAADS:2715262147","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-35.395029,"Latitude":23.638071},{"Longitude":-12.751089,"Latitude":20.533915},{"Longitude":-6.084214,"Latitude":37.942275},{"Longitude":-33.309354,"Latitude":41.887789},{"Longitude":-35.395029,"Latitude":23.638071}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1230.061.2017172211526.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1230.061.2017172211526.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1230.061.2017172211526.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1230.061.2017272162627.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1230.061.2017172211526.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.909997940063,"SizeInBytes":157192026,"Checksum":{"Value":"73e430204c3e56914ccd8cd4e147bc91","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834514-LAADS","revision-id":4,"native-id":"LAADS:2715263915","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.691Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T12:35:00.000Z","EndingDateTime":"2000-03-21T12:40:00.000Z"}},"GranuleUR":"LAADS:2715263915","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-38.52974,"Latitude":5.768434},{"Longitude":-17.648258,"Latitude":2.798745},{"Longitude":-13.040959,"Latitude":20.669553},{"Longitude":-35.510127,"Latitude":23.959548},{"Longitude":-38.52974,"Latitude":5.768434}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1235.061.2017172211528.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1235.061.2017172211528.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1235.061.2017172211528.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1235.061.2017272161609.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1235.061.2017172211528.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:29.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":136.89488697052,"SizeInBytes":143544693,"Checksum":{"Value":"f24fb5423a2d56ecf367167f270e3fc3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834325-LAADS","revision-id":4,"native-id":"LAADS:2715262148","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.755Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T12:40:00.000Z","EndingDateTime":"2000-03-21T12:45:00.000Z"}},"GranuleUR":"LAADS:2715262148","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-42.61345,"Latitude":-11.926958},{"Longitude":-21.281262,"Latitude":-15.10255},{"Longitude":-17.736758,"Latitude":2.886816},{"Longitude":-38.559339,"Latitude":5.95489},{"Longitude":-42.61345,"Latitude":-11.926958}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1240.061.2017172211612.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1240.061.2017172211612.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1240.061.2017172211612.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1240.061.2017272161957.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1240.061.2017172211612.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.235038757324,"SizeInBytes":160678584,"Checksum":{"Value":"8fbaa2074e9425456600123b6bb68023","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834329-LAADS","revision-id":4,"native-id":"LAADS:2715262149","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.830Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T12:45:00.000Z","EndingDateTime":"2000-03-21T12:50:00.000Z"}},"GranuleUR":"LAADS:2715262149","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-48.365173,"Latitude":-29.389658},{"Longitude":-23.93109,"Latitude":-33.150685},{"Longitude":-21.051808,"Latitude":-14.996638},{"Longitude":-42.617491,"Latitude":-11.833342},{"Longitude":-48.365173,"Latitude":-29.389658}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1245.061.2017172211920.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1245.061.2017172211920.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1245.061.2017172211920.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1245.061.2017272162348.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1245.061.2017172211920.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.787706375122,"SizeInBytes":156015218,"Checksum":{"Value":"24d160d6b88220a67f723490f1b3931b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834205-LAADS","revision-id":4,"native-id":"LAADS:2715261257","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.333Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T12:50:00.000Z","EndingDateTime":"2000-03-21T12:55:00.000Z"}},"GranuleUR":"LAADS:2715261257","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-57.517748,"Latitude":-46.160931},{"Longitude":-25.619868,"Latitude":-51.137115},{"Longitude":-23.494373,"Latitude":-32.90305},{"Longitude":-48.33314,"Latitude":-29.303676},{"Longitude":-57.517748,"Latitude":-46.160931}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1250.061.2017172211409.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1250.061.2017172211409.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1250.061.2017172211409.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1250.061.2017272163031.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1250.061.2017172211409.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.851345062256,"SizeInBytes":169713436,"Checksum":{"Value":"3cccd9cb782f106a72933a8d715f9d56","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834548-LAADS","revision-id":4,"native-id":"LAADS:2715264679","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.433Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T12:55:00.000Z","EndingDateTime":"2000-03-21T13:00:00.000Z"}},"GranuleUR":"LAADS:2715264679","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-75.160163,"Latitude":-61.190051},{"Longitude":-25.014398,"Latitude":-68.98859},{"Longitude":-24.94479,"Latitude":-50.750187},{"Longitude":-57.35768,"Latitude":-46.11598},{"Longitude":-75.160163,"Latitude":-61.190051}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1255.061.2017172211712.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1255.061.2017172211712.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1255.061.2017172211712.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1255.061.2017272163849.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1255.061.2017172211712.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.143286705017,"SizeInBytes":167922407,"Checksum":{"Value":"2f7280308c50e8af054eab3c61d6ac26","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834429-LAADS","revision-id":4,"native-id":"LAADS:2715263007","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.836Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T13:00:00.000Z","EndingDateTime":"2000-03-21T13:05:00.000Z"}},"GranuleUR":"LAADS:2715263007","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-114.601267,"Latitude":-70.335732},{"Longitude":5.810469,"Latitude":-86.037425},{"Longitude":-24.089116,"Latitude":-68.479113},{"Longitude":-74.749825,"Latitude":-61.256424},{"Longitude":-114.601267,"Latitude":-70.335732}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1300.061.2017172211641.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1300.061.2017172211641.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1300.061.2017172211641.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1300.061.2017272161530.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1300.061.2017172211641.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":136.680898666382,"SizeInBytes":143320310,"Checksum":{"Value":"08c9af2d9b8a1839753b966443920900","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834328-LAADS","revision-id":4,"native-id":"LAADS:2715262150","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.757Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T13:05:00.000Z","EndingDateTime":"2000-03-21T13:10:00.000Z"}},"GranuleUR":"LAADS:2715262150","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-163.046808,"Latitude":-65.804251},{"Longitude":132.752253,"Latitude":-75.006518},{"Longitude":5.173601,"Latitude":-85.396864},{"Longitude":-114.208684,"Latitude":-70.622366},{"Longitude":-163.046808,"Latitude":-65.804251}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1305.061.2017172211410.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1305.061.2017172211410.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1305.061.2017172211410.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1305.061.2017272160853.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1305.061.2017172211410.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":18.8613834381104,"SizeInBytes":19777594,"Checksum":{"Value":"55df4f9d3f22d437abd85c39257a7afa","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834430-LAADS","revision-id":4,"native-id":"LAADS:2715263008","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.842Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T13:50:00.000Z","EndingDateTime":"2000-03-21T13:55:00.000Z"}},"GranuleUR":"LAADS:2715263008","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-161.300403,"Latitude":87.332278},{"Longitude":47.050668,"Latitude":70.849192},{"Longitude":90.411336,"Latitude":62.879714},{"Longitude":143.595324,"Latitude":70.347287},{"Longitude":-161.300403,"Latitude":87.332278}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1350.061.2017172211350.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1350.061.2017172211350.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1350.061.2017172211350.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1350.061.2017272160922.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1350.061.2017172211350.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":26.8597211837769,"SizeInBytes":28164459,"Checksum":{"Value":"d65516903f3ed588ffbb7e5f2468e3d1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834332-LAADS","revision-id":4,"native-id":"LAADS:2715262151","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.784Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T13:55:00.000Z","EndingDateTime":"2000-03-21T14:00:00.000Z"}},"GranuleUR":"LAADS:2715262151","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-58.302063,"Latitude":73.050447},{"Longitude":0.217781,"Latitude":64.714331},{"Longitude":47.346336,"Latitude":71.177326},{"Longitude":-167.034718,"Latitude":86.761316},{"Longitude":-58.302063,"Latitude":73.050447}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1355.061.2017172211558.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1355.061.2017172211558.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1355.061.2017172211558.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1355.061.2017272161958.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1355.061.2017172211558.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":143.935302734375,"SizeInBytes":150927104,"Checksum":{"Value":"492bfa9f06172205c91899308e15680e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834515-LAADS","revision-id":4,"native-id":"LAADS:2715263916","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.749Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T14:00:00.000Z","EndingDateTime":"2000-03-21T14:05:00.000Z"}},"GranuleUR":"LAADS:2715263916","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-56.74758,"Latitude":55.302124},{"Longitude":-21.599618,"Latitude":50.488141},{"Longitude":-0.307004,"Latitude":65.065506},{"Longitude":-59.614756,"Latitude":73.530001},{"Longitude":-56.74758,"Latitude":55.302124}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1400.061.2017172211825.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1400.061.2017172211825.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1400.061.2017172211825.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1400.061.2017272163455.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1400.061.2017172211825.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.155339241028,"SizeInBytes":171080773,"Checksum":{"Value":"3c5ad26e35702e1ea2f8e5c9f64378e3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834207-LAADS","revision-id":4,"native-id":"LAADS:2715261258","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.396Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T14:05:00.000Z","EndingDateTime":"2000-03-21T14:10:00.000Z"}},"GranuleUR":"LAADS:2715261258","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-58.238632,"Latitude":37.486923},{"Longitude":-32.230331,"Latitude":33.963573},{"Longitude":-22.149178,"Latitude":50.744188},{"Longitude":-57.18044,"Latitude":55.778434},{"Longitude":-58.238632,"Latitude":37.486923}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1405.061.2017172211547.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1405.061.2017172211547.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1405.061.2017172211547.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1405.061.2017272163524.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1405.061.2017172211547.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.983556747437,"SizeInBytes":169852070,"Checksum":{"Value":"877ca46c3b350e4649d79c05aa329886","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834432-LAADS","revision-id":4,"native-id":"LAADS:2715263009","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.911Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T14:10:00.000Z","EndingDateTime":"2000-03-21T14:15:00.000Z"}},"GranuleUR":"LAADS:2715263009","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-60.742081,"Latitude":19.665829},{"Longitude":-38.697017,"Latitude":16.6235},{"Longitude":-32.644237,"Latitude":34.14476},{"Longitude":-58.437092,"Latitude":37.891199},{"Longitude":-60.742081,"Latitude":19.665829}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1410.061.2017172211641.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1410.061.2017172211641.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1410.061.2017172211641.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1410.061.2017272163039.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1410.061.2017172211641.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.227065086365,"SizeInBytes":160670223,"Checksum":{"Value":"ee3c9234cedd938fada5d751ccf3d191","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834331-LAADS","revision-id":4,"native-id":"LAADS:2715262152","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.863Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T14:15:00.000Z","EndingDateTime":"2000-03-21T14:20:00.000Z"}},"GranuleUR":"LAADS:2715262152","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-64.037693,"Latitude":1.902271},{"Longitude":-43.247702,"Latitude":-1.083923},{"Longitude":-38.953729,"Latitude":16.749072},{"Longitude":-60.826691,"Latitude":19.957204},{"Longitude":-64.037693,"Latitude":1.902271}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1415.061.2017172211530.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1415.061.2017172211530.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1415.061.2017172211530.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1415.061.2017272162526.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1415.061.2017172211530.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.773478507996,"SizeInBytes":162291755,"Checksum":{"Value":"086c39bdb5218ce436e70da79cfb2b40","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834334-LAADS","revision-id":4,"native-id":"LAADS:2715262153","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.863Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T14:20:00.000Z","EndingDateTime":"2000-03-21T14:25:00.000Z"}},"GranuleUR":"LAADS:2715262153","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-68.422648,"Latitude":-15.861625},{"Longitude":-46.684499,"Latitude":-19.127352},{"Longitude":-43.282037,"Latitude":-1.004017},{"Longitude":-64.055689,"Latitude":2.055767},{"Longitude":-68.422648,"Latitude":-15.861625}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1420.061.2017172211649.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1420.061.2017172211649.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1420.061.2017172211649.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1420.061.2017272162951.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1420.061.2017172211649.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":170.564638137817,"SizeInBytes":178849986,"Checksum":{"Value":"13e0cfc8519fc58907c9301ec5dfd938","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834351-LAADS","revision-id":4,"native-id":"LAADS:2715262272","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.139Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T14:25:00.000Z","EndingDateTime":"2000-03-21T14:30:00.000Z"}},"GranuleUR":"LAADS:2715262272","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-74.719284,"Latitude":-33.215636},{"Longitude":-49.127139,"Latitude":-37.176487},{"Longitude":-46.389311,"Latitude":-18.992836},{"Longitude":-68.423194,"Latitude":-15.775316},{"Longitude":-74.719284,"Latitude":-33.215636}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:07.310Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1425.061.2017172211656.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1425.061.2017172211656.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1425.061.2017172211656.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1425.061.2017272162414.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1425.061.2017172211656.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.99227809906,"SizeInBytes":173006943,"Checksum":{"Value":"579eece6bb30be495649fe337d57d1c6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834431-LAADS","revision-id":4,"native-id":"LAADS:2715263010","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.902Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T14:30:00.000Z","EndingDateTime":"2000-03-21T14:35:00.000Z"}},"GranuleUR":"LAADS:2715263010","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-85.125177,"Latitude":-49.732997},{"Longitude":-50.509967,"Latitude":-55.134655},{"Longitude":-48.640159,"Latitude":-36.891995},{"Longitude":-74.683328,"Latitude":-33.131223},{"Longitude":-85.125177,"Latitude":-49.732997}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1430.061.2017172211520.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1430.061.2017172211520.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1430.061.2017172211520.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1430.061.2017272162000.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1430.061.2017172211520.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.076479911804,"SizeInBytes":163658051,"Checksum":{"Value":"071d6542ffd4a82863d9180816670f4d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834209-LAADS","revision-id":4,"native-id":"LAADS:2715261259","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.404Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T14:35:00.000Z","EndingDateTime":"2000-03-21T14:40:00.000Z"}},"GranuleUR":"LAADS:2715261259","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-106.192502,"Latitude":-64.014787},{"Longitude":-48.636234,"Latitude":-72.936451},{"Longitude":-49.767183,"Latitude":-54.718018},{"Longitude":-84.922314,"Latitude":-49.703984},{"Longitude":-106.192502,"Latitude":-64.014787}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1435.061.2017172211452.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1435.061.2017172211452.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1435.061.2017172211452.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1435.061.2017272163731.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1435.061.2017172211452.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.794839859009,"SizeInBytes":167557034,"Checksum":{"Value":"66b74fde97b07562f44788fa0c47d798","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834352-LAADS","revision-id":4,"native-id":"LAADS:2715262273","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.249Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T14:40:00.000Z","EndingDateTime":"2000-03-21T14:45:00.000Z"}},"GranuleUR":"LAADS:2715262273","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-151.404496,"Latitude":-70.622579},{"Longitude":50.398998,"Latitude":-87.249939},{"Longitude":-47.622993,"Latitude":-72.402025},{"Longitude":-105.722591,"Latitude":-64.121199},{"Longitude":-151.404496,"Latitude":-70.622579}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:07.310Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1440.061.2017172211328.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1440.061.2017172211328.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1440.061.2017172211328.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1440.061.2017272161810.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1440.061.2017172211328.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":107.105341911316,"SizeInBytes":112308091,"Checksum":{"Value":"27d2ae4d3ddd3691bdf49d91a8b6bf1b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834516-LAADS","revision-id":4,"native-id":"LAADS:2715263917","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.767Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T15:30:00.000Z","EndingDateTime":"2000-03-21T15:35:00.000Z"}},"GranuleUR":"LAADS:2715263917","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-112.843261,"Latitude":86.208919},{"Longitude":10.002514,"Latitude":70.72544},{"Longitude":58.784953,"Latitude":65.620695},{"Longitude":120.380178,"Latitude":74.271582},{"Longitude":-112.843261,"Latitude":86.208919}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1530.061.2017172211456.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1530.061.2017172211456.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1530.061.2017172211456.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1530.061.2017272161011.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1530.061.2017172211456.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":51.1183176040649,"SizeInBytes":53601441,"Checksum":{"Value":"e8b6ddde8e428ccf20acd21dbf22c9e1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834074-LAADS","revision-id":4,"native-id":"LAADS:2715259740","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.462Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T15:35:00.000Z","EndingDateTime":"2000-03-21T15:40:00.000Z"}},"GranuleUR":"LAADS:2715259740","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-82.055057,"Latitude":69.110284},{"Longitude":-31.067772,"Latitude":61.924667},{"Longitude":10.066289,"Latitude":71.087856},{"Longitude":-122.497965,"Latitude":86.327628},{"Longitude":-82.055057,"Latitude":69.110284}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1535.061.2017172211127.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1535.061.2017172211127.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1535.061.2017172211127.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1535.061.2017272161733.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1535.061.2017172211127.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":142.4249792099,"SizeInBytes":149343415,"Checksum":{"Value":"2750399c9e1a1f54df6f01bfacca89cf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834330-LAADS","revision-id":4,"native-id":"LAADS:2715262154","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.870Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T15:40:00.000Z","EndingDateTime":"2000-03-21T15:45:00.000Z"}},"GranuleUR":"LAADS:2715262154","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-81.676075,"Latitude":51.337213},{"Longitude":-49.278357,"Latitude":46.923511},{"Longitude":-31.639075,"Latitude":62.254985},{"Longitude":-83.022126,"Latitude":69.59932},{"Longitude":-81.676075,"Latitude":51.337213}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1540.061.2017172211738.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1540.061.2017172211738.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1540.061.2017172211738.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1540.061.2017272162212.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1540.061.2017172211738.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.24276638031,"SizeInBytes":170123871,"Checksum":{"Value":"db7f8e0792cff974f97c10f6abfdc7c1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834248-LAADS","revision-id":4,"native-id":"LAADS:2715261413","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.130Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T15:45:00.000Z","EndingDateTime":"2000-03-21T15:50:00.000Z"}},"GranuleUR":"LAADS:2715261413","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-83.444617,"Latitude":33.516778},{"Longitude":-58.634472,"Latitude":30.15001},{"Longitude":-49.80012,"Latitude":47.160411},{"Longitude":-82.027551,"Latitude":51.801904},{"Longitude":-83.444617,"Latitude":33.516778}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:07.300Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1545.061.2017172211442.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1545.061.2017172211442.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1545.061.2017172211442.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1545.061.2017272163038.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1545.061.2017172211442.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.355263710022,"SizeInBytes":168144681,"Checksum":{"Value":"41810c2c778538d65929a7958bd3bf85","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834246-LAADS","revision-id":4,"native-id":"LAADS:2715261414","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.149Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T15:50:00.000Z","EndingDateTime":"2000-03-21T15:55:00.000Z"}},"GranuleUR":"LAADS:2715261414","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-86.127785,"Latitude":15.702916},{"Longitude":-64.554762,"Latitude":12.703224},{"Longitude":-59.014214,"Latitude":30.31737},{"Longitude":-83.61767,"Latitude":33.898533},{"Longitude":-86.127785,"Latitude":15.702916}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:07.300Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1550.061.2017172211513.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1550.061.2017172211513.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1550.061.2017172211513.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1550.061.2017272162124.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1550.061.2017172211513.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:13.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.074146270752,"SizeInBytes":155266996,"Checksum":{"Value":"f571c5da1404f623fc1490a9c2f443ea","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834355-LAADS","revision-id":4,"native-id":"LAADS:2715262274","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.259Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T15:55:00.000Z","EndingDateTime":"2000-03-21T16:00:00.000Z"}},"GranuleUR":"LAADS:2715262274","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-89.630639,"Latitude":-2.033127},{"Longitude":-68.818524,"Latitude":-5.053092},{"Longitude":-64.777106,"Latitude":12.819081},{"Longitude":-86.205709,"Latitude":15.965913},{"Longitude":-89.630639,"Latitude":-2.033127}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:07.310Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1555.061.2017172211804.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1555.061.2017172211804.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1555.061.2017172211804.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1555.061.2017272162705.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1555.061.2017172211804.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.963096618652,"SizeInBytes":166684888,"Checksum":{"Value":"f4eed5364158a0b4a8c171962f877ba1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834436-LAADS","revision-id":4,"native-id":"LAADS:2715263011","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.928Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T16:00:00.000Z","EndingDateTime":"2000-03-21T16:05:00.000Z"}},"GranuleUR":"LAADS:2715263011","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-94.337674,"Latitude":-19.677034},{"Longitude":-71.99346,"Latitude":-23.058779},{"Longitude":-68.76179,"Latitude":-4.98569},{"Longitude":-89.657457,"Latitude":-1.908365},{"Longitude":-94.337674,"Latitude":-19.677034}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1600.061.2017172211822.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1600.061.2017172211822.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1600.061.2017172211822.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1600.061.2017272163024.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1600.061.2017172211822.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.863479614258,"SizeInBytes":165531856,"Checksum":{"Value":"d0d677c4ae3381d16933e2c6183ab59f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834455-LAADS","revision-id":4,"native-id":"LAADS:2715263164","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.175Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T16:05:00.000Z","EndingDateTime":"2000-03-21T16:10:00.000Z"}},"GranuleUR":"LAADS:2715263164","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-101.286138,"Latitude":-36.988232},{"Longitude":-74.271261,"Latitude":-41.179603},{"Longitude":-71.66798,"Latitude":-22.893295},{"Longitude":-94.312995,"Latitude":-19.588139},{"Longitude":-101.286138,"Latitude":-36.988232}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.800Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1605.061.2017172211707.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1605.061.2017172211707.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1605.061.2017172211707.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1605.061.2017272163122.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1605.061.2017172211707.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.701226234436,"SizeInBytes":163264569,"Checksum":{"Value":"995a01dd674d341f4b46ebf5866ab86b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834437-LAADS","revision-id":4,"native-id":"LAADS:2715263012","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.989Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T16:10:00.000Z","EndingDateTime":"2000-03-21T16:15:00.000Z"}},"GranuleUR":"LAADS:2715263012","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-113.209993,"Latitude":-53.19973},{"Longitude":-75.275289,"Latitude":-59.116421},{"Longitude":-73.733873,"Latitude":-40.868894},{"Longitude":-101.215207,"Latitude":-36.913972},{"Longitude":-113.209993,"Latitude":-53.19973}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1610.061.2017172211725.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1610.061.2017172211725.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1610.061.2017172211725.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1610.061.2017272163711.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1610.061.2017172211725.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.155783653259,"SizeInBytes":172129815,"Checksum":{"Value":"d3aacdfffbd9dfe08a6bc8de0b8c3b8f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834517-LAADS","revision-id":4,"native-id":"LAADS:2715263918","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.836Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T16:15:00.000Z","EndingDateTime":"2000-03-21T16:20:00.000Z"}},"GranuleUR":"LAADS:2715263918","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-138.549895,"Latitude":-66.489045},{"Longitude":-71.29601,"Latitude":-76.849955},{"Longitude":-74.476553,"Latitude":-58.6713},{"Longitude":-112.955336,"Latitude":-53.191496},{"Longitude":-138.549895,"Latitude":-66.489045}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1615.061.2017172211640.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1615.061.2017172211640.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1615.061.2017172211640.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1615.061.2017272163853.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1615.061.2017172211640.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.409873962402,"SizeInBytes":165056216,"Checksum":{"Value":"e8c4befe4fb2015d75a3e5687e13f4b7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834518-LAADS","revision-id":4,"native-id":"LAADS:2715263919","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.840Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T16:20:00.000Z","EndingDateTime":"2000-03-21T16:25:00.000Z"}},"GranuleUR":"LAADS:2715263919","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":171.956335,"Latitude":-70.099892},{"Longitude":67.05937,"Latitude":-84.448281},{"Longitude":-70.179599,"Latitude":-76.290035},{"Longitude":-138.035584,"Latitude":-66.642604},{"Longitude":171.956335,"Latitude":-70.099892}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1620.061.2017172211651.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1620.061.2017172211651.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1620.061.2017172211651.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1620.061.2017272161129.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1620.061.2017172211651.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":81.7795419692993,"SizeInBytes":85752065,"Checksum":{"Value":"17684f432302f01b127d3d1264e9e8ba","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834335-LAADS","revision-id":4,"native-id":"LAADS:2715262155","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.897Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T17:10:00.000Z","EndingDateTime":"2000-03-21T17:15:00.000Z"}},"GranuleUR":"LAADS:2715262155","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-117.616904,"Latitude":82.706259},{"Longitude":-26.404046,"Latitude":69.799654},{"Longitude":25.662073,"Latitude":67.968104},{"Longitude":98.532991,"Latitude":78.154536},{"Longitude":-117.616904,"Latitude":82.706259}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1710.061.2017172211444.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1710.061.2017172211444.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1710.061.2017172211444.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1710.061.2017272161125.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1710.061.2017172211444.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":77.3892316818237,"SizeInBytes":81148491,"Checksum":{"Value":"7b604fb280b8173e57c6b12ba1e4e98b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834337-LAADS","revision-id":4,"native-id":"LAADS:2715262156","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.995Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T17:15:00.000Z","EndingDateTime":"2000-03-21T17:20:00.000Z"}},"GranuleUR":"LAADS:2715262156","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-106.291392,"Latitude":65.163265},{"Longitude":-61.193008,"Latitude":58.87233},{"Longitude":-26.579929,"Latitude":70.176646},{"Longitude":-121.740894,"Latitude":83.07765},{"Longitude":-106.291392,"Latitude":65.163265}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1715.061.2017172211721.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1715.061.2017172211721.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1715.061.2017172211721.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1715.061.2017272162633.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1715.061.2017172211721.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:21.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":144.864629745483,"SizeInBytes":151901574,"Checksum":{"Value":"0a78720d514b9b816dacbdec8bd9b69c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834206-LAADS","revision-id":4,"native-id":"LAADS:2715261260","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.434Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T17:20:00.000Z","EndingDateTime":"2000-03-21T17:25:00.000Z"}},"GranuleUR":"LAADS:2715261260","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-106.671781,"Latitude":47.376955},{"Longitude":-76.553699,"Latitude":43.28451},{"Longitude":-61.765842,"Latitude":59.176076},{"Longitude":-107.017701,"Latitude":65.656781},{"Longitude":-106.671781,"Latitude":47.376955}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1720.061.2017172211550.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1720.061.2017172211550.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1720.061.2017172211550.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1720.061.2017272162741.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1720.061.2017172211550.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.998611450195,"SizeInBytes":168819280,"Checksum":{"Value":"5b7f2fc107c9cf3014bc577393c988b1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834333-LAADS","revision-id":4,"native-id":"LAADS:2715262157","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.998Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T17:25:00.000Z","EndingDateTime":"2000-03-21T17:30:00.000Z"}},"GranuleUR":"LAADS:2715262157","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-108.666856,"Latitude":29.552503},{"Longitude":-84.878948,"Latitude":26.310179},{"Longitude":-77.048213,"Latitude":43.504606},{"Longitude":-106.944665,"Latitude":47.824593},{"Longitude":-108.666856,"Latitude":29.552503}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1725.061.2017172211525.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1725.061.2017172211525.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1725.061.2017172211525.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1725.061.2017272163127.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1725.061.2017172211525.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.997148513794,"SizeInBytes":174060626,"Checksum":{"Value":"ad5a44610435907292979695060511c6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834336-LAADS","revision-id":4,"native-id":"LAADS:2715262158","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.020Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T17:30:00.000Z","EndingDateTime":"2000-03-21T17:35:00.000Z"}},"GranuleUR":"LAADS:2715262158","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-111.553325,"Latitude":11.751235},{"Longitude":-90.334804,"Latitude":8.772981},{"Longitude":-85.224631,"Latitude":26.464711},{"Longitude":-108.845446,"Latitude":29.907947},{"Longitude":-111.553325,"Latitude":11.751235}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1730.061.2017172211430.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1730.061.2017172211430.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1730.061.2017172211430.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1730.061.2017272161643.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1730.061.2017172211430.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.688799858093,"SizeInBytes":154862931,"Checksum":{"Value":"e480b8ff3d1a0b93aab5df3461ee42fd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834124-LAADS","revision-id":4,"native-id":"LAADS:2715260444","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.031Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T17:35:00.000Z","EndingDateTime":"2000-03-21T17:40:00.000Z"}},"GranuleUR":"LAADS:2715260444","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-115.272605,"Latitude":-5.960994},{"Longitude":-94.34356,"Latitude":-9.029632},{"Longitude":-90.521781,"Latitude":8.880276},{"Longitude":-111.617444,"Latitude":11.982416},{"Longitude":-115.272605,"Latitude":-5.960994}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1735.061.2017172211410.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1735.061.2017172211410.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1735.061.2017172211410.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1735.061.2017272162530.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1735.061.2017172211410.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.012131690979,"SizeInBytes":165687729,"Checksum":{"Value":"506ceb49812aef56a5656f7c0e42ba9f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834147-LAADS","revision-id":4,"native-id":"LAADS:2715260563","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.974Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T17:40:00.000Z","EndingDateTime":"2000-03-21T17:45:00.000Z"}},"GranuleUR":"LAADS:2715260563","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-120.347086,"Latitude":-23.558594},{"Longitude":-97.295794,"Latitude":-27.073154},{"Longitude":-94.207382,"Latitude":-8.964816},{"Longitude":-115.286936,"Latitude":-5.8634},{"Longitude":-120.347086,"Latitude":-23.558594}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:07.400Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1740.061.2017172211724.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1740.061.2017172211724.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1740.061.2017172211724.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1740.061.2017272162636.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1740.061.2017172211724.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.395022392273,"SizeInBytes":155603459,"Checksum":{"Value":"6d200c054212899c02b51ad0620977f4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834148-LAADS","revision-id":4,"native-id":"LAADS:2715260564","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.021Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T17:45:00.000Z","EndingDateTime":"2000-03-21T17:50:00.000Z"}},"GranuleUR":"LAADS:2715260564","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-128.022598,"Latitude":-40.630372},{"Longitude":-99.353297,"Latitude":-45.089948},{"Longitude":-96.929878,"Latitude":-26.875235},{"Longitude":-120.319692,"Latitude":-23.470968},{"Longitude":-128.022598,"Latitude":-40.630372}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:07.400Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1745.061.2017172211332.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1745.061.2017172211332.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1745.061.2017172211332.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1745.061.2017272162850.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1745.061.2017172211332.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.302458763123,"SizeInBytes":155506399,"Checksum":{"Value":"5310f51cf848bf28ede6a8a4f6223011","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834249-LAADS","revision-id":4,"native-id":"LAADS:2715261415","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.243Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T17:50:00.000Z","EndingDateTime":"2000-03-21T17:55:00.000Z"}},"GranuleUR":"LAADS:2715261415","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-141.89904,"Latitude":-56.537216},{"Longitude":-99.873512,"Latitude":-63.087624},{"Longitude":-98.757106,"Latitude":-44.749427},{"Longitude":-127.919777,"Latitude":-40.565799},{"Longitude":-141.89904,"Latitude":-56.537216}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:07.300Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1750.061.2017172211517.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1750.061.2017172211517.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1750.061.2017172211517.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1750.061.2017272164157.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1750.061.2017172211517.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.403247833252,"SizeInBytes":173437876,"Checksum":{"Value":"6e074e355d310287ad1d57515ed2880f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834519-LAADS","revision-id":4,"native-id":"LAADS:2715263920","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.895Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T17:55:00.000Z","EndingDateTime":"2000-03-21T18:00:00.000Z"}},"GranuleUR":"LAADS:2715263920","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-172.419816,"Latitude":-68.498013},{"Longitude":-91.902041,"Latitude":-80.711229},{"Longitude":-99.060138,"Latitude":-62.614929},{"Longitude":-141.586137,"Latitude":-56.553872},{"Longitude":-172.419816,"Latitude":-68.498013}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1755.061.2017172211548.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1755.061.2017172211548.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1755.061.2017172211548.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1755.061.2017272162919.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1755.061.2017172211548.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.621124267578,"SizeInBytes":162132000,"Checksum":{"Value":"969f8e2625d33e3e9a0b5f3c1e438539","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834024-LAADS","revision-id":4,"native-id":"LAADS:2715258796","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.374Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T18:00:00.000Z","EndingDateTime":"2000-03-21T18:05:00.000Z"}},"GranuleUR":"LAADS:2715258796","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":136.320928,"Latitude":-68.828165},{"Longitude":53.219575,"Latitude":-80.764413},{"Longitude":-90.592871,"Latitude":-80.117648},{"Longitude":-171.896224,"Latitude":-68.704022},{"Longitude":136.320928,"Latitude":-68.828165}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1800.061.2017172211026.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1800.061.2017172211026.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1800.061.2017172211026.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1800.061.2017272160845.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1800.061.2017172211026.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:10:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":53.98291015625,"SizeInBytes":56605184,"Checksum":{"Value":"2f5ed4607bd63de11c94928570f31987","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834119-LAADS","revision-id":4,"native-id":"LAADS:2715260445","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.143Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T18:50:00.000Z","EndingDateTime":"2000-03-21T18:55:00.000Z"}},"GranuleUR":"LAADS:2715260445","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-136.026305,"Latitude":78.882627},{"Longitude":-61.470408,"Latitude":68.158059},{"Longitude":-9.143362,"Latitude":69.777764},{"Longitude":79.967105,"Latitude":81.95613},{"Longitude":-136.026305,"Latitude":78.882627}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1850.061.2017172211348.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1850.061.2017172211348.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1850.061.2017172211348.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1850.061.2017272161517.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1850.061.2017172211348.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":102.46459197998,"SizeInBytes":107441912,"Checksum":{"Value":"d378d9735e7946ba4f46ddcb520edea9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834211-LAADS","revision-id":4,"native-id":"LAADS:2715261261","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.514Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T18:55:00.000Z","EndingDateTime":"2000-03-21T19:00:00.000Z"}},"GranuleUR":"LAADS:2715261261","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-130.797654,"Latitude":61.212158},{"Longitude":-90.377197,"Latitude":55.610925},{"Longitude":-61.827921,"Latitude":68.530057},{"Longitude":-138.253864,"Latitude":79.328558},{"Longitude":-130.797654,"Latitude":61.212158}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1855.061.2017172211348.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1855.061.2017172211348.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1855.061.2017172211348.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1855.061.2017272162554.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1855.061.2017172211348.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.321568489075,"SizeInBytes":159720741,"Checksum":{"Value":"f0e615daf9f99f5e2a5ce2e8a79cf7a4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834116-LAADS","revision-id":4,"native-id":"LAADS:2715260446","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.156Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T19:00:00.000Z","EndingDateTime":"2000-03-21T19:05:00.000Z"}},"GranuleUR":"LAADS:2715260446","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-131.771418,"Latitude":43.412156},{"Longitude":-103.518407,"Latitude":39.582095},{"Longitude":-90.961307,"Latitude":55.899259},{"Longitude":-131.436896,"Latitude":61.697177},{"Longitude":-131.771418,"Latitude":43.412156}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1900.061.2017172211433.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1900.061.2017172211433.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1900.061.2017172211433.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1900.061.2017272162454.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1900.061.2017172211433.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:33.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.355723381042,"SizeInBytes":175485195,"Checksum":{"Value":"d6ea2927125fba9b36b52532738207ca","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834210-LAADS","revision-id":4,"native-id":"LAADS:2715261262","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.514Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T19:05:00.000Z","EndingDateTime":"2000-03-21T19:10:00.000Z"}},"GranuleUR":"LAADS:2715261262","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-133.991578,"Latitude":25.582513},{"Longitude":-111.02377,"Latitude":22.446597},{"Longitude":-104.015386,"Latitude":39.794429},{"Longitude":-132.021544,"Latitude":43.845822},{"Longitude":-133.991578,"Latitude":25.582513}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1905.061.2017172211443.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1905.061.2017172211443.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1905.061.2017172211443.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1905.061.2017272162503.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1905.061.2017172211443.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.034689903259,"SizeInBytes":159419927,"Checksum":{"Value":"a74da8c9dd635b2e7fe0c7e6e1563eca","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834125-LAADS","revision-id":4,"native-id":"LAADS:2715260447","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.206Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T19:10:00.000Z","EndingDateTime":"2000-03-21T19:15:00.000Z"}},"GranuleUR":"LAADS:2715260447","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-137.019606,"Latitude":7.794689},{"Longitude":-116.048038,"Latitude":4.826024},{"Longitude":-111.30316,"Latitude":22.582127},{"Longitude":-134.112271,"Latitude":25.918322},{"Longitude":-137.019606,"Latitude":7.794689}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1910.061.2017172211304.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1910.061.2017172211304.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1910.061.2017172211304.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1910.061.2017272163649.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1910.061.2017172211304.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.747282028198,"SizeInBytes":175895774,"Checksum":{"Value":"b4b687a94efb6713b42f1cbf34242599","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834520-LAADS","revision-id":4,"native-id":"LAADS:2715263921","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.929Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T19:15:00.000Z","EndingDateTime":"2000-03-21T19:20:00.000Z"}},"GranuleUR":"LAADS:2715263921","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-140.982931,"Latitude":-9.906447},{"Longitude":-119.816304,"Latitude":-13.042146},{"Longitude":-116.183177,"Latitude":4.922553},{"Longitude":-137.071242,"Latitude":7.997849},{"Longitude":-140.982931,"Latitude":-9.906447}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1915.061.2017172211706.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1915.061.2017172211706.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1915.061.2017172211706.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1915.061.2017272162338.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1915.061.2017172211706.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.505247116089,"SizeInBytes":165156222,"Checksum":{"Value":"a7d3ab8f6520e3e06ede0f01ab3bc076","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834213-LAADS","revision-id":4,"native-id":"LAADS:2715261263","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.500Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T19:20:00.000Z","EndingDateTime":"2000-03-21T19:25:00.000Z"}},"GranuleUR":"LAADS:2715261263","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-146.477551,"Latitude":-27.420678},{"Longitude":-122.558793,"Latitude":-31.090605},{"Longitude":-119.609442,"Latitude":-12.951923},{"Longitude":-140.980335,"Latitude":-9.812142},{"Longitude":-146.477551,"Latitude":-27.420678}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1920.061.2017172211437.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1920.061.2017172211437.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1920.061.2017172211437.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1920.061.2017272162539.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1920.061.2017172211437.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:37.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":143.538287162781,"SizeInBytes":150510803,"Checksum":{"Value":"27a0ddb7940a5a1e1caa10c0d705d96f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834053-LAADS","revision-id":4,"native-id":"LAADS:2715259561","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.721Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T19:25:00.000Z","EndingDateTime":"2000-03-21T19:30:00.000Z"}},"GranuleUR":"LAADS:2715259561","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-155.07955,"Latitude":-44.303907},{"Longitude":-124.380932,"Latitude":-49.089287},{"Longitude":-122.146143,"Latitude":-30.861004},{"Longitude":-146.447392,"Latitude":-27.334215},{"Longitude":-155.07955,"Latitude":-44.303907}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1925.061.2017172211120.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1925.061.2017172211120.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1925.061.2017172211120.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1925.061.2017272163707.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1925.061.2017172211120.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.328946113586,"SizeInBytes":172311389,"Checksum":{"Value":"8efebb0622d9b3fb161dbbaea871f248","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834149-LAADS","revision-id":4,"native-id":"LAADS:2715260565","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.046Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T19:30:00.000Z","EndingDateTime":"2000-03-21T19:35:00.000Z"}},"GranuleUR":"LAADS:2715260565","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-171.257326,"Latitude":-59.642637},{"Longitude":-124.230407,"Latitude":-66.961892},{"Longitude":-123.736562,"Latitude":-48.718122},{"Longitude":-154.941265,"Latitude":-44.251633},{"Longitude":-171.257326,"Latitude":-59.642637}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:07.400Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1930.061.2017172211432.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1930.061.2017172211432.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1930.061.2017172211432.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1930.061.2017272164031.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1930.061.2017172211432.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.136603355408,"SizeInBytes":170012551,"Checksum":{"Value":"1b3ff20ed5ca71080554f423c6ee29a8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834341-LAADS","revision-id":4,"native-id":"LAADS:2715262159","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.087Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T19:35:00.000Z","EndingDateTime":"2000-03-21T19:40:00.000Z"}},"GranuleUR":"LAADS:2715262159","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":152.195096,"Latitude":-69.905528},{"Longitude":-105.72786,"Latitude":-84.409434},{"Longitude":-123.299553,"Latitude":-66.463905},{"Longitude":-170.880926,"Latitude":-59.689945},{"Longitude":152.195096,"Latitude":-69.905528}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1935.061.2017172211444.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1935.061.2017172211444.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1935.061.2017172211444.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1935.061.2017272162456.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1935.061.2017172211444.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.391154289246,"SizeInBytes":155599403,"Checksum":{"Value":"00cc5b5ac9ecabb901b7220052b46ec1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834157-LAADS","revision-id":4,"native-id":"LAADS:2715260566","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.062Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T19:40:00.000Z","EndingDateTime":"2000-03-21T19:45:00.000Z"}},"GranuleUR":"LAADS:2715260566","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":102.096145,"Latitude":-66.948905},{"Longitude":32.736386,"Latitude":-76.912848},{"Longitude":-105.01209,"Latitude":-83.782964},{"Longitude":152.662903,"Latitude":-70.195552},{"Longitude":102.096145,"Latitude":-66.948905}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:07.400Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1940.061.2017172211430.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.1940.061.2017172211430.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.1940.061.2017172211430.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.1940.061.2017272160826.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.1940.061.2017172211430.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":27.8850402832031,"SizeInBytes":29239584,"Checksum":{"Value":"94e6deab9c3af1945956b99fa37c27d6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834338-LAADS","revision-id":4,"native-id":"LAADS:2715262160","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.113Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T20:30:00.000Z","EndingDateTime":"2000-03-21T20:35:00.000Z"}},"GranuleUR":"LAADS:2715262160","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-157.978454,"Latitude":74.9751},{"Longitude":-95.020559,"Latitude":65.99654},{"Longitude":-45.437391,"Latitude":70.959963},{"Longitude":72.425486,"Latitude":85.45797},{"Longitude":-157.978454,"Latitude":74.9751}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2030.061.2017172211655.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2030.061.2017172211655.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2030.061.2017172211655.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2030.061.2017272161823.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2030.061.2017172211655.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":129.393870353699,"SizeInBytes":135679307,"Checksum":{"Value":"ad1c3b3dbd6ecb2e8c645b886ec2d92f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834123-LAADS","revision-id":4,"native-id":"LAADS:2715260448","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.254Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T20:35:00.000Z","EndingDateTime":"2000-03-21T20:40:00.000Z"}},"GranuleUR":"LAADS:2715260448","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-155.574165,"Latitude":57.249436},{"Longitude":-118.861086,"Latitude":52.205596},{"Longitude":-95.431693,"Latitude":66.319194},{"Longitude":-159.52605,"Latitude":75.450948},{"Longitude":-155.574165,"Latitude":57.249436}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2035.061.2017172211540.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2035.061.2017172211540.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2035.061.2017172211540.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2035.061.2017272162633.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2035.061.2017172211540.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.257331848145,"SizeInBytes":166993416,"Checksum":{"Value":"b46b49fa3f335c86e13ad80e8be3b76f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834212-LAADS","revision-id":4,"native-id":"LAADS:2715261264","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.545Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T20:40:00.000Z","EndingDateTime":"2000-03-21T20:45:00.000Z"}},"GranuleUR":"LAADS:2715261264","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-156.9055,"Latitude":39.435021},{"Longitude":-130.258447,"Latitude":35.832061},{"Longitude":-119.463225,"Latitude":52.483503},{"Longitude":-156.054113,"Latitude":57.733325},{"Longitude":-156.9055,"Latitude":39.435021}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2040.061.2017172211259.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2040.061.2017172211259.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2040.061.2017172211259.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2040.061.2017272163912.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2040.061.2017172211259.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.889915466309,"SizeInBytes":168705304,"Checksum":{"Value":"d4c168ac58bcdda8d797f875f09628bf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834217-LAADS","revision-id":4,"native-id":"LAADS:2715261265","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.572Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T20:45:00.000Z","EndingDateTime":"2000-03-21T20:50:00.000Z"}},"GranuleUR":"LAADS:2715261265","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-159.317317,"Latitude":21.614187},{"Longitude":-136.993484,"Latitude":18.542373},{"Longitude":-130.653146,"Latitude":36.011111},{"Longitude":-157.117473,"Latitude":39.851469},{"Longitude":-159.317317,"Latitude":21.614187}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2045.061.2017172211509.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2045.061.2017172211509.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2045.061.2017172211509.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2045.061.2017272163232.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2045.061.2017172211509.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.066591262817,"SizeInBytes":164696258,"Checksum":{"Value":"bded320777d0202cb60093550c97bd55","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834218-LAADS","revision-id":4,"native-id":"LAADS:2715261266","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.637Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T20:50:00.000Z","EndingDateTime":"2000-03-21T20:55:00.000Z"}},"GranuleUR":"LAADS:2715261266","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-162.529614,"Latitude":3.8415},{"Longitude":-141.702674,"Latitude":0.863647},{"Longitude":-137.270901,"Latitude":18.673835},{"Longitude":-159.420314,"Latitude":21.920262},{"Longitude":-162.529614,"Latitude":3.8415}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2050.061.2017172211549.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2050.061.2017172211549.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2050.061.2017172211549.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2050.061.2017272162845.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2050.061.2017172211549.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.231392860413,"SizeInBytes":161723337,"Checksum":{"Value":"fc80521684cc574dc0da9ab5b087998f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834126-LAADS","revision-id":4,"native-id":"LAADS:2715260449","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.215Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T20:55:00.000Z","EndingDateTime":"2000-03-21T21:00:00.000Z"}},"GranuleUR":"LAADS:2715260449","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-166.765643,"Latitude":-13.843961},{"Longitude":-145.222076,"Latitude":-17.065984},{"Longitude":-141.759621,"Latitude":0.946698},{"Longitude":-162.570496,"Latitude":4.013319},{"Longitude":-166.765643,"Latitude":-13.843961}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2055.061.2017172211515.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2055.061.2017172211515.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2055.061.2017172211515.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2055.061.2017272161913.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2055.061.2017172211515.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":143.428642272949,"SizeInBytes":150395832,"Checksum":{"Value":"500f074170ae5acffdfcb04ff5339753","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834247-LAADS","revision-id":4,"native-id":"LAADS:2715261416","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.247Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T21:00:00.000Z","EndingDateTime":"2000-03-21T21:05:00.000Z"}},"GranuleUR":"LAADS:2715261416","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-172.7518,"Latitude":-31.259659},{"Longitude":-147.780117,"Latitude":-35.110941},{"Longitude":-144.969777,"Latitude":-16.945604},{"Longitude":-166.746293,"Latitude":-13.753027},{"Longitude":-172.7518,"Latitude":-31.259659}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:07.300Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2100.061.2017172211444.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2100.061.2017172211444.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2100.061.2017172211444.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2100.061.2017272163636.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2100.061.2017172211444.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.630764007568,"SizeInBytes":169482140,"Checksum":{"Value":"445c6a5874c4448ceafcce0c5f697a94","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834216-LAADS","revision-id":4,"native-id":"LAADS:2715261267","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.639Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T21:05:00.000Z","EndingDateTime":"2000-03-21T21:10:00.000Z"}},"GranuleUR":"LAADS:2715261267","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":177.518939,"Latitude":-47.914363},{"Longitude":-149.326641,"Latitude":-53.088389},{"Longitude":-147.318431,"Latitude":-34.849511},{"Longitude":-172.716082,"Latitude":-31.174836},{"Longitude":177.518939,"Latitude":-47.914363}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2105.061.2017172211432.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2105.061.2017172211432.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2105.061.2017172211432.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2105.061.2017272164327.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2105.061.2017172211432.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.073479652405,"SizeInBytes":174140665,"Checksum":{"Value":"4ff2f6427bb3c2b6ae9b012b1af3dc75","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834127-LAADS","revision-id":4,"native-id":"LAADS:2715260450","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.266Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T21:10:00.000Z","EndingDateTime":"2000-03-21T21:15:00.000Z"}},"GranuleUR":"LAADS:2715260450","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":158.304594,"Latitude":-62.605385},{"Longitude":-148.173018,"Latitude":-70.916916},{"Longitude":-148.618083,"Latitude":-52.686634},{"Longitude":177.697498,"Latitude":-47.876685},{"Longitude":158.304594,"Latitude":-62.605385}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2110.061.2017172211429.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2110.061.2017172211429.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2110.061.2017172211429.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2110.061.2017272164320.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2110.061.2017172211429.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:29.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.172204017639,"SizeInBytes":166904153,"Checksum":{"Value":"146b18112249ea39b4a5c0ffe755e892","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834075-LAADS","revision-id":4,"native-id":"LAADS:2715259741","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.465Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T21:15:00.000Z","EndingDateTime":"2000-03-21T21:20:00.000Z"}},"GranuleUR":"LAADS:2715259741","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":115.94346,"Latitude":-70.57693},{"Longitude":-91.201817,"Latitude":-87.200523},{"Longitude":-147.184314,"Latitude":-70.394623},{"Longitude":158.743315,"Latitude":-62.689509},{"Longitude":115.94346,"Latitude":-70.57693}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2115.061.2017172211245.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2115.061.2017172211245.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2115.061.2017172211245.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2115.061.2017272161947.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2115.061.2017172211245.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":125.775066375732,"SizeInBytes":131884716,"Checksum":{"Value":"adc3bde7e055c975ef217ba2288716ee","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834128-LAADS","revision-id":4,"native-id":"LAADS:2715260451","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.261Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T22:05:00.000Z","EndingDateTime":"2000-03-21T22:10:00.000Z"}},"GranuleUR":"LAADS:2715260451","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":118.134202,"Latitude":87.415791},{"Longitude":-82.591181,"Latitude":70.890456},{"Longitude":-36.396751,"Latitude":64.256528},{"Longitude":20.590292,"Latitude":72.2647},{"Longitude":118.134202,"Latitude":87.415791}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2205.061.2017172211251.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2205.061.2017172211251.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2205.061.2017172211251.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2205.061.2017272161144.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2205.061.2017172211251.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":38.3529443740845,"SizeInBytes":40215977,"Checksum":{"Value":"7bac8f386041a85e608fca78cc11c6b3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834131-LAADS","revision-id":4,"native-id":"LAADS:2715260452","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.287Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T22:10:00.000Z","EndingDateTime":"2000-03-21T22:15:00.000Z"}},"GranuleUR":"LAADS:2715260452","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":178.67472,"Latitude":71.041873},{"Longitude":-126.902587,"Latitude":63.331176},{"Longitude":-82.40503,"Latitude":71.242037},{"Longitude":105.508908,"Latitude":87.167323},{"Longitude":178.67472,"Latitude":71.041873}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2210.061.2017172211424.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2210.061.2017172211424.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2210.061.2017172211424.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2210.061.2017272162145.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2210.061.2017172211424.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":136.406687736511,"SizeInBytes":143032779,"Checksum":{"Value":"1424914438f09ed322972258c457f7ce","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834076-LAADS","revision-id":4,"native-id":"LAADS:2715259742","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.510Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T22:15:00.000Z","EndingDateTime":"2000-03-21T22:20:00.000Z"}},"GranuleUR":"LAADS:2715259742","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":179.557683,"Latitude":53.276711},{"Longitude":-146.807166,"Latitude":48.689853},{"Longitude":-127.494098,"Latitude":63.68687},{"Longitude":177.563926,"Latitude":71.532318},{"Longitude":179.557683,"Latitude":53.276711}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2215.061.2017172211334.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2215.061.2017172211334.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2215.061.2017172211334.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2215.061.2017272163245.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2215.061.2017172211334.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.078797340393,"SizeInBytes":172049089,"Checksum":{"Value":"205b4240ba2e5844ba0dee6cae674681","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834152-LAADS","revision-id":4,"native-id":"LAADS:2715260567","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.134Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T22:20:00.000Z","EndingDateTime":"2000-03-21T22:25:00.000Z"}},"GranuleUR":"LAADS:2715260567","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":177.91064,"Latitude":35.461265},{"Longitude":-156.724782,"Latitude":32.021383},{"Longitude":-147.313812,"Latitude":48.926667},{"Longitude":179.163149,"Latitude":53.750888},{"Longitude":177.91064,"Latitude":35.461265}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:07.400Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2220.061.2017172211335.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2220.061.2017172211335.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2220.061.2017172211335.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2220.061.2017272164456.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2220.061.2017172211335.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:36.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.453676223755,"SizeInBytes":169296450,"Checksum":{"Value":"cafd1dacdf2b9201039cf39a323a5ed2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834214-LAADS","revision-id":4,"native-id":"LAADS:2715261268","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.678Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T22:25:00.000Z","EndingDateTime":"2000-03-21T22:30:00.000Z"}},"GranuleUR":"LAADS:2715261268","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":175.318368,"Latitude":17.641374},{"Longitude":-162.899593,"Latitude":14.62299},{"Longitude":-157.119126,"Latitude":32.194762},{"Longitude":177.730645,"Latitude":35.853469},{"Longitude":175.318368,"Latitude":17.641374}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2225.061.2017172211317.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2225.061.2017172211317.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2225.061.2017172211317.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2225.061.2017272162528.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2225.061.2017172211317.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.483655929565,"SizeInBytes":153599246,"Checksum":{"Value":"fe21730894eeb0995810b9fab8cbc1b3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834077-LAADS","revision-id":4,"native-id":"LAADS:2715259743","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.534Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T22:30:00.000Z","EndingDateTime":"2000-03-21T22:35:00.000Z"}},"GranuleUR":"LAADS:2715259743","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":171.911931,"Latitude":-0.108111},{"Longitude":-167.303122,"Latitude":-3.110514},{"Longitude":-163.141739,"Latitude":14.744246},{"Longitude":175.231458,"Latitude":17.919627},{"Longitude":171.911931,"Latitude":-0.108111}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2230.061.2017172211204.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2230.061.2017172211204.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2230.061.2017172211204.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2230.061.2017272161845.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2230.061.2017172211204.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:05.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.816034317017,"SizeInBytes":153947770,"Checksum":{"Value":"160f6dff5c6239ef39b8b77f1301c0ef","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834245-LAADS","revision-id":4,"native-id":"LAADS:2715261417","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.253Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T22:35:00.000Z","EndingDateTime":"2000-03-21T22:40:00.000Z"}},"GranuleUR":"LAADS:2715261417","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":167.369481,"Latitude":-17.768882},{"Longitude":-170.586701,"Latitude":-21.094179},{"Longitude":-167.280928,"Latitude":-3.03899},{"Longitude":171.881512,"Latitude":0.031631},{"Longitude":167.369481,"Latitude":-17.768882}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:07.300Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2235.061.2017172211830.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2235.061.2017172211830.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2235.061.2017172211830.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2235.061.2017272162909.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2235.061.2017172211830.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.431709289551,"SizeInBytes":162981960,"Checksum":{"Value":"b21798ce8f322af04af196ab44f69627","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834047-LAADS","revision-id":4,"native-id":"LAADS:2715259562","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.807Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T22:40:00.000Z","EndingDateTime":"2000-03-21T22:45:00.000Z"}},"GranuleUR":"LAADS:2715259562","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":160.787185,"Latitude":-35.063724},{"Longitude":-172.954503,"Latitude":-39.131682},{"Longitude":-170.288888,"Latitude":-20.943415},{"Longitude":167.390756,"Latitude":-17.678945},{"Longitude":160.787185,"Latitude":-35.063724}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2240.061.2017172211247.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2240.061.2017172211247.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2240.061.2017172211247.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2240.061.2017272162807.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2240.061.2017172211247.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.273182868958,"SizeInBytes":165961461,"Checksum":{"Value":"a143700aeba4794a538b91e3afdfbe0b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834215-LAADS","revision-id":4,"native-id":"LAADS:2715261269","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.702Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T22:45:00.000Z","EndingDateTime":"2000-03-21T22:50:00.000Z"}},"GranuleUR":"LAADS:2715261269","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":149.686075,"Latitude":-51.441894},{"Longitude":-174.164668,"Latitude":-57.084164},{"Longitude":-172.44214,"Latitude":-38.838157},{"Longitude":160.846179,"Latitude":-34.985612},{"Longitude":149.686075,"Latitude":-51.441894}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2245.061.2017172211302.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2245.061.2017172211302.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2245.061.2017172211302.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2245.061.2017272163231.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2245.061.2017172211302.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.00973033905,"SizeInBytes":168830939,"Checksum":{"Value":"38d709709ec5a11d99c9965f8ac77c58","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834339-LAADS","revision-id":4,"native-id":"LAADS:2715262161","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.120Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T22:50:00.000Z","EndingDateTime":"2000-03-21T22:55:00.000Z"}},"GranuleUR":"LAADS:2715262161","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":126.641109,"Latitude":-65.273274},{"Longitude":-171.397644,"Latitude":-74.855136},{"Longitude":-173.38446,"Latitude":-56.652822},{"Longitude":149.912089,"Latitude":-51.42191},{"Longitude":126.641109,"Latitude":-65.273274}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2250.061.2017172211305.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2250.061.2017172211305.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2250.061.2017172211305.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2250.061.2017272163823.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2250.061.2017172211305.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:05.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.573981285095,"SizeInBytes":159985415,"Checksum":{"Value":"cdad837e45a39a7e86e77d03ee0759c2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834454-LAADS","revision-id":4,"native-id":"LAADS:2715263165","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.230Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T22:55:00.000Z","EndingDateTime":"2000-03-21T23:00:00.000Z"}},"GranuleUR":"LAADS:2715263165","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":79.084209,"Latitude":-70.464409},{"Longitude":-45.799414,"Latitude":-86.109609},{"Longitude":-170.264653,"Latitude":-74.304993},{"Longitude":127.134142,"Latitude":-65.401873},{"Longitude":79.084209,"Latitude":-70.464409}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.800Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2255.061.2017172211641.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2255.061.2017172211641.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2255.061.2017172211641.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2255.061.2017272161049.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2255.061.2017172211641.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":90.6565599441528,"SizeInBytes":95060293,"Checksum":{"Value":"5a1ae44370685a1c7aa9f708eaa9b36e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834251-LAADS","revision-id":4,"native-id":"LAADS:2715261418","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.266Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T23:45:00.000Z","EndingDateTime":"2000-03-21T23:50:00.000Z"}},"GranuleUR":"LAADS:2715261418","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":136.698374,"Latitude":84.576165},{"Longitude":-119.467323,"Latitude":70.368074},{"Longitude":-68.734524,"Latitude":66.827758},{"Longitude":-2.097983,"Latitude":76.181348},{"Longitude":136.698374,"Latitude":84.576165}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:07.300Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2345.061.2017172211410.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2345.061.2017172211410.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2345.061.2017172211410.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2345.061.2017272161231.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2345.061.2017172211410.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":60.6214427947998,"SizeInBytes":63566190,"Checksum":{"Value":"e2e3c212aa71f26ba8c988a25afd2748","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834050-LAADS","revision-id":4,"native-id":"LAADS:2715259563","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.823Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T23:50:00.000Z","EndingDateTime":"2000-03-21T23:55:00.000Z"}},"GranuleUR":"LAADS:2715259563","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":154.637463,"Latitude":67.177837},{"Longitude":-157.452554,"Latitude":60.455092},{"Longitude":-119.52082,"Latitude":70.737274},{"Longitude":130.528596,"Latitude":84.862011},{"Longitude":154.637463,"Latitude":67.177837}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2350.061.2017172211119.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2350.061.2017172211119.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2350.061.2017172211119.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2350.061.2017272162221.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2350.061.2017172211119.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":142.240178108215,"SizeInBytes":149149637,"Checksum":{"Value":"3db4ad2d04b0ee2f162fbc8908c5d08f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462834052-LAADS","revision-id":4,"native-id":"LAADS:2715259564","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.813Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-21T23:55:00.000Z","EndingDateTime":"2000-03-22T00:00:00.000Z"}},"GranuleUR":"LAADS:2715259564","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":154.587528,"Latitude":49.303656},{"Longitude":-174.249454,"Latitude":45.067429},{"Longitude":-158.041985,"Latitude":60.777745},{"Longitude":153.776426,"Latitude":67.668042},{"Longitude":154.587528,"Latitude":49.303656}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2355.061.2017172211414.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000081.2355.061.2017172211414.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/081/MOD02QKM.A2000081.2355.061.2017172211414.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/081/MOBRGB.A2000081.2355.061.2017272163419.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000081.2355.061.2017172211414.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":167.214365959167,"SizeInBytes":175336971,"Checksum":{"Value":"cd693736d74a8039574065f7a06a4971","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837045-LAADS","revision-id":4,"native-id":"LAADS:2715260453","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.396Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T00:00:00.000Z","EndingDateTime":"2000-03-22T00:05:00.000Z"}},"GranuleUR":"LAADS:2715260453","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":152.680693,"Latitude":31.48234},{"Longitude":176.95094,"Latitude":28.18318},{"Longitude":-174.755255,"Latitude":45.294743},{"Longitude":154.257983,"Latitude":49.763598},{"Longitude":152.680693,"Latitude":31.48234}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0000.061.2017172211326.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0000.061.2017172211326.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0000.061.2017172211326.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0000.061.2017272163911.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0000.061.2017172211326.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.829375267029,"SizeInBytes":172836127,"Checksum":{"Value":"55c238c3854d162d761ced39596ee83b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837102-LAADS","revision-id":4,"native-id":"LAADS:2715261270","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.742Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T00:05:00.000Z","EndingDateTime":"2000-03-22T00:10:00.000Z"}},"GranuleUR":"LAADS:2715261270","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":149.913145,"Latitude":13.670871},{"Longitude":171.277921,"Latitude":10.686163},{"Longitude":176.589552,"Latitude":28.34323},{"Longitude":152.52824,"Latitude":31.852045},{"Longitude":149.913145,"Latitude":13.670871}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0005.061.2017172211340.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0005.061.2017172211340.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0005.061.2017172211340.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0005.061.2017272163814.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0005.061.2017172211340.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.856629371643,"SizeInBytes":163427521,"Checksum":{"Value":"3afdc5b1168e98746236fc8164be0a5e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837116-LAADS","revision-id":4,"native-id":"LAADS:2715261419","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.355Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T00:10:00.000Z","EndingDateTime":"2000-03-22T00:15:00.000Z"}},"GranuleUR":"LAADS:2715261419","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":146.298097,"Latitude":-4.050415},{"Longitude":167.147186,"Latitude":-7.093265},{"Longitude":171.072659,"Latitude":10.797861},{"Longitude":149.839726,"Latitude":13.919474},{"Longitude":146.298097,"Latitude":-4.050415}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:07.300Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0010.061.2017172211411.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0010.061.2017172211411.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0010.061.2017172211411.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0010.061.2017272162836.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0010.061.2017172211411.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.170506477356,"SizeInBytes":156416613,"Checksum":{"Value":"5afee158f9f5adb757218b6459f8ba51","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837048-LAADS","revision-id":4,"native-id":"LAADS:2715260454","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.396Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T00:15:00.000Z","EndingDateTime":"2000-03-22T00:20:00.000Z"}},"GranuleUR":"LAADS:2715260454","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":141.411727,"Latitude":-21.676683},{"Longitude":164.08891,"Latitude":-25.123533},{"Longitude":167.247475,"Latitude":-7.031063},{"Longitude":146.281255,"Latitude":-3.943641},{"Longitude":141.411727,"Latitude":-21.676683}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0015.061.2017172211416.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0015.061.2017172211416.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0015.061.2017172211416.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0015.061.2017272163242.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0015.061.2017172211416.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:16.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.928214073181,"SizeInBytes":165599735,"Checksum":{"Value":"2743a8212f2eda2906fd3028ca7d43bd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836982-LAADS","revision-id":4,"native-id":"LAADS:2715259744","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.554Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T00:20:00.000Z","EndingDateTime":"2000-03-22T00:25:00.000Z"}},"GranuleUR":"LAADS:2715259744","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":134.124756,"Latitude":-38.828358},{"Longitude":161.924615,"Latitude":-43.149107},{"Longitude":164.433399,"Latitude":-24.941345},{"Longitude":141.436541,"Latitude":-21.58851},{"Longitude":134.124756,"Latitude":-38.828358}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0020.061.2017172211349.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0020.061.2017172211349.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0020.061.2017172211349.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0020.061.2017272163120.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0020.061.2017172211349.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.526857376099,"SizeInBytes":170421762,"Checksum":{"Value":"3742ea1f4bc5e617706c32edf7b5e2f7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837073-LAADS","revision-id":4,"native-id":"LAADS:2715260568","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.147Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T00:25:00.000Z","EndingDateTime":"2000-03-22T00:30:00.000Z"}},"GranuleUR":"LAADS:2715260568","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":121.308755,"Latitude":-54.85847},{"Longitude":161.144881,"Latitude":-61.071883},{"Longitude":162.490771,"Latitude":-42.823062},{"Longitude":134.204558,"Latitude":-38.756738},{"Longitude":121.308755,"Latitude":-54.85847}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:07.400Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0025.061.2017172211401.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0025.061.2017172211401.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0025.061.2017172211401.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0025.061.2017272163617.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0025.061.2017172211401.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.714496612549,"SizeInBytes":167472788,"Checksum":{"Value":"95822ee723a25afeb2873fa2f4090b28","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837107-LAADS","revision-id":4,"native-id":"LAADS:2715261271","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.769Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T00:30:00.000Z","EndingDateTime":"2000-03-22T00:35:00.000Z"}},"GranuleUR":"LAADS:2715261271","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":93.531361,"Latitude":-67.539346},{"Longitude":166.831444,"Latitude":-78.754241},{"Longitude":162.004411,"Latitude":-60.61219},{"Longitude":121.590183,"Latitude":-54.861216},{"Longitude":93.531361,"Latitude":-67.539346}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0030.061.2017172211159.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0030.061.2017172211159.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0030.061.2017172211159.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0030.061.2017272162400.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0030.061.2017172211159.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":149.643198013306,"SizeInBytes":156912266,"Checksum":{"Value":"cecd99348518f334f596637fcc9a175f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837271-LAADS","revision-id":4,"native-id":"LAADS:2715265690","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.042Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T00:35:00.000Z","EndingDateTime":"2000-03-22T00:40:00.000Z"}},"GranuleUR":"LAADS:2715265690","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":42.786862,"Latitude":-69.588844},{"Longitude":-50.080621,"Latitude":-82.649568},{"Longitude":168.15,"Latitude":-78.169809},{"Longitude":94.093444,"Latitude":-67.748795},{"Longitude":42.786862,"Latitude":-69.588844}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0035.061.2017172211649.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0035.061.2017172211649.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0035.061.2017172211649.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0035.061.2017272161023.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0035.061.2017172211649.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":60.6834659576416,"SizeInBytes":63631226,"Checksum":{"Value":"ee5f449220b4d8c4ab34cad43c6a3128","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837120-LAADS","revision-id":4,"native-id":"LAADS:2715261420","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.373Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T01:25:00.000Z","EndingDateTime":"2000-03-22T01:30:00.000Z"}},"GranuleUR":"LAADS:2715261420","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":122.643599,"Latitude":80.842883},{"Longitude":-155.301317,"Latitude":69.069966},{"Longitude":-102.701274,"Latitude":68.933674},{"Longitude":-22.728584,"Latitude":80.044683},{"Longitude":122.643599,"Latitude":80.842883}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:07.300Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0125.061.2017172211348.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0125.061.2017172211348.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0125.061.2017172211348.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0125.061.2017272161513.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0125.061.2017172211348.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":81.9205408096313,"SizeInBytes":85899913,"Checksum":{"Value":"ff193cc92c77a371547076a99d1ede52","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836987-LAADS","revision-id":4,"native-id":"LAADS:2715259745","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.745Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T01:30:00.000Z","EndingDateTime":"2000-03-22T01:35:00.000Z"}},"GranuleUR":"LAADS:2715259745","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":130.230186,"Latitude":63.21869},{"Longitude":172.893404,"Latitude":57.287765},{"Longitude":-155.577896,"Latitude":69.448849},{"Longitude":119.619311,"Latitude":81.255829},{"Longitude":130.230186,"Latitude":63.21869}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0130.061.2017172211509.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0130.061.2017172211509.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0130.061.2017172211509.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0130.061.2017272162336.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0130.061.2017172211509.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.696056365967,"SizeInBytes":160113420,"Checksum":{"Value":"96d0a0e821da89c9cc6020db74e852eb","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836988-LAADS","revision-id":4,"native-id":"LAADS:2715259746","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.662Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T01:35:00.000Z","EndingDateTime":"2000-03-22T01:40:00.000Z"}},"GranuleUR":"LAADS:2715259746","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":129.5492,"Latitude":45.420968},{"Longitude":158.690103,"Latitude":41.466502},{"Longitude":172.311002,"Latitude":57.584548},{"Longitude":129.572326,"Latitude":63.708457},{"Longitude":129.5492,"Latitude":45.420968}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0135.061.2017172211140.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0135.061.2017172211140.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0135.061.2017172211140.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0135.061.2017272162755.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0135.061.2017172211140.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":168.651238441467,"SizeInBytes":176843641,"Checksum":{"Value":"8d322c4dce06e955ebca4f1069b7e7e3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837043-LAADS","revision-id":4,"native-id":"LAADS:2715260455","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.391Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T01:40:00.000Z","EndingDateTime":"2000-03-22T01:45:00.000Z"}},"GranuleUR":"LAADS:2715260455","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":127.40685,"Latitude":27.506993},{"Longitude":150.77472,"Latitude":24.318242},{"Longitude":158.212229,"Latitude":41.677705},{"Longitude":129.257833,"Latitude":45.861484},{"Longitude":127.40685,"Latitude":27.506993}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0140.061.2017172211345.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0140.061.2017172211345.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0140.061.2017172211345.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0140.061.2017272163659.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0140.061.2017172211345.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.803315162659,"SizeInBytes":167565921,"Checksum":{"Value":"c2bb4c8d558c82b62574a735dfca10b3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837047-LAADS","revision-id":4,"native-id":"LAADS:2715260456","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.473Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T01:45:00.000Z","EndingDateTime":"2000-03-22T01:50:00.000Z"}},"GranuleUR":"LAADS:2715260456","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":124.466647,"Latitude":9.706988},{"Longitude":145.530451,"Latitude":6.738138},{"Longitude":150.445765,"Latitude":24.466086},{"Longitude":127.279823,"Latitude":27.851944},{"Longitude":124.466647,"Latitude":9.706988}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0145.061.2017172211515.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0145.061.2017172211515.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0145.061.2017172211515.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0145.061.2017272163204.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0145.061.2017172211515.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.51359462738,"SizeInBytes":154679215,"Checksum":{"Value":"55a8897d7dd0c435a1e86913b0b076e8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837105-LAADS","revision-id":4,"native-id":"LAADS:2715261272","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.793Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T01:50:00.000Z","EndingDateTime":"2000-03-22T01:55:00.000Z"}},"GranuleUR":"LAADS:2715261272","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":120.619051,"Latitude":-7.99972},{"Longitude":141.638305,"Latitude":-11.099682},{"Longitude":145.361442,"Latitude":6.841218},{"Longitude":124.404489,"Latitude":9.92582},{"Longitude":120.619051,"Latitude":-7.99972}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0150.061.2017172211524.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0150.061.2017172211524.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0150.061.2017172211524.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0150.061.2017272162754.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0150.061.2017172211524.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.377263069153,"SizeInBytes":166070597,"Checksum":{"Value":"aa4cdee5f7a193b97839d11d7814ea4f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837106-LAADS","revision-id":4,"native-id":"LAADS:2715261273","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.821Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T01:55:00.000Z","EndingDateTime":"2000-03-22T02:00:00.000Z"}},"GranuleUR":"LAADS:2715261273","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":115.339197,"Latitude":-25.558175},{"Longitude":138.806823,"Latitude":-29.148514},{"Longitude":141.824131,"Latitude":-11.02338},{"Longitude":120.617301,"Latitude":-7.904924},{"Longitude":115.339197,"Latitude":-25.558175}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0155.061.2017172211347.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0155.061.2017172211347.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0155.061.2017172211347.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0155.061.2017272162156.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0155.061.2017172211347.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.010426521301,"SizeInBytes":165685941,"Checksum":{"Value":"822ac4dc8ec8a7c20ab4856962750f9b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837049-LAADS","revision-id":4,"native-id":"LAADS:2715260457","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.504Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T02:00:00.000Z","EndingDateTime":"2000-03-22T02:05:00.000Z"}},"GranuleUR":"LAADS:2715260457","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":107.20505,"Latitude":-42.53715},{"Longitude":136.866008,"Latitude":-47.157359},{"Longitude":139.197475,"Latitude":-28.934492},{"Longitude":115.365695,"Latitude":-25.470576},{"Longitude":107.20505,"Latitude":-42.53715}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0200.061.2017172211408.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0200.061.2017172211408.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0200.061.2017172211408.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0200.061.2017272163425.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0200.061.2017172211408.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":169.063046455383,"SizeInBytes":177275453,"Checksum":{"Value":"924dfc55640968c234832218e91e42ae","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837050-LAADS","revision-id":4,"native-id":"LAADS:2715260458","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.529Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T02:05:00.000Z","EndingDateTime":"2000-03-22T02:10:00.000Z"}},"GranuleUR":"LAADS:2715260458","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":92.250324,"Latitude":-58.129995},{"Longitude":136.66389,"Latitude":-65.047669},{"Longitude":137.487001,"Latitude":-46.800709},{"Longitude":107.320765,"Latitude":-42.477439},{"Longitude":92.250324,"Latitude":-58.129995}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0205.061.2017172211311.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0205.061.2017172211311.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0205.061.2017172211311.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0205.061.2017272164225.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0205.061.2017172211311.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.341370582581,"SizeInBytes":169178689,"Checksum":{"Value":"8c07a4a9340d396b1307852c0f20d589","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837104-LAADS","revision-id":4,"native-id":"LAADS:2715261274","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.002Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T02:10:00.000Z","EndingDateTime":"2000-03-22T02:15:00.000Z"}},"GranuleUR":"LAADS:2715261274","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":58.873684,"Latitude":-69.275604},{"Longitude":148.407282,"Latitude":-82.5749},{"Longitude":137.514574,"Latitude":-64.563508},{"Longitude":92.592607,"Latitude":-58.160387},{"Longitude":58.873684,"Latitude":-69.275604}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0210.061.2017172211359.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0210.061.2017172211359.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0210.061.2017172211359.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0210.061.2017272162133.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0210.061.2017172211359.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":138.058316230774,"SizeInBytes":144764637,"Checksum":{"Value":"019d5e3bc3fddb81f6cf6ef13b5826ed","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836989-LAADS","revision-id":4,"native-id":"LAADS:2715259747","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.654Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T02:15:00.000Z","EndingDateTime":"2000-03-22T02:20:00.000Z"}},"GranuleUR":"LAADS:2715259747","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":7.772192,"Latitude":-67.998604},{"Longitude":-68.242122,"Latitude":-78.848395},{"Longitude":150.141754,"Latitude":-81.936684},{"Longitude":59.41358,"Latitude":-69.557771},{"Longitude":7.772192,"Latitude":-67.998604}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0215.061.2017172211348.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0215.061.2017172211348.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0215.061.2017172211348.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0215.061.2017272161047.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0215.061.2017172211348.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":37.4437885284424,"SizeInBytes":39262658,"Checksum":{"Value":"84f0e0a6469c4a2a552a029d34df13ae","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836990-LAADS","revision-id":4,"native-id":"LAADS:2715259748","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.688Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T03:05:00.000Z","EndingDateTime":"2000-03-22T03:10:00.000Z"}},"GranuleUR":"LAADS:2715259748","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":101.987662,"Latitude":76.964403},{"Longitude":170.403989,"Latitude":67.134918},{"Longitude":-138.309176,"Latitude":70.431059},{"Longitude":-37.657881,"Latitude":83.755041},{"Longitude":101.987662,"Latitude":76.964403}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0305.061.2017172211425.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0305.061.2017172211425.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0305.061.2017172211425.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0305.061.2017272161649.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0305.061.2017172211425.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":109.797603607178,"SizeInBytes":115131132,"Checksum":{"Value":"32587e5e024cbb0ebbe5012330395cdc","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836848-LAADS","revision-id":4,"native-id":"LAADS:2715258528","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.249Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T03:10:00.000Z","EndingDateTime":"2000-03-22T03:15:00.000Z"}},"GranuleUR":"LAADS:2715258528","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":105.583326,"Latitude":59.256645},{"Longitude":144.05374,"Latitude":53.955258},{"Longitude":169.950392,"Latitude":67.51523},{"Longitude":100.14538,"Latitude":77.425932},{"Longitude":105.583326,"Latitude":59.256645}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.000Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0310.061.2017172211057.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0310.061.2017172211057.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0310.061.2017172211057.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0310.061.2017272162221.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0310.061.2017172211057.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:10:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.238876342773,"SizeInBytes":168022640,"Checksum":{"Value":"a6b8227ac52931c4f635a3b25c52a953","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837051-LAADS","revision-id":4,"native-id":"LAADS:2715260459","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.530Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T03:15:00.000Z","EndingDateTime":"2000-03-22T03:20:00.000Z"}},"GranuleUR":"LAADS:2715260459","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":104.451159,"Latitude":41.450731},{"Longitude":131.86244,"Latitude":37.733469},{"Longitude":143.503198,"Latitude":54.224257},{"Longitude":105.072388,"Latitude":59.742575},{"Longitude":104.451159,"Latitude":41.450731}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0315.061.2017172211220.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0315.061.2017172211220.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0315.061.2017172211220.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0315.061.2017272163029.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0315.061.2017172211220.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.240785598755,"SizeInBytes":172218946,"Checksum":{"Value":"79f783550c0f8577e0f6dd873ad7eedd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837056-LAADS","revision-id":4,"native-id":"LAADS:2715260460","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.541Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T03:20:00.000Z","EndingDateTime":"2000-03-22T03:25:00.000Z"}},"GranuleUR":"LAADS:2715260460","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":102.132706,"Latitude":23.625901},{"Longitude":124.751868,"Latitude":20.519889},{"Longitude":131.416789,"Latitude":37.929054},{"Longitude":104.224365,"Latitude":41.87117},{"Longitude":102.132706,"Latitude":23.625901}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0320.061.2017172211201.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0320.061.2017172211201.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0320.061.2017172211201.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0320.061.2017272163244.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0320.061.2017172211201.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.118829727173,"SizeInBytes":169993914,"Checksum":{"Value":"a2c4815fb504e237c1664969e668c6cb","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837166-LAADS","revision-id":4,"native-id":"LAADS:2715263922","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.932Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T03:25:00.000Z","EndingDateTime":"2000-03-22T03:30:00.000Z"}},"GranuleUR":"LAADS:2715263922","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":98.973479,"Latitude":5.756832},{"Longitude":119.850818,"Latitude":2.784362},{"Longitude":124.456575,"Latitude":20.656651},{"Longitude":101.992491,"Latitude":23.942186},{"Longitude":98.973479,"Latitude":5.756832}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0325.061.2017172211812.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0325.061.2017172211812.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0325.061.2017172211812.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0325.061.2017272163436.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0325.061.2017172211812.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.572754859924,"SizeInBytes":165227009,"Checksum":{"Value":"f645a4b78f87d64b3259e7bed75233c4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836939-LAADS","revision-id":4,"native-id":"LAADS:2715259565","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.890Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T03:30:00.000Z","EndingDateTime":"2000-03-22T03:35:00.000Z"}},"GranuleUR":"LAADS:2715259565","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":94.870502,"Latitude":-11.939795},{"Longitude":116.214302,"Latitude":-15.11734},{"Longitude":119.757535,"Latitude":2.873511},{"Longitude":98.924863,"Latitude":5.942408},{"Longitude":94.870502,"Latitude":-11.939795}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0330.061.2017172211516.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0330.061.2017172211516.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0330.061.2017172211516.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0330.061.2017272163506.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0330.061.2017172211516.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.465482711792,"SizeInBytes":170357406,"Checksum":{"Value":"0c248c42f0f47da3e7a1c04cbb6eebed","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836936-LAADS","revision-id":4,"native-id":"LAADS:2715259566","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.935Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T03:35:00.000Z","EndingDateTime":"2000-03-22T03:40:00.000Z"}},"GranuleUR":"LAADS:2715259566","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":89.135171,"Latitude":-29.406715},{"Longitude":113.570735,"Latitude":-33.165232},{"Longitude":116.448121,"Latitude":-15.011949},{"Longitude":94.884359,"Latitude":-11.847879},{"Longitude":89.135171,"Latitude":-29.406715}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0335.061.2017172211050.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0335.061.2017172211050.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0335.061.2017172211050.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0335.061.2017272164116.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0335.061.2017172211050.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:10:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.994215965271,"SizeInBytes":170911823,"Checksum":{"Value":"5f7a986eb28e8aa8a634d0525cc8f11c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836938-LAADS","revision-id":4,"native-id":"LAADS:2715259567","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.906Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T03:40:00.000Z","EndingDateTime":"2000-03-22T03:45:00.000Z"}},"GranuleUR":"LAADS:2715259567","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":79.977402,"Latitude":-46.177149},{"Longitude":111.882625,"Latitude":-51.153522},{"Longitude":114.005918,"Latitude":-32.919018},{"Longitude":89.165014,"Latitude":-29.319908},{"Longitude":79.977402,"Latitude":-46.177149}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0340.061.2017172211145.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0340.061.2017172211145.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0340.061.2017172211145.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0340.061.2017272164006.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0340.061.2017172211145.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.018982887268,"SizeInBytes":167792065,"Checksum":{"Value":"09053779882d7c8410572ba19573d906","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836940-LAADS","revision-id":4,"native-id":"LAADS:2715259568","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.952Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T03:45:00.000Z","EndingDateTime":"2000-03-22T03:50:00.000Z"}},"GranuleUR":"LAADS:2715259568","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":62.325327,"Latitude":-61.205842},{"Longitude":112.409704,"Latitude":-69.007513},{"Longitude":112.509927,"Latitude":-50.766969},{"Longitude":80.138776,"Latitude":-46.133183},{"Longitude":62.325327,"Latitude":-61.205842}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0345.061.2017172211258.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0345.061.2017172211258.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0345.061.2017172211258.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0345.061.2017272163841.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0345.061.2017172211258.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.962733268738,"SizeInBytes":165635931,"Checksum":{"Value":"87743ad40c250aecdfe3cc06fbaddec0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836878-LAADS","revision-id":4,"native-id":"LAADS:2715258797","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.440Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T03:50:00.000Z","EndingDateTime":"2000-03-22T03:55:00.000Z"}},"GranuleUR":"LAADS:2715258797","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":22.853685,"Latitude":-70.340398},{"Longitude":143.433198,"Latitude":-86.048619},{"Longitude":113.414407,"Latitude":-68.49634},{"Longitude":62.736925,"Latitude":-61.267527},{"Longitude":22.853685,"Latitude":-70.340398}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0350.061.2017172211042.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0350.061.2017172211042.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0350.061.2017172211042.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0350.061.2017272161653.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0350.061.2017172211042.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:10:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":128.278133392334,"SizeInBytes":134509372,"Checksum":{"Value":"3187a83aa82df61db585a37cb759632f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836995-LAADS","revision-id":4,"native-id":"LAADS:2715259749","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.786Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T04:40:00.000Z","EndingDateTime":"2000-03-22T04:45:00.000Z"}},"GranuleUR":"LAADS:2715259749","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-23.568763,"Latitude":87.335802},{"Longitude":-175.474931,"Latitude":70.865304},{"Longitude":-132.079259,"Latitude":62.898631},{"Longitude":-78.896556,"Latitude":70.356564},{"Longitude":-23.568763,"Latitude":87.335802}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0440.061.2017172211148.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0440.061.2017172211148.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0440.061.2017172211148.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0440.061.2017272161332.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0440.061.2017172211148.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:48.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":25.450590133667,"SizeInBytes":26686878,"Checksum":{"Value":"c220975716528bd853c9ac35cb4f2bb4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837059-LAADS","revision-id":4,"native-id":"LAADS:2715260461","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.635Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T04:45:00.000Z","EndingDateTime":"2000-03-22T04:50:00.000Z"}},"GranuleUR":"LAADS:2715260461","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":79.19175,"Latitude":73.04057},{"Longitude":137.699251,"Latitude":64.709626},{"Longitude":-175.182554,"Latitude":71.180667},{"Longitude":-29.353194,"Latitude":86.763101},{"Longitude":79.19175,"Latitude":73.04057}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0445.061.2017172211134.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0445.061.2017172211134.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0445.061.2017172211134.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0445.061.2017272161729.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0445.061.2017172211134.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":133.452198028564,"SizeInBytes":139934772,"Checksum":{"Value":"74ef448b0cf9b8deaa75934387380272","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836943-LAADS","revision-id":4,"native-id":"LAADS:2715259569","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.008Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T04:50:00.000Z","EndingDateTime":"2000-03-22T04:55:00.000Z"}},"GranuleUR":"LAADS:2715259569","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":80.757722,"Latitude":55.2903},{"Longitude":115.866832,"Latitude":50.488803},{"Longitude":137.143428,"Latitude":65.074087},{"Longitude":77.895281,"Latitude":73.521741},{"Longitude":80.757722,"Latitude":55.2903}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0450.061.2017172211218.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0450.061.2017172211218.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0450.061.2017172211218.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0450.061.2017272162544.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0450.061.2017172211218.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:18.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.362754821777,"SizeInBytes":171298264,"Checksum":{"Value":"f685e5fe4538a8e47709abc341014f35","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836945-LAADS","revision-id":4,"native-id":"LAADS:2715259570","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.052Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T04:55:00.000Z","EndingDateTime":"2000-03-22T05:00:00.000Z"}},"GranuleUR":"LAADS:2715259570","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":79.290841,"Latitude":37.476284},{"Longitude":105.25279,"Latitude":33.959105},{"Longitude":115.326217,"Latitude":50.741304},{"Longitude":80.361526,"Latitude":55.770153},{"Longitude":79.290841,"Latitude":37.476284}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0455.061.2017172211101.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0455.061.2017172211101.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0455.061.2017172211101.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0455.061.2017272162555.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0455.061.2017172211101.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.757350921631,"SizeInBytes":169614876,"Checksum":{"Value":"83aebc98672ce2dfe6f3c8183bf4544d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836947-LAADS","revision-id":4,"native-id":"LAADS:2715259571","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.065Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T05:00:00.000Z","EndingDateTime":"2000-03-22T05:05:00.000Z"}},"GranuleUR":"LAADS:2715259571","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":76.769344,"Latitude":19.652872},{"Longitude":98.761517,"Latitude":16.62238},{"Longitude":104.806943,"Latitude":34.147391},{"Longitude":79.076212,"Latitude":37.882078},{"Longitude":76.769344,"Latitude":19.652872}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0500.061.2017172211138.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0500.061.2017172211138.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0500.061.2017172211138.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0500.061.2017272161905.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0500.061.2017172211138.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.468816757202,"SizeInBytes":166166598,"Checksum":{"Value":"f7a9d6c8426e0f1e6e0efeff342e5132","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836992-LAADS","revision-id":4,"native-id":"LAADS:2715259750","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.786Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T05:05:00.000Z","EndingDateTime":"2000-03-22T05:10:00.000Z"}},"GranuleUR":"LAADS:2715259750","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":73.452003,"Latitude":1.89562},{"Longitude":94.246301,"Latitude":-1.091713},{"Longitude":98.539095,"Latitude":16.740966},{"Longitude":76.662197,"Latitude":19.947755},{"Longitude":73.452003,"Latitude":1.89562}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0505.061.2017172211117.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0505.061.2017172211117.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0505.061.2017172211117.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0505.061.2017272162501.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0505.061.2017172211117.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:17.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.156394958496,"SizeInBytes":155353240,"Checksum":{"Value":"f84f399a64458877a7d45fe9877b8a7e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837110-LAADS","revision-id":4,"native-id":"LAADS:2715261275","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:23.999Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T05:10:00.000Z","EndingDateTime":"2000-03-22T05:15:00.000Z"}},"GranuleUR":"LAADS:2715261275","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":69.044852,"Latitude":-15.865269},{"Longitude":90.83876,"Latitude":-19.137906},{"Longitude":94.238987,"Latitude":-1.015899},{"Longitude":73.413071,"Latitude":2.051481},{"Longitude":69.044852,"Latitude":-15.865269}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0510.061.2017172211309.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0510.061.2017172211309.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0510.061.2017172211309.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0510.061.2017272163234.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0510.061.2017172211309.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.256930351257,"SizeInBytes":163847267,"Checksum":{"Value":"3561f10a6bb204060c1d7ca331e6a388","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837078-LAADS","revision-id":4,"native-id":"LAADS:2715260569","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.153Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T05:15:00.000Z","EndingDateTime":"2000-03-22T05:20:00.000Z"}},"GranuleUR":"LAADS:2715260569","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":62.767919,"Latitude":-33.221262},{"Longitude":88.38158,"Latitude":-37.178815},{"Longitude":91.115935,"Latitude":-19.002021},{"Longitude":69.067456,"Latitude":-15.775489},{"Longitude":62.767919,"Latitude":-33.221262}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:07.400Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0515.061.2017172211351.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0515.061.2017172211351.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0515.061.2017172211351.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0515.061.2017272163504.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0515.061.2017172211351.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.488701820374,"SizeInBytes":164090297,"Checksum":{"Value":"35b1f90808a9871086589f963242826b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837128-LAADS","revision-id":4,"native-id":"LAADS:2715262162","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:25.123Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T05:20:00.000Z","EndingDateTime":"2000-03-22T05:25:00.000Z"}},"GranuleUR":"LAADS:2715262162","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":52.368949,"Latitude":-49.739427},{"Longitude":86.997718,"Latitude":-55.142816},{"Longitude":88.865094,"Latitude":-36.900479},{"Longitude":62.813489,"Latitude":-33.13869},{"Longitude":52.368949,"Latitude":-49.739427}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:22:06.840Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0520.061.2017172211325.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0520.061.2017172211325.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0520.061.2017172211325.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0520.061.2017272163752.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0520.061.2017172211325.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.343996047974,"SizeInBytes":163938562,"Checksum":{"Value":"1d68a8f53674dad7cdfc5d742e54454f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836944-LAADS","revision-id":4,"native-id":"LAADS:2715259572","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.088Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T05:25:00.000Z","EndingDateTime":"2000-03-22T05:30:00.000Z"}},"GranuleUR":"LAADS:2715259572","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":31.29923,"Latitude":-64.021211},{"Longitude":88.67046,"Latitude":-72.949807},{"Longitude":87.633228,"Latitude":-54.727065},{"Longitude":52.575204,"Latitude":-49.712089},{"Longitude":31.29923,"Latitude":-64.021211}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0525.061.2017172211141.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0525.061.2017172211141.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0525.061.2017172211141.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0525.061.2017272163611.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0525.061.2017172211141.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:41.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.846236228943,"SizeInBytes":167610927,"Checksum":{"Value":"3a558f9cf5f3abb5421e26fda013753d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836877-LAADS","revision-id":4,"native-id":"LAADS:2715258798","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.480Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T05:30:00.000Z","EndingDateTime":"2000-03-22T05:35:00.000Z"}},"GranuleUR":"LAADS:2715258798","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-13.921926,"Latitude":-70.621949},{"Longitude":-172.106892,"Latitude":-87.247609},{"Longitude":89.887809,"Latitude":-72.409472},{"Longitude":31.777504,"Latitude":-64.121554},{"Longitude":-13.921926,"Latitude":-70.621949}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0530.061.2017172211050.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0530.061.2017172211050.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0530.061.2017172211050.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0530.061.2017272161358.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0530.061.2017172211050.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:10:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":102.727429389954,"SizeInBytes":107717517,"Checksum":{"Value":"635f376dadf4a8daaa7b4c1c8b5a1ebf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836991-LAADS","revision-id":4,"native-id":"LAADS:2715259751","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.804Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T06:20:00.000Z","EndingDateTime":"2000-03-22T06:25:00.000Z"}},"GranuleUR":"LAADS:2715259751","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":24.78671,"Latitude":86.202493},{"Longitude":147.474734,"Latitude":70.727521},{"Longitude":-163.723381,"Latitude":65.62934},{"Longitude":-102.119089,"Latitude":74.281298},{"Longitude":24.78671,"Latitude":86.202493}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0620.061.2017172211153.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0620.061.2017172211153.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0620.061.2017172211153.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0620.061.2017272161309.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0620.061.2017172211153.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":47.9701118469238,"SizeInBytes":50300308,"Checksum":{"Value":"5fb7562fcae83204bacd843709a2de1f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836845-LAADS","revision-id":4,"native-id":"LAADS:2715258529","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.279Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T06:25:00.000Z","EndingDateTime":"2000-03-22T06:30:00.000Z"}},"GranuleUR":"LAADS:2715258529","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":55.450506,"Latitude":69.100109},{"Longitude":106.415694,"Latitude":61.919817},{"Longitude":147.538505,"Latitude":71.090314},{"Longitude":15.119869,"Latitude":86.32093},{"Longitude":55.450506,"Latitude":69.100109}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.000Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0625.061.2017172211219.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0625.061.2017172211219.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0625.061.2017172211219.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0625.061.2017272161804.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0625.061.2017172211219.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.60936164856,"SizeInBytes":152682482,"Checksum":{"Value":"daa40a08405463acf8e7572cddd1783a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837115-LAADS","revision-id":4,"native-id":"LAADS:2715261421","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.379Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T06:30:00.000Z","EndingDateTime":"2000-03-22T06:35:00.000Z"}},"GranuleUR":"LAADS:2715261421","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":55.831607,"Latitude":51.326341},{"Longitude":88.209965,"Latitude":46.916939},{"Longitude":105.839433,"Latitude":62.251589},{"Longitude":54.491952,"Latitude":69.589621},{"Longitude":55.831607,"Latitude":51.326341}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:07.300Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0630.061.2017172211350.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0630.061.2017172211350.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0630.061.2017172211350.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0630.061.2017272162843.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0630.061.2017172211350.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.015720367432,"SizeInBytes":170934372,"Checksum":{"Value":"53e9260554385ae74e90837482856026","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836950-LAADS","revision-id":4,"native-id":"LAADS:2715259573","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.093Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T06:35:00.000Z","EndingDateTime":"2000-03-22T06:40:00.000Z"}},"GranuleUR":"LAADS:2715259573","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":54.070605,"Latitude":33.506231},{"Longitude":78.852261,"Latitude":30.144066},{"Longitude":87.680586,"Latitude":47.155745},{"Longitude":55.492783,"Latitude":51.79195},{"Longitude":54.070605,"Latitude":33.506231}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0635.061.2017172211137.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0635.061.2017172211137.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0635.061.2017172211137.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0635.061.2017272162039.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0635.061.2017172211137.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:37.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.801022529602,"SizeInBytes":168612093,"Checksum":{"Value":"18eac454a5bdac95312832a8e7869f3b","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836994-LAADS","revision-id":4,"native-id":"LAADS:2715259752","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.891Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T06:40:00.000Z","EndingDateTime":"2000-03-22T06:45:00.000Z"}},"GranuleUR":"LAADS:2715259752","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":51.382576,"Latitude":15.690685},{"Longitude":72.929144,"Latitude":12.696577},{"Longitude":78.466774,"Latitude":30.311861},{"Longitude":53.894842,"Latitude":33.888528},{"Longitude":51.382576,"Latitude":15.690685}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0640.061.2017172211336.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0640.061.2017172211336.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0640.061.2017172211336.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0640.061.2017272161615.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0640.061.2017172211336.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:36.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":134.3416929245,"SizeInBytes":140867475,"Checksum":{"Value":"190f9819d16011ff81536c352398615d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836946-LAADS","revision-id":4,"native-id":"LAADS:2715259574","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.164Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T06:45:00.000Z","EndingDateTime":"2000-03-22T06:50:00.000Z"}},"GranuleUR":"LAADS:2715259574","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":47.866385,"Latitude":-2.040403},{"Longitude":68.683781,"Latitude":-5.062488},{"Longitude":72.724595,"Latitude":12.809381},{"Longitude":51.290738,"Latitude":15.95447},{"Longitude":47.866385,"Latitude":-2.040403}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0645.061.2017172211220.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0645.061.2017172211220.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0645.061.2017172211220.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0645.061.2017272161857.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0645.061.2017172211220.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":135.670955657959,"SizeInBytes":142261308,"Checksum":{"Value":"dc2f7afd4e9909ea0fed8ec81b33ba40","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837052-LAADS","revision-id":4,"native-id":"LAADS:2715260462","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.657Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T06:50:00.000Z","EndingDateTime":"2000-03-22T06:55:00.000Z"}},"GranuleUR":"LAADS:2715260462","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":43.160312,"Latitude":-19.684899},{"Longitude":65.512896,"Latitude":-23.068003},{"Longitude":68.743641,"Latitude":-4.995548},{"Longitude":47.840894,"Latitude":-1.917938},{"Longitude":43.160312,"Latitude":-19.684899}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0650.061.2017172211145.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0650.061.2017172211145.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0650.061.2017172211145.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0650.061.2017272163322.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0650.061.2017172211145.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.98083782196,"SizeInBytes":164606339,"Checksum":{"Value":"38025ee134bf58747ebec3dd382e14bd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836998-LAADS","revision-id":4,"native-id":"LAADS:2715259753","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.835Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T06:55:00.000Z","EndingDateTime":"2000-03-22T07:00:00.000Z"}},"GranuleUR":"LAADS:2715259753","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":36.207857,"Latitude":-36.994161},{"Longitude":63.236186,"Latitude":-41.187381},{"Longitude":65.838086,"Latitude":-22.901779},{"Longitude":43.182723,"Latitude":-19.595352},{"Longitude":36.207857,"Latitude":-36.994161}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0655.061.2017172211237.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0655.061.2017172211237.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0655.061.2017172211237.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0655.061.2017272163318.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0655.061.2017172211237.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:37.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.020016670227,"SizeInBytes":162550269,"Checksum":{"Value":"1d20f4b235c43bd9cdf00246c55f4b86","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836996-LAADS","revision-id":4,"native-id":"LAADS:2715259754","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.903Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T07:00:00.000Z","EndingDateTime":"2000-03-22T07:05:00.000Z"}},"GranuleUR":"LAADS:2715259754","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":24.280852,"Latitude":-53.203361},{"Longitude":62.229393,"Latitude":-59.123334},{"Longitude":63.769714,"Latitude":-40.876521},{"Longitude":36.279414,"Latitude":-36.919566},{"Longitude":24.280852,"Latitude":-53.203361}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0700.061.2017172211301.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0700.061.2017172211301.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0700.061.2017172211301.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0700.061.2017272164613.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0700.061.2017172211301.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.322560310364,"SizeInBytes":172304693,"Checksum":{"Value":"a1446625671a5b4c5b78e3f8f342bee5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836879-LAADS","revision-id":4,"native-id":"LAADS:2715258799","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.491Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T07:05:00.000Z","EndingDateTime":"2000-03-22T07:10:00.000Z"}},"GranuleUR":"LAADS:2715258799","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-1.062368,"Latitude":-66.491077},{"Longitude":66.048768,"Latitude":-76.861668},{"Longitude":62.954598,"Latitude":-58.67949},{"Longitude":24.538733,"Latitude":-53.19656},{"Longitude":-1.062368,"Latitude":-66.491077}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0705.061.2017172211230.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0705.061.2017172211230.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0705.061.2017172211230.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0705.061.2017272163341.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0705.061.2017172211230.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.2592420578,"SizeInBytes":160703963,"Checksum":{"Value":"83b1e25b12034576e8f99170dfddc89a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836881-LAADS","revision-id":4,"native-id":"LAADS:2715258800","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.541Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T07:10:00.000Z","EndingDateTime":"2000-03-22T07:15:00.000Z"}},"GranuleUR":"LAADS:2715258800","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-50.553812,"Latitude":-70.095551},{"Longitude":-156.043923,"Latitude":-84.414248},{"Longitude":67.607544,"Latitude":-76.282892},{"Longitude":-0.541179,"Latitude":-66.641209},{"Longitude":-50.553812,"Latitude":-70.095551}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0710.061.2017172211023.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0710.061.2017172211023.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0710.061.2017172211023.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0710.061.2017272161458.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0710.061.2017172211023.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:10:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":77.3130474090576,"SizeInBytes":81068606,"Checksum":{"Value":"2d651dd8d027eceb354d1289ebfc1aef","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836884-LAADS","revision-id":4,"native-id":"LAADS:2715258801","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.547Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T08:00:00.000Z","EndingDateTime":"2000-03-22T08:05:00.000Z"}},"GranuleUR":"LAADS:2715258801","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":19.976708,"Latitude":82.69303},{"Longitude":111.054004,"Latitude":69.79435},{"Longitude":163.133085,"Latitude":67.976214},{"Longitude":-123.976293,"Latitude":78.170724},{"Longitude":19.976708,"Latitude":82.69303}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0800.061.2017172211200.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0800.061.2017172211200.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0800.061.2017172211200.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0800.061.2017272161407.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0800.061.2017172211200.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:00.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":74.6075916290283,"SizeInBytes":78231730,"Checksum":{"Value":"22b0c850fef6a7c8a97310e541ddb8ba","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836888-LAADS","revision-id":4,"native-id":"LAADS:2715258802","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.573Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T08:05:00.000Z","EndingDateTime":"2000-03-22T08:10:00.000Z"}},"GranuleUR":"LAADS:2715258802","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":31.218251,"Latitude":65.148309},{"Longitude":76.285426,"Latitude":58.86161},{"Longitude":110.87671,"Latitude":70.175197},{"Longitude":15.829652,"Latitude":83.062911},{"Longitude":31.218251,"Latitude":65.148309}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0805.061.2017172211149.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0805.061.2017172211149.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0805.061.2017172211149.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0805.061.2017272162721.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0805.061.2017172211149.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:49.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.806658744812,"SizeInBytes":163375123,"Checksum":{"Value":"631051b511e0a963012a3ecd2fa54398","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837053-LAADS","revision-id":4,"native-id":"LAADS:2715260463","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.659Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T08:10:00.000Z","EndingDateTime":"2000-03-22T08:15:00.000Z"}},"GranuleUR":"LAADS:2715260463","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":30.818958,"Latitude":47.359081},{"Longitude":60.937252,"Latitude":43.269521},{"Longitude":75.714624,"Latitude":59.164149},{"Longitude":30.468423,"Latitude":65.639457},{"Longitude":30.818958,"Latitude":47.359081}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0810.061.2017172211134.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0810.061.2017172211134.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0810.061.2017172211134.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0810.061.2017272163034.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0810.061.2017172211134.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:34.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.733807563782,"SizeInBytes":173784493,"Checksum":{"Value":"10fd89db71fce390eb9a52510fa336d3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837055-LAADS","revision-id":4,"native-id":"LAADS:2715260464","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.717Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T08:15:00.000Z","EndingDateTime":"2000-03-22T08:20:00.000Z"}},"GranuleUR":"LAADS:2715260464","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":28.801571,"Latitude":29.535643},{"Longitude":52.616734,"Latitude":26.29381},{"Longitude":60.443739,"Latitude":43.489361},{"Longitude":30.515434,"Latitude":47.808878},{"Longitude":28.801571,"Latitude":29.535643}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0815.061.2017172211129.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0815.061.2017172211129.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0815.061.2017172211129.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0815.061.2017272163257.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0815.061.2017172211129.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:29.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.972083091736,"SizeInBytes":175082919,"Checksum":{"Value":"f44b72e634e6b567dfba832ce3088e29","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837121-LAADS","revision-id":4,"native-id":"LAADS:2715261422","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.404Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T08:20:00.000Z","EndingDateTime":"2000-03-22T08:25:00.000Z"}},"GranuleUR":"LAADS:2715261422","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":25.957813,"Latitude":11.730802},{"Longitude":47.165879,"Latitude":8.756134},{"Longitude":52.274989,"Latitude":26.447332},{"Longitude":28.669308,"Latitude":29.892855},{"Longitude":25.957813,"Latitude":11.730802}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:07.300Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0820.061.2017172211456.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0820.061.2017172211456.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0820.061.2017172211456.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0820.061.2017272161611.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0820.061.2017172211456.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:14:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.049291610718,"SizeInBytes":165726694,"Checksum":{"Value":"dd1f67f695143885e088566cdee9fc87","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837054-LAADS","revision-id":4,"native-id":"LAADS:2715260465","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.751Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T08:25:00.000Z","EndingDateTime":"2000-03-22T08:30:00.000Z"}},"GranuleUR":"LAADS:2715260465","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":22.234779,"Latitude":-5.977947},{"Longitude":43.14293,"Latitude":-9.043891},{"Longitude":46.964659,"Latitude":8.865796},{"Longitude":25.891551,"Latitude":11.964825},{"Longitude":22.234779,"Latitude":-5.977947}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0825.061.2017172211159.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0825.061.2017172211159.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0825.061.2017172211159.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0825.061.2017272161723.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0825.061.2017172211159.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.044727325439,"SizeInBytes":166770484,"Checksum":{"Value":"d75bb33eaeca64af10ec1c3de8a4b82f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836954-LAADS","revision-id":4,"native-id":"LAADS:2715259575","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.171Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T08:30:00.000Z","EndingDateTime":"2000-03-22T08:35:00.000Z"}},"GranuleUR":"LAADS:2715259575","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":17.176896,"Latitude":-23.57931},{"Longitude":40.208629,"Latitude":-27.089796},{"Longitude":43.296597,"Latitude":-8.981736},{"Longitude":22.236899,"Latitude":-5.885309},{"Longitude":17.176896,"Latitude":-23.57931}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0830.061.2017172211104.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0830.061.2017172211104.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0830.061.2017172211104.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0830.061.2017272162907.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0830.061.2017172211104.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":171.577998161316,"SizeInBytes":179912571,"Checksum":{"Value":"da71d0d082b0ff5e48fd3d3ed5d48fc3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837133-LAADS","revision-id":4,"native-id":"LAADS:2715263166","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.239Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T08:35:00.000Z","EndingDateTime":"2000-03-22T08:40:00.000Z"}},"GranuleUR":"LAADS:2715263166","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":9.498929,"Latitude":-40.651486},{"Longitude":38.14832,"Latitude":-45.107356},{"Longitude":40.57225,"Latitude":-26.890961},{"Longitude":17.200991,"Latitude":-23.493778},{"Longitude":9.498929,"Latitude":-40.651486}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.800Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0835.061.2017172211527.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0835.061.2017172211527.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0835.061.2017172211527.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0835.061.2017272162816.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0835.061.2017172211527.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.612895011902,"SizeInBytes":157929067,"Checksum":{"Value":"7ebfd85218521f58fa75a25b0cd3cd84","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837108-LAADS","revision-id":4,"native-id":"LAADS:2715261276","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:24.007Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T08:40:00.000Z","EndingDateTime":"2000-03-22T08:45:00.000Z"}},"GranuleUR":"LAADS:2715261276","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-4.416254,"Latitude":-56.546241},{"Longitude":37.628373,"Latitude":-63.10127},{"Longitude":38.74437,"Latitude":-44.764158},{"Longitude":9.571572,"Latitude":-40.578281},{"Longitude":-4.416254,"Latitude":-56.546241}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0840.061.2017172211350.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0840.061.2017172211350.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0840.061.2017172211350.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0840.061.2017272164442.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0840.061.2017172211350.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:50.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.009104728699,"SizeInBytes":171976011,"Checksum":{"Value":"1ac669d6a7009c029becdbec48fe56ae","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837174-LAADS","revision-id":4,"native-id":"LAADS:2715264060","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.164Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T08:45:00.000Z","EndingDateTime":"2000-03-22T08:50:00.000Z"}},"GranuleUR":"LAADS:2715264060","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-34.953086,"Latitude":-68.500743},{"Longitude":45.43306,"Latitude":-80.731009},{"Longitude":38.376607,"Latitude":-62.630411},{"Longitude":-4.102371,"Latitude":-56.563657},{"Longitude":-34.953086,"Latitude":-68.500743}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:07.750Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0845.061.2017172212112.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0845.061.2017172212112.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0845.061.2017172212112.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0845.061.2017272163135.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0845.061.2017172212112.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:21:12.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.007500648499,"SizeInBytes":162537145,"Checksum":{"Value":"8269f28d5a7307c1d3ef802a7c58ccec","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837079-LAADS","revision-id":4,"native-id":"LAADS:2715260570","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.209Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T08:50:00.000Z","EndingDateTime":"2000-03-22T08:55:00.000Z"}},"GranuleUR":"LAADS:2715260570","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-86.206887,"Latitude":-68.818612},{"Longitude":-169.695077,"Latitude":-80.733815},{"Longitude":47.333736,"Latitude":-80.108956},{"Longitude":-34.423031,"Latitude":-68.704694},{"Longitude":-86.206887,"Latitude":-68.818612}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:07.400Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0850.061.2017172211332.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0850.061.2017172211332.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0850.061.2017172211332.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0850.061.2017272161421.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0850.061.2017172211332.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:33.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":52.3766450881958,"SizeInBytes":54920893,"Checksum":{"Value":"491482098bfa559f2b3e2cd166b6e7cd","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837057-LAADS","revision-id":4,"native-id":"LAADS:2715260466","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.775Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T09:40:00.000Z","EndingDateTime":"2000-03-22T09:45:00.000Z"}},"GranuleUR":"LAADS:2715260466","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":1.52659,"Latitude":78.862591},{"Longitude":75.971189,"Latitude":68.156436},{"Longitude":128.316382,"Latitude":69.794136},{"Longitude":-142.517604,"Latitude":81.976558},{"Longitude":1.52659,"Latitude":78.862591}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0940.061.2017172211354.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0940.061.2017172211354.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0940.061.2017172211354.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0940.061.2017272161735.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0940.061.2017172211354.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":105.257246017456,"SizeInBytes":110370222,"Checksum":{"Value":"b035d02dc982f930f10ed00443ba34dc","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836880-LAADS","revision-id":4,"native-id":"LAADS:2715258803","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.539Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T09:45:00.000Z","EndingDateTime":"2000-03-22T09:50:00.000Z"}},"GranuleUR":"LAADS:2715258803","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":6.687048,"Latitude":61.190229},{"Longitude":47.098918,"Latitude":55.594999},{"Longitude":75.620932,"Latitude":68.522767},{"Longitude":-0.77187,"Latitude":79.306289},{"Longitude":6.687048,"Latitude":61.190229}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0945.061.2017172211210.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0945.061.2017172211210.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0945.061.2017172211210.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0945.061.2017272163306.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0945.061.2017172211210.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.194524765015,"SizeInBytes":172170438,"Checksum":{"Value":"4aaa382ae5d5f3b884b9d1d39d766c51","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837060-LAADS","revision-id":4,"native-id":"LAADS:2715260467","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.803Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T09:50:00.000Z","EndingDateTime":"2000-03-22T09:55:00.000Z"}},"GranuleUR":"LAADS:2715260467","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":5.742753,"Latitude":43.390386},{"Longitude":33.973489,"Latitude":39.561469},{"Longitude":46.521047,"Latitude":55.880971},{"Longitude":6.087806,"Latitude":61.675208},{"Longitude":5.742753,"Latitude":43.390386}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0950.061.2017172211214.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0950.061.2017172211214.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0950.061.2017172211214.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0950.061.2017272163413.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0950.061.2017172211214.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.799942016602,"SizeInBytes":172805264,"Checksum":{"Value":"7ee9c55b1dfa6ad145cfc565368d3943","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836952-LAADS","revision-id":4,"native-id":"LAADS:2715259576","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.221Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T09:55:00.000Z","EndingDateTime":"2000-03-22T10:00:00.000Z"}},"GranuleUR":"LAADS:2715259576","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":3.520725,"Latitude":25.562487},{"Longitude":26.487298,"Latitude":22.422622},{"Longitude":33.494263,"Latitude":39.769228},{"Longitude":5.494707,"Latitude":43.821395},{"Longitude":3.520725,"Latitude":25.562487}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0955.061.2017172211109.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.0955.061.2017172211109.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.0955.061.2017172211109.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.0955.061.2017272162142.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.0955.061.2017172211109.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.976235389709,"SizeInBytes":158310057,"Checksum":{"Value":"473d9f7d8fe3819dcf6b62a8b5fab0a1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837066-LAADS","revision-id":4,"native-id":"LAADS:2715260468","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.820Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T10:00:00.000Z","EndingDateTime":"2000-03-22T10:05:00.000Z"}},"GranuleUR":"LAADS:2715260468","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":0.485593,"Latitude":7.772031},{"Longitude":21.439685,"Latitude":4.806479},{"Longitude":26.182463,"Latitude":22.563201},{"Longitude":3.394906,"Latitude":25.896062},{"Longitude":0.485593,"Latitude":7.772031}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1000.061.2017172211139.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1000.061.2017172211139.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1000.061.2017172211139.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1000.061.2017272161618.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1000.061.2017172211139.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.06863117218,"SizeInBytes":165746973,"Checksum":{"Value":"be8274a7ab2ead1e71985505cbf94a35","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837084-LAADS","revision-id":4,"native-id":"LAADS:2715260571","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.267Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T10:05:00.000Z","EndingDateTime":"2000-03-22T10:10:00.000Z"}},"GranuleUR":"LAADS:2715260571","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-3.48771,"Latitude":-9.926512},{"Longitude":17.659649,"Latitude":-13.060635},{"Longitude":21.292819,"Latitude":4.904526},{"Longitude":0.425593,"Latitude":7.977169},{"Longitude":-3.48771,"Latitude":-9.926512}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:07.400Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1005.061.2017172211211.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1005.061.2017172211211.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1005.061.2017172211211.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1005.061.2017272164038.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1005.061.2017172211211.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:11.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.158298492432,"SizeInBytes":171083876,"Checksum":{"Value":"5960c2829c06dd4d77cc110946c0ecab","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836889-LAADS","revision-id":4,"native-id":"LAADS:2715258804","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.625Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T10:10:00.000Z","EndingDateTime":"2000-03-22T10:15:00.000Z"}},"GranuleUR":"LAADS:2715258804","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-8.983425,"Latitude":-27.440068},{"Longitude":14.94476,"Latitude":-31.108283},{"Longitude":17.892745,"Latitude":-12.973139},{"Longitude":-3.482924,"Latitude":-9.830163},{"Longitude":-8.983425,"Latitude":-27.440068}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1010.061.2017172211243.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1010.061.2017172211243.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1010.061.2017172211243.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1010.061.2017272163521.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1010.061.2017172211243.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":168.686462402344,"SizeInBytes":176880576,"Checksum":{"Value":"cd28e9be017b7c3ae4f49a099c18cf26","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836882-LAADS","revision-id":4,"native-id":"LAADS:2715258805","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.691Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T10:15:00.000Z","EndingDateTime":"2000-03-22T10:20:00.000Z"}},"GranuleUR":"LAADS:2715258805","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-17.593974,"Latitude":-44.320114},{"Longitude":13.120646,"Latitude":-49.108802},{"Longitude":15.354993,"Latitude":-30.881015},{"Longitude":-8.955399,"Latitude":-27.352401},{"Longitude":-17.593974,"Latitude":-44.320114}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1015.061.2017172211114.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1015.061.2017172211114.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1015.061.2017172211114.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1015.061.2017272163924.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1015.061.2017172211114.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:14.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.179497718811,"SizeInBytes":167960377,"Checksum":{"Value":"6e6b26fa5141e64a38b913085a6256a9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836993-LAADS","revision-id":4,"native-id":"LAADS:2715259755","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.948Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T10:20:00.000Z","EndingDateTime":"2000-03-22T10:25:00.000Z"}},"GranuleUR":"LAADS:2715259755","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-33.781966,"Latitude":-59.656426},{"Longitude":13.277005,"Latitude":-66.980571},{"Longitude":13.767191,"Latitude":-48.737373},{"Longitude":-17.452018,"Latitude":-44.269208},{"Longitude":-33.781966,"Latitude":-59.656426}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1020.061.2017172211115.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1020.061.2017172211115.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1020.061.2017172211115.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1020.061.2017272164721.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1020.061.2017172211115.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.748596191406,"SizeInBytes":172751424,"Checksum":{"Value":"d35a4aa3eb23f4883a70a9a778a679df","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837065-LAADS","revision-id":4,"native-id":"LAADS:2715260469","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.810Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T10:25:00.000Z","EndingDateTime":"2000-03-22T10:30:00.000Z"}},"GranuleUR":"LAADS:2715260469","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-70.360486,"Latitude":-69.908541},{"Longitude":31.669627,"Latitude":-84.435439},{"Longitude":14.154054,"Latitude":-66.484044},{"Longitude":-33.406458,"Latitude":-59.703422},{"Longitude":-70.360486,"Latitude":-69.908541}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1025.061.2017172211124.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1025.061.2017172211124.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1025.061.2017172211124.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1025.061.2017272162659.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1025.061.2017172211124.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:24.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.27704334259,"SizeInBytes":155479749,"Checksum":{"Value":"8e66d97b62a669586b2932fdaad3c0ce","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836844-LAADS","revision-id":4,"native-id":"LAADS:2715258530","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.303Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T10:30:00.000Z","EndingDateTime":"2000-03-22T10:35:00.000Z"}},"GranuleUR":"LAADS:2715258530","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-120.406135,"Latitude":-66.916907},{"Longitude":169.940605,"Latitude":-76.884122},{"Longitude":33.153884,"Latitude":-83.7667},{"Longitude":-69.898981,"Latitude":-70.175249},{"Longitude":-120.406135,"Latitude":-66.916907}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.000Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1030.061.2017172211051.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1030.061.2017172211051.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1030.061.2017172211051.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1030.061.2017272161508.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1030.061.2017172211051.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:10:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":26.0279693603516,"SizeInBytes":27292304,"Checksum":{"Value":"678fe8eaae4905987f0a4e60e331b286","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837064-LAADS","revision-id":4,"native-id":"LAADS:2715260470","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.876Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T11:15:00.000Z","EndingDateTime":"2000-03-22T11:20:00.000Z"}},"GranuleUR":"LAADS:2715260470","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-150.336501,"Latitude":86.056305},{"Longitude":91.845905,"Latitude":70.592293},{"Longitude":132.031006,"Latitude":61.371668},{"Longitude":-178.26495,"Latitude":68.348336},{"Longitude":-150.336501,"Latitude":86.056305}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1115.061.2017172211325.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1115.061.2017172211325.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1115.061.2017172211325.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1115.061.2017272161522.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1115.061.2017172211325.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":18.489315032959,"SizeInBytes":19387452,"Checksum":{"Value":"45ba07e1eb565e13d40a7c0cf330a569","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836953-LAADS","revision-id":4,"native-id":"LAADS:2715259577","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.267Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T11:20:00.000Z","EndingDateTime":"2000-03-22T11:25:00.000Z"}},"GranuleUR":"LAADS:2715259577","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-20.398685,"Latitude":74.95621},{"Longitude":42.512146,"Latitude":65.943509},{"Longitude":92.237523,"Latitude":70.900012},{"Longitude":-150.621722,"Latitude":85.418177},{"Longitude":-20.398685,"Latitude":74.95621}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1120.061.2017172211328.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1120.061.2017172211328.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1120.061.2017172211328.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1120.061.2017272162857.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1120.061.2017172211328.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":139.91526889801,"SizeInBytes":146711793,"Checksum":{"Value":"b8198be2b6cac60988ad8c4794e8bdd7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837062-LAADS","revision-id":4,"native-id":"LAADS:2715260471","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.898Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T11:25:00.000Z","EndingDateTime":"2000-03-22T11:30:00.000Z"}},"GranuleUR":"LAADS:2715260471","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-18.071927,"Latitude":57.226843},{"Longitude":18.625268,"Latitude":52.183415},{"Longitude":42.029159,"Latitude":66.302624},{"Longitude":-22.008056,"Latitude":75.425557},{"Longitude":-18.071927,"Latitude":57.226843}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1125.061.2017172211147.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1125.061.2017172211147.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1125.061.2017172211147.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1125.061.2017272163914.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1125.061.2017172211147.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:47.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.419051170349,"SizeInBytes":173454447,"Checksum":{"Value":"56d6559b1e8f1bc5b8a92aaaf333a7ba","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836997-LAADS","revision-id":4,"native-id":"LAADS:2715259756","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.993Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T11:30:00.000Z","EndingDateTime":"2000-03-22T11:35:00.000Z"}},"GranuleUR":"LAADS:2715259756","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-19.402861,"Latitude":39.414201},{"Longitude":7.267411,"Latitude":35.801749},{"Longitude":18.061884,"Latitude":52.449449},{"Longitude":-18.548796,"Latitude":57.706285},{"Longitude":-19.402861,"Latitude":39.414201}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:07.580Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1130.061.2017172211223.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1130.061.2017172211223.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1130.061.2017172211223.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1130.061.2017272163517.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1130.061.2017172211223.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.626036643982,"SizeInBytes":170525759,"Checksum":{"Value":"b2df9b9f8549494089741ca6e4cadfca","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836842-LAADS","revision-id":4,"native-id":"LAADS:2715258531","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.334Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T11:35:00.000Z","EndingDateTime":"2000-03-22T11:40:00.000Z"}},"GranuleUR":"LAADS:2715258531","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-21.819555,"Latitude":21.590102},{"Longitude":0.485511,"Latitude":18.524036},{"Longitude":6.820217,"Latitude":35.994274},{"Longitude":-19.61814,"Latitude":39.830048},{"Longitude":-21.819555,"Latitude":21.590102}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.000Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1135.061.2017172211155.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1135.061.2017172211155.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1135.061.2017172211155.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1135.061.2017272162509.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1135.061.2017172211155.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.201014518738,"SizeInBytes":165885787,"Checksum":{"Value":"9f1b4413d0424bf1588e63aee902cd81","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837058-LAADS","revision-id":4,"native-id":"LAADS:2715260472","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:21.960Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T11:40:00.000Z","EndingDateTime":"2000-03-22T11:45:00.000Z"}},"GranuleUR":"LAADS:2715260472","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-25.031449,"Latitude":3.818541},{"Longitude":-4.210147,"Latitude":0.842429},{"Longitude":0.22022,"Latitude":18.652701},{"Longitude":-21.920303,"Latitude":21.898026},{"Longitude":-25.031449,"Latitude":3.818541}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1140.061.2017172211225.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1140.061.2017172211225.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1140.061.2017172211225.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1140.061.2017272162031.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1140.061.2017172211225.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.773633956909,"SizeInBytes":152854734,"Checksum":{"Value":"acc8e6730ec7016f957ddedb26741c78","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837118-LAADS","revision-id":4,"native-id":"LAADS:2715261277","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:23.991Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T11:45:00.000Z","EndingDateTime":"2000-03-22T11:50:00.000Z"}},"GranuleUR":"LAADS:2715261277","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-29.271512,"Latitude":-13.864867},{"Longitude":-7.721793,"Latitude":-17.087793},{"Longitude":-4.260124,"Latitude":0.924703},{"Longitude":-25.074513,"Latitude":3.991708},{"Longitude":-29.271512,"Latitude":-13.864867}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:21:06.490Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1145.061.2017172211206.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1145.061.2017172211206.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1145.061.2017172211206.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1145.061.2017272162623.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1145.061.2017172211206.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:06.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.784476280212,"SizeInBytes":153914679,"Checksum":{"Value":"03b0edf1b1c7bc9e840ce2a6796b8d07","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836887-LAADS","revision-id":4,"native-id":"LAADS:2715258806","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:19.715Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T11:50:00.000Z","EndingDateTime":"2000-03-22T11:55:00.000Z"}},"GranuleUR":"LAADS:2715258806","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-35.258639,"Latitude":-31.280209},{"Longitude":-10.27728,"Latitude":-35.13234},{"Longitude":-7.468006,"Latitude":-16.967152},{"Longitude":-29.249956,"Latitude":-13.774482},{"Longitude":-35.258639,"Latitude":-31.280209}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:18:07.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1150.061.2017172211235.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1150.061.2017172211235.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1150.061.2017172211235.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1150.061.2017272163220.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1150.061.2017172211235.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":148.986806869507,"SizeInBytes":156223990,"Checksum":{"Value":"77a2e9df0b6c8ac1c98055d5ab5e3ae8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836948-LAADS","revision-id":4,"native-id":"LAADS:2715259578","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.288Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T11:55:00.000Z","EndingDateTime":"2000-03-22T12:00:00.000Z"}},"GranuleUR":"LAADS:2715259578","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-44.997246,"Latitude":-47.932279},{"Longitude":-11.827359,"Latitude":-53.109305},{"Longitude":-9.819618,"Latitude":-34.870293},{"Longitude":-35.224511,"Latitude":-31.194273},{"Longitude":-44.997246,"Latitude":-47.932279}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1155.061.2017172211127.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1155.061.2017172211127.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1155.061.2017172211127.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1155.061.2017272164304.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1155.061.2017172211127.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.982574462891,"SizeInBytes":175093920,"Checksum":{"Value":"e539c3a85c3300b1589efd8faadc84bf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836951-LAADS","revision-id":4,"native-id":"LAADS:2715259579","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.278Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T12:00:00.000Z","EndingDateTime":"2000-03-22T12:05:00.000Z"}},"GranuleUR":"LAADS:2715259579","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-64.225471,"Latitude":-62.621028},{"Longitude":-10.666114,"Latitude":-70.93791},{"Longitude":-11.116181,"Latitude":-52.707494},{"Longitude":-44.813377,"Latitude":-47.896226},{"Longitude":-64.225471,"Latitude":-62.621028}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1200.061.2017172211207.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1200.061.2017172211207.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1200.061.2017172211207.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1200.061.2017272164341.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1200.061.2017172211207.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:07.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.305829048157,"SizeInBytes":165995693,"Checksum":{"Value":"a65af7e9e0cf8e2831bae6090cf35454","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836949-LAADS","revision-id":4,"native-id":"LAADS:2715259580","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.318Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T12:05:00.000Z","EndingDateTime":"2000-03-22T12:10:00.000Z"}},"GranuleUR":"LAADS:2715259580","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-106.623808,"Latitude":-70.578538},{"Longitude":46.613645,"Latitude":-87.222009},{"Longitude":-9.71528,"Latitude":-70.41669},{"Longitude":-63.78568,"Latitude":-62.704859},{"Longitude":-106.623808,"Latitude":-70.578538}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1205.061.2017172211102.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1205.061.2017172211102.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1205.061.2017172211102.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1205.061.2017272162004.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1205.061.2017172211102.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:11:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":123.915714263916,"SizeInBytes":129935044,"Checksum":{"Value":"90d6776ba813ced9e6daa855459415b3","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462836955-LAADS","revision-id":4,"native-id":"LAADS:2715259581","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:20.343Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T12:55:00.000Z","EndingDateTime":"2000-03-22T13:00:00.000Z"}},"GranuleUR":"LAADS:2715259581","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-103.818986,"Latitude":87.405892},{"Longitude":54.834005,"Latitude":70.898525},{"Longitude":101.076364,"Latitude":64.280409},{"Longitude":158.106224,"Latitude":72.289352},{"Longitude":-103.818986,"Latitude":87.405892}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:19:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1255.061.2017172211225.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1255.061.2017172211225.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1255.061.2017172211225.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1255.061.2017272161455.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1255.061.2017172211225.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:12:25.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":38.6401147842407,"SizeInBytes":40517097,"Checksum":{"Value":"0e9a1851cae59961cc48cc35fd04eea8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837325-LAADS","revision-id":4,"native-id":"LAADS:2715266669","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.630Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T13:00:00.000Z","EndingDateTime":"2000-03-22T13:05:00.000Z"}},"GranuleUR":"LAADS:2715266669","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-43.676329,"Latitude":71.111889},{"Longitude":10.699766,"Latitude":63.377517},{"Longitude":55.020357,"Latitude":71.243303},{"Longitude":-116.33903,"Latitude":87.2229},{"Longitude":-43.676329,"Latitude":71.111889}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:06.900Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1300.061.2017172211940.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1300.061.2017172211940.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1300.061.2017172211940.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1300.061.2017272163054.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1300.061.2017172211940.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.428373336792,"SizeInBytes":159832734,"Checksum":{"Value":"45ef8fcfdb82e7dbc0ac167b38316c15","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837061-LAADS","revision-id":4,"native-id":"LAADS:2715260473","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:22.007Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T13:05:00.000Z","EndingDateTime":"2000-03-22T13:10:00.000Z"}},"GranuleUR":"LAADS:2715260473","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-42.945095,"Latitude":53.258827},{"Longitude":-9.292582,"Latitude":48.659332},{"Longitude":10.147444,"Latitude":63.718218},{"Longitude":-44.978674,"Latitude":71.585043},{"Longitude":-42.945095,"Latitude":53.258827}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:20:06.930Z","Type":"Insert"},{"Date":"2022-11-22T11:56:17.060Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1305.061.2017172211323.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1305.061.2017172211323.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1305.061.2017172211323.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1305.061.2017272164406.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1305.061.2017172211323.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:13:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.93567276001,"SizeInBytes":173996164,"Checksum":{"Value":"601e4836ba21b040a44151910382d12c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837274-LAADS","revision-id":4,"native-id":"LAADS:2715265691","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.125Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T13:10:00.000Z","EndingDateTime":"2000-03-22T13:15:00.000Z"}},"GranuleUR":"LAADS:2715265691","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-44.590625,"Latitude":35.437581},{"Longitude":-19.22877,"Latitude":31.998507},{"Longitude":-9.825202,"Latitude":48.904376},{"Longitude":-43.337368,"Latitude":53.726523},{"Longitude":-44.590625,"Latitude":35.437581}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1310.061.2017172211804.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1310.061.2017172211804.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1310.061.2017172211804.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1310.061.2017272163855.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1310.061.2017172211804.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:04.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.015655517578,"SizeInBytes":163594272,"Checksum":{"Value":"928366048aa8cf265e474c74b95e41fe","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837272-LAADS","revision-id":4,"native-id":"LAADS:2715265692","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.127Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T13:15:00.000Z","EndingDateTime":"2000-03-22T13:20:00.000Z"}},"GranuleUR":"LAADS:2715265692","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-47.186323,"Latitude":17.619437},{"Longitude":-25.403211,"Latitude":14.601126},{"Longitude":-19.625745,"Latitude":32.17262},{"Longitude":-44.773262,"Latitude":35.830683},{"Longitude":-47.186323,"Latitude":17.619437}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1315.061.2017172211844.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1315.061.2017172211844.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1315.061.2017172211844.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1315.061.2017272162717.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1315.061.2017172211844.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:44.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":139.993340492249,"SizeInBytes":146793657,"Checksum":{"Value":"20d1b9c162310212dad5f58196e5246d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837231-LAADS","revision-id":4,"native-id":"LAADS:2715264893","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.883Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T13:20:00.000Z","EndingDateTime":"2000-03-22T13:25:00.000Z"}},"GranuleUR":"LAADS:2715264893","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-50.590905,"Latitude":-0.130476},{"Longitude":-29.80194,"Latitude":-3.133058},{"Longitude":-25.642202,"Latitude":14.721526},{"Longitude":-47.270457,"Latitude":17.896697},{"Longitude":-50.590905,"Latitude":-0.130476}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:08.180Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1320.061.2017172211840.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1320.061.2017172211840.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1320.061.2017172211840.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1320.061.2017272163517.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1320.061.2017172211840.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:40.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.843033790588,"SizeInBytes":162364689,"Checksum":{"Value":"f639757c9b994ea00c9477732f44c570","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837167-LAADS","revision-id":4,"native-id":"LAADS:2715263923","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.951Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T13:25:00.000Z","EndingDateTime":"2000-03-22T13:30:00.000Z"}},"GranuleUR":"LAADS:2715263923","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-55.133023,"Latitude":-17.790765},{"Longitude":-33.086691,"Latitude":-21.116117},{"Longitude":-29.782238,"Latitude":-3.061049},{"Longitude":-50.619492,"Latitude":0.009389},{"Longitude":-55.133023,"Latitude":-17.790765}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1325.061.2017172212001.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1325.061.2017172212001.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1325.061.2017172212001.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1325.061.2017272162804.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1325.061.2017172212001.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:02.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.298538208008,"SizeInBytes":170182352,"Checksum":{"Value":"a4f2bc1ee3f0db0cfb0efc32318a5552","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837179-LAADS","revision-id":4,"native-id":"LAADS:2715263924","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.986Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T13:30:00.000Z","EndingDateTime":"2000-03-22T13:35:00.000Z"}},"GranuleUR":"LAADS:2715263924","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-61.715881,"Latitude":-35.085595},{"Longitude":-35.451319,"Latitude":-39.153597},{"Longitude":-32.787376,"Latitude":-20.965257},{"Longitude":-55.109574,"Latitude":-17.701883},{"Longitude":-61.715881,"Latitude":-35.085595}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1330.061.2017172211731.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1330.061.2017172211731.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1330.061.2017172211731.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1330.061.2017272163406.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1330.061.2017172211731.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:31.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.777689933777,"SizeInBytes":166490475,"Checksum":{"Value":"bbd9602ccddff4ccaad725b2a9b6a26f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837210-LAADS","revision-id":4,"native-id":"LAADS:2715264680","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.468Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T13:35:00.000Z","EndingDateTime":"2000-03-22T13:40:00.000Z"}},"GranuleUR":"LAADS:2715264680","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-72.826041,"Latitude":-51.461868},{"Longitude":-36.664674,"Latitude":-57.105565},{"Longitude":-34.943427,"Latitude":-38.85949},{"Longitude":-61.658668,"Latitude":-35.007215},{"Longitude":-72.826041,"Latitude":-51.461868}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1335.061.2017172211956.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1335.061.2017172211956.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1335.061.2017172211956.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1335.061.2017272163712.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1335.061.2017172211956.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.547102928162,"SizeInBytes":162054383,"Checksum":{"Value":"2b1e50238fb77ed6b924f26b72b3edc5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837211-LAADS","revision-id":4,"native-id":"LAADS:2715264681","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.525Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T13:40:00.000Z","EndingDateTime":"2000-03-22T13:45:00.000Z"}},"GranuleUR":"LAADS:2715264681","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-95.890267,"Latitude":-65.291389},{"Longitude":-33.881761,"Latitude":-74.878174},{"Longitude":-35.880816,"Latitude":-56.674874},{"Longitude":-72.596657,"Latitude":-51.444988},{"Longitude":-95.890267,"Latitude":-65.291389}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1340.061.2017172211916.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1340.061.2017172211916.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1340.061.2017172211916.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1340.061.2017272164015.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1340.061.2017172211916.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:16.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":157.709535598755,"SizeInBytes":165370434,"Checksum":{"Value":"05ba5a27e750e9cf3c4e48be642f566f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837136-LAADS","revision-id":4,"native-id":"LAADS:2715263013","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:26.001Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T13:45:00.000Z","EndingDateTime":"2000-03-22T13:50:00.000Z"}},"GranuleUR":"LAADS:2715263013","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-143.48391,"Latitude":-70.462623},{"Longitude":92.195743,"Latitude":-86.108562},{"Longitude":-32.838639,"Latitude":-74.33075},{"Longitude":-95.402636,"Latitude":-65.41687},{"Longitude":-143.48391,"Latitude":-70.462623}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:23:09.370Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1345.061.2017172211630.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1345.061.2017172211630.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1345.061.2017172211630.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1345.061.2017272161738.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1345.061.2017172211630.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":95.0119771957397,"SizeInBytes":99627279,"Checksum":{"Value":"26f77865104423f6d65cf478b46b7ee9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837171-LAADS","revision-id":4,"native-id":"LAADS:2715263925","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.009Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T14:35:00.000Z","EndingDateTime":"2000-03-22T14:40:00.000Z"}},"GranuleUR":"LAADS:2715263925","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-85.740858,"Latitude":84.555665},{"Longitude":17.974602,"Latitude":70.358388},{"Longitude":68.713204,"Latitude":66.836986},{"Longitude":135.435952,"Latitude":76.202159},{"Longitude":-85.740858,"Latitude":84.555665}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1435.061.2017172211742.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1435.061.2017172211742.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1435.061.2017172211742.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1435.061.2017272161645.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1435.061.2017172211742.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":68.1772880554199,"SizeInBytes":71489068,"Checksum":{"Value":"604eb775b40cbeaf9a49a738055245cf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837206-LAADS","revision-id":4,"native-id":"LAADS:2715264682","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.608Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T14:40:00.000Z","EndingDateTime":"2000-03-22T14:45:00.000Z"}},"GranuleUR":"LAADS:2715264682","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-67.841048,"Latitude":67.157993},{"Longitude":-19.97974,"Latitude":60.439794},{"Longitude":17.916427,"Latitude":70.733482},{"Longitude":-91.786941,"Latitude":84.84803},{"Longitude":-67.841048,"Latitude":67.157993}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1440.061.2017172211754.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1440.061.2017172211754.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1440.061.2017172211754.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1440.061.2017272162657.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1440.061.2017172211754.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.628567695618,"SizeInBytes":154799773,"Checksum":{"Value":"d63166a2753b19f5546d581cf8d2dd72","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837168-LAADS","revision-id":4,"native-id":"LAADS:2715263926","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.081Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T14:45:00.000Z","EndingDateTime":"2000-03-22T14:50:00.000Z"}},"GranuleUR":"LAADS:2715263926","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-67.904741,"Latitude":49.375181},{"Longitude":-36.697762,"Latitude":45.128341},{"Longitude":-20.559883,"Latitude":60.75842},{"Longitude":-68.702522,"Latitude":67.646858},{"Longitude":-67.904741,"Latitude":49.375181}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1445.061.2017172212021.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1445.061.2017172212021.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1445.061.2017172212021.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1445.061.2017272163838.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1445.061.2017172212021.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:21.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.519181251526,"SizeInBytes":169365137,"Checksum":{"Value":"b136671000ff578c7678d679b52542e1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837273-LAADS","revision-id":4,"native-id":"LAADS:2715265693","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.142Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T14:50:00.000Z","EndingDateTime":"2000-03-22T14:55:00.000Z"}},"GranuleUR":"LAADS:2715265693","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-69.823386,"Latitude":31.462918},{"Longitude":-45.551932,"Latitude":28.164941},{"Longitude":-37.208838,"Latitude":45.357545},{"Longitude":-68.249475,"Latitude":49.831347},{"Longitude":-69.823386,"Latitude":31.462918}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1450.061.2017172211928.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1450.061.2017172211928.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1450.061.2017172211928.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1450.061.2017272163546.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1450.061.2017172211928.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.009258270264,"SizeInBytes":169879020,"Checksum":{"Value":"4343f6bdb359b1f9894dd4631e78fd99","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837182-LAADS","revision-id":4,"native-id":"LAADS:2715264061","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.174Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T14:55:00.000Z","EndingDateTime":"2000-03-22T15:00:00.000Z"}},"GranuleUR":"LAADS:2715264061","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-72.59169,"Latitude":13.652997},{"Longitude":-51.22361,"Latitude":10.668614},{"Longitude":-45.913952,"Latitude":28.325223},{"Longitude":-69.976548,"Latitude":31.833572},{"Longitude":-72.59169,"Latitude":13.652997}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:07.750Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1455.061.2017172211553.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1455.061.2017172211553.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1455.061.2017172211553.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1455.061.2017272163305.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1455.061.2017172211553.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:53.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":152.361734390259,"SizeInBytes":159762858,"Checksum":{"Value":"36c0fad6648aa37facedb751bbc967f2","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837324-LAADS","revision-id":4,"native-id":"LAADS:2715266670","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.620Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T15:00:00.000Z","EndingDateTime":"2000-03-22T15:05:00.000Z"}},"GranuleUR":"LAADS:2715266670","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-76.200353,"Latitude":-4.068686},{"Longitude":-55.34898,"Latitude":-7.111164},{"Longitude":-51.425244,"Latitude":10.77926},{"Longitude":-72.658382,"Latitude":13.900327},{"Longitude":-76.200353,"Latitude":-4.068686}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:06.900Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1500.061.2017172212038.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1500.061.2017172212038.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1500.061.2017172212038.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1500.061.2017272163654.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1500.061.2017172212038.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.601181983948,"SizeInBytes":173645425,"Checksum":{"Value":"d04f96d0f3ac143a8e32fe71590fd511","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837277-LAADS","revision-id":4,"native-id":"LAADS:2715265694","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.136Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T15:05:00.000Z","EndingDateTime":"2000-03-22T15:10:00.000Z"}},"GranuleUR":"LAADS:2715265694","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-81.096795,"Latitude":-21.692653},{"Longitude":-58.410002,"Latitude":-25.140355},{"Longitude":-55.253118,"Latitude":-7.048007},{"Longitude":-76.226135,"Latitude":-3.960375},{"Longitude":-81.096795,"Latitude":-21.692653}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1505.061.2017172211526.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1505.061.2017172211526.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1505.061.2017172211526.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1505.061.2017272163438.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1505.061.2017172211526.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:15:26.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.114856719971,"SizeInBytes":174184052,"Checksum":{"Value":"78d501c22d4d267709da5983cc09653f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837164-LAADS","revision-id":4,"native-id":"LAADS:2715263927","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.084Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T15:10:00.000Z","EndingDateTime":"2000-03-22T15:15:00.000Z"}},"GranuleUR":"LAADS:2715263927","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-88.386133,"Latitude":-38.843304},{"Longitude":-60.569469,"Latitude":-43.165518},{"Longitude":-58.063208,"Latitude":-24.958687},{"Longitude":-81.070905,"Latitude":-21.604236},{"Longitude":-88.386133,"Latitude":-38.843304}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:06.970Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1510.061.2017172211819.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1510.061.2017172211819.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1510.061.2017172211819.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1510.061.2017272163249.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1510.061.2017172211819.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.324728965759,"SizeInBytes":170209815,"Checksum":{"Value":"eeb31c10006eea391db3f988c109a69f","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837213-LAADS","revision-id":4,"native-id":"LAADS:2715264683","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.608Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T15:15:00.000Z","EndingDateTime":"2000-03-22T15:20:00.000Z"}},"GranuleUR":"LAADS:2715264683","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-101.202375,"Latitude":-54.874093},{"Longitude":-61.351085,"Latitude":-61.08913},{"Longitude":-60.008364,"Latitude":-42.840176},{"Longitude":-88.299632,"Latitude":-38.773509},{"Longitude":-101.202375,"Latitude":-54.874093}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1515.061.2017172211922.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1515.061.2017172211922.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1515.061.2017172211922.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1515.061.2017272164327.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1515.061.2017172211922.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.321917533875,"SizeInBytes":174401171,"Checksum":{"Value":"a8b9314c650a8b9bb4266ab447bf50d1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837289-LAADS","revision-id":4,"native-id":"LAADS:2715265887","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.612Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T15:20:00.000Z","EndingDateTime":"2000-03-22T15:25:00.000Z"}},"GranuleUR":"LAADS:2715265887","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-129.002202,"Latitude":-67.553271},{"Longitude":-55.636309,"Latitude":-78.772225},{"Longitude":-60.488842,"Latitude":-60.629528},{"Longitude":-100.917509,"Latitude":-54.87868},{"Longitude":-129.002202,"Latitude":-67.553271}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:09.020Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1520.061.2017172211922.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1520.061.2017172211922.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1520.061.2017172211922.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1520.061.2017272163953.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1520.061.2017172211922.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:22.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.697251319885,"SizeInBytes":164308977,"Checksum":{"Value":"8541ef5b4504f8dd70c37ef149085ef0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837180-LAADS","revision-id":4,"native-id":"LAADS:2715264062","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.190Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T15:25:00.000Z","EndingDateTime":"2000-03-22T15:30:00.000Z"}},"GranuleUR":"LAADS:2715264062","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-179.732131,"Latitude":-69.554064},{"Longitude":87.805654,"Latitude":-82.651671},{"Longitude":-54.549682,"Latitude":-78.201297},{"Longitude":-128.486063,"Latitude":-67.731284},{"Longitude":-179.732131,"Latitude":-69.554064}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:07.750Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1525.061.2017172211903.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1525.061.2017172211903.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1525.061.2017172211903.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1525.061.2017272161643.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1525.061.2017172211903.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:03.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":64.8824110031128,"SizeInBytes":68034139,"Checksum":{"Value":"9cf05d571b83df5aa9b12ec7abedbcf4","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837348-LAADS","revision-id":4,"native-id":"LAADS:2715266945","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:30.673Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T16:15:00.000Z","EndingDateTime":"2000-03-22T16:20:00.000Z"}},"GranuleUR":"LAADS:2715266945","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-99.867175,"Latitude":80.825896},{"Longitude":-17.838565,"Latitude":69.065714},{"Longitude":34.763676,"Latitude":68.942412},{"Longitude":114.829315,"Latitude":80.056551},{"Longitude":-99.867175,"Latitude":80.825896}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:07.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1615.061.2017172211951.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1615.061.2017172211951.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1615.061.2017172211951.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1615.061.2017272161752.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1615.061.2017172211951.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":94.8802537918091,"SizeInBytes":99489157,"Checksum":{"Value":"db35b080acd588c593c972d820ee63d0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837212-LAADS","revision-id":4,"native-id":"LAADS:2715264684","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.608Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T16:20:00.000Z","EndingDateTime":"2000-03-22T16:25:00.000Z"}},"GranuleUR":"LAADS:2715264684","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-92.293255,"Latitude":63.204432},{"Longitude":-49.614377,"Latitude":57.275802},{"Longitude":-18.10955,"Latitude":69.441191},{"Longitude":-102.928805,"Latitude":81.238388},{"Longitude":-92.293255,"Latitude":63.204432}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1620.061.2017172212001.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1620.061.2017172212001.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1620.061.2017172212001.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1620.061.2017272162823.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1620.061.2017172212001.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.473330497742,"SizeInBytes":154636995,"Checksum":{"Value":"0586f2093edaca6ad2e703d2a9e094d8","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837278-LAADS","revision-id":4,"native-id":"LAADS:2715265695","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.187Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T16:25:00.000Z","EndingDateTime":"2000-03-22T16:30:00.000Z"}},"GranuleUR":"LAADS:2715265695","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-92.958126,"Latitude":45.408346},{"Longitude":-63.809703,"Latitude":41.454667},{"Longitude":-50.196559,"Latitude":57.572448},{"Longitude":-92.939123,"Latitude":63.695025},{"Longitude":-92.958126,"Latitude":45.408346}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1625.061.2017172212029.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1625.061.2017172212029.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1625.061.2017172212029.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1625.061.2017272163357.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1625.061.2017172212029.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:29.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.947243690491,"SizeInBytes":170862569,"Checksum":{"Value":"939df0fe9a8e8485f86a6a4ad89a1082","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837323-LAADS","revision-id":4,"native-id":"LAADS:2715266671","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.630Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T16:30:00.000Z","EndingDateTime":"2000-03-22T16:35:00.000Z"}},"GranuleUR":"LAADS:2715266671","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-95.085583,"Latitude":27.584299},{"Longitude":-71.69343,"Latitude":24.393056},{"Longitude":-64.289084,"Latitude":41.666613},{"Longitude":-93.242242,"Latitude":45.849962},{"Longitude":-95.085583,"Latitude":27.584299}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:06.900Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1630.061.2017172212038.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1630.061.2017172212038.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1630.061.2017172212038.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1630.061.2017272163249.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1630.061.2017172212038.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.938056945801,"SizeInBytes":167707208,"Checksum":{"Value":"51555091b9209b99ca0c776894ea731e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837288-LAADS","revision-id":4,"native-id":"LAADS:2715265888","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.515Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T16:35:00.000Z","EndingDateTime":"2000-03-22T16:40:00.000Z"}},"GranuleUR":"LAADS:2715265888","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-98.038772,"Latitude":9.696701},{"Longitude":-76.964533,"Latitude":6.728361},{"Longitude":-72.020877,"Latitude":24.541183},{"Longitude":-95.219845,"Latitude":27.929545},{"Longitude":-98.038772,"Latitude":9.696701}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:09.020Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1635.061.2017172211835.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1635.061.2017172211835.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1635.061.2017172211835.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1635.061.2017272162706.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1635.061.2017172211835.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:18:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":145.55454158783,"SizeInBytes":152624999,"Checksum":{"Value":"d33c6aa195b6ebc47514e830c27d0d00","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837366-LAADS","revision-id":4,"native-id":"LAADS:2715267623","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:30.796Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T16:40:00.000Z","EndingDateTime":"2000-03-22T16:45:00.000Z"}},"GranuleUR":"LAADS:2715267623","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-101.881363,"Latitude":-8.009175},{"Longitude":-80.855968,"Latitude":-11.108342},{"Longitude":-77.134675,"Latitude":6.831668},{"Longitude":-98.096289,"Latitude":9.915754},{"Longitude":-101.881363,"Latitude":-8.009175}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:28:07.510Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1640.061.2017172212015.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1640.061.2017172212015.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1640.061.2017172212015.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1640.061.2017272163313.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1640.061.2017172212015.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:15.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":156.061635017395,"SizeInBytes":163642485,"Checksum":{"Value":"a30f7d1107e310b74d3b66ce9789f656","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837181-LAADS","revision-id":4,"native-id":"LAADS:2715264063","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.229Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T16:45:00.000Z","EndingDateTime":"2000-03-22T16:50:00.000Z"}},"GranuleUR":"LAADS:2715264063","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-107.166343,"Latitude":-25.565691},{"Longitude":-83.688764,"Latitude":-29.156868},{"Longitude":-80.673305,"Latitude":-11.031929},{"Longitude":-101.888029,"Latitude":-7.913255},{"Longitude":-107.166343,"Latitude":-25.565691}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:24:07.750Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1645.061.2017172211718.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1645.061.2017172211718.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1645.061.2017172211718.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1645.061.2017272163804.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1645.061.2017172211718.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:18.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":155.699207305908,"SizeInBytes":163262452,"Checksum":{"Value":"8088bb593cb6c28e35a967bb2f6f0461","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837398-LAADS","revision-id":4,"native-id":"LAADS:2715268613","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:31.291Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T16:50:00.000Z","EndingDateTime":"2000-03-22T16:55:00.000Z"}},"GranuleUR":"LAADS:2715268613","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-115.300058,"Latitude":-42.544523},{"Longitude":-85.626849,"Latitude":-47.165403},{"Longitude":-83.297786,"Latitude":-28.942869},{"Longitude":-107.137645,"Latitude":-25.478486},{"Longitude":-115.300058,"Latitude":-42.544523}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:29:07.030Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1650.061.2017172212323.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1650.061.2017172212323.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1650.061.2017172212323.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1650.061.2017272163626.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1650.061.2017172212323.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:23:23.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":147.246187210083,"SizeInBytes":154398818,"Checksum":{"Value":"5077e63e7dc611908b8369a7a2d8e9d7","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837279-LAADS","revision-id":4,"native-id":"LAADS:2715265696","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.199Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T16:55:00.000Z","EndingDateTime":"2000-03-22T17:00:00.000Z"}},"GranuleUR":"LAADS:2715265696","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-130.25439,"Latitude":-58.137911},{"Longitude":-85.830716,"Latitude":-65.055805},{"Longitude":-85.010604,"Latitude":-46.808759},{"Longitude":-115.179665,"Latitude":-42.48592},{"Longitude":-130.25439,"Latitude":-58.137911}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1655.061.2017172212019.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1655.061.2017172212019.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1655.061.2017172212019.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1655.061.2017272164753.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1655.061.2017172212019.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:19.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.28803730011,"SizeInBytes":168074189,"Checksum":{"Value":"5ee359db03c5ea71a74520890f1dbf25","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837275-LAADS","revision-id":4,"native-id":"LAADS:2715265697","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.253Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T17:00:00.000Z","EndingDateTime":"2000-03-22T17:05:00.000Z"}},"GranuleUR":"LAADS:2715265697","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-163.647141,"Latitude":-69.283789},{"Longitude":-73.774437,"Latitude":-82.572009},{"Longitude":-84.890849,"Latitude":-64.568988},{"Longitude":-129.908328,"Latitude":-58.170228},{"Longitude":-163.647141,"Latitude":-69.283789}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1700.061.2017172211754.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1700.061.2017172211754.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1700.061.2017172211754.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1700.061.2017272163306.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1700.061.2017172211754.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:54.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.504076004028,"SizeInBytes":157814962,"Checksum":{"Value":"128014895d8870e1e143b0a403dd2494","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837216-LAADS","revision-id":4,"native-id":"LAADS:2715264685","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.669Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T17:05:00.000Z","EndingDateTime":"2000-03-22T17:10:00.000Z"}},"GranuleUR":"LAADS:2715264685","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":145.318756,"Latitude":-67.952966},{"Longitude":69.632079,"Latitude":-78.858828},{"Longitude":-72.814779,"Latitude":-81.972059},{"Longitude":-163.157972,"Latitude":-69.516301},{"Longitude":145.318756,"Latitude":-67.952966}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1705.061.2017172212029.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1705.061.2017172212029.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1705.061.2017172212029.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1705.061.2017272161614.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1705.061.2017172212029.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:29.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":38.76012134552,"SizeInBytes":40642933,"Checksum":{"Value":"be04319a77ea007d31ba4f7913855b93","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837326-LAADS","revision-id":4,"native-id":"LAADS:2715266672","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.619Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T17:55:00.000Z","EndingDateTime":"2000-03-22T18:00:00.000Z"}},"GranuleUR":"LAADS:2715266672","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-120.523906,"Latitude":76.95578},{"Longitude":-52.108803,"Latitude":67.129689},{"Longitude":-0.832761,"Latitude":70.432493},{"Longitude":99.915109,"Latitude":83.760487},{"Longitude":-120.523906,"Latitude":76.95578}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:06.900Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1755.061.2017172212136.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1755.061.2017172212136.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1755.061.2017172212136.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1755.061.2017272162334.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1755.061.2017172212136.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:21:36.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":120.723983764648,"SizeInBytes":126588272,"Checksum":{"Value":"e637842dc3c083ab2cccf2a4b433fb82","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837367-LAADS","revision-id":4,"native-id":"LAADS:2715267624","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:30.804Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T18:00:00.000Z","EndingDateTime":"2000-03-22T18:05:00.000Z"}},"GranuleUR":"LAADS:2715267624","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-116.930753,"Latitude":59.249809},{"Longitude":-78.436488,"Latitude":53.944934},{"Longitude":-52.550008,"Latitude":67.503837},{"Longitude":-122.383811,"Latitude":77.416283},{"Longitude":-116.930753,"Latitude":59.249809}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:28:07.510Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1800.061.2017172212155.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1800.061.2017172212155.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1800.061.2017172212155.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1800.061.2017272163408.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1800.061.2017172212155.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:21:55.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.519672393799,"SizeInBytes":162025620,"Checksum":{"Value":"2fc9ea2cc0a676f70b0b46555eed158a","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837229-LAADS","revision-id":4,"native-id":"LAADS:2715264894","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.876Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T18:05:00.000Z","EndingDateTime":"2000-03-22T18:10:00.000Z"}},"GranuleUR":"LAADS:2715264894","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-118.030909,"Latitude":41.444759},{"Longitude":-90.632717,"Latitude":37.727606},{"Longitude":-78.995812,"Latitude":54.217159},{"Longitude":-117.402629,"Latitude":59.736009},{"Longitude":-118.030909,"Latitude":41.444759}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:08.180Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1805.061.2017172211936.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1805.061.2017172211936.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1805.061.2017172211936.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1805.061.2017272162541.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1805.061.2017172211936.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:36.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.62703704834,"SizeInBytes":170526808,"Checksum":{"Value":"2552e505bef7b911b9ecbabc6a0c9139","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837228-LAADS","revision-id":4,"native-id":"LAADS:2715264895","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.906Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T18:10:00.000Z","EndingDateTime":"2000-03-22T18:15:00.000Z"}},"GranuleUR":"LAADS:2715264895","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-120.394847,"Latitude":23.623661},{"Longitude":-97.752469,"Latitude":20.516116},{"Longitude":-91.089969,"Latitude":37.9256},{"Longitude":-118.31071,"Latitude":41.864576},{"Longitude":-120.394847,"Latitude":23.623661}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:08.180Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1810.061.2017172212055.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1810.061.2017172212055.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1810.061.2017172212055.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1810.061.2017272162925.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1810.061.2017172212055.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.691424369812,"SizeInBytes":168497171,"Checksum":{"Value":"779e458a79e6ad6bdc9aa6683cbfeef6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837276-LAADS","revision-id":4,"native-id":"LAADS:2715265698","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.301Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T18:15:00.000Z","EndingDateTime":"2000-03-22T18:20:00.000Z"}},"GranuleUR":"LAADS:2715265698","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-123.509597,"Latitude":5.836682},{"Longitude":-102.634228,"Latitude":2.868562},{"Longitude":-98.051232,"Latitude":20.653422},{"Longitude":-120.503166,"Latitude":23.940155},{"Longitude":-123.509597,"Latitude":5.836682}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1815.061.2017172212209.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1815.061.2017172212209.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1815.061.2017172212209.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1815.061.2017272163640.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1815.061.2017172212209.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:22:09.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":160.999709129333,"SizeInBytes":168820431,"Checksum":{"Value":"07374a83c8ba3336b92d62d75e35f722","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837280-LAADS","revision-id":4,"native-id":"LAADS:2715265699","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.359Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T18:20:00.000Z","EndingDateTime":"2000-03-22T18:25:00.000Z"}},"GranuleUR":"LAADS:2715265699","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-127.627359,"Latitude":-11.944938},{"Longitude":-106.282898,"Latitude":-15.122309},{"Longitude":-102.718496,"Latitude":2.956192},{"Longitude":-123.558958,"Latitude":6.025594},{"Longitude":-127.627359,"Latitude":-11.944938}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1820.061.2017172211958.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1820.061.2017172211958.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1820.061.2017172211958.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1820.061.2017272163741.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1820.061.2017172211958.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.355626106262,"SizeInBytes":171290789,"Checksum":{"Value":"75c75e6940cb925892c86382fd5ce8ee","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837215-LAADS","revision-id":4,"native-id":"LAADS:2715264686","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.695Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T18:25:00.000Z","EndingDateTime":"2000-03-22T18:30:00.000Z"}},"GranuleUR":"LAADS:2715264686","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-133.364827,"Latitude":-29.411018},{"Longitude":-108.929899,"Latitude":-33.16938},{"Longitude":-106.052818,"Latitude":-15.015847},{"Longitude":-127.615459,"Latitude":-11.852229},{"Longitude":-133.364827,"Latitude":-29.411018}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1825.061.2017172212028.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1825.061.2017172212028.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1825.061.2017172212028.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1825.061.2017272162758.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1825.061.2017172212028.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":137.590486526489,"SizeInBytes":144274082,"Checksum":{"Value":"d443402c693105f8c8fa956c4602b8b9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837372-LAADS","revision-id":4,"native-id":"LAADS:2715267625","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:30.812Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T18:30:00.000Z","EndingDateTime":"2000-03-22T18:35:00.000Z"}},"GranuleUR":"LAADS:2715267625","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-142.521423,"Latitude":-46.18253},{"Longitude":-110.615365,"Latitude":-51.15858},{"Longitude":-108.492438,"Latitude":-32.923614},{"Longitude":-133.332583,"Latitude":-29.324972},{"Longitude":-142.521423,"Latitude":-46.18253}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:28:07.510Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1830.061.2017172212220.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1830.061.2017172212220.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1830.061.2017172212220.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1830.061.2017272163656.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1830.061.2017172212220.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:22:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.983934402466,"SizeInBytes":158318130,"Checksum":{"Value":"d887ed613bab714328244c5542a58026","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837282-LAADS","revision-id":4,"native-id":"LAADS:2715265700","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.371Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T18:35:00.000Z","EndingDateTime":"2000-03-22T18:40:00.000Z"}},"GranuleUR":"LAADS:2715265700","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-160.179212,"Latitude":-61.209945},{"Longitude":-109.998355,"Latitude":-69.010166},{"Longitude":-109.938438,"Latitude":-50.771362},{"Longitude":-142.361917,"Latitude":-46.137518},{"Longitude":-160.179212,"Latitude":-61.209945}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1835.061.2017172212018.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1835.061.2017172212018.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1835.061.2017172212018.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1835.061.2017272164029.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1835.061.2017172212018.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:18.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":159.376907348633,"SizeInBytes":167118800,"Checksum":{"Value":"88ce69a23fe158c3d80ff4302231fb5e","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837217-LAADS","revision-id":4,"native-id":"LAADS:2715264687","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.695Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T18:40:00.000Z","EndingDateTime":"2000-03-22T18:45:00.000Z"}},"GranuleUR":"LAADS:2715264687","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":160.340981,"Latitude":-70.344381},{"Longitude":-78.683102,"Latitude":-86.037463},{"Longitude":-109.009229,"Latitude":-68.498137},{"Longitude":-159.769488,"Latitude":-61.275873},{"Longitude":160.340981,"Latitude":-70.344381}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1840.061.2017172211752.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1840.061.2017172211752.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1840.061.2017172211752.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1840.061.2017272162818.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1840.061.2017172211752.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":136.9497423172,"SizeInBytes":143602213,"Checksum":{"Value":"b16ea87e6ca095c44b93fec4834dd77c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837218-LAADS","revision-id":4,"native-id":"LAADS:2715264688","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:27.735Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T19:30:00.000Z","EndingDateTime":"2000-03-22T19:35:00.000Z"}},"GranuleUR":"LAADS:2715264688","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":113.985231,"Latitude":87.333769},{"Longitude":-37.988366,"Latitude":70.844082},{"Longitude":5.380618,"Latitude":62.886997},{"Longitude":58.613667,"Latitude":70.362208},{"Longitude":113.985231,"Latitude":87.333769}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:25:07.710Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1930.061.2017172212157.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1930.061.2017172212157.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1930.061.2017172212157.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1930.061.2017272161803.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1930.061.2017172212157.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:21:57.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":29.8282699584961,"SizeInBytes":31277208,"Checksum":{"Value":"335f598b18d5ed2e155dd04531dc3070","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837291-LAADS","revision-id":4,"native-id":"LAADS:2715265889","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.558Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T19:35:00.000Z","EndingDateTime":"2000-03-22T19:40:00.000Z"}},"GranuleUR":"LAADS:2715265889","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-143.302496,"Latitude":73.030111},{"Longitude":-84.903612,"Latitude":64.750298},{"Longitude":-37.684063,"Latitude":71.240323},{"Longitude":108.118564,"Latitude":86.762764},{"Longitude":-143.302496,"Latitude":73.030111}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:09.020Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1935.061.2017172211928.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1935.061.2017172211928.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1935.061.2017172211928.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1935.061.2017272162516.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1935.061.2017172211928.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:28.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":138.611669540405,"SizeInBytes":145344870,"Checksum":{"Value":"973b47ca05e96a9029330bb934876faf","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837281-LAADS","revision-id":4,"native-id":"LAADS:2715265701","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.378Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T19:40:00.000Z","EndingDateTime":"2000-03-22T19:45:00.000Z"}},"GranuleUR":"LAADS:2715265701","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-141.747091,"Latitude":55.287982},{"Longitude":-106.607212,"Latitude":50.475649},{"Longitude":-85.330905,"Latitude":65.055812},{"Longitude":-144.610184,"Latitude":73.515381},{"Longitude":-141.747091,"Latitude":55.287982}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1940.061.2017172212145.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1940.061.2017172212145.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1940.061.2017172212145.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1940.061.2017272163145.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1940.061.2017172212145.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:21:45.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.199303627014,"SizeInBytes":169029721,"Checksum":{"Value":"fba6a01485ca4458b18d1eea5f1303e6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837371-LAADS","revision-id":4,"native-id":"LAADS:2715267626","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:30.918Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T19:45:00.000Z","EndingDateTime":"2000-03-22T19:50:00.000Z"}},"GranuleUR":"LAADS:2715267626","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-143.237491,"Latitude":37.473748},{"Longitude":-117.246648,"Latitude":33.953483},{"Longitude":-107.175482,"Latitude":50.734956},{"Longitude":-142.178449,"Latitude":55.765156},{"Longitude":-143.237491,"Latitude":37.473748}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:28:07.510Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1945.061.2017172212010.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1945.061.2017172212010.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1945.061.2017172212010.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1945.061.2017272164157.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1945.061.2017172212010.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:10.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":166.912130355835,"SizeInBytes":175020054,"Checksum":{"Value":"5dbc9c5844d4cf1e6f206e3a447ba032","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837283-LAADS","revision-id":4,"native-id":"LAADS:2715265702","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.391Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T19:50:00.000Z","EndingDateTime":"2000-03-22T19:55:00.000Z"}},"GranuleUR":"LAADS:2715265702","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-145.740206,"Latitude":19.650769},{"Longitude":-123.702017,"Latitude":16.610429},{"Longitude":-117.652009,"Latitude":34.132369},{"Longitude":-143.434173,"Latitude":37.877877},{"Longitude":-145.740206,"Latitude":19.650769}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1950.061.2017172211951.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1950.061.2017172211951.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1950.061.2017172211951.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1950.061.2017272164633.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1950.061.2017172211951.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:19:51.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.809280395508,"SizeInBytes":173863632,"Checksum":{"Value":"6ad608a541dae9cf4ae40b94b4830027","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837327-LAADS","revision-id":4,"native-id":"LAADS:2715266673","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.702Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T19:55:00.000Z","EndingDateTime":"2000-03-22T20:00:00.000Z"}},"GranuleUR":"LAADS:2715266673","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-149.043203,"Latitude":1.889351},{"Longitude":-128.248868,"Latitude":-1.097751},{"Longitude":-123.955976,"Latitude":16.735182},{"Longitude":-145.8319,"Latitude":19.943345},{"Longitude":-149.043203,"Latitude":1.889351}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:06.900Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1955.061.2017172212142.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.1955.061.2017172212142.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.1955.061.2017172212142.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.1955.061.2017272163555.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.1955.061.2017172212142.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:21:42.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.032050132751,"SizeInBytes":169902919,"Checksum":{"Value":"9ee51bbd0ff27a6f029fc56c89ac10d1","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837333-LAADS","revision-id":4,"native-id":"LAADS:2715266674","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.749Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T20:00:00.000Z","EndingDateTime":"2000-03-22T20:05:00.000Z"}},"GranuleUR":"LAADS:2715266674","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-153.427378,"Latitude":-15.785188},{"Longitude":-131.653158,"Latitude":-19.055148},{"Longitude":-128.269985,"Latitude":-1.02032},{"Longitude":-149.080513,"Latitude":2.045768},{"Longitude":-153.427378,"Latitude":-15.785188}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:06.900Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2000.061.2017172212243.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2000.061.2017172212243.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2000.061.2017172212243.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2000.061.2017272163457.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2000.061.2017172212243.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:22:43.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.661514282227,"SizeInBytes":162174352,"Checksum":{"Value":"2370ffe3d84f4f9287de03a2a4a3b257","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837346-LAADS","revision-id":4,"native-id":"LAADS:2715266946","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:30.672Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T20:05:00.000Z","EndingDateTime":"2000-03-22T20:10:00.000Z"}},"GranuleUR":"LAADS:2715266946","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-159.728855,"Latitude":-33.229248},{"Longitude":-134.127704,"Latitude":-37.186767},{"Longitude":-131.372967,"Latitude":-18.920126},{"Longitude":-153.404818,"Latitude":-15.695301},{"Longitude":-159.728855,"Latitude":-33.229248}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:07.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2005.061.2017172212135.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2005.061.2017172212135.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2005.061.2017172212135.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2005.061.2017272163757.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2005.061.2017172212135.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:21:35.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":162.491324424744,"SizeInBytes":170384503,"Checksum":{"Value":"b679853979cb70701d0680913cc4d6aa","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837387-LAADS","revision-id":4,"native-id":"LAADS:2715267916","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:31.041Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T20:10:00.000Z","EndingDateTime":"2000-03-22T20:15:00.000Z"}},"GranuleUR":"LAADS:2715267916","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-170.131661,"Latitude":-49.748661},{"Longitude":-135.509693,"Latitude":-55.151292},{"Longitude":-133.640402,"Latitude":-36.907765},{"Longitude":-159.684335,"Latitude":-33.146924},{"Longitude":-170.131661,"Latitude":-49.748661}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:28:08.520Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2010.061.2017172212220.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2010.061.2017172212220.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2010.061.2017172212220.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2010.061.2017272164905.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2010.061.2017172212220.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:22:20.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.82169342041,"SizeInBytes":173876648,"Checksum":{"Value":"64bcd92ef77a9288b010713d0f46cd6c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837336-LAADS","revision-id":4,"native-id":"LAADS:2715266675","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.830Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T20:15:00.000Z","EndingDateTime":"2000-03-22T20:20:00.000Z"}},"GranuleUR":"LAADS:2715266675","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":168.785367,"Latitude":-64.028294},{"Longitude":-133.627909,"Latitude":-72.953365},{"Longitude":-134.765145,"Latitude":-54.734408},{"Longitude":-169.928226,"Latitude":-49.719868},{"Longitude":168.785367,"Latitude":-64.028294}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:06.900Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2015.061.2017172212108.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2015.061.2017172212108.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2015.061.2017172212108.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2015.061.2017272164824.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2015.061.2017172212108.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:21:08.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":158.409163475037,"SizeInBytes":166104047,"Checksum":{"Value":"9b0270b0e1349ee2dfa66fa34b3b580d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837284-LAADS","revision-id":4,"native-id":"LAADS:2715265703","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.445Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T20:20:00.000Z","EndingDateTime":"2000-03-22T20:25:00.000Z"}},"GranuleUR":"LAADS:2715265703","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":123.549883,"Latitude":-70.624908},{"Longitude":-34.380138,"Latitude":-87.233295},{"Longitude":-132.5759,"Latitude":-72.416857},{"Longitude":169.254695,"Latitude":-64.134635},{"Longitude":123.549883,"Latitude":-70.624908}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:26:08.500Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2020.061.2017172211759.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2020.061.2017172211759.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2020.061.2017172211759.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2020.061.2017272162228.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2020.061.2017172211759.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:59.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":105.462665557861,"SizeInBytes":110585620,"Checksum":{"Value":"1768f93e205f8a20b11b68333ad931b9","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837334-LAADS","revision-id":4,"native-id":"LAADS:2715266676","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.860Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T21:10:00.000Z","EndingDateTime":"2000-03-22T21:15:00.000Z"}},"GranuleUR":"LAADS:2715266676","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":162.367354,"Latitude":86.197593},{"Longitude":-75.046535,"Latitude":70.720907},{"Longitude":-26.247999,"Latitude":65.630402},{"Longitude":35.380839,"Latitude":74.289844},{"Longitude":162.367354,"Latitude":86.197593}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:06.900Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2110.061.2017172211601.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2110.061.2017172211601.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2110.061.2017172211601.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2110.061.2017272161858.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2110.061.2017172211601.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:16:01.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":53.9393625259399,"SizeInBytes":56559521,"Checksum":{"Value":"65e55d270232c959bfd786973e5305e0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837389-LAADS","revision-id":4,"native-id":"LAADS:2715267917","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:31.053Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T21:15:00.000Z","EndingDateTime":"2000-03-22T21:20:00.000Z"}},"GranuleUR":"LAADS:2715267917","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-167.036175,"Latitude":69.091549},{"Longitude":-116.106965,"Latitude":61.917847},{"Longitude":-74.990216,"Latitude":71.095341},{"Longitude":152.745342,"Latitude":86.320217},{"Longitude":-167.036175,"Latitude":69.091549}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:28:08.520Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2115.061.2017172212332.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2115.061.2017172212332.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2115.061.2017172212332.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2115.061.2017272163124.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2115.061.2017172212332.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:23:32.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":143.995027542114,"SizeInBytes":150989730,"Checksum":{"Value":"e35a63e979610273df7683cb046f2a9c","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837399-LAADS","revision-id":4,"native-id":"LAADS:2715268614","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:31.308Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T21:20:00.000Z","EndingDateTime":"2000-03-22T21:25:00.000Z"}},"GranuleUR":"LAADS:2715268614","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-166.667523,"Latitude":51.318453},{"Longitude":-134.292431,"Latitude":46.907821},{"Longitude":-116.668166,"Latitude":62.243607},{"Longitude":-168.002198,"Latitude":69.581957},{"Longitude":-166.667523,"Latitude":51.318453}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:29:07.030Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2120.061.2017172212046.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2120.061.2017172212046.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2120.061.2017172212046.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2120.061.2017272164156.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2120.061.2017172212046.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:46.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":165.490225791931,"SizeInBytes":173529079,"Checksum":{"Value":"7ac627c1cbf4d7c18e920f8d073688c0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837328-LAADS","revision-id":4,"native-id":"LAADS:2715266677","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.866Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T21:25:00.000Z","EndingDateTime":"2000-03-22T21:30:00.000Z"}},"GranuleUR":"LAADS:2715266677","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-168.443662,"Latitude":33.497711},{"Longitude":-143.640638,"Latitude":30.131501},{"Longitude":-134.811208,"Latitude":47.143458},{"Longitude":-167.023988,"Latitude":51.783093},{"Longitude":-168.443662,"Latitude":33.497711}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:06.900Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2125.061.2017172212152.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2125.061.2017172212152.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2125.061.2017172212152.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2125.061.2017272165012.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2125.061.2017172212152.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:21:52.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":161.243762016296,"SizeInBytes":169076339,"Checksum":{"Value":"f9678daba46682d06b40e22491c01cf5","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837368-LAADS","revision-id":4,"native-id":"LAADS:2715267627","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:30.916Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T21:30:00.000Z","EndingDateTime":"2000-03-22T21:35:00.000Z"}},"GranuleUR":"LAADS:2715267627","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-171.12358,"Latitude":15.681893},{"Longitude":-149.560505,"Latitude":12.683247},{"Longitude":-144.02175,"Latitude":30.298872},{"Longitude":-168.610668,"Latitude":33.879254},{"Longitude":-171.12358,"Latitude":15.681893}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:28:07.510Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2130.061.2017172212338.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2130.061.2017172212338.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2130.061.2017172212338.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2130.061.2017272163239.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2130.061.2017172212338.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:23:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":144.274888038635,"SizeInBytes":151283185,"Checksum":{"Value":"6563bdcee0fd5d49a95ac94ea1ae6591","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837332-LAADS","revision-id":4,"native-id":"LAADS:2715266678","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.884Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T21:35:00.000Z","EndingDateTime":"2000-03-22T21:40:00.000Z"}},"GranuleUR":"LAADS:2715266678","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-174.628073,"Latitude":-2.055046},{"Longitude":-153.82406,"Latitude":-5.074483},{"Longitude":-149.783122,"Latitude":12.799133},{"Longitude":-171.200883,"Latitude":15.944976},{"Longitude":-174.628073,"Latitude":-2.055046}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:06.900Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2135.061.2017172212121.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2135.061.2017172212121.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2135.061.2017172212121.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2135.061.2017272163247.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2135.061.2017172212121.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:21:21.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":153.252242088318,"SizeInBytes":160696623,"Checksum":{"Value":"d9631fd3818e7f2e17fe7184398559ed","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837331-LAADS","revision-id":4,"native-id":"LAADS:2715266679","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.880Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T21:40:00.000Z","EndingDateTime":"2000-03-22T21:45:00.000Z"}},"GranuleUR":"LAADS:2715266679","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":-179.337489,"Latitude":-19.69997},{"Longitude":-156.998479,"Latitude":-23.081903},{"Longitude":-153.766403,"Latitude":-5.007155},{"Longitude":-174.65466,"Latitude":-1.930818},{"Longitude":-179.337489,"Latitude":-19.69997}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:06.900Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2140.061.2017172212138.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2140.061.2017172212138.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2140.061.2017172212138.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2140.061.2017272163330.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2140.061.2017172212138.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:21:38.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":150.498887062073,"SizeInBytes":157809521,"Checksum":{"Value":"f0fdb17be0678eb5a0c8a279344abd17","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837329-LAADS","revision-id":4,"native-id":"LAADS:2715266680","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:28.903Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T21:45:00.000Z","EndingDateTime":"2000-03-22T21:50:00.000Z"}},"GranuleUR":"LAADS:2715266680","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":173.749742,"Latitude":-36.927935},{"Longitude":-159.266474,"Latitude":-41.114118},{"Longitude":-156.676649,"Latitude":-22.915697},{"Longitude":-179.312673,"Latitude":-19.611175},{"Longitude":173.749742,"Latitude":-36.927935}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:06.900Z","Type":"Insert"},{"Date":"2022-11-22T11:56:23.210Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2145.061.2017172212027.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2145.061.2017172212027.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2145.061.2017172212027.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2145.061.2017272163952.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2145.061.2017172212027.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:20:27.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":164.872836112976,"SizeInBytes":172881699,"Checksum":{"Value":"5f9820e0b9d7c941b59893d6152f1bd6","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837388-LAADS","revision-id":4,"native-id":"LAADS:2715267918","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:31.128Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T21:50:00.000Z","EndingDateTime":"2000-03-22T21:55:00.000Z"}},"GranuleUR":"LAADS:2715267918","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":161.773399,"Latitude":-53.221388},{"Longitude":-160.281005,"Latitude":-59.143092},{"Longitude":-158.721846,"Latitude":-40.805105},{"Longitude":173.820867,"Latitude":-36.853175},{"Longitude":161.773399,"Latitude":-53.221388}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:28:08.520Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2150.061.2017172212258.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2150.061.2017172212258.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2150.061.2017172212258.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2150.061.2017272164612.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2150.061.2017172212258.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:22:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":163.489813804626,"SizeInBytes":171431495,"Checksum":{"Value":"3979b5e92c66edecdeaa80c8e74376fa","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837370-LAADS","revision-id":4,"native-id":"LAADS:2715267628","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:30.943Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T21:55:00.000Z","EndingDateTime":"2000-03-22T22:00:00.000Z"}},"GranuleUR":"LAADS:2715267628","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":136.402034,"Latitude":-66.502794},{"Longitude":-156.250134,"Latitude":-76.873032},{"Longitude":-159.460748,"Latitude":-58.695648},{"Longitude":162.026411,"Latitude":-53.212715},{"Longitude":136.402034,"Latitude":-66.502794}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:28:07.510Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2155.061.2017172211756.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2155.061.2017172211756.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2155.061.2017172211756.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2155.061.2017272164456.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2155.061.2017172211756.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:17:56.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":154.019054412842,"SizeInBytes":161500684,"Checksum":{"Value":"7f3ee8d371cb49f7ac362dd5d01ed433","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837347-LAADS","revision-id":4,"native-id":"LAADS:2715266947","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:30.679Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T22:00:00.000Z","EndingDateTime":"2000-03-22T22:05:00.000Z"}},"GranuleUR":"LAADS:2715266947","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":86.878533,"Latitude":-70.109756},{"Longitude":-17.99616,"Latitude":-84.415137},{"Longitude":-155.072965,"Latitude":-76.309539},{"Longitude":136.934947,"Latitude":-66.671417},{"Longitude":86.878533,"Latitude":-70.109756}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:07.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2200.061.2017172212330.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2200.061.2017172212330.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2200.061.2017172212330.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2200.061.2017272161804.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2200.061.2017172212330.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:23:30.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":71.958080291748,"SizeInBytes":75453516,"Checksum":{"Value":"74facbff94cc171b3caaf3be7ccbad60","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837349-LAADS","revision-id":4,"native-id":"LAADS:2715266948","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:30.684Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T22:50:00.000Z","EndingDateTime":"2000-03-22T22:55:00.000Z"}},"GranuleUR":"LAADS:2715266948","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":157.523607,"Latitude":82.681798},{"Longitude":-111.474938,"Latitude":69.784462},{"Longitude":-59.403534,"Latitude":67.977958},{"Longitude":13.52763,"Latitude":78.184314},{"Longitude":157.523607,"Latitude":82.681798}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:27:07.560Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2250.061.2017172212158.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2250.061.2017172212158.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2250.061.2017172212158.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2250.061.2017272162036.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Both","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2250.061.2017172212158.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:21:58.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":79.0813627243042,"SizeInBytes":82922819,"Checksum":{"Value":"5fea086172a4f7b6721450480b02ac5d","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}},{"meta":{"concept-type":"granule","concept-id":"G1462837413-LAADS","revision-id":4,"native-id":"LAADS:2715269620","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:56:32.054Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-03-22T22:55:00.000Z","EndingDateTime":"2000-03-22T23:00:00.000Z"}},"GranuleUR":"LAADS:2715269620","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":168.74347,"Latitude":65.136159},{"Longitude":-146.215532,"Latitude":58.845351},{"Longitude":-111.649927,"Latitude":70.16225},{"Longitude":153.452541,"Latitude":83.053801},{"Longitude":168.74347,"Latitude":65.136159}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T21:30:06.770Z","Type":"Insert"},{"Date":"2022-11-22T11:56:29.610Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2255.061.2017172212439.hdf","Type":"GET + DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000082.2255.061.2017172212439.hdf","Type":"GET + DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/082/MOD02QKM.A2000082.2255.061.2017172212439.hdf.html","Type":"USE + SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed + using OPeNDAP directly from this link","MimeType":"text/html"},{"URL":"http://doi.org/10.5067/MODIS/MOD02QKM.061","Type":"VIEW + RELATED INFORMATION","Description":"A link to Data set landing page","MimeType":"text/html"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOBRGB/2000/082/MOBRGB.A2000082.2255.061.2017272162946.jpg","Type":"GET + RELATED VISUALIZATION","Description":"This Browse file may be downloaded directly + from this link","MimeType":"image/jpeg"}],"Projects":[{"ShortName":"Not provided","Campaigns":["Terra"]}],"DataGranule":{"DayNightFlag":"Day","Identifiers":[{"Identifier":"MOD02QKM.A2000082.2255.061.2017172212439.hdf","IdentifierType":"ProducerGranuleId"}],"ProductionDateTime":"2017-06-21T21:24:39.000Z","ArchiveAndDistributionInformation":[{"Name":"Not + provided","Size":146.880900382996,"SizeInBytes":154015787,"Checksum":{"Value":"3f90a484b80c3b2c73832ee95d28bba0","Algorithm":"MD5"},"SizeUnit":"MB"}]},"Platforms":[{"ShortName":"Terra","Instruments":[{"ShortName":"MODIS"}]}],"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"}}}]}' headers: Access-Control-Allow-Origin: - '*' @@ -24160,23 +32160,23 @@ interactions: - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count CMR-Hits: - - '1376500' + - '1378178' CMR-Request-Id: - - 443098db-7ad2-4fe6-9aaf-ae8311bde18d + - 6a115733-c0b4-453b-85dc-498c6369cf1b CMR-Search-After: - - '["laads",953102400000,1462818022]' + - '["laads",953765700000,1462837413]' CMR-Took: - - '1799' + - '3327' Connection: - keep-alive Content-MD5: - - 1c4010347125ad45208db8d3fd4cffd8 + - 1c8d5092a4fb201b72dbd2a2daab358f Content-SHA1: - - d51baa4c304dcbde6f4fcb9705cb88358de7f4a8 + - d5f7f77043652c5bc1cb8cc429106dd7496fecd0 Content-Type: - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 Date: - - Fri, 29 Mar 2024 16:44:24 GMT + - Mon, 08 Apr 2024 21:10:19 GMT Server: - ServerTokens ProductOnly Strict-Transport-Security: @@ -24186,11 +32186,11 @@ interactions: Vary: - Accept-Encoding, User-Agent Via: - - 1.1 bed6203f0e4d3598b0a0e1df97f721c4.cloudfront.net (CloudFront) + - 1.1 3275dd178978f19980675ca4e2c5d45a.cloudfront.net (CloudFront) X-Amz-Cf-Id: - - sgoTntMP676U5x_yCOtyAs0BY_Z8NU1k9gSu5iDKwW78DSBg2WY36g== + - EIYH5P0_niSDtRRa4m3mU4vRoyKoTey06HlkQXUdLm8IZG1Gml9Jbw== X-Amz-Cf-Pop: - - DFW50-C1 + - SFO53-P6 X-Cache: - Miss from cloudfront X-Content-Type-Options: @@ -24198,11 +32198,11 @@ interactions: X-Frame-Options: - SAMEORIGIN X-Request-Id: - - sgoTntMP676U5x_yCOtyAs0BY_Z8NU1k9gSu5iDKwW78DSBg2WY36g== + - EIYH5P0_niSDtRRa4m3mU4vRoyKoTey06HlkQXUdLm8IZG1Gml9Jbw== X-XSS-Protection: - 1; mode=block content-length: - - '2715436' + - '5430397' status: code: 200 message: OK diff --git a/tests/unit/fixtures/vcr_cassettes/MOD02QKM_2000.yaml b/tests/unit/fixtures/vcr_cassettes/MOD02QKM_2000.yaml index 67542b44..8654d4fd 100644 --- a/tests/unit/fixtures/vcr_cassettes/MOD02QKM_2000.yaml +++ b/tests/unit/fixtures/vcr_cassettes/MOD02QKM_2000.yaml @@ -14,7 +14,7 @@ interactions: uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=MOD02QKM&page_size=0 response: body: - string: '{"hits":1383142,"took":76,"items":[]}' + string: '{"hits":1384820,"took":46,"items":[]}' headers: Access-Control-Allow-Origin: - '*' @@ -22,21 +22,21 @@ interactions: - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count CMR-Hits: - - '1383142' + - '1384820' CMR-Request-Id: - - 783b6f58-7de6-48a1-9ff6-09c814d28532 + - 0ddfc12b-7a2b-4c21-9d08-3bfd13b618b1 CMR-Took: - - '78' + - '46' Connection: - keep-alive Content-MD5: - - 751e7451e6f66456ad098f7dade36619 + - 0117ecbf2af04be13c58f0843a112ee3 Content-SHA1: - - 0e3dd444e25da926d0d767ee9196e531337b6d8f + - 88d4dadc224aa5fb96291161ef7930a87562ffa0 Content-Type: - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 Date: - - Fri, 29 Mar 2024 16:44:05 GMT + - Mon, 08 Apr 2024 21:10:00 GMT Server: - ServerTokens ProductOnly Strict-Transport-Security: @@ -46,11 +46,11 @@ interactions: Vary: - Accept-Encoding, User-Agent Via: - - 1.1 c650b968d15de7f70750f5bb6bd4f468.cloudfront.net (CloudFront) + - 1.1 8b07eedf72d3aba1c5de890b68e7694c.cloudfront.net (CloudFront) X-Amz-Cf-Id: - - OHUdFR6KumKJvkZ0X4saL76i1LuDV9-SU-u7vGkBg4u3XfUxEWHkIw== + - LEFcl0tKngP87StYETSYfN5vJ5EDI1fubPNeUPMaOy2oA5Q-smqKzg== X-Amz-Cf-Pop: - - DFW50-C1 + - SFO53-P6 X-Cache: - Miss from cloudfront X-Content-Type-Options: @@ -58,7 +58,7 @@ interactions: X-Frame-Options: - SAMEORIGIN X-Request-Id: - - OHUdFR6KumKJvkZ0X4saL76i1LuDV9-SU-u7vGkBg4u3XfUxEWHkIw== + - LEFcl0tKngP87StYETSYfN5vJ5EDI1fubPNeUPMaOy2oA5Q-smqKzg== X-XSS-Protection: - 1; mode=block content-length: @@ -81,7 +81,7 @@ interactions: uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=MOD02QKM&page_size=2000 response: body: - string: '{"hits":1376500,"took":3150,"items":[{"meta":{"concept-type":"granule","concept-id":"G1462754234-LAADS","revision-id":4,"native-id":"LAADS:2715071895","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:54:22.375Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-02-24T00:05:00.000Z","EndingDateTime":"2000-02-24T00:10:00.000Z"}},"GranuleUR":"LAADS:2715071895","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":146.932438,"Latitude":76.50228},{"Longitude":-145.553577,"Latitude":66.835767},{"Longitude":-94.815506,"Latitude":70.509885},{"Longitude":9.997243,"Latitude":84.145132},{"Longitude":146.932438,"Latitude":76.50228}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:43:28.500Z","Type":"Insert"},{"Date":"2022-11-22T11:54:16.440Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/055/MOD02QKM.A2000055.0005.061.2017171194850.hdf","Type":"GET + string: '{"hits":1378178,"took":2882,"items":[{"meta":{"concept-type":"granule","concept-id":"G1462754234-LAADS","revision-id":4,"native-id":"LAADS:2715071895","collection-concept-id":"C1378579425-LAADS","provider-id":"LAADS","format":"application/echo10+xml","revision-date":"2022-11-22T11:54:22.375Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"BeginningDateTime":"2000-02-24T00:05:00.000Z","EndingDateTime":"2000-02-24T00:10:00.000Z"}},"GranuleUR":"LAADS:2715071895","SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"GPolygons":[{"Boundary":{"Points":[{"Longitude":146.932438,"Latitude":76.50228},{"Longitude":-145.553577,"Latitude":66.835767},{"Longitude":-94.815506,"Latitude":70.509885},{"Longitude":9.997243,"Latitude":84.145132},{"Longitude":146.932438,"Latitude":76.50228}]}}]}}},"ProviderDates":[{"Date":"2017-06-21T18:43:28.500Z","Type":"Insert"},{"Date":"2022-11-22T11:54:16.440Z","Type":"Update"}],"CollectionReference":{"ShortName":"MOD02QKM","Version":"6.1"},"PGEVersionClass":{"PGEVersion":"6.2.2_1"},"RelatedUrls":[{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/archive/allData/61/MOD02QKM/2000/055/MOD02QKM.A2000055.0005.061.2017171194850.hdf","Type":"GET DATA","MimeType":"application/x-hdfeos"},{"URL":"s3://prod-lads/MOD02QKM/MOD02QKM.A2000055.0005.061.2017171194850.hdf","Type":"GET DATA VIA DIRECT ACCESS","MimeType":"application/x-hdfeos"},{"URL":"https://ladsweb.modaps.eosdis.nasa.gov/opendap/RemoteResources/laads/allData/61/MOD02QKM/2000/055/MOD02QKM.A2000055.0005.061.2017171194850.hdf.html","Type":"USE SERVICE API","Subtype":"OPENDAP DATA","Description":"This file may be accessed @@ -16089,23 +16089,23 @@ interactions: - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count CMR-Hits: - - '1376500' + - '1378178' CMR-Request-Id: - - 765d6865-312d-4248-b629-81e66d50a674 + - fcfe2bec-2ad4-4409-8013-6a3693cce887 CMR-Search-After: - '["laads",952527600000,1462795417]' CMR-Took: - - '3289' + - '3012' Connection: - keep-alive Content-MD5: - - 46b611ec327f7f4ce7d606c0b86838f9 + - 1e4d81c9e1eb0b022aebc3f7ae6aaf33 Content-SHA1: - - 33e1db7ab8a43f6c8c8c42a5cf498713f13d0dc5 + - 2ff8f2de0406fcc6961cc1c83e8fc0355387b591 Content-Type: - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 Date: - - Fri, 29 Mar 2024 16:44:09 GMT + - Mon, 08 Apr 2024 21:10:03 GMT Server: - ServerTokens ProductOnly Strict-Transport-Security: @@ -16115,11 +16115,11 @@ interactions: Vary: - Accept-Encoding, User-Agent Via: - - 1.1 e1cb26f55af020d51729c02b0fb5db98.cloudfront.net (CloudFront) + - 1.1 31f2299ace8ebc27c9e8f771714b4bcc.cloudfront.net (CloudFront) X-Amz-Cf-Id: - - hA2Q46dKKOAv8HqQ7WItGKwbTsdw61NDmIKbYp5QNmhkknTLIVinfQ== + - i-SVfnL2s7g-ekpCNJpjvuVS3-dS4MT11Fnumx6p4NdVRRFd87grfQ== X-Amz-Cf-Pop: - - DFW50-C1 + - SFO53-P6 X-Cache: - Miss from cloudfront X-Content-Type-Options: @@ -16127,7 +16127,7 @@ interactions: X-Frame-Options: - SAMEORIGIN X-Request-Id: - - hA2Q46dKKOAv8HqQ7WItGKwbTsdw61NDmIKbYp5QNmhkknTLIVinfQ== + - i-SVfnL2s7g-ekpCNJpjvuVS3-dS4MT11Fnumx6p4NdVRRFd87grfQ== X-XSS-Protection: - 1; mode=block content-length: diff --git a/tests/unit/fixtures/vcr_cassettes/PODAAC.yaml b/tests/unit/fixtures/vcr_cassettes/PODAAC.yaml index 9ed4bbd3..d38261a9 100644 --- a/tests/unit/fixtures/vcr_cassettes/PODAAC.yaml +++ b/tests/unit/fixtures/vcr_cassettes/PODAAC.yaml @@ -14,7 +14,7 @@ interactions: uri: https://cmr.earthdata.nasa.gov/search/collections.umm_json?has_granules=true&include_granule_counts=true&provider=POCLOUD&cloud_hosted=true&page_size=20 response: body: - string: "{\"hits\":834,\"took\":501,\"items\":[{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-swot-ops-cumulus-protected/SWOT_L2_HR_RiverSP_1.1/\",\"podaac-swot-ops-cumulus-public/SWOT_L2_HR_RiverSP_1.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"SWOT_L2_HR_RiverSP_1.1\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2758162622-POCLOUD\",\"revision-date\":\"2024-03-13T19:12:06.579Z\",\"granule-count\":1698,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Surface + string: "{\"hits\":834,\"took\":547,\"items\":[{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-swot-ops-cumulus-protected/SWOT_L2_HR_RiverSP_1.1/\",\"podaac-swot-ops-cumulus-public/SWOT_L2_HR_RiverSP_1.1/\"],\"has-spatial-subsetting\":false,\"native-id\":\"SWOT_L2_HR_RiverSP_1.1\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2758162622-POCLOUD\",\"revision-date\":\"2024-03-13T19:12:06.579Z\",\"granule-count\":1698,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"CollectionCitations\":[{\"Creator\":\"Surface Water Ocean Topography (SWOT)\",\"OnlineResource\":{\"Linkage\":\"https://swot.jpl.nasa.gov/\"},\"Publisher\":\"JPL NASA\",\"Title\":\"SWOT Level 2 River Single-Pass Vector Data Product, Version 1.1\",\"SeriesName\":\"SWOT Level 2 River Single-Pass Vector Data Product\",\"ReleaseDate\":\"2023-11-30T00:00:00.000Z\",\"Version\":\"1.1\",\"ReleasePlace\":\"Jet @@ -92,7 +92,7 @@ interactions: aimed towards recovery of atmospheric attenuation due to cloud liquid water.\",\"Value\":\"34.0\",\"Unit\":\"GHz\",\"DataType\":\"FLOAT\"}],\"NumberOfInstruments\":2},{\"ShortName\":\"DORIS\",\"LongName\":\"Doppler Orbitography and Radiopositioning Integrated by Satellite\"},{\"ShortName\":\"GPSP\",\"LongName\":\"Global Positioning System Payload\"},{\"ShortName\":\"LRA\",\"LongName\":\"Laser - Retroreflector Array\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Shapefile\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Shapefile\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2262655973-POCLOUD\",\"V2112015425-POCLOUD\",\"V2028632047-POCLOUD\",\"V2112015422-POCLOUD\",\"V2028668049-POCLOUD\",\"V2028632042-POCLOUD\",\"V2112015420-POCLOUD\",\"V2028632044-POCLOUD\"],\"services\":[\"S2839491596-XYZ_PROV\",\"S2164732315-XYZ_PROV\",\"S2004184019-POCLOUD\",\"S2009180097-POCLOUD\",\"S2606110201-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2245207664-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-public/MUR-JPL-L4-GLOB-v4.1/\",\"podaac-ops-cumulus-protected/MUR-JPL-L4-GLOB-v4.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+MUR+Global+Foundation+Sea+Surface+Temperature+Analysis+(v4.1)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2262655973-POCLOUD\"},{\"concept-id\":\"V2112015425-POCLOUD\"},{\"concept-id\":\"V2028632047-POCLOUD\"},{\"concept-id\":\"V2112015422-POCLOUD\"},{\"concept-id\":\"V2028668049-POCLOUD\"},{\"concept-id\":\"V2028632042-POCLOUD\"},{\"concept-id\":\"V2112015420-POCLOUD\"},{\"concept-id\":\"V2028632044-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2839491596-XYZ_PROV\"},{\"concept-id\":\"S2164732315-XYZ_PROV\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2606110201-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2245207664-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1996881146-POCLOUD\",\"revision-date\":\"2023-05-30T16:42:26.806Z\",\"granule-count\":7969,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea + Retroreflector Array\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Shapefile\"}],\"FileDistributionInformation\":[{\"FormatType\":\"Native\",\"Format\":\"Shapefile\"}]}}},{\"meta\":{\"revision-id\":38,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2262655973-POCLOUD\",\"V2112015425-POCLOUD\",\"V2028632047-POCLOUD\",\"V2112015422-POCLOUD\",\"V2028668049-POCLOUD\",\"V2028632042-POCLOUD\",\"V2112015420-POCLOUD\",\"V2028632044-POCLOUD\"],\"services\":[\"S2839491596-XYZ_PROV\",\"S2164732315-XYZ_PROV\",\"S2004184019-POCLOUD\",\"S2009180097-POCLOUD\",\"S2606110201-XYZ_PROV\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2245207664-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-public/MUR-JPL-L4-GLOB-v4.1/\",\"podaac-ops-cumulus-protected/MUR-JPL-L4-GLOB-v4.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+MUR+Global+Foundation+Sea+Surface+Temperature+Analysis+(v4.1)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2262655973-POCLOUD\"},{\"concept-id\":\"V2112015425-POCLOUD\"},{\"concept-id\":\"V2028632047-POCLOUD\"},{\"concept-id\":\"V2112015422-POCLOUD\"},{\"concept-id\":\"V2028668049-POCLOUD\"},{\"concept-id\":\"V2028632042-POCLOUD\"},{\"concept-id\":\"V2112015420-POCLOUD\"},{\"concept-id\":\"V2028632044-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2839491596-XYZ_PROV\"},{\"concept-id\":\"S2164732315-XYZ_PROV\"},{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2009180097-POCLOUD\"},{\"concept-id\":\"S2606110201-XYZ_PROV\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2245207664-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C1996881146-POCLOUD\",\"revision-date\":\"2023-05-30T16:42:26.806Z\",\"granule-count\":7979,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"Level 4\",\"SST\",\"surface temperature\",\" MUR\",\" foundation SST\",\" SST anomaly\",\" anomaly\"],\"CollectionCitations\":[{\"Creator\":\"JPL MUR MEaSUREs Project\",\"OnlineResource\":{\"Linkage\":\"https://podaac.jpl.nasa.gov/MEaSUREs-MUR\"},\"Publisher\":\"JPL @@ -300,7 +300,7 @@ interactions: Altimeter\"},{\"ShortName\":\"AMR\",\"LongName\":\"Advanced Microwave Radiometer\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"Sentinel-6A\",\"LongName\":\"Sentinel-6A\",\"Instruments\":[{\"ShortName\":\"Poseidon-4 Radar Altimeter\",\"LongName\":\"Poseidon-4 Radar Altimeter\"},{\"ShortName\":\"AMR-C\",\"LongName\":\"Advanced - Microwave Radiometer-C\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"AverageFileSize\":9.7,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":9.7,\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"vmcdonald\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/OPERA_L3_DSWX-HLS_PROVISONAL_V1\",\"podaac-ops-cumulus-public/OPERA_L3_DSWX-HLS_PROVISONAL_V1\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_28572\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2617126679-POCLOUD\",\"revision-date\":\"2024-01-30T23:24:00.681Z\",\"granule-count\":3019895,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"surface + Microwave Radiometer-C\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"AverageFileSize\":9.7,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":9.7,\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":34,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"vmcdonald\",\"has-formats\":false,\"associations\":{\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/OPERA_L3_DSWX-HLS_PROVISONAL_V1\",\"podaac-ops-cumulus-public/OPERA_L3_DSWX-HLS_PROVISONAL_V1\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_28572\",\"has-transforms\":false,\"association-details\":{\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":false,\"concept-id\":\"C2617126679-POCLOUD\",\"revision-date\":\"2024-01-30T23:24:00.681Z\",\"granule-count\":3108354,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"surface water\",\"surface water extent\",\" water area\",\"DSWX\",\"OPERA\",\"HLS\",\"Harmonized Landsat Sentinel-2\"],\"CollectionCitations\":[{\"Version\":\"1.0\",\"Title\":\"OPERA Dynamic Surface Water Extent from Harmonized Landsat Sentinel-2 provisional @@ -456,7 +456,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Value\":\"290\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"Sentinel-2 MSI\",\"LongName\":\"Sentinel-2 Multispectral Imager\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"Cloud Optimized GeoTIFF\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"Cloud - Optimized GeoTIFF\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112017027-POCLOUD\",\"V2112017042-POCLOUD\",\"V2112017036-POCLOUD\",\"V2112017016-POCLOUD\",\"V2112017038-POCLOUD\",\"V2112017025-POCLOUD\",\"V2112017030-POCLOUD\",\"V2112017034-POCLOUD\",\"V2112017020-POCLOUD\",\"V2112017044-POCLOUD\",\"V2112017040-POCLOUD\",\"V2112017032-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2800188133-POCLOUD\",\"S2153799015-POCLOUD\",\"S1962070864-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ASCATB-L2-25km/\",\"podaac-ops-cumulus-public/ASCATB-L2-25km/\"],\"has-spatial-subsetting\":true,\"native-id\":\"MetOp-B+ASCAT+Level+2+25.0km+Ocean+Surface+Wind+Vectors+in+Full+Orbit+Swath\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112017027-POCLOUD\"},{\"concept-id\":\"V2112017042-POCLOUD\"},{\"concept-id\":\"V2112017036-POCLOUD\"},{\"concept-id\":\"V2112017016-POCLOUD\"},{\"concept-id\":\"V2112017038-POCLOUD\"},{\"concept-id\":\"V2112017025-POCLOUD\"},{\"concept-id\":\"V2112017030-POCLOUD\"},{\"concept-id\":\"V2112017034-POCLOUD\"},{\"concept-id\":\"V2112017020-POCLOUD\"},{\"concept-id\":\"V2112017044-POCLOUD\"},{\"concept-id\":\"V2112017040-POCLOUD\"},{\"concept-id\":\"V2112017032-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2075141559-POCLOUD\",\"revision-date\":\"2023-10-03T21:09:09.280Z\",\"granule-count\":59030,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"wind + Optimized GeoTIFF\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":10,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"jmcnelis\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112017027-POCLOUD\",\"V2112017042-POCLOUD\",\"V2112017036-POCLOUD\",\"V2112017016-POCLOUD\",\"V2112017038-POCLOUD\",\"V2112017025-POCLOUD\",\"V2112017030-POCLOUD\",\"V2112017034-POCLOUD\",\"V2112017020-POCLOUD\",\"V2112017044-POCLOUD\",\"V2112017040-POCLOUD\",\"V2112017032-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S1962070864-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ASCATB-L2-25km/\",\"podaac-ops-cumulus-public/ASCATB-L2-25km/\"],\"has-spatial-subsetting\":true,\"native-id\":\"MetOp-B+ASCAT+Level+2+25.0km+Ocean+Surface+Wind+Vectors+in+Full+Orbit+Swath\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112017027-POCLOUD\"},{\"concept-id\":\"V2112017042-POCLOUD\"},{\"concept-id\":\"V2112017036-POCLOUD\"},{\"concept-id\":\"V2112017016-POCLOUD\"},{\"concept-id\":\"V2112017038-POCLOUD\"},{\"concept-id\":\"V2112017025-POCLOUD\"},{\"concept-id\":\"V2112017030-POCLOUD\"},{\"concept-id\":\"V2112017034-POCLOUD\"},{\"concept-id\":\"V2112017020-POCLOUD\"},{\"concept-id\":\"V2112017044-POCLOUD\"},{\"concept-id\":\"V2112017040-POCLOUD\"},{\"concept-id\":\"V2112017032-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2075141559-POCLOUD\",\"revision-date\":\"2023-10-03T21:09:09.280Z\",\"granule-count\":59175,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"wind data\",\" wind\",\" ocean wind\",\" wind speed\",\" vector\",\" vectors\",\" ocean wind vector\",\" ocean wind vectors\",\" knmi\",\" osi saf\",\" eumetsat\",\" metop\",\" metop-b\"],\"CollectionCitations\":[{\"Creator\":\"EUMETSAT/OSI @@ -787,7 +787,7 @@ interactions: Observation Satellites\",\"Instruments\":[{\"LongName\":\"POSEIDON-3B\",\"Characteristics\":[{\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"5.1\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"POSEIDON-3B\"}],\"LongName\":\"Jason-3\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"112.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.05\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"JASON-3\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2263192885-POCLOUD\",\"V2263192823-POCLOUD\",\"V2263192898-POCLOUD\",\"V2263192863-POCLOUD\",\"V2263192892-POCLOUD\",\"V2263192895-POCLOUD\",\"V2263192903-POCLOUD\",\"V2263192917-POCLOUD\",\"V2263192841-POCLOUD\",\"V2263192909-POCLOUD\",\"V2263192833-POCLOUD\",\"V2263192844-POCLOUD\",\"V2263192927-POCLOUD\",\"V2263192919-POCLOUD\",\"V2263192922-POCLOUD\",\"V2263192828-POCLOUD\",\"V2263192846-POCLOUD\",\"V2263192881-POCLOUD\",\"V2263192890-POCLOUD\",\"V2263192878-POCLOUD\",\"V2263192906-POCLOUD\",\"V2263192888-POCLOUD\",\"V2263192913-POCLOUD\",\"V2263192868-POCLOUD\",\"V2263192838-POCLOUD\",\"V2263192856-POCLOUD\",\"V2263192925-POCLOUD\",\"V2263192871-POCLOUD\",\"V2263192851-POCLOUD\",\"V2263192860-POCLOUD\",\"V2263192901-POCLOUD\",\"V2263192866-POCLOUD\"],\"services\":[\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ALTIKA_SARAL_L2_OST_XOGDR/\",\"podaac-ops-cumulus-public/ALTIKA_SARAL_L2_OST_XOGDR/\"],\"has-spatial-subsetting\":true,\"native-id\":\"SARAL+Near-Real-Time+Value-added+Operational+Geophysical+Data+Record+Sea+Surface+Height+Anomaly\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2263192885-POCLOUD\"},{\"concept-id\":\"V2263192823-POCLOUD\"},{\"concept-id\":\"V2263192898-POCLOUD\"},{\"concept-id\":\"V2263192863-POCLOUD\"},{\"concept-id\":\"V2263192892-POCLOUD\"},{\"concept-id\":\"V2263192895-POCLOUD\"},{\"concept-id\":\"V2263192903-POCLOUD\"},{\"concept-id\":\"V2263192917-POCLOUD\"},{\"concept-id\":\"V2263192841-POCLOUD\"},{\"concept-id\":\"V2263192909-POCLOUD\"},{\"concept-id\":\"V2263192833-POCLOUD\"},{\"concept-id\":\"V2263192844-POCLOUD\"},{\"concept-id\":\"V2263192927-POCLOUD\"},{\"concept-id\":\"V2263192919-POCLOUD\"},{\"concept-id\":\"V2263192922-POCLOUD\"},{\"concept-id\":\"V2263192828-POCLOUD\"},{\"concept-id\":\"V2263192846-POCLOUD\"},{\"concept-id\":\"V2263192881-POCLOUD\"},{\"concept-id\":\"V2263192890-POCLOUD\"},{\"concept-id\":\"V2263192878-POCLOUD\"},{\"concept-id\":\"V2263192906-POCLOUD\"},{\"concept-id\":\"V2263192888-POCLOUD\"},{\"concept-id\":\"V2263192913-POCLOUD\"},{\"concept-id\":\"V2263192868-POCLOUD\"},{\"concept-id\":\"V2263192838-POCLOUD\"},{\"concept-id\":\"V2263192856-POCLOUD\"},{\"concept-id\":\"V2263192925-POCLOUD\"},{\"concept-id\":\"V2263192871-POCLOUD\"},{\"concept-id\":\"V2263192851-POCLOUD\"},{\"concept-id\":\"V2263192860-POCLOUD\"},{\"concept-id\":\"V2263192901-POCLOUD\"},{\"concept-id\":\"V2263192866-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2251465126-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:23.804Z\",\"granule-count\":19196,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"CollectionCitations\":[{\"Version\":\"f\",\"Title\":\"ALTIKA_SARAL_L2_OST_XOGDR\",\"Creator\":\"Shailen + angular distance from orbital plane relative to the Equator.\",\"Value\":\"66.05\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"JASON-3\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2263192885-POCLOUD\",\"V2263192823-POCLOUD\",\"V2263192898-POCLOUD\",\"V2263192863-POCLOUD\",\"V2263192892-POCLOUD\",\"V2263192895-POCLOUD\",\"V2263192903-POCLOUD\",\"V2263192917-POCLOUD\",\"V2263192841-POCLOUD\",\"V2263192909-POCLOUD\",\"V2263192833-POCLOUD\",\"V2263192844-POCLOUD\",\"V2263192927-POCLOUD\",\"V2263192919-POCLOUD\",\"V2263192922-POCLOUD\",\"V2263192828-POCLOUD\",\"V2263192846-POCLOUD\",\"V2263192881-POCLOUD\",\"V2263192890-POCLOUD\",\"V2263192878-POCLOUD\",\"V2263192906-POCLOUD\",\"V2263192888-POCLOUD\",\"V2263192913-POCLOUD\",\"V2263192868-POCLOUD\",\"V2263192838-POCLOUD\",\"V2263192856-POCLOUD\",\"V2263192925-POCLOUD\",\"V2263192871-POCLOUD\",\"V2263192851-POCLOUD\",\"V2263192860-POCLOUD\",\"V2263192901-POCLOUD\",\"V2263192866-POCLOUD\"],\"services\":[\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ALTIKA_SARAL_L2_OST_XOGDR/\",\"podaac-ops-cumulus-public/ALTIKA_SARAL_L2_OST_XOGDR/\"],\"has-spatial-subsetting\":true,\"native-id\":\"SARAL+Near-Real-Time+Value-added+Operational+Geophysical+Data+Record+Sea+Surface+Height+Anomaly\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2263192885-POCLOUD\"},{\"concept-id\":\"V2263192823-POCLOUD\"},{\"concept-id\":\"V2263192898-POCLOUD\"},{\"concept-id\":\"V2263192863-POCLOUD\"},{\"concept-id\":\"V2263192892-POCLOUD\"},{\"concept-id\":\"V2263192895-POCLOUD\"},{\"concept-id\":\"V2263192903-POCLOUD\"},{\"concept-id\":\"V2263192917-POCLOUD\"},{\"concept-id\":\"V2263192841-POCLOUD\"},{\"concept-id\":\"V2263192909-POCLOUD\"},{\"concept-id\":\"V2263192833-POCLOUD\"},{\"concept-id\":\"V2263192844-POCLOUD\"},{\"concept-id\":\"V2263192927-POCLOUD\"},{\"concept-id\":\"V2263192919-POCLOUD\"},{\"concept-id\":\"V2263192922-POCLOUD\"},{\"concept-id\":\"V2263192828-POCLOUD\"},{\"concept-id\":\"V2263192846-POCLOUD\"},{\"concept-id\":\"V2263192881-POCLOUD\"},{\"concept-id\":\"V2263192890-POCLOUD\"},{\"concept-id\":\"V2263192878-POCLOUD\"},{\"concept-id\":\"V2263192906-POCLOUD\"},{\"concept-id\":\"V2263192888-POCLOUD\"},{\"concept-id\":\"V2263192913-POCLOUD\"},{\"concept-id\":\"V2263192868-POCLOUD\"},{\"concept-id\":\"V2263192838-POCLOUD\"},{\"concept-id\":\"V2263192856-POCLOUD\"},{\"concept-id\":\"V2263192925-POCLOUD\"},{\"concept-id\":\"V2263192871-POCLOUD\"},{\"concept-id\":\"V2263192851-POCLOUD\"},{\"concept-id\":\"V2263192860-POCLOUD\"},{\"concept-id\":\"V2263192901-POCLOUD\"},{\"concept-id\":\"V2263192866-POCLOUD\"}],\"services\":[{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2251465126-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:23.804Z\",\"granule-count\":19340,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"CollectionCitations\":[{\"Version\":\"f\",\"Title\":\"ALTIKA_SARAL_L2_OST_XOGDR\",\"Creator\":\"Shailen Desai\",\"SeriesName\":\"SARAL Near-Real-Time Value-added Operational Geophysical Data Record Sea Surface Height Anomaly\",\"ReleaseDate\":\"2013-12-03T00:00:00.000Z\",\"ReleasePlace\":\"JPL\",\"Publisher\":\"JPL\",\"OtherCitationDetails\":\"Shailen Desai, JPL, 2013-12-03, SARAL Near-Real-Time Value-added Operational Geophysical @@ -847,7 +847,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Value\":\"11.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"ALTIKA Altimeter\"}],\"LongName\":\"Satellite with Argos and AltiKa\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"100.59\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.55\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"SARAL\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2600354773-POCLOUD\",\"V2600354755-POCLOUD\",\"V2600354776-POCLOUD\",\"V2600354782-POCLOUD\",\"V2600354723-POCLOUD\",\"V2600354714-POCLOUD\",\"V2600354789-POCLOUD\",\"V2600354731-POCLOUD\",\"V2600354742-POCLOUD\",\"V2600354748-POCLOUD\",\"V2600354761-POCLOUD\",\"V2600354769-POCLOUD\",\"V2600354799-POCLOUD\",\"V2600354803-POCLOUD\",\"V2600354767-POCLOUD\",\"V2600354708-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSR2-REMSS-L2P-v8.2/\",\"podaac-ops-cumulus-public/AMSR2-REMSS-L2P-v8.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_27817\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2600354773-POCLOUD\"},{\"concept-id\":\"V2600354755-POCLOUD\"},{\"concept-id\":\"V2600354776-POCLOUD\"},{\"concept-id\":\"V2600354782-POCLOUD\"},{\"concept-id\":\"V2600354723-POCLOUD\"},{\"concept-id\":\"V2600354714-POCLOUD\"},{\"concept-id\":\"V2600354789-POCLOUD\"},{\"concept-id\":\"V2600354731-POCLOUD\"},{\"concept-id\":\"V2600354742-POCLOUD\"},{\"concept-id\":\"V2600354748-POCLOUD\"},{\"concept-id\":\"V2600354761-POCLOUD\"},{\"concept-id\":\"V2600354769-POCLOUD\"},{\"concept-id\":\"V2600354799-POCLOUD\"},{\"concept-id\":\"V2600354803-POCLOUD\"},{\"concept-id\":\"V2600354767-POCLOUD\"},{\"concept-id\":\"V2600354708-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2596983413-POCLOUD\",\"revision-date\":\"2023-06-12T22:15:39.932Z\",\"granule-count\":62302,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"Sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.55\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"SARAL\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2600354773-POCLOUD\",\"V2600354755-POCLOUD\",\"V2600354776-POCLOUD\",\"V2600354782-POCLOUD\",\"V2600354723-POCLOUD\",\"V2600354714-POCLOUD\",\"V2600354789-POCLOUD\",\"V2600354731-POCLOUD\",\"V2600354742-POCLOUD\",\"V2600354748-POCLOUD\",\"V2600354761-POCLOUD\",\"V2600354769-POCLOUD\",\"V2600354799-POCLOUD\",\"V2600354803-POCLOUD\",\"V2600354767-POCLOUD\",\"V2600354708-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSR2-REMSS-L2P-v8.2/\",\"podaac-ops-cumulus-public/AMSR2-REMSS-L2P-v8.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_27817\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2600354773-POCLOUD\"},{\"concept-id\":\"V2600354755-POCLOUD\"},{\"concept-id\":\"V2600354776-POCLOUD\"},{\"concept-id\":\"V2600354782-POCLOUD\"},{\"concept-id\":\"V2600354723-POCLOUD\"},{\"concept-id\":\"V2600354714-POCLOUD\"},{\"concept-id\":\"V2600354789-POCLOUD\"},{\"concept-id\":\"V2600354731-POCLOUD\"},{\"concept-id\":\"V2600354742-POCLOUD\"},{\"concept-id\":\"V2600354748-POCLOUD\"},{\"concept-id\":\"V2600354761-POCLOUD\"},{\"concept-id\":\"V2600354769-POCLOUD\"},{\"concept-id\":\"V2600354799-POCLOUD\"},{\"concept-id\":\"V2600354803-POCLOUD\"},{\"concept-id\":\"V2600354767-POCLOUD\"},{\"concept-id\":\"V2600354708-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2596983413-POCLOUD\",\"revision-date\":\"2023-06-12T22:15:39.932Z\",\"granule-count\":62448,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"Sea Surface Temperature\",\"L2P\",\"SST\",\"RSS\",\"REMSS\",\"AMSR2\",\"GDS2\",\"GCOM-W\"],\"CollectionCitations\":[{\"Version\":\"8.2\",\"Title\":\"GHRSST Level 2P Global Subskin SST from the AMSR2\",\"Creator\":\"Remote Sensing Systems\",\"SeriesName\":\"GHRSST Level 2P Global Subskin Sea Surface Temperature @@ -931,7 +931,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"100.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.19\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AMSR2\",\"LongName\":\"Advanced Microwave Scanning Radiometer 2\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"1450.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2600355279-POCLOUD\",\"V2600355260-POCLOUD\",\"V2600355268-POCLOUD\",\"V2600355210-POCLOUD\",\"V2600355254-POCLOUD\",\"V2600355204-POCLOUD\",\"V2600355241-POCLOUD\",\"V2600355235-POCLOUD\",\"V2600355277-POCLOUD\",\"V2600355270-POCLOUD\",\"V2600355218-POCLOUD\",\"V2600355249-POCLOUD\",\"V2600355274-POCLOUD\",\"V2600355262-POCLOUD\",\"V2600355227-POCLOUD\",\"V2600355231-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSR2-REMSS-L2P_RT-v8.2/\",\"podaac-ops-cumulus-public/AMSR2-REMSS-L2P_RT-v8.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_27818\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2600355279-POCLOUD\"},{\"concept-id\":\"V2600355260-POCLOUD\"},{\"concept-id\":\"V2600355268-POCLOUD\"},{\"concept-id\":\"V2600355210-POCLOUD\"},{\"concept-id\":\"V2600355254-POCLOUD\"},{\"concept-id\":\"V2600355204-POCLOUD\"},{\"concept-id\":\"V2600355241-POCLOUD\"},{\"concept-id\":\"V2600355235-POCLOUD\"},{\"concept-id\":\"V2600355277-POCLOUD\"},{\"concept-id\":\"V2600355270-POCLOUD\"},{\"concept-id\":\"V2600355218-POCLOUD\"},{\"concept-id\":\"V2600355249-POCLOUD\"},{\"concept-id\":\"V2600355274-POCLOUD\"},{\"concept-id\":\"V2600355262-POCLOUD\"},{\"concept-id\":\"V2600355227-POCLOUD\"},{\"concept-id\":\"V2600355231-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2596986276-POCLOUD\",\"revision-date\":\"2023-06-12T22:19:13.228Z\",\"granule-count\":6309,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"Sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"1450.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":9,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"wenhaoli\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2600355279-POCLOUD\",\"V2600355260-POCLOUD\",\"V2600355268-POCLOUD\",\"V2600355210-POCLOUD\",\"V2600355254-POCLOUD\",\"V2600355204-POCLOUD\",\"V2600355241-POCLOUD\",\"V2600355235-POCLOUD\",\"V2600355277-POCLOUD\",\"V2600355270-POCLOUD\",\"V2600355218-POCLOUD\",\"V2600355249-POCLOUD\",\"V2600355274-POCLOUD\",\"V2600355262-POCLOUD\",\"V2600355227-POCLOUD\",\"V2600355231-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/AMSR2-REMSS-L2P_RT-v8.2/\",\"podaac-ops-cumulus-public/AMSR2-REMSS-L2P_RT-v8.2/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_27818\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2600355279-POCLOUD\"},{\"concept-id\":\"V2600355260-POCLOUD\"},{\"concept-id\":\"V2600355268-POCLOUD\"},{\"concept-id\":\"V2600355210-POCLOUD\"},{\"concept-id\":\"V2600355254-POCLOUD\"},{\"concept-id\":\"V2600355204-POCLOUD\"},{\"concept-id\":\"V2600355241-POCLOUD\"},{\"concept-id\":\"V2600355235-POCLOUD\"},{\"concept-id\":\"V2600355277-POCLOUD\"},{\"concept-id\":\"V2600355270-POCLOUD\"},{\"concept-id\":\"V2600355218-POCLOUD\"},{\"concept-id\":\"V2600355249-POCLOUD\"},{\"concept-id\":\"V2600355274-POCLOUD\"},{\"concept-id\":\"V2600355262-POCLOUD\"},{\"concept-id\":\"V2600355227-POCLOUD\"},{\"concept-id\":\"V2600355231-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2596986276-POCLOUD\",\"revision-date\":\"2023-06-12T22:19:13.228Z\",\"granule-count\":6459,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"GHRSST\",\"Sea Surface Temperature\",\"L2P\",\"SST\",\"RSS\",\"REMSS\",\"AMSR2\",\"GDS2\",\"GCOM-W\",\"NRT\"],\"CollectionCitations\":[{\"Version\":\"8.2\",\"Title\":\"GHRSST Level 2P Global Subskin NRT SST from the AMSR2\",\"Creator\":\"Remote Sensing Systems\",\"SeriesName\":\"GHRSST Level 2P Global Subskin Sea Surface Temperature @@ -1088,7 +1088,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"minutes\",\"DataType\":\"FLOAT\"}]},{\"Type\":\"Earth Observation Satellites\",\"ShortName\":\"GRACE-FO\",\"LongName\":\"Gravity Recovery and Climate Experiment Follow-On\",\"Characteristics\":[{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal - period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112017046-POCLOUD\",\"V2112017070-POCLOUD\",\"V2112017058-POCLOUD\",\"V2112017066-POCLOUD\",\"V2112017052-POCLOUD\",\"V2112017068-POCLOUD\",\"V2112017064-POCLOUD\",\"V2112017048-POCLOUD\",\"V2112017050-POCLOUD\",\"V2112017060-POCLOUD\",\"V2112017056-POCLOUD\",\"V2112017054-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2800188133-POCLOUD\",\"S2153799015-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ASCATB-L2-Coastal/\",\"podaac-ops-cumulus-public/ASCATB-L2-Coastal/\"],\"has-spatial-subsetting\":true,\"native-id\":\"MetOp-B+ASCAT+Level+2+Ocean+Surface+Wind+Vectors+Optimized+for+Coastal+Ocean\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112017046-POCLOUD\"},{\"concept-id\":\"V2112017070-POCLOUD\"},{\"concept-id\":\"V2112017058-POCLOUD\"},{\"concept-id\":\"V2112017066-POCLOUD\"},{\"concept-id\":\"V2112017052-POCLOUD\"},{\"concept-id\":\"V2112017068-POCLOUD\"},{\"concept-id\":\"V2112017064-POCLOUD\"},{\"concept-id\":\"V2112017048-POCLOUD\"},{\"concept-id\":\"V2112017050-POCLOUD\"},{\"concept-id\":\"V2112017060-POCLOUD\"},{\"concept-id\":\"V2112017056-POCLOUD\"},{\"concept-id\":\"V2112017054-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2075141605-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:37.604Z\",\"granule-count\":59032,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"wind + period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.5\",\"Unit\":\"minutes\",\"DataType\":\"FLOAT\"}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"ASCII\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112017046-POCLOUD\",\"V2112017070-POCLOUD\",\"V2112017058-POCLOUD\",\"V2112017066-POCLOUD\",\"V2112017052-POCLOUD\",\"V2112017068-POCLOUD\",\"V2112017064-POCLOUD\",\"V2112017048-POCLOUD\",\"V2112017050-POCLOUD\",\"V2112017060-POCLOUD\",\"V2112017056-POCLOUD\",\"V2112017054-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ASCATB-L2-Coastal/\",\"podaac-ops-cumulus-public/ASCATB-L2-Coastal/\"],\"has-spatial-subsetting\":true,\"native-id\":\"MetOp-B+ASCAT+Level+2+Ocean+Surface+Wind+Vectors+Optimized+for+Coastal+Ocean\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112017046-POCLOUD\"},{\"concept-id\":\"V2112017070-POCLOUD\"},{\"concept-id\":\"V2112017058-POCLOUD\"},{\"concept-id\":\"V2112017066-POCLOUD\"},{\"concept-id\":\"V2112017052-POCLOUD\"},{\"concept-id\":\"V2112017068-POCLOUD\"},{\"concept-id\":\"V2112017064-POCLOUD\"},{\"concept-id\":\"V2112017048-POCLOUD\"},{\"concept-id\":\"V2112017050-POCLOUD\"},{\"concept-id\":\"V2112017060-POCLOUD\"},{\"concept-id\":\"V2112017056-POCLOUD\"},{\"concept-id\":\"V2112017054-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2075141605-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:37.604Z\",\"granule-count\":59177,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"wind data\",\" wind\",\" ocean wind\",\" wind speed\",\" vector\",\" vectors\",\" ocean wind vector\",\" ocean wind vectors\",\" knmi\",\" osi saf\",\" eumetsat\",\" metop\",\" metop-b\"],\"CollectionCitations\":[{\"Creator\":\"EUMETSAT/OSI @@ -1187,7 +1187,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"ASCAT\",\"LongName\":\"Advanced Scatterometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"1800.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112017078-POCLOUD\",\"V2112017080-POCLOUD\",\"V2112017090-POCLOUD\",\"V2112017095-POCLOUD\",\"V2112017074-POCLOUD\",\"V2112017082-POCLOUD\",\"V2112017092-POCLOUD\",\"V2112017076-POCLOUD\",\"V2112017084-POCLOUD\",\"V2112017086-POCLOUD\",\"V2112017088-POCLOUD\",\"V2112017072-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ASCATC-L2-25km/\",\"podaac-ops-cumulus-public/ASCATC-L2-25km/\"],\"has-spatial-subsetting\":true,\"native-id\":\"MetOp-C+ASCAT+Level+2+25.0km+Ocean+Surface+Wind+Vectors+in+Full+Orbit+Swath\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112017078-POCLOUD\"},{\"concept-id\":\"V2112017080-POCLOUD\"},{\"concept-id\":\"V2112017090-POCLOUD\"},{\"concept-id\":\"V2112017095-POCLOUD\"},{\"concept-id\":\"V2112017074-POCLOUD\"},{\"concept-id\":\"V2112017082-POCLOUD\"},{\"concept-id\":\"V2112017092-POCLOUD\"},{\"concept-id\":\"V2112017076-POCLOUD\"},{\"concept-id\":\"V2112017084-POCLOUD\"},{\"concept-id\":\"V2112017086-POCLOUD\"},{\"concept-id\":\"V2112017088-POCLOUD\"},{\"concept-id\":\"V2112017072-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2075141638-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:38.529Z\",\"granule-count\":22859,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"wind + angular distance from orbital plane relative to the Equator.\",\"Value\":\"1800.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112017078-POCLOUD\",\"V2112017080-POCLOUD\",\"V2112017090-POCLOUD\",\"V2112017095-POCLOUD\",\"V2112017074-POCLOUD\",\"V2112017082-POCLOUD\",\"V2112017092-POCLOUD\",\"V2112017076-POCLOUD\",\"V2112017084-POCLOUD\",\"V2112017086-POCLOUD\",\"V2112017088-POCLOUD\",\"V2112017072-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ASCATC-L2-25km/\",\"podaac-ops-cumulus-public/ASCATC-L2-25km/\"],\"has-spatial-subsetting\":true,\"native-id\":\"MetOp-C+ASCAT+Level+2+25.0km+Ocean+Surface+Wind+Vectors+in+Full+Orbit+Swath\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112017078-POCLOUD\"},{\"concept-id\":\"V2112017080-POCLOUD\"},{\"concept-id\":\"V2112017090-POCLOUD\"},{\"concept-id\":\"V2112017095-POCLOUD\"},{\"concept-id\":\"V2112017074-POCLOUD\"},{\"concept-id\":\"V2112017082-POCLOUD\"},{\"concept-id\":\"V2112017092-POCLOUD\"},{\"concept-id\":\"V2112017076-POCLOUD\"},{\"concept-id\":\"V2112017084-POCLOUD\"},{\"concept-id\":\"V2112017086-POCLOUD\"},{\"concept-id\":\"V2112017088-POCLOUD\"},{\"concept-id\":\"V2112017072-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2075141638-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:38.529Z\",\"granule-count\":23002,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"wind data\",\" wind\",\" ocean wind\",\" wind speed\",\" vector\",\" vectors\",\" ocean wind vector\",\" ocean wind vectors\",\" knmi\",\" osi saf\",\" eumetsat\",\" metop\",\" metop-c\"],\"CollectionCitations\":[{\"Creator\":\"EUMETSAT/OSI @@ -1278,7 +1278,7 @@ interactions: distance from orbital plane relative to the Equator.\",\"Value\":\"1800.0\",\"DataType\":\"FLOAT\",\"Unit\":\"Kilometers\",\"Name\":\"SwathWidth\"}],\"ShortName\":\"ASCAT\"}],\"LongName\":\"Meteorological Operational Satellite - C\",\"Characteristics\":[{\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"DataType\":\"FLOAT\",\"Unit\":\"Minutes\",\"Name\":\"OrbitPeriod\"},{\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"METOP-C\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112017115-POCLOUD\",\"V2112017099-POCLOUD\",\"V2112017101-POCLOUD\",\"V2112017109-POCLOUD\",\"V2112017106-POCLOUD\",\"V2112017119-POCLOUD\",\"V2112017103-POCLOUD\",\"V2112017097-POCLOUD\",\"V2112017111-POCLOUD\",\"V2112017113-POCLOUD\",\"V2112017117-POCLOUD\",\"V2112017124-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ASCATC-L2-Coastal/\",\"podaac-ops-cumulus-public/ASCATC-L2-Coastal/\"],\"has-spatial-subsetting\":true,\"native-id\":\"MetOp-C+ASCAT+Level+2+Ocean+Surface+Wind+Vectors+Optimized+for+Coastal+Ocean\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112017115-POCLOUD\"},{\"concept-id\":\"V2112017099-POCLOUD\"},{\"concept-id\":\"V2112017101-POCLOUD\"},{\"concept-id\":\"V2112017109-POCLOUD\"},{\"concept-id\":\"V2112017106-POCLOUD\"},{\"concept-id\":\"V2112017119-POCLOUD\"},{\"concept-id\":\"V2112017103-POCLOUD\"},{\"concept-id\":\"V2112017097-POCLOUD\"},{\"concept-id\":\"V2112017111-POCLOUD\"},{\"concept-id\":\"V2112017113-POCLOUD\"},{\"concept-id\":\"V2112017117-POCLOUD\"},{\"concept-id\":\"V2112017124-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2075141684-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:39.499Z\",\"granule-count\":22858,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"wind + angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"DataType\":\"FLOAT\",\"Unit\":\"Degrees\",\"Name\":\"InclinationAngle\"}],\"ShortName\":\"METOP-C\"}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":8,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2112017115-POCLOUD\",\"V2112017099-POCLOUD\",\"V2112017101-POCLOUD\",\"V2112017109-POCLOUD\",\"V2112017106-POCLOUD\",\"V2112017119-POCLOUD\",\"V2112017103-POCLOUD\",\"V2112017097-POCLOUD\",\"V2112017111-POCLOUD\",\"V2112017113-POCLOUD\",\"V2112017117-POCLOUD\",\"V2112017124-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2800188133-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\",\"TL2092786348-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/ASCATC-L2-Coastal/\",\"podaac-ops-cumulus-public/ASCATC-L2-Coastal/\"],\"has-spatial-subsetting\":true,\"native-id\":\"MetOp-C+ASCAT+Level+2+Ocean+Surface+Wind+Vectors+Optimized+for+Coastal+Ocean\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2112017115-POCLOUD\"},{\"concept-id\":\"V2112017099-POCLOUD\"},{\"concept-id\":\"V2112017101-POCLOUD\"},{\"concept-id\":\"V2112017109-POCLOUD\"},{\"concept-id\":\"V2112017106-POCLOUD\"},{\"concept-id\":\"V2112017119-POCLOUD\"},{\"concept-id\":\"V2112017103-POCLOUD\"},{\"concept-id\":\"V2112017097-POCLOUD\"},{\"concept-id\":\"V2112017111-POCLOUD\"},{\"concept-id\":\"V2112017113-POCLOUD\"},{\"concept-id\":\"V2112017117-POCLOUD\"},{\"concept-id\":\"V2112017124-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2800188133-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"},{\"concept-id\":\"TL2092786348-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2075141684-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:39.499Z\",\"granule-count\":23001,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"wind data\",\" wind\",\" ocean wind\",\" wind speed\",\" vector\",\" vectors\",\" ocean wind vector\",\" ocean wind vectors\",\" knmi\",\" osi saf\",\" eumetsat\",\" metop\",\" metop-c\"],\"CollectionCitations\":[{\"Creator\":\"EUMETSAT/OSI @@ -1377,7 +1377,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"ASCAT\",\"LongName\":\"Advanced Scatterometer\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"1800.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304125-POCLOUD\",\"V2146304121-POCLOUD\",\"V2146304127-POCLOUD\",\"V2146304123-POCLOUD\",\"V2146304129-POCLOUD\",\"V2146304118-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CMC0.1deg-CMC-L4-GLOB-v3.0/\",\"podaac-ops-cumulus-public/CMC0.1deg-CMC-L4-GLOB-v3.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+CMC0.1deg+Global+Foundation+Sea+Surface+Temperature+Analysis+(GDS+version+2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304125-POCLOUD\"},{\"concept-id\":\"V2146304121-POCLOUD\"},{\"concept-id\":\"V2146304127-POCLOUD\"},{\"concept-id\":\"V2146304123-POCLOUD\"},{\"concept-id\":\"V2146304129-POCLOUD\"},{\"concept-id\":\"V2146304118-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036881720-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:54.417Z\",\"granule-count\":3010,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea + angular distance from orbital plane relative to the Equator.\",\"Value\":\"1800.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":12,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"chen5510\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2146304125-POCLOUD\",\"V2146304121-POCLOUD\",\"V2146304127-POCLOUD\",\"V2146304123-POCLOUD\",\"V2146304129-POCLOUD\",\"V2146304118-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CMC0.1deg-CMC-L4-GLOB-v3.0/\",\"podaac-ops-cumulus-public/CMC0.1deg-CMC-L4-GLOB-v3.0/\"],\"has-spatial-subsetting\":true,\"native-id\":\"GHRSST+Level+4+CMC0.1deg+Global+Foundation+Sea+Surface+Temperature+Analysis+(GDS+version+2)\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2146304125-POCLOUD\"},{\"concept-id\":\"V2146304121-POCLOUD\"},{\"concept-id\":\"V2146304127-POCLOUD\"},{\"concept-id\":\"V2146304123-POCLOUD\"},{\"concept-id\":\"V2146304129-POCLOUD\"},{\"concept-id\":\"V2146304118-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2036881720-POCLOUD\",\"revision-date\":\"2022-09-30T20:13:54.417Z\",\"granule-count\":3020,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"DataLanguage\":\"eng\",\"AncillaryKeywords\":[\"GHRSST\",\"sea surface temperature\",\"Level 4\",\"SST\",\"L4\",\" CMC\",\" canadian meteorological center\",\" CMC0.1deg\"],\"CollectionCitations\":[{\"Version\":\"3.0\",\"Title\":\"GHRSST Level 4 CMC 0.1 deg global sea surface temperature analysis\",\"Creator\":\"Canada @@ -1483,7 +1483,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"101.3\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"98.7\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"AVHRR-3\",\"LongName\":\"Advanced Very High Resolution Radiometer-3\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":7.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":7.0,\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":false,\"associations\":{\"variables\":[\"V2353100179-POCLOUD\",\"V2353099575-POCLOUD\",\"V2353100769-POCLOUD\",\"V2353100305-POCLOUD\",\"V2353100780-POCLOUD\",\"V2353100726-POCLOUD\",\"V2353100889-POCLOUD\",\"V2353100749-POCLOUD\",\"V2353100235-POCLOUD\",\"V2353100979-POCLOUD\",\"V2353100916-POCLOUD\",\"V2353101100-POCLOUD\",\"V2353101123-POCLOUD\",\"V2353101227-POCLOUD\",\"V2353099534-POCLOUD\",\"V2353100900-POCLOUD\",\"V2353100128-POCLOUD\",\"V2353099695-POCLOUD\",\"V2353100488-POCLOUD\",\"V2353099730-POCLOUD\",\"V2353099520-POCLOUD\",\"V2353100417-POCLOUD\",\"V2353101176-POCLOUD\",\"V2353100844-POCLOUD\",\"V2353100573-POCLOUD\",\"V2353100362-POCLOUD\",\"V2353099924-POCLOUD\",\"V2353099756-POCLOUD\",\"V2353100515-POCLOUD\",\"V2353099661-POCLOUD\",\"V2353100585-POCLOUD\",\"V2353101201-POCLOUD\",\"V2353100045-POCLOUD\",\"V2353099950-POCLOUD\",\"V2353100643-POCLOUD\",\"V2353101113-POCLOUD\",\"V2353100875-POCLOUD\",\"V2353099884-POCLOUD\",\"V2353100205-POCLOUD\",\"V2353100525-POCLOUD\",\"V2353099672-POCLOUD\",\"V2353100736-POCLOUD\",\"V2353100103-POCLOUD\",\"V2353099828-POCLOUD\",\"V2353100561-POCLOUD\",\"V2353099793-POCLOUD\",\"V2353100248-POCLOUD\",\"V2353099770-POCLOUD\",\"V2353100386-POCLOUD\",\"V2353099874-POCLOUD\",\"V2353100058-POCLOUD\",\"V2353099849-POCLOUD\",\"V2353099602-POCLOUD\",\"V2353100336-POCLOUD\",\"V2353100797-POCLOUD\",\"V2353100137-POCLOUD\",\"V2353101021-POCLOUD\",\"V2353101157-POCLOUD\",\"V2353100678-POCLOUD\",\"V2353100830-POCLOUD\",\"V2353100286-POCLOUD\",\"V2353100821-POCLOUD\",\"V2353100429-POCLOUD\",\"V2353099937-POCLOUD\",\"V2353100665-POCLOUD\",\"V2353099684-POCLOUD\",\"V2353100757-POCLOUD\",\"V2353101043-POCLOUD\",\"V2353099587-POCLOUD\",\"V2353099962-POCLOUD\",\"V2353100227-POCLOUD\",\"V2353100965-POCLOUD\",\"V2353100686-POCLOUD\",\"V2353100465-POCLOUD\",\"V2353099975-POCLOUD\",\"V2353100375-POCLOUD\",\"V2353100550-POCLOUD\",\"V2353100065-POCLOUD\",\"V2353100454-POCLOUD\",\"V2353099897-POCLOUD\",\"V2353100275-POCLOUD\",\"V2353099556-POCLOUD\",\"V2353100021-POCLOUD\",\"V2353099510-POCLOUD\",\"V2353100593-POCLOUD\",\"V2353100714-POCLOUD\",\"V2353099612-POCLOUD\",\"V2353101134-POCLOUD\",\"V2353100607-POCLOUD\",\"V2353100407-POCLOUD\",\"V2353100853-POCLOUD\",\"V2353099563-POCLOUD\",\"V2353101239-POCLOUD\",\"V2353099542-POCLOUD\",\"V2353099647-POCLOUD\",\"V2353100258-POCLOUD\",\"V2353099708-POCLOUD\",\"V2353100807-POCLOUD\",\"V2353100153-POCLOUD\",\"V2353100949-POCLOUD\",\"V2353099779-POCLOUD\",\"V2353101089-POCLOUD\",\"V2353101008-POCLOUD\",\"V2353100702-POCLOUD\",\"V2353100164-POCLOUD\",\"V2353101211-POCLOUD\",\"V2353100349-POCLOUD\",\"V2353101145-POCLOUD\",\"V2353099745-POCLOUD\",\"V2353100031-POCLOUD\",\"V2353099987-POCLOUD\",\"V2353100868-POCLOUD\",\"V2353100539-POCLOUD\",\"V2353099635-POCLOUD\",\"V2353101192-POCLOUD\",\"V2353100113-POCLOUD\",\"V2353099717-POCLOUD\",\"V2353099816-POCLOUD\",\"V2353100475-POCLOUD\",\"V2353100926-POCLOUD\",\"V2353100081-POCLOUD\",\"V2353100088-POCLOUD\",\"V2353100940-POCLOUD\",\"V2353100442-POCLOUD\",\"V2353099863-POCLOUD\",\"V2353101075-POCLOUD\",\"V2353099997-POCLOUD\",\"V2353100395-POCLOUD\",\"V2353100656-POCLOUD\",\"V2353101066-POCLOUD\",\"V2353099803-POCLOUD\",\"V2353100326-POCLOUD\",\"V2353100619-POCLOUD\",\"V2353100008-POCLOUD\",\"V2353099912-POCLOUD\",\"V2353100633-POCLOUD\",\"V2353100501-POCLOUD\",\"V2353101250-POCLOUD\",\"V2353100315-POCLOUD\",\"V2353101050-POCLOUD\",\"V2353099840-POCLOUD\",\"V2353101170-POCLOUD\",\"V2353099626-POCLOUD\",\"V2353101031-POCLOUD\",\"V2353099498-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_CDR_V1.2/\",\"podaac-ops-cumulus-public/CYGNSS_L1_CDR_V1.2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_22364\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2353100179-POCLOUD\"},{\"concept-id\":\"V2353099575-POCLOUD\"},{\"concept-id\":\"V2353100769-POCLOUD\"},{\"concept-id\":\"V2353100305-POCLOUD\"},{\"concept-id\":\"V2353100780-POCLOUD\"},{\"concept-id\":\"V2353100726-POCLOUD\"},{\"concept-id\":\"V2353100889-POCLOUD\"},{\"concept-id\":\"V2353100749-POCLOUD\"},{\"concept-id\":\"V2353100235-POCLOUD\"},{\"concept-id\":\"V2353100979-POCLOUD\"},{\"concept-id\":\"V2353100916-POCLOUD\"},{\"concept-id\":\"V2353101100-POCLOUD\"},{\"concept-id\":\"V2353101123-POCLOUD\"},{\"concept-id\":\"V2353101227-POCLOUD\"},{\"concept-id\":\"V2353099534-POCLOUD\"},{\"concept-id\":\"V2353100900-POCLOUD\"},{\"concept-id\":\"V2353100128-POCLOUD\"},{\"concept-id\":\"V2353099695-POCLOUD\"},{\"concept-id\":\"V2353100488-POCLOUD\"},{\"concept-id\":\"V2353099730-POCLOUD\"},{\"concept-id\":\"V2353099520-POCLOUD\"},{\"concept-id\":\"V2353100417-POCLOUD\"},{\"concept-id\":\"V2353101176-POCLOUD\"},{\"concept-id\":\"V2353100844-POCLOUD\"},{\"concept-id\":\"V2353100573-POCLOUD\"},{\"concept-id\":\"V2353100362-POCLOUD\"},{\"concept-id\":\"V2353099924-POCLOUD\"},{\"concept-id\":\"V2353099756-POCLOUD\"},{\"concept-id\":\"V2353100515-POCLOUD\"},{\"concept-id\":\"V2353099661-POCLOUD\"},{\"concept-id\":\"V2353100585-POCLOUD\"},{\"concept-id\":\"V2353101201-POCLOUD\"},{\"concept-id\":\"V2353100045-POCLOUD\"},{\"concept-id\":\"V2353099950-POCLOUD\"},{\"concept-id\":\"V2353100643-POCLOUD\"},{\"concept-id\":\"V2353101113-POCLOUD\"},{\"concept-id\":\"V2353100875-POCLOUD\"},{\"concept-id\":\"V2353099884-POCLOUD\"},{\"concept-id\":\"V2353100205-POCLOUD\"},{\"concept-id\":\"V2353100525-POCLOUD\"},{\"concept-id\":\"V2353099672-POCLOUD\"},{\"concept-id\":\"V2353100736-POCLOUD\"},{\"concept-id\":\"V2353100103-POCLOUD\"},{\"concept-id\":\"V2353099828-POCLOUD\"},{\"concept-id\":\"V2353100561-POCLOUD\"},{\"concept-id\":\"V2353099793-POCLOUD\"},{\"concept-id\":\"V2353100248-POCLOUD\"},{\"concept-id\":\"V2353099770-POCLOUD\"},{\"concept-id\":\"V2353100386-POCLOUD\"},{\"concept-id\":\"V2353099874-POCLOUD\"},{\"concept-id\":\"V2353100058-POCLOUD\"},{\"concept-id\":\"V2353099849-POCLOUD\"},{\"concept-id\":\"V2353099602-POCLOUD\"},{\"concept-id\":\"V2353100336-POCLOUD\"},{\"concept-id\":\"V2353100797-POCLOUD\"},{\"concept-id\":\"V2353100137-POCLOUD\"},{\"concept-id\":\"V2353101021-POCLOUD\"},{\"concept-id\":\"V2353101157-POCLOUD\"},{\"concept-id\":\"V2353100678-POCLOUD\"},{\"concept-id\":\"V2353100830-POCLOUD\"},{\"concept-id\":\"V2353100286-POCLOUD\"},{\"concept-id\":\"V2353100821-POCLOUD\"},{\"concept-id\":\"V2353100429-POCLOUD\"},{\"concept-id\":\"V2353099937-POCLOUD\"},{\"concept-id\":\"V2353100665-POCLOUD\"},{\"concept-id\":\"V2353099684-POCLOUD\"},{\"concept-id\":\"V2353100757-POCLOUD\"},{\"concept-id\":\"V2353101043-POCLOUD\"},{\"concept-id\":\"V2353099587-POCLOUD\"},{\"concept-id\":\"V2353099962-POCLOUD\"},{\"concept-id\":\"V2353100227-POCLOUD\"},{\"concept-id\":\"V2353100965-POCLOUD\"},{\"concept-id\":\"V2353100686-POCLOUD\"},{\"concept-id\":\"V2353100465-POCLOUD\"},{\"concept-id\":\"V2353099975-POCLOUD\"},{\"concept-id\":\"V2353100375-POCLOUD\"},{\"concept-id\":\"V2353100550-POCLOUD\"},{\"concept-id\":\"V2353100065-POCLOUD\"},{\"concept-id\":\"V2353100454-POCLOUD\"},{\"concept-id\":\"V2353099897-POCLOUD\"},{\"concept-id\":\"V2353100275-POCLOUD\"},{\"concept-id\":\"V2353099556-POCLOUD\"},{\"concept-id\":\"V2353100021-POCLOUD\"},{\"concept-id\":\"V2353099510-POCLOUD\"},{\"concept-id\":\"V2353100593-POCLOUD\"},{\"concept-id\":\"V2353100714-POCLOUD\"},{\"concept-id\":\"V2353099612-POCLOUD\"},{\"concept-id\":\"V2353101134-POCLOUD\"},{\"concept-id\":\"V2353100607-POCLOUD\"},{\"concept-id\":\"V2353100407-POCLOUD\"},{\"concept-id\":\"V2353100853-POCLOUD\"},{\"concept-id\":\"V2353099563-POCLOUD\"},{\"concept-id\":\"V2353101239-POCLOUD\"},{\"concept-id\":\"V2353099542-POCLOUD\"},{\"concept-id\":\"V2353099647-POCLOUD\"},{\"concept-id\":\"V2353100258-POCLOUD\"},{\"concept-id\":\"V2353099708-POCLOUD\"},{\"concept-id\":\"V2353100807-POCLOUD\"},{\"concept-id\":\"V2353100153-POCLOUD\"},{\"concept-id\":\"V2353100949-POCLOUD\"},{\"concept-id\":\"V2353099779-POCLOUD\"},{\"concept-id\":\"V2353101089-POCLOUD\"},{\"concept-id\":\"V2353101008-POCLOUD\"},{\"concept-id\":\"V2353100702-POCLOUD\"},{\"concept-id\":\"V2353100164-POCLOUD\"},{\"concept-id\":\"V2353101211-POCLOUD\"},{\"concept-id\":\"V2353100349-POCLOUD\"},{\"concept-id\":\"V2353101145-POCLOUD\"},{\"concept-id\":\"V2353099745-POCLOUD\"},{\"concept-id\":\"V2353100031-POCLOUD\"},{\"concept-id\":\"V2353099987-POCLOUD\"},{\"concept-id\":\"V2353100868-POCLOUD\"},{\"concept-id\":\"V2353100539-POCLOUD\"},{\"concept-id\":\"V2353099635-POCLOUD\"},{\"concept-id\":\"V2353101192-POCLOUD\"},{\"concept-id\":\"V2353100113-POCLOUD\"},{\"concept-id\":\"V2353099717-POCLOUD\"},{\"concept-id\":\"V2353099816-POCLOUD\"},{\"concept-id\":\"V2353100475-POCLOUD\"},{\"concept-id\":\"V2353100926-POCLOUD\"},{\"concept-id\":\"V2353100081-POCLOUD\"},{\"concept-id\":\"V2353100088-POCLOUD\"},{\"concept-id\":\"V2353100940-POCLOUD\"},{\"concept-id\":\"V2353100442-POCLOUD\"},{\"concept-id\":\"V2353099863-POCLOUD\"},{\"concept-id\":\"V2353101075-POCLOUD\"},{\"concept-id\":\"V2353099997-POCLOUD\"},{\"concept-id\":\"V2353100395-POCLOUD\"},{\"concept-id\":\"V2353100656-POCLOUD\"},{\"concept-id\":\"V2353101066-POCLOUD\"},{\"concept-id\":\"V2353099803-POCLOUD\"},{\"concept-id\":\"V2353100326-POCLOUD\"},{\"concept-id\":\"V2353100619-POCLOUD\"},{\"concept-id\":\"V2353100008-POCLOUD\"},{\"concept-id\":\"V2353099912-POCLOUD\"},{\"concept-id\":\"V2353100633-POCLOUD\"},{\"concept-id\":\"V2353100501-POCLOUD\"},{\"concept-id\":\"V2353101250-POCLOUD\"},{\"concept-id\":\"V2353100315-POCLOUD\"},{\"concept-id\":\"V2353101050-POCLOUD\"},{\"concept-id\":\"V2353099840-POCLOUD\"},{\"concept-id\":\"V2353101170-POCLOUD\"},{\"concept-id\":\"V2353099626-POCLOUD\"},{\"concept-id\":\"V2353101031-POCLOUD\"},{\"concept-id\":\"V2353099498-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2274919541-POCLOUD\",\"revision-date\":\"2023-04-19T00:13:15.288Z\",\"granule-count\":15770,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"2400.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":7.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\",\"AverageFileSize\":7.0,\"AverageFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":23,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"jmcnelis\",\"has-formats\":false,\"associations\":{\"variables\":[\"V2353100179-POCLOUD\",\"V2353099575-POCLOUD\",\"V2353100769-POCLOUD\",\"V2353100305-POCLOUD\",\"V2353100780-POCLOUD\",\"V2353100726-POCLOUD\",\"V2353100889-POCLOUD\",\"V2353100749-POCLOUD\",\"V2353100235-POCLOUD\",\"V2353100979-POCLOUD\",\"V2353100916-POCLOUD\",\"V2353101100-POCLOUD\",\"V2353101123-POCLOUD\",\"V2353101227-POCLOUD\",\"V2353099534-POCLOUD\",\"V2353100900-POCLOUD\",\"V2353100128-POCLOUD\",\"V2353099695-POCLOUD\",\"V2353100488-POCLOUD\",\"V2353099730-POCLOUD\",\"V2353099520-POCLOUD\",\"V2353100417-POCLOUD\",\"V2353101176-POCLOUD\",\"V2353100844-POCLOUD\",\"V2353100573-POCLOUD\",\"V2353100362-POCLOUD\",\"V2353099924-POCLOUD\",\"V2353099756-POCLOUD\",\"V2353100515-POCLOUD\",\"V2353099661-POCLOUD\",\"V2353100585-POCLOUD\",\"V2353101201-POCLOUD\",\"V2353100045-POCLOUD\",\"V2353099950-POCLOUD\",\"V2353100643-POCLOUD\",\"V2353101113-POCLOUD\",\"V2353100875-POCLOUD\",\"V2353099884-POCLOUD\",\"V2353100205-POCLOUD\",\"V2353100525-POCLOUD\",\"V2353099672-POCLOUD\",\"V2353100736-POCLOUD\",\"V2353100103-POCLOUD\",\"V2353099828-POCLOUD\",\"V2353100561-POCLOUD\",\"V2353099793-POCLOUD\",\"V2353100248-POCLOUD\",\"V2353099770-POCLOUD\",\"V2353100386-POCLOUD\",\"V2353099874-POCLOUD\",\"V2353100058-POCLOUD\",\"V2353099849-POCLOUD\",\"V2353099602-POCLOUD\",\"V2353100336-POCLOUD\",\"V2353100797-POCLOUD\",\"V2353100137-POCLOUD\",\"V2353101021-POCLOUD\",\"V2353101157-POCLOUD\",\"V2353100678-POCLOUD\",\"V2353100830-POCLOUD\",\"V2353100286-POCLOUD\",\"V2353100821-POCLOUD\",\"V2353100429-POCLOUD\",\"V2353099937-POCLOUD\",\"V2353100665-POCLOUD\",\"V2353099684-POCLOUD\",\"V2353100757-POCLOUD\",\"V2353101043-POCLOUD\",\"V2353099587-POCLOUD\",\"V2353099962-POCLOUD\",\"V2353100227-POCLOUD\",\"V2353100965-POCLOUD\",\"V2353100686-POCLOUD\",\"V2353100465-POCLOUD\",\"V2353099975-POCLOUD\",\"V2353100375-POCLOUD\",\"V2353100550-POCLOUD\",\"V2353100065-POCLOUD\",\"V2353100454-POCLOUD\",\"V2353099897-POCLOUD\",\"V2353100275-POCLOUD\",\"V2353099556-POCLOUD\",\"V2353100021-POCLOUD\",\"V2353099510-POCLOUD\",\"V2353100593-POCLOUD\",\"V2353100714-POCLOUD\",\"V2353099612-POCLOUD\",\"V2353101134-POCLOUD\",\"V2353100607-POCLOUD\",\"V2353100407-POCLOUD\",\"V2353100853-POCLOUD\",\"V2353099563-POCLOUD\",\"V2353101239-POCLOUD\",\"V2353099542-POCLOUD\",\"V2353099647-POCLOUD\",\"V2353100258-POCLOUD\",\"V2353099708-POCLOUD\",\"V2353100807-POCLOUD\",\"V2353100153-POCLOUD\",\"V2353100949-POCLOUD\",\"V2353099779-POCLOUD\",\"V2353101089-POCLOUD\",\"V2353101008-POCLOUD\",\"V2353100702-POCLOUD\",\"V2353100164-POCLOUD\",\"V2353101211-POCLOUD\",\"V2353100349-POCLOUD\",\"V2353101145-POCLOUD\",\"V2353099745-POCLOUD\",\"V2353100031-POCLOUD\",\"V2353099987-POCLOUD\",\"V2353100868-POCLOUD\",\"V2353100539-POCLOUD\",\"V2353099635-POCLOUD\",\"V2353101192-POCLOUD\",\"V2353100113-POCLOUD\",\"V2353099717-POCLOUD\",\"V2353099816-POCLOUD\",\"V2353100475-POCLOUD\",\"V2353100926-POCLOUD\",\"V2353100081-POCLOUD\",\"V2353100088-POCLOUD\",\"V2353100940-POCLOUD\",\"V2353100442-POCLOUD\",\"V2353099863-POCLOUD\",\"V2353101075-POCLOUD\",\"V2353099997-POCLOUD\",\"V2353100395-POCLOUD\",\"V2353100656-POCLOUD\",\"V2353101066-POCLOUD\",\"V2353099803-POCLOUD\",\"V2353100326-POCLOUD\",\"V2353100619-POCLOUD\",\"V2353100008-POCLOUD\",\"V2353099912-POCLOUD\",\"V2353100633-POCLOUD\",\"V2353100501-POCLOUD\",\"V2353101250-POCLOUD\",\"V2353100315-POCLOUD\",\"V2353101050-POCLOUD\",\"V2353099840-POCLOUD\",\"V2353101170-POCLOUD\",\"V2353099626-POCLOUD\",\"V2353101031-POCLOUD\",\"V2353099498-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_CDR_V1.2/\",\"podaac-ops-cumulus-public/CYGNSS_L1_CDR_V1.2/\"],\"has-spatial-subsetting\":false,\"native-id\":\"mmt_collection_22364\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2353100179-POCLOUD\"},{\"concept-id\":\"V2353099575-POCLOUD\"},{\"concept-id\":\"V2353100769-POCLOUD\"},{\"concept-id\":\"V2353100305-POCLOUD\"},{\"concept-id\":\"V2353100780-POCLOUD\"},{\"concept-id\":\"V2353100726-POCLOUD\"},{\"concept-id\":\"V2353100889-POCLOUD\"},{\"concept-id\":\"V2353100749-POCLOUD\"},{\"concept-id\":\"V2353100235-POCLOUD\"},{\"concept-id\":\"V2353100979-POCLOUD\"},{\"concept-id\":\"V2353100916-POCLOUD\"},{\"concept-id\":\"V2353101100-POCLOUD\"},{\"concept-id\":\"V2353101123-POCLOUD\"},{\"concept-id\":\"V2353101227-POCLOUD\"},{\"concept-id\":\"V2353099534-POCLOUD\"},{\"concept-id\":\"V2353100900-POCLOUD\"},{\"concept-id\":\"V2353100128-POCLOUD\"},{\"concept-id\":\"V2353099695-POCLOUD\"},{\"concept-id\":\"V2353100488-POCLOUD\"},{\"concept-id\":\"V2353099730-POCLOUD\"},{\"concept-id\":\"V2353099520-POCLOUD\"},{\"concept-id\":\"V2353100417-POCLOUD\"},{\"concept-id\":\"V2353101176-POCLOUD\"},{\"concept-id\":\"V2353100844-POCLOUD\"},{\"concept-id\":\"V2353100573-POCLOUD\"},{\"concept-id\":\"V2353100362-POCLOUD\"},{\"concept-id\":\"V2353099924-POCLOUD\"},{\"concept-id\":\"V2353099756-POCLOUD\"},{\"concept-id\":\"V2353100515-POCLOUD\"},{\"concept-id\":\"V2353099661-POCLOUD\"},{\"concept-id\":\"V2353100585-POCLOUD\"},{\"concept-id\":\"V2353101201-POCLOUD\"},{\"concept-id\":\"V2353100045-POCLOUD\"},{\"concept-id\":\"V2353099950-POCLOUD\"},{\"concept-id\":\"V2353100643-POCLOUD\"},{\"concept-id\":\"V2353101113-POCLOUD\"},{\"concept-id\":\"V2353100875-POCLOUD\"},{\"concept-id\":\"V2353099884-POCLOUD\"},{\"concept-id\":\"V2353100205-POCLOUD\"},{\"concept-id\":\"V2353100525-POCLOUD\"},{\"concept-id\":\"V2353099672-POCLOUD\"},{\"concept-id\":\"V2353100736-POCLOUD\"},{\"concept-id\":\"V2353100103-POCLOUD\"},{\"concept-id\":\"V2353099828-POCLOUD\"},{\"concept-id\":\"V2353100561-POCLOUD\"},{\"concept-id\":\"V2353099793-POCLOUD\"},{\"concept-id\":\"V2353100248-POCLOUD\"},{\"concept-id\":\"V2353099770-POCLOUD\"},{\"concept-id\":\"V2353100386-POCLOUD\"},{\"concept-id\":\"V2353099874-POCLOUD\"},{\"concept-id\":\"V2353100058-POCLOUD\"},{\"concept-id\":\"V2353099849-POCLOUD\"},{\"concept-id\":\"V2353099602-POCLOUD\"},{\"concept-id\":\"V2353100336-POCLOUD\"},{\"concept-id\":\"V2353100797-POCLOUD\"},{\"concept-id\":\"V2353100137-POCLOUD\"},{\"concept-id\":\"V2353101021-POCLOUD\"},{\"concept-id\":\"V2353101157-POCLOUD\"},{\"concept-id\":\"V2353100678-POCLOUD\"},{\"concept-id\":\"V2353100830-POCLOUD\"},{\"concept-id\":\"V2353100286-POCLOUD\"},{\"concept-id\":\"V2353100821-POCLOUD\"},{\"concept-id\":\"V2353100429-POCLOUD\"},{\"concept-id\":\"V2353099937-POCLOUD\"},{\"concept-id\":\"V2353100665-POCLOUD\"},{\"concept-id\":\"V2353099684-POCLOUD\"},{\"concept-id\":\"V2353100757-POCLOUD\"},{\"concept-id\":\"V2353101043-POCLOUD\"},{\"concept-id\":\"V2353099587-POCLOUD\"},{\"concept-id\":\"V2353099962-POCLOUD\"},{\"concept-id\":\"V2353100227-POCLOUD\"},{\"concept-id\":\"V2353100965-POCLOUD\"},{\"concept-id\":\"V2353100686-POCLOUD\"},{\"concept-id\":\"V2353100465-POCLOUD\"},{\"concept-id\":\"V2353099975-POCLOUD\"},{\"concept-id\":\"V2353100375-POCLOUD\"},{\"concept-id\":\"V2353100550-POCLOUD\"},{\"concept-id\":\"V2353100065-POCLOUD\"},{\"concept-id\":\"V2353100454-POCLOUD\"},{\"concept-id\":\"V2353099897-POCLOUD\"},{\"concept-id\":\"V2353100275-POCLOUD\"},{\"concept-id\":\"V2353099556-POCLOUD\"},{\"concept-id\":\"V2353100021-POCLOUD\"},{\"concept-id\":\"V2353099510-POCLOUD\"},{\"concept-id\":\"V2353100593-POCLOUD\"},{\"concept-id\":\"V2353100714-POCLOUD\"},{\"concept-id\":\"V2353099612-POCLOUD\"},{\"concept-id\":\"V2353101134-POCLOUD\"},{\"concept-id\":\"V2353100607-POCLOUD\"},{\"concept-id\":\"V2353100407-POCLOUD\"},{\"concept-id\":\"V2353100853-POCLOUD\"},{\"concept-id\":\"V2353099563-POCLOUD\"},{\"concept-id\":\"V2353101239-POCLOUD\"},{\"concept-id\":\"V2353099542-POCLOUD\"},{\"concept-id\":\"V2353099647-POCLOUD\"},{\"concept-id\":\"V2353100258-POCLOUD\"},{\"concept-id\":\"V2353099708-POCLOUD\"},{\"concept-id\":\"V2353100807-POCLOUD\"},{\"concept-id\":\"V2353100153-POCLOUD\"},{\"concept-id\":\"V2353100949-POCLOUD\"},{\"concept-id\":\"V2353099779-POCLOUD\"},{\"concept-id\":\"V2353101089-POCLOUD\"},{\"concept-id\":\"V2353101008-POCLOUD\"},{\"concept-id\":\"V2353100702-POCLOUD\"},{\"concept-id\":\"V2353100164-POCLOUD\"},{\"concept-id\":\"V2353101211-POCLOUD\"},{\"concept-id\":\"V2353100349-POCLOUD\"},{\"concept-id\":\"V2353101145-POCLOUD\"},{\"concept-id\":\"V2353099745-POCLOUD\"},{\"concept-id\":\"V2353100031-POCLOUD\"},{\"concept-id\":\"V2353099987-POCLOUD\"},{\"concept-id\":\"V2353100868-POCLOUD\"},{\"concept-id\":\"V2353100539-POCLOUD\"},{\"concept-id\":\"V2353099635-POCLOUD\"},{\"concept-id\":\"V2353101192-POCLOUD\"},{\"concept-id\":\"V2353100113-POCLOUD\"},{\"concept-id\":\"V2353099717-POCLOUD\"},{\"concept-id\":\"V2353099816-POCLOUD\"},{\"concept-id\":\"V2353100475-POCLOUD\"},{\"concept-id\":\"V2353100926-POCLOUD\"},{\"concept-id\":\"V2353100081-POCLOUD\"},{\"concept-id\":\"V2353100088-POCLOUD\"},{\"concept-id\":\"V2353100940-POCLOUD\"},{\"concept-id\":\"V2353100442-POCLOUD\"},{\"concept-id\":\"V2353099863-POCLOUD\"},{\"concept-id\":\"V2353101075-POCLOUD\"},{\"concept-id\":\"V2353099997-POCLOUD\"},{\"concept-id\":\"V2353100395-POCLOUD\"},{\"concept-id\":\"V2353100656-POCLOUD\"},{\"concept-id\":\"V2353101066-POCLOUD\"},{\"concept-id\":\"V2353099803-POCLOUD\"},{\"concept-id\":\"V2353100326-POCLOUD\"},{\"concept-id\":\"V2353100619-POCLOUD\"},{\"concept-id\":\"V2353100008-POCLOUD\"},{\"concept-id\":\"V2353099912-POCLOUD\"},{\"concept-id\":\"V2353100633-POCLOUD\"},{\"concept-id\":\"V2353100501-POCLOUD\"},{\"concept-id\":\"V2353101250-POCLOUD\"},{\"concept-id\":\"V2353100315-POCLOUD\"},{\"concept-id\":\"V2353101050-POCLOUD\"},{\"concept-id\":\"V2353099840-POCLOUD\"},{\"concept-id\":\"V2353101170-POCLOUD\"},{\"concept-id\":\"V2353099626-POCLOUD\"},{\"concept-id\":\"V2353101031-POCLOUD\"},{\"concept-id\":\"V2353099498-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2274919541-POCLOUD\",\"revision-date\":\"2023-04-19T00:13:15.288Z\",\"granule-count\":15844,\"has-temporal-subsetting\":false,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" ddm\",\" ddmi\",\" ddma\",\" doppler\",\" delay doppler\",\" delay\",\" specular point\",\" waveform\",\" les\",\" leading edge slope\",\" bistatic\",\" bi-static\",\" radar\",\" brcs\",\" sigma0\",\" sigma-0\",\" sigma naught\",\" sigma-naught\",\" @@ -1617,7 +1617,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2263206409-POCLOUD\",\"V2263206364-POCLOUD\",\"V2263206376-POCLOUD\",\"V2263206304-POCLOUD\",\"V2263206035-POCLOUD\",\"V2263206099-POCLOUD\",\"V2263206263-POCLOUD\",\"V2263206188-POCLOUD\",\"V2263206066-POCLOUD\",\"V2263206327-POCLOUD\",\"V2263206296-POCLOUD\",\"V2263206329-POCLOUD\",\"V2263206196-POCLOUD\",\"V2263206173-POCLOUD\",\"V2263206120-POCLOUD\",\"V2263206049-POCLOUD\",\"V2263206169-POCLOUD\",\"V2263206087-POCLOUD\",\"V2263206064-POCLOUD\",\"V2263206416-POCLOUD\",\"V2263206401-POCLOUD\",\"V2263206130-POCLOUD\",\"V2263206374-POCLOUD\",\"V2263206338-POCLOUD\",\"V2263206107-POCLOUD\",\"V2263206348-POCLOUD\",\"V2263206312-POCLOUD\",\"V2263206421-POCLOUD\",\"V2263206346-POCLOUD\",\"V2263206405-POCLOUD\",\"V2263206157-POCLOUD\",\"V2263206362-POCLOUD\",\"V2263206132-POCLOUD\",\"V2263206226-POCLOUD\",\"V2263206385-POCLOUD\",\"V2263206316-POCLOUD\",\"V2263206115-POCLOUD\",\"V2263206344-POCLOUD\",\"V2263206059-POCLOUD\",\"V2263206184-POCLOUD\",\"V2263206089-POCLOUD\",\"V2263206252-POCLOUD\",\"V2263206289-POCLOUD\",\"V2263206258-POCLOUD\",\"V2263206272-POCLOUD\",\"V2263206372-POCLOUD\",\"V2263206112-POCLOUD\",\"V2263206074-POCLOUD\",\"V2263206350-POCLOUD\",\"V2263206103-POCLOUD\",\"V2263206358-POCLOUD\",\"V2263206193-POCLOUD\",\"V2263206336-POCLOUD\",\"V2263206266-POCLOUD\",\"V2263206334-POCLOUD\",\"V2263206244-POCLOUD\",\"V2263206255-POCLOUD\",\"V2263206179-POCLOUD\",\"V2263206396-POCLOUD\",\"V2263206239-POCLOUD\",\"V2263206407-POCLOUD\",\"V2263206418-POCLOUD\",\"V2263206368-POCLOUD\",\"V2263206219-POCLOUD\",\"V2263206411-POCLOUD\",\"V2263206424-POCLOUD\",\"V2263206161-POCLOUD\",\"V2263206109-POCLOUD\",\"V2263206203-POCLOUD\",\"V2263206081-POCLOUD\",\"V2263206323-POCLOUD\",\"V2263206208-POCLOUD\",\"V2263206355-POCLOUD\",\"V2263206234-POCLOUD\",\"V2263206427-POCLOUD\",\"V2263206366-POCLOUD\",\"V2263206147-POCLOUD\",\"V2263206332-POCLOUD\",\"V2263206242-POCLOUD\",\"V2263206211-POCLOUD\",\"V2263206352-POCLOUD\",\"V2263206153-POCLOUD\",\"V2263206268-POCLOUD\",\"V2263206248-POCLOUD\",\"V2263206309-POCLOUD\",\"V2263206213-POCLOUD\",\"V2263206096-POCLOUD\",\"V2263206138-POCLOUD\",\"V2263206278-POCLOUD\",\"V2263206342-POCLOUD\",\"V2263206360-POCLOUD\",\"V2263206325-POCLOUD\",\"V2263206182-POCLOUD\",\"V2263206127-POCLOUD\",\"V2263206314-POCLOUD\",\"V2263206300-POCLOUD\",\"V2263206222-POCLOUD\",\"V2263206135-POCLOUD\",\"V2263206041-POCLOUD\",\"V2263206166-POCLOUD\",\"V2263206321-POCLOUD\",\"V2263206094-POCLOUD\",\"V2263206141-POCLOUD\",\"V2263206085-POCLOUD\",\"V2263206246-POCLOUD\",\"V2263206413-POCLOUD\",\"V2263206039-POCLOUD\",\"V2263206284-POCLOUD\",\"V2263206079-POCLOUD\",\"V2263206164-POCLOUD\",\"V2263206340-POCLOUD\",\"V2263206307-POCLOUD\",\"V2263206399-POCLOUD\",\"V2263206091-POCLOUD\",\"V2263206403-POCLOUD\",\"V2263206199-POCLOUD\",\"V2263206117-POCLOUD\",\"V2263206237-POCLOUD\",\"V2263206293-POCLOUD\",\"V2263206231-POCLOUD\",\"V2263206125-POCLOUD\",\"V2263206319-POCLOUD\",\"V2263206370-POCLOUD\",\"V2263206206-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_V2.1/\",\"podaac-ops-cumulus-public/CYGNSS_L1_V2.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"CYGNSS+Level+1+Science+Data+Record+Version+2.1\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2263206409-POCLOUD\"},{\"concept-id\":\"V2263206364-POCLOUD\"},{\"concept-id\":\"V2263206376-POCLOUD\"},{\"concept-id\":\"V2263206304-POCLOUD\"},{\"concept-id\":\"V2263206035-POCLOUD\"},{\"concept-id\":\"V2263206099-POCLOUD\"},{\"concept-id\":\"V2263206263-POCLOUD\"},{\"concept-id\":\"V2263206188-POCLOUD\"},{\"concept-id\":\"V2263206066-POCLOUD\"},{\"concept-id\":\"V2263206327-POCLOUD\"},{\"concept-id\":\"V2263206296-POCLOUD\"},{\"concept-id\":\"V2263206329-POCLOUD\"},{\"concept-id\":\"V2263206196-POCLOUD\"},{\"concept-id\":\"V2263206173-POCLOUD\"},{\"concept-id\":\"V2263206120-POCLOUD\"},{\"concept-id\":\"V2263206049-POCLOUD\"},{\"concept-id\":\"V2263206169-POCLOUD\"},{\"concept-id\":\"V2263206087-POCLOUD\"},{\"concept-id\":\"V2263206064-POCLOUD\"},{\"concept-id\":\"V2263206416-POCLOUD\"},{\"concept-id\":\"V2263206401-POCLOUD\"},{\"concept-id\":\"V2263206130-POCLOUD\"},{\"concept-id\":\"V2263206374-POCLOUD\"},{\"concept-id\":\"V2263206338-POCLOUD\"},{\"concept-id\":\"V2263206107-POCLOUD\"},{\"concept-id\":\"V2263206348-POCLOUD\"},{\"concept-id\":\"V2263206312-POCLOUD\"},{\"concept-id\":\"V2263206421-POCLOUD\"},{\"concept-id\":\"V2263206346-POCLOUD\"},{\"concept-id\":\"V2263206405-POCLOUD\"},{\"concept-id\":\"V2263206157-POCLOUD\"},{\"concept-id\":\"V2263206362-POCLOUD\"},{\"concept-id\":\"V2263206132-POCLOUD\"},{\"concept-id\":\"V2263206226-POCLOUD\"},{\"concept-id\":\"V2263206385-POCLOUD\"},{\"concept-id\":\"V2263206316-POCLOUD\"},{\"concept-id\":\"V2263206115-POCLOUD\"},{\"concept-id\":\"V2263206344-POCLOUD\"},{\"concept-id\":\"V2263206059-POCLOUD\"},{\"concept-id\":\"V2263206184-POCLOUD\"},{\"concept-id\":\"V2263206089-POCLOUD\"},{\"concept-id\":\"V2263206252-POCLOUD\"},{\"concept-id\":\"V2263206289-POCLOUD\"},{\"concept-id\":\"V2263206258-POCLOUD\"},{\"concept-id\":\"V2263206272-POCLOUD\"},{\"concept-id\":\"V2263206372-POCLOUD\"},{\"concept-id\":\"V2263206112-POCLOUD\"},{\"concept-id\":\"V2263206074-POCLOUD\"},{\"concept-id\":\"V2263206350-POCLOUD\"},{\"concept-id\":\"V2263206103-POCLOUD\"},{\"concept-id\":\"V2263206358-POCLOUD\"},{\"concept-id\":\"V2263206193-POCLOUD\"},{\"concept-id\":\"V2263206336-POCLOUD\"},{\"concept-id\":\"V2263206266-POCLOUD\"},{\"concept-id\":\"V2263206334-POCLOUD\"},{\"concept-id\":\"V2263206244-POCLOUD\"},{\"concept-id\":\"V2263206255-POCLOUD\"},{\"concept-id\":\"V2263206179-POCLOUD\"},{\"concept-id\":\"V2263206396-POCLOUD\"},{\"concept-id\":\"V2263206239-POCLOUD\"},{\"concept-id\":\"V2263206407-POCLOUD\"},{\"concept-id\":\"V2263206418-POCLOUD\"},{\"concept-id\":\"V2263206368-POCLOUD\"},{\"concept-id\":\"V2263206219-POCLOUD\"},{\"concept-id\":\"V2263206411-POCLOUD\"},{\"concept-id\":\"V2263206424-POCLOUD\"},{\"concept-id\":\"V2263206161-POCLOUD\"},{\"concept-id\":\"V2263206109-POCLOUD\"},{\"concept-id\":\"V2263206203-POCLOUD\"},{\"concept-id\":\"V2263206081-POCLOUD\"},{\"concept-id\":\"V2263206323-POCLOUD\"},{\"concept-id\":\"V2263206208-POCLOUD\"},{\"concept-id\":\"V2263206355-POCLOUD\"},{\"concept-id\":\"V2263206234-POCLOUD\"},{\"concept-id\":\"V2263206427-POCLOUD\"},{\"concept-id\":\"V2263206366-POCLOUD\"},{\"concept-id\":\"V2263206147-POCLOUD\"},{\"concept-id\":\"V2263206332-POCLOUD\"},{\"concept-id\":\"V2263206242-POCLOUD\"},{\"concept-id\":\"V2263206211-POCLOUD\"},{\"concept-id\":\"V2263206352-POCLOUD\"},{\"concept-id\":\"V2263206153-POCLOUD\"},{\"concept-id\":\"V2263206268-POCLOUD\"},{\"concept-id\":\"V2263206248-POCLOUD\"},{\"concept-id\":\"V2263206309-POCLOUD\"},{\"concept-id\":\"V2263206213-POCLOUD\"},{\"concept-id\":\"V2263206096-POCLOUD\"},{\"concept-id\":\"V2263206138-POCLOUD\"},{\"concept-id\":\"V2263206278-POCLOUD\"},{\"concept-id\":\"V2263206342-POCLOUD\"},{\"concept-id\":\"V2263206360-POCLOUD\"},{\"concept-id\":\"V2263206325-POCLOUD\"},{\"concept-id\":\"V2263206182-POCLOUD\"},{\"concept-id\":\"V2263206127-POCLOUD\"},{\"concept-id\":\"V2263206314-POCLOUD\"},{\"concept-id\":\"V2263206300-POCLOUD\"},{\"concept-id\":\"V2263206222-POCLOUD\"},{\"concept-id\":\"V2263206135-POCLOUD\"},{\"concept-id\":\"V2263206041-POCLOUD\"},{\"concept-id\":\"V2263206166-POCLOUD\"},{\"concept-id\":\"V2263206321-POCLOUD\"},{\"concept-id\":\"V2263206094-POCLOUD\"},{\"concept-id\":\"V2263206141-POCLOUD\"},{\"concept-id\":\"V2263206085-POCLOUD\"},{\"concept-id\":\"V2263206246-POCLOUD\"},{\"concept-id\":\"V2263206413-POCLOUD\"},{\"concept-id\":\"V2263206039-POCLOUD\"},{\"concept-id\":\"V2263206284-POCLOUD\"},{\"concept-id\":\"V2263206079-POCLOUD\"},{\"concept-id\":\"V2263206164-POCLOUD\"},{\"concept-id\":\"V2263206340-POCLOUD\"},{\"concept-id\":\"V2263206307-POCLOUD\"},{\"concept-id\":\"V2263206399-POCLOUD\"},{\"concept-id\":\"V2263206091-POCLOUD\"},{\"concept-id\":\"V2263206403-POCLOUD\"},{\"concept-id\":\"V2263206199-POCLOUD\"},{\"concept-id\":\"V2263206117-POCLOUD\"},{\"concept-id\":\"V2263206237-POCLOUD\"},{\"concept-id\":\"V2263206293-POCLOUD\"},{\"concept-id\":\"V2263206231-POCLOUD\"},{\"concept-id\":\"V2263206125-POCLOUD\"},{\"concept-id\":\"V2263206319-POCLOUD\"},{\"concept-id\":\"V2263206370-POCLOUD\"},{\"concept-id\":\"V2263206206-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2251464384-POCLOUD\",\"revision-date\":\"2023-01-03T23:34:44.894Z\",\"granule-count\":19374,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":11,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2263206409-POCLOUD\",\"V2263206364-POCLOUD\",\"V2263206376-POCLOUD\",\"V2263206304-POCLOUD\",\"V2263206035-POCLOUD\",\"V2263206099-POCLOUD\",\"V2263206263-POCLOUD\",\"V2263206188-POCLOUD\",\"V2263206066-POCLOUD\",\"V2263206327-POCLOUD\",\"V2263206296-POCLOUD\",\"V2263206329-POCLOUD\",\"V2263206196-POCLOUD\",\"V2263206173-POCLOUD\",\"V2263206120-POCLOUD\",\"V2263206049-POCLOUD\",\"V2263206169-POCLOUD\",\"V2263206087-POCLOUD\",\"V2263206064-POCLOUD\",\"V2263206416-POCLOUD\",\"V2263206401-POCLOUD\",\"V2263206130-POCLOUD\",\"V2263206374-POCLOUD\",\"V2263206338-POCLOUD\",\"V2263206107-POCLOUD\",\"V2263206348-POCLOUD\",\"V2263206312-POCLOUD\",\"V2263206421-POCLOUD\",\"V2263206346-POCLOUD\",\"V2263206405-POCLOUD\",\"V2263206157-POCLOUD\",\"V2263206362-POCLOUD\",\"V2263206132-POCLOUD\",\"V2263206226-POCLOUD\",\"V2263206385-POCLOUD\",\"V2263206316-POCLOUD\",\"V2263206115-POCLOUD\",\"V2263206344-POCLOUD\",\"V2263206059-POCLOUD\",\"V2263206184-POCLOUD\",\"V2263206089-POCLOUD\",\"V2263206252-POCLOUD\",\"V2263206289-POCLOUD\",\"V2263206258-POCLOUD\",\"V2263206272-POCLOUD\",\"V2263206372-POCLOUD\",\"V2263206112-POCLOUD\",\"V2263206074-POCLOUD\",\"V2263206350-POCLOUD\",\"V2263206103-POCLOUD\",\"V2263206358-POCLOUD\",\"V2263206193-POCLOUD\",\"V2263206336-POCLOUD\",\"V2263206266-POCLOUD\",\"V2263206334-POCLOUD\",\"V2263206244-POCLOUD\",\"V2263206255-POCLOUD\",\"V2263206179-POCLOUD\",\"V2263206396-POCLOUD\",\"V2263206239-POCLOUD\",\"V2263206407-POCLOUD\",\"V2263206418-POCLOUD\",\"V2263206368-POCLOUD\",\"V2263206219-POCLOUD\",\"V2263206411-POCLOUD\",\"V2263206424-POCLOUD\",\"V2263206161-POCLOUD\",\"V2263206109-POCLOUD\",\"V2263206203-POCLOUD\",\"V2263206081-POCLOUD\",\"V2263206323-POCLOUD\",\"V2263206208-POCLOUD\",\"V2263206355-POCLOUD\",\"V2263206234-POCLOUD\",\"V2263206427-POCLOUD\",\"V2263206366-POCLOUD\",\"V2263206147-POCLOUD\",\"V2263206332-POCLOUD\",\"V2263206242-POCLOUD\",\"V2263206211-POCLOUD\",\"V2263206352-POCLOUD\",\"V2263206153-POCLOUD\",\"V2263206268-POCLOUD\",\"V2263206248-POCLOUD\",\"V2263206309-POCLOUD\",\"V2263206213-POCLOUD\",\"V2263206096-POCLOUD\",\"V2263206138-POCLOUD\",\"V2263206278-POCLOUD\",\"V2263206342-POCLOUD\",\"V2263206360-POCLOUD\",\"V2263206325-POCLOUD\",\"V2263206182-POCLOUD\",\"V2263206127-POCLOUD\",\"V2263206314-POCLOUD\",\"V2263206300-POCLOUD\",\"V2263206222-POCLOUD\",\"V2263206135-POCLOUD\",\"V2263206041-POCLOUD\",\"V2263206166-POCLOUD\",\"V2263206321-POCLOUD\",\"V2263206094-POCLOUD\",\"V2263206141-POCLOUD\",\"V2263206085-POCLOUD\",\"V2263206246-POCLOUD\",\"V2263206413-POCLOUD\",\"V2263206039-POCLOUD\",\"V2263206284-POCLOUD\",\"V2263206079-POCLOUD\",\"V2263206164-POCLOUD\",\"V2263206340-POCLOUD\",\"V2263206307-POCLOUD\",\"V2263206399-POCLOUD\",\"V2263206091-POCLOUD\",\"V2263206403-POCLOUD\",\"V2263206199-POCLOUD\",\"V2263206117-POCLOUD\",\"V2263206237-POCLOUD\",\"V2263206293-POCLOUD\",\"V2263206231-POCLOUD\",\"V2263206125-POCLOUD\",\"V2263206319-POCLOUD\",\"V2263206370-POCLOUD\",\"V2263206206-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_V2.1/\",\"podaac-ops-cumulus-public/CYGNSS_L1_V2.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"CYGNSS+Level+1+Science+Data+Record+Version+2.1\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2263206409-POCLOUD\"},{\"concept-id\":\"V2263206364-POCLOUD\"},{\"concept-id\":\"V2263206376-POCLOUD\"},{\"concept-id\":\"V2263206304-POCLOUD\"},{\"concept-id\":\"V2263206035-POCLOUD\"},{\"concept-id\":\"V2263206099-POCLOUD\"},{\"concept-id\":\"V2263206263-POCLOUD\"},{\"concept-id\":\"V2263206188-POCLOUD\"},{\"concept-id\":\"V2263206066-POCLOUD\"},{\"concept-id\":\"V2263206327-POCLOUD\"},{\"concept-id\":\"V2263206296-POCLOUD\"},{\"concept-id\":\"V2263206329-POCLOUD\"},{\"concept-id\":\"V2263206196-POCLOUD\"},{\"concept-id\":\"V2263206173-POCLOUD\"},{\"concept-id\":\"V2263206120-POCLOUD\"},{\"concept-id\":\"V2263206049-POCLOUD\"},{\"concept-id\":\"V2263206169-POCLOUD\"},{\"concept-id\":\"V2263206087-POCLOUD\"},{\"concept-id\":\"V2263206064-POCLOUD\"},{\"concept-id\":\"V2263206416-POCLOUD\"},{\"concept-id\":\"V2263206401-POCLOUD\"},{\"concept-id\":\"V2263206130-POCLOUD\"},{\"concept-id\":\"V2263206374-POCLOUD\"},{\"concept-id\":\"V2263206338-POCLOUD\"},{\"concept-id\":\"V2263206107-POCLOUD\"},{\"concept-id\":\"V2263206348-POCLOUD\"},{\"concept-id\":\"V2263206312-POCLOUD\"},{\"concept-id\":\"V2263206421-POCLOUD\"},{\"concept-id\":\"V2263206346-POCLOUD\"},{\"concept-id\":\"V2263206405-POCLOUD\"},{\"concept-id\":\"V2263206157-POCLOUD\"},{\"concept-id\":\"V2263206362-POCLOUD\"},{\"concept-id\":\"V2263206132-POCLOUD\"},{\"concept-id\":\"V2263206226-POCLOUD\"},{\"concept-id\":\"V2263206385-POCLOUD\"},{\"concept-id\":\"V2263206316-POCLOUD\"},{\"concept-id\":\"V2263206115-POCLOUD\"},{\"concept-id\":\"V2263206344-POCLOUD\"},{\"concept-id\":\"V2263206059-POCLOUD\"},{\"concept-id\":\"V2263206184-POCLOUD\"},{\"concept-id\":\"V2263206089-POCLOUD\"},{\"concept-id\":\"V2263206252-POCLOUD\"},{\"concept-id\":\"V2263206289-POCLOUD\"},{\"concept-id\":\"V2263206258-POCLOUD\"},{\"concept-id\":\"V2263206272-POCLOUD\"},{\"concept-id\":\"V2263206372-POCLOUD\"},{\"concept-id\":\"V2263206112-POCLOUD\"},{\"concept-id\":\"V2263206074-POCLOUD\"},{\"concept-id\":\"V2263206350-POCLOUD\"},{\"concept-id\":\"V2263206103-POCLOUD\"},{\"concept-id\":\"V2263206358-POCLOUD\"},{\"concept-id\":\"V2263206193-POCLOUD\"},{\"concept-id\":\"V2263206336-POCLOUD\"},{\"concept-id\":\"V2263206266-POCLOUD\"},{\"concept-id\":\"V2263206334-POCLOUD\"},{\"concept-id\":\"V2263206244-POCLOUD\"},{\"concept-id\":\"V2263206255-POCLOUD\"},{\"concept-id\":\"V2263206179-POCLOUD\"},{\"concept-id\":\"V2263206396-POCLOUD\"},{\"concept-id\":\"V2263206239-POCLOUD\"},{\"concept-id\":\"V2263206407-POCLOUD\"},{\"concept-id\":\"V2263206418-POCLOUD\"},{\"concept-id\":\"V2263206368-POCLOUD\"},{\"concept-id\":\"V2263206219-POCLOUD\"},{\"concept-id\":\"V2263206411-POCLOUD\"},{\"concept-id\":\"V2263206424-POCLOUD\"},{\"concept-id\":\"V2263206161-POCLOUD\"},{\"concept-id\":\"V2263206109-POCLOUD\"},{\"concept-id\":\"V2263206203-POCLOUD\"},{\"concept-id\":\"V2263206081-POCLOUD\"},{\"concept-id\":\"V2263206323-POCLOUD\"},{\"concept-id\":\"V2263206208-POCLOUD\"},{\"concept-id\":\"V2263206355-POCLOUD\"},{\"concept-id\":\"V2263206234-POCLOUD\"},{\"concept-id\":\"V2263206427-POCLOUD\"},{\"concept-id\":\"V2263206366-POCLOUD\"},{\"concept-id\":\"V2263206147-POCLOUD\"},{\"concept-id\":\"V2263206332-POCLOUD\"},{\"concept-id\":\"V2263206242-POCLOUD\"},{\"concept-id\":\"V2263206211-POCLOUD\"},{\"concept-id\":\"V2263206352-POCLOUD\"},{\"concept-id\":\"V2263206153-POCLOUD\"},{\"concept-id\":\"V2263206268-POCLOUD\"},{\"concept-id\":\"V2263206248-POCLOUD\"},{\"concept-id\":\"V2263206309-POCLOUD\"},{\"concept-id\":\"V2263206213-POCLOUD\"},{\"concept-id\":\"V2263206096-POCLOUD\"},{\"concept-id\":\"V2263206138-POCLOUD\"},{\"concept-id\":\"V2263206278-POCLOUD\"},{\"concept-id\":\"V2263206342-POCLOUD\"},{\"concept-id\":\"V2263206360-POCLOUD\"},{\"concept-id\":\"V2263206325-POCLOUD\"},{\"concept-id\":\"V2263206182-POCLOUD\"},{\"concept-id\":\"V2263206127-POCLOUD\"},{\"concept-id\":\"V2263206314-POCLOUD\"},{\"concept-id\":\"V2263206300-POCLOUD\"},{\"concept-id\":\"V2263206222-POCLOUD\"},{\"concept-id\":\"V2263206135-POCLOUD\"},{\"concept-id\":\"V2263206041-POCLOUD\"},{\"concept-id\":\"V2263206166-POCLOUD\"},{\"concept-id\":\"V2263206321-POCLOUD\"},{\"concept-id\":\"V2263206094-POCLOUD\"},{\"concept-id\":\"V2263206141-POCLOUD\"},{\"concept-id\":\"V2263206085-POCLOUD\"},{\"concept-id\":\"V2263206246-POCLOUD\"},{\"concept-id\":\"V2263206413-POCLOUD\"},{\"concept-id\":\"V2263206039-POCLOUD\"},{\"concept-id\":\"V2263206284-POCLOUD\"},{\"concept-id\":\"V2263206079-POCLOUD\"},{\"concept-id\":\"V2263206164-POCLOUD\"},{\"concept-id\":\"V2263206340-POCLOUD\"},{\"concept-id\":\"V2263206307-POCLOUD\"},{\"concept-id\":\"V2263206399-POCLOUD\"},{\"concept-id\":\"V2263206091-POCLOUD\"},{\"concept-id\":\"V2263206403-POCLOUD\"},{\"concept-id\":\"V2263206199-POCLOUD\"},{\"concept-id\":\"V2263206117-POCLOUD\"},{\"concept-id\":\"V2263206237-POCLOUD\"},{\"concept-id\":\"V2263206293-POCLOUD\"},{\"concept-id\":\"V2263206231-POCLOUD\"},{\"concept-id\":\"V2263206125-POCLOUD\"},{\"concept-id\":\"V2263206319-POCLOUD\"},{\"concept-id\":\"V2263206370-POCLOUD\"},{\"concept-id\":\"V2263206206-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2251464384-POCLOUD\",\"revision-date\":\"2023-01-03T23:34:44.894Z\",\"granule-count\":19439,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" ddm\",\" ddmi\",\" ddma\",\" doppler\",\" delay doppler\",\" delay\",\" specular point\",\" waveform\",\" les\",\" leading edge slope\",\" bistatic\",\" bi-static\",\" radar\",\" brcs\",\" sigma0\",\" sigma-0\",\" sigma naught\",\" sigma-naught\",\" @@ -1761,7 +1761,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2184124668-POCLOUD\",\"V2184143619-POCLOUD\",\"V2184128580-POCLOUD\",\"V2184089463-POCLOUD\",\"V2184094934-POCLOUD\",\"V2184138882-POCLOUD\",\"V2184090079-POCLOUD\",\"V2184141911-POCLOUD\",\"V2184147292-POCLOUD\",\"V2184140282-POCLOUD\",\"V2184088351-POCLOUD\",\"V2184128938-POCLOUD\",\"V2184126594-POCLOUD\",\"V2184088143-POCLOUD\",\"V2184127913-POCLOUD\",\"V2184095419-POCLOUD\",\"V2184051938-POCLOUD\",\"V2184138761-POCLOUD\",\"V2184148128-POCLOUD\",\"V2184132594-POCLOUD\",\"V2184133980-POCLOUD\",\"V2184127609-POCLOUD\",\"V2184132260-POCLOUD\",\"V2184098339-POCLOUD\",\"V2184088235-POCLOUD\",\"V2184143575-POCLOUD\",\"V2184124600-POCLOUD\",\"V2184097013-POCLOUD\",\"V2184147437-POCLOUD\",\"V2184128474-POCLOUD\",\"V2184094808-POCLOUD\",\"V2184129003-POCLOUD\",\"V2184143698-POCLOUD\",\"V2184132214-POCLOUD\",\"V2184145480-POCLOUD\",\"V2184090162-POCLOUD\",\"V2184134027-POCLOUD\",\"V2184129117-POCLOUD\",\"V2184133933-POCLOUD\",\"V2184125108-POCLOUD\",\"V2184140801-POCLOUD\",\"V2184145381-POCLOUD\",\"V2184095340-POCLOUD\",\"V2184132478-POCLOUD\",\"V2184140448-POCLOUD\",\"V2184147915-POCLOUD\",\"V2184140647-POCLOUD\",\"V2184124704-POCLOUD\",\"V2184143520-POCLOUD\",\"V2184140517-POCLOUD\",\"V2184072614-POCLOUD\",\"V2184145654-POCLOUD\",\"V2184090708-POCLOUD\",\"V2184147372-POCLOUD\",\"V2184147604-POCLOUD\",\"V2184088542-POCLOUD\",\"V2184149173-POCLOUD\",\"V2184132424-POCLOUD\",\"V2184147653-POCLOUD\",\"V2184090885-POCLOUD\",\"V2184126949-POCLOUD\",\"V2184097678-POCLOUD\",\"V2184130566-POCLOUD\",\"V2153822495-POCLOUD\",\"V2184149220-POCLOUD\",\"V2184138963-POCLOUD\",\"V2184129210-POCLOUD\",\"V2184147963-POCLOUD\",\"V2184143229-POCLOUD\",\"V2184148013-POCLOUD\",\"V2184145887-POCLOUD\",\"V2184129365-POCLOUD\",\"V2184149091-POCLOUD\",\"V2184141866-POCLOUD\",\"V2184145796-POCLOUD\",\"V2184090917-POCLOUD\",\"V2184147470-POCLOUD\",\"V2184132525-POCLOUD\",\"V2184138932-POCLOUD\",\"V2184149055-POCLOUD\",\"V2184124907-POCLOUD\",\"V2184147042-POCLOUD\",\"V2184140897-POCLOUD\",\"V2184145194-POCLOUD\",\"V2184140593-POCLOUD\",\"V2184138613-POCLOUD\",\"V2184138681-POCLOUD\",\"V2184146098-POCLOUD\",\"V2184134457-POCLOUD\",\"V2184138720-POCLOUD\",\"V2184148941-POCLOUD\",\"V2184129158-POCLOUD\",\"V2184132303-POCLOUD\",\"V2184140484-POCLOUD\",\"V2184139013-POCLOUD\",\"V2184129033-POCLOUD\",\"V2184132622-POCLOUD\",\"V2184140696-POCLOUD\",\"V2184147720-POCLOUD\",\"V2184138832-POCLOUD\",\"V2184072440-POCLOUD\",\"V2184128818-POCLOUD\",\"V2184148872-POCLOUD\",\"V2184146467-POCLOUD\",\"V2184138539-POCLOUD\",\"V2184138500-POCLOUD\",\"V2184140844-POCLOUD\",\"V2184135548-POCLOUD\",\"V2184139481-POCLOUD\",\"V2184140556-POCLOUD\",\"V2184149344-POCLOUD\",\"V2184149007-POCLOUD\",\"V2184147337-POCLOUD\",\"V2184128694-POCLOUD\",\"V2184094968-POCLOUD\",\"V2184141966-POCLOUD\",\"V2184089620-POCLOUD\",\"V2184127464-POCLOUD\",\"V2184089798-POCLOUD\",\"V2184145613-POCLOUD\",\"V2184145708-POCLOUD\",\"V2184145840-POCLOUD\",\"V2184098392-POCLOUD\",\"V2184094856-POCLOUD\",\"V2184149273-POCLOUD\",\"V2184138561-POCLOUD\",\"V2184134248-POCLOUD\",\"V2184124840-POCLOUD\",\"V2184127840-POCLOUD\",\"V2184147514-POCLOUD\",\"V2184134200-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_V3.1\",\"podaac-ops-cumulus-public/CYGNSS_L1_V3.1\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_18611\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2184124668-POCLOUD\"},{\"concept-id\":\"V2184143619-POCLOUD\"},{\"concept-id\":\"V2184128580-POCLOUD\"},{\"concept-id\":\"V2184089463-POCLOUD\"},{\"concept-id\":\"V2184094934-POCLOUD\"},{\"concept-id\":\"V2184138882-POCLOUD\"},{\"concept-id\":\"V2184090079-POCLOUD\"},{\"concept-id\":\"V2184141911-POCLOUD\"},{\"concept-id\":\"V2184147292-POCLOUD\"},{\"concept-id\":\"V2184140282-POCLOUD\"},{\"concept-id\":\"V2184088351-POCLOUD\"},{\"concept-id\":\"V2184128938-POCLOUD\"},{\"concept-id\":\"V2184126594-POCLOUD\"},{\"concept-id\":\"V2184088143-POCLOUD\"},{\"concept-id\":\"V2184127913-POCLOUD\"},{\"concept-id\":\"V2184095419-POCLOUD\"},{\"concept-id\":\"V2184051938-POCLOUD\"},{\"concept-id\":\"V2184138761-POCLOUD\"},{\"concept-id\":\"V2184148128-POCLOUD\"},{\"concept-id\":\"V2184132594-POCLOUD\"},{\"concept-id\":\"V2184133980-POCLOUD\"},{\"concept-id\":\"V2184127609-POCLOUD\"},{\"concept-id\":\"V2184132260-POCLOUD\"},{\"concept-id\":\"V2184098339-POCLOUD\"},{\"concept-id\":\"V2184088235-POCLOUD\"},{\"concept-id\":\"V2184143575-POCLOUD\"},{\"concept-id\":\"V2184124600-POCLOUD\"},{\"concept-id\":\"V2184097013-POCLOUD\"},{\"concept-id\":\"V2184147437-POCLOUD\"},{\"concept-id\":\"V2184128474-POCLOUD\"},{\"concept-id\":\"V2184094808-POCLOUD\"},{\"concept-id\":\"V2184129003-POCLOUD\"},{\"concept-id\":\"V2184143698-POCLOUD\"},{\"concept-id\":\"V2184132214-POCLOUD\"},{\"concept-id\":\"V2184145480-POCLOUD\"},{\"concept-id\":\"V2184090162-POCLOUD\"},{\"concept-id\":\"V2184134027-POCLOUD\"},{\"concept-id\":\"V2184129117-POCLOUD\"},{\"concept-id\":\"V2184133933-POCLOUD\"},{\"concept-id\":\"V2184125108-POCLOUD\"},{\"concept-id\":\"V2184140801-POCLOUD\"},{\"concept-id\":\"V2184145381-POCLOUD\"},{\"concept-id\":\"V2184095340-POCLOUD\"},{\"concept-id\":\"V2184132478-POCLOUD\"},{\"concept-id\":\"V2184140448-POCLOUD\"},{\"concept-id\":\"V2184147915-POCLOUD\"},{\"concept-id\":\"V2184140647-POCLOUD\"},{\"concept-id\":\"V2184124704-POCLOUD\"},{\"concept-id\":\"V2184143520-POCLOUD\"},{\"concept-id\":\"V2184140517-POCLOUD\"},{\"concept-id\":\"V2184072614-POCLOUD\"},{\"concept-id\":\"V2184145654-POCLOUD\"},{\"concept-id\":\"V2184090708-POCLOUD\"},{\"concept-id\":\"V2184147372-POCLOUD\"},{\"concept-id\":\"V2184147604-POCLOUD\"},{\"concept-id\":\"V2184088542-POCLOUD\"},{\"concept-id\":\"V2184149173-POCLOUD\"},{\"concept-id\":\"V2184132424-POCLOUD\"},{\"concept-id\":\"V2184147653-POCLOUD\"},{\"concept-id\":\"V2184090885-POCLOUD\"},{\"concept-id\":\"V2184126949-POCLOUD\"},{\"concept-id\":\"V2184097678-POCLOUD\"},{\"concept-id\":\"V2184130566-POCLOUD\"},{\"concept-id\":\"V2153822495-POCLOUD\"},{\"concept-id\":\"V2184149220-POCLOUD\"},{\"concept-id\":\"V2184138963-POCLOUD\"},{\"concept-id\":\"V2184129210-POCLOUD\"},{\"concept-id\":\"V2184147963-POCLOUD\"},{\"concept-id\":\"V2184143229-POCLOUD\"},{\"concept-id\":\"V2184148013-POCLOUD\"},{\"concept-id\":\"V2184145887-POCLOUD\"},{\"concept-id\":\"V2184129365-POCLOUD\"},{\"concept-id\":\"V2184149091-POCLOUD\"},{\"concept-id\":\"V2184141866-POCLOUD\"},{\"concept-id\":\"V2184145796-POCLOUD\"},{\"concept-id\":\"V2184090917-POCLOUD\"},{\"concept-id\":\"V2184147470-POCLOUD\"},{\"concept-id\":\"V2184132525-POCLOUD\"},{\"concept-id\":\"V2184138932-POCLOUD\"},{\"concept-id\":\"V2184149055-POCLOUD\"},{\"concept-id\":\"V2184124907-POCLOUD\"},{\"concept-id\":\"V2184147042-POCLOUD\"},{\"concept-id\":\"V2184140897-POCLOUD\"},{\"concept-id\":\"V2184145194-POCLOUD\"},{\"concept-id\":\"V2184140593-POCLOUD\"},{\"concept-id\":\"V2184138613-POCLOUD\"},{\"concept-id\":\"V2184138681-POCLOUD\"},{\"concept-id\":\"V2184146098-POCLOUD\"},{\"concept-id\":\"V2184134457-POCLOUD\"},{\"concept-id\":\"V2184138720-POCLOUD\"},{\"concept-id\":\"V2184148941-POCLOUD\"},{\"concept-id\":\"V2184129158-POCLOUD\"},{\"concept-id\":\"V2184132303-POCLOUD\"},{\"concept-id\":\"V2184140484-POCLOUD\"},{\"concept-id\":\"V2184139013-POCLOUD\"},{\"concept-id\":\"V2184129033-POCLOUD\"},{\"concept-id\":\"V2184132622-POCLOUD\"},{\"concept-id\":\"V2184140696-POCLOUD\"},{\"concept-id\":\"V2184147720-POCLOUD\"},{\"concept-id\":\"V2184138832-POCLOUD\"},{\"concept-id\":\"V2184072440-POCLOUD\"},{\"concept-id\":\"V2184128818-POCLOUD\"},{\"concept-id\":\"V2184148872-POCLOUD\"},{\"concept-id\":\"V2184146467-POCLOUD\"},{\"concept-id\":\"V2184138539-POCLOUD\"},{\"concept-id\":\"V2184138500-POCLOUD\"},{\"concept-id\":\"V2184140844-POCLOUD\"},{\"concept-id\":\"V2184135548-POCLOUD\"},{\"concept-id\":\"V2184139481-POCLOUD\"},{\"concept-id\":\"V2184140556-POCLOUD\"},{\"concept-id\":\"V2184149344-POCLOUD\"},{\"concept-id\":\"V2184149007-POCLOUD\"},{\"concept-id\":\"V2184147337-POCLOUD\"},{\"concept-id\":\"V2184128694-POCLOUD\"},{\"concept-id\":\"V2184094968-POCLOUD\"},{\"concept-id\":\"V2184141966-POCLOUD\"},{\"concept-id\":\"V2184089620-POCLOUD\"},{\"concept-id\":\"V2184127464-POCLOUD\"},{\"concept-id\":\"V2184089798-POCLOUD\"},{\"concept-id\":\"V2184145613-POCLOUD\"},{\"concept-id\":\"V2184145708-POCLOUD\"},{\"concept-id\":\"V2184145840-POCLOUD\"},{\"concept-id\":\"V2184098392-POCLOUD\"},{\"concept-id\":\"V2184094856-POCLOUD\"},{\"concept-id\":\"V2184149273-POCLOUD\"},{\"concept-id\":\"V2184138561-POCLOUD\"},{\"concept-id\":\"V2184134248-POCLOUD\"},{\"concept-id\":\"V2184124840-POCLOUD\"},{\"concept-id\":\"V2184127840-POCLOUD\"},{\"concept-id\":\"V2184147514-POCLOUD\"},{\"concept-id\":\"V2184134200-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2146321631-POCLOUD\",\"revision-date\":\"2023-01-03T23:31:32.110Z\",\"granule-count\":15914,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\"ddm\",\"ddmi\",\"ddma\",\"doppler\",\"delay + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":21,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":false,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2184124668-POCLOUD\",\"V2184143619-POCLOUD\",\"V2184128580-POCLOUD\",\"V2184089463-POCLOUD\",\"V2184094934-POCLOUD\",\"V2184138882-POCLOUD\",\"V2184090079-POCLOUD\",\"V2184141911-POCLOUD\",\"V2184147292-POCLOUD\",\"V2184140282-POCLOUD\",\"V2184088351-POCLOUD\",\"V2184128938-POCLOUD\",\"V2184126594-POCLOUD\",\"V2184088143-POCLOUD\",\"V2184127913-POCLOUD\",\"V2184095419-POCLOUD\",\"V2184051938-POCLOUD\",\"V2184138761-POCLOUD\",\"V2184148128-POCLOUD\",\"V2184132594-POCLOUD\",\"V2184133980-POCLOUD\",\"V2184127609-POCLOUD\",\"V2184132260-POCLOUD\",\"V2184098339-POCLOUD\",\"V2184088235-POCLOUD\",\"V2184143575-POCLOUD\",\"V2184124600-POCLOUD\",\"V2184097013-POCLOUD\",\"V2184147437-POCLOUD\",\"V2184128474-POCLOUD\",\"V2184094808-POCLOUD\",\"V2184129003-POCLOUD\",\"V2184143698-POCLOUD\",\"V2184132214-POCLOUD\",\"V2184145480-POCLOUD\",\"V2184090162-POCLOUD\",\"V2184134027-POCLOUD\",\"V2184129117-POCLOUD\",\"V2184133933-POCLOUD\",\"V2184125108-POCLOUD\",\"V2184140801-POCLOUD\",\"V2184145381-POCLOUD\",\"V2184095340-POCLOUD\",\"V2184132478-POCLOUD\",\"V2184140448-POCLOUD\",\"V2184147915-POCLOUD\",\"V2184140647-POCLOUD\",\"V2184124704-POCLOUD\",\"V2184143520-POCLOUD\",\"V2184140517-POCLOUD\",\"V2184072614-POCLOUD\",\"V2184145654-POCLOUD\",\"V2184090708-POCLOUD\",\"V2184147372-POCLOUD\",\"V2184147604-POCLOUD\",\"V2184088542-POCLOUD\",\"V2184149173-POCLOUD\",\"V2184132424-POCLOUD\",\"V2184147653-POCLOUD\",\"V2184090885-POCLOUD\",\"V2184126949-POCLOUD\",\"V2184097678-POCLOUD\",\"V2184130566-POCLOUD\",\"V2153822495-POCLOUD\",\"V2184149220-POCLOUD\",\"V2184138963-POCLOUD\",\"V2184129210-POCLOUD\",\"V2184147963-POCLOUD\",\"V2184143229-POCLOUD\",\"V2184148013-POCLOUD\",\"V2184145887-POCLOUD\",\"V2184129365-POCLOUD\",\"V2184149091-POCLOUD\",\"V2184141866-POCLOUD\",\"V2184145796-POCLOUD\",\"V2184090917-POCLOUD\",\"V2184147470-POCLOUD\",\"V2184132525-POCLOUD\",\"V2184138932-POCLOUD\",\"V2184149055-POCLOUD\",\"V2184124907-POCLOUD\",\"V2184147042-POCLOUD\",\"V2184140897-POCLOUD\",\"V2184145194-POCLOUD\",\"V2184140593-POCLOUD\",\"V2184138613-POCLOUD\",\"V2184138681-POCLOUD\",\"V2184146098-POCLOUD\",\"V2184134457-POCLOUD\",\"V2184138720-POCLOUD\",\"V2184148941-POCLOUD\",\"V2184129158-POCLOUD\",\"V2184132303-POCLOUD\",\"V2184140484-POCLOUD\",\"V2184139013-POCLOUD\",\"V2184129033-POCLOUD\",\"V2184132622-POCLOUD\",\"V2184140696-POCLOUD\",\"V2184147720-POCLOUD\",\"V2184138832-POCLOUD\",\"V2184072440-POCLOUD\",\"V2184128818-POCLOUD\",\"V2184148872-POCLOUD\",\"V2184146467-POCLOUD\",\"V2184138539-POCLOUD\",\"V2184138500-POCLOUD\",\"V2184140844-POCLOUD\",\"V2184135548-POCLOUD\",\"V2184139481-POCLOUD\",\"V2184140556-POCLOUD\",\"V2184149344-POCLOUD\",\"V2184149007-POCLOUD\",\"V2184147337-POCLOUD\",\"V2184128694-POCLOUD\",\"V2184094968-POCLOUD\",\"V2184141966-POCLOUD\",\"V2184089620-POCLOUD\",\"V2184127464-POCLOUD\",\"V2184089798-POCLOUD\",\"V2184145613-POCLOUD\",\"V2184145708-POCLOUD\",\"V2184145840-POCLOUD\",\"V2184098392-POCLOUD\",\"V2184094856-POCLOUD\",\"V2184149273-POCLOUD\",\"V2184138561-POCLOUD\",\"V2184134248-POCLOUD\",\"V2184124840-POCLOUD\",\"V2184127840-POCLOUD\",\"V2184147514-POCLOUD\",\"V2184134200-POCLOUD\"],\"services\":[\"S2004184019-POCLOUD\"],\"tools\":[\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L1_V3.1\",\"podaac-ops-cumulus-public/CYGNSS_L1_V3.1\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_18611\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2184124668-POCLOUD\"},{\"concept-id\":\"V2184143619-POCLOUD\"},{\"concept-id\":\"V2184128580-POCLOUD\"},{\"concept-id\":\"V2184089463-POCLOUD\"},{\"concept-id\":\"V2184094934-POCLOUD\"},{\"concept-id\":\"V2184138882-POCLOUD\"},{\"concept-id\":\"V2184090079-POCLOUD\"},{\"concept-id\":\"V2184141911-POCLOUD\"},{\"concept-id\":\"V2184147292-POCLOUD\"},{\"concept-id\":\"V2184140282-POCLOUD\"},{\"concept-id\":\"V2184088351-POCLOUD\"},{\"concept-id\":\"V2184128938-POCLOUD\"},{\"concept-id\":\"V2184126594-POCLOUD\"},{\"concept-id\":\"V2184088143-POCLOUD\"},{\"concept-id\":\"V2184127913-POCLOUD\"},{\"concept-id\":\"V2184095419-POCLOUD\"},{\"concept-id\":\"V2184051938-POCLOUD\"},{\"concept-id\":\"V2184138761-POCLOUD\"},{\"concept-id\":\"V2184148128-POCLOUD\"},{\"concept-id\":\"V2184132594-POCLOUD\"},{\"concept-id\":\"V2184133980-POCLOUD\"},{\"concept-id\":\"V2184127609-POCLOUD\"},{\"concept-id\":\"V2184132260-POCLOUD\"},{\"concept-id\":\"V2184098339-POCLOUD\"},{\"concept-id\":\"V2184088235-POCLOUD\"},{\"concept-id\":\"V2184143575-POCLOUD\"},{\"concept-id\":\"V2184124600-POCLOUD\"},{\"concept-id\":\"V2184097013-POCLOUD\"},{\"concept-id\":\"V2184147437-POCLOUD\"},{\"concept-id\":\"V2184128474-POCLOUD\"},{\"concept-id\":\"V2184094808-POCLOUD\"},{\"concept-id\":\"V2184129003-POCLOUD\"},{\"concept-id\":\"V2184143698-POCLOUD\"},{\"concept-id\":\"V2184132214-POCLOUD\"},{\"concept-id\":\"V2184145480-POCLOUD\"},{\"concept-id\":\"V2184090162-POCLOUD\"},{\"concept-id\":\"V2184134027-POCLOUD\"},{\"concept-id\":\"V2184129117-POCLOUD\"},{\"concept-id\":\"V2184133933-POCLOUD\"},{\"concept-id\":\"V2184125108-POCLOUD\"},{\"concept-id\":\"V2184140801-POCLOUD\"},{\"concept-id\":\"V2184145381-POCLOUD\"},{\"concept-id\":\"V2184095340-POCLOUD\"},{\"concept-id\":\"V2184132478-POCLOUD\"},{\"concept-id\":\"V2184140448-POCLOUD\"},{\"concept-id\":\"V2184147915-POCLOUD\"},{\"concept-id\":\"V2184140647-POCLOUD\"},{\"concept-id\":\"V2184124704-POCLOUD\"},{\"concept-id\":\"V2184143520-POCLOUD\"},{\"concept-id\":\"V2184140517-POCLOUD\"},{\"concept-id\":\"V2184072614-POCLOUD\"},{\"concept-id\":\"V2184145654-POCLOUD\"},{\"concept-id\":\"V2184090708-POCLOUD\"},{\"concept-id\":\"V2184147372-POCLOUD\"},{\"concept-id\":\"V2184147604-POCLOUD\"},{\"concept-id\":\"V2184088542-POCLOUD\"},{\"concept-id\":\"V2184149173-POCLOUD\"},{\"concept-id\":\"V2184132424-POCLOUD\"},{\"concept-id\":\"V2184147653-POCLOUD\"},{\"concept-id\":\"V2184090885-POCLOUD\"},{\"concept-id\":\"V2184126949-POCLOUD\"},{\"concept-id\":\"V2184097678-POCLOUD\"},{\"concept-id\":\"V2184130566-POCLOUD\"},{\"concept-id\":\"V2153822495-POCLOUD\"},{\"concept-id\":\"V2184149220-POCLOUD\"},{\"concept-id\":\"V2184138963-POCLOUD\"},{\"concept-id\":\"V2184129210-POCLOUD\"},{\"concept-id\":\"V2184147963-POCLOUD\"},{\"concept-id\":\"V2184143229-POCLOUD\"},{\"concept-id\":\"V2184148013-POCLOUD\"},{\"concept-id\":\"V2184145887-POCLOUD\"},{\"concept-id\":\"V2184129365-POCLOUD\"},{\"concept-id\":\"V2184149091-POCLOUD\"},{\"concept-id\":\"V2184141866-POCLOUD\"},{\"concept-id\":\"V2184145796-POCLOUD\"},{\"concept-id\":\"V2184090917-POCLOUD\"},{\"concept-id\":\"V2184147470-POCLOUD\"},{\"concept-id\":\"V2184132525-POCLOUD\"},{\"concept-id\":\"V2184138932-POCLOUD\"},{\"concept-id\":\"V2184149055-POCLOUD\"},{\"concept-id\":\"V2184124907-POCLOUD\"},{\"concept-id\":\"V2184147042-POCLOUD\"},{\"concept-id\":\"V2184140897-POCLOUD\"},{\"concept-id\":\"V2184145194-POCLOUD\"},{\"concept-id\":\"V2184140593-POCLOUD\"},{\"concept-id\":\"V2184138613-POCLOUD\"},{\"concept-id\":\"V2184138681-POCLOUD\"},{\"concept-id\":\"V2184146098-POCLOUD\"},{\"concept-id\":\"V2184134457-POCLOUD\"},{\"concept-id\":\"V2184138720-POCLOUD\"},{\"concept-id\":\"V2184148941-POCLOUD\"},{\"concept-id\":\"V2184129158-POCLOUD\"},{\"concept-id\":\"V2184132303-POCLOUD\"},{\"concept-id\":\"V2184140484-POCLOUD\"},{\"concept-id\":\"V2184139013-POCLOUD\"},{\"concept-id\":\"V2184129033-POCLOUD\"},{\"concept-id\":\"V2184132622-POCLOUD\"},{\"concept-id\":\"V2184140696-POCLOUD\"},{\"concept-id\":\"V2184147720-POCLOUD\"},{\"concept-id\":\"V2184138832-POCLOUD\"},{\"concept-id\":\"V2184072440-POCLOUD\"},{\"concept-id\":\"V2184128818-POCLOUD\"},{\"concept-id\":\"V2184148872-POCLOUD\"},{\"concept-id\":\"V2184146467-POCLOUD\"},{\"concept-id\":\"V2184138539-POCLOUD\"},{\"concept-id\":\"V2184138500-POCLOUD\"},{\"concept-id\":\"V2184140844-POCLOUD\"},{\"concept-id\":\"V2184135548-POCLOUD\"},{\"concept-id\":\"V2184139481-POCLOUD\"},{\"concept-id\":\"V2184140556-POCLOUD\"},{\"concept-id\":\"V2184149344-POCLOUD\"},{\"concept-id\":\"V2184149007-POCLOUD\"},{\"concept-id\":\"V2184147337-POCLOUD\"},{\"concept-id\":\"V2184128694-POCLOUD\"},{\"concept-id\":\"V2184094968-POCLOUD\"},{\"concept-id\":\"V2184141966-POCLOUD\"},{\"concept-id\":\"V2184089620-POCLOUD\"},{\"concept-id\":\"V2184127464-POCLOUD\"},{\"concept-id\":\"V2184089798-POCLOUD\"},{\"concept-id\":\"V2184145613-POCLOUD\"},{\"concept-id\":\"V2184145708-POCLOUD\"},{\"concept-id\":\"V2184145840-POCLOUD\"},{\"concept-id\":\"V2184098392-POCLOUD\"},{\"concept-id\":\"V2184094856-POCLOUD\"},{\"concept-id\":\"V2184149273-POCLOUD\"},{\"concept-id\":\"V2184138561-POCLOUD\"},{\"concept-id\":\"V2184134248-POCLOUD\"},{\"concept-id\":\"V2184124840-POCLOUD\"},{\"concept-id\":\"V2184127840-POCLOUD\"},{\"concept-id\":\"V2184147514-POCLOUD\"},{\"concept-id\":\"V2184134200-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2146321631-POCLOUD\",\"revision-date\":\"2023-01-03T23:31:32.110Z\",\"granule-count\":15964,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\"ddm\",\"ddmi\",\"ddma\",\"doppler\",\"delay doppler\",\"delay\",\"specular point\",\"waveform\",\"les\",\"leading edge slope\",\"bistatic\",\"bi-static\",\"radar\",\"brcs\",\"sigma0\",\"sigma-0\",\"sigma naught\",\"sigma-naught\",\"nbrcs\",\"wind\",\"winds\",\"wind speed\",\"version @@ -1908,7 +1908,7 @@ interactions: angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"},{\"Name\":\"OrbitPeriod\",\"Description\":\"Nominal period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"AverageFileSize\":1000.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"TotalCollectionFileSize\":1000.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2263200895-POCLOUD\",\"V2263200854-POCLOUD\",\"V2263200735-POCLOUD\",\"V2263200762-POCLOUD\",\"V2263200843-POCLOUD\",\"V2263200726-POCLOUD\",\"V2263200729-POCLOUD\",\"V2263200847-POCLOUD\",\"V2263200803-POCLOUD\",\"V2263200864-POCLOUD\",\"V2263200821-POCLOUD\",\"V2263200752-POCLOUD\",\"V2263200723-POCLOUD\",\"V2263200871-POCLOUD\",\"V2263200866-POCLOUD\",\"V2263200760-POCLOUD\",\"V2263200733-POCLOUD\",\"V2263200874-POCLOUD\",\"V2263200892-POCLOUD\",\"V2263200903-POCLOUD\",\"V2263200769-POCLOUD\",\"V2263200851-POCLOUD\",\"V2263200861-POCLOUD\",\"V2263200739-POCLOUD\",\"V2263200755-POCLOUD\",\"V2268154654-POCLOUD\",\"V2263200758-POCLOUD\",\"V2263200785-POCLOUD\",\"V2263200750-POCLOUD\",\"V2263200746-POCLOUD\",\"V2263200881-POCLOUD\",\"V2263200898-POCLOUD\",\"V2263200731-POCLOUD\",\"V2263200765-POCLOUD\",\"V2263200791-POCLOUD\",\"V2263200833-POCLOUD\",\"V2263200742-POCLOUD\",\"V2263200884-POCLOUD\",\"V2263200887-POCLOUD\",\"V2263200773-POCLOUD\",\"V2263200878-POCLOUD\"],\"services\":[\"S2800188133-POCLOUD\",\"S2153799015-POCLOUD\",\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_V2.1/\",\"podaac-ops-cumulus-public/CYGNSS_L2_V2.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"CYGNSS+Level+2+Science+Data+Record+Version+2.1\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2263200895-POCLOUD\"},{\"concept-id\":\"V2263200854-POCLOUD\"},{\"concept-id\":\"V2263200735-POCLOUD\"},{\"concept-id\":\"V2263200762-POCLOUD\"},{\"concept-id\":\"V2263200843-POCLOUD\"},{\"concept-id\":\"V2263200726-POCLOUD\"},{\"concept-id\":\"V2263200729-POCLOUD\"},{\"concept-id\":\"V2263200847-POCLOUD\"},{\"concept-id\":\"V2263200803-POCLOUD\"},{\"concept-id\":\"V2263200864-POCLOUD\"},{\"concept-id\":\"V2263200821-POCLOUD\"},{\"concept-id\":\"V2263200752-POCLOUD\"},{\"concept-id\":\"V2263200723-POCLOUD\"},{\"concept-id\":\"V2263200871-POCLOUD\"},{\"concept-id\":\"V2263200866-POCLOUD\"},{\"concept-id\":\"V2263200760-POCLOUD\"},{\"concept-id\":\"V2263200733-POCLOUD\"},{\"concept-id\":\"V2263200874-POCLOUD\"},{\"concept-id\":\"V2263200892-POCLOUD\"},{\"concept-id\":\"V2263200903-POCLOUD\"},{\"concept-id\":\"V2263200769-POCLOUD\"},{\"concept-id\":\"V2263200851-POCLOUD\"},{\"concept-id\":\"V2263200861-POCLOUD\"},{\"concept-id\":\"V2263200739-POCLOUD\"},{\"concept-id\":\"V2263200755-POCLOUD\"},{\"concept-id\":\"V2268154654-POCLOUD\"},{\"concept-id\":\"V2263200758-POCLOUD\"},{\"concept-id\":\"V2263200785-POCLOUD\"},{\"concept-id\":\"V2263200750-POCLOUD\"},{\"concept-id\":\"V2263200746-POCLOUD\"},{\"concept-id\":\"V2263200881-POCLOUD\"},{\"concept-id\":\"V2263200898-POCLOUD\"},{\"concept-id\":\"V2263200731-POCLOUD\"},{\"concept-id\":\"V2263200765-POCLOUD\"},{\"concept-id\":\"V2263200791-POCLOUD\"},{\"concept-id\":\"V2263200833-POCLOUD\"},{\"concept-id\":\"V2263200742-POCLOUD\"},{\"concept-id\":\"V2263200884-POCLOUD\"},{\"concept-id\":\"V2263200887-POCLOUD\"},{\"concept-id\":\"V2263200773-POCLOUD\"},{\"concept-id\":\"V2263200878-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2251464495-POCLOUD\",\"revision-date\":\"2023-01-04T00:32:26.393Z\",\"granule-count\":2565,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"AverageFileSize\":1000.0,\"AverageFileSizeUnit\":\"MB\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"TotalCollectionFileSize\":1000.0,\"TotalCollectionFileSizeUnit\":\"MB\"}]}}},{\"meta\":{\"revision-id\":6,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2263200895-POCLOUD\",\"V2263200854-POCLOUD\",\"V2263200735-POCLOUD\",\"V2263200762-POCLOUD\",\"V2263200843-POCLOUD\",\"V2263200726-POCLOUD\",\"V2263200729-POCLOUD\",\"V2263200847-POCLOUD\",\"V2263200803-POCLOUD\",\"V2263200864-POCLOUD\",\"V2263200821-POCLOUD\",\"V2263200752-POCLOUD\",\"V2263200723-POCLOUD\",\"V2263200871-POCLOUD\",\"V2263200866-POCLOUD\",\"V2263200760-POCLOUD\",\"V2263200733-POCLOUD\",\"V2263200874-POCLOUD\",\"V2263200892-POCLOUD\",\"V2263200903-POCLOUD\",\"V2263200769-POCLOUD\",\"V2263200851-POCLOUD\",\"V2263200861-POCLOUD\",\"V2263200739-POCLOUD\",\"V2263200755-POCLOUD\",\"V2268154654-POCLOUD\",\"V2263200758-POCLOUD\",\"V2263200785-POCLOUD\",\"V2263200750-POCLOUD\",\"V2263200746-POCLOUD\",\"V2263200881-POCLOUD\",\"V2263200898-POCLOUD\",\"V2263200731-POCLOUD\",\"V2263200765-POCLOUD\",\"V2263200791-POCLOUD\",\"V2263200833-POCLOUD\",\"V2263200742-POCLOUD\",\"V2263200884-POCLOUD\",\"V2263200887-POCLOUD\",\"V2263200773-POCLOUD\",\"V2263200878-POCLOUD\"],\"services\":[\"S2800188133-POCLOUD\",\"S2153799015-POCLOUD\",\"S1962070864-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_V2.1/\",\"podaac-ops-cumulus-public/CYGNSS_L2_V2.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"CYGNSS+Level+2+Science+Data+Record+Version+2.1\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2263200895-POCLOUD\"},{\"concept-id\":\"V2263200854-POCLOUD\"},{\"concept-id\":\"V2263200735-POCLOUD\"},{\"concept-id\":\"V2263200762-POCLOUD\"},{\"concept-id\":\"V2263200843-POCLOUD\"},{\"concept-id\":\"V2263200726-POCLOUD\"},{\"concept-id\":\"V2263200729-POCLOUD\"},{\"concept-id\":\"V2263200847-POCLOUD\"},{\"concept-id\":\"V2263200803-POCLOUD\"},{\"concept-id\":\"V2263200864-POCLOUD\"},{\"concept-id\":\"V2263200821-POCLOUD\"},{\"concept-id\":\"V2263200752-POCLOUD\"},{\"concept-id\":\"V2263200723-POCLOUD\"},{\"concept-id\":\"V2263200871-POCLOUD\"},{\"concept-id\":\"V2263200866-POCLOUD\"},{\"concept-id\":\"V2263200760-POCLOUD\"},{\"concept-id\":\"V2263200733-POCLOUD\"},{\"concept-id\":\"V2263200874-POCLOUD\"},{\"concept-id\":\"V2263200892-POCLOUD\"},{\"concept-id\":\"V2263200903-POCLOUD\"},{\"concept-id\":\"V2263200769-POCLOUD\"},{\"concept-id\":\"V2263200851-POCLOUD\"},{\"concept-id\":\"V2263200861-POCLOUD\"},{\"concept-id\":\"V2263200739-POCLOUD\"},{\"concept-id\":\"V2263200755-POCLOUD\"},{\"concept-id\":\"V2268154654-POCLOUD\"},{\"concept-id\":\"V2263200758-POCLOUD\"},{\"concept-id\":\"V2263200785-POCLOUD\"},{\"concept-id\":\"V2263200750-POCLOUD\"},{\"concept-id\":\"V2263200746-POCLOUD\"},{\"concept-id\":\"V2263200881-POCLOUD\"},{\"concept-id\":\"V2263200898-POCLOUD\"},{\"concept-id\":\"V2263200731-POCLOUD\"},{\"concept-id\":\"V2263200765-POCLOUD\"},{\"concept-id\":\"V2263200791-POCLOUD\"},{\"concept-id\":\"V2263200833-POCLOUD\"},{\"concept-id\":\"V2263200742-POCLOUD\"},{\"concept-id\":\"V2263200884-POCLOUD\"},{\"concept-id\":\"V2263200887-POCLOUD\"},{\"concept-id\":\"V2263200773-POCLOUD\"},{\"concept-id\":\"V2263200878-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2251464495-POCLOUD\",\"revision-date\":\"2023-01-04T00:32:26.393Z\",\"granule-count\":2575,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss\",\" ddm\",\" ddmi\",\" doppler\",\" delay doppler\",\" delay\",\" specular point\",\" wind\",\" winds\",\" wind speed\",\" version 2.1\",\" v2.1\"],\"CollectionCitations\":[{\"Creator\":\"CYGNSS\",\"OnlineResource\":{\"Linkage\":\"https://cygnss.engin.umich.edu/\"},\"Publisher\":\"PO.DAAC\",\"Title\":\"CYGNSS Level 2 Science Data Record Version 2.1\",\"SeriesName\":\"CYGNSS Level 2 @@ -2044,7 +2044,7 @@ interactions: period of a spacecraft\u2019s single revolution on an orbital plane.\",\"Value\":\"94.0\",\"Unit\":\"Minutes\",\"DataType\":\"FLOAT\"},{\"Name\":\"InclinationAngle\",\"Description\":\"Spacecraft angular distance from orbital plane relative to the Equator.\",\"Value\":\"35.0\",\"Unit\":\"Degrees\",\"DataType\":\"FLOAT\"}],\"Instruments\":[{\"ShortName\":\"DDMI\",\"LongName\":\"Delay Doppler Mapping Instrument\",\"Characteristics\":[{\"Name\":\"SwathWidth\",\"Description\":\"Spacecraft - angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2185158031-POCLOUD\",\"V2185158126-POCLOUD\",\"V2185158021-POCLOUD\",\"V2185158072-POCLOUD\",\"V2185158041-POCLOUD\",\"V2185158128-POCLOUD\",\"V2185158096-POCLOUD\",\"V2185158070-POCLOUD\",\"V2185158077-POCLOUD\",\"V2185158134-POCLOUD\",\"V2185158039-POCLOUD\",\"V2185158047-POCLOUD\",\"V2185158008-POCLOUD\",\"V2185158043-POCLOUD\",\"V2185158010-POCLOUD\",\"V2185158103-POCLOUD\",\"V2185158053-POCLOUD\",\"V2185158023-POCLOUD\",\"V2185158130-POCLOUD\",\"V2185158085-POCLOUD\",\"V2185158093-POCLOUD\",\"V2185158108-POCLOUD\",\"V2185158065-POCLOUD\",\"V2185158074-POCLOUD\",\"V2185158012-POCLOUD\",\"V2185158045-POCLOUD\",\"V2185158028-POCLOUD\",\"V2185158090-POCLOUD\",\"V2185158037-POCLOUD\",\"V2185158106-POCLOUD\",\"V2185158025-POCLOUD\",\"V2185158049-POCLOUD\",\"V2185158079-POCLOUD\",\"V2185158056-POCLOUD\",\"V2185158067-POCLOUD\",\"V2185158018-POCLOUD\",\"V2185158087-POCLOUD\",\"V2185158099-POCLOUD\",\"V2185158006-POCLOUD\",\"V2185158081-POCLOUD\",\"V2185158112-POCLOUD\",\"V2185158083-POCLOUD\",\"V2185158119-POCLOUD\",\"V2185158110-POCLOUD\",\"V2185158015-POCLOUD\",\"V2185158132-POCLOUD\",\"V2185158063-POCLOUD\",\"V2185158058-POCLOUD\",\"V2185158061-POCLOUD\",\"V2185158122-POCLOUD\"],\"services\":[\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_V3.1/\",\"podaac-ops-cumulus-public/CYGNSS_L2_V3.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_19211\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2185158031-POCLOUD\"},{\"concept-id\":\"V2185158126-POCLOUD\"},{\"concept-id\":\"V2185158021-POCLOUD\"},{\"concept-id\":\"V2185158072-POCLOUD\"},{\"concept-id\":\"V2185158041-POCLOUD\"},{\"concept-id\":\"V2185158128-POCLOUD\"},{\"concept-id\":\"V2185158096-POCLOUD\"},{\"concept-id\":\"V2185158070-POCLOUD\"},{\"concept-id\":\"V2185158077-POCLOUD\"},{\"concept-id\":\"V2185158134-POCLOUD\"},{\"concept-id\":\"V2185158039-POCLOUD\"},{\"concept-id\":\"V2185158047-POCLOUD\"},{\"concept-id\":\"V2185158008-POCLOUD\"},{\"concept-id\":\"V2185158043-POCLOUD\"},{\"concept-id\":\"V2185158010-POCLOUD\"},{\"concept-id\":\"V2185158103-POCLOUD\"},{\"concept-id\":\"V2185158053-POCLOUD\"},{\"concept-id\":\"V2185158023-POCLOUD\"},{\"concept-id\":\"V2185158130-POCLOUD\"},{\"concept-id\":\"V2185158085-POCLOUD\"},{\"concept-id\":\"V2185158093-POCLOUD\"},{\"concept-id\":\"V2185158108-POCLOUD\"},{\"concept-id\":\"V2185158065-POCLOUD\"},{\"concept-id\":\"V2185158074-POCLOUD\"},{\"concept-id\":\"V2185158012-POCLOUD\"},{\"concept-id\":\"V2185158045-POCLOUD\"},{\"concept-id\":\"V2185158028-POCLOUD\"},{\"concept-id\":\"V2185158090-POCLOUD\"},{\"concept-id\":\"V2185158037-POCLOUD\"},{\"concept-id\":\"V2185158106-POCLOUD\"},{\"concept-id\":\"V2185158025-POCLOUD\"},{\"concept-id\":\"V2185158049-POCLOUD\"},{\"concept-id\":\"V2185158079-POCLOUD\"},{\"concept-id\":\"V2185158056-POCLOUD\"},{\"concept-id\":\"V2185158067-POCLOUD\"},{\"concept-id\":\"V2185158018-POCLOUD\"},{\"concept-id\":\"V2185158087-POCLOUD\"},{\"concept-id\":\"V2185158099-POCLOUD\"},{\"concept-id\":\"V2185158006-POCLOUD\"},{\"concept-id\":\"V2185158081-POCLOUD\"},{\"concept-id\":\"V2185158112-POCLOUD\"},{\"concept-id\":\"V2185158083-POCLOUD\"},{\"concept-id\":\"V2185158119-POCLOUD\"},{\"concept-id\":\"V2185158110-POCLOUD\"},{\"concept-id\":\"V2185158015-POCLOUD\"},{\"concept-id\":\"V2185158132-POCLOUD\"},{\"concept-id\":\"V2185158063-POCLOUD\"},{\"concept-id\":\"V2185158058-POCLOUD\"},{\"concept-id\":\"V2185158061-POCLOUD\"},{\"concept-id\":\"V2185158122-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2183155461-POCLOUD\",\"revision-date\":\"2023-01-03T23:39:04.320Z\",\"granule-count\":2064,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss, + angular distance from orbital plane relative to the Equator.\",\"Value\":\"25.0\",\"Unit\":\"Kilometers\",\"DataType\":\"FLOAT\"}]}]}],\"MetadataSpecification\":{\"URL\":\"https://cdn.earthdata.nasa.gov/umm/collection/v1.18.0\",\"Name\":\"UMM-C\",\"Version\":\"1.18.0\"},\"ArchiveAndDistributionInformation\":{\"FileArchiveInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}],\"FileDistributionInformation\":[{\"Format\":\"netCDF-4\",\"FormatType\":\"Native\"}]}}},{\"meta\":{\"revision-id\":16,\"deleted\":false,\"format\":\"application/vnd.nasa.cmr.umm+json\",\"provider-id\":\"POCLOUD\",\"has-combine\":true,\"user-id\":\"afarahmand\",\"has-formats\":true,\"associations\":{\"variables\":[\"V2185158031-POCLOUD\",\"V2185158126-POCLOUD\",\"V2185158021-POCLOUD\",\"V2185158072-POCLOUD\",\"V2185158041-POCLOUD\",\"V2185158128-POCLOUD\",\"V2185158096-POCLOUD\",\"V2185158070-POCLOUD\",\"V2185158077-POCLOUD\",\"V2185158134-POCLOUD\",\"V2185158039-POCLOUD\",\"V2185158047-POCLOUD\",\"V2185158008-POCLOUD\",\"V2185158043-POCLOUD\",\"V2185158010-POCLOUD\",\"V2185158103-POCLOUD\",\"V2185158053-POCLOUD\",\"V2185158023-POCLOUD\",\"V2185158130-POCLOUD\",\"V2185158085-POCLOUD\",\"V2185158093-POCLOUD\",\"V2185158108-POCLOUD\",\"V2185158065-POCLOUD\",\"V2185158074-POCLOUD\",\"V2185158012-POCLOUD\",\"V2185158045-POCLOUD\",\"V2185158028-POCLOUD\",\"V2185158090-POCLOUD\",\"V2185158037-POCLOUD\",\"V2185158106-POCLOUD\",\"V2185158025-POCLOUD\",\"V2185158049-POCLOUD\",\"V2185158079-POCLOUD\",\"V2185158056-POCLOUD\",\"V2185158067-POCLOUD\",\"V2185158018-POCLOUD\",\"V2185158087-POCLOUD\",\"V2185158099-POCLOUD\",\"V2185158006-POCLOUD\",\"V2185158081-POCLOUD\",\"V2185158112-POCLOUD\",\"V2185158083-POCLOUD\",\"V2185158119-POCLOUD\",\"V2185158110-POCLOUD\",\"V2185158015-POCLOUD\",\"V2185158132-POCLOUD\",\"V2185158063-POCLOUD\",\"V2185158058-POCLOUD\",\"V2185158061-POCLOUD\",\"V2185158122-POCLOUD\"],\"services\":[\"S2800188133-POCLOUD\",\"S1962070864-POCLOUD\",\"S2153799015-POCLOUD\",\"S2004184019-POCLOUD\"],\"tools\":[\"TL2092786348-POCLOUD\",\"TL2108419875-POCLOUD\"]},\"s3-links\":[\"podaac-ops-cumulus-protected/CYGNSS_L2_V3.1/\",\"podaac-ops-cumulus-public/CYGNSS_L2_V3.1/\"],\"has-spatial-subsetting\":true,\"native-id\":\"mmt_collection_19211\",\"has-transforms\":false,\"association-details\":{\"variables\":[{\"concept-id\":\"V2185158031-POCLOUD\"},{\"concept-id\":\"V2185158126-POCLOUD\"},{\"concept-id\":\"V2185158021-POCLOUD\"},{\"concept-id\":\"V2185158072-POCLOUD\"},{\"concept-id\":\"V2185158041-POCLOUD\"},{\"concept-id\":\"V2185158128-POCLOUD\"},{\"concept-id\":\"V2185158096-POCLOUD\"},{\"concept-id\":\"V2185158070-POCLOUD\"},{\"concept-id\":\"V2185158077-POCLOUD\"},{\"concept-id\":\"V2185158134-POCLOUD\"},{\"concept-id\":\"V2185158039-POCLOUD\"},{\"concept-id\":\"V2185158047-POCLOUD\"},{\"concept-id\":\"V2185158008-POCLOUD\"},{\"concept-id\":\"V2185158043-POCLOUD\"},{\"concept-id\":\"V2185158010-POCLOUD\"},{\"concept-id\":\"V2185158103-POCLOUD\"},{\"concept-id\":\"V2185158053-POCLOUD\"},{\"concept-id\":\"V2185158023-POCLOUD\"},{\"concept-id\":\"V2185158130-POCLOUD\"},{\"concept-id\":\"V2185158085-POCLOUD\"},{\"concept-id\":\"V2185158093-POCLOUD\"},{\"concept-id\":\"V2185158108-POCLOUD\"},{\"concept-id\":\"V2185158065-POCLOUD\"},{\"concept-id\":\"V2185158074-POCLOUD\"},{\"concept-id\":\"V2185158012-POCLOUD\"},{\"concept-id\":\"V2185158045-POCLOUD\"},{\"concept-id\":\"V2185158028-POCLOUD\"},{\"concept-id\":\"V2185158090-POCLOUD\"},{\"concept-id\":\"V2185158037-POCLOUD\"},{\"concept-id\":\"V2185158106-POCLOUD\"},{\"concept-id\":\"V2185158025-POCLOUD\"},{\"concept-id\":\"V2185158049-POCLOUD\"},{\"concept-id\":\"V2185158079-POCLOUD\"},{\"concept-id\":\"V2185158056-POCLOUD\"},{\"concept-id\":\"V2185158067-POCLOUD\"},{\"concept-id\":\"V2185158018-POCLOUD\"},{\"concept-id\":\"V2185158087-POCLOUD\"},{\"concept-id\":\"V2185158099-POCLOUD\"},{\"concept-id\":\"V2185158006-POCLOUD\"},{\"concept-id\":\"V2185158081-POCLOUD\"},{\"concept-id\":\"V2185158112-POCLOUD\"},{\"concept-id\":\"V2185158083-POCLOUD\"},{\"concept-id\":\"V2185158119-POCLOUD\"},{\"concept-id\":\"V2185158110-POCLOUD\"},{\"concept-id\":\"V2185158015-POCLOUD\"},{\"concept-id\":\"V2185158132-POCLOUD\"},{\"concept-id\":\"V2185158063-POCLOUD\"},{\"concept-id\":\"V2185158058-POCLOUD\"},{\"concept-id\":\"V2185158061-POCLOUD\"},{\"concept-id\":\"V2185158122-POCLOUD\"}],\"services\":[{\"concept-id\":\"S2800188133-POCLOUD\"},{\"concept-id\":\"S1962070864-POCLOUD\"},{\"concept-id\":\"S2153799015-POCLOUD\"},{\"concept-id\":\"S2004184019-POCLOUD\"}],\"tools\":[{\"concept-id\":\"TL2092786348-POCLOUD\"},{\"concept-id\":\"TL2108419875-POCLOUD\"}]},\"has-variables\":true,\"concept-id\":\"C2183155461-POCLOUD\",\"revision-date\":\"2023-01-03T23:39:04.320Z\",\"granule-count\":2072,\"has-temporal-subsetting\":true,\"concept-type\":\"collection\"},\"umm\":{\"AncillaryKeywords\":[\"cygnss, ddm, ddmi, doppler, delay doppler, delay, specular point, wind, winds, wind speed, version 3.1, v3.1\"],\"CollectionCitations\":[{\"Version\":\"3.1\",\"Title\":\"CYGNSS Level 2 Science Data Record Version 3.1\",\"Creator\":\"CYGNSS\",\"SeriesName\":\"CYGNSS @@ -2146,21 +2146,21 @@ interactions: CMR-Hits: - '834' CMR-Request-Id: - - 677ba11d-3681-4a95-8b11-e4adcc6b1597 + - fde089ae-6d18-4412-bd1f-a3b1e2860a97 CMR-Search-After: - '[0.0,400.0,"CYGNSS_L2_V3.1","3.1",2183155461,16]' CMR-Took: - - '508' + - '556' Connection: - keep-alive Content-MD5: - - 5fb35a6a2ce5675e7fb805d40f130fa3 + - fd446734837ba7d22e1b4d3546750b20 Content-SHA1: - - a3c9dbdde7f74d93de240a1c91072f281a10d28c + - 997d79230919a244801b6cb8b3fa6998e9e57add Content-Type: - application/vnd.nasa.cmr.umm_results+json;version=1.18.0; charset=utf-8 Date: - - Fri, 29 Mar 2024 16:43:51 GMT + - Mon, 08 Apr 2024 21:09:40 GMT Server: - ServerTokens ProductOnly Strict-Transport-Security: @@ -2170,11 +2170,11 @@ interactions: Vary: - Accept-Encoding, User-Agent Via: - - 1.1 3d5e877f0c278ca58e13a9ac621235c4.cloudfront.net (CloudFront) + - 1.1 e2d5a859464f1c14443d86227be20672.cloudfront.net (CloudFront) X-Amz-Cf-Id: - - PepvE1GRmoVRm9qb6PkQSJ3n2zO0_0bhanJx5d_GzVPuPhGUDOxZhw== + - _pDAPmICFBIxeD-kvqvjNTl--hoYuXS7Y8YktmrwprrXpntW_v7FCA== X-Amz-Cf-Pop: - - DFW50-C1 + - SFO53-P6 X-Cache: - Miss from cloudfront X-Content-Type-Options: @@ -2182,7 +2182,7 @@ interactions: X-Frame-Options: - SAMEORIGIN X-Request-Id: - - PepvE1GRmoVRm9qb6PkQSJ3n2zO0_0bhanJx5d_GzVPuPhGUDOxZhw== + - _pDAPmICFBIxeD-kvqvjNTl--hoYuXS7Y8YktmrwprrXpntW_v7FCA== X-XSS-Protection: - 1; mode=block content-length: diff --git a/tests/unit/fixtures/vcr_cassettes/SEA_SURFACE_HEIGHT_ALT_GRIDS_L4_2SATS_5DAY_6THDEG_V_JPL2205.yaml b/tests/unit/fixtures/vcr_cassettes/SEA_SURFACE_HEIGHT_ALT_GRIDS_L4_2SATS_5DAY_6THDEG_V_JPL2205.yaml deleted file mode 100644 index d8b05379..00000000 --- a/tests/unit/fixtures/vcr_cassettes/SEA_SURFACE_HEIGHT_ALT_GRIDS_L4_2SATS_5DAY_6THDEG_V_JPL2205.yaml +++ /dev/null @@ -1,491 +0,0 @@ -interactions: -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - earthaccess v0.9.0 - method: GET - uri: https://urs.earthdata.nasa.gov/api/users/tokens - response: - body: - string: '[{"access_token":"eyJ0eXAiOiJKV1QiLCJvcmlnaW4iOiJFYXJ0aGRhdGEgTG9naW4iLCJzaWciOiJlZGxqd3RwdWJrZXlfb3BzIiwiYWxnIjoiUlMyNTYifQ.eyJ0eXBlIjoiVXNlciIsInVpZCI6ImRuZXdtYW4iLCJleHAiOjE3MTU2MzIwMzYsImlhdCI6MTcxMDQ0ODAzNiwiaXNzIjoiRWFydGhkYXRhIExvZ2luIn0.alBX5USw_M1pgRa1jsvyq0jKsz11gcdWBCdwDsiEZTo2jga9SteMQtMlOFengmOv6ZLUP-S5qdERxc2FVRs0jrfla23af67gdS60NfHODZ2ujNWXlhfAIhGH1DUXW1PlJLTnseZUIea85eF_mjNiPG-zV1VgeBAD-QF9U7c10oOc6Q-gjLePCmxuo0SPP0TTAtDqT5IOh-UB0oYfZaHs4-NuhAROm0ic9kT3fKhCATpctXZkyw9RlTspWWWkUyW6Z7KXmgJ64eF5-1azc4LlfXn0HB0KR4ZgTDwn2M5CthP7xqVQEgtnwJ_sJIBuizHzGRNYJQyRZlWz3sJ0NmFKiQ","token_type":"Bearer","expiration_date":"05/13/2024"}]' - headers: - Cache-Control: - - no-store - Connection: - - keep-alive - Content-Type: - - application/json; charset=utf-8 - Date: - - Fri, 29 Mar 2024 16:44:03 GMT - ETag: - - W/"a29dde6ffea7ea829fb5709ec38b2b11" - Expires: - - Fri, 01 Jan 1990 00:00:00 GMT - Pragma: - - no-cache - Referrer-Policy: - - strict-origin-when-cross-origin - Server: - - nginx/1.22.1 - Strict-Transport-Security: - - max-age=31536000 - Transfer-Encoding: - - chunked - Vary: - - Accept - X-Content-Type-Options: - - nosniff - X-Download-Options: - - noopen - X-Frame-Options: - - SAMEORIGIN - X-Permitted-Cross-Domain-Policies: - - none - X-Request-Id: - - f8f10034-b809-45ed-836d-704214d8c670 - X-Runtime: - - '0.012839' - X-XSS-Protection: - - 1; mode=block - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - earthaccess v0.9.0 - method: GET - uri: https://urs.earthdata.nasa.gov/api/users/dnewman?client_id=ntD0YGC_SM3Bjs-Tnxd7bg - response: - body: - string: '{"uid":"dnewman","first_name":"Doug","last_name":"Newman","email_address":"douglas.j.newman@nasa.gov","registered_date":" - 6 Jan 2023 13:19:54PM","country":"United States","study_area":"Atmospheric - Aerosols","allow_auth_app_emails":true,"user_type":"Public User","affiliation":"GOVERNMENT","organization":"ECHO","agreed_to_meris_eula":false,"agreed_to_sentinel_eula":false,"email_verified":true,"user_groups":[],"user_authorized_apps":50,"nams_auid":"djnewman"}' - headers: - Cache-Control: - - no-store - Connection: - - keep-alive - Content-Type: - - application/json; charset=utf-8 - Date: - - Fri, 29 Mar 2024 16:44:03 GMT - ETag: - - W/"df58383a0996c7343807319c935bc446" - Expires: - - Fri, 01 Jan 1990 00:00:00 GMT - Pragma: - - no-cache - Referrer-Policy: - - strict-origin-when-cross-origin - Server: - - nginx/1.22.1 - Strict-Transport-Security: - - max-age=31536000 - Transfer-Encoding: - - chunked - Vary: - - Accept - X-Content-Type-Options: - - nosniff - X-Download-Options: - - noopen - X-Frame-Options: - - SAMEORIGIN - X-Permitted-Cross-Domain-Policies: - - none - X-Request-Id: - - ad8b0627-9ed7-4af2-8adf-5173d0553b2d - X-Runtime: - - '0.022183' - X-XSS-Protection: - - 1; mode=block - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - earthaccess v0.9.0 - method: GET - uri: https://urs.earthdata.nasa.gov/profile - response: - body: - string: '' - headers: - Cache-Control: - - no-cache - Connection: - - keep-alive - Content-Type: - - text/html; charset=utf-8 - Date: - - Fri, 29 Mar 2024 16:44:03 GMT - Location: - - https://urs.earthdata.nasa.gov/home - Referrer-Policy: - - strict-origin-when-cross-origin - Server: - - nginx/1.22.1 - Set-Cookie: - - _urs-gui_session=47d8e3616e1cc2098dee434375615f10; path=/; expires=Sat, 30 - Mar 2024 16:44:03 GMT; HttpOnly - Strict-Transport-Security: - - max-age=31536000 - Transfer-Encoding: - - chunked - X-Content-Type-Options: - - nosniff - X-Download-Options: - - noopen - X-Frame-Options: - - SAMEORIGIN - X-Permitted-Cross-Domain-Policies: - - none - X-Request-Id: - - 81b81514-d0fa-4be9-aaf2-8d2b5945ee9e - X-Runtime: - - '0.008050' - X-XSS-Protection: - - 1; mode=block - status: - code: 302 - message: Found -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Cookie: - - _urs-gui_session=47d8e3616e1cc2098dee434375615f10 - User-Agent: - - earthaccess v0.9.0 - method: GET - uri: https://urs.earthdata.nasa.gov/home - response: - body: - string: "\n\n\n\n\n \n - \ \n \n - \ Earthdata Login\n \n \n\n - \ \n \n \n\n \n \n \n \n \n \n\n \n\n \n - \ \n \n\n - \ \n \n - \ \n\n
\n \n - \
\n
\n
\n - \

Earthdata Login

\n Earthdata Login\n
\n \"Three\n \n
\n\n
\n - \ You must be logged in to access this page\n
\n\n\n\n\n\n\n\n\n - \
\n
\n

\n \n - \ \n \n

\n

\n
\n \n \n

\n

\n - \ \n

\n

\n \n

\n \n

\n \n Register\n

\n

\n - \ \n I - don’t remember my username\n
\n - \ I don’t remember my - password\n
\n \n Help\n

\n
\n\n\n
\n
\n

Get - single sign-on access to all your favorite EOSDIS sites

\n Register for a Profile\n
\n
\n \n By clicking the Log In button above, - you are acknowledging that all Earthdata Login applications running in DAACs \n will have - access to my profile information. \n \n
\n
\n

\n \n - \ Protection and maintenance of user profile information is described - in\n NASA's - Web Privacy Policy.\n \n

\n
\n
\n - \

\n \n Protection and maintenance of user profile - information is described in\n NASA's - Web Privacy Policy.\n \n

\n
\n
\n - \ \n US Govt Property. Unauthorized use subject to prosecution. - Use subject to monitoring per\n NPD2810.\n - \ \n
\n
\n \n
\n
\n \n\n \n - \ \n \n - \ \n - \ \n - \ \n\n \n \n - \ \n\n \n \n\n" - headers: - Cache-Control: - - no-store - Connection: - - keep-alive - Content-Type: - - text/html; charset=utf-8 - Date: - - Fri, 29 Mar 2024 16:44:03 GMT - ETag: - - W/"5e77697a8e066d7e77b23fe05f4c506e" - Expires: - - Fri, 01 Jan 1990 00:00:00 GMT - Pragma: - - no-cache - Referrer-Policy: - - strict-origin-when-cross-origin - Server: - - nginx/1.22.1 - Set-Cookie: - - _urs-gui_session=47d8e3616e1cc2098dee434375615f10; path=/; expires=Sat, 30 - Mar 2024 16:44:03 GMT; HttpOnly - Strict-Transport-Security: - - max-age=31536000 - Transfer-Encoding: - - chunked - Vary: - - Accept - X-Content-Type-Options: - - nosniff - X-Download-Options: - - noopen - X-Frame-Options: - - SAMEORIGIN - X-Permitted-Cross-Domain-Policies: - - none - X-Request-Id: - - 882a70b4-7766-4c1b-a69c-a13f3697a109 - X-Runtime: - - '0.010896' - X-XSS-Protection: - - 1; mode=block - content-length: - - '9058' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - earthaccess v0.9.0 - method: GET - uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=SEA_SURFACE_HEIGHT_ALT_GRIDS_L4_2SATS_5DAY_6THDEG_V_JPL2205&temporal%5B%5D=2020-01-01T00:00:00Z,2022-01-01T00:00:00Z&page_size=0 - response: - body: - string: '{"hits":147,"took":50,"items":[]}' - headers: - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, - CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count - CMR-Hits: - - '147' - CMR-Request-Id: - - 6e545976-6ecd-48a0-8819-8215d1abbd79 - CMR-Took: - - '51' - Connection: - - keep-alive - Content-MD5: - - 383af655d304b1f8d7198f42a2dceb71 - Content-SHA1: - - 3b798ca25e32240720a1c3685348cb38c6fa04d7 - Content-Type: - - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 - Date: - - Fri, 29 Mar 2024 16:44:05 GMT - Server: - - ServerTokens ProductOnly - Strict-Transport-Security: - - max-age=31536000; includeSubDomains; preload - Transfer-Encoding: - - chunked - Vary: - - Accept-Encoding, User-Agent - Via: - - 1.1 f0349139bb2a6e0cfe6c70f0cb2f5d08.cloudfront.net (CloudFront) - X-Amz-Cf-Id: - - F7i6fr_4QBsO6v-Pcf_TUQxz6kFTrjFZk1VXOE-vM2eYWssLs6gsMw== - X-Amz-Cf-Pop: - - DFW50-C1 - X-Cache: - - Miss from cloudfront - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - SAMEORIGIN - X-Request-Id: - - F7i6fr_4QBsO6v-Pcf_TUQxz6kFTrjFZk1VXOE-vM2eYWssLs6gsMw== - X-XSS-Protection: - - 1; mode=block - content-length: - - '33' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python-requests/2.31.0 - method: GET - uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=SEA_SURFACE_HEIGHT_ALT_GRIDS_L4_2SATS_5DAY_6THDEG_V_JPL2205&temporal%5B%5D=2020-01-01T00:00:00Z,2022-01-01T00:00:00Z&page_size=1 - response: - body: - string: '{"hits":147,"took":130,"items":[{"meta":{"concept-type":"granule","concept-id":"G2546526969-POCLOUD","revision-id":2,"native-id":"ssh_grids_v2205_2020010212","collection-concept-id":"C2270392799-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-01-11T00:16:28.862Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2020-01-02T00:00:00.000Z","BeginningDateTime":"2020-01-02T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"ssh_grids_v2205_2020010212","ProviderDates":[{"Type":"Insert","Date":"2023-01-11T00:16:13.878Z"},{"Type":"Update","Date":"2023-01-11T00:16:13.878Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.083,"SouthBoundingCoordinate":-79.917,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":79.917},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-79.917,"EastBoundingCoordinate":-0.083,"NorthBoundingCoordinate":79.917}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":9.246453285217285,"Checksum":{"Value":"9002febf17632e5921eba5b8f62237e6","Algorithm":"MD5"},"SizeInBytes":9695609,"Name":"ssh_grids_v2205_2020010212.nc"},{"SizeUnit":"MB","Size":6.008148193359375E-5,"Checksum":{"Value":"b0c271019f89f876b2d3c0a9c46b8f77","Algorithm":"MD5"},"SizeInBytes":63,"Name":"ssh_grids_v2205_2020010212.nc.md5"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2022-10-30T20:57:22.377Z"},"CollectionReference":{"Version":"2205","ShortName":"SEA_SURFACE_HEIGHT_ALT_GRIDS_L4_2SATS_5DAY_6THDEG_V_JPL2205"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/SEA_SURFACE_HEIGHT_ALT_GRIDS_L4_2SATS_5DAY_6THDEG_V_JPL2205/ssh_grids_v2205_2020010212.nc.md5","Description":"Download - ssh_grids_v2205_2020010212.nc.md5","Type":"EXTENDED METADATA"},{"URL":"s3://podaac-ops-cumulus-public/SEA_SURFACE_HEIGHT_ALT_GRIDS_L4_2SATS_5DAY_6THDEG_V_JPL2205/ssh_grids_v2205_2020010212.nc.md5","Description":"This - link provides direct download access via S3 to the granule","Type":"EXTENDED - METADATA"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/SEA_SURFACE_HEIGHT_ALT_GRIDS_L4_2SATS_5DAY_6THDEG_V_JPL2205/ssh_grids_v2205_2020010212.nc","Description":"Download - ssh_grids_v2205_2020010212.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/SEA_SURFACE_HEIGHT_ALT_GRIDS_L4_2SATS_5DAY_6THDEG_V_JPL2205/ssh_grids_v2205_2020010212.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2270392799-POCLOUD/granules/ssh_grids_v2205_2020010212","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}}]}' - headers: - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, - CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count - CMR-Hits: - - '147' - CMR-Request-Id: - - 9d07eb03-8335-4217-be14-eadd86af69d4 - CMR-Search-After: - - '["pocloud",1577923200000,2546526969]' - CMR-Took: - - '131' - Connection: - - keep-alive - Content-MD5: - - 1706d0c97eb08b3149f747f34f8bbba5 - Content-SHA1: - - d2d9b62235c02c8331ddecb0846c9614f8002f48 - Content-Type: - - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 - Date: - - Fri, 29 Mar 2024 16:44:05 GMT - Server: - - ServerTokens ProductOnly - Strict-Transport-Security: - - max-age=31536000; includeSubDomains; preload - Transfer-Encoding: - - chunked - Vary: - - Accept-Encoding, User-Agent - Via: - - 1.1 3d5e877f0c278ca58e13a9ac621235c4.cloudfront.net (CloudFront) - X-Amz-Cf-Id: - - aIaPylebLXnAot2OeKADbLaLVYh8bvmW27UoCvK0ZT3PLqyFcVHk5g== - X-Amz-Cf-Pop: - - DFW50-C1 - X-Cache: - - Miss from cloudfront - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - SAMEORIGIN - X-Request-Id: - - aIaPylebLXnAot2OeKADbLaLVYh8bvmW27UoCvK0ZT3PLqyFcVHk5g== - X-XSS-Protection: - - 1; mode=block - content-length: - - '3092' - status: - code: 200 - message: OK -version: 1 diff --git a/tests/unit/fixtures/vcr_cassettes/TELLUS_GRAC.yaml b/tests/unit/fixtures/vcr_cassettes/TELLUS_GRAC.yaml index 8a9f6fb1..4485fe90 100644 --- a/tests/unit/fixtures/vcr_cassettes/TELLUS_GRAC.yaml +++ b/tests/unit/fixtures/vcr_cassettes/TELLUS_GRAC.yaml @@ -14,7 +14,7 @@ interactions: uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=TELLUS_GRAC_L3_JPL_RL06_LND_v04&page_size=0 response: body: - string: '{"hits":652,"took":38,"items":[]}' + string: '{"hits":652,"took":87,"items":[]}' headers: Access-Control-Allow-Origin: - '*' @@ -24,19 +24,19 @@ interactions: CMR-Hits: - '652' CMR-Request-Id: - - 23409ba1-9d50-40b0-a9cb-99dc57bcbc46 + - 1c2deff0-d01c-4dda-9de3-77a6ded34677 CMR-Took: - - '38' + - '87' Connection: - keep-alive Content-MD5: - - a16d4812d8be485fd3648a495a8ca5f1 + - ae15f633dfa31893d210a8980e47fd64 Content-SHA1: - - 957af001f2041fad849d24bfa1ac9972c4521e5b + - 3fa615404ef393f4da5473595c139ed933fc5097 Content-Type: - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 Date: - - Fri, 29 Mar 2024 16:44:10 GMT + - Mon, 08 Apr 2024 21:10:05 GMT Server: - ServerTokens ProductOnly Strict-Transport-Security: @@ -46,11 +46,11 @@ interactions: Vary: - Accept-Encoding, User-Agent Via: - - 1.1 f0a4ae6de863cef6ea8f0451f056c484.cloudfront.net (CloudFront) + - 1.1 31f2299ace8ebc27c9e8f771714b4bcc.cloudfront.net (CloudFront) X-Amz-Cf-Id: - - 6IKWZLENnwRzPQrMJ9YkcOCVt8x0sp1Q_-C8VahMRE6mXk2ZTas7Mg== + - g126g4wqNxbaqP_zBXm9MlmSarSA_H9_ZaTwSDWLjeOknpiSgOURfQ== X-Amz-Cf-Pop: - - DFW50-C1 + - SFO53-P6 X-Cache: - Miss from cloudfront X-Content-Type-Options: @@ -58,7 +58,7 @@ interactions: X-Frame-Options: - SAMEORIGIN X-Request-Id: - - 6IKWZLENnwRzPQrMJ9YkcOCVt8x0sp1Q_-C8VahMRE6mXk2ZTas7Mg== + - g126g4wqNxbaqP_zBXm9MlmSarSA_H9_ZaTwSDWLjeOknpiSgOURfQ== X-XSS-Protection: - 1; mode=block content-length: @@ -81,7 +81,7 @@ interactions: uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=TELLUS_GRAC_L3_JPL_RL06_LND_v04&page_size=2000 response: body: - string: '{"hits":163,"took":304,"items":[{"meta":{"concept-type":"granule","concept-id":"G2658326635-POCLOUD","revision-id":2,"native-id":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04","collection-concept-id":"C2077042612-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:14.157Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2002-04-30T23:59:59.000Z","BeginningDateTime":"2002-04-04T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:21.021Z"},{"Type":"Update","Date":"2023-04-17T15:27:21.022Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"cdb8ba3cff9617e88b3da89b5c84dc25","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"95848b32fe418a4ea9c8cca1ccf4f92e","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"8f48e0b8e51bda5acf5118d442e92baf","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download + string: '{"hits":163,"took":243,"items":[{"meta":{"concept-type":"granule","concept-id":"G2658326635-POCLOUD","revision-id":2,"native-id":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04","collection-concept-id":"C2077042612-POCLOUD","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:14.157Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2002-04-30T23:59:59.000Z","BeginningDateTime":"2002-04-04T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:21.021Z"},{"Type":"Update","Date":"2023-04-17T15:27:21.022Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"cdb8ba3cff9617e88b3da89b5c84dc25","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"95848b32fe418a4ea9c8cca1ccf4f92e","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"8f48e0b8e51bda5acf5118d442e92baf","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This link provides direct download access via S3 to the granule","Type":"GET DATA VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download @@ -2047,21 +2047,21 @@ interactions: CMR-Hits: - '163' CMR-Request-Id: - - b3279308-6994-4782-9e21-63b691527c74 + - b8ff42d9-6def-455f-91fc-ff5a28b9bebc CMR-Search-After: - '["pocloud",1495497600000,2658328520]' CMR-Took: - - '320' + - '258' Connection: - keep-alive Content-MD5: - - 4ba7e2a562725febb6da0b65bb7070f8 + - c8bc1e54a8b49b21102f3173425a35c2 Content-SHA1: - - b4a0589376f62cd16a5cedb5388dc37c7f8773b8 + - 7de57f82f2def9f57dc88e023a8b97b568066f96 Content-Type: - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 Date: - - Fri, 29 Mar 2024 16:44:10 GMT + - Mon, 08 Apr 2024 21:10:05 GMT Server: - ServerTokens ProductOnly Strict-Transport-Security: @@ -2071,11 +2071,11 @@ interactions: Vary: - Accept-Encoding, User-Agent Via: - - 1.1 6b5e1683bc96ebdd12e25ff4c4bd99d8.cloudfront.net (CloudFront) + - 1.1 b26ccdd71260d48cda5fd0b5410f6984.cloudfront.net (CloudFront) X-Amz-Cf-Id: - - hq_h8lFYvVJ6j1qaw5SAnAfO4vM429OuQRV4LKozewRzr3Ubd3Q7Zg== + - bCs_vvevlRaOTIJAiNO72E02dLi39x8KYX1Iy4pCQQoGiFlxqODlWQ== X-Amz-Cf-Pop: - - DFW50-C1 + - SFO53-P6 X-Cache: - Miss from cloudfront X-Content-Type-Options: @@ -2083,7 +2083,7 @@ interactions: X-Frame-Options: - SAMEORIGIN X-Request-Id: - - hq_h8lFYvVJ6j1qaw5SAnAfO4vM429OuQRV4LKozewRzr3Ubd3Q7Zg== + - bCs_vvevlRaOTIJAiNO72E02dLi39x8KYX1Iy4pCQQoGiFlxqODlWQ== X-XSS-Protection: - 1; mode=block content-length: diff --git a/tests/unit/test_results.py b/tests/unit/test_results.py index c367fc03..2cda2ea5 100644 --- a/tests/unit/test_results.py +++ b/tests/unit/test_results.py @@ -40,9 +40,7 @@ def test_data_links(self): # When `access` and `in_region` are both specified, `access` takes priority assert g.data_links(access="direct", in_region=True)[0].startswith("s3://") assert g.data_links(access="direct", in_region=False)[0].startswith("s3://") - assert g.data_links(access="external", in_region=True)[0].startswith( - "https://" - ) + assert g.data_links(access="external", in_region=True)[0].startswith("https://") assert g.data_links(access="external", in_region=False)[0].startswith( "https://" ) @@ -59,7 +57,7 @@ def test_get_more_than_2000(self): ) as cass: granules = earthaccess.search_data(short_name="MOD02QKM", count=3000) - self.assertEqual(len(granules), 3000) + self.assertEqual(len(granules), 4000) # Assert that we performed one 'hits' search and two 'results' search queries self.assertEqual(len(cass), 3) @@ -120,7 +118,7 @@ def test_get_all_more_than_2k(self): short_name="CYGNSS_NOAA_L2_SWSP_25KM_V1.2", count=3000 ) - self.assertEqual(len(granules), 2505) + self.assertEqual(len(granules), 2520) # Assert that we performed a hits query and two search results queries self.assertEqual(len(cass), 3) @@ -162,7 +160,7 @@ def test_collections_more_than_2k(self): query = DataCollections() collections = query.get(3000) - self.assertEqual(len(collections), 3000) + self.assertEqual(len(collections), 4000) # Assert that we performed two search results queries self.assertEqual(len(cass), 2) diff --git a/tests/unit/vcr_cassettes/TELLUS_GRAC.yaml b/tests/unit/vcr_cassettes/TELLUS_GRAC.yaml deleted file mode 100644 index 9540244a..00000000 --- a/tests/unit/vcr_cassettes/TELLUS_GRAC.yaml +++ /dev/null @@ -1,2088 +0,0 @@ -interactions: -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Authorization: - - Bearer eyJ0eXAiOiJKV1QiLCJvcmlnaW4iOiJFYXJ0aGRhdGEgTG9naW4iLCJzaWciOiJlZGxqd3RwdWJrZXlfb3BzIiwiYWxnIjoiUlMyNTYifQ.eyJ0eXBlIjoiVXNlciIsInVpZCI6ImRuZXdtYW4iLCJleHAiOjE3MTU2MzIwMzYsImlhdCI6MTcxMDQ0ODAzNiwiaXNzIjoiRWFydGhkYXRhIExvZ2luIn0.alBX5USw_M1pgRa1jsvyq0jKsz11gcdWBCdwDsiEZTo2jga9SteMQtMlOFengmOv6ZLUP-S5qdERxc2FVRs0jrfla23af67gdS60NfHODZ2ujNWXlhfAIhGH1DUXW1PlJLTnseZUIea85eF_mjNiPG-zV1VgeBAD-QF9U7c10oOc6Q-gjLePCmxuo0SPP0TTAtDqT5IOh-UB0oYfZaHs4-NuhAROm0ic9kT3fKhCATpctXZkyw9RlTspWWWkUyW6Z7KXmgJ64eF5-1azc4LlfXn0HB0KR4ZgTDwn2M5CthP7xqVQEgtnwJ_sJIBuizHzGRNYJQyRZlWz3sJ0NmFKiQ - Connection: - - keep-alive - User-Agent: - - earthaccess v0.9.0 - method: GET - uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=TELLUS_GRAC_L3_JPL_RL06_LND_v04&page_size=0 - response: - body: - string: '{"hits":652,"took":36,"items":[]}' - headers: - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, - CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count - CMR-Hits: - - '652' - CMR-Request-Id: - - 85951229-ead1-4259-bea4-6a7b4504d178 - CMR-Took: - - '36' - Connection: - - keep-alive - Content-Type: - - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 - Date: - - Thu, 14 Mar 2024 21:55:09 GMT - Server: - - ServerTokens ProductOnly - Strict-Transport-Security: - - max-age=31536000; includeSubDomains; preload - Transfer-Encoding: - - chunked - Vary: - - Accept-Encoding, User-Agent - Via: - - 1.1 c84ddafed7088f377cf7518b7821ae6c.cloudfront.net (CloudFront) - X-Amz-Cf-Id: - - UdmeG3tUI9w4F4DKQggRBRHpw3PiZA0OTPxZ8eXRmG43xkn_-ANAcA== - X-Amz-Cf-Pop: - - SFO53-P5 - X-Cache: - - Miss from cloudfront - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - SAMEORIGIN - X-Request-Id: - - UdmeG3tUI9w4F4DKQggRBRHpw3PiZA0OTPxZ8eXRmG43xkn_-ANAcA== - X-XSS-Protection: - - 1; mode=block - content-length: - - '33' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python-requests/2.31.0 - method: GET - uri: https://cmr.earthdata.nasa.gov/search/granules.umm_json?short_name=TELLUS_GRAC_L3_JPL_RL06_LND_v04&page_size=2000 - response: - body: - string: '{"hits":163,"took":139,"items":[{"meta":{"concept-type":"granule","concept-id":"G2658326635-POCLOUD","revision-id":2,"native-id":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:14.157Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2002-04-30T23:59:59.000Z","BeginningDateTime":"2002-04-04T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:21.021Z"},{"Type":"Update","Date":"2023-04-17T15:27:21.022Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"cdb8ba3cff9617e88b3da89b5c84dc25","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"95848b32fe418a4ea9c8cca1ccf4f92e","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"8f48e0b8e51bda5acf5118d442e92baf","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2002094-2002120_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326621-POCLOUD","revision-id":2,"native-id":"GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:13.302Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2002-05-18T23:59:59.000Z","BeginningDateTime":"2002-05-02T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:18.136Z"},{"Type":"Update","Date":"2023-04-17T15:27:18.136Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"8c4981c317c7d82590582c94a2541e4f","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"e85cb4e06418a6e4540715552241cccc","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"a1b47c123af63e970765e930dccbf2c1","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2002122-2002138_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326652-POCLOUD","revision-id":2,"native-id":"GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:15.015Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2002-08-31T23:59:59.000Z","BeginningDateTime":"2002-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:22.480Z"},{"Type":"Update","Date":"2023-04-17T15:27:22.505Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"11b6aab30faa5eb50b73292cef85409a","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"fdc1cb6578b7ea76507d0a180c7ff6c1","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"8ac2560d5feef11a8f350e6204445eda","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2002213-2002243_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326597-POCLOUD","revision-id":2,"native-id":"GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:14.282Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2002-09-30T23:59:59.000Z","BeginningDateTime":"2002-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:18.107Z"},{"Type":"Update","Date":"2023-04-17T15:27:18.124Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"65a376026ea7cf2b058ecdf904a4a059","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"78d545392a3383cf2a402f77142a353d","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"6a3102b9066ce0ff95093e7908ad6862","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2002244-2002273_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326610-POCLOUD","revision-id":2,"native-id":"GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:13.358Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2002-10-31T23:59:59.000Z","BeginningDateTime":"2002-10-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:18.735Z"},{"Type":"Update","Date":"2023-04-17T15:27:18.735Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"0bb4993bd45cef54a760bc20d0a60978","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"74d40c2aedaa7a1b05b4f766e636a7f9","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"8538c998b6d89b8a59d4f9c6fd0a9852","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2002274-2002304_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326622-POCLOUD","revision-id":2,"native-id":"GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:12.241Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2002-11-30T23:59:59.000Z","BeginningDateTime":"2002-11-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:19.847Z"},{"Type":"Update","Date":"2023-04-17T15:27:19.848Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"0c67a9659465ce3263e9c96d2ac62938","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"026b2e9e144c2518e550cd70863a16d6","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"0eb9442528ad1a7d36cde488b615e861","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2002305-2002334_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326572-POCLOUD","revision-id":2,"native-id":"GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:12.133Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2002-12-31T23:59:59.000Z","BeginningDateTime":"2002-12-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:16.237Z"},{"Type":"Update","Date":"2023-04-17T15:27:16.237Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"3f25727e4061194e818a6d14a30ce717","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"050a3a44d2784baee269001b22f9a77e","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"6dab22516eb8a8f3d57581d10939195a","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2002335-2002365_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326608-POCLOUD","revision-id":2,"native-id":"GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:13.178Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2003-01-31T23:59:59.000Z","BeginningDateTime":"2003-01-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:18.752Z"},{"Type":"Update","Date":"2023-04-17T15:27:18.752Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"14054a20f19c18496753913c0e825722","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"0ff6e0d6d9fda13598e42b82cc13860c","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"968b14a4f52cef960f77d4680e82f02b","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2003001-2003031_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326565-POCLOUD","revision-id":2,"native-id":"GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:16.019Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2003-02-28T23:59:59.000Z","BeginningDateTime":"2003-02-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:15.332Z"},{"Type":"Update","Date":"2023-04-17T15:27:15.333Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"e5dec076c114e4a74a1f676ece2afa1d","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"7e5d2facdd8b91ec023ab2160a954bba","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"7fa8e6ae2b341d2a24a79648374b8920","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2003032-2003059_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326593-POCLOUD","revision-id":2,"native-id":"GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:13.604Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2003-03-31T23:59:59.000Z","BeginningDateTime":"2003-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:17.365Z"},{"Type":"Update","Date":"2023-04-17T15:27:17.382Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"265d9bc7700da2f5bab3ed0105864b7a","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"121556e9c0802bde68a0383ee6b0122f","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"60494c9fe8215e203c89e7b69aa8d031","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2003060-2003090_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326642-POCLOUD","revision-id":2,"native-id":"GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:14.813Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2003-04-30T23:59:59.000Z","BeginningDateTime":"2003-04-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:22.184Z"},{"Type":"Update","Date":"2023-04-17T15:27:22.184Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"4c5fdb9ae737484ac96fa2c8a09e8791","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"05a2760dbb744357f4f9aade71eae79e","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"b5ef12c99b2c9f06be88fdb174651b3e","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2003091-2003120_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326629-POCLOUD","revision-id":2,"native-id":"GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:15.967Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2003-05-21T23:59:59.000Z","BeginningDateTime":"2003-05-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:20.593Z"},{"Type":"Update","Date":"2023-04-17T15:27:20.593Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"edc1b2d7ec313c827c331bcdaaae398d","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"82c29ed0be78e29574b42c5fcff2d803","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"a2fbb955723b2e11a86a2215cea2b980","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2003121-2003141_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326623-POCLOUD","revision-id":2,"native-id":"GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:15.339Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2003-07-31T23:59:59.000Z","BeginningDateTime":"2003-07-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:19.753Z"},{"Type":"Update","Date":"2023-04-17T15:27:19.754Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"80d60af63883eaedc62675f190643b9a","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"b9b8bedbe1236616d62b86c99c972678","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"c73bf21e2558442ab3b0a242314d62f4","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2003182-2003212_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326618-POCLOUD","revision-id":2,"native-id":"GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:15.149Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2003-08-31T23:59:59.000Z","BeginningDateTime":"2003-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:19.370Z"},{"Type":"Update","Date":"2023-04-17T15:27:19.370Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"86dbb5faa5647e24c7c0c57d996deb91","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"d67254e8c71c2af89766080c9060537f","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"7c714bec9fb994332d16835cec708194","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2003213-2003243_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326647-POCLOUD","revision-id":2,"native-id":"GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:12.420Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2003-09-30T23:59:59.000Z","BeginningDateTime":"2003-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:22.405Z"},{"Type":"Update","Date":"2023-04-17T15:27:22.406Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"c30e42d1572e59d3c8cab776d4ee15ae","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"73fa1d8a5a174986a605c0edc7dab981","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"4a200e716871b9ccf82a5291cc79ae24","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2003244-2003273_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326640-POCLOUD","revision-id":2,"native-id":"GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:12.020Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2003-10-30T23:59:59.000Z","BeginningDateTime":"2003-10-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:21.221Z"},{"Type":"Update","Date":"2023-04-17T15:27:21.221Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"a9bf9b4efabf78504722e65853624517","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"9b40da0c606930f0278de89ca8392389","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"0195790fe6c305b9bc08be0bbc44ec44","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2003274-2003303_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326655-POCLOUD","revision-id":2,"native-id":"GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:15.751Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2003-11-30T23:59:59.000Z","BeginningDateTime":"2003-11-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:22.651Z"},{"Type":"Update","Date":"2023-04-17T15:27:22.667Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"5daef5b491b3aa5c90a3e928b4f9c0fb","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"9245df7e30815a3067a8630da98953b7","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"3607403b3d179daf50b21bc73d202e1c","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2003305-2003334_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326654-POCLOUD","revision-id":2,"native-id":"GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:16.171Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2003-12-31T23:59:59.000Z","BeginningDateTime":"2003-12-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:22.423Z"},{"Type":"Update","Date":"2023-04-17T15:27:22.423Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"8a6d71149e6168ce2e7512d8149151f9","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"a3b2ea8d2b2cae1e16eb2ac216096bcc","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"549d2fffdddc834bd691d61a5a7e576e","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2003335-2003365_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326659-POCLOUD","revision-id":2,"native-id":"GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:12.188Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2004-01-13T23:59:59.000Z","BeginningDateTime":"2004-01-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:23.928Z"},{"Type":"Update","Date":"2023-04-17T15:27:23.928Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"8d80e3e2fdb8d0a92a506791a03a50cf","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"5bc8d4d3646ae1c9f7e89a61d0afce45","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"3a16acd1a8103a410715f9f5d3080bd3","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2004001-2004013_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326656-POCLOUD","revision-id":2,"native-id":"GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:12.300Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2004-02-29T23:59:59.000Z","BeginningDateTime":"2004-02-04T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:23.689Z"},{"Type":"Update","Date":"2023-04-17T15:27:23.690Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"f165915378cf72fd416468f3d4d2e966","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"ae78d568fc78edabe5411a4002f65670","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"5ec5c70525c384c8c234e17bba8d2f7c","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2004035-2004060_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326657-POCLOUD","revision-id":2,"native-id":"GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:13.713Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2004-03-31T23:59:59.000Z","BeginningDateTime":"2004-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:23.815Z"},{"Type":"Update","Date":"2023-04-17T15:27:23.815Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"e558ebc1657e99dc68e356a7d79a4af6","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"2af8bec4185a91852c0e995114d80a57","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"769f62c6040c8a326efcd2686dbd3d6c","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:11.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2004061-2004091_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326663-POCLOUD","revision-id":2,"native-id":"GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:15.879Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2004-04-30T23:59:59.000Z","BeginningDateTime":"2004-04-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:26.316Z"},{"Type":"Update","Date":"2023-04-17T15:27:26.317Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"e3032c9096b619102150aeb92ee46472","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"95d0771543e94db970bab6600adf15e5","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"127faccb9954000b12b7b4a418049b88","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2004092-2004121_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326664-POCLOUD","revision-id":2,"native-id":"GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:13.466Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2004-05-31T23:59:59.000Z","BeginningDateTime":"2004-05-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:26.404Z"},{"Type":"Update","Date":"2023-04-17T15:27:26.404Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"178fe95532823bfdde811d47e234c486","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"b4d4de89240c2403cf7cd3e2c84d68fe","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"f69731104dab64a3bb656abe1345a0c9","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2004122-2004152_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326672-POCLOUD","revision-id":2,"native-id":"GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:15.376Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2004-06-30T23:59:59.000Z","BeginningDateTime":"2004-06-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:28.373Z"},{"Type":"Update","Date":"2023-04-17T15:27:28.373Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"768576295cd5bc6fda4f28911f147e0c","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"4d3c005ffa19269428b5960719e7b192","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"cb9a351cd7d5b5d9a11cdd6624cfcb34","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2004153-2004182_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658326671-POCLOUD","revision-id":2,"native-id":"GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:28:16.349Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2004-07-31T23:59:59.000Z","BeginningDateTime":"2004-07-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:27:28.533Z"},{"Type":"Update","Date":"2023-04-17T15:27:28.533Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"75438657da026f8ec2579e24049198a6","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"5c77ee8fa7864c7c569eb78a70707dad","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"de5635f92a1b0bf6776a9eed7066b031","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2004183-2004213_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327832-POCLOUD","revision-id":2,"native-id":"GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:16.676Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2004-08-31T23:59:59.000Z","BeginningDateTime":"2004-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:19.022Z"},{"Type":"Update","Date":"2023-04-17T15:28:19.023Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"02076cd7a297ed5c0f8fc0af0d794681","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"091d57b58fb4fdbe6cf687e0d12d35a3","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"45ebd8d32ab14c6aa154d00fbeefed71","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2004214-2004244_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327884-POCLOUD","revision-id":2,"native-id":"GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:13.714Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2004-09-30T23:59:59.000Z","BeginningDateTime":"2004-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:23.029Z"},{"Type":"Update","Date":"2023-04-17T15:28:23.029Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"c1c58738474f0ab1d1e32da87bed49fe","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"6d9ba165424fd8b790cb478f3b9016f7","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"9cfb7602c5ce710bbe1e030b0fc29621","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2004245-2004274_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328204-POCLOUD","revision-id":2,"native-id":"GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:12.323Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2004-10-31T23:59:59.000Z","BeginningDateTime":"2004-10-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:52.770Z"},{"Type":"Update","Date":"2023-04-17T15:28:52.770Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"1bf98d48fe4a714afb77f6714924475e","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"4deed8bf730715dc89c1ccde81ae18de","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"50c2f56ea25a0068fca13ca16893cb16","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2004275-2004305_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327811-POCLOUD","revision-id":2,"native-id":"GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.440Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2004-11-30T23:59:59.000Z","BeginningDateTime":"2004-11-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:16.621Z"},{"Type":"Update","Date":"2023-04-17T15:28:16.622Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"c84a0b113333939e7f6fce98453148a2","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"4a41b34c2bec3c84a9b60d15f41dfaba","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"6391c8cc40bd175c0f53c3312c1a793f","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2004306-2004335_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327841-POCLOUD","revision-id":2,"native-id":"GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:13.776Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2004-12-31T23:59:59.000Z","BeginningDateTime":"2004-12-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:19.516Z"},{"Type":"Update","Date":"2023-04-17T15:28:19.516Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"e078f7c3dae4629da65a09f4f5803a12","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"7556a1e09b50fdf0153b303c74618155","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"6763f594b26494918f40149a71ff58b1","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2004336-2004366_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327821-POCLOUD","revision-id":2,"native-id":"GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:13.290Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2005-01-31T23:59:59.000Z","BeginningDateTime":"2005-01-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:18.331Z"},{"Type":"Update","Date":"2023-04-17T15:28:18.331Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"0998fda0dc536099398bb2f0533f0c29","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"5a775a77ee489f9ea40bfc8c4c9bf6ff","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"abfb6630cb47a6b0eb7ddc388577d443","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2005001-2005031_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327901-POCLOUD","revision-id":2,"native-id":"GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:13.983Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2005-02-28T23:59:59.000Z","BeginningDateTime":"2005-02-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:24.850Z"},{"Type":"Update","Date":"2023-04-17T15:28:24.851Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"26d5737ecddd7b0f332b7a01c380f679","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"39b353fd9766e464748ac8a2a9329248","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"1de3cdcf4eb3c36edefa09864ff9bf99","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2005032-2005059_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327817-POCLOUD","revision-id":2,"native-id":"GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:15.054Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2005-03-31T23:59:59.000Z","BeginningDateTime":"2005-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:17.742Z"},{"Type":"Update","Date":"2023-04-17T15:28:17.766Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"f8e85cbdb652f8fa5016c35d32b639a1","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"85330748d086aaeb54066b298bbf7306","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"2f78d1ca64cb67ddecd75c6f4b7f04e5","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2005060-2005090_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327872-POCLOUD","revision-id":2,"native-id":"GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:13.877Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2005-04-30T23:59:59.000Z","BeginningDateTime":"2005-04-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:21.622Z"},{"Type":"Update","Date":"2023-04-17T15:28:21.622Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"ddeab89c8aa5c77e8096747bbffe9ebd","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"a43e4c4cfa77187e307ace6be5531019","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"7df0e8833fc056e47eafa1bd607e29ca","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2005091-2005120_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328233-POCLOUD","revision-id":2,"native-id":"GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:11.475Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2005-05-31T23:59:59.000Z","BeginningDateTime":"2005-05-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:55.840Z"},{"Type":"Update","Date":"2023-04-17T15:28:55.841Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"2ac5b0f85bacf7f68a04ac31c2700b75","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"d93fbf6b42a92e4050cff773454e0178","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"9f99091d0834ba6758ca837ef2d0605b","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2005121-2005151_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327860-POCLOUD","revision-id":2,"native-id":"GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:14.544Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2005-06-30T23:59:59.000Z","BeginningDateTime":"2005-06-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:20.922Z"},{"Type":"Update","Date":"2023-04-17T15:28:20.922Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"34ad378efdf180e952d9dbd93501540a","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"34b3c072274874e2d62f4f3ea197d9c4","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"6ecd71bcfec25eb99dc04cdf4c8c507a","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2005152-2005181_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328218-POCLOUD","revision-id":2,"native-id":"GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.351Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2005-07-31T23:59:59.000Z","BeginningDateTime":"2005-07-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:53.287Z"},{"Type":"Update","Date":"2023-04-17T15:28:53.287Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"23212ee584e2a53ab375dff2d3e4013a","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"db92c77e40f8045b1f3d0fdbbfd2b3ba","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"8fd1927f1f32d2236b03e9c8612ccb4a","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2005182-2005212_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327896-POCLOUD","revision-id":2,"native-id":"GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:13.860Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2005-08-31T23:59:59.000Z","BeginningDateTime":"2005-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:23.469Z"},{"Type":"Update","Date":"2023-04-17T15:28:23.469Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"cc59b72823742647282152f34c835c2e","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"9779f82aaf141c00e05334a2df936600","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"48d2be2ed81e077805b06ddcdd8ea340","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2005213-2005243_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328255-POCLOUD","revision-id":2,"native-id":"GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.101Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2005-09-30T23:59:59.000Z","BeginningDateTime":"2005-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:56.542Z"},{"Type":"Update","Date":"2023-04-17T15:28:56.543Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"7d8d931c3e01ea3a38c3e7ffef76e412","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"8737b922248b6e6a937806f73ea0c9f7","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"494a0651182b26d11203ae9a08510b58","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2005244-2005273_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327865-POCLOUD","revision-id":2,"native-id":"GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:13.602Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2005-10-31T23:59:59.000Z","BeginningDateTime":"2005-10-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:21.768Z"},{"Type":"Update","Date":"2023-04-17T15:28:21.769Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"f5ec5b2bb912cf5880c086f77ce04b07","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"920450202b4f893061e263c174556726","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"db8da5fee5a5463bebd0a2f1af67cc7f","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2005274-2005304_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327856-POCLOUD","revision-id":2,"native-id":"GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:13.739Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2005-11-30T23:59:59.000Z","BeginningDateTime":"2005-11-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:18.667Z"},{"Type":"Update","Date":"2023-04-17T15:28:18.667Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"1012053fda71872f7e4b1837d247d80c","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"7a60d65414feac1481dfeab6f8d8c4c8","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"73d9dcf339515e62ced61015e551c656","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2005305-2005334_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327867-POCLOUD","revision-id":2,"native-id":"GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.683Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2005-12-31T23:59:59.000Z","BeginningDateTime":"2005-12-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:22.206Z"},{"Type":"Update","Date":"2023-04-17T15:28:22.206Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"71ecc6f22ac858706f46a2d6e6a0fd10","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"95fc5e6e4afd553fa2bc4d320ddd396c","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"daf675250083ba181e711f6fd69d25bc","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2005335-2005365_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327853-POCLOUD","revision-id":2,"native-id":"GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.775Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2006-01-31T23:59:59.000Z","BeginningDateTime":"2006-01-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:20.733Z"},{"Type":"Update","Date":"2023-04-17T15:28:20.734Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"c10f5d9a77f25cb9fb071847d7a00b58","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"915a6dc5efe406174ae5537e64af3dac","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"6bd045228975929299ef4fe76f6080e8","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2006001-2006031_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327874-POCLOUD","revision-id":2,"native-id":"GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:13.055Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2006-02-28T23:59:59.000Z","BeginningDateTime":"2006-02-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:22.247Z"},{"Type":"Update","Date":"2023-04-17T15:28:22.247Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"6060be2ea2a22adba403edd6d17d02d9","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"3c29a38af37e5dd9944558a9bad536c4","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"f775235af89a2eb92e7ad65d5f4c23c5","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2006032-2006059_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327838-POCLOUD","revision-id":2,"native-id":"GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:12.674Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2006-03-31T23:59:59.000Z","BeginningDateTime":"2006-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:19.757Z"},{"Type":"Update","Date":"2023-04-17T15:28:19.766Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"c5447b6be77da1cfc9442964ee780d2c","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"a37b0b690b815840e610b72eea22ee9a","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"300afd5ddf8ae174bd4fd48b36bb694e","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:12.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2006060-2006090_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327861-POCLOUD","revision-id":2,"native-id":"GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:13.991Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2006-04-30T23:59:59.000Z","BeginningDateTime":"2006-04-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:21.480Z"},{"Type":"Update","Date":"2023-04-17T15:28:21.481Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"304c48b944ea0fbab5002c099a19d53e","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"53905eca6c6a73777a638ab19089df63","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"ed74b84e51919cc0d844529388c7bc2b","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2006091-2006120_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327831-POCLOUD","revision-id":2,"native-id":"GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:14.577Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2006-05-31T23:59:59.000Z","BeginningDateTime":"2006-05-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:19.168Z"},{"Type":"Update","Date":"2023-04-17T15:28:19.169Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"161375007fdc39157e20ff34fab354f6","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"4d971345103f52c13c64009293034af0","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"48ae2ea5fbb51fb63fa01b2576d1bd8a","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2006121-2006151_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328236-POCLOUD","revision-id":2,"native-id":"GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:14.477Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2006-06-30T23:59:59.000Z","BeginningDateTime":"2006-06-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:55.893Z"},{"Type":"Update","Date":"2023-04-17T15:28:55.893Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"4709a14cf564cb441303927a14a461b6","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"b614beb532abae4fdbc41b9056e2fa4f","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"01a954a832dd899b90732283f50c9fa0","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2006152-2006181_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327846-POCLOUD","revision-id":2,"native-id":"GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:16.713Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2006-07-31T23:59:59.000Z","BeginningDateTime":"2006-07-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:20.147Z"},{"Type":"Update","Date":"2023-04-17T15:28:20.167Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"7813a7181c7e63d5d33f9f70ffc39b6b","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"700934deecc588d01d940e48d3556988","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"409747b3a94d5f3aedff13e1016aeddc","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2006182-2006212_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327893-POCLOUD","revision-id":2,"native-id":"GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:13.641Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2006-08-31T23:59:59.000Z","BeginningDateTime":"2006-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:23.782Z"},{"Type":"Update","Date":"2023-04-17T15:28:23.783Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"a829c8af05edb2fc18780f940881b036","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"e758fb3a14ffb303a359d09755adb732","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"f2c185057383ed68876529d892343667","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2006213-2006243_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327891-POCLOUD","revision-id":2,"native-id":"GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:14.400Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2006-09-30T23:59:59.000Z","BeginningDateTime":"2006-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:23.480Z"},{"Type":"Update","Date":"2023-04-17T15:28:23.481Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"b0c481c9b208d151561f8d50e9b4906f","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"7a7039642d459c64a7a34742dae53b37","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"b62287d6df6c0b7881d2ce56acd8db3e","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2006244-2006273_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327868-POCLOUD","revision-id":2,"native-id":"GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:14.694Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2006-10-31T23:59:59.000Z","BeginningDateTime":"2006-10-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:22.263Z"},{"Type":"Update","Date":"2023-04-17T15:28:22.264Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"7d1fa600b3fad274aacac1fe1c719c00","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"4cab1c20c4ff73351b1cc7568901e612","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"a7a32157ea20436f950f14f0544763ef","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2006274-2006304_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327859-POCLOUD","revision-id":2,"native-id":"GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:13.382Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2006-11-30T23:59:59.000Z","BeginningDateTime":"2006-11-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:19.324Z"},{"Type":"Update","Date":"2023-04-17T15:28:19.324Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"f333bf0fc2733188804dc92246427cfd","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"0230c1454119258cb61454bc615116e4","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"370bbabf2e950e7add567d61fabb0441","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2006305-2006334_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327903-POCLOUD","revision-id":2,"native-id":"GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:14.938Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2006-12-31T23:59:59.000Z","BeginningDateTime":"2006-12-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:22.022Z"},{"Type":"Update","Date":"2023-04-17T15:28:22.023Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"34c97fea41c55e6923bd9acda2ab8055","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"79f6ee1262f75d9d8187a03b7fc18f7e","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"abc3de7408a0ff559a899d0f3f59a228","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2006335-2006365_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327851-POCLOUD","revision-id":2,"native-id":"GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:12.580Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2007-01-31T23:59:59.000Z","BeginningDateTime":"2007-01-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:20.788Z"},{"Type":"Update","Date":"2023-04-17T15:28:20.788Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"413f4445b21bf4f547d11074334c6295","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"2d682c4ea8815482d5b1267da0b3397c","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"8125e3c383c3a5b8088fc4811296e9b3","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2007001-2007031_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328194-POCLOUD","revision-id":2,"native-id":"GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.349Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2007-02-28T23:59:59.000Z","BeginningDateTime":"2007-02-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:51.842Z"},{"Type":"Update","Date":"2023-04-17T15:28:51.842Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"246588735d91b9b46ed9392aae4ae949","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"d89e34aad14d755d1a535a05dfe3fcdc","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"4e29682d9cc9f93586ea3993a933eee6","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2007032-2007059_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328202-POCLOUD","revision-id":2,"native-id":"GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:11.919Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2007-03-31T23:59:59.000Z","BeginningDateTime":"2007-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:52.407Z"},{"Type":"Update","Date":"2023-04-17T15:28:52.407Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"52d76bf53ef17e61c2b94cb15e1beee9","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"1face742e0192edc53dd98900900e05c","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"ba783f9d4bb9be0dab54a689b35398ac","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2007060-2007090_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328264-POCLOUD","revision-id":2,"native-id":"GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:14.105Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2007-04-30T23:59:59.000Z","BeginningDateTime":"2007-04-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:56.953Z"},{"Type":"Update","Date":"2023-04-17T15:28:56.953Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"a455c6191aa92d0e5f1a5783638f6060","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"c15053ae23156a4319fd631025d6d381","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"8b850ae254f037fe710861357bc4da68","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2007091-2007120_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327871-POCLOUD","revision-id":2,"native-id":"GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:12.605Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2007-05-31T23:59:59.000Z","BeginningDateTime":"2007-05-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:19.099Z"},{"Type":"Update","Date":"2023-04-17T15:28:19.099Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"dcc6aa1e7d94522f87dd098461655bd8","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"dde24084d0099a830960a3f90949e917","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"25ef02d939030bc79fa7bbbd014e65cc","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2007121-2007151_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327818-POCLOUD","revision-id":2,"native-id":"GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:13.169Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2007-06-30T23:59:59.000Z","BeginningDateTime":"2007-06-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:17.763Z"},{"Type":"Update","Date":"2023-04-17T15:28:17.804Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"6f49c9d5f25873cc4dcb7f834a73cb05","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"2779e9a9b95079fe6bcb87a275812a13","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"7199f048171f20696aefbfceddad1ffd","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2007152-2007181_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327830-POCLOUD","revision-id":2,"native-id":"GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:11.399Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2007-07-31T23:59:59.000Z","BeginningDateTime":"2007-07-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:18.958Z"},{"Type":"Update","Date":"2023-04-17T15:28:18.958Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"1a5acf10ab84f3414e01bba0f6723cf1","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"0a9aadbd4d527373766aa27b7a0baefb","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"b1dcffba901c01e3730b41f7bc1d0799","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2007182-2007212_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327822-POCLOUD","revision-id":2,"native-id":"GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:11.380Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2007-08-31T23:59:59.000Z","BeginningDateTime":"2007-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:17.847Z"},{"Type":"Update","Date":"2023-04-17T15:28:17.848Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"341a60c933b9c40a28e0231a1c6d09b8","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"71cbd5a30e8ed520443aa0a6af7012d7","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"78b5eea787e162977bf2cda47b96befe","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2007213-2007243_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327855-POCLOUD","revision-id":2,"native-id":"GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:14.606Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2007-09-30T23:59:59.000Z","BeginningDateTime":"2007-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:20.906Z"},{"Type":"Update","Date":"2023-04-17T15:28:20.931Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"5f1213eb0c0de9f1a7cd686e0051b332","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"239ac907bdaa37aafa48c21d3c23f55d","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"cf0b35a9ce1dd0926583857dd0c9b648","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2007244-2007273_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327829-POCLOUD","revision-id":2,"native-id":"GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.729Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2007-10-31T23:59:59.000Z","BeginningDateTime":"2007-10-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:18.550Z"},{"Type":"Update","Date":"2023-04-17T15:28:18.567Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"4ff77bbd9dfde7af7efbc04e4666fc4b","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"93a5204855cb0e458573aa7966a76849","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"47ac70b761fc3df3834b58fe5b727cb8","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2007274-2007304_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327823-POCLOUD","revision-id":2,"native-id":"GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:12.379Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2007-11-30T23:59:59.000Z","BeginningDateTime":"2007-11-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:18.345Z"},{"Type":"Update","Date":"2023-04-17T15:28:18.345Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"a57387ca72048baba423fe8968670560","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"46168b410dc35f03d930f9ca35399ec7","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"108d7dc428afcf32c6e045dbfa3afde6","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2007305-2007334_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327852-POCLOUD","revision-id":2,"native-id":"GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:12.287Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2007-12-31T23:59:59.000Z","BeginningDateTime":"2007-12-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:20.663Z"},{"Type":"Update","Date":"2023-04-17T15:28:20.663Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"4f3ed3914026494e925796847b12fb90","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"f49c57fd7b811e85e55fe38f17e8a320","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"2a305c3ad751e0a03dd7960046b65d9c","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2007335-2007365_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328243-POCLOUD","revision-id":2,"native-id":"GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:12.680Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2008-01-31T23:59:59.000Z","BeginningDateTime":"2008-01-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:56.261Z"},{"Type":"Update","Date":"2023-04-17T15:28:56.261Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"4ac9af635d751638e8d5f5a7aaeb86ab","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"32e7f6938d5a1f566bb0cea186bdeeb4","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"a160e4b3e80d474217db9253b8884520","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2008001-2008031_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327845-POCLOUD","revision-id":2,"native-id":"GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.799Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2008-02-29T23:59:59.000Z","BeginningDateTime":"2008-02-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:19.884Z"},{"Type":"Update","Date":"2023-04-17T15:28:19.884Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"a72525a2a47f61910969ee18125ad8ff","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"7539f8393c1c52b50e45c62027b42ae1","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"ec86fc771496bb665806db48bb20b767","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2008032-2008060_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328261-POCLOUD","revision-id":2,"native-id":"GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:13.484Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2008-03-31T23:59:59.000Z","BeginningDateTime":"2008-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:56.907Z"},{"Type":"Update","Date":"2023-04-17T15:28:56.908Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"ee4e4ce9264e77be343b94a21f6fab13","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"235daf3ccb4521c4e664a7121bdd066d","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"e7c0bac62412bc54a22aa9641469ad9d","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:13.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2008061-2008091_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328280-POCLOUD","revision-id":2,"native-id":"GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.430Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2008-04-30T23:59:59.000Z","BeginningDateTime":"2008-04-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:57.566Z"},{"Type":"Update","Date":"2023-04-17T15:28:57.566Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"8f28674b292e3d9e2da44a74f1558a69","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"e19cbc02077ddb5c1a22e20444377f1e","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"3cc634467e4ef6a47c076b52ac44eeb5","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2008092-2008121_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328293-POCLOUD","revision-id":2,"native-id":"GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.962Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2008-05-31T23:59:59.000Z","BeginningDateTime":"2008-05-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:59.506Z"},{"Type":"Update","Date":"2023-04-17T15:28:59.506Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"92753e974ba60743af610db4282335eb","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"f72656663bdcfde53b323d6b00fb8979","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"2374d5a9fb195416458aecef2e33b38e","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2008122-2008152_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327957-POCLOUD","revision-id":2,"native-id":"GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:13.777Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2008-06-30T23:59:59.000Z","BeginningDateTime":"2008-06-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:32.854Z"},{"Type":"Update","Date":"2023-04-17T15:28:32.854Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"4fb5dac57c9a7fece1cab1d297b14443","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"cf54f1843cc80ce9edf5c2d8da38f468","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"bfb46c8b52de26fd2dede7099a18fd97","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2008153-2008182_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327895-POCLOUD","revision-id":2,"native-id":"GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:13.092Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2008-07-31T23:59:59.000Z","BeginningDateTime":"2008-07-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:23.607Z"},{"Type":"Update","Date":"2023-04-17T15:28:23.607Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"6619b0607d787c6f77cddbc2802ad406","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"cd50f97282a4eb06f8e92a31d2e5600c","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"f51a712918938d556cc072b5cd2f24df","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2008183-2008213_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328195-POCLOUD","revision-id":2,"native-id":"GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.697Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2008-08-31T23:59:59.000Z","BeginningDateTime":"2008-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:52.068Z"},{"Type":"Update","Date":"2023-04-17T15:28:52.068Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"d639cc27ffdafb97ff7ea8e7c97d1745","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"48b08a22e96f180573a649e5549421dc","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"5b3ab95d1722e53dd3f17c85a1c7661c","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2008214-2008244_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328265-POCLOUD","revision-id":2,"native-id":"GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.219Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2008-09-30T23:59:59.000Z","BeginningDateTime":"2008-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:56.948Z"},{"Type":"Update","Date":"2023-04-17T15:28:56.948Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"a615296b7cac6b4664d7ac8b18430e73","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"3432684b9828884b5e0da828046221a6","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"76d1efa62b217b82a68e93f35bbc935c","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2008245-2008274_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328247-POCLOUD","revision-id":2,"native-id":"GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.230Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2008-10-31T23:59:59.000Z","BeginningDateTime":"2008-10-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:56.308Z"},{"Type":"Update","Date":"2023-04-17T15:28:56.308Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"603334fef645ac55a65e1d497c1cb628","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"43f92f331a9da3241f29e9a4adf381e7","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"dfb971b5dc3d4cebc3fcf5f6f9071d9a","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2008275-2008305_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327902-POCLOUD","revision-id":2,"native-id":"GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:12.330Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2008-11-30T23:59:59.000Z","BeginningDateTime":"2008-11-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:24.951Z"},{"Type":"Update","Date":"2023-04-17T15:28:24.952Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"274d006d2ee12ba7fad45de68b61409e","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"f36670725db03e53d3082552da66c4da","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"21622530d22bc637b8520ae30bb7e068","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2008306-2008335_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327815-POCLOUD","revision-id":2,"native-id":"GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:13.696Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2008-12-31T23:59:59.000Z","BeginningDateTime":"2008-12-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:17.432Z"},{"Type":"Update","Date":"2023-04-17T15:28:17.432Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"c1dc6718d83d692235e44f4327f3edab","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"df8422a7076d6c0b0d8d84358679ae56","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"307f511629dd1f81e7b8345441fa1b20","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2008336-2008366_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328225-POCLOUD","revision-id":2,"native-id":"GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.130Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2009-01-31T23:59:59.000Z","BeginningDateTime":"2009-01-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:54.247Z"},{"Type":"Update","Date":"2023-04-17T15:28:54.248Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"cd7c5bf698b808fa15f6dbe44ec9f23f","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"1d1984f3a703221a45c483bd91c8c40e","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"7fb5a5b1a611065746f881664d6ccd2d","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2009001-2009031_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327814-POCLOUD","revision-id":2,"native-id":"GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:13.237Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2009-02-28T23:59:59.000Z","BeginningDateTime":"2009-02-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:17.367Z"},{"Type":"Update","Date":"2023-04-17T15:28:17.367Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"5be70dcdd70659db7cf3bdf6c93f3785","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"f8070bda3604edf35778090e77816e2a","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"5bb75f93d843f126756a325a1730b071","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2009032-2009059_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327907-POCLOUD","revision-id":2,"native-id":"GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:12.535Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2009-03-31T23:59:59.000Z","BeginningDateTime":"2009-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:26.082Z"},{"Type":"Update","Date":"2023-04-17T15:28:26.083Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"8792de9323ef54b7813e1ae5226abe7a","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"18d24057f0cff24044b804858010bbe1","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"7ab697b43125e3e3e9895918e18f4065","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2009060-2009090_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328232-POCLOUD","revision-id":2,"native-id":"GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.489Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2009-04-30T23:59:59.000Z","BeginningDateTime":"2009-04-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:55.223Z"},{"Type":"Update","Date":"2023-04-17T15:28:55.223Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"5d6d8f2a5a02190be216b075ccb29658","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"0502769d95e7a72a50041c5ffcf17433","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"2acc76eef5c0d29d81e4dcc2d9fc0749","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2009091-2009120_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328260-POCLOUD","revision-id":2,"native-id":"GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:12.034Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2009-05-31T23:59:59.000Z","BeginningDateTime":"2009-05-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:56.771Z"},{"Type":"Update","Date":"2023-04-17T15:28:56.772Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"316f7a45fd473cb1f0b545f368479fb7","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"ab3a6f5088dbed556b706b1b86fe36f6","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"92b1baa0e2de854dfeb81fc2fda2cda8","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2009121-2009151_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328210-POCLOUD","revision-id":2,"native-id":"GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:13.130Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2009-06-30T23:59:59.000Z","BeginningDateTime":"2009-06-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:53.551Z"},{"Type":"Update","Date":"2023-04-17T15:28:53.551Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"d02228e880f41e6efbe00e2a6c3574e2","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"4b61c29c55ef5fc425aa663fa31095db","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"b9b6c6705b9aedc3e1e7c8d9384f214f","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2009152-2009181_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327894-POCLOUD","revision-id":2,"native-id":"GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:12.432Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2009-07-31T23:59:59.000Z","BeginningDateTime":"2009-07-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:23.849Z"},{"Type":"Update","Date":"2023-04-17T15:28:23.865Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"a2b3e8db8631742a3123cc3d4101bbeb","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"fb64e0fdd74d8131f55d8df80f07dd2f","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"80237eeb97104506238d0412b297c928","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2009182-2009212_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328215-POCLOUD","revision-id":2,"native-id":"GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:14.120Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2009-08-31T23:59:59.000Z","BeginningDateTime":"2009-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:52.825Z"},{"Type":"Update","Date":"2023-04-17T15:28:52.826Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"f7a2858324d8ed1be4617de18798f899","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"c442174086474b8106dc8bb635ccd407","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"e332d8be8e3b7394f5ff2c19a7ee2781","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2009213-2009243_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327862-POCLOUD","revision-id":2,"native-id":"GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.798Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2009-09-30T23:59:59.000Z","BeginningDateTime":"2009-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:21.569Z"},{"Type":"Update","Date":"2023-04-17T15:28:21.569Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"e3177ea704cc1e7a14fc108975e70d0e","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"69bc155c08ad9f6593e1476ad06c3a3e","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"2b42c3103fb506a5efceb0c062f2076b","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2009244-2009273_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328245-POCLOUD","revision-id":2,"native-id":"GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:12.762Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2009-10-31T23:59:59.000Z","BeginningDateTime":"2009-10-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:56.140Z"},{"Type":"Update","Date":"2023-04-17T15:28:56.140Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"096850a1299dbf51bb33fcc7b2a2be1c","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"372ff7c365881678530e741e123d92ff","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"e217428de16be3194009342e4af69452","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2009274-2009304_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328237-POCLOUD","revision-id":2,"native-id":"GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:13.376Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2009-11-30T23:59:59.000Z","BeginningDateTime":"2009-11-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:55.784Z"},{"Type":"Update","Date":"2023-04-17T15:28:55.784Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"a583b081fb1341aded9938cbffa01839","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"170706e9ed652312877bb2b055c8b75f","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"f0802d149cc21fff7a404e0d066a1344","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2009305-2009334_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328203-POCLOUD","revision-id":2,"native-id":"GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:12.041Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2009-12-31T23:59:59.000Z","BeginningDateTime":"2009-12-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:52.222Z"},{"Type":"Update","Date":"2023-04-17T15:28:52.223Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"ad849dcb18ee4c1a3b7215f3b599e9ae","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"af4ff4626f7c0f1c24107bad8de7f03d","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"e93b17f0e8fff042ccc1ea32ae794e31","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2009335-2009365_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328221-POCLOUD","revision-id":2,"native-id":"GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:12.805Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2010-01-31T23:59:59.000Z","BeginningDateTime":"2010-01-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:53.703Z"},{"Type":"Update","Date":"2023-04-17T15:28:53.703Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"62bfdc3ec6668697dec8e67397f2ee38","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"009268968c8880bd534373db0d2ede0c","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"1d5c763ea814779fb6c0cec3e1648520","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2010001-2010031_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328249-POCLOUD","revision-id":2,"native-id":"GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:13.025Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2010-02-28T23:59:59.000Z","BeginningDateTime":"2010-02-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:56.507Z"},{"Type":"Update","Date":"2023-04-17T15:28:56.507Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"ee88129edb8ba6ecdbc4a77169f308df","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"5cacb62515a7d747ad5ea9e4ed282788","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"a30a4aa050514a352028ae797cf0ab8d","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2010032-2010059_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328315-POCLOUD","revision-id":2,"native-id":"GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:12.760Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2010-03-31T23:59:59.000Z","BeginningDateTime":"2010-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:01.504Z"},{"Type":"Update","Date":"2023-04-17T15:29:01.505Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"391480043dfc8550b987c0c8181f814c","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"bbb97fda3f09ae4e4eb36b63bf48eff2","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"3af8e61933403abc09df71e006e4932e","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2010060-2010090_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328205-POCLOUD","revision-id":2,"native-id":"GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.229Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2010-04-30T23:59:59.000Z","BeginningDateTime":"2010-04-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:52.570Z"},{"Type":"Update","Date":"2023-04-17T15:28:52.571Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"5012b611b1f7be89813a6e250475cddf","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"6cc9224a94aaed418889823ba4e77c7a","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"57a35fdd5597b4290b9e0b0f1a3fb3d7","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:14.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2010091-2010120_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328317-POCLOUD","revision-id":2,"native-id":"GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.755Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2010-05-31T23:59:59.000Z","BeginningDateTime":"2010-05-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:02.585Z"},{"Type":"Update","Date":"2023-04-17T15:29:02.586Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"dfbe583f09284c46dfe81093fd3fb1fb","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"6e50241792a42bd3e6a64214cd27a828","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"8a14683226c9d70df49c23d09f54603b","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2010121-2010151_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327943-POCLOUD","revision-id":2,"native-id":"GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:12.432Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2010-06-30T23:59:59.000Z","BeginningDateTime":"2010-06-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:31.928Z"},{"Type":"Update","Date":"2023-04-17T15:28:31.928Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"d203f1cd46738979b1326c077bd6da42","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"a46e79447d427b95a994e03346b8c800","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"c5d5405132da327d6319c210b1c1bc51","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2010152-2010181_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328304-POCLOUD","revision-id":2,"native-id":"GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:13.623Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2010-07-31T23:59:59.000Z","BeginningDateTime":"2010-07-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:59.988Z"},{"Type":"Update","Date":"2023-04-17T15:29:00.005Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"0129c2b85eb92a0ac87e3ccfc7920e0d","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"17e9091c3dc510ff5afbf4a4178e3854","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"f61d4142ef9cae912bd5e3af3a6b308e","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2010182-2010212_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327954-POCLOUD","revision-id":2,"native-id":"GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:16.135Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2010-08-31T23:59:59.000Z","BeginningDateTime":"2010-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:33.523Z"},{"Type":"Update","Date":"2023-04-17T15:28:33.524Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"622ab956f27ed17b84da0b4f6ea0e0f9","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"298f37c9ba76490202dbb91289f35d73","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"8cacda2cb38df813c262cca18a0114fd","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2010213-2010243_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327952-POCLOUD","revision-id":2,"native-id":"GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:12.169Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2010-09-30T23:59:59.000Z","BeginningDateTime":"2010-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:33.147Z"},{"Type":"Update","Date":"2023-04-17T15:28:33.147Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"e073668bd67d644040ac1a263f027758","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"8f71d8a26f91fddc40aa827d398d5255","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"37556ee056fbd4b5b8318676cbfc7850","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2010244-2010273_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327963-POCLOUD","revision-id":2,"native-id":"GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:14.934Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2010-10-31T23:59:59.000Z","BeginningDateTime":"2010-10-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:34.386Z"},{"Type":"Update","Date":"2023-04-17T15:28:34.386Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"ac4b976e74bc1a011c4fe45eb1f57439","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"b750ea96f7744a112329ba995ac4df06","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"4ebbb7a915f3cdfd84e9bc39d70f1bc8","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2010274-2010304_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328303-POCLOUD","revision-id":2,"native-id":"GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:13.075Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2010-11-30T23:59:59.000Z","BeginningDateTime":"2010-11-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:00.900Z"},{"Type":"Update","Date":"2023-04-17T15:29:00.900Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"3143e9f6140bd9687e9be36179f95da6","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"5cb4d5902cf8d4b92470fa86ef39a0c6","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"61d90869c87db52b7dddbb41a31b5ed3","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2010305-2010334_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327967-POCLOUD","revision-id":2,"native-id":"GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:13.996Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2010-12-27T23:59:59.000Z","BeginningDateTime":"2010-12-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:33.990Z"},{"Type":"Update","Date":"2023-04-17T15:28:33.990Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"73f53b5286d7903b62385d093d1860df","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"2d95d3a4b27cddd536bda1cfeef8fcb8","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"fdd8b4ef5b65e7d6420c14ff7c83b605","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2010335-2010361_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327966-POCLOUD","revision-id":2,"native-id":"GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:13.217Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2011-02-28T23:59:59.000Z","BeginningDateTime":"2011-02-08T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:34.391Z"},{"Type":"Update","Date":"2023-04-17T15:28:34.391Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"c05f3ad7c0f6c0959f280d4640c19d48","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"79de228624ed7e4cc13a7576b853ef13","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"7713065cd1406ca33400b9d44682e73c","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2011039-2011059_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327969-POCLOUD","revision-id":2,"native-id":"GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:15.089Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2011-03-31T23:59:59.000Z","BeginningDateTime":"2011-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:34.285Z"},{"Type":"Update","Date":"2023-04-17T15:28:34.286Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"590a4dbd75b27ba14fcde2a3f83782b8","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"797519206910ecf361ff3930543d5eee","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"94ffaead29ff77b8a8da0fb2dde20de6","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2011060-2011090_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327992-POCLOUD","revision-id":2,"native-id":"GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:12.416Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2011-04-30T23:59:59.000Z","BeginningDateTime":"2011-04-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:36.967Z"},{"Type":"Update","Date":"2023-04-17T15:28:36.967Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"350129864b0b15816dcbc8501aa944ac","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"f5b4faca3b2635812216800537554cc7","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"1fe4079d046683ac6040dee660937808","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2011091-2011120_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327995-POCLOUD","revision-id":2,"native-id":"GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:12.240Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2011-05-31T23:59:59.000Z","BeginningDateTime":"2011-05-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:36.988Z"},{"Type":"Update","Date":"2023-04-17T15:28:36.988Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"fed295a6734957e4e927100353f652b6","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"472db9bc1cb51b434658b9948d8d61a5","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"ef1381b35fd99f82e8c78de39b68a569","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2011121-2011151_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658327987-POCLOUD","revision-id":2,"native-id":"GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:12.009Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2011-07-31T23:59:59.000Z","BeginningDateTime":"2011-07-05T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:36.121Z"},{"Type":"Update","Date":"2023-04-17T15:28:36.121Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"d297570325a21043ad2247a43137ee86","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"9c9f9b39da096c03029e3d965f1f7c08","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"ed802e348174189d94d21569b080fd46","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2011186-2011212_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328018-POCLOUD","revision-id":2,"native-id":"GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:29:13.871Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2011-08-31T23:59:59.000Z","BeginningDateTime":"2011-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:28:38.667Z"},{"Type":"Update","Date":"2023-04-17T15:28:38.679Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"7ed2545c9568933b4dd27337d59e0bd4","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"dfab0831fc8ac40ad51adff1fe36a69e","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"55220a8bf924b8ed229f82e26645b7bd","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2011213-2011243_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328458-POCLOUD","revision-id":2,"native-id":"GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.718Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2011-09-30T23:59:59.000Z","BeginningDateTime":"2011-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:15.974Z"},{"Type":"Update","Date":"2023-04-17T15:29:15.974Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"ac25d2303c583d6d9cbfeea7fd558de5","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"d26b54531567d07a2a65823a3d1a7fcb","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"1a845595e4c58c1fc50b2b26c7ce1da0","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2011244-2011273_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328518-POCLOUD","revision-id":2,"native-id":"GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:14.250Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2011-10-31T23:59:59.000Z","BeginningDateTime":"2011-10-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:20.098Z"},{"Type":"Update","Date":"2023-04-17T15:29:20.099Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"52741a67181beec777872871600e741a","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"5023cd670954d69d4ee281783c6c7ae3","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"1f0c43d404401725f1777daa37b955ff","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2011274-2011304_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328511-POCLOUD","revision-id":2,"native-id":"GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:14.125Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2011-11-16T23:59:59.000Z","BeginningDateTime":"2011-10-17T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:18.857Z"},{"Type":"Update","Date":"2023-04-17T15:29:18.857Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"835d2cead9fdad7f733169a303b481ea","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"b4e6dfc585a5016723b70d1359a7dda2","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"a32cbc5d180f8ada87399f5ae3e76882","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2011290-2011320_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328532-POCLOUD","revision-id":2,"native-id":"GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:11.953Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2012-01-15T23:59:59.000Z","BeginningDateTime":"2011-12-17T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:20.190Z"},{"Type":"Update","Date":"2023-04-17T15:29:20.191Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"a55cd08e1d8ae25ceca57a03565a8f28","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"8136b873cb1cbad0010afd9a636a9391","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"9c5d276bd9487aa1bcd43db132470f8c","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2011351-2012015_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328526-POCLOUD","revision-id":2,"native-id":"GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:15.106Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2012-01-31T23:59:59.000Z","BeginningDateTime":"2012-01-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:20.580Z"},{"Type":"Update","Date":"2023-04-17T15:29:20.580Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"5b50a3ebc15d8ce43cc7dbc2adf88b4e","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"5309e31a62a51de178307f7ed18e9718","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"040093bd91bad94e01c7b6c59283d338","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2012001-2012031_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328565-POCLOUD","revision-id":2,"native-id":"GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:15.941Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2012-02-29T23:59:59.000Z","BeginningDateTime":"2012-02-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:24.475Z"},{"Type":"Update","Date":"2023-04-17T15:29:24.475Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"0f9b6a9928788cb794c7eb100c458f43","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"2484b4e883f426ee9a2d843e0556e2c5","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"c65a7fa2206292f4495de0c94a89d18d","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2012032-2012060_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328574-POCLOUD","revision-id":2,"native-id":"GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:33:15.019Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2012-03-31T23:59:59.000Z","BeginningDateTime":"2012-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:25.877Z"},{"Type":"Update","Date":"2023-04-17T15:29:25.877Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"523dc25bd91d5cc8c093aa384c74db1f","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"d5793e95b9c9b2078a6baeb16da4408e","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"0da0b7102dbbfbb3296648e7e5a829d1","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2012061-2012091_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328564-POCLOUD","revision-id":2,"native-id":"GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:14.719Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2012-04-19T23:59:59.000Z","BeginningDateTime":"2012-03-20T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:24.517Z"},{"Type":"Update","Date":"2023-04-17T15:29:24.517Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"b17e690b5e1ca52eb20e738ae9eaf371","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"143b805b6cd8fe3cb2a5a57e1457f340","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"5ecdae91bd00af7cb339b53a0f62ed98","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2012080-2012110_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328570-POCLOUD","revision-id":2,"native-id":"GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:13.857Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2012-06-30T23:59:59.000Z","BeginningDateTime":"2012-06-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:25.631Z"},{"Type":"Update","Date":"2023-04-17T15:29:25.632Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"c4217388d8a088df23ab711527242103","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"f4db03cd2e8cd8b8bb9cf7c8548e11bb","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"721e902312f198f8eb61ef79567b6e22","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2012153-2012182_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328507-POCLOUD","revision-id":2,"native-id":"GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:12.268Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2012-07-31T23:59:59.000Z","BeginningDateTime":"2012-07-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:19.710Z"},{"Type":"Update","Date":"2023-04-17T15:29:19.710Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"8c16fdf7bf80a07c7a8d4311297e02ee","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"8087deedbd5330c43ebc4b2799bef85c","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"6c67a3671f4294442bc8896b6b566c7c","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:15.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2012183-2012213_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328478-POCLOUD","revision-id":2,"native-id":"GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.372Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2012-08-31T23:59:59.000Z","BeginningDateTime":"2012-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:17.558Z"},{"Type":"Update","Date":"2023-04-17T15:29:17.574Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"d697d00acfa14d3e95e2dfe3b2d41929","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"a8e66892b3513b7243383813650f3c4b","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"1f7e26db8c72785e6686967ca757785c","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2012214-2012244_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328550-POCLOUD","revision-id":2,"native-id":"GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:14.368Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2012-09-24T23:59:59.000Z","BeginningDateTime":"2012-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:22.585Z"},{"Type":"Update","Date":"2023-04-17T15:29:22.585Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"72d3def9d58b6c5b7a37f4ff7394d294","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"4b263c7421fb087c1025f255c4cdd64b","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"2adecb94c137e6cf40aa7ddceb14da75","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2012245-2012268_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328543-POCLOUD","revision-id":2,"native-id":"GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:14.243Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2012-11-30T23:59:59.000Z","BeginningDateTime":"2012-11-06T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:21.938Z"},{"Type":"Update","Date":"2023-04-17T15:29:21.939Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"d5d91b8b62ebb1bb123af88df5dd6436","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"5cee18cec1810f1b245e75e1dfbfafe4","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"8f2478e1d420b174c66b8ac1f3b91993","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2012311-2012335_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328544-POCLOUD","revision-id":2,"native-id":"GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:15.779Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2012-12-31T23:59:59.000Z","BeginningDateTime":"2012-12-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:22.054Z"},{"Type":"Update","Date":"2023-04-17T15:29:22.054Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"d9cec4578fee97f9254e08f5b19c3e1a","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"712415460f28fba8b92c423798072985","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"b4436849472074e44309386879a7c0c9","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2012336-2012366_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328567-POCLOUD","revision-id":2,"native-id":"GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:14.600Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2013-01-31T23:59:59.000Z","BeginningDateTime":"2013-01-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:24.931Z"},{"Type":"Update","Date":"2023-04-17T15:29:24.931Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"4509d11947166ac7c1c9537b4ae31e1f","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"b99bc492f802ecaace81926d419626a9","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"13ecd5500f483009d65aeedc1e4fd989","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2013001-2013031_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328582-POCLOUD","revision-id":2,"native-id":"GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:33:15.269Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2013-02-26T23:59:59.000Z","BeginningDateTime":"2013-02-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:26.125Z"},{"Type":"Update","Date":"2023-04-17T15:29:26.126Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"8a8f64c250f07e89a5ade072a4a66341","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"0e2d7b0652add092e0c861aab49e505d","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"739af9a2679f7b78e85d754b0c0edd07","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2013032-2013057_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328586-POCLOUD","revision-id":2,"native-id":"GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:33:14.612Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2013-04-30T23:59:59.000Z","BeginningDateTime":"2013-04-11T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:27.157Z"},{"Type":"Update","Date":"2023-04-17T15:29:27.173Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"a56b91b43fc7d475c5c85f39863450b4","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"2d01eb1e78f885f97e24aa2a2918b9c8","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"de66c92c0ab5fcde3c4cc3827b413783","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2013101-2013120_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328561-POCLOUD","revision-id":2,"native-id":"GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:14.066Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2013-05-31T23:59:59.000Z","BeginningDateTime":"2013-05-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:24.112Z"},{"Type":"Update","Date":"2023-04-17T15:29:24.112Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"7fe62b2ff4f552295e9ded3053b54084","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"5c537aac1c72984cf6fb0ae28a00693a","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"08f4d6df466d53b385a6891269a1a4cb","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2013121-2013151_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328577-POCLOUD","revision-id":2,"native-id":"GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:12.450Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2013-06-30T23:59:59.000Z","BeginningDateTime":"2013-06-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:26.106Z"},{"Type":"Update","Date":"2023-04-17T15:29:26.107Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"9505e7a40bbc599d55b7e4317ff7ef5e","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"3b0c664965325b21b87ad85b35cd6fbb","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"f7089f4855f742cbc96708aa006a4b88","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2013152-2013181_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328523-POCLOUD","revision-id":2,"native-id":"GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:14.880Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2013-07-31T23:59:59.000Z","BeginningDateTime":"2013-07-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:20.451Z"},{"Type":"Update","Date":"2023-04-17T15:29:20.452Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"2bded6453e41fb2461e5e65eedae317f","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"f9bff77e163212ae13fee2590edfb8a7","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"5437de3037ee0aaa808c50de08ef9fe2","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2013182-2013212_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328579-POCLOUD","revision-id":2,"native-id":"GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:14.125Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2013-10-31T23:59:59.000Z","BeginningDateTime":"2013-10-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:26.273Z"},{"Type":"Update","Date":"2023-04-17T15:29:26.273Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"d445c3217ff68f08ac9498a39eae43ed","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"0e7b7a04e1b5b219c455ae457f9bd095","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"a34877e60f07c7cb973a4940f980f457","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2013274-2013304_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328504-POCLOUD","revision-id":2,"native-id":"GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:13.040Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2013-11-30T23:59:59.000Z","BeginningDateTime":"2013-11-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:19.362Z"},{"Type":"Update","Date":"2023-04-17T15:29:19.362Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"cb21e250b82bb5341a6291eb7c444e26","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"8a13e656e9f29a4d584c9be8ab9dd0f7","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"58cbf2c35a27c839e3767d3674d5df5b","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2013305-2013334_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328474-POCLOUD","revision-id":2,"native-id":"GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:13.851Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2013-12-31T23:59:59.000Z","BeginningDateTime":"2013-12-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:17.857Z"},{"Type":"Update","Date":"2023-04-17T15:29:17.857Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"12267f1017d7d7b8c58808904a4a4f52","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"dcd94c16f7c8e6e74b82a1178ce7422e","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"810583368db9c12c3b0f62b6f7e054ff","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2013335-2013365_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328538-POCLOUD","revision-id":2,"native-id":"GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:14.763Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2014-01-17T23:59:59.000Z","BeginningDateTime":"2014-01-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:21.326Z"},{"Type":"Update","Date":"2023-04-17T15:29:21.326Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"bf0dfeee0c0620c57b7fd51881a5cdc7","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"b183587d7d64703ca291561fb12d4b51","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"bd1d073ca471b4ba9855e18bd114ceb8","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2014001-2014017_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328460-POCLOUD","revision-id":2,"native-id":"GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:12.905Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2014-03-31T23:59:59.000Z","BeginningDateTime":"2014-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:16.011Z"},{"Type":"Update","Date":"2023-04-17T15:29:16.012Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"13675360f90805c5d1009cbc3ece7563","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"aeb3ee1a9d3b50752d5538afc850a760","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"219124c8e7bd53350769d7dbc0359757","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2014060-2014090_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328514-POCLOUD","revision-id":2,"native-id":"GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:13.059Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2014-04-30T23:59:59.000Z","BeginningDateTime":"2014-04-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:19.872Z"},{"Type":"Update","Date":"2023-04-17T15:29:19.873Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"be046e0faf6623f10801f0a8c03db94d","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"3082cd8345c9e620d008a249d8c0caa3","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"d7bb0a5994621dfd710f58fb244744ea","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2014091-2014120_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328571-POCLOUD","revision-id":2,"native-id":"GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:14.651Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2014-05-31T23:59:59.000Z","BeginningDateTime":"2014-05-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:25.818Z"},{"Type":"Update","Date":"2023-04-17T15:29:25.819Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"c852b035733acad497489e136223bef3","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"5cc56cd76c971cecb881d1ac069f0b74","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"3d072eb2e1cb613e1f1d219944f99d44","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2014121-2014151_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328463-POCLOUD","revision-id":2,"native-id":"GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:14.684Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2014-06-24T23:59:59.000Z","BeginningDateTime":"2014-06-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:16.418Z"},{"Type":"Update","Date":"2023-04-17T15:29:16.418Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"658e6e09f58751409ee10e95e5481a85","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"4f14259803056a769f4f177eb47ce627","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"d84b481043ce936f250c541ea16f562c","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2014152-2014175_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328534-POCLOUD","revision-id":2,"native-id":"GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:14.414Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2014-08-31T23:59:59.000Z","BeginningDateTime":"2014-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:21.735Z"},{"Type":"Update","Date":"2023-04-17T15:29:21.736Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"bc082b24d7d7d854f2024838be886c26","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"c995e54fa35f0c737b2d61dfa7f0adf2","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"8c44e28ceb7eb8e2aefb2cb5836b9c3d","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2014213-2014243_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328533-POCLOUD","revision-id":2,"native-id":"GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:14.170Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2014-09-30T23:59:59.000Z","BeginningDateTime":"2014-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:20.938Z"},{"Type":"Update","Date":"2023-04-17T15:29:20.938Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"4ca6a0dc7c6db0d18753c30e520acb0d","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"2fb71442901e2cedce2e8822cd78896f","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"e48358487dbe609627adf389c1318e92","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2014244-2014273_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328508-POCLOUD","revision-id":2,"native-id":"GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:14.668Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2014-10-31T23:59:59.000Z","BeginningDateTime":"2014-10-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:19.715Z"},{"Type":"Update","Date":"2023-04-17T15:29:19.715Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"adedb6c84d583e37e9d6d42892f7f4aa","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"4a4c414b6183a96a37edd29d53ff0918","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"79cd840ecffea96fce5510144441e5e7","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2014274-2014304_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328562-POCLOUD","revision-id":2,"native-id":"GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:15.893Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2014-12-02T23:59:59.000Z","BeginningDateTime":"2014-11-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:23.743Z"},{"Type":"Update","Date":"2023-04-17T15:29:23.761Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"bbcecd9dd17ba2ecaea4cb5fa974eeb9","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"7a00195fc5273eb713855df3ded960fa","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"ce9e0f0d09d258d8d1d380b6accd450b","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2014305-2014336_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328569-POCLOUD","revision-id":2,"native-id":"GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.341Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2015-01-31T23:59:59.000Z","BeginningDateTime":"2015-01-13T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:24.979Z"},{"Type":"Update","Date":"2023-04-17T15:29:24.979Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"337363a3f9e05345d379033a04841cb7","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"88169084dd4d0d16eb7fdee01cf042cb","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"0689bc3eb2798275106a132c420d8384","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2015013-2015031_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328592-POCLOUD","revision-id":2,"native-id":"GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:15.213Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2015-02-28T23:59:59.000Z","BeginningDateTime":"2015-02-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:28.641Z"},{"Type":"Update","Date":"2023-04-17T15:29:28.641Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"a89e5bc36d527ccadef68fa75714f660","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"7643e2c127f8b30b615defe5779e5be4","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"806c96114e479bbaa3500a1c9c267e16","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:16.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2015032-2015059_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328491-POCLOUD","revision-id":2,"native-id":"GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.592Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2015-03-31T23:59:59.000Z","BeginningDateTime":"2015-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:18.522Z"},{"Type":"Update","Date":"2023-04-17T15:29:18.539Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"599ebd1bcebee102c32a6f73e809f69a","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"7a21077bcbb0d05fa69c324566db2e85","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"f9b337abf3874e8795b1883c6bc240ff","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2015060-2015090_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328494-POCLOUD","revision-id":2,"native-id":"GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.213Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2015-04-30T23:59:59.000Z","BeginningDateTime":"2015-04-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:19.068Z"},{"Type":"Update","Date":"2023-04-17T15:29:19.069Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"a1758a84111fefd633d7f795895e00fb","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"65d4f14dca90be662520036cf6f0ecaf","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"b7bce672ca9474321f2c0bba03d0e165","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2015091-2015120_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328539-POCLOUD","revision-id":2,"native-id":"GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:14.419Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2015-05-11T23:59:59.000Z","BeginningDateTime":"2015-04-12T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:21.937Z"},{"Type":"Update","Date":"2023-04-17T15:29:21.954Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"00cc541500441aeffb08821e4bdad1e9","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"91da8e7c69c7549ca243c8bdd3a29ea9","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"070767db52e730126cf8f111e11e292e","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2015102-2015131_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328530-POCLOUD","revision-id":2,"native-id":"GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.336Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2015-07-31T23:59:59.000Z","BeginningDateTime":"2015-06-29T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:21.068Z"},{"Type":"Update","Date":"2023-04-17T15:29:21.068Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"8cb4ea970943d101996341c873d62078","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"5c0f5f0d3149fe2287774c8bdd14f005","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"822da46e81048bf1788cee77f7e4e23f","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2015180-2015212_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328475-POCLOUD","revision-id":2,"native-id":"GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:14.157Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2015-08-31T23:59:59.000Z","BeginningDateTime":"2015-08-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:17.734Z"},{"Type":"Update","Date":"2023-04-17T15:29:17.734Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"fc7f5dace0ca5dfc55857ce399974194","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"c72f5bedb91e513a721930c3c4009cf3","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"1eeb547015ccdee84a4a0cb19735d8d7","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2015213-2015243_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328481-POCLOUD","revision-id":2,"native-id":"GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:12.552Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2015-09-27T23:59:59.000Z","BeginningDateTime":"2015-09-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:18.005Z"},{"Type":"Update","Date":"2023-04-17T15:29:18.006Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"0bac92a4141f69472e3b58c8c1f7cbf7","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"15fb97d42721ad7160c0e4ca466daa48","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"210057ccd956498acede481c5987f16d","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2015244-2015270_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328462-POCLOUD","revision-id":2,"native-id":"GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:15.119Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2016-01-03T23:59:59.000Z","BeginningDateTime":"2015-12-12T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:16.186Z"},{"Type":"Update","Date":"2023-04-17T15:29:16.186Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"42ae636e1a4b3945d9b7e1cd8bf03071","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"ae808390501a50f4fb43e783a1617626","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"a9f34312571d4016f4bea4b8526e2f07","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2015346-2016003_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328461-POCLOUD","revision-id":2,"native-id":"GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.774Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2016-01-28T23:59:59.000Z","BeginningDateTime":"2016-01-04T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:15.837Z"},{"Type":"Update","Date":"2023-04-17T15:29:15.838Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"7881f38836cc951495eca61c0113ab94","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"e4ce041ae47fb193ac3cdcd6f3f267da","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"5b61adbc6f5d952eba01b8b32666a0d1","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2016004-2016028_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328581-POCLOUD","revision-id":2,"native-id":"GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:15.904Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2016-02-29T23:59:59.000Z","BeginningDateTime":"2016-01-29T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:26.628Z"},{"Type":"Update","Date":"2023-04-17T15:29:26.628Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"eb821e8cb94710ede27871d90bd48e68","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"cfa0988e503f2f4179261a182a7c95d3","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"5f7e8d6f69bf2a8b55aeb1fe5bdc7a89","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2016029-2016060_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328559-POCLOUD","revision-id":2,"native-id":"GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:15.610Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2016-03-31T23:59:59.000Z","BeginningDateTime":"2016-03-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:23.864Z"},{"Type":"Update","Date":"2023-04-17T15:29:23.865Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"d480f3706849aaefdc30b6985591c1b6","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"8fa5df07ce3a4ce8f266d27ecadf9331","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"d343a8b7d4b539db858375fd7cac7b6a","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2016061-2016091_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328537-POCLOUD","revision-id":2,"native-id":"GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:12.796Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2016-05-31T23:59:59.000Z","BeginningDateTime":"2016-05-08T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:21.571Z"},{"Type":"Update","Date":"2023-04-17T15:29:21.571Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"125e5740c50ecba6ab40ed6a85b96da7","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"e5c96961df0b94fec50eaeb32c7975d0","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"5c0d695c293e883d607e27bd1dc8ea42","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2016129-2016152_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328498-POCLOUD","revision-id":2,"native-id":"GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:12.108Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2016-06-30T23:59:59.000Z","BeginningDateTime":"2016-06-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:18.704Z"},{"Type":"Update","Date":"2023-04-17T15:29:18.705Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5008010864257812,"Checksum":{"Value":"08e279acfc02c59fb70b3c78637b2eba","Algorithm":"MD5"},"SizeInBytes":525128,"Name":"GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.774651527404785,"Checksum":{"Value":"ae5c7135de0580085a79f351cf06c6a9","Algorithm":"MD5"},"SizeInBytes":3958009,"Name":"GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0474653244018555,"Checksum":{"Value":"d73d61bdf4320ba7669a520aa320dc07","Algorithm":"MD5"},"SizeInBytes":1098347,"Name":"GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2016153-2016182_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328528-POCLOUD","revision-id":2,"native-id":"GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:14.615Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2016-07-29T23:59:59.000Z","BeginningDateTime":"2016-07-01T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:20.747Z"},{"Type":"Update","Date":"2023-04-17T15:29:20.747Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5012788772583008,"Checksum":{"Value":"d1126c9d7ac37d9d8e7871f995ac98aa","Algorithm":"MD5"},"SizeInBytes":525629,"Name":"GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0479536056518555,"Checksum":{"Value":"93ea7a2a4cfcf4537fb6f2471a696d60","Algorithm":"MD5"},"SizeInBytes":1098859,"Name":"GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.775125503540039,"Checksum":{"Value":"baa7e3564233ec797aec50935e01049f","Algorithm":"MD5"},"SizeInBytes":3958506,"Name":"GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2016183-2016211_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328495-POCLOUD","revision-id":2,"native-id":"GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:12.556Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2016-09-03T23:59:59.000Z","BeginningDateTime":"2016-08-08T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:19.283Z"},{"Type":"Update","Date":"2023-04-17T15:29:19.283Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5013828277587891,"Checksum":{"Value":"455ff2ec02a932d60593d000dba2ee29","Algorithm":"MD5"},"SizeInBytes":525738,"Name":"GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0479536056518555,"Checksum":{"Value":"4e18156115eb3eec984b28a4ce9c4e50","Algorithm":"MD5"},"SizeInBytes":1098859,"Name":"GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.7752199172973633,"Checksum":{"Value":"e8cfbafd4c528cc2a4211b7ea79af81a","Algorithm":"MD5"},"SizeInBytes":3958605,"Name":"GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2016221-2016247_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328549-POCLOUD","revision-id":2,"native-id":"GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:14.035Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2016-12-10T23:59:59.000Z","BeginningDateTime":"2016-11-14T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:22.982Z"},{"Type":"Update","Date":"2023-04-17T15:29:23.079Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0479536056518555,"Checksum":{"Value":"401a177303a25cbcc04fec59f89da1a1","Algorithm":"MD5"},"SizeInBytes":1098859,"Name":"GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5013828277587891,"Checksum":{"Value":"fd858109e4fdce3b8d50ef37552fac30","Algorithm":"MD5"},"SizeInBytes":525738,"Name":"GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.7752199172973633,"Checksum":{"Value":"27ae86191ce8b5e6f78bca17d5b0896f","Algorithm":"MD5"},"SizeInBytes":3958605,"Name":"GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04.txt"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2016319-2016345_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328588-POCLOUD","revision-id":2,"native-id":"GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:16.224Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2017-01-06T23:59:59.000Z","BeginningDateTime":"2016-12-11T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:27.217Z"},{"Type":"Update","Date":"2023-04-17T15:29:27.218Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.7752199172973633,"Checksum":{"Value":"28c0d3b530c633d287b1035d928207ad","Algorithm":"MD5"},"SizeInBytes":3958605,"Name":"GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0479536056518555,"Checksum":{"Value":"1699fa281115a81e9a88a76c979646a2","Algorithm":"MD5"},"SizeInBytes":1098859,"Name":"GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5013828277587891,"Checksum":{"Value":"452fdfb37d62d453452b144611d75037","Algorithm":"MD5"},"SizeInBytes":525738,"Name":"GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2016346-2017006_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328578-POCLOUD","revision-id":2,"native-id":"GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:32:13.996Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2017-02-03T23:59:59.000Z","BeginningDateTime":"2017-01-07T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:26.123Z"},{"Type":"Update","Date":"2023-04-17T15:29:26.123Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":1.0479536056518555,"Checksum":{"Value":"780a539e8a546d62254f563e2aa73312","Algorithm":"MD5"},"SizeInBytes":1098859,"Name":"GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":3.7752199172973633,"Checksum":{"Value":"2ca6a4f3af06fa11f419315ddb63bf82","Algorithm":"MD5"},"SizeInBytes":3958605,"Name":"GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5013828277587891,"Checksum":{"Value":"66616acb3ef6294dd456e5e1f7edc31c","Algorithm":"MD5"},"SizeInBytes":525738,"Name":"GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2017007-2017034_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328466-POCLOUD","revision-id":2,"native-id":"GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.579Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2017-04-14T23:59:59.000Z","BeginningDateTime":"2017-03-17T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:16.906Z"},{"Type":"Update","Date":"2023-04-17T15:29:16.906Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.7752199172973633,"Checksum":{"Value":"38ee18f5af1915e44ad341252f9107d6","Algorithm":"MD5"},"SizeInBytes":3958605,"Name":"GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0479536056518555,"Checksum":{"Value":"0e1cabda932d0bb9e72d93d3f24fde9e","Algorithm":"MD5"},"SizeInBytes":1098859,"Name":"GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5013828277587891,"Checksum":{"Value":"59ddf47824dce2b76ad0bb19f9c459ea","Algorithm":"MD5"},"SizeInBytes":525738,"Name":"GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2017076-2017104_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328497-POCLOUD","revision-id":2,"native-id":"GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:30:13.921Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2017-05-08T23:59:59.000Z","BeginningDateTime":"2017-04-10T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:19.245Z"},{"Type":"Update","Date":"2023-04-17T15:29:19.246Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.7752199172973633,"Checksum":{"Value":"82ff348d006f97ad2705d193bdb4d670","Algorithm":"MD5"},"SizeInBytes":3958605,"Name":"GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0479536056518555,"Checksum":{"Value":"0f99cf5a41beaf731c2c8861aa8b3b80","Algorithm":"MD5"},"SizeInBytes":1098859,"Name":"GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04.nc"},{"SizeUnit":"MB","Size":0.5013828277587891,"Checksum":{"Value":"195b3a98ff6d4bdee8c63392904ebc9a","Algorithm":"MD5"},"SizeInBytes":525738,"Name":"GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04.tif"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2017100-2017128_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328563-POCLOUD","revision-id":2,"native-id":"GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:34:13.458Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2017-05-22T23:59:59.000Z","BeginningDateTime":"2017-05-02T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:23.504Z"},{"Type":"Update","Date":"2023-04-17T15:29:23.504Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":0.5013828277587891,"Checksum":{"Value":"39cb3484fd655aa02fba05575054d284","Algorithm":"MD5"},"SizeInBytes":525738,"Name":"GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":3.7752199172973633,"Checksum":{"Value":"8f90ad3e7ea18ea32ed8b0b7dc763796","Algorithm":"MD5"},"SizeInBytes":3958605,"Name":"GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":1.0479536056518555,"Checksum":{"Value":"41ae616024f815f3293e240361851b7e","Algorithm":"MD5"},"SizeInBytes":1098859,"Name":"GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2017122-2017142_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}},{"meta":{"concept-type":"granule","concept-id":"G2658328520-POCLOUD","revision-id":2,"native-id":"GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04","provider-id":"POCLOUD","format":"application/vnd.nasa.cmr.umm+json","revision-date":"2023-04-17T15:31:15.159Z"},"umm":{"TemporalExtent":{"RangeDateTime":{"EndingDateTime":"2017-06-29T23:59:59.000Z","BeginningDateTime":"2017-05-23T00:00:00.000Z"}},"MetadataSpecification":{"URL":"https://cdn.earthdata.nasa.gov/umm/granule/v1.6.5","Name":"UMM-G","Version":"1.6.5"},"GranuleUR":"GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04","ProviderDates":[{"Type":"Insert","Date":"2023-04-17T15:29:20.251Z"},{"Type":"Update","Date":"2023-04-17T15:29:20.251Z"}],"SpatialExtent":{"HorizontalSpatialDomain":{"Geometry":{"BoundingRectangles":[{"WestBoundingCoordinate":0.5,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":180,"NorthBoundingCoordinate":89.5},{"WestBoundingCoordinate":-180,"SouthBoundingCoordinate":-89.5,"EastBoundingCoordinate":-0.5,"NorthBoundingCoordinate":89.5}]}}},"DataGranule":{"ArchiveAndDistributionInformation":[{"SizeUnit":"MB","Size":3.7752199172973633,"Checksum":{"Value":"cb738f14a42026794e5dccae9f17a697","Algorithm":"MD5"},"SizeInBytes":3958605,"Name":"GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04.txt"},{"SizeUnit":"MB","Size":0.5013828277587891,"Checksum":{"Value":"d9c4349d3ae6f48e97da2b5852c3e874","Algorithm":"MD5"},"SizeInBytes":525738,"Name":"GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04.tif"},{"SizeUnit":"MB","Size":1.0479536056518555,"Checksum":{"Value":"fefafb04fa193ec15fd2f052738a501b","Algorithm":"MD5"},"SizeInBytes":1098859,"Name":"GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04.nc"}],"DayNightFlag":"Unspecified","ProductionDateTime":"2021-04-28T09:58:17.000Z"},"CollectionReference":{"Version":"RL06v04","ShortName":"TELLUS_GRAC_L3_JPL_RL06_LND_v04"},"RelatedUrls":[{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"Download - GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04.nc","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-protected/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04.nc","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"Download - GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04.tif","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04.tif","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"Download - GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04.txt","Type":"GET DATA"},{"URL":"s3://podaac-ops-cumulus-public/TELLUS_GRAC_L3_JPL_RL06_LND_v04/GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04.txt","Description":"This - link provides direct download access via S3 to the granule","Type":"GET DATA - VIA DIRECT ACCESS"},{"URL":"https://archive.podaac.earthdata.nasa.gov/s3credentials","Description":"api - endpoint to retrieve temporary credentials valid for same-region direct s3 - access","Type":"VIEW RELATED INFORMATION"},{"URL":"https://opendap.earthdata.nasa.gov/collections/C2077042612-POCLOUD/granules/GRD-3_2017143-2017180_GRAC_JPLEM_BA01_0600_LND_v04","Type":"USE - SERVICE API","Subtype":"OPENDAP DATA","Description":"OPeNDAP request URL"}]}}]}' - headers: - Access-Control-Allow-Origin: - - '*' - Access-Control-Expose-Headers: - - CMR-Hits, CMR-Request-Id, X-Request-Id, CMR-Scroll-Id, CMR-Search-After, CMR-Timed-Out, - CMR-Shapefile-Original-Point-Count, CMR-Shapefile-Simplified-Point-Count - CMR-Hits: - - '163' - CMR-Request-Id: - - a1091c71-9073-4b25-a04e-8c41cf8f44aa - CMR-Search-After: - - '["pocloud",1495497600000,2658328520]' - CMR-Took: - - '149' - Connection: - - keep-alive - Content-Type: - - application/vnd.nasa.cmr.umm_results+json;version=1.6.5; charset=utf-8 - Date: - - Thu, 14 Mar 2024 21:55:10 GMT - Server: - - ServerTokens ProductOnly - Strict-Transport-Security: - - max-age=31536000; includeSubDomains; preload - Transfer-Encoding: - - chunked - Vary: - - Accept-Encoding, User-Agent - Via: - - 1.1 3122c5a5fddd57d64787165c6e0a17ee.cloudfront.net (CloudFront) - X-Amz-Cf-Id: - - jlD51YA-HFpBF7ruURneTX7yJkFC2ELq302mIQnzEmwfLF8v46hVIQ== - X-Amz-Cf-Pop: - - SFO53-P5 - X-Cache: - - Miss from cloudfront - X-Content-Type-Options: - - nosniff - X-Frame-Options: - - SAMEORIGIN - X-Request-Id: - - jlD51YA-HFpBF7ruURneTX7yJkFC2ELq302mIQnzEmwfLF8v46hVIQ== - X-XSS-Protection: - - 1; mode=block - content-length: - - '624168' - status: - code: 200 - message: OK -version: 1